/*
Theme Name: indiqube
Description: A brief description of your theme.
Version: 1.0 
*/
/* #### Generated By: http://www.cufonfonts.com #### */

@font-face { font-family: avenir;  src: url(https://uat.indiqube.com/officefurniture/wp-content/themes/electron/fonts/avenir/AvenirLTStd-Medium.otf);  font-weight: normal;  }
@font-face {  font-family: avenir-light;  src: url(https://uat.indiqube.com/officefurniture/wp-content/themes/electron/fonts/avenir/AvenirLTStd-Light.otf);  font-weight: normal;  }
@font-face {  font-family: avenir-book;  src: url(https://uat.indiqube.com/officefurniture/wp-content/themes/electron/fonts/avenir/AvenirLTStd-Book.otf);  font-weight: normal;  }
@font-face {  font-family: avenir-black;  src: url(https://uat.indiqube.com/officefurniture/wp-content/themes/electron/fonts/avenir/AvenirLTStd-Black.otf);  font-weight: normal;  }
@font-face {  font-family: avenir-heavy;  src: url(https://uat.indiqube.com/officefurniture/wp-content/themes/electron/fonts/avenir/AvenirLTStd-Heavy.otf);  font-weight: normal;  }
/* @font-face {  font-family: HelveticaNeueL;  src: url(https://uat.indiqube.com/officefurniture/wp-content/themes/electron/fonts/avenir/HelveticaNeueLTW0545Light.otf);  font-weight: normal;  } */


/*@font-face {
  font-family: "Segoe UI Regular";
  font-style: normal;
  font-weight: normal;
  src: local("Segoe UI Regular"), url("Segoe UI.woff") format("woff");
}

@font-face {
  font-family: "Segoe UI ";*/
  /* font-style: normal; */
  /* font-weight: normal; */
 /* src: local("Segoe UI"), url("Segoe UI.woff") format("woff");
}

@font-face {
  font-family: "Segoe UI Italic";
  font-style: normal;
  font-weight: normal;
  src: local("Segoe UI Italic"), url("Segoe UI Italic.woff") format("woff");
}

@font-face {
  font-family: "Segoe UI Bold";
  font-style: normal;
  font-weight: normal;
  src: local("Segoe UI Bold"), url("Segoe UI Bold.woff") format("woff");
}

@font-face {
  font-family: "Segoe UI Bold Italic";
  font-style: normal;
  font-weight: normal;
  src: local("Segoe UI Bold Italic"),
    url("Segoe UI Bold Italic.woff") format("woff");
}*/
/* @font-face {
  font-family: 'Thank You Regular';
  font-style: normal;
  font-weight: normal;
  src: local('Thank You Regular'), url('Thank you.woff') format('woff');
}
@font-face {
  font-family: 'Thank You Regular';
  font-style: normal;
  font-weight: normal;
  src: local('Thank You Regular'), url('Thank you.ttf') format('woff');
} */

/* * {
  margin: 0;
  padding: 0;
} */

:root {
  --heading-font: "Roboto Slab";
/*   --normal-text-font: "Segoe UI Regular"; */
/* 	--normal-text-font: 'Geneva', sans-serif; */
	--normal-text-font:'avenir';
  --normal-segoe-font: "Segoe UI";
	--normal-body-text: "avenir-book", sans-serif;
}

body,
html {
  margin: 0;
  padding: 0;
  font-size: 16px;
  overflow-x: hidden;
}

section {
  padding-top: 50px;
  padding-bottom: 50px;
}

/* ==============Navbar============== */
.navbar-toggler:focus {
  padding: 0;
  box-shadow: unset !important; 
}

.navbar-brand .logo {
  height: 55px;
  margin-top: -25px;
}

.navbar {
  padding-bottom: 0px !important;
}

.contact-bar .contact-info p img {
  width: 17px;
}

.contact-bar span {
  font-family: var(--normal-text-font);
  font-size: 16px;
  font-weight: 500;
  line-height: 18.96px;
  text-align: left;
}

.nav-links ul li a {
  font-family: var(--normal-text-font);
  font-size: 15px;
  font-weight: 300;
  line-height: 25px;
  color: black;
  font-weight: 500;
}

.nav-links ul li a + .sub-menu {
  display: none;
}

.nav-links ul li {
  position: relative;
}

.nav-links ul li:hover a + .sub-menu {
  display: block;
  list-style: none;
  padding-left: 0px;
  position: absolute;
  background: #f6f6f2;
  z-index: 9999999999;
  top: 40px;
  left: 0;
  right: 0;
  width: max-content;
}

.nav-links ul li:hover a + .sub-menu li a {
  padding: 7px 15px;
  font-size: 14px;
  transform: translateX(0px);
  transition: all 0.3s ease;
  font-family: var(--normal-segoe-font);
  font-weight: 400;
}

.nav-links ul li:hover a + .sub-menu li:hover a {
  transform: translateX(5px);
}

.nav-links ul li:hover a + .sub-menu li {
  border-bottom: 1px solid #ddd;
}

#navbarNav {
  position: relative;
  flex-grow: 0;
  padding: 5px 5px 5px 30px;
  /* overflow: hidden; */
  padding-right: 60px;
}

.nav_padding {
/*   padding-left: 3.5%; */
}

.icons {
  gap: 1rem;
  padding-left: 1rem;
}

.show-btn img {
  width: 18px;
  cursor: pointer;
}

.navbar-nav {
  gap: 0.2rem !important;
}

.swiper-slide-prev,
.swiper-slide-active,
.swiper-slide-duplicate-active {
  img {
    animation-name: zoom;
    animation-duration: 8s;
    animation-fill-mode: forwards;
  }
}

@keyframes zoom {
  from {
    transform: scale(1);
  }

  to {
    transform: scale(1.5);
  }
}

.nav-links::before {
  position: absolute;
  content: "";
  background-color: #f6f6f2;
 /* border-top-left-radius: 30px;
  border-bottom-left-radius: 30px;*/
  top: 0;
  bottom: 0;
  left: 0;
  right: -300px;
  z-index: -1;
}

.contact-bar .contact-info {
  color: black;
}

.contact-bar .contact-info p {
/*   font-family: var(--normal-text-font); */
	font-family: avenir-light;
  font-size: 13px;
  font-weight: 500;
  text-wrap: nowrap;
  margin-bottom: 0;
}

.contact-info p i {
  padding-right: 7px;
}

.icons a {
  color: black;
}

#myDiv input::placeholder {
    color: #ffffff;
    opacity: 1;
    font-size: 16px !important;
    font-family: avenir-light !important;
}

#myDiv {
  padding: 20px;
/*   background: rgb(16 16 128 / 85%); */
/* 	background: rgb(45 45 46 / 85%); */
	background: rgb(0 0 0 / 69%);
  display: none;
  height: 100%;
  z-index: 9999;
  position: fixed;
  inset: 0px;
  text-align: center;
  align-items: center;
  justify-content: center;
}

.hide-btn {
  position: fixed;
  right: 3%;
  top: 10%;
  font-size: 40px;
  color: #fff;
}

.show-btn i,
.hide-btn {
  cursor: pointer;
}

input.search {
  margin: 0;
  border: none;
  background: none;
  border-bottom: 1px solid #fff;
  color: #fff;
  font-family: inherit;
  font-size: 20px;
  min-width: 10em;
  width: 70vw;
  max-width: 20em;
  padding: 5px;
}

input.search:focus-visible {
  outline: none;
}

.closebtn {
  display: inline-block;
  border: 1px solid #fff;
  border-radius: 0px;
  font-size: 1em;
  min-width: 3em;
  border-left: 0px;
  background: #fff;
  color: #101080;
  padding: 5px;
}

/* ==============Swiper Section====================== */

.living-swiper {
  height: 100%;
  width: 100%;
  position: relative;
  overflow: hidden;
}

.swiper-section {
  padding-top: 0 !important;
  padding-bottom: 0;
}

.living-swiper .swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}

.swiper-slide img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.swiper-slide::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: 1;
}

.overlay-text {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  color: white;
  text-align: center;
  justify-content: center;
  z-index: 10;
  margin: auto;
  display: flex;
  flex-direction: column;
}

.swiper-section .overlay-text h1 {
/*   font-family: "Segoe UI Bold"; */
	font-family: 'avenir-black', sans-serif;
  font-size: 3.5rem;
  line-height: 1.3;
  text-wrap: nowrap;
	font-weight: 700;
}

.swiper-section .overlay-text p {
/*   font-family: var(--heading-font); */
	font-family: 'avenir-light';
  font-size: 22px;
  letter-spacing: 4px;
  font-weight: 300;
/*   text-transform: uppercase; */
	text-transform: none;
}

.swiper-container {
  position: relative;
}

/* ===============two part section===================== */
/* 
.two-part-section .main-title h2 {
  font-family: var(--heading-font);
  font-size: 30px;
  font-weight: 300;
  line-height: 43px;
  text-align: left; 
  margin-bottom: 0;
} */

.two-part-section {
  padding-top: 20px;
  padding-bottom: 20px;
}

.two-part-section  .main-title h2{font-size: 26px;}

.two-part-section .main-title h2::after {
  content: "";
  position: absolute;
  top: 0;
  height: 80%;
  width: 2px;
  background: #ccc;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}

.vertical-bar {
  width: 1px;
  height: 100%;
  background: #ccc;
}

.two-part-section .main-title p {
  font-weight: 350;
  margin-bottom: 0px;
  text-align: left;
/* 	color: #727070 !important; */
	color:#000 !important;
	font-family: var(--normal-body-text);
}

.hover-img-section .image-container .btn-link {
  font-size: 14px;
/*     font-family: "Roboto Slab"; */
	font-family:'avenir';
    text-decoration: none;
    transition: color 0.3s ease;
    text-align: left;
    display: flex;
    align-items: center;
    background: #1fcdcb;
    padding: 8px 15px;
    margin-top: 5rem;
    width: max-content;
    color: #fff;
    border-radius: 3px;
    font-weight: 500;
}

/* =============hover img section======================= */

.hover-img-section {
  padding-top: 0;
}

.image-container:hover img {
  transform: scale(1.05) translateX(-20%);
}

.container-fluid {
  --bs-gutter-x: 0 !important;
}

.hover-img-section .image-container .hover-banner {
  position: absolute;
  top: 0;
  right: -300%;
  width: 220px;
  bottom: 0;
  /* background: rgba(255, 255, 255, 0.835); */
  background: rgba(255, 255, 255, 0.75);
  backdrop-filter: blur(5px);
  color: #333;
  padding: 20px 30px 20px 20px;
  text-align: left;
  transition: all 0.4s ease;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.image-container:hover .hover-banner {
  right: 0;
}

.hover-img-section .image-container .hover-banner h4 {
  margin-bottom: 20px;
/*   font-family: var(--heading-font); */
	font-family: var(--normal-text-font);
  font-size: 19px;
  font-weight: 300;
  line-height: 28px;
  text-align: left;
/*   color: rgba(116, 116, 116, 1); */
/* 	color: #444; */
	color:#000;

  text-align: left;
}

.hover-banner ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.hover-img-section .image-container .hover-banner ul li {
/*   font-family: var(--normal-text-font); */
	font-family:avenir-light;
  font-size: 13px;
  font-weight: 350;
  line-height: 21.28px;
  text-align: left;
/*   color: rgba(116, 116, 116, 1); */
    color: rgb(87 87 87);	
  margin-bottom: 10px;
}

.hover-img-section .image-container .hover-banner a img {
  width: 27px !important;
  height: auto !important;
  margin-left: 7px;
  transform: none !important;
}

.hover-banner a:hover {
  color: unset;
}

.container-fluid .row {
  margin-bottom: 15px;
}

/* ================top selling section==================== */

.image-container {
  position: relative;
  overflow: hidden;
  height: 100%;
  border: 1px solid #ededed;
}

.hover-img-section .container-fluid .row {
  margin-bottom: 0;
}

.hover-img-section .image-col {
  padding: 10px 10px 10px;
}

.image-container img {
  transition: transform 0.5s ease;
  width: 100%;
  height: 100%;
}

.image-container:hover img {
  transform: scale(1.5);
}

.hover-img-section .col-md-6 .image-container img:first-child {
  transform-origin: 0% 100%;
}

.hover-img-section .col-md-6 .image-container img:last-child {
  transform-origin: left;
}

.top-selling-section .image-container .image-caption {
  position: absolute;
  text-align: center;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
/*   padding: 35px 15px; */
	padding: 15px 15px;
/*   background: rgba(255, 255, 255, 0.71);
  backdrop-filter: blur(2px); */
	background:#fff;
  color: black;
/*   font-family: var(--heading-font); */
	font-family: avenir-light;
  font-size: 19px;
  font-weight: 300;text-transform: capitalize;
  line-height: 30px;
}
#filtered-products .image-caption{padding: 20px 10px;font-size: 14px;}

.top-selling-section .image-container .image-caption a {
  color: #000;
  text-decoration: none;
  text-transform: capitalize;
}

.filter_section h2 {
  font-size: 16px;
  border-bottom: 2px solid #e7e7e7;
/*   text-transform: uppercase; */
  position: relative;
  text-align: left;
  line-height: 35px;
  padding: 10px 0;
/*  font-family: var(--heading-font); */
    font-family: avenir-book;
    font-weight: 800;
	    color: #2F2F2F;
}
ul.p-cat li a {
    font-family: 'avenir-light';
    font-size: 15px;
}

.filter_section h2::before {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;
  right: 0;
  height: 3px;
  width: 60px;
  background: #1fcdcb;
}

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

.filter_section ul li {
  display: flex;
  justify-content: space-between;
  font-size: 13px;
  font-weight: 400;
/*   margin-bottom: 10px; */
  color: #000000;
/*   font-family: var(--normal-text-font) !important; */
	    font-family: 'avenir-light';
}

.w-30 {
  width: 30% !important;
}

.w-70 {
  width: 70% !important;
}

.filter_section h3 {
    font-size: 14px;
    text-align: left;
    font-weight: 800;
/*     font-family: var(--normal-text-font); */
	font-family: avenir-book;
    color: #2F2F2F;
}

.filter_section input[type="checkbox"] {
  height: 15px;
  width: 15px;
  margin-right: 8px;
}

.filter_section div {
  display: flex;
  justify-content: space-between;
	font-family: var(--normal-text-font);
}

.filter_section div.color {
  height: 14px;
  width: 14px;
  margin-right: 5px;
  box-shadow: 0px 4.79px 4.79px 0px #0000001a;
  cursor: pointer;
}

.filter_section div span {
  font-size: 14px;
  margin-bottom: 10px;
  font-weight: 400;
  display: flex;
  align-items: center;
/*   font-family: var(--normal-text-font); */
	font-family: 'avenir-light';
	text-align:left;
}

.filter_section {
  margin-bottom: 20px;
}

.product_count {
/*   background-color: #d9d9d9; */
	background-color:#f6f6f2;
  display: flex;
  justify-content: space-between;
  padding: 7px 20px;
  align-items: center;flex-wrap: wrap;
}

.product_count p {
  color: #4b4b4b;
  font-size: 14px;
  font-weight: 400;
  font-family: var(--normal-text-font);
  margin-bottom: 0px;
}
.product_count .dropdown span.me-md-2 {
    font-size: 14px;
}

.product_count button {
  border: 0px;
  background: transparent;
  width: 150px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-left: 10px;
  color: #4b4b4b;font-size: 14px;border-radius: 0px;margin-right: 10px;
}
.product_count .dropdown:last-child button{margin-right: 0px;}
#reset-filters{width: auto;background: #1fcdcb;color: #fff;padding: 5px 15px;border-radius: 3px;margin-right: 0px;    font-family: var(--normal-text-font);}
.product_count .dropdown {
  color: #4b4b4b;border-right: 1px solid #b5b5b5;font-family: var(--normal-text-font);
}
.product_count .dropdown:last-child{border-right: 0px;}
.product_count .dropdown-menu li a{font-size: 12px; border-bottom: 1px solid #ededed;padding: 10px;}
.product_count .dropdown-menu li:last-child a{border-bottom: 0px;}
.product_count .dropdown-menu {padding: 0px;border-radius: 0px;}
.product_count .dropdown-menu li a:hover{background: #1fcdcb;color: #fff;} 

/* range slider css */
.irs--round .irs-bar {
  background-color: #1fcdcb;
  height: 2px;
}

.irs--round .irs-handle {
  background-color: #1fcdcb;
  border-color: #1fcdcb;
  /* box-shadow: 0px 0px 0px 5px rgba(0,194,192,0.2); */
}

.irs--round .irs-handle.state_hover,
.irs--round .irs-handle:hover {
  background-color: #1fcdcb;
}

.irs--round .irs-handle {
  width: 16px;
  height: 16px;
  top: 29px;
}

.irs--round .irs-from,
.irs--round .irs-to,
.irs--round .irs-single {
  background-color: transparent;
  color: #666;
  font-family: var(--normal-text-font);
  font-size: 14px;
  font-weight: 600;
  visibility: hidden !important;
}

.irs--round .irs-from {
  left: 0px !important;
}

.irs--round .irs-to {
  left: 20px !important;
}

.irs--round .irs-from:before,
.irs--round .irs-to:before,
.irs--round .irs-single:before,
.irs--round .irs-min,
.irs--round .irs-max {
  display: none;
}

.price-display {
  text-align: left;
  width: -webkit-fill-available;
  display: block;
  position: relative;
  top: 15px;
/* 	font-family: var(--normal-text-font); */
	    font-size: 14px;
	    font-family: 'avenir-light';
}

/* range slider css end */

.main-title h1,
.main-title h2,
.main-title h3 {
/*   font-family: var(--heading-font); */
	font-family: var(--normal-text-font);
  font-size: 28px;
  font-weight: 300;
  line-height: 1.4;
  text-align: center;
/*   color: #444; */
	color:#000;
}

p {
/*   font-family: var(--normal-text-font);
  font-size: 16px; */
	font-family: var(--normal-body-text);
font-size:16px;
  line-height: 26px;
  text-align: center;
}

.top-selling-section .main-title p{/*color: #727070;*/color:#000;}

.grid-section .main-title p {
  color: #000 !important;
  font-family: var(--normal-body-text);
  font-size: 18px;
  font-weight: 300;
  line-height: 24px;
  text-align: center;
}


/* =============grid section=================== */

.grid-section {
  padding-top: 0;
}

.grid-section .main-img {
  position: relative;
  height: 100%;
}

.main-text .main-title h3 {
  font-family: var(--heading-font);
  font-size: 24px;
  font-weight: 300;
  line-height: 40.2px;
  text-align: center;
}

.main-img .main-title h3 {
  color: #606060;
}

.main-title h3 p {
  margin-bottom: 0;
}

.grid-section .main-text {
  position: absolute;
  top: 0px;
  margin: 30px;
  /* background-color: rgba(255, 255, 255, 0.8); */
  background: rgba(255, 255, 255, 0.71);
  backdrop-filter: blur(1px);
  padding: 20px 50px;
  border-radius: 10px;
}

.main-text .main-title h3 {
/*   font-family: var(--heading-font); */
	font-family:avenir-light;
  font-size: 25px;
  font-weight: 300;
  line-height: 42.2px;
  text-align: center;
}

.grid-img {
  position: relative;
  height: 100%;
}

.grid-img .grid-text {
  position: absolute;
  bottom: 0;
  width: 100%;
  /* background-color: rgba(255, 255, 255, 0.8); */
  background: rgba(255, 255, 255, 0.71);
  backdrop-filter: blur(1px);
  text-align: center;
  padding: 15px 5px;
/*   font-family: var(--heading-font); */
	font-family: 'avenir-light';
  font-size: 13px;
  font-weight: 300;
  line-height: 21.1px;
  text-align: center;
}

.img-cover {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* =================image overlay section=============================== */

.overlay-heading {
  margin-bottom: 0;
}

.image-overlay-section {
  padding-top: 0;
  padding-bottom: 0;
  position: relative;
}

.image-overlay-section .overlay-heading {
  position: relative;
}

.image-overlay-section img {
  display: block;
}

.image-overlay-section .overlay-content {
  position: absolute;
  width: 90%;
  bottom: 12px;
  left: 0;
  right: 0;
  margin: auto;
  background: rgba(255, 255, 255, 0.81);
  backdrop-filter: blur(2px);
  padding: 30px 40px 30px 70px;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
}

.overlay-content .main-title h2 {
/*   font-family: var(--heading-font); */
	font-family:avenir;
  font-size: 26px;
  font-weight: 300;
  line-height: 34px;
  text-align: left;
/*   color: #333; */
	color: #000;
}

.overlay-content .main-title p {
/*   font-family: var(--normal-text-font); */
	font-family: var(--normal-body-text);
  font-size: 15px;
  font-weight: 350;
  line-height: 26px;
  text-align: left;
  margin-bottom: 0;
color: #000;
/*   color: #555; */
}

.border_right {
  position: relative;
  height: fit-content;
}

.border_right::after {
  content: "";
  position: absolute;
  top: 0;
  height: 100%;
  width: 1px;
  background: #000;
  right: 5px;
  top: 0;
  bottom: 0;
  margin: auto;
}

/* Mobile Drawer Styles */
@media (max-width: 767.98px) {
  .all_filters.mobile-drawer {
    display: none;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    max-height: 100vh;
    overflow-y: auto;
    background: #fff;
    z-index: 1050;
    box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.15);
    padding: 1rem;
  }

  .toggle-filters-btn-mobile,
  .clear-filters-btn {
    position: fixed;
    bottom: 0;
    z-index: 1060;
    background: #1fcdcb;
    color: white;
    border: none;
    padding: 14px;
    font-weight: 600;
    text-align: center;
    border-radius: 0;
  }

  .toggle-filters-btn-mobile {
    left: 0;
  }

  .clear-filters-btn {
    background: #000;
    color: #fff;
    right: 0;
  }

  .all_filters {
    position: fixed;
    bottom: -100%;
    left: 0;
    right: 0;
    height: 100%;
    background: #fff;
    z-index: 1050;
    overflow-y: auto;
    transition: bottom 0.3s ease;
  }

  .all_filters.active {
    bottom: 0;
  }
}

/* Sticky bottom action bar on mobile */
.mobile-filter-actions {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background: #fff;
  border-top: 1px solid #ddd;
  display: flex;
  justify-content: space-between;
  padding: 10px;
  z-index: 1000;
}

/* Hide on desktop */
@media (min-width: 768px) {
  .mobile-filter-actions {
    display: none;
  }
}

/* Cross & Clear Button Styling (mobile-only) */
/* .filter-header-mobile {
  padding-bottom: 10px;
  border-bottom: 1px solid #eee;
} */

.close-filter {
  font-size: 15px;
  font-weight: bold;
  background: none;
  border: none;
}

.clear-filter-wrapper {
  border-top: 1px solid #ddd;
  padding-top: 1rem;
}

/* ==============footer==================== */

/* Footer Section Styles */
footer {
  color: #0a142f;
}

footer .col-8 {
  padding-bottom: 3rem !important;
}

footer .main-title h2 {
  font-family: var(--normal-text-font);
  font-size: 30px;
  font-weight: 700;
  line-height: 46px;
  text-align: center;
  letter-spacing: 1px;
  color: #0a142f;
}

.footer-top a {
  text-decoration: none;
  color: #000;
  font-size: 16px;
  font-family: avenir-light;
    font-weight: 300;
}

footer {
/*   padding-top: 80px;
  padding-bottom: 50px; */
	    padding-top: 60px;
    padding-bottom: 0px;
}

footer .main-title p {
  font-family: var(--normal-text-font);
  font-size: 12px;
  font-weight: 400;
  line-height: 22px;
  text-align: center;
  color: #666;
  margin-bottom: 30px;
}

footer .btn-custom {
  /* background-color: rgb(212, 212, 212); */
  background-color: rgba(247, 249, 251, 1);
  border: none;
  border-radius: 20px;
  font-size: 0.9rem;
  padding: 5px 20px;
  font-family: var(--normal-text-font);
  font-size: 12px;
  font-weight: 400;
  line-height: 22px;
  text-align: left;
}

footer .btn-custom::after {
  content: "";
  position: absolute;
  bottom: 0;
}

.divider {
  border-top: 1px solid rgb(15 82 139 / 10%);
}

.footer-logo {
  margin-left: 45px;
}

.footer-logo img {
  width: 80%;
}

.footer-social {
  display: flex;
  gap: 10px;
}

.footer-social i {
  font-size: 12px;
}

.footer-social a {
  color: #333;
  text-decoration: none;
  transition: color 0.3s ease;
}

.footer-social a:hover {
  color: #007bff;
}

.footer-copyright {
/*   font-family: var(--normal-text-font); */
	font-family: avenir-light;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.6;
  text-align: center;
}

.footer-social .text-muted {
  border: 1px solid;
  border-color: rgb(10 20 47 / 15%);
  border-radius: 50%;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.footer-social .text-muted i {
  color: rgba(10, 20, 47, 1);
}

.footer-top {
  padding-bottom: 30px;
}

/* ###################OTHER PAGES STYLES###################### */

/* =============================================== */
.img-banner {
  position: relative;
  width: 100%;
  height: 100%;
  background-size: cover !important;
  overflow: hidden;
  z-index: 1;
  padding: 7rem 0;
}

.product_archive {
  position: relative;
}

.product_archive::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
/*   background-color: #00000096; */
  background-color: #0000008f;
  z-index: -1;
}

.breadcrumb {
  top: 20px;
  left: 20px;
  background: rgba(255, 255, 255, 0.8);
  padding: 0px;
  border-radius: 5px;
	margin-top:10px;
	margin-bottom:10px;
}
.breadcrumb a{color: #707070 !important;}
.breadcrumb span{color: #000 !important;}
.breadcrumb a,
.breadcrumb span {
	font-family: avenir-light;
  font-size: 12px;
  color: #999999;
  text-decoration: none;
}

.breadcrumb a:hover {
  text-decoration: underline;
}

.img-banner .content-box {
  text-align: center;
  background: rgba(255, 255, 255, 0.81);
  backdrop-filter: blur(4px);
  padding: 20px 40px;
  border-radius: 10px;
  max-width: 500px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.img-banner .main-title h2 {
  font-size: 28px;
/*   font-family: "Roboto Slab", serif; */
  font-weight: 300;line-height: 38px;
	font-family: var(--normal-text-font);
}

.img-banner .main-title p {
  font-size: 16px;
/*   font-family: "Segoe UI", sans-serif; */
  font-family:var(--normal-text-font);
  line-height: 25px;
/*   color: #555; */
	color: #727070;
  padding-top: 20px;
}

.banner_text h1,
.banner_text p {
  color: #fff;
  text-align: center;
}

.banner_text h1 {
  font-size: 28px;
  font-weight: 700;
/* 	font-family: var(--heading-font); */
	font-family: 'avenir-black', sans-serif;
}

.banner_text p {
  font-size: 15px;
  font-weight: 500;
}

/* ================Custom Section==================== */

.custom-section .right-col {
  padding-left: 25px;
}

.custom-section {
  background-color: #f6f6f2;
  padding: 22px 0;
}

.custom-section .main-title h2 {
  font-size: 24px;
/*   color: rgba(116, 116, 116, 1); */
	color:#444;
  line-height: 32px;
  text-align: left;
}

.custom-section .main-title p {
/*   color: rgba(116, 116, 116, 1); */
	color: #727070;
  font-weight: 300;
  margin-bottom: 20px;
  text-align: left;
}

.enquire-btn {
  background-color: #1fcdcb;
  color: white;
  padding: 12px 35px;
  font-size: 13px;
  font-weight: 400;
  border-radius: 5px;
  box-shadow: 0px 4px 4px 0px #0daeac45;
  border: 1px solid #11bcba;
  transition: all 0.3 ease;
  text-decoration: none;
  display: inline-flex;
font-family: 'avenir';
}

.enquire-btn:hover {
  background-color: #11bcba;
  border: 1px solid #1fcdcb;
}

.img-container img {
  width: 100%;
  height: auto;
}

/* ===============Related section==================== */
.related-section {
  padding-top: 50px;
}

.related-section .bar h2 {
  font-size: 26px !important;
}

.top-selling-section .bar h2 {
  background: #fff;
  z-index: 99;
  width: fit-content;
  padding-right: 30px;
  position: relative;
}

.top-selling-section .bar {
  position: relative;
}

.top-selling-section .bar::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  background: #000;
  /* margin-left: 40px; */
  right: 0;
  margin: auto;
  top: 0;
  bottom: 0;
}

/* ==============Thankyou page ================== */

.thankyou .content-box {
  max-width: 940px !important;
  backdrop-filter: blur(8px) !important;
  padding: 50px 50px !important;
  padding-top: 100px !important;
}

.thankyou .content-box .contact-bar {
  margin-bottom: 45px;
}

.thankyou .content-box .contact-bar .contact-info img{margin-right: 3px;}

.thankyou .content-box h2 {
  font-weight: 800 !important;
  color: #1a2390;
  font-size: 82px !important;
  line-height: 82px;
/*   font-family: var(--normal-segoe-font); */
	font-family: var(--heading-font);
}

.thankyou .content-box h5 {
  font-size: 30px !important;
  color: #444444;
  font-weight: 700 !important;
/*   font-family: var(--normal-segoe-font); */
	font-family: var(--heading-font);
}

.thankyou .content-box p {
  font-size: 16px;
/*   font-family: var(--normal-segoe-font); */
  line-height: 25px;
/*   color: #444444; */
  /* padding-top: 10px; */
/*   font-weight: 600; */
	font-weight: 350;
	color: #727070;
font-family: var(--normal-text-font);
}

.thankyou .contact-line {
  padding-top: 25px !important;
  margin-bottom: 0 !important;
  font-family: var(--heading-font) !important;font-weight: 500 !important;
}

.thankyou .end-line {
  margin-bottom: 0;
  padding-top: 0 !important;
  font-family: var(--heading-font) !important;font-weight: 500 !important
}

.thankyou .contact-info p {
  font-size: 14px !important;
}

/* #######################Single Chair page CSS########################################################### */

/* ########## DEFAULT STYLE ############### */
/* .single-chair {
  padding-top: unset !important;
} */

.single-chair .main-title h2 {
/*   font-family: var(--normal-segoe-font); */
/* 	font-family: var(--heading-font); */
	font-family: 'Avenir', sans-serif;
  font-size: 26px;
  font-weight: 500;
  line-height: 1.2;
  text-align: left;text-transform: capitalize;
}

.single-chair .price .h2 {
/*   font-size: 1.7rem; */
	font-size:24px;
  padding-top: 10px;
}

.single-chair .main-title h3 {
  font-family: var(--normal-segoe-font);
  font-size: 18px;
  font-weight: 600;
  line-height: 22px;
}

.single-chair .main-title h3 span {
  font-size: 18px;
}

.single-chair .main-title .less {
  font-family: var(--normal-segoe-font);
  color: rgba(35, 83, 83, 0.421);
  font-size: 18px;
  font-weight: 600;
  line-height: 23.94px;
  text-align: left;
  text-decoration-line: line-through;
}

.single-chair .main-title h5 .offer {
  font-family: var(--normal-segoe-font);
  color: rgba(31, 205, 203, 1);
  font-size: 18px;
  font-weight: 600;
  line-height: 23.94px;
  text-decoration-line: unset;
}

.single-chair .additional-offer p {
  margin-bottom: 0;
  text-align: left;
}

.single-chair .additional-offer h5 {
  padding-top: 20px;
}

.single-chair .additional-offer h5 {
  font-family: var(--normal-segoe-font);
  font-size: 17px;
  font-weight: 600;
  line-height: 18px;
}

.single-chair .additional-offer p {
  font-family: var(--normal-segoe-font);
  font-size: 14px;
  font-weight: 350;
  line-height: 21.28px;
  margin-bottom: 30px;
}

.single-chair .product-details .select-color P {
  margin: unset;
  text-align: left;
	font-size: 15px;
	font-family: avenir-light;
	    padding-bottom: 5px;
}

.single-chair .product-details .select-color {
  margin-bottom: 10px;
}

.single-chair .input-group {
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: stretch;
  width: 80%;
}

.single-chair .input-group input {
  width: 50% !important;
  border-radius: unset;
}

.product-details .main-title .color-text {
  text-align: left;
  padding-top: 5px;color: #160590;
	font-family: var(--normal-text-font);
}

/* .js-swiper-thumbs .swiper-wrapper{flex-direction: column-reverse;justify-content: flex-end;} */
.single-chair .product-details .pin-code .pin-text {
  font-family: var(--normal-segoe-font);
  font-size: 12px;
  font-weight: 400;
  line-height: 18.62px;
}

.single-chair .rating .star {
  text-align: left;
}

.single-chair .rating .star img {
  width: 18px;
}

.single-chair .bottom-btn .qty {
  padding-top: 17px !important;
	font-family: var(--normal-text-font);
}

.single-chair .price h2 {
  padding-top: 0px;
}

.single-chair .product-details .bottom-btn::before,
.single-chair .product-details .rating .price::before,
.single-chair .product-details .select-color::before,
.single-chair .product-details .additional-offer::before,
.single-chair .accordion .accordion-item::before {
  content: "";
  position: absolute;
  width: 100%;
  right: 0;
  height: 1px;
/*   background-color: #ddd; */
	background-color:#F0F0F0;
  display: flex;
  justify-content: flex-end;
  z-index: 3;
}
.product-details{position: relative;}
.single-chair .accordion .accordion-item::before, .single-chair .product-details .rating .price::before, .single-chair .accordion .accordion-item::after, .single-chair .product-details .bottom-btn::before, .single-chair .accordion .accordion-item::after{width: 100% !important;}

.single-chair .accordion .accordion-item::after {
  content: "";
  position: absolute;
  width: 43%;
  right: 0;
  height: 1px;
/*   background-color: #ddd; */
	background-color:#F0F0F0;
  display: flex;
  justify-content: flex-end;
  z-index: 3;
}

.single-chair .product-details .btn-atc {
  font-family: var(--normal-segoe-font);
  font-size: 13px;
  font-weight: 400;
  line-height: 23.94px;
  border: 2px solid rgba(31, 205, 203, 1);
  width: 100px;
  height: 40px;
  background-color: #fff;
}

.single-chair .product-details .btn {
  display: flex;
  color: rgba(31, 205, 203, 1);
  justify-content: center;
  align-items: center;
  /* height: 50px; */
  padding: 12px 20px;
  margin-top: 10px;
}

.single-chair .btn-color {
  border: 1px solid;
  border-color: rgba(31, 205, 203, 1);
  border-radius: unset;
  text-decoration: none;
}

.single-chair .btn-color.buy {
/*   background-color: rgba(31, 205, 203, 1); */
	background: #242424;
  color: #fff;
  margin-top: 10px;
	border:0;
}

.single-chair .qty select {
  width: 60px;
  padding: 6px;
/*   color: rgba(191, 191, 191, 1);
  border-color: rgba(191, 191, 191, 1); */
	border-color: #B9B9B9;
    color: #000;
}

.single-chair .accordion {
  border: none;
  border-radius: unset;
}

.single-chair .accordion-item {
  border: none !important;
  border-radius: unset;position: relative;
}

.single-chair .accordion-header {
  border: unset;
  font-family: var(--normal-text-font);
}

.single-chair .accordion-button:focus {
  border: unset;
  outline: unset;
}

.single-chair .accordion .accordion-button {
  border: none !important;
  box-shadow: unset;
  background-color: unset;
  color: #000;
  padding: 15px 0 10px 0;
  font-weight: 500;
/*   font-family: var(--normal-text-font); */
	font-family: avenir-light;
	font-size:16px;
}

.single-chair .accordion-body {
  padding: 0;
  border: none !important;
}
.single-chair .accordion-body p{
  text-align: left;font-size: 13px; line-height: 24px;
/* 	font-family: "Barlow", sans-serif; */
	font-family: var(--normal-body-text);
	font-size: 14px;
	font-weight: 400;
    line-height: 1.65;
	color: #000;
}

.single-chair .accordion-collapse {
  border: none !important;
}

/* ============ */
.single-chair .specs-container {
  padding: 0;
  margin: 0;
  font-family: var(--normal-segoe-font);
}

.single-chair .spec-label {
  font-weight: bold;
  color: #000;
  font-size: 12px;
  margin-bottom: 2px;
	font-family: var(--normal-text-font);
}

.single-chair .spec-value {
/*   color: #666; */
	color:#000;
  font-size: 13px;
  margin-bottom: 10px;
/*   font-family: var(--normal-text-font); */
	font-family: 'avenir-light';
}

/* ============ */

.single-chair .js-swiper {
  position: sticky !important;
  top: 0;
  height: 100%;
}

.more-chairs {
  padding-top: 0;
  padding-bottom: 0;
  position: relative;
  background-color: #fff;
}

.more-chairs .container .col-md-4 {
  padding: 0 10px;
}

.more-chairs .product-section {
  padding: 18px 0;
/*   background: rgba(31, 205, 203, 1); */
	background: #f6f6f2;
  text-align: center;
  color: #000;
  display: flex;
  justify-content: center;
  align-items: center;
}

.more-chairs .product-section h2 {
/*   font-family: var(--normal-segoe-font); */
	font-family: var(--normal-text-font);
  font-weight: 500;
  line-height: 25px;
  font-size: 19px;
  letter-spacing: 0;
  margin-bottom: 0;
}

.more-chairs .product-card,
.more-chairs .product-card img {
  border: unset;
  border-radius: unset;
}

.more-chairs .main-title h6 {
/*   font-family: "Segoe UI"; */
  font-family: var(--normal-text-font);
  font-weight: 500;
  font-size: 14px;
/*   line-height: 20px; */
	line-height: 1.5;
  text-align: center;
  margin-bottom: 0;
}

.more-chairs .main-title h6 a {
  color: #000;
  text-decoration: none;
  text-transform: capitalize;
}

.more-chairs .main-title .price {
/*   font-family: "Segoe UI"; */
	font-family: var(--normal-text-font);
  font-weight: 600;
  font-size: 15px !important;
  line-height: 24px !important;margin-top: 3px !important;
}

.more-chairs .main-title p span {
/*   font-family: "Segoe UI"; */
	font-family: var(--normal-text-font);
  font-weight: 400;
  font-size: 12px;
  color: #686868;
}

.more-chairs .main-title p .discount {
  color: rgba(31, 205, 203, 1);
} 

.more-chairs .wishlist-icon .wishlist_heart {
  top: 0;
  --size: 50px;
}

.more-chairs .product-card .card-body {
  text-align: center;padding: 5px;
}

.more-chairs .product-card .card-body p {
  margin: 0;
  font-size: 11px;line-height: 18px;
  font-weight: 500;
}

/* ##############DEFAULT STYLE END################# */
/* ##############HOVER EFFECT STYLE END################# */
.color-options img {
  width: 70px;
  height: 70px;
  cursor: pointer;
  margin: 5px;
  border: 2px solid transparent;
}

.color-options img.active {
  border: 2px solid rgba(31, 205, 203, 1);
}

/* #######SWIPER STYLE############# */

.single-chair .js-swiper {
  display: flex;
  position: relative;
}

.single-chair .js-swiper-thumbs {
  width: 80px;
  /* height: 880px; */
  height: 100%;
  margin-right: 10px;
  /* overflow: hidden; */
}

.single-chair .js-swiper-thumbs .swiper-slide {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.single-chair .swiper-slide {
  height: auto !important;
}

.single-chair .js-swiper-thumbs .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  cursor: pointer;
}

/* Main Swiper */
.single-chair .js-swiper-main {
  width: 100%;
  height: 100%;
}

.single-chair .js-swiper-main .swiper-slide img {
  width: 100%;
  height: auto;
  object-fit: cover;
}

/* Active Thumbnail */
.single-chair .swiper-slide-thumb-active {
  opacity: 0.6;
  border: 1px solid #0a0985;
}
.js-swiper-thumbs .swiper-slide img{border: 1px solid #ebebeb;}

/* Navigation Buttons */
.single-chair .swiper-button-prev,
.single-chair .swiper-button-next {
  color: #fff;
  z-index: 10;
  width: 48px;
  height: 48px;
}

.single-chair .swiper-slide-prev,
.single-chair .swiper-slide-active,
.single-chair .swiper-slide-duplicate-active {
  position: relative;

  img {
    animation-name: unset !important;
    animation-duration: unset !important;
    animation-fill-mode: unset !important;
  }
}

.single-chair .swiper-slide::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: unset;
  z-index: 1;
}

.color-text {
  color: rgba(22, 5, 144, 1);
}

/* ##########HEART STYLE########### */
.single-chair .wishlist_heart._active {
  position: absolute;
}

.single-chair .wishlist_heart svg {
  padding: 10px;
}

.single-chair .wishlist_heart {
  position: absolute;
  --fuschia: #ef2b7c;
  --size: 60px;
  width: var(--size);
  height: var(--size);
  left: auto;
  right: 0;
  /* margin: auto; */
  cursor: pointer;
  color: #fff;
  animation: beat_off 300ms forwards;
  z-index: 99999;

  svg {
    height: 100%;
    width: 100%;
    /* stroke: var(--fuschia); */
  }

  &._active {
    color: var(--fuschia);
    animation: beat_on 400ms forwards;
  }
}

/* Swiper main image zoom view with cursor change */
.js-swiper-main .swiper-slide img {
  transition: transform 0.2s ease, transform-origin 0.2s ease;
  will-change: transform;
  pointer-events: none;
}

.js-swiper-main .swiper-slide-active {
  position: relative;
  overflow: hidden;
}

.js-swiper-main .swiper-slide-active:hover img {
  transform: scale(1.8);
}

.js-swiper .swiper-slide img:hover {
  cursor: zoom-in !important;
}

.js-swiper .swiper-slide:hover {
  cursor: zoom-in !important;
}

.js-swiper .swiper-slide img {
  pointer-events: auto;
}

@keyframes beat_on {
  0% {
    transform: scale(1);
  }

  20% {
    transform: scale(1.1);
  }

  50% {
    transform: scale(0.5);
  }

  80% {
    transform: scale(1.1);
  }

  100% {
    transform: scale(1);
  }
}

@keyframes beat_off {
  0% {
    transform: scale(1);
  }

  50% {
    transform: scale(1.4);
  }

  80% {
    transform: scale(0.9);
  }

  100% {
    transform: scale(1);
  }
}

/* ############# BREAKPOINTS ################ */

@media (min-width: 991px) and (max-width: 1200px) {
  .js-swiper-thumbs {
    height: 604px;
  }
}

/* Button pop up */
#quoteModal .modal-content, #contactModal .modal-content {
  border-radius: 0px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  top: 30px;
}

#quoteModal .modal-body, #contactModal .modal-body {
/*   padding: 70px 70px 40px; */
	    padding: 40px;
}

#quoteModal .form-heading, #contactModal .form-heading {
  text-align: center;
  margin-bottom: 10px;
}

#quoteModal .form-description, #contactModal .form-description {
  text-align: center;
  margin-bottom: 30px;
  color: #555;line-height: 23px;
}

#quoteModal .submit-btn, #contactModal .submit-btn {
  background-color: #20c9c9;
  border: none;
  padding: 12px;
  font-weight: 500;
}

#quoteModal .submit-btn:hover, #contactModal .submit-btn:hover {
  background-color: #1ab6b6;
}

.form-label {
  font-weight: 500;
  margin-bottom: 8px;
}

.form-control,
.form-select {
  padding: 12px;
  margin-bottom: 20px;
}

.gform_heading {
  display: none;
}

.gform_wrapper.gravity-theme .gfield_label {
  margin-bottom: 5px !important;
  color: #7c7c7c;
  /* font-family: "Noto Sans"; */
  font-weight: 600 !important;
  font-size: 10px !important;
  line-height: 18px;
  letter-spacing: 0;
}

.gfield_required{
  display: none !important;
}

.ginput_container input:focus-visible,
.ginput_container select:focus-visible {
  border-color: #11bcba !important;
  outline: none;
}

.ginput_container input:focus {
  border-color: #11bcba;
}

.ginput_container input:active {
  border-color: #11bcba;
}

.ginput_container input::placeholder {
  font-size: 12px !important;
}

.gfield_select::placeholder {
  font-size: 12px !important;
}

.gform_wrapper.gravity-theme .gfield input.large,
.ginput_container_textarea textarea,
.gform_wrapper.gravity-theme .gfield select.large {
  border-radius: 6px;
  border: 1px solid #CCCCCC;
  border-width: 1px;
  font-size: 12px;padding: 13px;color: #666666;
}
#gform_1 .gfield{margin-bottom: 20px;}

input#gform_submit_button_1:hover {
  background-color: #fff;
  color: #20c9c9; 
  border: 1px solid #20c9c9;
}

.gform_button {
  border: 1px solid #20c9c9;
  background-color: #1FCDCB;
  border: none;
  padding: 14px;
  font-weight: 300;
  border-radius: 10px;
  width: 100%;
  color: #fff;font-size: 15px;
}

/* Button popup end */

.more-chairs .card-body .rating img {
  width: 14px;
}

/* #######################Single Chair page CSS END########################################################### */

/* ====================Canvas Section================================ */
.canvas-section {
  padding-top: 0;
  padding-bottom: 0;
}
.canvas-section .main-title .section-description{
  margin-bottom: 40px;
	color: #000;
}
.canvas-section .image-container:hover img{
  transform: none;
}
.canvas-section .overlay-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  width: 100%;
  color: #000;
}

.canvas-section .overlay-text h2 {
  margin-bottom: 30px;
  font-weight: 600;
  font-size: 52px;
  line-height: 29px; 
  text-align: center;
	font-family: 'avenir-light';
}
/* .canvas-section .padding-right{
  padding-right: 0px;
} */
.canvas-section .overlay-text p {
  font-family: 'Thank You', sans-serif;
  font-weight: 400;
  font-size: 50px;
  line-height: 29px; 
  text-align: center;
}

/* .canvas-section .address-container {
  padding: 20px 15px;
  position: relative;
}

.canvas-section .bar:after {
  content: "";
  position: absolute;
  top: 20px;
  right: 0;
  height: 20%;
  width: 3px;
  background-color: #1fcdcb;
} */

.canvas-section .address-title { 
/*   font-family: var(--normal-segoe-font); */
	font-family: avenir;
  font-weight: 300;
  font-size: 25px;
  line-height: 29px;
}
.grid-section .main-img p{font-size:16px;}
.canvas-section .address-text {
/*   color: #727070; */
	color:#000;
  margin-bottom: 15px;
  text-align: left;
/*   font-family: var(--normal-segoe-font); */
/* 	    font-family: var(--normal-text-font); */
	font-family: avenir-light !important;
  font-weight: 350;
  font-size: 15px;
  line-height: 29px;
}

.canvas-section .map-btn {
  color: #000;
  border: 1px solid #1fcdcb;
  border-radius: 0;
  padding: 3px 8px;
  text-decoration: none;
  display: inline-block;
  font-size: 0.9rem;
	font-family: 'avenir-light';
}

.canvas-section .map-btn img {
  margin-right: 5px;
  width: 10px;
  margin: auto;
}

.canvas-section .map-btn:hover {
  background-color: #1fcdcb;
  color: white;
}
.canvas-section .map-btn:hover img {
  filter:brightness(10);
}

/* Scrollable address container */
.addresses-wrapper {
  height: 450px;  
  overflow-y: auto;
  position: relative;
  padding-right: 10px;  
}

.addresses-wrapper::-webkit-scrollbar {
  width: 4px;
}

.addresses-wrapper::-webkit-scrollbar-track {
  background: transparent;
}

.addresses-wrapper::-webkit-scrollbar-thumb {
  background-color: #1FCDCB;
  border-radius: 3px;
}

.canvas-section .address-container {
  padding: 20px 15px;
  position: relative;
}

/* ===================================== */

/* ==============Breakpoints================== */
@media (max-width: 1200px) {
  .navbar-nav {
    gap: 0.5rem !important;
  }
}

@media (min-width: 1200px) {
  .container {
    max-width: 93% !important;
  }
}
@media (min-width: 2000px) {
  .container {
    /* min-width: 1440px !important; */
    max-width: 1440px !important;
  }
}

@media (min-width: 768px) {
  .overlay-content .col-md-8 {
    top: 0;
    bottom: 0;
    margin: auto;
  }
}

@media (max-width: 460px){.product_count p{margin-bottom: 10px;}}

@media (max-width: 575px) {
  .more-chairs .product-card{height: 100%;}
  .hover-img-section .image-container img{height: 200px;object-fit: cover;}
  .addresses-wrapper{
    height: 100%;max-height: 300px;
  }
  /* .addresses-wrapper  .address-container:first-child{padding-top: 0px;} */
  .canvas-section .main-title .section-description{
    margin-bottom: 15px;
  }
  .canvas-section .overlay-text h2{
    margin-bottom: 7px;
    font-size: 32px;
  }
  .canvas-section .overlay-text p{
    font-size: 30px;
  }
  .canvas-section .address-title{
    font-size: 19px;
  }
  .canvas-section .address-text{
    font-size: 13px;line-height: 22px;
  }
  .hover-img-section .image-col {
    padding: 0 15px 10px;
  }

  .image-container:hover .hover-banner {
    height: 150px !important;
  }

  /* .hover-banner h4 {
    margin-bottom: 0px !important;
  } */

  .hover-img-section .image-container .btn-link {
    padding-top: 0rem !important;
  }
}

.grid-section .col-lg-5 .h-100 .col-6:first-child, .grid-section .col-lg-5 .h-100 .col-6:nth-child(2){padding-top: 0 !important;}
.grid-section .col-lg-5 .h-100 .col-6:nth-child(3), .grid-section .col-lg-5 .h-100 .col-6:nth-child(4){padding-bottom: 0 !important;}

@media (min-width: 992px) {
  .grid-section .container .col-lg-5 {
    padding: 0;
    padding-left: 5px;
  }
}

@media (min-width: 992px) and (max-width: 1240px) {
  .navbar-nav {
    gap: 0rem !important;
}
.nav-links ul li a{font-size: 14px;}
.two-part-section .main-title h2 {
  font-size: 22px;
  line-height: 30px;
}
.two-part-section .main-title p{font-size: 15px;}
footer {
  padding-top: 50px;
  padding-bottom: 20px;
}
  .thankyou .content-box {
    max-width: 800px !important;
    padding-top: 50px !important;
  }

  .thankyou .content-box h2 {
    font-size: 72px !important;
  }

  .thankyou .content-box h5 {
    font-size: 26px !important;
    font-weight: 600 !important;
  }

  .thankyou .content-box p {
    padding-top: 10px !important;
  }

  .thankyou .content-box .contact-bar {
    margin-bottom: 15px;
  }

  .thank-you-section {
    padding: 3rem 0;
  }
}

/* =================================== */
@media (max-width: 991px) {
  .single-chair .js-swiper{height: auto;}
  #back_to_top {
    width: 35px;
    height: 35px;
    font-size: 6px;
  }

  .js-swiper-thumbs {
    height: 100% !important;
  }

  .img-banner .content-box {
    height: auto;
    padding: 15px !important;
    padding-top: 30px !important;max-width: 700px;
  }

  .thankyou .content-box h2 {
    font-size: 60px !important;
    line-height: 65px;
  }

  .thankyou .content-box h5 {
    font-size: 24px !important;
    font-weight: 600 !important;
  }

  .thankyou .content-box p {
    padding-top: 10px;
    font-weight: 400;
    margin-bottom: 0;
  }

  .thankyou .contact-line {
    padding-top: 15px !important;
  }

  .thankyou .content-box .contact-bar {
    margin-bottom: 15px;
  }

  .thank-you-section {
    padding: 3rem 0;
  }

  .icons a img {
    width: 18px;
    filter: invert(1);
  }

  .navbar-nav .nav-link {
    color: #fff !important;
  }

  header .collapse ul li a.active::before,
  header .collapse ul li a:hover::before,
  .navbar-nav .nav-link.active::before {
    content: "";
    position: absolute;
    /* bottom: -5px; */
    left: -10px;
    /* right: 0; */
    bottom: 0;
    top: 0;
    background: #1fcdcb;
    height: 10px;
    width: 10px;
    border-radius: 50%;
    margin: auto;
  }

  #navbarNav .close-button .cross {
    height: 10px;
    width: 10px; 
  }

  .close-button {
    position: absolute;
    width: 30px;
    height: 30px;
    /* border-radius: 50px; */
    border-radius: 50%;

    /* color: black; */
    background: #1fcdcb;
    top: 20px;
    /* right: 95%; */
    left: -15px;
    font-size: 22px;
    cursor: pointer;
    z-index: 999999;align-items: center;justify-content: center;opacity: 0;
  }

  html.nav-open {
    overflow: hidden !important;
  }

  /* ==============Navbar code================= */

  /* #navbarNav { */
  /* .navbar-collapse {
    position: fixed;
    top: 0;
    right: -100% !important;
    /* Initially hidden off-screen */
    /* width: 50%;
    /* Adjust width as needed */
  /*   height: 100vh;
    z-index: 9999;
    padding-top: 20px;
    transition: transform 0.3s ease-in-out, opacity 0.3s ease-in-out !important;
    /* transition: all 400ms ease-in-out !important;  */
   /*  transform: translateX(100%) !important;
    opacity: 0;
    visibility: hidden;
    overflow-y: hidden;
    box-shadow: -4px 0px 10px rgba(0, 0, 0, 0.1);
  } */

  .nav-links .navbar-nav {
    padding-top: 0px; overflow-y: auto;
  }
  .nav-links #menu-header-menu{ height: 90%;margin: auto;}

  .navbar-toggler {
    /* position: absolute;
    right: 15px !important; */
    transition: transform 0.3s ease-in-out, visibility 0.3s ease-in-out !important;
  }

  .nav_padding {
    padding-left: 3.5%;
    padding-right: 3%;
  }

  .show-btn {
    margin-right: 10px;
    align-items: center;
  }

  .nav-links {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 10px;
  }
 
  #navbarNav {
    background: #0a142f;
    bottom: 0;
    position: fixed;
    top: 0;
    width: 50%;
    height: 100vh !important;
    transform: translateX(100%) !important;
    transition: right 0.5s ease-in-out;
    z-index: 999999;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
  }

  #navbarNav.show {
    transform: translateX(0) !important;
    opacity: 1;
    visibility: visible;
    right: 0 !important;
}
#navbarNav.show .close-button{opacity: 1;}
.nav-links ul li{margin: 3px;}

  .nav-links {
    position: relative;
    right: 0rem;
  }
  .nav-links ul li:hover a + .sub-menu{background: #141b3100;position: relative;top: 0;}
  .nav-links ul li:hover a + .sub-menu li {
    border-bottom: 1px solid #30374d63;
}
.nav-links ul li:hover a + .sub-menu li a{font-size: 12px;
  padding: 5px 0px 0px 5px;
  font-weight: 300;}

  /* ============other pages section ============ */
  .content-box {
    left: 0;
    right: 0;
    margin: auto;
    height: 300px;
    max-width: 500px;
    padding: 30px 30px;
  }

  .text-content h2 {
    padding-top: 20px;
  }
}

.icons {
  gap: 10px !important;
}

/* =================================== */

@media (max-width: 991px) {
  br {
    display: none;
  }

  .icons {
    gap: 10px;
    padding-left: 0;
    justify-content: flex-end;
  }

  .navbar {
    padding-bottom: 10px !important;
  }

  .icons {
    padding-top: 5px;
  }

  .navbar-nav {
    width: 100%;
  }
 

  .contact-bar .contact-info p {
    font-size: 12px;
  }

  .contact-info p img {
    width: 12px;
    height: 12px;
  }

  .nav-links {
    padding: 0px 10px 5px 10px !important;
  }

  .navbar-toggler {
    border: unset !important;
    padding: 0 !important;
  }

  /* background: rgba(255, 255, 255, 0.71);
    backdrop-filter: blur(1px); */

  .top-selling-section .image-caption {
    font-size: 16px;
    line-height: 23px;
  }

  #navbarNav {
    border-top-left-radius: unset;
    border-bottom-left-radius: unset;
  }

  .navbar-nav .nav-link {
    position: relative;
    color: #fff !important;
    padding-left: 10px;
    width: fit-content;margin-left: auto;
  }

  .nav-links,
  .navbar-collapse {
    text-align: right !important;
    /* align-items: flex-start; */
  }

  .footer-top {
    padding-bottom: 20px;
  }

  .hover-banner h4 {
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 10px;
  }

  .hover-banner {
    width: 200px;
  }

  .nav-links {
    display: flex;
    flex-direction: column;
    background-color: #fff;
    align-items: center;
    height: 101vh !important;
  }

  .nav-links .navbar-nav {
    gap: unset !important;
    align-items: flex-end;
  }

  .nav-links::before {
    background-color: unset;
  }

  .custom-section .right-col {
    padding-left: 8px;
  }
}

