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

body {
  font-weight: 400;
  font-size: 13px;
  line-height: 1.8;
  letter-spacing: 0.3px;
  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: 13px;
  line-height: 1.8;
  letter-spacing: 0.3px;
  border-radius: var(--global-btn-radius);
  padding: 6px 18px;
  text-shadow: none;
  font-weight: 400;
}
.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-palette3);
}

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

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 100px 0;
  float: left;
  width: 100%;
}

.box_products {
  margin: 0 0 100px 0;
}

ul {
  margin-bottom: 0;
}

img {
  max-width: 100%;
  border-radius: 5px;
}

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 .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 .btn-close {
  background-image: url(../image/close.svg);
  background-size: 20px;
  background-position: center;
  opacity: 1;
  padding: 14px 10px;
}
#alert .alert.alert-danger.alert-dismissible {
  background: #ffe3e0;
  border-left: 6px solid #f63f37;
  color: var(--global-palette3);
  bottom: 20px;
}

.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;
}
legend {
  color: var(--global-palette2);
  font-weight: 500;
}
.title-wrapper {
  margin: 0px 0px 25px 0px;
  padding: 0px 0px 12px 0px;
  border-bottom: 1px solid var(--border-color);
}
.title-wrapper h4 {
  margin-bottom: 0;
}

.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: #000;
}

#column-left, #column-right {
  width: 18.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;
}

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

.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: #0068c9;
    -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: #397ab4;
    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: #fff;
    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;
}

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

h1 {
  font-size: 30px;
  line-height: 1.2;
  font-weight: 500;
}

h2 {
  font-size: 28px;
  line-height: 1.2;
  font-weight: 500;
}

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

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

h5 {
  font-size: 20px;
  line-height: 1.2;
  font-weight: 500;
}

h6 {
  font-size: 16px;
  line-height: 1.2;
  font-weight: 500;
}
.product-thumb .description {
  padding: 0;
}
.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-palette7);
  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: #1c1b1b;
  min-height: 41px;
  padding: 0;
  border-bottom: 1px solid rgba(255,255,255,0.1);
}
#top .nav {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
}
#top .nav .header_top_left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#top .nav .header_top_left #base_top_cms {
  text-align: center;
  color: var(--global-palette9);
}
#top .nav .header_top_left .lang_currency .drop_currency a.dropdown-toggle {
  color: var(--global-palette9);
}
#top .nav .header_top_left .lang_currency .drop_currency a.dropdown-toggle span {
  font-size: 13px;
}
#top .nav .header_top_left .lang_currency .language span.title, #top .nav .header_top_left .lang_currency .language i {
  color: var(--global-palette9);
}
#top .nav .header_top_left .lang_currency .list-inline {
  text-align: left;
}
#top .nav .header_top_left .lang_currency .list-inline li {
  margin-right: 15px;
  padding-right: 15px;
  position: relative;
}
#top .nav .header_top_left .lang_currency .list-inline li:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0px;
  bottom: 0;
  width: 1px;
  margin: auto;
  height: 15px;
  background-color: rgba(255,255,255,0.1);
}
#top .nav .header_top_left .lang_currency .dropdown {
  padding: 7px 0;
}
.lang_currency .fa-caret-down:before {
  content: "\f107";
  font-size: 12px;
}
#top .nav .header_account {
  position: relative;
  margin-right: 16px;
  padding-right: 16px;
}
#top .nav .header_account:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0px;
  bottom: 0;
  width: 1px;
  margin: auto;
  height: 15px;
  background: #ffffff;
  opacity: .231;
}
#top .nav .header_account span.title {
  font-size: 13px;
  color: var(--global-palette9);
}
#top .nav #header-compare {
  position: relative;
  margin-right: 16px;
  padding-right: 16px;
}
#top .nav #header-compare:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0px;
  bottom: 0;
  width: 1px;
  margin: auto;
  height: 15px;
  background: #ffffff;
  opacity: .231;
}
#top .nav #header-compare .compare-title {
  color: var(--global-palette9);
}

#header-cart {
  margin-bottom: 0;
}
#header-cart .btn-lg {
  background: transparent;
  padding: 0;
  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;
  gap: 5px;
}
#header-cart .btn-lg span.title {
  font-size: 12px;
}
#header-cart .cart_image {
  width: 19px;
  height: 19px;
  background-image: url(../image/header-cart.svg);
  background-size: 19px;
  background-repeat: no-repeat;
  background-position: center;
}
#header-cart .dropdown-menu {
  background-color: var(--global-palette9);
  padding: 10px;
  width: 330px;
  overflow: hidden;
  margin: 0;
  height: auto;
}
#header-cart .dropdown-menu li {
  min-width: inherit;
}
#header-cart .dropdown-menu li .table {
  border: medium none;
  position: relative;
}
#header-cart .dropdown-menu li .table tr {
  border: 0;
}
#header-cart .dropdown-menu li .table tr td {
  padding: 7px 0.25rem;
  border: 0;
}
#header-cart .dropdown-menu li .table tr td.image {
  padding: 7px 10px 7px 0rem;
}
#header-cart .dropdown-menu li .table tr td.image a img {
  max-width: none;
  width: auto;
}
#header-cart .dropdown-menu li .table tr td.title a {
  font-size: 13px;
  font-weight: 500;
  line-height: 17px;
  display: block;
  color: var(--global-palette1);
}
#header-cart .dropdown-menu li .table tr td.delete button.btn {
  padding: 0;
  line-height: 0;
  border: 0;
  background-color: transparent;
  color: #d9534f;
}
#header-cart .dropdown-menu li .table tr td.delete button.btn:hover {
  -webkit-box-shadow: none;
          box-shadow: none;
}
#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-cart .dropdown-menu li .total-wrapper tr td strong {
  font-weight: 500;
  font-size: 14px;
}
#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-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-cart .text-end.button-container .cart-button a strong {
  font-size: 14px;
  font-weight: 400;
}
#header-cart .text-end.button-container .cart-button:first-child a, #header-cart .text-end.button-container .cart-button a:hover {
  background-color: var(--global-palette2);
  color: var(--global-palette9);
}
#header-cart .text-end.button-container .cart-button:first-child a:hover {
  background-color: var(--global-palette1);
  color: #ffffff;
}

#header .header_middle {
  background: #1c1b1b;
}
#header .header_middle .wrapper {
  position: relative;
}
.header-main-left {
  padding: 18px 0;
}
.header-main-left,.position-header-middle {
  display: inline-block;
  vertical-align: top;
}
.position-header-middle {
  width: 60%;
  margin-inline-start: 20px;
}
#header #menu {
  background-color: transparent;
  border: 0;
  border-radius: 0;
  background-image: none;
}
#header  #menu .navbar-nav > li:first-child > a {
  padding-left: 0;
}
#header #menu .navbar-nav > li > a {
  color: var(--global-palette9);
  text-shadow: none;
  font-size: 14px;
  padding: 23px 20px 23px 20px;
}
#header .header_middle  #menu .navbar-nav > li > a:hover {
  background-color: transparent;
}
#header .header_middle  #menu .navbar-nav .dropdown:hover:first-child .dropdown-menu {
  margin-left: 0 !important;
}
#header .header_middle  #menu .navbar-nav .dropdown .dropdown-inner a {
  min-width: 220px;
  font-size: 14px;
  padding: 6px 20px;
  color: var(--global-palette4);
}
#header .header_middle  #menu .navbar-nav .dropdown .dropdown-inner a:hover {
  color: var(--global-palette3);
  background-image: none;
  text-decoration: underline;
}
#header .header_middle  #menu .navbar-nav .dropdown .see-all {
  padding: 10px 20px;
  font-size: 14px;
  font-weight: 500;
}
#header .header_middle  #menu .navbar-nav .dropdown .see-all:hover, #header .header_middle  #menu .navbar-nav .dropdown .see-all:focus {
  text-decoration: underline;
  color: var(--global-palette3);
  background-color: transparent;
  background-image: none;
}