/* back to top */
#back_to_top {
  display: inline-block;
  background-color: #1fcdcb;
  width: 45px;
  height: 45px;
  text-align: center;
  position: fixed;
  bottom: 30px;
  right: 30px;
  transition: background-color 0.3s, opacity 0.5s, visibility 0.5s;
  opacity: 0;
  visibility: hidden;
  z-index: 1000;
  text-decoration: none;
  border-radius: 50%;
  font-size: 10px;
  line-height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
}

#back_to_top::after {
  content: "\f077";
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  font-size: 2em;
  line-height: 50px;
  color: #fff;
}

#back_to_top:hover {
  cursor: pointer;
  background-color: #333;
}

#back_to_top:active {
  background-color: #555;
}

#back_to_top.show {
  opacity: 1;
  visibility: visible;
}

@media (max-width: 400px) {
  .grid-text {
    font-size: 12px;
  }
}
/* .screen_control{display: none;} */

@media (max-width: 576px) {
  .content-box {
    padding: 10px 10px;
    height: 120px;
    max-width: 300px;
  }

  .content-box h2 {
    font-size: 17px;
  }

  .content-box p {
    font-size: 12px;
    line-height: 18px;
    padding-top: 0;
  }

  .breadcrumb {
    padding: 5px 0px;
  }
}

@media (min-width: 576px) and (max-width: 767px){
  .hover-img-section .image-container img{height: 200px;object-fit: cover;}
  .canvas-section .overlay-text h2{line-height: 62px;margin-bottom: 15px;}
  .canvas-section .overlay-text p{font-size: 45px; line-height: 60px;}
  .addresses-wrapper{height: 100%; max-height: 450px;}
  /* .addresses-wrapper .address-container:first-child{padding-top: 0px;} */
  .canvas-section .address-title{font-size: 17px;}
  .canvas-section .address-text{font-size: 13px; line-height: 25px;}
}

@media (max-width: 767px) {
  #filtered-products .image-caption{line-height: 20px;}
  #quoteModal .modal-body, #contactModal .modal-body {
    padding: 30px;
}#gform_1 .gfield {
  margin-bottom: 0px;
}
  .hover-img-section{padding-top: 0px;}
  .top-selling-section .image-container .image-caption{padding: 8px;font-size: 13px;}
  .product_count { flex-wrap: wrap; padding: 7px 10px;}
  .product_count .sub_category{border-right: 0px;}
  .product_count .sub_category button{margin-right: 0px;}
  .canvas-section .overlay-text{
    background: unset;
  }
  .canvas-section .padding-right{
    padding-right: 12px;
    margin-bottom: 20px;
  }
  .product-container h3.color-text{color: #160590;font-size: 14px !important;}
  .js-swiper {
    flex-direction: column-reverse;
  }

  .js-swiper-thumbs {
    width: 100% !important;
    /* height: auto; */
    height: 60px !important;
    margin-top: 1rem;
    object-fit: contain;
  }

  .single-chair .js-swiper-thumbs .swiper-slide img {
    object-fit: contain;
  }

  .single-chair .swiper-slide {
    border: 1px solid #ebebeb;
  }

  .single-chair .swiper-slide-thumb-active {
    border: 1px solid #14148e;
  }

  .navbar-brand .logo {
    margin-top: 0;
  }

  .single-chair .main-title h2,
  .single-chair .price .h2 {
    font-size: 22px !important;
    line-height: 30px;
  }

  .single-chair .price .h2 {
    font-size: 20px;
  }

  .single-chair .price h2 {
    padding-top: 0px;
  }

  .single-chair .accordion .accordion-button {
    padding: 15px 0 10px 0;
  }

  .more-chairs .product-section {
    padding: 15px;
  }

  .more-chairs .product-card .card-body {
    background: #f5f5f5;
  }

  .more-chairs .product-section h2 {
    font-weight: 600;
    font-size: 17px;
  }

  .wishlist_heart {
    top: 0;
  }

  .single-chair .product-details .bottom-btn::before,
  .single-chair .product-details .rating .price::before,
  .single-chair .product-details .select-color::before,
  .single-chair .product-details .additional-offer::before,
  .accordion .accordion-item::before,
  .accordion .accordion-item::after {
    width: 100% !important;
  }

  .thankyou .content-box .contact-bar {
    margin-bottom: 15px;
  }

  .thankyou .content-box h2 {
    font-size: 42px !important;
    line-height: 52px;
  }

  .thankyou .content-box h5 {
    font-size: 20px !important;
  }

  .thankyou .content-box p {
    padding-top: 0px;
    font-weight: 400;
    font-size: 12px;
    margin-bottom: 0;
  }

  .thankyou .contact-line {
    padding-top: 10px !important;
  }

  .thank-you-section {
    padding: 2rem 0;
  }

  .thankyou .content-box {
    height: auto;
    max-width: -webkit-fill-available !important;
    padding: 30px 15px !important;
  }

  footer {
    padding-bottom: 50px !important;
  }

  .footer-logo {
    margin-left: 0px;
  }

  .footer-copyright {
    margin-top: 0px !important;
    font-size: 10px !important;
  }

  .footer-top a {
    font-size: 11px;
  }

  .product_count button {
    width: fit-content;
  }

  .product_count {
    padding: 5px; align-items: center;
  }

  .product_count p {
    font-size: 11px;
    line-height: 15px; 
  }

  .product_count .dropdown {
    font-size: 11px;
    align-items: center;
  }

  .filter_section h2 {
    font-size: 18px;
    padding: 5px 0;
  }

  .filter_section ul li,
  .filter_section div span {
    font-size: 13px;
  }

  p br {
    display: none;
  }

  .hover-img-section .image-container .btn-link {
    background: #1fcdcb;
        padding: 8px 15px !important;
        width: max-content;
        color: #fff;margin-top: 10px;border-radius: 3px;font-weight: 500;
  }

  .top-selling-section .image-caption {
    padding: 20px 15px;
  }

  .hover-banner a {
    font-size: 14px;
  }

  .footer-description {
    margin-bottom: 20px;
  }

  footer {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  section,
  .two-part-section {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .hover-banner {
    right: 0;
    top: auto;
    width: 100%;
    height: auto;
    left: 0;
    bottom: -200%;
  }

  .image-container:hover .hover-banner {
    bottom: 0;
  }

  .hover-banner {
    right: 0;
    width: 100%;
    left: 0;
    bottom: -200%;
  }

  .image-container:hover .hover-banner {
    right: 0;
    left: 0;
    bottom: 0;
    top: auto;
    width: 100%;
    height: 200px;
  }

  .hover-banner ul {
    column-count: 2;
    margin-bottom: 5px;
  }

  .image-container:hover img {
    transform: scale(1.2);
  }

  .container-fluid .row {
    margin-bottom: 0;
  }

  .main-text h3 {
    font-size: 18px;
    line-height: 28px;
  }

  .footer-social,
  .footer-logo,
  .footer-copyright {
    text-align: center;
    display: flex;
    margin-top: 10px;
  }

  .footer-logo img {
    margin-bottom: 10px;
  }

  .overlay-content {
    position: relative;
    bottom: 0;
  }

  .overlay-heading::after {
    display: none;
  }

  .heading-with-bar::after {
    display: none;
  }

  .overlay-content {
    text-align: center;
    padding: 20px 0px 10px;
    width: 100%;
    background-color: #076cb20f;
    border-radius: unset;
  }

  .grid-section .main-text {
    padding: 10px;
    top: 10px;
    left: 10px;
    right: 10px;
    margin: 0px;
  }

  .main-text .main-title h3 {
    font-size: 20px;
    line-height: 26px;
  }

  .image-overlay-section .overlay-content {
    position: relative;
    width: 100%;
    bottom: 0px;
    padding: 15px;
    background: #f5f5f5;
  }

  .w-30,
  .w-70 {
    width: 100% !important;
  }

  .border_right::after {
    content: unset;
  }

  .image-overlay-section .main-title h2, .top-selling-section .main-title h2, .two-part-section .main-title h2, .grid-section .main-text h2, .grid-section .main-title h2, .main-title h1, .main-title h2, .main-title h3 {
    font-size: 18px !important;
    line-height: 25px;
  }

  .image-overlay-section .main-title p, .top-selling-section .main-title p, .two-part-section .main-title p, .grid-section .main-text p, .grid-section .main-title p, .main-title p {
    font-size: 12px;
    line-height: 20px;
  }

  .overlay-text h1 {
    font-size: 25px;
    line-height: 20px;
  }

  .overlay-text p {
    font-size: 18px;
    letter-spacing: 2px;
  }

  .hover-img-section .hover-banner h4 {
    font-size: 16px;
  }

  .hover-img-section .hover-banner ul li {
    font-size: 12px;
  }

  footer .main-title h2 {
    font-size: 20px;
    letter-spacing: 1px;
    line-height: 30px;
  }

  footer .main-title p,
  .footer-copyright {
    font-size: 12px;
  }

  /* ===========Other pages style================ */
  .breadcrumb {
    top: 0;margin-bottom: 0;
  }
  .single-chair .swiper-button-prev, .single-chair .swiper-button-next{width: 35px; height: 35px;}
  .top-selling-section .bar h2 {
    padding-right: 10px;
  }

  .chair-top-selling {
    padding-top: 30px !important;
  }

  .related-section {
    padding-top: 30px !important;
  }

  .content-box {
    padding: 30px 30px;
    height: 200px;
  }

  .content-box h2 {
    font-size: 22px;
  }

  .content-box p {
    font-size: 14px;
  }

  .text-content h2 {
    font-size: 20px;
  }

  .text-content p {
    font-size: 12px;
  }

  .enquire-btn {
    font-size: 12px;
  }

  .enquire-btn {
    width: fit-content;
    padding: 10px 15px;
  }

  .contact-bar .contact-info p img {
    height: auto;
    width: 14px;
  }

  .overlay-text {
    position: relative;
    color: #000;
    background: #f5f5f5;
    padding: 15px;
  }

  .swiper-section .overlay-text p {
    font-size: 14px;
    letter-spacing: 2px;
    margin-bottom: 0px;
  }

  .swiper-section .overlay-text h1 {
    font-size: 26px;
    line-height: 34px;
    text-wrap: wrap;
  }

  .two-part-section .main-title h2::after {
    content: unset;
  }

  .hover-img-section .image-container .hover-banner {
    right: 0;
    width: 100%;
    top: auto;
    padding: 15px;position: relative;background: #f7f6ff;
  }
  .hover-img-section .image-container{ background: #f7f6ff;}

  .hover-img-section .image-container .hover-banner h4 {
    font-size: 16px;margin-bottom: 10px;line-height: 20px;
  }

  .hover-img-section .image-container .hover-banner ul li {
    margin-bottom: 5px;line-height: 18px;
  }

  .hover-img-section .image-container .hover-banner a img {
    top: 3px;
    position: relative;display: none;
  }

  .img-banner {
    padding: 3rem 0;
  }

  .img-banner .main-title h2 {
    font-size: 20px;
    line-height: 32px;
  }

  .img-banner .main-title p, .custom-section .main-title p {
    padding-top: 0px;font-size: 14px;
  }

  .custom-section .main-title h2 {
    font-size: 22px;
  }

  .custom-section .right-col {
    padding-top: 10px;
  }

  .product_count button {
    font-size: 11px;
  }

  .single-chair .js-swiper {
    height: auto;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .filter_section div{justify-content: flex-start;}
  .filter_section div span{text-align: left;}
  .contact-bar .contact-info p img {width: 15px;height: 15px}
  .single-chair .product-details .btn{padding: 8px 20px; font-size: 14px;}
  .canvas-section .address-title{font-size: 20px;}
  .canvas-section .address-text{font-size: 14px; line-height: 25px;}
  .canvas-section .overlay-text h2{margin-bottom: 15px; font-size: 42px; line-height: 55px;}
  .addresses-wrapper  .address-container:first-child{padding-top: 0px;}
  .canvas-section .overlay-text p{font-size: 34px;}
  .two-part-section .main-title h2{font-size: 22px;}
  .img-banner .content-box{padding: 30px !important;}
  p{font-size: 15px;}
  .top-selling-section .image-container .image-caption{padding: 15px;font-size: 15px;}
  .filter_section h2{font-size: 16px;}
  .filter_section ul li{font-size: 13px;margin-bottom: 8px;}
  .product_count p{font-size: 13px;}
  .product_count .dropdown span.me-md-2, .product_count button{font-size: 13px;}
  .product_count .justify-content-between{width: -webkit-fill-available;}
  .product_count button{width: 130px;}
  .single-chair .main-title h2 {
    font-size: 24px;
    line-height: 28px;
  }

  .product-details .main-title .color-text {
    font-size: 14px;
  }

  .single-chair .price .h2 {
    font-size: 24px;
  }

  section {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .img-banner{padding: 4rem 0;}

  .swiper-section .overlay-text h1 {
    text-wrap: wrap;
    font-size: 36px;
    line-height: 45px;
  }

  .swiper-section .overlay-text p {
    font-size: 18px;
    letter-spacing: 3px;
  }

  .main-title h1,
  .main-title h2,
  .main-title h3 {
    font-size: 22px;
    line-height: 34px;
  }

  .main-title h1 br,
  .main-title h2 br,
  .main-title h3 br {
    display: none;
  }

  .two-part-section .main-title h2::after {
    /* right: -10px;
    height: 100%;
    width: 1px; */
    content: unset;
  }

  .hover-img-section .image-container .hover-banner {
    width: 100%;
    height: 200px;
    top: auto;
    bottom: 0;
    right: 0;
  }

  .hover-banner ul {
    column-count: 2;
  }

  .hover-img-section .image-container .btn-link {
    padding-top: 1rem;
  }

  .hover-img-section .image-container .hover-banner h4 {
    margin-bottom: 10px;
  }

  .hover-img-section .image-container .hover-banner ul li {
    margin-bottom: 5px;
  }

  .image-overlay-section .overlay-content {
    padding: 20px;
  }

  .overlay-content .main-title h2 {
    font-size: 19px;
    line-height: 28px;
  }

  .overlay-content .main-title p {
    font-size: 14px;
    line-height: 22px;
  }
}

@media (min-width: 992px) and (max-width: 1240px) {
  .custom-section .main-title h2{font-size: 20px;}
  .custom-section .main-title p{font-size: 14px; line-height: 24px;}
  .addresses-wrapper  .address-container:first-child{padding-top: 0px;}
  .canvas-section .address-text{font-size: 14px; line-height: 26px;}
  .canvas-section .overlay-text h2{margin-bottom: 15px; font-size: 46px; line-height: 58px;}
  .canvas-section .overlay-text p{font-size: 46px; line-height: 54px;}
  .product_count p{font-size: 12px;}
  .product_count .dropdown span.me-md-2{font-size: 12px;}
  .product_count button{width: 140px;font-size: 12px;}
  .product_count .dropdown-menu li a{font-size: 11px;padding: 8px;}
  .product_count{padding: 7px 10px;}
  .main-title h1 br,
  .main-title h2 br,
  .main-title h3 br,
  .grid-section .main-title p br {
    display: none;
  }

  .main-title h1,
  .main-title h2,
  .main-title h3 {
    font-size: 24px;
  }

  .two-part-section .main-title h2::after {
    height: 100%;
    width: 1px;
    right: -5px;
  }

  .hover-img-section .image-container .hover-banner {
    right: 0;
  }

  .hover-img-section .image-container .btn-link {
    padding-top: 1rem;
  }

  .hover-img-section .image-container .hover-banner h4 {
    margin-bottom: 10px;
    font-size: 17px;
    line-height: 24px;
  }

  .main-text .main-title h3 {
    line-height: 34px;
  }

  .image-overlay-section .overlay-content {
    padding: 30px 30px 30px 40px;
  }

  .top-selling-section .image-container .image-caption {
    padding: 15px;
    font-size: 14px;
    line-height: 24px;
  }

  .filter_section h2 {
    font-size: 18px;
  }

  .filter_section ul li {
    font-size: 14px;
  }
}


@media screen and (max-width:767px)
{
	.img-banner img:nth-of-type(2)
 {
    display: none !important;
}
	.swiper-slide::before{display:none;}	
	.footer-social {margin-top: 0px !important;}
	.contact-info{display:none;}
/* 	.topbar{width:50% !important;} */
	.megahead {
    display: flex;
    justify-content: space-between;
		padding-right: 15px;
}
    #mega-menu-wrap-header-canvas-menu #mega-menu-header-canvas-menu > li.mega-menu-item > a.mega-menu-link {
        font-size: 15px !important;
        line-height: 2 !important;
        height: auto !important;
    }	
#navbarNav.show {padding: 2rem 1rem !important;box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 1px 2px;}	
#navbarNav {width: 60%;}	
    #mega-menu-wrap-header-canvas-menu #mega-menu-header-canvas-menu > li.mega-menu-item.mega-toggle-on > a.mega-menu-link {background: transparent !important;}	
#mega-menu-wrap-header-canvas-menu #mega-menu-header-canvas-menu li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row .mega-menu-column > ul.mega-sub-menu > li.mega-menu-item{padding:0px !important;}	
    #navbarNav {background: #fff !important;}
	    #mega-menu-wrap-header-canvas-menu #mega-menu-header-canvas-menu > li.mega-menu-item > a.mega-menu-link, #mega-menu-wrap-header-canvas-menu #mega-menu-header-canvas-menu > li.mega-menu-item.mega-toggle-on > a.mega-menu-link {color: #000;}
	div#mega-menu-wrap-header-canvas-menu {
    max-height: 100vh !important;
    overflow: scroll;
}
	
.topbar .container-fluid.d-flex.justify-content-between.gap-md-3.pt-3.gap-2.align-items-center {padding-top: 0 !important;}
.navbar-brand .logo {height: 45px;}	
.topbar .container-fluid.d-flex.justify-content-between.gap-md-3.pt-3.gap-2.align-items-center {
    padding-left: 0px !important;
    padding-right: 0px !important;
}	
	.mega-menu-item img{display:none;}	
	html.no-scroll,
body.no-scroll {
  overflow: hidden !important;
  height: 100% !important;
  position: fixed !important;
  width: 100% !important;
  top: 0;
  left: 0;
}
.product_count .dropdown span.me-md-2 {
    font-size: 10px;
}	
.product_count p {
    margin-bottom: 0;
}	
.living-swiper .swiper-slide {height: 200px;}	
	
	
}
/* max-width 767 */

@media screen and (min-width:768px) and (max-width:1023px)
{
	.hover-img-section .image-container .hover-banner {justify-content: normal !important;}
.hover-img-section .image-container .btn-link {margin-top:1rem !important;}
.hover-img-section .image-container .hover-banner h4 {font-size: 15px !important;}
	.hover-img-section .image-container .btn-link {padding: 8px 15px !important;}
	
	    #mega-menu-wrap-header-canvas-menu #mega-menu-header-canvas-menu > li.mega-menu-item > a.mega-menu-link {
        font-size: 18px !important;
        line-height: 2 !important;
        height: auto !important;
    }	
#navbarNav.show {padding: 2rem 1rem !important;box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 1px 2px;}	
/* #navbarNav {width: 60%;}	 */
    #mega-menu-wrap-header-canvas-menu #mega-menu-header-canvas-menu > li.mega-menu-item.mega-toggle-on > a.mega-menu-link {background: transparent !important;}	
#mega-menu-wrap-header-canvas-menu #mega-menu-header-canvas-menu li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row .mega-menu-column > ul.mega-sub-menu > li.mega-menu-item{padding:0px !important;}	
    #navbarNav {background: #fff !important;}
	    #mega-menu-wrap-header-canvas-menu #mega-menu-header-canvas-menu > li.mega-menu-item > a.mega-menu-link, #mega-menu-wrap-header-canvas-menu #mega-menu-header-canvas-menu > li.mega-menu-item.mega-toggle-on > a.mega-menu-link {color: #000;}
	div#mega-menu-wrap-header-canvas-menu {
    max-height: 100vh !important;
    overflow: scroll;
}
	
.topbar .container-fluid.d-flex.justify-content-between.gap-md-3.pt-3.gap-2.align-items-center {padding-top: 0 !important;}
.navbar-brand .logo {height: 45px;}	
.topbar .container-fluid.d-flex.justify-content-between.gap-md-3.pt-3.gap-2.align-items-center {
    padding-left: 0px !important;
    padding-right: 0px !important;
}	
	.mega-menu-item img{display:none;}	
	.img-banner img:nth-of-type(2)
 {
    display: none !important;
}
	.swiper-slide::before{display:none;}	
	.footer-social {margin-top: 0px !important;}
	.contact-info{display:none;}
/* 	.topbar{width:50% !important;} */
	.megahead {
    display: flex;
    justify-content: space-between;
		padding-right: 15px;
		align-items: center;
}
	    #mega-menu-wrap-header-canvas-menu #mega-menu-header-canvas-menu>li.mega-menu-item.mega-current-menu-item>a.mega-menu-link, #mega-menu-wrap-header-canvas-menu #mega-menu-header-canvas-menu>li.mega-menu-item.mega-current-menu-ancestor>a.mega-menu-link, #mega-menu-wrap-header-canvas-menu #mega-menu-header-canvas-menu>li.mega-menu-item.mega-current-page-ancestor>a.mega-menu-link {
        color: #fff;
        background: transparent !important;
    }
	    #navbarNav {width: 35%;}
	#mega-menu-wrap-header-canvas-menu #mega-menu-header-canvas-menu>li.mega-menu-item.mega-current-menu-ancestor>a.mega-menu-link{color:#000 !important;}
	
	
}
/* 768 to 1023 */