#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-search {
  width: 400px;
  display: inline-block;
  vertical-align: top;
  float: right;
  padding: 15px 0;
}

#search {
  margin-bottom: 0;
  background-color: var(--global-palette9);
  border-radius: var(--global-btn-radius);
}
#search .form-control-lg {
  min-height: 40px;
  padding: 0 18px;
  border-radius: 50px 0px 0 50px;
  border: 0;
}
#search .btn-lg {
  background-image: url(../image/search-black.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 20px;
  border: none;
  color: var(--global-palette3);
  width: 50px;
  height: 39px;
  background-color: transparent;
  padding: 0;
}

.common-home #footer {
  margin-top: 0;
}
#footer {
  margin-top: 60px;
  float: left;
  width: 100%;
  background-color: #1c1c1c;
  border-top: 1px solid rgba(255,255,255,0.1);
  color: #aaaaaa;
}
#footer a {
  color: var(--global-palette5);
}
#footer p {
  color: var(--global-palette5);
  line-height: 28px;
}
#footer .footer_top {
  padding: 57px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
#footer .footer_middle {
  padding-top: 80px;
  padding-bottom: 80px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
#footer .footer_middle h5 {
  font-size: 18px;
  font-weight: 500;
  line-height: 30px;
  font-family: var(--global-heading-font-family);
  letter-spacing: 0.6px;
  margin-top: 0;
  margin-bottom: 30px;
  color: var(--global-palette9);
}
#footer .footer_middle span {
  color: var(--global-palette5);
}
#footer .footer_middle li + li {
  margin-top: 12px;
}
#footer .footer_middle a:not(.mobile_togglemenu) {
  font-size: 13px;
}
#footer .footer_middle a:not(.mobile_togglemenu):hover {
  color: var(--global-palette9);
}
#footer .footer_middle .footer-link li a::before {
  content: "";
  background: url(../image/menu-gray.png) no-repeat;
  background-size: 8px;
  height: 8px;
  width: 8px;
  display: inline-block;
  margin: 0 5px 0 0;
}
#footer .footer_middle .middle-content .footer_aboutus_cms .footer-contact li span {
  color: var(--global-palette5);
}
#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: 10px;
}
#footer .footer_middle .middle-content .footer_aboutus_cms .footer-social li.facebook a:hover {
  background-color: #3b5998;
}
#footer .footer_middle .middle-content .footer_aboutus_cms .footer-social li.twitter a:hover {
  background-color: #4099FF;
}
#footer .footer_middle .middle-content .footer_aboutus_cms .footer-social li.youtube a:hover {
  background-color: #C4302B;
}
#footer .footer_middle .middle-content .footer_aboutus_cms .footer-social li.rss a:hover {
  background-color: #FA9B39;
}
#footer .footer_middle .middle-content .footer_aboutus_cms .footer-social li a {
  width: 41px;
  height: 41px;
  display: block;
  text-align: center;
  line-height: 41px;
  background-color: #333232;
  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_middle .right-content .footer_cms p {
  margin-bottom: 28px;
  line-height: 20px;
}
#footer .footer_middle .right-content .footer_cms .app-img {
  gap: 5px;
}
#footer .footer_bottom {
  padding: 21px 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;
}

.product-wrapper.splide .splide__arrows .splide__arrow, .related_carousel.splide .splide__arrows .splide__arrow,#blog_carousel .splide__arrows .splide__arrow {
  top: -55px;
  background: var(--global-palette7);
  color: var(--global-palette3);
}
.product-wrapper.splide .splide__arrows .splide__arrow:hover, .related_carousel.splide .splide__arrows .splide__arrow:hover ,#blog_carousel .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,#blog_carousel .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,#blog_carousel .splide__arrows .splide__arrow.splide__arrow--prev {
  left: auto;
  right: 44px;
}
#blog_carousel .splide__arrows.splide__arrows--ltr {
  position: relative;
}
.product-thumb {
  position: relative;
  overflow: hidden;
  border-radius: var(--global-border-radius);
  margin-bottom: 0;
  border: 1px solid transparent;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  margin-top: 5px;
}
.product-thumb:hover {
  border: 1px solid var(--border-color);
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
}
.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: 19px;
  padding: 0 8px;
  border-radius: var(--global-border-radius);
}
.product-thumb:hover .image .hover-image {
  opacity: 1;
}