.single-chair .swiper-slide {
    border: 1px solid #e7e5e5;
}

@media screen and (min-width:1024px)
{
	.footer-logo {margin-left: 0px;}
	.navbar-expand-lg .navbar-nav .nav-link, .navbar-expand-lg .navbar-nav .nav-link.active{
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  overflow: hidden;
		font-family: avenir-light;
		text-decoration: none;
		line-height: 1;
		letter-spacing: 0.2px;
}
.navbar-expand-lg .navbar-nav .nav-link:before, .navbar-expand-lg .navbar-nav .nav-link.active:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 0;
  right: 100%;
  bottom: 6px;
 background: #21cfcd !important;
    height: 2px;
  -webkit-transition-property: right;
  transition-property: right;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.navbar-expand-lg .navbar-nav .nav-link:hover:before, .navbar-expand-lg .navbar-nav .nav-link:focus:before, .navbar-expand-lg .navbar-nav .nav-link:active:before{
  right: 0;
}
	.single-chair .product-container .col-md-7.p-2 {
    padding-right: 20px !important;
}
	.single-chair .accordion .accordion-button:hover{opacity: .6;}
	.craft-hover img.img-fluid {height: 420px;object-fit: cover;}
	li#mega-menu-item-1475 a.mega-menu-link, #mega-menu-item-1476  a.mega-menu-link, #mega-menu-item-1477 a.mega-menu-link, #mega-menu-1501-0-0 a.mega-menu-link, #mega-menu-1501-0-1 a.mega-menu-link, #mega-menu-1499-0-0 a.mega-menu-link, #mega-menu-1499-0-1 a.mega-menu-link{cursor: default !important;}
	#mega-menu-wrap-header-canvas-menu #mega-menu-header-canvas-menu>li.mega-menu-megamenu>ul.mega-sub-menu li.mega-menu-column>ul.mega-sub-menu>li.mega-menu-item li.mega-menu-item>a.mega-menu-link{cursor: pointer !important;}
	
	
}
/* end of min-width 1024 */