.product-thumb .description {
  padding: 15px;
}
#base_bestseller_product .content h4 {
  -webkit-line-clamp: 1;
}
.product-thumb .description h4 {
  font-size: 14px;
  font-weight: 500;
  margin: 6px 0 4px;
  line-height: 22px;
  height: 45px;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  letter-spacing: 0.1px;
  color:var(--global-palette1);
}
.product-thumb .description h4 a ,.product-thumb:hover .description h4{
  color: var(--global-palette1);
}
.product-thumb:hover .description h4 a {
  color: var(--global-palette3);
}
.product-thumb .description #quantity_bar .progress {
  background: #e5e5e5 none repeat scroll 0 0;
  border-radius: 25px;
  height: 6px;
  width: 75%;
  margin-bottom: 8px;
}
.product-thumb .description #quantity_bar .progress .progress-bar {
  background-color: #36b739;
  border-radius: 25px;
  height: 6px;
  width: 0;
}
.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: 10px;
}
.product-thumb .description .rating .fa-stack .fa-star + .fa-star,ul.megamenu > li > .sub-menu .product-thumb .rating .fa-stack .fa-star + .fa-star{
  color: #ffc400;
}
.product-thumb .description .rating .fa-stack .fa-star,ul.megamenu > li > .sub-menu .product-thumb .rating .fa-stack .fa-star {
  font-size: 10px;
}
.product-thumb .description .rating .fa-stack .fa-star.off,ul.megamenu > li > .sub-menu .product-thumb .description .rating .fa-stack .fa-star.off {
  color: #cecece;
}
.product-thumb .description .desc {
  display: none;
}
.product-thumb .description .product_cart_btn {
  margin-bottom: 20px;
}
.product-thumb .description .product_cart_btn button.cart_button {
  color: var(--global-palette3);
  background-color: transparent;
  border: 1px solid var(--global-palette1);
  margin: 8px 0 3px;
  width: 100%;
  display: block;
  border-radius: 5px;
  font-weight: 500; 
}
.product-thumb:hover .product_cart_btn button.cart_button {
  background-color: var(--global-palette1);
  color: var(--global-palette9);
}
.product-thumb .product_wishlist_buttons {
  position: absolute;
  right: 10px;
  top: 10px;
  margin: auto;
}
.product-thumb .product_wishlist_buttons .btn-icon button {
  background-size: 16px;
  background-repeat: no-repeat;
  background-position: center;
  color: var(--global-palette3);
  border: none;
  position: relative;
  text-align: center;
  width: 30px;
  height: 30px;
  line-height: 30px;
  -webkit-transition: none;
  transition: none;
  background-color: transparent;
  border-radius: 50%;
  vertical-align: top;
  background-image: url(../image/wishlist.svg);
}
.product-thumb .product_wishlist_buttons .btn-icon button:hover {
  background-image: url(../image/wishlist-hover.svg);
  background-color: var(--global-palette1);
  color: var(--global-palette9);
}
.product-thumb .product_buttons .product_compare_quick_btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.product-thumb .product_buttons .btn-icon {
  display: block;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
}
.product-thumb .product_buttons .btn-icon button {
  background-size: 16px;
  background-repeat: no-repeat;
  color: var(--global-palette3);
  border: none;
  position: relative;
  padding: 0 0 0 25px;
  text-align: center;
  font-size: 12px;
  font-weight: 500;
  background-color: transparent;
  vertical-align: top;
  z-index: 1;
  margin: 0;
  background-position: left 0 center;
  display: inline-block;
}
.product-thumb .product_buttons .btn-icon.compare-button button {
  background-image: url(../image/compare.svg);
}
.product-thumb .product_buttons .btn-icon.quickview-button {
  border-left: 1px solid #e5e5e5;
  text-align: right;
}
.product-thumb .product_buttons .btn-icon.quickview-button button {
  background-image: url(../image/quickview.svg);
}

.price {
  color: var(--global-palette3);
  font-size: 14px;
  font-weight: 500;
}
.price .price-old {
  color: var(--global-palette6);
  font-weight: 400;
  font-size: 13px;
}
.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 .product-thumb {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 35% 10px auto;
  grid-template-columns: 35% auto;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  margin: 5px 0 15px;
}
.base_products .product-wrapper .product-thumb .description {
  padding: 0;
}
.base_products .product-wrapper .product-thumb .description .product_compare_quick_btn {
  display: none;
}
.base_products .product-wrapper .product-thumb .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_bestseller_product {
  -webkit-padding-start: 30px;
          padding-inline-start: 30px;
  width: 66.666%;
}

#base_special_product {
  width: 33.333%;
}
#base_special_product .product-wrapper {
  border: 2px solid var(--global-palette1);
  border-radius: var(--global-border-radius);
}
#base_special_product .product-thumb {
  border: 0;
}
#base_special_product .product-thumb .description .product_compare_quick_btn {
  display: none;
}
#base_special_product .product-thumb .description .price .price-new {
  color: #e52727;
}
#base_special_product .product-thumb .description .product_cart_btn button.cart_button {
  margin: 8px 0 0;
  border-radius: 5px;
  padding: 7px 50px;
  width: auto;
  background-color: var(--global-palette1);
  border: 0;
  color: var(--global-palette9);
}
#base_special_product .product-thumb .description .product_cart_btn button.cart_button:hover {
  background-color: var(--global-palette2);
}
#base_special_product .product-thumb:hover {
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
}

.product-list .product-thumb {
  padding: 20px;
}
.product-list .product-thumb .description h4 {
  margin: 8px 0 10px;
}
.product-list .product-thumb .description #quantity_bar {
  width: 45%;
}
.product-list .product-thumb .description .rating {
  margin: 12px 0 6px;
}
.product-list .product-thumb .description .desc {
  margin-bottom: 12px;
  display: block;
}
.product-list .product-thumb .description .price {
  margin-bottom: 10px;
}
.product-list .product-thumb .description .product_buttons {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.product-list .product-thumb .description .product_buttons .btn-icon {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 60%;
          flex: 0 0 60%;
}
.product-list .product-thumb .description .product_buttons .btn-icon.quickview-button {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 64%;
          flex: 0 0 64%;
}

.tab-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 100px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 0 18px;
  margin: 0 0 25px;
  border-bottom: 1px solid var(--border-color);
}

.nav.nav-tabs {
  border-bottom: 0;
  gap: 40px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 0;
}
.nav.nav-tabs .nav-item {
  border-bottom: 1px solid transparent;
}
.nav.nav-tabs .nav-item .nav-link {
  padding: 0;
  font-size: 16px;
  font-weight: 500;
  color: var(--global-palette3);
  border: 0;
  position: relative;
}
.nav.nav-tabs .nav-item .nav-link:hover {
  color: var(--global-palette1);
}
.nav.nav-tabs .nav-item .nav-link.active::after, .nav.nav-tabs .nav-item .nav-link:hover::after {
  content: "";
  position: absolute;
  top: 48px;
  bottom: 0;
  right: 0;
  left: 0;
  height: 3px;
  margin: auto;
  width: 50%;
  background-color: var(--global-palette1);
}
.nav.nav-tabs .nav-item a.nav-link.active {
  color: var(--global-palette1);
  background-color: transparent;
}

.base_cms_01 {
  margin: 0 0 20px 0;
}