.price .d-flex {
    padding-top: 8px;
    padding-bottom: 10px;
}
/* .price::before{opacity: 0;} */


.single-chair .accordion-button::after{
    background-image: none !important;
    width: 18px;
    height: 10px;
    content: "+";
    color: #000;
    font-size: 16px;
    font-weight: bolder;
    font-family: avenir-book;
}
.single-chair .accordion-button:not(.collapsed)::after{
	content: "-";
	width: 18px;
    height: 10px;
	color: #000;
    font-size: 16px;
    font-weight: bolder;
    font-family: avenir-book;
}


@media screen and (min-width:1024px){
	#navbarNav {width: 100vw;border-top: 1px solid #e5e2deb2;border-bottom: 1px solid #e5e2deb2;    padding-left: 0px;padding-right: 0px;}
	#mega-menu-wrap-header-canvas-menu {width: 100% !important;}
	.navbar-brand .logo {height: 40px;margin: auto 0;}
	.topbar {
/*     border-top: 1px solid #e5e2deb2; */
/*     margin-top: 1px; */
		padding-bottom: 10px;
}
	#mega-menu-wrap-header-canvas-menu #mega-menu-header-canvas-menu li.mega-menu-item-has-children > a.mega-menu-link > span.mega-indicator{display:none;}
	#mega-menu-wrap-header-canvas-menu #mega-menu-header-canvas-menu > li.mega-menu-megamenu > ul.mega-sub-menu{top:46px;padding: 1rem 2rem;}
/* 	#mega-menu-wrap-header-canvas-menu #mega-menu-header-canvas-menu li.mega-menu-row{margin-bottom:20px !important;}	 */
#mega-menu-wrap-header-canvas-menu #mega-menu-header-canvas-menu > li.mega-menu-item > a.mega-menu-link {padding: 0px 50px 0px 0px !important;}	
.more-chairs .product-card .card-body {padding: 1rem;}
.product-catpg .modal-content {
    top: 0px !important;
    margin-left: 0px !important;
}	
.cont-info {padding-right: 0px !important;}	
.swiper-section
 {
    height: 500px;
}	
nav.navbar.navbar-expand-lg.navbar-light{background-color: #f6f6f2;padding-top: 0;}		
li#mega-menu-item-1500 .mega-sub-menu, li#mega-menu-item-1502 .mega-sub-menu {padding-top: 0 !important;padding-bottom: 0 !important;}	
.product_count button {
    text-wrap: wrap;
    line-height: 1.1;
}	
.product_count p {width: 25%;line-height: 1.2;text-align:left;}	
section.img-banner.product_archive{height: 320px;display: flex;align-items: center;justify-content: center;background-position: center !important;}	
	
	
}
/* end min-width 1024px */


ul.mega-sub-menu > li:first-of-type > ul.mega-sub-menu {
  font-size: 15px !important;
    color: #000 !important;
    font-weight: 600 !important;
    margin-bottom: 10px !important;
    font-family: avenir !important;
    text-transform: capitalize !important;
}
#mega-menu-wrap-header-canvas-menu #mega-menu-header-canvas-menu > li.mega-menu-megamenu > ul.mega-sub-menu {background: #fff;}

/* .single-chair .product-details .select-color{display:none;} */

.footer-social a:hover{background: #f6f6f2;border:1px solid #f6f6f2;}

.stock-label {
    display: inline-block;
    padding: 5px 10px;
    font-size: 12px;
    font-weight: bold;
    border-radius: 3px;
    margin-bottom: 5px;
}

.stock-label.ready-to-ship {
    background-color: #f5d7b0; /* Beige */
    color: #333;
}

.stock-label.out-of-stock {
    background-color: #e74c3c; /* Red */
    color: white;
}

.single-chair .product-details .btn{text-transform: initial;color: #af9c43;border-color: #af9c43;}
.single-chair .product-details .buy{color:#fff;}
.product-stock-label.ready, .product-stock-label.out
 {
    background: #f6f6f2;
    font-size: 10px;
    padding: 5px 4px 4px;
    width: 45%;
    margin: 5px auto 10px;
    text-transform: uppercase;
    font-family: var(--normal-text-font);
}
.product-stock-label.out{background: #af9c43 !important;color: #fff;}
.more-chairs .product-card .card-body {border: 1px solid #E2E2E2;}

/* .card-body.main-title span.mrp.text-decoration-line-through {display: none;} */
/* .more-chairs .product-card .card-body .price-off {
    display: flex;
    align-items: center;
    justify-content: center;} */
.more-chairs .main-title p .discount {
    line-height: 2.3;
    padding-left: 4px;
}
.more-chairs .product-card .card-body p{margin-top:0px !important;}
.breadcrumb{display:none;}
.card.product-card h6.product-title {margin-bottom: 5px;}

section.top-selling-section .filter_section ul li {
    display: block !important;
    text-align: left !important;}
ul.p-cat li {
    font-weight: 600;
}
ul.sub-cat{margin-bottom:15px !important;margin-top: 5px;}
ul.sub-cat li{font-weight: 500 !important;position: relative;}
ul.sub-cat li a{font-size: 12px !important;margin-left: 8px;}
.sub-cat li {margin-bottom: 0px !important;}
/* ul.sub-cat li:before {
    position: absolute;
    content: "\f096";
    font-family: "Font Awesome 6 Free";
    font-weight: 500;
    margin-right: 8px;
    display: inline-block;
    width: 10px !important;
    height: 10px !important;
    font-size: 10px;
    top: 4px;
    left: 0;
} */
ul.p-cat a span{
    position: relative;
}
ul.p-cat a span:after{position: absolute;
    content: "\f105";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    display: inline-block;
    width: 10px !important;
    height: 10px !important;
    font-size: 10px;
    top: 4px;
    right: -20px;}
ul.sub-cat a span:after{display:none;}

@media screen and (max-width:1024px)
{
	.mobil-show{display:none;}
	
}

.mobil-show{display:none;}
form.search.mobil-hide {display: flex;}
.mobil-hide input.closebtn {
    background: url(https://indiqube.com/officefurniture/wp-content/uploads/2025/03/search.png);
    background-size: 40%;
    background-repeat: no-repeat;
    background-position: center;
	    border: 0;
}

.mobil-hide input::placeholder, .mobil-hide input.search {
    color: #000;
    opacity: 1;
    font-size: 14px !important;
    font-family: avenir-light !important;
	
}
.mobil-hide input.search{border-bottom: 1px solid #000;}
/* .mobil-hide input#search {width: 90%;} */
.mobil-hide input:-webkit-autofill {
  -webkit-box-shadow:0 0 0 1000px #f6f6f2 inset !important; /* Background override */
  -webkit-text-fill-color: #000 !important; /* Text color */
  transition: background-color 5000s ease-in-out 0s;
}

@media screen and (min-width:1024px) and (max-width:1400px)
{
	#mega-menu-wrap-header-canvas-menu #mega-menu-header-canvas-menu>li.mega-menu-megamenu>ul.mega-sub-menu {width: 137%;}
	
}

/*  */
.filter-menu {
  list-style: none;
  padding: 0;
  margin: 0;
/*   background: #f3f2ec; */
/*   font-family: sans-serif; */
}

.filter-item {
  border-bottom: 1px solid #c4b178;
  padding: 5px 0;
}

.filter-toggle {
  background: none;
  border: none;
  font-size: 15px;
  font-weight: 600;
  color: #2f2f2f;
  width: 100%;
  text-align: left;
  cursor: pointer;
  padding: 10px 10px 10px 0px;
}

.arrow {
  float: right;
  font-size: 12px;
  color: #c4b178;
}

.sub-filter {
  display: none;
  list-style: none;
  padding-left: 20px;
}

.sub-filter li {
  padding: 5px 0;
}

.sub-filter input[type="checkbox"] {
  margin-right: 8px;
}
.filter-item label{display: flex;align-items: center;cursor: pointer;}

.subcat-label.active {
  font-weight: bold;
  color: #000;
}
.filter-toggle.active {
  font-weight: bold;
}
.arrow {
  float: right;
  transition: transform 0.3s ease;
}
.filter-toggle.active .arrow {
  transform: rotate(180deg);
}

@media screen and (min-width:1500px)
{
	.img-banner {height: 61vh;}
	
}

.single-chair .main-title h1 {
    text-align: left;
}

/* contact menu popup modal */

#contactModal .gform_wrapper.gravity-theme .gfield input.large, #contactModal .ginput_container_textarea textarea, #contactModal .gform_wrapper.gravity-theme .gfield select.large {
    width: 100%;
}
#contactModal .gfield.gfield--width-half
 {
    -ms-grid-column-span: 6;
    grid-column: span 6;
}
#contactModal .gform_fields {
    width: 100%;
/*     display: -ms-grid; */
    display: grid;
/*     -ms-grid-columns: (1fr 2%)[12]; */
    grid-template-columns: repeat(12, 1fr);
    grid-template-rows: repeat(auto-fill,auto);
    grid-column-gap: 2%;
    grid-row-gap: 16px;
}
#contactModal .gfield--width-full {
    -ms-grid-column-span: 12;
    grid-column: span 12;
}
#contactModal .modal-content {margin: auto !important;}
#contactModal .gform_hidden {display: none;}

@media screen and (max-width:768px){
	
	.footer-top #mega-menu-wrap-footer-first-menu .mega-menu-toggle+#mega-menu-footer-first-menu {display: flex;}
.footer-top #mega-menu-wrap-footer-first-menu #mega-menu-footer-first-menu>li.mega-menu-item>a.mega-menu-link {font-size: 10px;color: #000 !important;}
	
}

/* css style */
#contactModal .btn-close, #quoteModal .btn-close{
    --bs-btn-close-bg: url(data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414z'/%3e%3c/svg%3e);
    background: #1fcdcd var(--bs-btn-close-bg) center / 0.75em auto no-repeat !important;
    position: absolute;
    background: #1fcdcb;
    border-radius: 50% !important;
    width: 1.5em;
    height: 1.5em;
    top: -13px;
    right: -13px;
	opacity:1;
}

p.excl_tax {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    color: #707070 !important;
    text-align: left;
}

/* quantity input style */
.quantity-wrapper {
    display: flex;
    align-items: center;
    border: 1px solid #ccc;
    border-radius: 50px;
	padding: 0px 10px;
    gap: 5px;
}

.quantity-wrapper button {
    width: 10px;
    height: 35px;
/*     border: 1px solid #ccc;
    background: #f5f5f5; */
    font-size: 18px;
    cursor: pointer;
	border: none;
    background: transparent;
	display: flex;
    align-items: center;
    justify-content: center;
}

.quantity-wrapper input {
    width: 40px;
    text-align: center;
/*     border: 1px solid #ccc; */
    height: 35px;
	border: none;
    background: transparent;
}

.single-chair .bottom-btn .qty {
    display: flex;
    gap: 15px;
    align-items: center;
}

/* Remove arrows in Chrome, Safari, Edge */
.quantity-wrapper input[type=number]::-webkit-inner-spin-button, 
.quantity-wrapper input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Remove arrows in Firefox */
.quantity-wrapper input[type=number] {
    -moz-appearance: textfield;
}
.quantity-wrapper input#qty:focus-visible {
    border: none !important;
    outline: none;
}
/* Disabled state */
.quantity-wrapper button.disabled {
    background: transparent;
    cursor: not-allowed;
    opacity: 0.6;
}

/* Message styling */
.qty-msg {
    font-size: 12px;
    color: red;
    margin-top: 5px;
    display: none;
}
.qty-row {
    display: flex;
    align-items: center;
    gap: 15px;
}


.qty-msg {
    font-size: 13px;
    color: red;
    white-space: nowrap;
    display: none;
}
.qty-msg:empty {
    display: none;
}