#base_cms_banner .stickyscroll {
  gap: 0;
}
#base_cms_banner .stickyscroll .scroll-item {
  width: auto;
  max-width: 33.33%;
}
#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: 35px;
  right: auto;
  margin: 0;
  z-index: 3;
}
#base_cms_banner .banner-wrapper .content .label {
  padding: 0 5px;
  background-color: var(--global-palette9);
  color: var(--global-palette3);
  margin: 0 0 24px;
  display: inline-block;
  vertical-align: top;
}
#base_cms_banner .banner-wrapper .content .title {
  margin: 0 0 26px 0;
}
#base_cms_banner .banner-wrapper .content .subheading {
  color: var(--global-palette3);
  font-weight: 400;
}
#base_cms_banner .banner-wrapper .content .btn {
  margin: 20px 0 0 0;
  padding: 6px 20px;
}
#base_cms_banner .banner-wrapper.banner-2 .btn {
  background: transparent;
  padding: 0;
  color: var(--global-palette3);
  border-bottom: 1px solid var(--global-palette3);
  border-radius: 0;
}
#base_cms_banner .banner-wrapper.banner-2 .btn:hover {
  border-color: var(--global-palette-btn-bg);
  color: var(--global-palette-btn-bg);
}
#base_service_block {
  padding: 38px 0px;
  background: var(--global-palette7);
  border-radius: var(--global-border-radius);
}
#base_service_block .stickyscroll {
  padding-bottom: 0;
}
#base_service_block .scroll-item {
  width: 25%;
}
#base_service_block .service-item .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;
  position: relative;
}
#base_service_block .service-item .service-wrapper .service-img {
  margin-right: 15px;
}
#base_service_block .service-item .service-wrapper .service-img img {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
#base_service_block .service-item .service-wrapper .service-img img:hover {
  transform: rotateY(360deg);
  -webkit-transform: rotateY(360deg);
  -ms-transform: rotateY(360deg);
  -o-transform: rotateY(360deg);
  -moz-transform: rotateY(360deg);
}
#base_service_block .service-item .service-wrapper .service-content h3 {
  margin-bottom: 0;
  font-size: 16px;
  line-height: 28px;
  font-weight: 500;
}
#base_service_block .service-item .service-wrapper::before {
  content: "";
  border-right: 1px solid #e5e5e5;
  height: 74px;
  width: 1px;
  position: absolute;
  right: -15px;
}
#base_service_block .service-item:last-child .service-wrapper::before {
  border-right: 0;
}

#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: auto;
  bottom: 7%;
  left: 30px;
  right: auto;
  margin: 0;
  z-index: 3;
}
#base_left_banner .left-banner-content .subtitle {
  color: var(--global-palette3);
  background-color: var(--global-palette9);
  padding: 3px 5px;
  line-height: 20px;
}
#base_left_banner .left-banner-content .title {
  color: var(--global-palette9);
  font-weight: 500;
  margin: 10px 0 0;
}

#base_product_sidebar_service_block {
  margin-bottom: 30px;
  border: 1px solid var(--border-color);
  padding: 10px 20px;
  border-radius: var(--global-border-radius);
}
#base_product_sidebar_service_block .service-wrapper {
  margin: 10px 0;
  padding-bottom: 6px;
}
#base_product_sidebar_service_block .service-wrapper .service-content h3 {
  margin-bottom: 0;
  font-size: 15px;
  line-height: 24px;
  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;
  padding: 10px 25px;
  border-radius: 50px;
}
#product-category .title-description ul li a:hover {
  background-color: var(--global-palette1);
  color: var(--global-palette9);
}

#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.active#button-grid {
  background-image: url(../image/cat-grid-active.svg);
}
#display-control .btn-group .btn.active#button-list {
  background-image: url(../image/cat-list-active.svg);
}
#display-control .btn-group .btn#button-grid {
  background-image: url(../image/cat-grid.svg);
}
#display-control .btn-group .btn#button-list {
  background-image: url(../image/cat-list.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: 10px 0 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: 10px;
}
#pagination-wrapper .page-link .pagination .page-item .page-link {
  border: 0;
  color: var(--global-palette3);
  border-radius: var(--global-btn-radius);
  padding: 4px 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;
  border-radius: 5px;
}
#column-left .list-group-item, #column-right .list-group-item {
  border: 0;
  padding: 6px 10px;
  color: #888888;
}
#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;
  color: #888888;
}
#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: 36%;
}
#product-info .product-left .image {
  border: 1px solid var(--border-color);
  border-radius: var(--global-border-radius);
  padding: 10px;
}
#product-info .product-left .image .img-thumbnail {
  padding: 0;
  border: 0;
}
#product-info .product-left .image .product_gallery {
  overflow: hidden;
  background-color: #f5f5f7;
  padding: 10px 30px;
  border-radius: 10px;
}
#product-info .product-left .image .product_gallery .gallery_carousel .splide__arrows .splide__arrow {
  background: transparent;
  color: var(--global-palette3);
  background-size: 17px;
  top: 50%;
}
#product-info .product-left .image .product_gallery .gallery_carousel .splide__arrows .splide__arrow svg {
  font-size: 18px;
}
#product-info .product-left .image .product_gallery .gallery_carousel .splide__arrows .splide__arrow.splide__arrow--prev {
  left: -2.3em;
}
#product-info .product-left .image .product_gallery .gallery_carousel .splide__arrows .splide__arrow.splide__arrow--next {
  right: -2.3em;
}
#product-info .product-left .image .product_gallery .gallery_carousel .item img {
  border-radius: var(--global-border-radius);
}
#product-info .product-right {
  width: 44.8%;
}
#product-info .product-right .product_title {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid var(--border-color);
}
#product-info .product-right .rating {
  margin: 15px 0;
  padding-bottom: 0;
}
#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 {
  font-size: 18px;
}
#product-info .product-right .price .price-tax {
  margin: 5px 0 20px 0;
  font-weight: 400;
}
#product-info .product-right .meta {
  border-top: 1px solid var(--border-color);
  border-bottom: 1px solid var(--border-color);
  padding: 15px 5px 15px 0;
  margin-bottom: 20px;
}
#product-info .product-right .meta li {
  padding: 3px 0;
}
#product-info .product-right .meta li strong {
  font-weight: 500;
  font-size: 15px;
  color: var(--global-palette3);
}
#product-info .product-right #product h5 {
  font-size: 16px;
  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: 38px;
  line-height: 30px;
  color: #000000;
  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: 38px;
  padding: 8px;
  text-align: center;
  border: none;
  margin: 0px;
  display: inline;
  background-color: transparent;
}
#product-info .product-right #product .qty .btn {
  line-height: 2.2;
}
#product-info .product-right #product #form-product .form-label {
  font-size: 14px;
  font-weight: 500;
  color: var(--global-palette3);
}
#product-info .product-right #product #form-product .radio img.img-thumbnail {
  border-radius: 50%;
  width: 50px;
  padding: 2px;
}
#product-info .product-right #product #form-product .radio {
  display: flex;
  align-items: center;
  gap: 10px;
  padding-top: 5px;
}
#product-info .product-right .wishlist_compare_btn .btn {
  background: transparent;
  padding: 0;
  -webkit-transition: none;
  transition: none;
  color: var(--global-palette3);
}
#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: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-sidebar {
  width: 19.2%;
}
#product-info .product_page_tab {
  margin: 50px 0;
}
#product-info .product_page_tab .nav.nav-tabs {
  padding-bottom: 20px;
  border-bottom: 1px solid var(--border-color);
  margin-bottom: 20px;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.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-palette4);
}
#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-palette4);
}

#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;
}

/*----------------------------------------------*/
/* scrollToTop */
/*----------------------------------------------*/
.scrollToTop {
  position: fixed;
  right: 30px;
  bottom: 30px;
  z-index: 99;
  background: var(--global-palette1);
  color: #fff;
  height: 40px;
  width: 40px;
  border-radius: 50%;
  text-align: center;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  animation: bouncekey 1s infinite;
  -webkit-animation: bouncekey 1s infinite;
}
.scrollToTop i {
  font-size: 18px;
  line-height: 40px;
  display: block;
}
.scrollToTop:hover,
.scrollToTop:focus {
  background: #242424;
  color: #fff;
}
@media (max-width: 991px) {
  .scrollToTop {
    height: 40px;
    width: 40px;
    right: 15px;
    bottom: 15px;
  }
  .scrollToTop i {
    line-height: 40px;
  }
}

/*********************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-palette4);
}
#information-contact .text-end {
  float: right;
  width: auto;
  margin-top: 30px;
}

/************* Blog page css **********************/
.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;
}
.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;
}
@media (max-width: 991px) {
  span.block-date {
    padding-bottom: 0px;
  }
}


/*************************  Base manufacture ********************************/
#base_manufacturer {
  border-top: 1px solid #e5e5e5;
  padding-top: 50px;
  margin-bottom: 50px;
}
@media (max-width: 540px) {
  #base_manufacturer {
    padding-top: 25px;
    margin-bottom: 25px;
  }
}
/******************header cart popup css********************************/
#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-cart .dropdown-menu-end {
  transform: translateX(100%) !important;
  display: flex;
}
#header-cart ul.dropdown-menu.dropdown-menu-end.show {
  transform: none !important;
}
#header-cart .dropdown-menu li {
  min-width: 100%;
  font-size: 14px;
  position: relative;
}
#header-cart .cart-button.offer-btn {
    width: 100%;
}
#header-cart .dropdown-menu li .total-wrapper .table tr td {
    text-align: left !important;
}
#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;
}
.cart-table tbody {
  overflow-y: auto;
  top: 10px;
  bottom: -160px;
  left: 0;
  right: 0;
  position: absolute;
}

/* product Extended description */
#product-info .tab-content {
  float: left;
  width: 100%;
  border: 1px solid var(--border-color);
  padding: 20px;
  border-radius: 5px;
}
.product_page_tab table.bordered {
  border: 1px solid var(--border-color);
  background-color: var(--global-palette8);
  border-spacing: 0;
  margin-bottom: 40px;
  border-radius: var(--global-border-radius);
  display: block;
  overflow-x: auto;
  white-space: nowrap;
  scrollbar-width: thin;
  height: 400px;
  color: var(--global-palette3);
}
.product_page_tab table.bordered tbody {
	width: 100%;
	display: table;
}
.product_page_tab table.bordered::-webkit-scrollbar {
	width: 5px;
	height: 5px;
	background-color: #f1f1f1;
}
.product_page_tab table.bordered::-webkit-scrollbar-thumb {
	background: #a8a8a8;
}
.product_page_tab table.bordered th {
	padding: 15px;
	text-align: left;
	font-size: 15px;
  color: var(--global-palette1);
}
.product_page_tab table.bordered tr:nth-child(odd) {
	background-color: #fff;
}
.product_page_tab table.bordered tr td {
	padding: 7px 15px;
}
.product_page_tab table.bordered ul {
	list-style: disc;
}
.product_page_tab .tab-content .tab-image {
	display: flex;
	gap: 20px;
	margin-bottom: 40px;
}
.product_page_tab .tab-content .tab-image .img-side {
	width: 50%;
	line-height: 0;
}
.product_page_tab .tab-content .tab-image .img-side img {
	border-radius: var(--global-border-radius);
}
.product_page_tab .tab-content .tab-description .title {
	width: 100%;
	font-weight: 600;
	font-size: 18px;
	line-height: 20px;
	margin-bottom: 10px;
	display: inline-block;
  color: var(--global-palette3);
}
.product_page_tab .tab-content .description {
	width: 100%;
	margin-block: 0 20px;
	color: var(--global-palette6);
}
.product_page_tab .tab-content .video-image {
	display: flex;
	gap: 30px;
}
.product_page_tab .tab-content .video-image .video-img {
	width: 50%;
	line-height: 0;
}
.product_page_tab .tab-content .video-image .video-img iframe {
	border-radius: var(--global-border-radius);
}
.product_page_tab .tab-content .video-image .video-list {
	width: 50%;
}
.product_page_tab .tab-content .video-image .video-list ul {
	list-style: disc;
    padding-inline: 20px;
	line-height: 30px;
}
.product_page_tab .tab-content .video-image .video-list ul li {
	color: var(--global-palette6);
}
.product_page_tab .tab-content .description:last-child {
  margin-bottom: 0 !important;
}