@import url("https://fonts.googleapis.com/css2?family=Nunito:ital,wght@0,200..1000;1,200..1000&display=swap");

:root {
  --red-800: #ef463b;
  --white: #fff;
  --gray-300: #f5f2f0;
  --gray-400: #ded9d6;
  --gray-500: #414042;
  --gray-800: #333333;
}
.p-color {
  color: var(--red-800);
}
.s-color {
  color: var(--gray-800);
}
.w-color {
  color: var(--white);
}
.bg-gray {
  background-color: var(--gray-300);
}
.bg-dark-gray {
  background-color: var(--gray-800);
}
.bg-light-gray {
  background-color: #fcfbfa;
}
.fw-100 {
  font-weight: 100;
}
.fw-200 {
  font-weight: 200;
}
.fw-300 {
  font-weight: 300;
}
.fw-400 {
  font-weight: 400;
}
.fw-500 {
  font-weight: 500;
}
.fw-600 {
  font-weight: 600;
}
.fw-700 {
  font-weight: 700;
}
.fw-800 {
  font-weight: 800;
}
.fw-900 {
  font-weight: 900;
}
.lh-40 {
  line-height: 40px;
}
.lh-35 {
  line-height: 35px;
}
.lh-52 {
  line-height: 52px;
}
.lh-32 {
  line-height: 32px;
}
.lh-57 {
  line-height: 57px;
}
.lh-70 {
  line-height: 70px;
}
.fs-16 {
  font-size: 16px;
}
.fs-20 {
  font-size: 20px;
}
.fs-24 {
  font-size: 24px;
}
.fs-26 {
  font-size: 26px;
}
.fs-30 {
  font-size: 30px;
}
.fs-48 {
  font-size: 48px;
}
.fs-50 {
  font-size: 50px;
}

.fs-60 {
  font-size: 60px;
}

.fs-30 {
  font-size: 30px;
}
.pt-100 {
  padding-top: 100px;
}
.pb-100 {
  padding-bottom: 100px;
}
.mb-100 {
  margin-bottom: 100px;
}
a {
  text-decoration: none;
}
body {
  font-family: "Nunito", sans-serif;
  color: var(--gray-800);
}
h1,
h2,
h3,
h4,
h5,
h6,
p {
  font-family: "Nunito", sans-serif !important;
}
.navbar-brand img {
  /*width: 54px;
  margin: 7px 0px;*/
  width: 180px;
  margin: 25px 0px;
}
.nav-last a {
  padding-right: 0 !important;
  margin-right: 0;
}
address h5 {
  color: #fff;
  font-size: 16px;
  margin-bottom: 0 !important;
  text-transform: uppercase;
}
.cust-suport-nav .main-menu-item li button a {
  padding-top: 6px !important;
  padding-left: 1px !important;
  padding-right: 1px !important;
  font-size: 16px !important;
  position: relative;
  top: -2px;
  background-color: var(--red-800);
}
.hni-t-btn {
  background-color: transparent;
  text-transform: uppercase;
  color: var(--red-800) !important;
}
.btn-a-w {
  color: #fff;
}
.hni-s-btn a {
  color: #fff;
}
.hni-p-btn,
.hni-p-btn:hover,
.hni-p-btn:not(.btn-check) + .btn:active,
.hni-online-btn,
.hni-online-btn:hover {
  background-color: var(--red-800) !important;
}
.hni-s-btn img.b-l-img {
  width: 20px !important;
  margin-right: 10px;
}
.hni-s-btn,
.hni-s-btn:hover,
.hni-s-btn:not(.btn-check) + .btn:active {
  background-color: var(--gray-800) !important;
}
.hni-g-btn,
.hni-g-btn:hover,
.hni-g-btn:not(.btn-check) + .btn:active {
  background-color: #efefef;
}
.hni-g-btn,
.hni-g-btn:hover {
  color: #333 !important;
}
.prod-slider .hni-s-btn img,
.prod-slider .hni-p-btn img {
  /* margin-left: 20px; */
  width: 20px !important;
  margin-top: -5px;
  margin-right: 15px;
  margin-left: 0;
}
.hni-online-btn a,
.hni-p-btn a {
  color: #fff;
}
.hni-t-btn,
.hni-t-btn:hover,
.hni-p-btn,
.hni-p-btn:hover,
.hni-s-btn,
.hni-s-btn:hover,
.hni-g-btn,
.hni-g-btn:hover,
:not(.btn-check) + .btn:active,
.hni-online-btn,
.btn:first-child:active {
  color: var(--white);
  border-radius: 0;
  font-size: 20px;
  font-weight: 700;
  padding: 10px 25px;
  text-transform: uppercase;
  border: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
form.location-map button {
  padding-left: 18px !important;
  padding-right: 15px !important;
}
.dropdown-toggle::after {
  display: none !important;
}
.dropdown-toggle.show::after {
  display: inline-block;
  transform: rotate(270deg);
  position: relative;
  top: 3px;
}
.p-list-bg {
  background-color: #fcfbfa;
}
.cursor-pointer {
  cursor: pointer;
}
.href-btn:hover {
  text-decoration: underline;
}
/* .href-btn img {
  position: relative;
  top: -2px;
  left: 6px;
} */
.hni-solutions ul li {
  overflow: hidden;
}
.hni-solutions ul li img,
.pl-slider-h img {
  transition: transform 0.5s;
}
.hni-solutions ul li a img {
  width: 8px !important;
}
.hni-solutions ul li:hover img,
.pl-slider-h:hover img {
  transform: scale(1.1);
  transition: transform 0.5s;
}
.hni-online-btn {
  padding: 0px 0px !important;
  font-size: 14px !important;
  line-height: 23px;
  overflow: hidden;
}
.hni-online-btn:hover {
  color: var(--white) !important;
}
.hni-s-btn img,
.hni-p-btn img,
.hni-t-btn img {
  margin-left: 8px;
  width: 7px !important;
  margin-top: 0px;
}
.hni-s-btn img {
  margin-top: 0px !important;
  margin-left: 7px;
}

.hni-exp-content h2 {
  font-size: 40px;
}
section.hni-experience .carousel-inner {
  padding-bottom: 10%;
}
.hni-experience h2 {
  font-size: 60px;
  line-height: 60px;
  font-weight: 700;
  margin-bottom: 30px;
}
.hni-experience p {
  font-size: 24px;
  line-height: 36px;
}
.exp-tags li {
  font-size: 18px;
  text-transform: uppercase;
  padding: 5px;
  margin-right: 10px;
  background-color: #ef463b1f;
  font-weight: 700;
  color: var(--red-800);
}
.href-btn img,
.hyper-btn img {
  margin-left: 6px;
  width: 9px !important;
  margin-top: -3px;
  /* height: 11px; */
  display: inline-block !important;
  /* width: fit-content !important; */
}

h1 {
  font-size: 60px;
  line-height: 70px;
  margin-bottom: 10px;
  font-weight: 700;
}
p {
  font-size: 20px;
  line-height: 28px;
  font-weight: 400;
  color: #333333;
}
.gray-bg {
  background-color: var(--gray-300);
}
.bring-joy:before {
  content: "";
  position: absolute;
  left: -15px;
  top: 30px;
  width: 56px;
  height: 30px;
  text-align: center;
  background-image: url(../images/gray-dots.png);
  background-size: 50px;
  background-repeat: no-repeat;
  transform: rotate(90deg);
}
.bring-joy {
  text-align: center;
}
.carousel-indicators .active {
  background-color: #333333 !important;
}
.carousel-indicators [data-bs-target] {
  background-color: var(--gray-400);
  height: 6px;
  width: 32px;
  border-radius: 5px;
  margin-right: 15px;
  border: 0;
}
.hni-newest button.owl-prev,
.hni-newest button.owl-next {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  font-size: 40px;
}

.hni-newest button.owl-prev {
  left: 40px;
}
.hni-newest button.owl-next {
  right: 40px;
}
.hni-newest button.owl-prev:hover,
.hni-newest button.owl-next:hover {
  background-color: transparent !important;
  color: #ef463b !important;
}
.hni-newest button.owl-prev {
  left: -5px;
  height: 57%;
}
.hni-newest button.owl-next {
  right: -5px;
  height: 57%;
}
.hni-newest button.owl-prev span {
  /* font-size: 140px;
  font-weight: 100;
  display: block;
  font-family: "Nunito"; */
  font-size: 50px;
  font-weight: 100;
  display: block;
  font-family: "Nunito";
  width: 45px;
  background: rgba(209, 211, 212, 0.7);

  border-top-right-radius: 70px;
  border-bottom-right-radius: 70px;
  height: 89px;
  line-height: 89px;
}
.hni-newest button.owl-next span {
  /* font-size: 140px;
  font-weight: 100;
  display: block;
  font-family: "Nunito"; */
  font-size: 50px;
  font-weight: 100;
  display: block;
  font-family: "Nunito";
  width: 45px;
  background: rgba(209, 211, 212, 0.7);

  border-top-left-radius: 70px;
  border-bottom-left-radius: 70px;
  height: 89px;
  line-height: 89px;
}
.navbar-expand-lg .navbar-nav .dropdown-menu {
  left: 0;
  right: 0;
  width: 100%;
  margin: auto;
  border: 0;
  border-radius: 5px;
  box-shadow: 0px 4px 4px 0px #00000040;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-top: 1px solid #d1d1d1;
}
a.nav-link.active {
  border-bottom: 3px solid var(--red-800);
}
a.nav-link.dropdown-toggle.show {
  /* box-shadow: 0px -2px 5px -1px #e3e3e3; */
  z-index: 99;
  position: relative;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  padding: 15px 25px;
}
.cust-dropdown ul {
  list-style: none;
}
.cust-dropdown ul {
  list-style: none;
  /* width: calc(100% / 9); */
  padding: 0 10px;
}
.cust-dropdown {
  display: flex;
  justify-content: space-between;
}
.cust-dropdown ul h3 {
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 700;
  color: #333;
  margin-top: 16px;
  margin-bottom: 16px;
  white-space: nowrap;
}
.main-menu-item .cust-dropdown ul li a {
  font-size: 15px !important;
  font-style: normal;
  font-weight: 400 !important;
  line-height: normal;
  color: var(--gray-800);
  text-decoration: none;
  padding-left: 0 !important;
  padding-right: 0 !important;
  margin: 0;
}
.cust-dropdown li {
  /* border-bottom: 1px solid #e6e7e8; */
  margin: 5px 0px;
  padding-bottom: 5px;
}
.bring-joy-bg {
  background-image: url("../images/bring-bg.png");
  background-repeat: no-repeat;
  background-position: right bottom;
  background-color: #f5f2f0;
  padding: 50px 0px;
}
.cust-nav {
  /* box-shadow: 0px 0px 4px 0px #00000040; */
  box-shadow: 0px 4px 8px 0px #00000029;
  background-color: var(--white);
}
.cust-nav .nav-item {
  /* margin-left: 59px; */
}
.navbar-expand-lg .navbar-nav a {
  padding: 13px 15px 0px 15px !important;
  margin-bottom: 0px !important;
  margin: 0px 15px;
  /* background-color: #fff; */
  width: auto;
}
li.nav-item.dropdown.es-dropdown a {
  padding-right: 13px !important;
  margin-right: 0 !important;
}
.cust-suport-nav ul.navbar-nav.mb-4 li a {
  font-size: 14px !important;
  cursor: pointer;
}
.cust-suport-nav ul.navbar-nav.mb-4 li:last-child a {
  padding-right: 0 !important;
}
.hni-solutions ul li a {
  visibility: hidden;
}
.hni-solutions ul li:hover a {
  visibility: visible;
}
.main-menu-item .nav-item a {
  font-size: 16px !important;
  font-weight: 500;
}
.cust-suport-nav li a.nav-link {
  font-size: 14px !important;
  font-weight: 500;
  cursor: pointer;
}
img.menu-s-icon {
  width: 16px;
  margin-top: -2px;
  margin-right: 2px;
}
.cust-suport-nav .main-menu-item li a {
  font-size: 18px !important;
}
.hni-newest-slider {
  margin-top: 100px;
}
.hni-newest h3 {
  font-size: 30px;
  line-height: 40px;
  font-weight: 700;
}
.hni-newest h4 {
  font-size: 20px;
  line-height: 27px;
  font-weight: 700;
}
.hni-newest .owl-item,
.hni-life .owl-item {
  opacity: 0.3;
}
.hni-newest .owl-item.center,
.hni-life .owl-item.center {
  opacity: 1;
}
.hni-promice {
  margin-top: 64px;
}
.pb-64 {
  padding-bottom: 64px;
}
.hni-promice ul li {
  padding: 20px;
  width: 135px;
  height: 135px;
  background-color: var(--gray-300);
  border-radius: 50%;
  margin: 15px;
}
.hni-promice ul li img {
  margin-bottom: 10px;
  height: 29px;
  margin-top: 10px;
}
.hni-promice ul li p {
  font-size: 14px;
  line-height: 16px;
  font-weight: 600;
}
.comp-promice ul li {
  padding: 35px;
  width: 175px;
  height: 175px;
}
.hni-promice.comp-promice ul li {
  margin: 0px 20px;
  position: relative;
  margin-bottom: 40px;
}
.hni-promice.comp-promice ul li img {
  height: 50px;
}
.hni-solutions {
  margin-top: 75px;
}
.hni-wp-hybrid {
  margin-top: 100px;
}
.hni-wp-hybrid h2 {
  margin-top: 70px;
  margin-bottom: 35px;
}
.sol-img {
  min-height: 250px;
  margin-bottom: 20px;
}
.sol-img img {
  width: 100%;
}
.hni-solutions p {
  font-size: 20px;
  font-weight: 400;
  line-height: 27px;
}
.hni-cuboid-slider {
  margin-top: 100px;
}
.hni-cuboid-slider::before {
  background-image: url(../images/cubo-bg.png);
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: 38% 75%;
  content: "";
  position: absolute;
  top: -23px;
  left: 29%;
  width: 60px;
  height: 97px;
}
section.hni-cuboid-slider p {
  font-size: 30px;
  line-height: 36px;
}
.hni-cuboid-slider h3 {
  font-size: 20px;
  line-height: 27px;
  font-weight: 700;
  color: #414042;
  margin-bottom: 30px;
}

.hni-cuboid-slider h2 {
  font-size: 57px;
  line-height: 54px;
  font-weight: 500;
  margin-bottom: 35px;
}

.hni-blocks-slider {
  margin-top: 100px;
}
.hni-blocks-slider {
  background-color: var(--gray-300);
  padding: 135px 0px;
}

.hni-blocks-slider .hni-s-btn {
  margin-top: 75px;
}

.en-room-bg {
  /* background-image: url("../images/en-room-bg.png"); */
  background-size: auto;
  background-position: right bottom;
  background-position: 80% 80%;
  background-repeat: no-repeat;
}
.hni-explore-sroom {
  padding: 100px 0px;
  /* background-color: var(--gray-300); */
}
.hni-explore-sroom h2 {
  font-size: 60px;
  font-style: normal;
  font-weight: 500;
  line-height: 100px;
  color: var(--red-800);
  margin-bottom: 10px;
}
.hni-newest .item span {
  padding: 10px !important;
  background-color: #f8f4f4;
  font-weight: 500;
}
.pro-fea-slider .owl-item.active {
  opacity: 1 !important;
}
.pro-fea-slider .owl-item {
  opacity: 0.3;
}
.hni-explore-sroom p {
  font-size: 30px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 60px !important;
}
.hni-pre-footer {
  padding: 60px 0px 60px 0px;
}

.footer-list p {
  color: #fff;
  font-size: 16px;
  line-height: 24px;
}

.footer-list h5,
.footer-list h4 a {
  font-size: 16px;
  line-height: 22px;
  color: #fff;
  margin-bottom: 15px;
  text-transform: uppercase;
  margin-bottom: 12px;
}
.footer-list input,
.footer-list input:focus,
.footer-list .form-floating > .form-control:focus ~ label,
.footer-list .form-floating > .form-control:focus ~ label::after {
  background-color: transparent;
  color: #fff;
}
.footer-list label {
  color: #fff;
}
address {
  margin-bottom: 0 !important;
}
.hni-footer p {
  color: #fff;
  font-size: 16px !important;
  font-weight: 300;
  margin-top: 15px;
  margin-bottom: 0 !important;
}

.hni-pre-footer .item {
  display: flex;
  align-items: center;
  min-height: 150px;
}

.hni-footer {
  background-color: #414042;
  padding: 80px 0px;
}
.hni-footer h3 {
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 22px;
  color: var(--white);
  margin-bottom: 9px;
}
.hni-footer li {
  margin-top: 17px;
  max-width: 200px;
}
.hni-footer li a {
  font-size: 19px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  color: #fff;
  text-decoration: none;
}

.btm-footer {
  margin-top: 16px;
  padding-top: 16px;
  border-top: 1px solid #828282;
}
.btm-footer address {
  max-width: 420px;
}
.btm-footer address p {
  font-size: 19px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  color: #fff;
}
.location-items li {
  margin-top: 8px;
}
.foot-logo img {
  /* margin-top: 17px; */
  /*width: auto;*/
    width: 165px;
}
select.form-select {
  /* border: 1px solid;
  font-size: 20px;
  text-transform: uppercase;
  font-weight: 700; */
}
form.location-map .hni-s-btn,
.hni-s-btn:not(.btn-check) + .btn:active {
  border-top-right-radius: 5px !important;
  border-bottom-right-radius: 5px !important;
}
section.hni-solutions h2 {
  margin-bottom: 35px;
}
div#navbarToggler ul {
  justify-content: end;
  align-items: baseline;
}
.eye-slider {
  position: absolute;
  bottom: 0;
  right: 14px;
  width: 50px;
}
.lightboxOverlay {
  background-color: #000000c4;
}
.lb-details {
  display: none;
}
/* 
.lightboxOverlay {
  max-height: 100vh !important;
  overflow: hidden;
  height: 100vh !important;
}
.lightbox {
  top: 0 !important;
  bottom: 0;
  margin: auto;
  justify-content: center;
  display: inline-table;
} */
a.lb-close {
  position: absolute;
  right: 25px;
  top: 0;
}

/*  */
.p-list-header-search h2, .p-list-header-search h1 {
  font-size: 80px;
  line-height: 78px;
  margin-bottom: 50px;
  color: var(--red-800);
  font-weight: 700;
}
.p-list-header-search nav {
  margin-bottom: 30px;
}
.p-list-header-search nav ol li a {
  color: var(--gray-800);
  font-size: 20px;
  text-decoration: none;
}
.p-list-header-search nav ol li.active {
  color: var(--red-800);
  font-size: 20px;
  line-height: 32px;
}
.search-icon {
  background-image: url("../images/search-icon.svg");
  background-repeat: no-repeat;
  background-position: 10px 50%;
  border-radius: 30px;
  border-radius: 4px;
  border: 1px solid #c0cdd1;
  height: 40px;
  padding-left: 30px;
  background-size: 13px;
  font-size: 16px;
  margin-top: 0 !important;
}
.form-control:focus {
  border: 1px solid #e6e6e6;
  /* border: 0; */
  box-shadow: none;
}
.shop-categ {
  margin-top: 20px;
  margin-bottom: 25px;
}
.pl-item-details h3 {
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 25px;
}
.pl-item-details h3 {
  margin-bottom: 0;
}
.shop-categ .nav-tabs img {
  /* height: 209px; */
  padding: 30px;
  background: #ccc;
  border-radius: 10px;
  /* border: 1px solid #EF463B; */
  background: #f5f2f0;
  /* box-shadow: 0px 0px 9px 0px rgba(0, 0, 0, 0.25); */
}
.shop-categ .nav-tabs button {
  padding: 0;
  border: 0;
}
.sc-tab-slide {
  min-height: 240px;
  border-radius: 10px;
  background: #f5f2f0;
  display: grid;
  align-items: center;
  border: 1px solid #f5f2f0;
}
.shop-categ .nav-link p {
  font-size: 18px;
}
.shop-categ .nav-link.active .sc-tab-slide {
  border: 1px solid var(--red-800);
  box-shadow: 0px 0px 9px 0px rgba(0, 0, 0, 0.25);
}

.select-label {
  position: absolute;
  top: 26px;
  left: 20px;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
}
select.order-list {
  background: #e0e0e0;
  color: #58595b;
  padding: 0px 15px;
  padding-right: 13px;
  font-size: 16px;
  font-weight: 700;
  line-height: 32px;
  height: 40px;
  width: 237px;
  margin-top: 20px !important;
  appearance: none;
  background-image: url(../images/select-arrow-blk.svg);
  background-repeat: no-repeat;
  background-position: 95% 50%;
  border-color: #e0e0e0;
  border-radius: 5px;
}
.owl_3 .sc-tab-slide-pf {
  /* background-color: #fff;
  border: 1px solid #d6d6d6;
  border-radius: 8px; */
}

.owl_2 .sc-tab-slide-pf img {
  /* min-height: 321px !important;
  max-height: 321px !important; */
}
.owl_2 .sc-tab-slide-pf a img {
  min-height: auto !important;
}
.owl_2 {
  border: 0 !important;
}
.owl_2 .eye-slider {
  width: 75px;
}
.prod-list-slider button.owl-dot span {
  height: 5px !important;
  width: 20px !important;
  margin: 0px 2px !important;
}
.prod-list-slider button.owl-dot.active span {
  background-color: var(--red-800) !important;
}
.prod-count h3 {
  font-size: 24px;
  font-weight: 700;
}
.pl-item-details h3 a {
  text-align: left;
  font-size: 20px;
  line-height: 21px;
  margin-top: 6px;
  color: var(--gray-800);
  text-decoration: none;
  font-weight: 400;
}
.pl-item-details h3 {
  display: flex;
  justify-content: space-between;
}
.pl-item-details h4 {
  font-size: 26px;
  font-weight: 700;
  text-align: center;

  /* padding-bottom: 20px; */
  text-transform: uppercase;
  color: var(--gray-800);
  /* min-height: 44px; */
}
.prod-buy-btn {
  border-top: 1px solid #d1d3d4;
}
.p-list-btm-blocks .carousel-indicators .active {
  background-color: #bcbec0 !important;
  height: 13px;
  width: 13px;
  border-radius: 13px;
  margin-right: 10px;
  border: 0;
}
.p-list-btm-blocks .carousel-indicators button {
  border: 1px solid #d1d3d4;
  background-color: #fff;
  height: 13px;
  width: 13px;
  border-radius: 13px;
  margin-right: 10px;
}
.all-prod-estore h3 span {
  float: right;
  display: inline-block;
  padding-top: 7px;
  margin-bottom: 4px !important;
}
.prod-list-s .pl-item-details h3 a {
  margin-bottom: 0 !important;
}
span.star-rating {
  display: flex !important;
  line-height: 15px !important;
  font-size: 14px !important;
  align-items: center;
  justify-content: end;
  font-family: "Nunito", sans-serif !important;
}
.pl-item-details span.star-rating {
  margin-bottom: 0 !important;
}
.pl-item-details {
  margin-bottom: 15px;
}
body span.star-rating img {
  margin-top: 0px;
  margin-left: 5px;
  width: 14px !important;
}
.pl-item-details button.btn.hni-t-btn {
  padding: 0;
  margin-top: 20px;
}
.pl-slider-h {
  /* min-height: 390px; */
}
.prod-filter-container .pl-slider-h {
  min-height: 290px;
}
.pl-slider-h img {
  /* min-height: 360px; */
  max-height: 360px;
}
.mt-100 {
  margin-top: 100px;
}
.py-100 {
  padding-top: 100px;
  padding-bottom: 100px;
}
.py-75 {
  padding-top: 75px;
  padding-bottom: 75px;
}
.py-32 {
  padding-top: 32px;
  padding-bottom: 32px;
}
.pb-80 {
  padding-bottom: 80px;
}
.ps-80 {
  padding-left: 80px;
}
.pe-80 {
  padding-right: 80px;
}
.wave-bg {
  background-image: url("../images/wave-bg.svg");
  background-repeat: no-repeat;
  background-position: 4% 0%;
}
.prod-fea-tabs .nav.nav-tabs .owl-nav {
  top: -45px;
}
.nav.nav-tabs .owl-nav {
  display: block !important;
  position: absolute;
  top: -60px;
  right: 0;
  width: 75px;
  display: flex !important;
  justify-content: space-between;
}
.cust-owl-arrow .owl-carousel .owl-nav button.owl-next span,
.cust-owl-arrow .owl-carousel .owl-nav button.owl-prev span {
  opacity: 0;
}
.cust-owl-arrow .owl-carousel .owl-nav button.owl-next:hover,
.cust-owl-arrow .owl-carousel .owl-nav button.owl-prev:hover {
  background-color: transparent;
}

.cust-owl-arrow .owl-carousel .owl-nav button.owl-next {
  background-image: url("../images/right-arrow.png");
  background-repeat: no-repeat;
  width: 22px;
  display: block;
  content: "";
}
.cust-owl-arrow .owl-carousel .owl-nav button.owl-prev {
  background-image: url("../images/left-arrow.png");
  background-repeat: no-repeat;
  width: 22px;
  display: block;
  content: "";
}
.cust-owl-arrow .owl-carousel .owl-nav button.owl-prev.disabled,
.cust-owl-arrow .owl-carousel .owl-nav button.owl-next.disabled {
  opacity: 0.2;
}
.prod-list-s {
  background: #fff;
  margin: auto;
  padding: 25px;
  border-radius: 5px;
  margin-bottom: 24px;
  border: 1px solid #e4e4e4;
  position: relative;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
}
.prod-list-s:hover {
  box-shadow: 0px 0px 2px 0px #0000003d;
}
li.breadcrumb-item {
  font-size: 20px;
}
/* .breadcrumb-item + .breadcrumb-item::before {
  color: var(--red-800);
} */
/* prod-features */
.pd-left-blk h2, .pd-left-blk h1 {
  font-size: 80px;
  line-height: 78px;
  font-weight: 700;
}
.pd-right-blk h2 {
  font-size: 30px;
  font-weight: 400;
}
.work-options .wo-left-blk,
.work-options .wo-right-blk {
  padding: 90px 90px 80px;
}
.work-options .wo-left-blk a,
.work-options .wo-right-blk a {
  text-transform: uppercase;
}
.work-options .wo-left-blk {
  background-color: var(--gray-300);
  background-image: url("../images/gray-dots.png");
  background-repeat: no-repeat;
  background-position: 90% 10%;
}
.work-options .wo-right-blk {
  background-color: var(--gray-800);
  background-image: url("../images/cross-bg.svg");
  background-repeat: no-repeat;
  background-position: 18% 0%;
  background-size: 20%;
}
.work-options .wo-left-blk h2,
.work-options .wo-right-blk h2 {
  font-size: 52px;
  line-height: 56px;
  font-weight: 700;
}
.work-options .wo-left-blk p,
.work-options .wo-right-blk p {
  font-size: 24px;
  line-height: 34px;
  font-weight: 400;
}
.prod-fea-tabs .nav-tabs {
  justify-content: flex-start;
  margin-bottom: 15px;
  /* border: 0; */
  border-bottom: 1px solid #999;
}
.features.pf-spec-details button.accordion-button {
  background-color: #fff !important;
  border-bottom: 1px solid #ccc;
  padding-left: 0 !important;
  border-radius: 0;
}
.features.pf-spec-details .accordion-body {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.features.pf-spec-details .accordion-body ul li {
  margin-bottom: 15px !important;
  width: 100%;
  margin: auto;
  padding-right: 20px;
}

.prod-fea-tabs .nav-tabs button {
  /* font-size: 24px; */
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  color: var(--gray-800);
  border: 0;
  font-size: 22px;
  margin: 0px 15px;
  text-transform: uppercase;
}
.accordion-item {
  border: 0;
}
.prod-fea-tabs .nav-tabs button.active {
  font-size: 24px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
  border-bottom: 5px solid var(--red-800);
}
section.prod-features .container {
  /* border-top: 1px solid #000; */
  padding-top: 100px;
}
.sc-tab-slide-pf {
  /* background-color: var(--gray-300); */
}
.sc-tab-slide-pf {
  padding: 10%;
  text-align: center;
}
.sc-tab-slide-pf img {
  width: 90% !important;
  margin: auto;
}
.prod-features h2 {
  font-size: 48px;
  font-weight: 700;
  margin-bottom: 70px;
}
.prod-features-blk {
  margin-bottom: 80px;
}
.prod-features-blk img {
  margin-bottom: 30px;
}
.prod-features-blk h3 {
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  color: var(--red-800);
}
.prod-fea-side-blks p {
  font-size: 26px;
  font-style: normal;
  font-weight: 400;
  line-height: 34px;
}
.prod-fea-side-blks span {
  font-size: 28px;
  font-style: italic;
  font-weight: 600;
  line-height: normal;
}
.hni-wp-hybrid h2 {
  margin-top: 10px;
}
.pf-full-slider h2 {
  font-size: 48px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 50px;
}
.pf-full-slider .item {
  padding: 50px;
  background-color: var(--gray-300);
}
.range-spec h2 {
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 10px;
}
.range-spec h4 {
  font-size: 26px;
  font-style: normal;
  font-weight: 700;
  line-height: 34px;
}
.range-spec ul li {
  font-size: 22px;
  font-style: normal;
  font-weight: 300;
  line-height: 20px;
  border-bottom: 1px solid #ccc;
  padding-bottom: 15px;
  margin-bottom: 20px;
}
.pf-full-slider .item img {
  max-height: 365px;
  width: auto !important;
}
.hori-tabs ul.nav li {
  /* border-bottom: 1px solid #e6e6e6;
  margin-bottom: 40px;
  padding-bottom: 40px; */
  border-bottom: 1px solid #e6e6e6;
  margin-bottom: 15px;
  padding-bottom: 15px;
}

.hori-tabs ul.nav li button {
  font-size: 30px;
  font-style: normal;
  font-weight: 300;
  line-height: 30px; /* 100% */
  text-transform: uppercase;
  color: var(--gray-800);
  border: 0;
  padding-right: 35px;
}
.hori-tabs ul.nav li button.active {
  font-weight: 800;
  color: var(--red-800);
  /* background-image: url("../images/red-traingle.svg"); */
  background-repeat: no-repeat;
  background-position: 100% 50%;
  border: 0;
}
.hori-tabs ul.nav li button {
  position: relative;
}
.hori-tabs ul.nav li button.active:before {
  content: "";
  position: absolute;
  width: 6px;
  height: 28px;
  background: var(--red-800);
  left: -10px;
}
.vertical-tabs li button.active:before {
  display: none;
}
.vertical-tabs li button {
  padding: 0px 25px !important;
  font-size: 16px !important;
}
.vertical-tabs li {
  padding: 0px !important;
  padding-bottom: 0 !important;
  border: 0px !important;
  margin-bottom: 0 !important;
}
.vertical-tabs {
  justify-content: center !important;
  margin-bottom: 20px !important;
  width: 100%;
}

.hori-tabs h2 {
  font-size: 48px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 60px;
}
.hori-tabs .accordion-body h3 {
  font-size: 40px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
.hori-tabs .accordion-body ul li {
  font-size: 30px;
  font-style: normal;
  font-weight: 400;
  line-height: 52px;
}
.purchase-opt h2 {
  font-size: 48px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: -0.96px;
  margin-bottom: 45px;
}
.purchase-opt a {
  margin-bottom: 40px;
  display: block;
  width: 100%;
  border-bottom: 1px solid #ccc;
  padding-bottom: 30px;
  text-transform: uppercase;
}
.purchase-opt button.btn.hni-p-btn img {
  width: 20px !important;
  margin-right: 10px;
  margin-top: -1px;
  margin-left: 0;
}
.certification-area {
  background-color: var(--gray-300);
  padding: 60px 0px;
  background-image: url("../images/red-dots.png");
  background-repeat: no-repeat;
  background-position: 92% 20%;
}
.certification-area ul {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  align-items: center;
}
.certification-area h2 {
  text-align: center;
  margin-bottom: 50px !important;
}
.certification-area h2 {
  font-size: 40px;
  font-style: normal;
  font-weight: 500;
  line-height: 50px;
  margin-top: 0px;
}
.may-also-like h2 {
  font-size: 48px;
  font-style: normal;
  line-height: 34px;
  margin-bottom: 70px;
}
.may-also-like .wish-list {
  position: absolute;
  width: 20px !important;
  right: 20px;
  top: 20px;
}
.wish-list {
  position: absolute;
  width: 20px !important;
  right: 20px;
  top: 20px;
}
.buy-it-with span.d-table-cell.align-content-center {
  font-size: 60px;
  margin: 0px 20px;
  height: 100%;
  padding: 40px;
}
.may-also-like .item {
  /* fill: #FFF; */
  /* stroke-width: 0.8px; */
  box-shadow: 0px 0px 6px -2px #ccc;
  padding: 25px;
  margin: 5px;
}
.may-also-like .item h4 {
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 12px;
  margin-bottom: 10px;
}
.may-also-like .item h3 {
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 14px;
  margin-bottom: 20px;
}
.may-also-like .item p {
  font-size: 26px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.may-also-like .item p span {
  color: #ccc;
  padding-left: 15px;
}
.policy-section .container {
  border-top: 1px solid #333;
}
.policy-section ul li p {
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
  margin-top: 10px;
  color: var(--red-800);
}
.pf-spec-details1 ul li {
  line-height: 46px;
}
.pf-spec-content {
  /* background-color: var(--gray-300); */
  padding: 15px;
}
.pf-spec-details h3 {
  font-size: 30px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
  margin-bottom: 24px;
}
.pf-spec-details h4 {
  font-size: 26px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin-bottom: 10px;
  text-decoration: underline;
  margin-top: 25px;
}
.pf-spec-details ul {
  display: flex;
  /* border-bottom: 1px solid #333333; */
}
.pf-spec-details ul li {
  margin-right: 75px;
}
p.spe-diemn-de {
  font-weight: 400 !important;
}
.pf-spec-details ul li p {
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.d3-view-card {
  background-color: #f5f2f0;
  padding: 20px;
}
.d3-btn-view {
  display: flex;
  justify-content: space-between;
}
.meterial-blk h2,
.mate-frame-section h2,
.mate-seat-section h2 {
  font-size: 34px;
  font-style: normal;
  font-weight: 700;
  line-height: 34px;
  margin-bottom: 18px;
}
.mete-colors-details h4 {
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 120% */
  /* letter-spacing: 2px; */
}
.mete-colors-details h3 {
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  margin-top: 14px;
  line-height: 24px;
}
.mete-colors-details,
.mate-frame-section-details,
.mate-seat-section-details {
  width: calc(15% - 40px);
  margin: 0px 20px;
}
.mete-colors-details:first-child,
.mate-frame-section-details:first-child,
.mate-seat-section-details:first-child {
  margin-left: 0 !important;
}
.mete-frame p,
.mete-seat p {
  white-space: nowrap;
}
.mete-colors-details:last-child,
.mate-frame-section-details:last-child,
.mete-seat-section-details:last-child {
  margin-right: 0 !important;
}
.mete-colors,
.mete-frame,
.mete-seat {
  display: flex;
  justify-content: start;
  margin-bottom: 20px;
}
.mete-colors-details {
  width: 12%;
}
.mete-frame p,
.mete-seat p {
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 120% */
  letter-spacing: 2px;
  margin-top: 24px;
}
.meteri-colo-detail ul {
  display: flex;
  line-height: 26px;
  justify-content: start;
}
.meteri-colo-detail ul li span {
  display: inline-block;
  width: 25px;
  height: 25px;
  border-radius: 30px;
  margin: 0px 2px;
}
.orange-c {
  background-color: #ff9878;
}
.blue-c {
  background-color: #a7d3dd;
}
.white-c {
  background-color: #fff;
}
.black-c {
  background-color: #000;
}
.gray-c {
  background-color: #d9d9d9;
}
.green-c {
  background-color: #898b3f;
}
.red-c {
  background-color: #d85d53;
}
.content {
  display: none;
}
.color-pop-content,
.color-pop-content1 {
  display: none;
}
/* .content {
  display: none;
} */

.color-pop-content.active,
.color-pop-content1.active {
  display: block;
}
.colors-pop-section a {
  margin-top: 30px;
}
.colors-pop-section .link,
.colors-pop-section .link span {
  width: 105px;
  height: 105px;
  display: inline-block;
  border-radius: 5px;
  margin-bottom: 6px;
  text-decoration: none;
  margin-right: 15px;
}
div#links {
  max-height: 350px;
  overflow-x: hidden;
  overflow-y: auto;
}
a.link.active span {
  box-shadow: 0px 0px 8px 2px #ddd;
}
.colors-pop-section .link p {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 133.333% */
  letter-spacing: 1.8px;
}
.color-popup h4 {
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 12px;
  margin-bottom: 15px;
}
.colors-pop-section h3 {
  font-size: 30px !important;
  font-style: normal;
  font-weight: 600 !important;
  line-height: 30px !important;
}
/* .color-popup {
  padding: 40px;
} */

.color-popup h3 {
  font-size: 50px;
  font-style: normal;
  font-weight: 700;
  line-height: 40px;
  margin-bottom: 20px;
}
.close-filter-pill li a {
  color: #333;
}
.close-filter-pill li {
  padding: 2px 13px;
  margin-right: 10px;
  border: 0.6px solid #000;
  border-radius: 20px;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.close-filter-pill {
  margin-top: 35px;
}
.close-filter-pill li span {
  display: inline-block;
  margin-left: 5px;
  cursor: pointer;
}
.cust-check {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 20px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
}

/* Hide the browser's default checkbox */
.cust-check input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

.cust-check .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #fff;
  border: 1px solid #333;
  border-radius: 5px;
}

.cust-check:hover input ~ .checkmark {
  background-color: #ccc;
}

.cust-check input:checked ~ .checkmark {
  background-color: #fff;
  border: 1px solid #333;
  border-radius: 5px;
}

.cust-check .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
.prod-buy-btn .wishlist-btn {
  margin: 0;
  padding: 14px 15px !important;
  background-color: var(--gray-300);
  border-bottom-right-radius: 8px;

  align-content: center;
}
section.hni-pre-footer h2 {
  font-size: 40px;
  line-height: 46px;
}
.cust-check input:checked ~ .checkmark:after {
  display: block;
}

.cust-check .checkmark:after {
  left: 9px;
  top: 5px;
  width: 5px;
  height: 10px;
  border: solid var(--red-800);
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.wishlist-btn.cust-check input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 21px;
  width: 21px;
}
.wishlist-btn-pos {
  top: 15px;
  right: 15px;
  position: absolute;
  margin: auto;
  z-index: 999;
}
.wishlist-btn .ic-wishlist {
  background-image: url("../images/wishlist-icon.svg");
  width: 21px;
  height: 21px;
  display: block;
  background-repeat: no-repeat;
  background-size: 20px;
}
.wishlist-btn input[type="checkbox"]:checked ~ span .ic-wishlist {
  background-image: url(../images/wishlist-active.png);
  width: 20px;
  background-size: 20px;
}

.prod-filter-container {
  margin-top: 65px;
}
.prod-filter-container {
  background-color: #fcfbfa;
}
.filter-left {
  background-color: #fff;
}
.prod-filter h3 {
  text-transform: uppercase;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
.clearall-link {
  color: #ef463b;
  line-height: 27px;
  font-family: Nunito;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  letter-spacing: 0.72px;
  text-decoration-line: underline;
  text-transform: uppercase;
}
.filter-header {
  padding-top: 40px;
  border-bottom: 1px solid #333;
  padding-bottom: 15px;
  margin-bottom: 40px;
}
.prod-filter h4,
.wcpf-filter .wcpf-field-title {
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.72px;
  margin-bottom: 20px;
  margin-top: 20px;
}
.cust-check-container {
  padding-bottom: 40px;
  border-bottom: 1px solid #e6e7e8;
}
.filter-list-prod .pl-item-details h3 a,
.filter-list-prod .pl-item-details h3 {
  font-size: 18px;
  line-height: 21px;
  color: #333;
  font-weight: 400;
}
.pl-item-details a {
  color: #333;
}
.filter-list-prod .pl-item-details h4 {
  font-size: 24px;
  padding-bottom: 0;
}
.filter-list-prod .pricr-offer p {
  font-size: 20px;
}
.filter-list-prod .pricr-offer p {
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.filter-list-prod .pricr-offer p span {
  color: #ccc;
}
.filter-list-prod .pricr-offer p span.p-color {
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 21px;
  color: var(--red-800) !important;
}
.filter-list-prod .hni-p-btn {
  padding: 15px 15px !important;
  font-size: 18px !important;
  width: -webkit-fill-available;
  border-bottom-left-radius: 8px;
}
.prod-filter-container select.order-list {
  margin-bottom: 20px !important;
}
.filter-list-prod .prod-buy-btn i {
  /* padding: 15px;
  background: #f5f2f0; */
}
.filter-list-prod .pl-slider-h {
  /* min-height: 340px; */
}
.filter-list-prod .hni-p-btn img {
  margin-left: 0px;
  width: 20px !important;
  margin-top: -5px;
  margin-right: 10px;
}
.filter-list-prod .prod-list-s {
  /* padding: 15px; */
}
.prod-buy-btn button {
  width: 80%;
}
.prod-buy-btn button:first-child {
  border-bottom-left-radius: 8px;
}
.prod-buy-btn button:last-child {
  border-bottom-right-radius: 8px;
}
.prod-buy-btn {
  border: 0;
  margin: -25px;
  margin-top: 0;
}
.filter-offcanvas {
  top: 80px;
}
.mob-filter-list .offcanvas-backdrop.fade.show {
  display: none;
}
.ins-blog h2 {
  font-size: 48px;
  font-style: normal;
  font-weight: 700;
  line-height: 52px;
  margin-top: 100px;
  margin-bottom: 85px;
  color: var(--red-800);
}
.ins-blog-content a {
  /* position: absolute; */
  bottom: -20px;
}
.ins-blog-content h4 {
  font-size: 26px;
  font-style: normal;
  font-weight: 700;
  line-height: 36px;
  margin-bottom: 0px;
  /* padding-bottom: 25px;   */
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
.ins-blog-content span {
  display: inline-block;
  width: 100%;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 34px; /* 188.889% */
  letter-spacing: 1.8px;
  margin-bottom: 8px;
}
.ins-blog-content {
  padding-left: 64px;
  position: relative;
  margin-bottom: 40px;
}
span.blog-count {
  position: absolute;
  left: 0;
  color: #fad4d2;
  font-family: Nunito;
  font-size: 40px;
  font-style: normal;
  font-weight: 900;
  line-height: 48px;
}
.ins-blog .container {
  border-bottom: 1px solid #000;
  margin-bottom: 115px;
}
.ins-content span {
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 30px;
  letter-spacing: 1.8px;
  margin-bottom: 10px;
  display: inline-block;
}
.ins-content h3 {
  font-size: 26px;
  font-style: normal;
  font-weight: 700;
  line-height: 32px;
  margin-bottom: 20px;
}
.ins-content p {
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  margin-bottom: 15px;
}
.ins-content h5 {
  font-weight: 700;
}
.recent-post h4 {
  font-size: 21px;
  min-height: auto !important;
}
.recent-post .ins-blog-content {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid;
}
.ins-content a,
.ins-blog-content a {
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.ins-content a img,
.ins-blog-content a img {
  width: 11px;
}
.ins-arch h3 {
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  line-height: 36px;
  margin-bottom: 20px;
}
.ins-arch select {
  border-radius: 10px;
  border: 1px solid #333;
  background: rgba(249, 249, 249, 0.8);
  height: 46px;
  padding: 0px 20px;
  width: 100%;
  appearance: none;
  background-image: url("../images/select-dropdown.png");
  background-repeat: no-repeat;
  background-position: 95% 50%;
}
.ins-arch ul li {
  display: inline-block;
  padding: 5px 16px;
  margin-bottom: 11px;
  border-radius: 32px;
  border: 1px solid #efa7a3;
  cursor: pointer;
}
.insights-blk .col-12.col-md-8 .row {
  margin-bottom: 70px;
}
.insights-blk h2, .page-template-whitepapers .insights-blk h1 {
  font-size: 48px;
  font-style: normal;
  font-weight: 700;
  line-height: 52px;
  margin-top: 100px;
  margin-bottom: 85px;
  color: var(--red-800);
}
.cs-content img {
  width: 50px !important;
  margin-bottom: 35px;
}
.sustain-blk-slider button.owl-dot span {
  /* width: 50px !important; */
}
.sustain-blk-slider .owl-dots {
  text-align: left !important;
  margin-left: 4.2%;
  margin-top: 30px !important;
}
.comp-why-hni h2 {
  font-size: 70px;
  font-style: normal;
  font-weight: 700;
  line-height: 78px;
  margin-bottom: 50px;
}
.comp-why-hni h3 {
  font-size: 50px;
  font-style: normal;
  font-weight: 600;
  line-height: 60px;
}
.cs-content h3,
.cs-content h4,
.cs-content p {
  width: 75%;
}
.cs-content {
  margin-top: 30px;
  margin-bottom: 80px;
}

.cs-content h3 {
  width: 50%;
  font-size: 60px;
  font-style: normal;
  font-weight: 300;
  line-height: 53px;
  margin-bottom: 11px;
}
.cs-content h4 {
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: 36px;
  color: var(--red-800);
  margin-bottom: 30px;
}
.built-last h2 {
  font-size: 70px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: -1.4px;
  text-align: center;
  margin-bottom: 70px;
}
.ergonomic-blk {
  margin-bottom: 100px;
}
.contact-us .container {
  margin-top: 100px;
  padding-top: 100px;
  border-top: 1px solid #333;
}
.contact-page .container {
  margin-top: 0;
  border: 0;
  margin-bottom: 100px;
}
.contact-us h2, .contact-us h1 {
  font-size: 70px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: -1.4px;
  margin-bottom: 45px;
}
.contact-us .form-floating {
  margin-bottom: 20px;
}
.form-floating .form-control:focus {
  border-left: 0;
  border-right: 0;
  border-top: 0;
}
.form-floating > .form-control-plaintext ~ label,
.form-floating > .form-control:focus ~ label,
.form-floating > .form-control:not(:placeholder-shown) ~ label,
.form-floating > .form-select ~ label {
  color: rgba(var(--bs-body-color-rgb), 0.65);
  transform: scale(0.85) translateY(-0.5rem) translateX(0rem);
}
.form-floating input,
.form-floating textarea,
.form-floating select {
  border: 0;
  border-bottom: 1px solid #d1d3d4;
  border-radius: 0;
  padding-left: 0 !important;
  font-size: 14px !important;
  font-weight: 400;
  text-transform: none;
}
.form-floating label {
  padding-left: 0;
}
section.hni-promice.comp-promice {
  overflow: hidden;
  position: relative;
}
.ergonomic-blk img.mb-md-5 {
  position: absolute;
  right: 50px;
  transform: rotate(90deg);
}
.hni-promice.comp-promice ul li:hover img.d-none {
  display: block !important;
  margin: auto;
  margin-bottom: 10px;
}
.hni-promice.comp-promice ul li:hover img {
  display: none;
}
.hni-promice.comp-promice ul li:hover p {
  color: #fff;
}
.hni-promice.comp-promice ul li:hover {
  background-color: var(--red-800);
}
.hni-promice.comp-promice ul li:hover:after {
  content: "";
  position: absolute;
  width: 68px;
  height: 18px;
  background-color: #333;
  left: 0;
  right: 0;
  margin: auto;
  bottom: -35px;
}
#pincheck_wrapper .pincheck_inner p.pin_label{font-size: 16px !important;font-weight: bold !important;}
.price-offer span.top-pick {
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: unset;
  color: #ef463b;
  background-color: #e6e6e6;
  padding: 2px 10px;
  margin-bottom: 20px;
}
.price-offer h2 {
  font-size: 40px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
}
.price-offer h4 {
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: 21px;
  margin-bottom: 0px;
}
.price-offer p {
  margin-bottom: 0px;
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #d1d3d4;
  font-weight: 700;
}
.price-offer span.p-color {
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 21px;
}
.offers-blk h3 {
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: 20px;
  margin-bottom: 24px;
}
.offer-content p {
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 27px;
}
span.dis-price {
  color: #000000;
  margin-right: 15px;
  text-decoration: line-through;
  text-decoration-color: #969696;
}
.offers-blk h3 {
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: 20px;
}
.offer-content {
  border-radius: 8px;
  border: 1px solid #d1d3d4;
  margin-right: 20px;
  padding: 20px;
}
.offer-content h6 {
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 20px;
}
.offer-content h6 span {
  margin-right: 10px;
}
.offer-content {
  border-radius: 8px;
  border: 1px solid #d1d3d4;
  margin-right: 20px;
  padding: 20px;
}
.colors-avi h4 {
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: 20px;
  margin-top: 55px;
  margin-bottom: 20px;
}
.colors-avi ul li {
  margin-right: 10px;
}
.colors-avi {
  margin-bottom: 75px;
}
.install-type h4 {
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: 20px;
  margin-bottom: 20px;
}
.install-type nav {
  margin-bottom: 20px;
}
.install-type {
  margin-bottom: 24px;
}
.download-guide {
  margin-bottom: 53px;
}
.install-type .nav {
  border: 0 !important;
}
.install-type button,
.install-type button.active {
  border: 0 !important;
  border-radius: 8px;
  background-color: #f2f2f2 !important;
  min-width: 215px;
  text-align: left;
  margin-right: 15px;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  letter-spacing: 2px;
  color: #333;
}
.delivery-service h4 {
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: 20px;
  margin-bottom: 25px;
}
.delivery-service input {
  border-radius: 8px;
  border: 1px solid #d1d3d4;
  padding: 10px 15px;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 16px;
  color: #333 !important;
  width: 100%;
}
.delivery-service form {
  position: relative;
  margin-bottom: 30px;
}
.delivery-service form span {
  position: absolute;
  right: 15px;
  top: 12px;
  color: #d3d3d3;
  font-size: 16px;
}
.prod-options {
  margin-bottom: 25px;
}
.prod-options ul li p {
  margin-bottom: 0;
  width: 97px;
}

.prod-options ul li {
  display: flex;
  max-width: 221px;
  align-items: center;
}
.prod-options ul li img {
  align-items: center;
  display: flex;
  height: 36px !important;
  margin-right: 20px;
}
.prod-acc-details .collapse.show .accordion-body {
  border: 1px solid #f5f0f0;
  border-top: 0;
  border-radius: 4px;
}
button.accordion-button {
  text-transform: uppercase;
}
.prod-acc-details button.accordion-button {
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 20px;
  padding: 16px;
  border-radius: 4px 4px 0px 0px;
  background: #fcfbfa !important;
}
.prod-acc-details button.accordion-button {
  border: 0 !important;
  box-shadow: none !important;
  color: #333;
}
.prod-acc-details .accordion-item {
  margin-bottom: 10px;
}
.prod-btm-list li {
  margin: 0px 15px;
  padding: 0px 30px 0px 0px;
  border-right: 1px solid #333;
}
.prod-btm-list li:last-child {
  border: 0;
}
/* star */
.rating [type="radio"]:checked + label:before,
.rating [type="radio"]:not(:checked) + label:before,
.rating [type="radio"]:checked + label:after {
  display: none;
}
.rating {
  display: flex;
  justify-content: end;
  overflow: hidden;
  flex-direction: row-reverse;
  position: relative;
  padding-right: 30px;
}
.rating .num-label {
  position: absolute;
  right: 0px;
  font-weight: 600;
  font-size: 20.35px;
  line-height: 25px;
}
.rating .rating-0 {
  filter: grayscale(100%);
}

.rating input {
  display: none;
}

.rating label {
  cursor: pointer;
  width: 17px;
  height: 20px;
  margin-top: 2px;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='126.729' height='126.73'%3e%3cpath fill='%23e3e3e3' d='M121.215 44.212l-34.899-3.3c-2.2-.2-4.101-1.6-5-3.7l-12.5-30.3c-2-5-9.101-5-11.101 0l-12.4 30.3c-.8 2.1-2.8 3.5-5 3.7l-34.9 3.3c-5.2.5-7.3 7-3.4 10.5l26.3 23.1c1.7 1.5 2.4 3.7 1.9 5.9l-7.9 32.399c-1.2 5.101 4.3 9.3 8.9 6.601l29.1-17.101c1.9-1.1 4.2-1.1 6.1 0l29.101 17.101c4.6 2.699 10.1-1.4 8.899-6.601l-7.8-32.399c-.5-2.2.2-4.4 1.9-5.9l26.3-23.1c3.8-3.5 1.6-10-3.6-10.5z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 76%;
  transition: 0.3s;
}

.rating input:checked ~ label,
.rating input:checked ~ label ~ label {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='126.729' fill='%23d8b11e' height='126.73'%3e%3cpath  d='M121.215 44.212l-34.899-3.3c-2.2-.2-4.101-1.6-5-3.7l-12.5-30.3c-2-5-9.101-5-11.101 0l-12.4 30.3c-.8 2.1-2.8 3.5-5 3.7l-34.9 3.3c-5.2.5-7.3 7-3.4 10.5l26.3 23.1c1.7 1.5 2.4 3.7 1.9 5.9l-7.9 32.399c-1.2 5.101 4.3 9.3 8.9 6.601l29.1-17.101c1.9-1.1 4.2-1.1 6.1 0l29.101 17.101c4.6 2.699 10.1-1.4 8.899-6.601l-7.8-32.399c-.5-2.2.2-4.4 1.9-5.9l26.3-23.1c3.8-3.5 1.6-10-3.6-10.5z'/%3e%3c/svg%3e");
  /* fill: var(--red-800); */
}

.rating input:not(:checked) ~ label:hover,
.rating input:not(:checked) ~ label:hover ~ label {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='126.729' height='126.73'%3e%3cpath fill='%23d8b11e' d='M121.215 44.212l-34.899-3.3c-2.2-.2-4.101-1.6-5-3.7l-12.5-30.3c-2-5-9.101-5-11.101 0l-12.4 30.3c-.8 2.1-2.8 3.5-5 3.7l-34.9 3.3c-5.2.5-7.3 7-3.4 10.5l26.3 23.1c1.7 1.5 2.4 3.7 1.9 5.9l-7.9 32.399c-1.2 5.101 4.3 9.3 8.9 6.601l29.1-17.101c1.9-1.1 4.2-1.1 6.1 0l29.101 17.101c4.6 2.699 10.1-1.4 8.899-6.601l-7.8-32.399c-.5-2.2.2-4.4 1.9-5.9l26.3-23.1c3.8-3.5 1.6-10-3.6-10.5z'/%3e%3c/svg%3e");
}
/* star */
.ratings-prod h4 {
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: 20px;
}
.star-rate {
  font-size: 44px;
  font-style: normal;
  font-weight: 400;
  line-height: 35px;
}
p.out-of-rate {
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
}
.rating-out-of {
  padding-right: 30px;
  margin-right: 30px;
  border-right: 1px solid #000;
  text-align: right;
}
.rating-progress ul li {
  display: flex;
}
.rating-progress ul li h6 {
  width: 100px;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.rating-progress ul li .progress {
  width: 150px;
  height: 5px;
  margin-top: 8px;
}
.progress .bg-success {
  background-color: #ef463b !important;
}
.rating-prod-slider .owl-item {
  box-shadow: 0px 0px 4px 1px #ddd;
  margin: 10px !important;
  padding: 35px 25px;
  border-radius: 8px;
}
.rating-slider {
  margin-top: 25px;
}
.buy-it-with h2 {
  font-size: 50px;
  font-style: normal;
  font-weight: 700;
  line-height: 34px;
  margin-bottom: 100px;
}
.header-rating h3 {
  font-size: 23.62px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
.reviews-blk-details p {
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  margin-bottom: 0;
}
.prod-featurs h4 {
  font-size: 24px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
  position: relative;
}
.prod-featurs h4:after {
  position: absolute;
  content: "";
  height: 7px;
  width: 50px;
  bottom: -5px;
  left: 13px;
  background: #ef463b;
}
section.prod-featurs span {
  font-size: 80px;
  font-style: normal;
  font-weight: 900;
  line-height: 34px;
  color: var(--red-800);
}
section.prod-featurs h3 {
  font-size: 80px;
  font-style: normal;
  font-weight: 200;
  line-height: 85px;
}
.buy-it-with h4 {
  font-size: 50px;
  font-style: normal;
  font-weight: 700;
  line-height: 34px;
}

.add-img-blk {
  min-height: 370px;
  background-color: #f5f2f0;
  margin-bottom: 25px;
}
.buy-it-with h3 {
  font-size: 24px;
  font-weight: 700;
}
.buy-it-with h4 {
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 12px;
}
.buy-it-with p {
  font-size: 26px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.price-btn span {
  display: inline-block;
  border-radius: 4px 0px 0px 4px;
  background: #f5f2f0;
  padding: 6px 20px;
  text-transform: uppercase;
  font-size: 22px;
}
.price-btn p {
  display: flex;
}
span.total-txt {
  padding: 0;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 10px;
}
.hni-p-btn .w-20 {
  width: 20px !important;
}

.product-slide {
  padding: 75px 0px;
  padding-top: 30px;
}
.ratings-prod h4 {
  margin-bottom: 25px;
}

.prod-acc-details .accordion-button::after {
  background-image: url("../images/round-arrow-down.svg");
}
.prod-acc-details .accordion-button::after {
  transform: rotate(360deg);
}
.rating-out-of .rating {
  padding: 0;
}
.star-rate img {
  width: 25px;
  position: relative;
  height: 40px;
  top: -5px;
  margin-left: 5px;
}
#sync2 .owl-stage {
  display: grid !important;
  width: 80px !important;
  transform: translate3d(0px, 0px, 0px) !important;
}
div#sync2 {
  margin-right: 10px;
  width: 80px;
}
.prod-slider {
  position: sticky;
  top: 124px;
}
div#sync2 img,
div#sync2 .owl-stage-outer {
  width: 80px;
}
div#sync1 {
  width: calc(100% - 80px);
}
div#sync1 .item {
  background-color: #f5f2f0;
}
div#sync1 .item img {
  width: 90%;
  margin: auto;
}
#sync2 img {
  background-color: #f5f2f0;
  margin-bottom: 10px;
}
.prod-slider .prod-buy-btn {
  margin-left: 80px !important;
  margin: 0;
}
.l-h-55 {
  line-height: 55px;
}

ul.dropdown-menu li {
  margin-bottom: 10px;
}
.navbar-expand-lg .navbar-nav .dropdown-menu li a.active {
  color: var(--red-800);
}
.navbar-expand-lg .navbar-nav .dropdown-menu li a:hover {
  text-decoration: underline;
}
a.nav-link.dropdown-toggle.show {
  /* border-bottom: 3px solid var(--red-800); */
}
.navbar-expand-lg .navbar-nav .dropdown-menu li a {
  font-style: normal;
  /* font-weight: 800; */
  line-height: normal;
  color: #6f6f6f;
  padding-right: 0 !important;
  /* text-transform: uppercase; */
  font-size: 14px !important;
  display: inline-block;
  padding-top: 4px !important;
}
ul.dropdown-menu {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
ul.dropdown-menu.show {
  min-width: 240px;
}
.mob-filter-list .filter-header p span {
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.mob-filter-list .filter-header p {
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.mob-filter-list .filter-header a {
  line-height: 50px;
  text-decoration: underline;
  color: var(--red-800);
}
.filter-header {
  padding-top: 15px;
  padding-bottom: 15px;
  margin-bottom: 10px;
}
.mob-filter-list .nav-pills {
  background: #f5f2f0;
}
.mob-filter-list .nav-pills button {
  font-size: 13px;
  font-style: normal;
  font-weight: 700;
  line-height: 50px; /* 384.615% */
  letter-spacing: 0.52px;
  border-bottom: 1px solid #58595b;
  border-radius: 0;
  text-transform: uppercase;
  color: #333;
}
.shop-categ .mob-filter-list .nav-link.active {
  color: var(--red-800);
  border-radius: 5px;
  background: #fff;
  border: 0;
  box-shadow: none;
  border-radius: 0;
  border-bottom: 1px solid #58595b;
}
.filter-btm-btn.d-flex {
  position: absolute;
  width: 100%;
  bottom: 0;
  box-shadow: 0px -1px 4px 0px rgba(0, 0, 0, 0.1);
}
.filter-btm-btn.d-flex button {
  width: 50%;
  justify-content: center;
}
.sort-mob-btn button.btn.hni-t-btn:first-child:after {
  content: "";
  position: absolute;
  height: 25px;
  width: 2px;
  background: #ccc;
  right: 0;
}
.sort-mob-btn button.btn.hni-t-btn {
  color: var(--gray-800) !important;
}
.filter-btm-btn.sort-mob-btn.d-flex {
  position: fixed;
  left: 0;
  z-index: 999 !important;
  background-color: #fff;
}
/* cust radio */

[type="radio"]:checked,
[type="radio"]:not(:checked) {
  position: absolute;
  left: -9999px;
}
[type="radio"]:checked + label,
[type="radio"]:not(:checked) + label {
  position: relative;
  padding-left: 28px;
  cursor: pointer;
  line-height: 20px;
  display: inline-block;
  color: #666;
}
[type="radio"]:checked + label:before,
[type="radio"]:not(:checked) + label:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 18px;
  height: 18px;
  border: 1px solid #000;
  border-radius: 100%;
  background: #fff;
}
[type="radio"]:checked + label:after,
[type="radio"]:not(:checked) + label:after {
  content: "";
  width: 9px;
  height: 9px;
  background: var(--red-800);
  position: absolute;
  top: 5px;
  left: 5px;
  border-radius: 100%;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
[type="radio"]:not(:checked) + label:after {
  opacity: 0;
  -webkit-transform: scale(0);
  transform: scale(0);
}
[type="radio"]:checked + label:after {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}
.offcanvas-header.sort-header h5 {
  font-size: 18px !important;
  padding: 0 !important;
  font-weight: 700;
  margin-bottom: 7px;
}
.offcanvas-header.sort-header {
  padding: 0;
  margin-bottom: 15px;
  border-bottom: 1px solid;
}
.hni-newest-slider .owl-theme .owl-dots .owl-dot.active span, .insight-slide .owl-dots .owl-dot.active span {
  background-color: var(--gray-800) !important;
}

.m-100 {
  margin: 100px;
}
.signin-blk {
  border-radius: 10px;
  background: #fff;
  box-shadow: 0px 0px 25px -8px rgba(0, 0, 0, 0.25);
}
.login-details h3 {
  font-size: 40px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: -0.8px;
  margin-top: 35px;
  color: var(--red-800);
  margin-bottom: 35px;
}
span.forgot-pwd {
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
  color: #333;
  float: right;
  margin-top: 10px;
  margin-bottom: 30px;
}
span.forgot-pwd a {
  color: #333;
}
.or-continue {
  border-bottom: 1px solid var(--red-800);
  margin-bottom: 30px;
}
.login-details p a {
  font-weight: 800;
  color: var(--gray-800);
}
.modal-close-pos {
  position: absolute;
  right: 15px;
  top: 15px;
}
.modal-content {
  padding: 30px;
}
.where-buy-blk {
  border: 1px solid #ccc;
  margin-bottom: 30px;
  border-radius: 5px;
}
.where-buy-blk p {
  font-size: 18px;
  line-height: 25px;
  padding: 0px 15px;
}
.where-buy-blk button {
  font-size: 18px;
}
.where-buy-blk button {
  font-size: 16px !important;
  width: 100%;
  justify-content: center;
}
.where-buy-blk button img {
  width: 9px !important;
  margin-left: 7px;
  margin-top: -3px;
}
.where-buy-blk h5 {
  padding: 0px 15px;
  margin-top: 10px;
}
.where-buy-blk button {
  font-size: 18px;
}
.email-success {
  width: 90px;
  margin-bottom: 20px;
}
.sign-up-content p {
  font-size: 14px;
  line-height: normal;
}
.pos-btn-search a {
  text-decoration: none;
  color: #fff;
}
.pos-btn-search,
.pos-btn-search:hover,
.pos-btn-search:active {
  position: absolute;
  z-index: 99;
  top: 0px;
  padding: 9px 20px !important;
  font-size: 14px !important;
  right: 0px;
  border-radius: 5px !important;
}
h4.p-active {
  font-size: 12px;
  margin-top: 30px;
  font-weight: 400;
  position: relative;
  padding-left: 10px;
}
h4.p-active:before {
  content: "";
  position: absolute;
  width: 4px;
  height: 10px;
  background: var(--red-800);
  left: 0;
}
.shop-by-cat-item ul li {
  margin: 5px;
}
.shop-by-cat-item ul li img {
  width: 80px;
}
.shop-by-cat-item .sc-tab-slide {
  min-height: auto;
  height: 110px;
}
.shop-by-cat-item p {
  font-size: 12px;
  font-weight: 600;
}
.estore-l-slider .pl-slider-h {
  min-height: auto !important;
}
img.btn-l-icon {
  margin: 0;
  width: 16px !important;
  margin-right: 10px;
}
.all-prod-estore h3 {
  font-size: 48px;
  line-height: 34px;
  margin-bottom: 40px;
}
.all-prod-estore h3 span {
  float: right;
  display: inline-block;
}
.all-prod-estore h3 span a:hover {
  text-decoration: none;
}
.all-prod-estore h3 span a {
  font-size: 26px;
  line-height: 35px;
  color: var(--red-800);
  text-decoration: none;
}
.estore-cubo img.mb-md-5 {
  transform: rotate(90deg);
  position: absolute;
  right: 5%;
}
.owl-theme .owl-dots .owl-dot span {
  width: 24px !important;
}
.owl-theme .owl-dots .owl-dot span {
  margin-left: 0;
  height: 4px !important;
}
.estore-loc-map input {
  border: 1px solid #848484;
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
  padding-left: 15px;
  background-color: #fafafa;
}
.quantity {
  display: flex;
  align-items: start;
  justify-content: start;
  padding: 0;
  border: 1px solid #000;
  width: 115px;
  height: 35px;
  margin-bottom: 30px;
}
.quantity__minus,
.quantity__plus {
  display: block;
  width: 30px;
  height: 33px;
  margin: 0;
  color: #000 !important;
  background: #fff;
  text-decoration: none;
  font-size: 25px;
  text-align: center;
  line-height: 30px;
}
.quantity__minus:hover,
.quantity__plus:hover {
  background: #fff;
  color: #000;
}
.quantity__minus {
  border-radius: 3px 0 0 3px;
}
.quantity__plus {
  border-radius: 0 3px 3px 0;
}
.quantity__input {
  display: block;
  width: 53px;
  font-size: 16px;
  height: 33px;
  margin: 0;
  color: #000 !important;
  background: #fff;
  text-decoration: none;
  text-align: center;
  line-height: 30px;
  border: 0;
}
.quantity__minus:link,
.quantity__plus:link {
  color: #8184a1;
}
.quantity__minus:visited,
.quantity__plus:visited {
  color: #fff;
}
.cart-order-details {
  box-shadow: 0px 0px 8px 0px #00000029;
  padding: 40px 20px;
  border-radius: 10px;
}
.cart-order-details h3 {
  font-size: 24px;
  line-height: 32px;
  font-weight: 700;
}
p.prod-key {
  font-size: 20px;
  line-height: 27px;
  font-weight: 700;
  margin-bottom: 0;
}
p.shipping-add {
  color: #58595b;
  margin-bottom: 0;
}
.cart-order-details a img {
  width: 9px !important;
  margin-top: -4px;
}
.coupon-code {
  position: relative;
}
.coupon-code a {
  position: absolute;
  right: 15px;
  top: 10px;
  color: #c5c5c5;
  text-transform: uppercase;
  font-weight: 700;
}
.sub-total-tab table {
  width: 100%;
  margin-top: 40px;
}
.sub-total-tab td {
  font-size: 20px;
  font-weight: 600;
}
.sub-total-tab tr:last-child td {
  padding: 25px 0px;
  border-top: 1px solid;
}
.cart-order-details button a {
  margin: 0 !important;
  color: #fff;
}
.cart-order-details .coupon-code input {
  width: 100% !important;
  background: #f5f2f0;
  border: 0;
  margin-bottom: 0;
  padding: 7px 15px;
  font-size: 18px;
  line-height: normal !important;
}
.cart-order-details a {
  font-size: 16px !important;
  color: var(--red-800);
  margin-bottom: 30px !important;
  display: inline-block;
  text-transform: uppercase;
  font-weight: 700;
}
.ship-address .p-active {
  font-size: 25px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 12px;
}

.ship-address .p-active::before {
  height: 22px;
  width: 8px;
  top: 6px;
  left: -1px;
}
.ship-address .cust-check {
  margin-top: 30px;
}
.ship-address,
.shipping-opt,
.billing-address,
.payment-opt {
  margin-bottom: 40px;
  padding-bottom: 40px;
  border-bottom: 1px solid #000;
}
section.ship-address input {
  /* min-height: 31px !important;
  height: 50px !important;
  line-height: 37px !important;
  padding-bottom: 5px !important;
  width: 80%;
  margin-bottom: 30px; */
}
.w-90 {
  width: 90% !important;
}
.href-btn {
  text-decoration: none;
  text-transform: uppercase;
}
.my-acc-content h4 {
  font-size: 25px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 20px;
}
.my-acc-content a {
  float: right;
  color: #333;
  font-size: 18px;
  font-weight: 700;
  line-height: 37px;
}
.address-blk,
.address-blk-radio label {
  padding: 20px;
  border: 1px solid #ef463b;
  border-radius: 5px;
  margin-bottom: 20px;
  position: relative;
}
.address-blk-radio {
  padding: 0;
  border: 0;
  margin-bottom: 0;
}
.add-left-blk h5 {
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  margin-bottom: 10px;
  color: #000;
}
.address-blk .add-left-blk p {
  width: 70%;
  color: #727272;
}
.button-yel-btn.oth-address span {
  background-color: #ebebeb;
  color: #333;
}
.button-yel-btn span {
  padding: 8px;
  background-color: red;
  border-radius: 16px;
  font-size: 12px;
  margin-top: 30px;
  display: inline-block;
  line-height: 13px;
  color: #fff;
  white-space: nowrap;
  text-transform: uppercase;
}
span.default-ship {
  position: absolute;
  top: 0;
  white-space: nowrap;
  right: 0;
  font-size: 12px;
  color: red;
  background-color: #f5f2f0;
  padding: 6px 9px;
  border-top-right-radius: 5px;
  border-bottom-left-radius: 15px;
}
.success-left h4 img {
  width: 40px;
  margin-right: 10px;
  position: relative;
  top: -3px;
}
.success-left h4 {
  font-size: 45px;
  font-style: normal;
  font-weight: 500;
  line-height: 50px;
  margin-bottom: 20px;
}
.success-left h5 {
  font-size: 26px;
  font-style: normal;
  font-weight: 700;
  line-height: 26px;
  letter-spacing: -1.04px;
  margin-bottom: 16px;
}
.success-left p {
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: 29px;
}
.succ-prod-det img {
  width: 150px;
  height: auto !important;
}
.succ-prod-details h4 {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin: 0;
}
.succ-prod-details h3 {
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.succ-prod-details p {
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.success-left p a {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: capitalize;
  color: #333;
}
.success-left {
  border-bottom: 1px solid;
  margin-bottom: 40px;
  padding-bottom: 30px;
}
.success-right {
  padding: 40px;
  border-radius: 10px;
  border: 0.5px solid #d1d3d4;
  background: #fff;
  box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.1);
}
.success-right h4 {
  font-size: 37px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin-bottom: 24px;
}
.success-right h6 {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: uppercase;
}
.success-right h5 {
  font-size: 26px;
  font-style: normal;
  font-weight: 700;
  line-height: 30px;
}
.succ-order-det,
.suss-contact,
.ship-bill-address {
  margin-bottom: 70px;
}
.ship-bill-address h6 {
  margin-bottom: 20px;
}
.ship-bill-address p,
.suss-payment {
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
}
li.nav-item.dropdown.es-dropdown a:after {
  display: none !important;
}
img.es-arrow {
  width: 11px;
  position: relative;
  left: -3px;
  top: 3px;
}
.es-dropdown ul.dropdown-menu.show {
  min-width: 120px;

  box-shadow: 0px 0px 10px 0px #ddd;
}
.wish-img-size {
  width: 19px;
}
.red-divider,
li.nav-item.s-divider {
  position: relative;
}
li.nav-item.s-divider:after {
  background-color: var(--gray-800) !important;
}
li.nav-item.red-divider:after,
li.nav-item.s-divider:after {
  background-color: var(--red-800);
  position: absolute;
  content: "";
  width: 1.5px;
  height: 22px;
  right: 0;
  top: 11px;
}
.my-account h3 {
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  /* margin-bottom: 30px; */
}
.my-account h4 {
  font-size: 26px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  /* margin-bottom: 30px; */
}
.row.my-account {
  margin: 74px 0px;
}
.my-account .hori-tabs ul.nav li button {
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  padding-left: 0;
  text-align: left;
}
.my-account .hori-tabs ul.nav li button.active {
  padding-left: 15px;
}
.my-account .hori-tabs ul.nav li {
  border-bottom: 1px solid #e6e6e6;
  margin-bottom: 15px;
  padding-bottom: 15px;
}
.my-acc-right-blk {
  border: 1px solid #e6e6e6;
  padding: 20px;
}
.my-acc-body,
.my-recent-order,
.default-ship-add,
.my-acc-contact {
  background: #fcfbfa;
  padding: 20px;
  margin-bottom: 20px;
}
.my-account .acc-img h3 {
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 0px;
}
.acc-img.d-flex img {
  margin-right: 20px;
}
.my-account .acc-details h4,
.my-account .my-recent-order h4,
.default-ship-add h4,
.my-acc-contact h4 {
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 22px;
  margin-bottom: 20px;
}
.my-acc-contact h4 {
  margin-bottom: 0;
}
.my-acc-contact p {
  width: 70%;
}
.contact-r-info p {
  white-space: nowrap;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 10px;
}
.contact-r-info p a {
  color: #333;
  text-decoration: none;
  font-weight: 400;
}
.contact-r-info p img {
  margin-right: 10px;
}

.cart-item-details p {
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  line-height: 14px;
  letter-spacing: 0.6px;
  margin-bottom: 15px;
}
.cart-item-details h4 {
  margin-bottom: 0px !important;
}
.link-list-tab li {
  line-height: 20px !important;
}
.link-list-tab li img {
  width: 10px;
}
.cart-item-total {
  margin-top: 20px;
}
.cart-item-total p {
  color: #929497;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 0;
}
.default-ship-add h4 {
  margin-bottom: 5px;
}
.default-ship-add p {
  width: 70%;
  margin-bottom: 20px;
}
.default-ship-add a {
  float: right;
  color: #333;
  text-decoration: underline;
}
.cart-item-total h4 {
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.my-account .cart-item-details h3 {
  font-size: 14px !important;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin-bottom: 5px;
}
.link-list-tab ul li a {
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
  text-decoration: none;
}
.link-list-tab li {
  line-height: 29px;
  margin-bottom: 5px;
}
.acc-details a {
  color: #4c4c4c;
  text-decoration: underline;
  font-size: 14px;
}
.my-account .acc-img p {
  color: #929497;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 0px;
}
.my-account .my-acc-head h3 {
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
  margin-bottom: 10px;
}
.default-ship-add h5 {
  font-weight: 700;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 22px;
}
span.in-tran,
.label-cancel,
.label-deliver {
  border-radius: 16px;
  padding: 0px 10px;
  line-height: 20px;
  display: inline-block;
  color: #fff;
}
.label-deliver {
  background-color: green;
}
.label-cancel {
  background-color: var(--red-800);
}
span.in-tran {
  background: #ddc20b;
}
.my-recent-order.my-acc-order {
  background-color: #fff;
}
.my-acc-order table.cart-prod-table tr {
  border: 0;
}
.address-blk-radio [type="radio"] + label:before,
.address-blk-radio [type="radio"] + label::after {
  display: none;
}
.address-blk-radio [type="radio"] + label {
  border: 1px solid;
}
.address-blk-radio [type="radio"]:checked + label {
  border: 1px solid var(--red-800);
}
/* upload file */
/* upload file */
.file-drop-area {
  position: relative;
  display: flex;
  align-items: center;
  width: 450px;
  max-width: 100%;
  padding: 25px;
  border: 1px dashed rgba(255, 255, 255, 0.4);
  border-radius: 3px;
  transition: 0.2s;
}

.choose-file-button {
  flex-shrink: 0;
  border-radius: 3px;
  padding: 8px 15px;
  margin-right: 10px;
  font-size: 12px;
  text-transform: uppercase;
  background-color: #efefef;
  /* padding: 20px; */
  height: 150px;
  width: 105px;
  text-align: center;
}
span.file-message {
  position: absolute;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 16px;
  width: 105px;
  bottom: 15px;
  text-align: center;
  white-space: normal;
}

.file-message {
  font-size: small;
  font-weight: 300;
  line-height: 1.4;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.file-input {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 160px;
  cursor: pointer;
  opacity: 0;
}
.card-blk {
  border: 1px solid #ddd;
  margin: 15px 0px;
  padding: 20px;
}
.card-blk h6 {
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin-bottom: 20px;
}
.card-blk p {
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin: 0;
}
.card-blk a img {
  width: 10px;
}
.download-content li {
  font-size: 22px !important;
  font-style: normal !important;
  font-weight: 400;
  line-height: normal !important;
  margin-bottom: 25px;
  border-bottom: 1px solid #ccc;
  padding-bottom: 15px;
}
.download-content a {
  text-align: right;
  float: right;
  margin-right: 20px;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-decoration-line: underline;
  color: #929497;
}
.download-content li img {
  margin-right: 20px !important;
  width: 30px;
}
.my-acc-address h6 {
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: capitalize;
}
.my-acc-wishlist .close-filter-pill li {
  font-size: 18px;
}
.wish-prod-buy-btn button {
  width: 70%;
  justify-content: center;
}
.wish-prod-buy-btn button img {
  margin-left: 20px;
  width: 15px !important;
  margin-top: -2px;
  margin-left: 10px;
  margin-right: 10px;
}
.wish-prod-buy-btn .share-delete {
  background-color: #d1d3d4;
  width: 30%;
  border-bottom-right-radius: 7px;
}
.wish-prod-buy-btn ul li img {
  width: 20px;
}
.wish-prod-buy-btn ul {
  margin: 0;
  line-height: 40px;
}
.wish-prod-buy-btn ul li {
  margin: 0px 6px;
  position: relative;
  cursor: pointer;
}
.wish-prod-buy-btn ul li:first-child:after {
  content: "";
  position: absolute;
  width: 1px;
  height: 20px;
  right: -8px;
  background-color: #000;
  top: 12px;
}
#wishlistDelete ul li img {
  width: 50px;
}
div#wishlistDelete p {
  font-size: 20px;
  line-height: 20px;
  padding: 15px;
  margin-left: 5px;
  padding-left: 5px;
  margin-bottom: 0;
  background-color: #fae7e6;
}
div#wishlistDelete {
  width: 230px;
  border: 1px solid var(--red-800);
  position: fixed;
  right: 0;
  z-index: 9999;
  background-color: #fff;
  top: 138px;
  right: 122px;
}
.cust-help-blk {
  border-radius: 10px;
  background: #fff;
  box-shadow: 0px 0px 25px -8px rgba(0, 0, 0, 0.25);
  padding: 30px;
}
section.custom-help h3, section.custom-help h1 {
  font-size: 40px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: -0.96px;
  margin-bottom: 30px;
  color: var(--red-800);
}
.cust-help-blk a.s-color {
  color: #333;
  text-decoration: underline;
}
.stepper .line {
  width: 2px;
  background-color: lightgrey !important;
}
.stepper .lead {
  font-size: 1.1rem;
}
.status-active {
  background-color: var(--red-800);
}
.status-none {
  background-color: var(--gray-300);
}

.rounded-circle {
  border-radius: 50% !important;
  width: 43px !important;
  padding: 10px;
  margin: 0 !important;
  text-align: center !important;
}
.rounded-circle img {
  width: 19px;
  margin-top: -4px;
}
.stepper p {
  font-size: 14px !important;
  font-style: normal;
  font-weight: 600;
  line-height: 12px;
  letter-spacing: 0.7px;
  margin-left: 20px;
}
.stepper h5 {
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 30px;
  margin-bottom: 0;
  margin-left: 20px;
}
.our-brand-content h3 {
  font-size: 35px;
  font-style: normal;
  font-weight: 500;
  line-height: 48px;
  letter-spacing: -0.96px;
  margin-bottom: 30px;
}
.our-brand-blk h4 {
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 34px;
  letter-spacing: 2.4px;
  text-transform: uppercase;
  margin-bottom: 15px;
}
a.href-b-link {
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  color: var(--red-800);
  text-transform: uppercase;
}
.our-brand-blk {
  margin-bottom: 50px;
}
a.href-b-link img {
  width: 10px;
  margin: 0px 5px;
  margin-top: -4px;
}
.our-brand-blk p {
  /*min-height: 73px;*/
    min-height: 50px;
}
.hni-our-patr h4 {
  font-size: 35px;
  font-style: normal;
  margin-bottom: 25px;
  font-weight: 500;
  line-height: normal;
  letter-spacing: -0.96px;
}
.basic-tabs .nav-item button {
  text-transform: uppercase;
}
section.careear-make-space h4 {
  font-size: 40px;
  margin-bottom: 30px;
}
.careear-list {
  margin-bottom: 70px;
}
.careear-list li {
  border-bottom: 1px solid #ccc;
  padding-bottom: 10px;
  margin-bottom: 10px;
  font-size: 22px;
  line-height: 50px;
  cursor: pointer;
}
.careear-list li a {
  display: none;
}
.careear-list li:hover a {
  display: inline-block;
  float: right;
  line-height: 50px;
}
.careear-list li:hover {
  font-weight: 600;
}
.how-to-apply .ins-blog-content h4 {
  font-weight: 400 !important;
}

section.how-to-apply .container {
  /* border-bottom: 1px solid; */
  margin-bottom: 70px;
}
.carrer-foo a {
  color: #333;
}
.carrer-foo {
  /* margin-bottom: 70px; */
}
.carrer-foo p img {
  margin-right: 10px;
}
.pl-more {
  padding-left: 10%;
}
.dev-bg {
  background-image: url("../images/dev-bg.png");
  background-size: 20%;
  background-position: 80% 20%;
  background-repeat: no-repeat;
}
.hni-way-bg-1 {
  background-image: url("../images/hni-way-1-bg.png");
  background-size: 14%;
  background-position: 90% 50%;
  background-repeat: no-repeat;
}
.csr-foo {
  background-image: url("../images/csr-foo-bg.png");
  background-size: 14%;
  background-position: bottom right;
  background-repeat: no-repeat;
}
.ready-to-take {
  /* background-image: url("../images/ready-to-take-bg.png");
  background-size: 24%;
  background-position: bottom left;
  background-repeat: no-repeat; */
}
.ready-to-take h3 {
  font-weight: 700;
  color: #ef463b;
  font-size: 28px !important;
  margin-bottom: 30px;
}
.ready-to-take h4 {
  font-size: 30px;
  font-weight: 300;
  margin-bottom: 20px;
}
.ready-to-take a {
  color: #333;
}
.ready-to-take p img {
  margin-right: 10px;
  width: 20px;
}

.csr-blks-cont {
  /* padding: 10px; */
  /* border: 1px solid #d1d3d4; */
  margin-bottom: 20px;
  border-radius: 5px;
  padding-bottom: 30px;
}
.csr-blks-cont p {
  max-height: 105px;
  min-height: 70px;
  overflow: hidden;
  text-overflow: ellipsis;
}
.csr-blks-cont img {
  margin-bottom: 20px;
  width: 100%;
}
.csr-blks-cont p {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #d1d3d4;
}
.csr-blks-cont a img {
  width: 20px;
}
.csr-events .csr-blks-cont a img {
  width: 20px !important;
  display: inline-block !important;
}
.foot-btn-brdr {
  /* margin-top: 70px;
  padding-top: 70px;
  border-top: 1px solid #000; */
}
.why-work h3 {
  position: absolute;
  top: 100px;
  color: #fff;
  font-size: 40px;
  font-weight: 700;
}
.overlap-img {
  position: relative;
  /* margin-top: -12%; */
}

.blk-head {
  font-size: 36px;
  font-weight: 600;
}
.contact-right-blk {
  background-color: #f5f2f0;
  padding: 25px;
  border-radius: 10px;
}
.contact-right-blk h3 {
  font-size: 32px !important;
}
.contact-right-blk p img {
  margin-right: 10px !important;
}
.contact-right-blk a {
  color: #333;
  text-decoration: underline;
}
.left-tab-width {
  min-width: 25% !important;
}
.d3-btn-view i img {
  width: 50px;
}
.d3-btn-view {
  margin: -20px;
}
.d3-btn-view button {
  width: calc(100% - 20px) !important;
}
.left-tab-width-33 {
  min-width: 38% !important;
}
.right-tab-width-66 {
  min-width: 62% !important;
}
.right-tab-width {
  min-width: 75% !important;
}
.csr-blks-cont.h-auto p {
  min-height: auto !important;
  max-height: auto !important;
}
.img-pos-text h5 {
  position: absolute;
  bottom: 0;
  padding: 10px;
  background-color: #fff;
  margin: 0;
  border-top-right-radius: 10px;
  font-size: 20px;
  font-weight: 700;
  padding-right: 40px;
}
.policy-blk p,
.policy-blk li {
  font-size: 18px !important;
  line-height: 30px !important;
}
.row.virtual-tour-content h4 {
  font-size: 20px;
  font-weight: 700;
  margin-top: 20px;
}
.virtual-tour-content p strong,
.virtual-tour-content p {
  font-size: 16px;
}
.contact-head h3 {
  margin-bottom: 30px;
}
.contact-head h4 {
  font-weight: bold;
  margin-bottom: 20px;
}
.cor-offi-add {
  padding: 20px;
  box-shadow: 0px 0px 8px 0px #f2f2f2;
  border-radius: 10px;
}
.cor-offi-add a {
  color: #333;
  font-size: 16px;
  font-weight: 700;
}
.delear-addre h4 {
  font-size: 20px;
  font-weight: 700;
}
.delear-addre p {
  font-size: 18px;
}
.delear-addre a img {
  margin-right: 10px;
}
.delear-addre a {
  color: #333;
}
.delear-addre h5 {
  font-size: 18px;
  font-weight: 700;
}
.delear-addre {
  margin-bottom: 25px;
  padding-bottom: 25px;
  border-bottom: 1px solid #333;
}
.delear-addre:last-child {
  border: 0;
}
.get-in-touch {
  padding: 20px;
  box-shadow: 0px 0px 8px 0px #00000029;
  border-radius: 10px;
}
.jd-modal-desc h4 {
  font-size: 20px;
  font-weight: 700;
  margin-top: 25px;
}
.breadcrumb a {
  color: #333;
  font-size: 18px;
}
.breadcrumb li.active {
  color: var(--red-800);
  font-size: 18px;
}

.pro-spec-tab-img img {
  width: 70px !important;
}
.pro-spec-tab-img button {
  padding: 0;
  margin: 0 !important;
  background-color: transparent !important;
  border: 1px solid transparent;
}
.pro-spec-tab-img button.active {
  border: 1px solid var(--red-800) !important;
  border-radius: 5px;
}
.pro-spec-tab-img .owl-nav {
  position: relative !important;
  width: 100% !important;
}
.pro-spec-tab-img button.owl-prev {
  margin-left: -20px !important;
}
.pro-spec-tab-img button.owl-next {
  margin-right: -20px !important;
}
.pro-spec-tab-img .owl-stage-outer {
  z-index: 999;
}
.spec-load-socs button {
  background-color: transparent !important;
  border-bottom: 1px solid #ccc;
}
.accordion-button:focus {
  box-shadow: none;
}
.spec-load-socs ul li {
  line-height: 30px;
}
.spec-load-socs ul li a {
  text-transform: lowercase;
}

.spec-load-socs ul {
  margin-bottom: 0;
  padding-left: 0;
}
.spec-load-socs h2 button {
  padding-left: 0;
}
.spec-load-socs .accordion-body {
  padding-left: 0;
}
.e-row-blks h5 {
  font-size: 24px;
  font-weight: 700;
  margin: 30px 0px 15px 0px;
}
.e-row-blks a {
  margin-top: 20px;
  display: inline-block;
}
.esto-wfh-opt .righ-blk {
  background-color: #f5f2f0;
}
.esto-wfh-opt .righ-blk {
  background-image: url(../images/es-blk-bg.png);
  background-repeat: no-repeat;
  background-size: 35%;
  background-position: top center;
}
.e-surge-up .righ-blk {
  background-image: url(../images/gray-dots.png);
  background-repeat: no-repeat;
  background-size: 90px;
  background-position: 90% 90%;
}
.sale-per {
  position: absolute;
  width: 90px;
  text-align: center;
  top: 0;
  left: 0px;
  /* background: var(--gray-800); */
  z-index: 99;
  padding: 10px;
  /* border-bottom-left-radius: 5px; */
  border-bottom-right-radius: 5px;
  border-top-left-radius: 8px;
  color: #ccc;
  border: 1px solid #ededed;
  border-top: 0;
  border-left: 0;
  border-bottom-left-radius: 0;
  background-color: #fff;
}
.sale-per p {
  color: #fff;
  font-size: 14px;
  line-height: 17px;
}
.sale-per span {
  font-weight: 700;
  color: var(--red-800);
}
.add-img-one {
  margin-left: 40px;
}
.download-guide button img {
  width: 24px !important;
  margin-right: 10px !important;
}
.form-floating > .form-control:not(:placeholder-shown) ~ label::after {
  background-color: transparent;
}
.spec-load-socs {
  width: 100%;
}
.e-s-feat-blk h4 {
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: 43px;
}
section.prod-desc-war {
  padding: 40px 0px;
  background-color: #f5f2f0;
}
section.prod-desc-war ul {
  display: flex;
  justify-content: space-between;
  text-align: center;
  flex-wrap: wrap;
}
.prod-desc-war li h4 {
  font-size: 40px;
  font-weight: 300;
}
.prod-desc-war li p {
  font-size: 18px;
  font-weight: 700;
}
.prod-desc-war li {
  position: relative;
}
.owl_5 .owl-stage {
  padding-left: 0 !important;
}
.nav-p-menu li:last-child a {
  padding-right: 0 !important;
  margin-right: 0 !important;
}
.es-dropdown ul.dropdown-menu.show a {
  padding: 0 !important;
}
.es-dropdown ul.dropdown-menu.show a:hover {
  background: #fff;
}
.es-dropdown ul.dropdown-menu.show {
  top: 45px;
}
.hom-insi-s {
  padding-top: 64px;
}
.hom-insi-f {
  margin-bottom: 64px;
}
.hom-insi-s {
  border-top: 1px solid #000;
}
.awd-img li img {
  /*width: 50%;*/
  width: 62%;
}
.awd-img ul {
  place-content: space-around;
  text-align: center;
  align-items: center;
}
.hni-awards h2,
.life-hni h2,
.how-to-apply h2 {
  font-size: 48px;
  line-height: 48px;
  margin-bottom: 40px;
}
.g-place-work h4 {
  font-size: 32px;
  font-weight: 700;
  margin-top: 20px;
  margin-bottom: 20px;
}
.g-place-det p {
  margin: 0;
}
.g-place-work button {
  position: absolute;
  right: 24px;
}
.ceo-content {
  width: 70%;
  margin: auto;
}
.ceo-img:after {
  content: "";
  position: absolute;
  width: 50%;
  height: 100%;
  background: #fbbf9e;
  left: 0;
  z-index: -1;
}
.ceo-blk h5 {
  font-size: 22px;
  font-weight: 700;
  margin-top: 34px;
}
.ceo-blk {
  margin-bottom: 30px;
}
.ceo-t {
  font-size: 24px;
  margin-bottom: 10px;
}
/* .h-p-engage img {
  margin-bottom: 20px;
} */
.h-p-engage h3 {
  font-size: 60px;
  line-height: 50px;
  font-weight: 300;
  margin-bottom: 15px;
}
.bg-dark-gray h3,
.bg-dark-gray p {
  color: #fff;
}
.h-p-blk1 img {
  margin-bottom: -1px;
}
.md-voice h3 {
  font-size: 60px;
  line-height: 76px;
  margin-bottom: 20px;
  font-weight: 300;
}
.md-voice h5 {
  font-size: 40px;
  line-height: 54px;
  font-weight: 700;
  padding-top: 15px;
}
.hni-manufact h2,
.grid-list-view h2 {
  font-size: 48px;
  line-height: 60px;
  margin-bottom: 30px;
  font-weight: 700;
}
.career-head-pos-cont {
  padding-bottom: 212px !important;
  padding-top: 10px !important;
}
.why-work {
  /* position: absolute; */
  margin-top: -15%;
}
.career-blk-cont-0,
.career-blk-cont-1,
.career-blk-cont-2 {
  /* position: absolute; */
  bottom: 0;
  /* max-width: 277px; */
  /* height: 25%; */
  align-items: center;
  /* display: flex; */
  color: #333;
  margin-top: 15px;
  margin-bottom: 15px;
  background-color: #fff !important;
}
/* .career-blk-cont-0 {
  background-color: #ef9b39;
}
.career-blk-cont-1 {
  background-color: #398eef;
}
.career-blk-cont-2 {
  background-color: #ef3939;
} */
.career-head-pos {
  background-position: 90% 14% !important;
}
.career-blk-cont-0 h4,
.career-blk-cont-1 h4,
.career-blk-cont-2 h4 {
  font-size: 24px;
  font-weight: 700;
  color: #333;
  margin-bottom: 0;
  /* padding: 20px; */
}
.career-blk-cont h4 {
  /* background: #333; */
  /* width: 50%; */
}
.form-select:focus {
  box-shadow: none;
}
.current-ope form {
  margin-bottom: 40px;
}
.grid-view .career-grid-card {
  background-color: #f5f2f0a3;
  padding: 25px;
  margin-bottom: 25px;
}
.job-bg-3,
.job-bg-1,
.job-bg-2 {
  background-position: top right;
  background-size: 50px;
  background-repeat: no-repeat;
}
.job-bg-1 {
  background-image: url("../images/job-bg-1.png");
}
.job-bg-2 {
  background-image: url("../images/job-bg-2.png");
}
.job-bg-3 {
  background-image: url("../images/job-bg-3.png");
}
.job-name h4 {
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 20px;
}
p.c-location {
  font-size: 24px;
  font-weight: 700;
}
.list-g-btn {
  box-shadow: 0px 3px 4px 0px #00000029;
  width: max-content;
  float: right;
  border-radius: 20px;
  margin-bottom: 25px;
}
.list-g-btn .view-btn,
.view-btn:first-child:active,
.view-btn:active,
.view-btn:not(.btn-check) + .btn:active {
  background: #fff;
  color: #333;
  border: 0;
  border-radius: 20px;
  font-size: 15px !important;
  padding: 5px 11px !important;
  text-transform: capitalize;
  font-weight: 500;
  display: inline-block;
}
.view-btn:first-child:active,
.view-btn.active {
  background-color: #f8e2e0 !important;
}
.list-view .col-12.col-md-6 {
  width: 100%;
}
.list-view .career-grid-card {
  display: flex;
}
.list-view .job-desc {
  display: none;
}
.list-view .career-grid-card {
  display: flex;
  justify-content: space-between;
  margin-bottom: 30px;
  background-color: #f5f2f0a3;
  padding: 20px;
  align-items: end;
}
.list-view .btn {
  height: 41px;
  line-height: 45px;
}
.list-view ul {
  margin-bottom: 0;
}
.view-all-j {
  display: none;
}
.job-details {
  display: none;
  background-color: #f5f2f0a3;
  padding: 20px 0px;
  margin-bottom: 25px;
  width: calc(100% - 20px);
  margin: auto;
  margin-bottom: 20px;
}
.jd-modal-desc {
  font-weight: 600;
}
.hide-up-arrow {
  transform: rotate(270deg);
}
.diversity-1 h4 span,
.diversity-3 h4 span {
  font-weight: 400;
}
.diversity-1 h4,
.diversity-3 h4 {
  font-size: 60px;
  line-height: 68px;
  padding-left: 45px;
  font-weight: 700;
}
.diversity-1 h4:before {
  content: "";
  position: absolute;
  left: -15px;
  top: 0;
  bottom: 0;
  width: 56px;
  margin: auto;
  height: 30px;
  text-align: center;
  background-image: url(../images/gray-dots.png);
  background-size: 50px;
  background-repeat: no-repeat;
  transform: rotate(90deg);
}
.diversity-3 h4:after {
  content: "";
  position: absolute;
  right: -15px;
  top: 0;
  bottom: 0;
  width: 55px;
  margin: auto;
  height: 57px;
  text-align: center;
  background-image: url(../images/pri-dots.png);
  background-size: 20px;
  background-repeat: no-repeat;
}
.diversity-2.hni-blocks-slider {
  margin-top: 0 !important;
}
img.quote-img {
  width: 70px;
}
.dev-talk h5 {
  padding-left: 80px;
}
.dev-talk p {
  padding-left: 80px;
  font-size: 40px;
  line-height: 60px;
  font-style: italic;
}
.emp-talk .carousel-indicators {
  bottom: -15%;
}
.how-to-apply .ins-blog-content {
  margin-bottom: 0;
}
.dev-name {
  font-size: 40px;
  line-height: 54px;
  font-weight: 700;
  margin-top: 30px;
  margin-bottom: 0;
}
.dev-desi {
  font-size: 28px;
  line-height: 38px;
  font-weight: 500;
}
.colors-avi ul li img {
  width: 50px;
}
.install-type .form-check {
  padding-left: 0;
}
li.breadcrumb-item:last-child {
  color: var(--red-800);
}
.certification-area ul li {
  text-align: center;
  width: 120px;
  margin: 15px;
}
.certification-area ul li img {
  height: 110px;
}
.our-certificate-blk .csr-blks-cont a img {
  width: 20px !important;
  display: inline-block !important;
  height: auto !important;
}

.csr-blks .owl-stage {
  padding-left: 0 !important;
}

.pro-spec .carousel-control-next,
.pro-spec .carousel-control-prev {
  position: relative;
}
.pro-spec .carousel-caption1 {
  width: 41%;
}
.pro-spec-arrows {
  position: absolute;
  width: 41% !important;
  display: flex;
  justify-content: space-between;
  bottom: 25px;
  padding: 0px 3%;
}
.pro-spec .carousel-caption1 p {
  margin-bottom: 0;
}

.pro-spec .carousel-control-next-icon {
  background-image: url("../images/right-arrow.png");
  background-size: 13px;
}
.pro-spec .carousel-control-prev-icon {
  background-image: url("../images/left-arrow.png");
  background-size: 13px;
}
.hni-pre-footer ul li img {
  height: 72px !important;
  /* width: 70% !important;
  background: #fff;
  padding: 5px;
  box-shadow: 0px 0px 10px 5px #ccc;
  margin: 15px;
  border-radius: 3px; */
}
.hori-tabs ul.nav li button {
  text-align: left;
}
.diversity-2-bg {
  position: absolute;
  right: 0;
}
.prod-buy-btn button.btn.hni-p-btn a {
  display: flex;
  color: #fff;
}
.d-width-slider .sc-tab-slide-pf {
  padding: 0px 15px !important;
}
.d-width-slider .sc-tab-slide-pf a img {
  height: auto !important;
}

.d-width-slider .sc-tab-slide-pf img {
  width: 100% !important;
  height: 350px;
}
.hni-like-prod.d-width-slider .item img {
  height: 350px;
}
.estore-loc-map input::placeholder {
  color: #333 !important;
}
.hni-promice.comp-promice.a-hni p {
  font-size: 24px !important;
  line-height: 30px !important;
  font-weight: 500;
  text-align: center !important;
}
.pagination a {
  margin: 0px 10px;
}
.awd-img li {
  /*width: 16%;*/
  width: 25%;
}
.subscribe-email p {
  display: flex;
}
.subscribe-email p input,
.subscribe-email p input:hover,
.subscribe-email :not(.btn-check) + .btn:active {
  padding: 6px 15px !important;
}
.subscribe-email p input::placeholder {
  color: #333 !important;
}
.subscribe-email {
  width: 320px;
}
.subscribe-email span.wpcf7-spinner {
  position: absolute;
}
.subscribe-email span.wpcf7-not-valid-tip {
  position: absolute;
  /* bottom: 0; */
}
.wpcf7-response-output {
  display: none;
}
.subscribe-email .wpcf7-email {
  width: 100%;
}
.features.pf-spec-details ul li {
  margin-bottom: 15px;
  font-size: 18px;
  line-height: 26px;
}
.spec-list-item p strong {
  margin-bottom: 10px !important;
  display: inline-block;
  font-size: 18px !important;
}
.spec-list-item p {
  margin-bottom: 30px !important;
}
.features.pf-spec-details button.accordion-button {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  border-radius: 0;
}
section.update-spec-blk .sc-tab-slide {
  min-height: auto;
}
section.update-spec-blk .sc-tab-slide img {
  padding: 15px;
  background-color: #fff;
}
section.update-spec-blk .left-tab-width-33 {
  margin-right: 10% !important;
  min-width: 20% !important;
}
.shop-categ.shop-categ-list .pl-item-details h4,
.shop-categ.shop-categ-list .pl-item-details {
  min-height: auto;
  margin-top: 20px;
  margin-bottom: 0 !important;
}
/* .woocommerce div.product.type-product div.images a.flex-prev {
  background-image: url(../images/select-dropdown.png);
  background-repeat: no-repeat;
  background-position: 100% 50%;
  font-size: 0;
  width: 20px;
  height: 20px;
  display: inline-block;
  transform: rotate(180deg);
  margin: auto;

  left: 26px;
  top: -30px;
  position: absolute;
}
.woocommerce div.product.type-product div.images a.flex-next {
  background-image: url(../images/select-dropdown.png);
  background-repeat: no-repeat;
  background-position: 12% 50%;
  font-size: 0;
  width: 77px;
  height: 20px;
  display: inline-block;
  text-align: left;
  position: absolute;
  bottom: 125px;
  left: 19px;
} */
/* ul.flex-direction-nav {
  list-style: none;
  height: 100%;
}
.single-product div.product .woocommerce-product-gallery .flex-control-thumbs {
  width: 15% !important;
  float: left !important;
}
.single-product
  div.product
  .woocommerce-product-gallery
  .flex-control-thumbs
  li {
  margin: 0 !important;
  padding: 10px !important;
}
.single-product
  div.product
  .woocommerce-product-gallery
  .flex-control-thumbs
  li
  img {
  width: 100% !important;
} */
.p-list-tab-content .prod-list-s {
  padding: 20px 5px;
  transition: 0.5s all;
}
.p-list-tab-content .prod-list-s img {
  transition: 0.5s all;
}

.p-list-tab-content .prod-list-s img:hover {
  transform: scale(1.1);
  transition: 0.5s all;
}
.lightbox .lb-image {
  border: 0 !important;
}
.product-slide .woo-variation-product-gallery {
  max-width: 67% !important;
  width: 100%;
  /*position: sticky;
  top: 95px;*/
  margin:0;
}
.cr-all-reviews-shortcode
  .cr-summaryBox-wrap
  .cr-add-review-wrap
  .cr-all-reviews-add-review {
  color: #ef463b;
  border: 1px solid #ef463b;
  background-color: transparent !important;
}

.cr-all-reviews-shortcode
  .cr-summaryBox-wrap
  .cr-add-review-wrap
  .cr-all-reviews-add-review:hover {
  background-color: transparent !important;
}
.main-menu-item li:last-child {
  margin-right: -11px;
  padding-right: 5px;
  margin-left: -2px !important;
}
.hom-insi-s a {
  color: #fff !important;
  text-decoration: none !important;
}
section.policy-section ul li {
  text-align: center;
}
.cuboid-container .carousel-caption p {
  text-align: left;
}
.hom-insi-s b,
.hom-insi-f b {
  font-weight: 700;
}
.woocommerce table.shop_attributes td p {
  text-transform: capitalize;
  font-style: normal;
}
.resource-blk h4 {
  font-size: 20px;
  font-weight: 800;
  margin-bottom: 15px;
}
.resource-blk p {
  margin-bottom: 5px;
}
.resource-blk p a {
  color: #333;
}
.resource-blk .col-md-6 {
  margin-bottom: 30px;
}
.cust-acc-accord .accordion-button:not(.collapsed) {
  border-left: 3px solid #ef463b !important;
  background-color: #fff;
  box-shadow: none;
}

.cust-acc-accord button.accordion-button {
  border-left: 3px solid #000;
  background-color: #fff;
  box-shadow: none;
  font-size: 24px;
  font-weight: 600;
  line-height: 28px;
  border-radius: 0 !important;
  padding: 0px 12px;
  text-transform: capitalize;
  margin: 25px 0px 10px 0px;
}
.cust-acc-accord button.accordion-button::after {
  display: none;
}

.acc-items h5 {
  color: #9f9f9f;
  font-size: 18px;
  font-weight: 700;
}

.acc-items h2 {
  font-weight: 700;
}

.acc-items p {
  font-size: 30px;
  line-height: 40px;
}
.acc-mate h4 {
  color: #ef463b;
  font-size: 24px;
  font-weight: 600;
  margin: 20px;
  margin-bottom: 15px;
}
.acc-mate p {
  padding-left: 20px;
}
.our-certificate-blk .csr-blks-cont img {
  height: 150px !important;
  width: auto !important;
}
.our-certificate-blk .csr-blks-cont {
  border: 0.8px solid #E4E4E4;
  padding: 20px;
  text-align: left;
}
.our-certificate-blk .csr-blks-cont p{
  text-align: left;
}
/*, ============ */
@media (min-width: 992px) {
  .woocommerce-page div.product div.summary {
    width: 33% !important;
  }
  .woo-variation-gallery-thumbnail-position-left-bottom .woo-variation-gallery-container .woo-variation-gallery-slider-wrapper {
    border: 1px solid #ccc;
    margin-right: 35px;
}
.woo-variation-gallery-thumbnail-position-left-bottom .woo-variation-gallery-container .woo-variation-gallery-thumbnail-wrapper {
  width: 16% !important;
}
  .list-view .career-grid-card .job-name,
  .list-view .career-grid-card .job-desc,
  .list-view .career-grid-card .job-loc {
    max-width: 30%;
    min-width: 30%;
  }
  section.prod-desc-war {
    padding: 40px 200px;
  }
  .diversity-2.hni-blocks-slider p {
    font-size: 24px !important;
    line-height: 32px !important;
  }
  .diversity-2.hni-blocks-slider .carousel-indicators {
    margin: 0 !important;
    left: 0 !important;
    display: block;
    margin-left: 10px !important;
  }
  .pro-spec .carousel-caption1 {
    /* width: 350px; */
    position: absolute;
    bottom: 0;
    /* left: 80px !important; */
    background-color: #fff;
    padding: 10px 32px;
    left: 0 !important;
    right: 0;
  }
  .pro-spec-arrows {
    /* width: 350px;
    left: 92px; */
  }
  .dev-talk {
    padding-left: 10%;
  }
  .hni-explore-sroom form.wpcf7-form.init p {
    display: flex;
  }
  .carousel-fade.pro-spec .col-12.col-md-7 {
    /* display: table; */
    /* display: -webkit-box;
    display: -webkit-inline-box;
    min-height: 495px;
    max-height: 495px;
    overflow: auto; */
  }
  .md-voice .d-table-cell.align-middle {
    vertical-align: bottom !important;
    padding-bottom: 50px !important;
  }
  .hni-promice.comp-promice.a-hni,
  .hni-manufact iframe {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }
  .pro-spec-tab-img {
    position: absolute;
    bottom: 0;
  }
  body .hni-awards h2 {
    margin-bottom: 50px !important;
  }
  .dev-talk p,
  .dev-talk h5 {
    width: 85%;
  }
  form label,
  form select {
    font-size: 16px !important;
  }
  .dark-width {
    width: calc(50% - 15px);
  }
  .h-p-engage-blk {
    width: 75%;
  }
  .btm-pos-read {
    position: absolute;
    bottom: 35px;
  }
  .hni-exp-content {
    position: absolute;
    z-index: 999;
    bottom: -17%;
    width: 40%;
    left: 4%;
    background-color: #fff;
    padding: 30px;
  }
  .hni-experience .carousel-indicators {
    left: 60%;
    width: 10%;
    position: absolute !important;
    top: 85%;
  }
  .hom-insi-f .carousel-indicators {
    left: 51%;
  }
  .read-pos {
    position: absolute;
    bottom: 0;
  }
  .h-md-100 {
    height: 100%;
  }
  .read-pos-pad {
    padding-bottom: 20px;
  }
  .spec-img-main {
    min-height: 380px;
    margin-bottom: 35px;
    text-align: center;
  }
  .spec-img-main img {
    width: 60% !important;
  }
  .pf-spec-details {
    /* min-height: 250px;
    max-height: 250px;
    overflow: auto; */
    /* display: table-cell;
    vertical-align: middle; */
    /* background-color: #f5f2f0; */
  }
  .e-s-feat-blk-cont {
    width: 80%;
  }

  section.prod-desc-war ul li:after {
    content: "";
    width: 1px;
    height: 62px;
    background-color: #ddd;
    right: -100%;
    position: absolute;
    top: 0;
  }
  .prod-desc-war ul li:last-child:after {
    display: none;
  }
  .pf-spec-details1 {
    min-height: 490px;
    max-height: 490px;
    overflow: auto;
  }
  div#navbarToggler {
    display: inline-block !important;
  }
  .my-acc-wishlist .col-12.col-md-6 {
    width: 300px !important;
  }
  .spec-load-socs {
    /* min-height: 570px; */
    max-height: 570px;
    overflow: auto;
  }
  .price-btn p {
    display: flex;
    margin-top: 30px;
  }
  .default-ship-add a {
    position: relative;
    top: -50px;
  }
  .prod-acc-details {
    margin-bottom: 25px;
  }
  section.hni-newest-slider h2 {
    margin-bottom: 45px;
  }
  .hori-tabs .accordion-body {
    padding-top: 0 !important;
  }
  .ins-blog-content h4 {
    min-height: 115px;
  }
  section.careear-make-space h3 {
    position: absolute;
    bottom: 25px;
    width: 50%;
    left: 15%;
  }
  img.careear-bg {
    width: 150px;
    position: absolute;
    right: 50%;
  }
  .estore-experience button.hni-p-btn {
    position: absolute;
    bottom: 0;
  }
  .hori-tabs ul.nav {
    min-width: 500px;
    margin-right: 30px;
  }
}
@media (min-width: 769px) {
  .desk-pt-105 {
    padding-top: 105px;
  }

  .my-account .hori-tabs ul.nav {
    min-width: 250px;
    margin-right: 30px;
  }

  .location-map {
    width: 60%;
    margin: auto;
  }
  .purchase-opt .location-map {
    width: 100%;
  }
  .w-md-75 {
    width: 75%;
  }
  .w-md-65 {
    width: 65%;
  }
  .succ-order-blk {
    position: relative;
  }
  .succ-order-blk:after {
    content: "";
    position: absolute;
    width: 1px;
    height: 50px;
    background: #d1d3d4;
    top: 0;
    right: -25px;
  }
  .succ-order-blk:last-child::after {
    display: none;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  #pincheck_wrapper .pincheck_inner .form_inline {
    padding: 2px 15px !important;
  }
  .cr-summary-separator {
    display: none !important;
}
ul#myAccountMenu {
  width: 35% !important;
  margin-right: 15px;
}
.woocommerce .col2-set .col-1, .woocommerce-page .col2-set .col-1 {
  float: left;
  width: 100%;
}
.woocommerce .col2-set .col-2, .woocommerce-page .col2-set .col-2 {
  float: right;
  width: 100%;
  margin-top: 20px;
}
.my-account .hori-tabs ul.nav li a {
  font-size: 16px !important;
}
.row.my-account h3.ps-md-4.mb-3 {
  padding-left: 10px !important;
  font-size: 24px !important;
}
 td.c-p-img.align-content-start img {
  max-width: 51%;
}
.my-account h4 {
  font-size: 22px;
  line-height: 24px !important;
}
.swatch-control.radio-select li label {
  display: block;
}
.woocommerce div.product form.cart .variations td ul{
  display: block !important;
}
.woocommerce div.product form.cart .variations td ul li{
  margin-bottom: 10px;
}
.swatch-control.radio-select li label{
  margin-left: 0 !important;
}
.prod-list-s {
  padding: 15px 4px;
}
  .insights-blk .col-12.col-md-6.order-md-1 {
    width: 100% !important;
    order: 2 !important;
}
.prod-desc-war li {
  width: 17% !important;
  border-bottom: 0 !important;
}
.insights-blk .col-12.col-md-6.order-md-2 {
  width: 100%;
  order: 1 !important;
}
  section.hni-en-room .col-12 {
    width: 100%;
}
.csr-blks {
  margin-bottom: 40px;
}
.nav.nav-tabs.csr-events.owl-carousel.owl-theme.owl-loaded.owl-drag {
  border: 0;
}
  .comp-why-hni h3{
    padding-top: 15px;
    margin-bottom: 18px;
  }
  .ready-to-take h4 {
    font-size: 24px;
  }
  .data-submit-blk .col-12 {
    width: 33%;
}
  .emp-talk .carousel-indicators {
    bottom: -7% !important;
}
#how-apply {
  margin-top: 40px;
}
.dev-talk p {
  min-height: 265px;
}
p.dev-desi {
  min-height: 66px;
}
  .diversity-2-bg img{
    display: none;
  }
  .diversity-2 .carousel-indicators {
    justify-content: left;
    margin-left: 10px;
}
  .hni-promice.comp-promice.a-hni p {
    font-size: 20px !important;
    line-height: 28px !important;
  }
  section.md-voice p {
    max-height: 410px;
    overflow: auto;
}
.md-voice h5{
  margin: 0;
}
.hni-manufact iframe {
  height: 390px !important;
}
  .prod-fea-side-blks .col-12{
    width: 100% !important;
  }
  .prod-desc .col-12.col-md-6.pd-left-blk {
    width: 100%;
}
.prod-desc .col-12.col-md-6.pd-right-blk{
  display: none;
}
  .hni-wp-hybrid .col-12 {
    width: 100%;
  }
  .hni-wp-hybrid img.mb-md-5 {
    display: none;
}
.col-12.hom-insi-f .col-12.col-md-6, .col-12.hom-insi-s .col-12.col-md-6 {
  width: 100%;
}
.col-12.hom-insi-s .col-12.col-md-6.order-md-2 {
  order: 1 !important;
}
.col-12.hom-insi-s .col-12.col-md-6.order-md-1 {
  order: 2 !important;
}
.col-12.hom-insi-s .owl-dots {
  text-align: center;
}
.hni-exp-content {
  padding: 20px 40px !important;
}
body section.hni-pre-footer ul li {
  width: 27% !important;
}
}
/* .hni-s-btn img,
.hni-p-btn img,
.hyper-btn img,
.hni-t-btn img,
.href-b-link img {
  margin-top: -2px !important;
} */
.ratings-prod h4 {
  margin-bottom: 15px;
  margin-top: 30px;
}
div#navbarToggler ul:first-child li:last-child a {
  margin-right: 0px !important;
  padding-right: 0px !important;
}
div#navbarToggler ul:first-child li.nav-item.dropdown.es-dropdown a {
  margin-right: 6px !important;
  padding-right: 7px !important;
}
.update-spec-blk .accordion-body {
  max-height: 400px;
  overflow: auto;
}
@media (max-width: 768px) {
  .pro-spec-arrows {
    position: absolute;
    width: 93%;
    display: flex;
    justify-content: space-between;
    top: 10px;
    height: fit-content;
  }
  .update-spec-blk .right-tab-width-66 {
    padding: 0 !important;
  }
  .update-spec-blk .container {
    padding: 0;
  }
  .cust-suport-nav {
    background-color: #f5f2f0;
    /* padding-top: 10px;
    padding-bottom: 60px; */
  }
  .cust-suport-nav button:before {
    content: "";
    position: absolute;
    width: calc(100% - -100px);
    height: 1px;
    background-color: #000;
    bottom: 54px;
    left: 24px;
  }
  .features.pf-spec-details .accordion-body {
    padding-left: 0;
    padding-right: 0;
  }
  .spec-img-main {
    padding-top: 55px;
    text-align: center;
  }
  .pro-spec .carousel-caption1 {
    width: 75%;
    height: max-content;
    bottom: auto;
    top: 0;
    left: 0;
    margin: auto;
    right: 0;
    position: absolute;
  }
  .diversity-2-bg {
    width: 130px;
    text-align: right;
  }
  .ready-to-take h4 {
    font-size: 24px;
  }
  .ready-to-take h3 {
    margin-top: 15px;
    margin-bottom: 20px;
  }
}
@media (min-width: 769px) and (max-width: 1024px) {
  div#navbarToggler ul,
  .navbar-expand-lg .navbar-nav .dropdown-menu {
    background-color: #fff;
  }
}
@media(min-width:768px){
  .insight-slide .owl-dots{
  width: 100%;
    padding-left: 50%;
    text-align: left;
    margin-left: 10px;
  }
  .col-12.hom-insi-s .owl-dots {
    padding-left: 0;
    margin: 0 !important;
}
.woo-variation-gallery-thumbnail-position-left-bottom .woo-variation-gallery-container .woo-variation-gallery-thumbnail-slider.slick-initialized .slick-slide>div{margin:auto;}
.woo-variation-gallery-thumbnail-position-left-bottom .woo-variation-gallery-container .wvg-thumbnail-prev-arrow {
        top: 8px;
    }
    .cr-all-reviews-shortcode .cr-ajax-search {
    width: 48% !important;
    float: left;
    margin-right: 2%;
}
.cr-all-reviews-shortcode .cr-count-row{
width:50%;
}
}
@media (min-width: 768px) and (max-width: 1024px) {

  .prod-desc .pd-right-blk img {
    margin-top: 80px;
    }
  .esto-wfh-opt .mob-reg-pad {
    padding-left: 10px !important;
}
  .hni-solutions p {
    min-height: 135px;
}
  .logo-btn {
    width: 100%;
    justify-content: space-between;
    display: flex;  
  }
  .hni-newest-slider .owl-theme .owl-nav.disabled + .owl-dots {
    text-align: center !important;
  }
  .hni-awards ul li {
    width: 16% !important;
  }
  body section.hni-pre-footer ul li {
    width: 30% !important;
  }
  .nav-p-menu li:last-child {
    padding-bottom: 20px !important;
  }
  .main-menu-item li:first-child {
    padding-top: 0px !important;
  }
  .cust-nav .container {
    max-width: 100% !important;
  }
  .p-list-tab-content .col-12.col-md-3 {
    width: 33%;
  }
  .pl-slider-h {
    width: 100%;
  }
  .container.p-0.d-none.d-md-flex.justify-content-end {
    display: inline-block !important;
    text-align: -webkit-center;
  }
  button,
  button:focus {
    border: 0 !important;
    box-shadow: none !important;
    outline: none !important;
  }
  section.p-list-btm-blocks {
    padding-left: 0;
  }
  section.p-list-btm-blocks .col-12.col-md-5.py-100,
  section.p-list-btm-blocks .col-12.col-md-7.py-100 {
    width: 100%;
    padding: 55px 24px 30px 24px;
  }
  section.shop-categ h3.d-none.d-md-block {
    margin-left: 20px;
  }
  section.prod-desc .pd-left-blk h2, section.prod-desc .pd-left-blk h1 {
    margin-top: 30px !important;
  }
  body .prod-fea-side-blks h2 {
    margin-top: 30px !important;
  }
  section.hori-tabs.pt-100 .d-flex {
    display: block !important;
  }
  .certification-area li {
    width: 20% !important;
  }
  section.policy-section ul li {
    /* display: flex; */
    /* justify-content: center; */
    /* width: 33%;
    float: left;
    display: flex;
    height: 80px; */
  }
  .mete-colors-details.cursor-pointer {
    width: 25% !important;
  }
  section.md-voice .col-12.col-md-6 {
    align-content: end;
  }
  .our-brand-content h3 {
    font-size: 28px;
    margin-bottom: 24px;
  }
  .prod-fea-tabs .nav-tabs button.active {
    border-bottom: 5px solid var(--red-800) !important;
  }
  .nav.nav-tabs li {
    width: auto !important;
  }
  body .career-head-pos-cont {
    padding-bottom: 100px !important;
  }
  body .list-view .career-grid-card,
  body .list-view .career-grid-card {
    display: flex !important;
  }
  .job-name h4 {
    font-size: 24px;
    margin-bottom: 10px;
  }
  .diversity-3 h4:after {
    right: 100%;
  }
  .emp-talk .carousel-indicators {
    /* bottom: -17% !important; */
  }
  .how-to-apply .col-12.col-lg-4 {
    width: 33%;
  }
  section.hori-tabs .d-md-flex {
    display: inline-block !important;
    width: 100%;
  }
  .hori-tabs .tab-content > .tab-pane {
    border-bottom: 1px solid #e6e6e6 !important;
    margin-bottom: 0px;
    padding-bottom: 0px;
  }
  .right-tab-width-66 {
    width: 100%;
  }
  .ceo-img img {
    width: 225px !important;
  }
  .ceo-img:after{
    height: 78% !important;
  }
  footer ul.list-inline.d-flex.gap-4 {
    gap: 4px !important;
  }
  footer .subs-blk {
    margin-top: 0px;
  }
  footer .pe-md-4 {
    padding-right: 0 !important;
    margin-left: 10px;
  }
  .contact-us.contact-page .col-12.col-md-8,
  .contact-us.contact-page .col-12.col-md-4 {
    width: 100%;
  }
  body .estore-l-slider .prod-buy-btn button {
    font-size: 13px !important;
  }
}
@media (max-width: 1025px) {
  /*  */
  .swatch-control.radio-select li label {
    display: block;
  }
  .woocommerce div.product form.cart .variations td ul{
    display: block !important;
  }
  .woocommerce div.product form.cart .variations td ul li{
    margin-bottom: 10px;
  }
  .swatch-control.radio-select li label{
    margin-left: 0 !important;
  }
  .woocommerce div.product form.cart .variations td.value ul li{
    background-color: transparent !important;
  }
  a.woo-variation-gallery-trigger.woo-variation-gallery-trigger-position-top-right{
    display: none;
  }
  .prod-desc-war ul, .prod-desc-war ul li:last-child{
    margin: 0;
  }
  .certification-area{
    background-image: none;
  }
  section.all-prod-estore .mob-p-24 {
    padding: 10px;
}
section.all-prod-estore {
  padding: 0px 15px;
}
  .e-row-blks {
    padding: 0px 15px;
}
  .bring-joy-bg {
    background-position: 0%;
    padding: 32px 0px;
  }
  .mob-contain a {
    font-size: 16px;
  }
  .success-left {
    margin-bottom: 15px;
    padding-bottom: 5px;
  }
  section.mb-5.success-confirm a.href-btn {
    margin-bottom: 15px !important;
  }
  .pb-64 {
    padding-bottom: 32px;
  }
  section.mb-5.success-confirm,
  section.cart-table {
    padding: 0px 12px;
  }
  .hni-solutions,
  .hni-newest-slider,
  .hni-wp-hybrid,
  .hni-cuboid-slider,
  .hni-blocks-slider {
    margin-top: 32px !important;
  }
  .hni-solutions h2,
  .hni-newest-slider h2,
  .hni-solutions {
    margin-bottom: 32px !important;
  }
  .hni-blocks-slider,
  .hni-explore-sroom,
  .hni-pre-footer,
  .hni-footer {
    padding-top: 32px !important;
  }
  .hni-blocks-slider,
  .hni-explore-sroom,
  .hni-pre-footer,
  .hni-wp-hybrid {
    padding-bottom: 32px !important;
  }
  .hni-pre-footer br {
    content: '';
    padding: 5px !important;
  }
  .hni-wp-hybrid h2,
  .hni-en-room h2,
  section.hni-pre-footer h2,
  .hni-experience h2,
  .life-hni h2,
  .hni-awards h2,
  .diversity-1 h4,
  .diversity-3 h4 {
    font-size: 28px;
    line-height: 34px;
    margin-bottom: 24px;
  }
  .exp-tags li {
    font-size: 14px !important;
    line-height: 18px !important;
  }
  .hni-experience h2 {
    font-size: 22px;
    line-height: 28px;
    margin-bottom: 16px;
  }
  .hni-awards ul li {
    width: 26%;
    float: left;
    min-height: 120px;
    place-content: space-around;
    text-align: center;
    margin-bottom: 15px;
  }
  form.location-map .hni-s-btn,
  .hni-s-btn:not(.btn-check) + .btn:active {
    border-radius: 5px !important;
    justify-content: center;
  }
  .hni-awards ul li img {
    width: 50%;
  }
  body section .pl-item-details h3,
  .cart-item-details h4,
  .sub-total-tab td,
  .succ-prod-details h4 {
    font-size: 16px !important;
    line-height: 20px !important;
    margin-bottom: 5px !important;
  }
  .hni-solutions h2,
  .fs-48 {
    font-size: 28px;
    font-weight: 600;
    line-height: 36px;
    margin-bottom: 18px !important;
  }
  .hni-wp-hybrid h2,
  .hni-en-room h2,
  .p-list-header-search h2,
  .p-list-header-search h1,
  .ac-pro-rang h2,
  .purchase-opt h2,
  .may-also-like h2,
  .certification-area h2,
  .prod-details-left h2,
  .prod-details-right h2,
  section.custom-help h3,
  section.custom-help h1,
  .comp-why-hni h2,
  .comp-why-hni h1,
  .contact-us h2,
  .contact-us h1,
  .all-prod-estore h3,
  .fs-60,
  .success-left h4,
  .hni-blocks-slider h2,
  .hni-experience h2,
  .hni-explore-sroom h2,
  section.hni-pre-footer h2,
  .ins-blog h2,
  .hni-awards h2,
  .life-hni h2,
  .csr-blks h2,
  .csr-our-goal h2,
  .csr-our-goal h1,
  .md-voice h3,
  .hni-manufact h2,
  .grid-list-view h2,
  .ins-blog h2,
  .how-to-apply h2,
  .buy-it-with h2,
  .login-details h3,
  .row.my-account h3.ps-md-4.mb-3, .our-brand-content h3 {
    font-size: 28px;
    line-height: 32px;
    margin-bottom: 18px !important;
    font-weight: 600;
  }

  .pf-spec-details h3,
  .hori-tabs .accordion-body h3,
  .hori-tabs .accordion-body ul li,
  .comp-why-hni h3,
  .blk-head,
  .prod-filter h3,
  .cart-order-details h3,
  .success-left h5,
  .success-right h4,
  .g-place-work h4,
  .cs-content h3,
  .h-p-engage h3,
  .md-voice h5,
  .ceo-blk h5,
  .ins-content h3,
  .ins-arch h3 {
    font-size: 20px !important;
    line-height: 24px !important;
  }
  .pl-item-details h4,
  .prod-fea-tabs .nav-tabs button,
  .prod-fea-tabs .nav-tabs button.active,
  .pf-spec-details h4,
  .hori-tabs ul.nav li button,
  .cust-check,
  .cart-item-details h3,
  .cart-item-total h4,
  .my-acc-content h4,
  .add-left-blk h5,
  .my-acc-content a,
  .our-brand-blk h4,
  .prod-acc-details button.accordion-button {
    font-size: 16px !important;
    line-height: 20px !important;
  }

  .mete-colors-details h3,
  .mete-colors-details h4,
  .ins-blog-content span,
  .sale-per p,
  .exp-tags li,
  .ins-content span,
  .ins-arch ul li {
    font-size: 12px !important;
    line-height: 16px !important;
  }
  .hni-newest h4,
  .success-right h6 {
    font-size: 12px;
    line-height: 24px;
    font-weight: 600;
  }
  .hni-blocks-slider h4,
  .pl-item-details h3 a,
  span.star-rating,
  .prod-details-right h4,
  .prod-details-left h4,
  .hni-cuboid-slider h3,
  .hni-en-room h3,
  .prod-fea-side-blks span,
  .success-right h5 {
    font-size: 14px;
    line-height: 16px;
    margin-bottom: 14px !important;
  }

  .hni-cuboid-slider h2,
  .pd-left-blk h2,
  .pd-left-blk h1,
  .prod-features h2,
  .prod-features-blk h3,
  .pf-full-slider h2,
  .hori-tabs h2,
  .hni-our-patr h4,
  .dev-name {
    font-size: 28px;
    line-height: 32px;
    margin-bottom: 1rem !important;
  }
  .hni-newest h3,
  .meterial-blk h2,
  .mate-frame-section h2,
  .mate-seat-section h2,
  .e-s-feat-blk h4,
  .prod-desc-war li h4,
  .cs-content h4 {
    font-size: 24px;
    line-height: 34px;
  }
  .ins-blog-content h4,
  .e-row-blks h5,
  .contact-head h4,
  .career-blk-cont h4 {
    font-size: 16px !important;
    line-height: 24px !important;
  }

  /*  */
  /*  */

  .hni-solutions,
  .hni-newest-slider,
  .hni-wp-hybrid,
  .hni-cuboid-slider,
  .hni-blocks-slider,
  .mt-100 {
    margin-top: 34px !important;
  }
  .ins-blog .container,
  .cs-content,
  .contact-us .container {
    margin-bottom: 34px !important;
  }
  .hni-solutions h2,
  .hni-newest-slider h2,
  .prod-features-blk,
  .succ-order-det,
  .suss-contact,
  .ship-bill-address,
  .hom-insi-f,
  .our-brand-blk,
  .ins-content,
  .popular-search.ins-arch.mb-5 {
    margin-bottom: 22px !important;
  }
  .ins-blog h2,
  .p-list-header-search.mt-5,
  section.p-list-header-search.cart-bread,
  section.container.mt-md-5.mt-3.p-list-header-search,
  .hni-our-patr,
  .ceo-blk h5,
  .login-details h3 {
    margin-top: 22px !important;
  }
  .hni-blocks-slider,
  .hni-explore-sroom,
  .hni-pre-footer,
  .hni-footer,
  section.prod-features .container,
  .contact-us .container,
  .pt-100 {
    padding-top: 24px !important;
  }
  .hni-blocks-slider,
  .hni-explore-sroom,
  .hni-pre-footer,
  .pb-100 {
    padding-bottom: 34px !important;
  }
  .hni-footer {
    padding-bottom: 22px !important;
  }
  .hom-insi-s {
    padding-top: 22px !important;
  }
  .certification-area {
    padding-top: 22px;
    padding-bottom: 22px !important;
  }
  .career-blk-cont h4 {
    width: 100%;
  }
  .prod-btm-list li {
    border: 0;
  }
  .row.my-account h3.ps-md-4.mb-3 {
    text-transform: capitalize;
  }
  span.dis-price {
    margin: 0px 10px;
  }
  .buy-it-with {
    padding: 0px 12px;
  }
  body .coupon-code a {
    top: 11px;
    margin: 0 !important;
  }
  [type="radio"]:checked + label,
  [type="radio"]:not(:checked) + label {
    padding-left: 20px;
  }
  .place-ord-blk {
    padding: 0px 12px;
  }
  .shipadd-detail {
    padding: 0px 12px;
    margin-top: -22px;
  }
  .prod-details {
    margin-top: 0px !important;
  }
  .bring-joy p,
  .insights-blk .col-12.col-md-8 .row {
    margin-bottom: 16px !important;
  }
  section.shop-categ h3 {
    font-size: 16px;
    line-height: 20px;
  }
  .career-head-pos-cont {
    padding-top: 3px !important;
  }
  .list-view .career-grid-card,
  .list-view .career-grid-card {
    display: block !important;
  }
  .contact-head h3,
  .contact-head h4,
  h3.blk-head.mb-md-4.mb-4,
  .dev-name {
    margin-bottom: 5px !important;
  }
  .contact-us.contact-page .container {
    padding: 0;
  }
  .contact-us.contact-page {
    padding: 0 24px;
  }
  /*  */
  /*  */
  .diversity-3 h4 {
    text-align: left !important;
    margin-top: 30px;
  }
  img.quote-img {
    width: 30px;
  }
  .emp-talk .carousel-indicators {
    bottom: -10%;
  }
  .dev-talk p,
  .dev-talk h5 {
    padding-left: 30px;
  }
  .diversity-3 h4:after {
    left: 15px !important;
  }
  .career-head-pos-cont {
    padding-bottom: 65px !important;
  }
  .ins-arch h3.mt-5 {
    margin-top: 24px !important;
  }
  .csr-our-goal h2, .csr-our-goal h1 {
    margin-left: 10px;
  }
  .md-voice h3 {
    margin-top: 20px;
  }
  .h-p-engage-blk {
    padding: 20px 25px !important;
  }
  .h-p-engage-blk p {
    text-align: left;
  }
  p,
  .policy-blk p,
  .accordion .accordion-body .policy-blk li {
    font-size: 16px !important;
    line-height: 22px !important;
    word-wrap: break-word;
  }
  .job-name h4 {
    font-size: 24px;
  }
  .mob-w-100 {
    width: 100% !important;
  }
  .hni-t-btn,
  .hni-t-btn:hover,
  .hni-p-btn,
  .hni-p-btn:hover,
  .hni-s-btn,
  .hni-s-btn:hover,
  .hni-g-btn,
  .hni-g-btn:hover,
  :not(.btn-check) + .btn:active,
  .hni-online-btn,
  .btn:first-child:active,
  .filter-list-prod .hni-p-btn {
    font-size: 14px !important;
    padding: 10px 16px;
  }
  .hyper-btn,
  .href-btn,
  .hni-en-room a,
  .ins-content a,
  .ins-blog-content a,
  .cart-order-details a,
  .href-b-link {
    font-size: 14px !important;
    line-height: 18px;
  }
  .hni-s-btn img,
  .hni-p-btn img,
  .hyper-btn img,
  .hni-t-btn img,
  .href-b-link img {
    margin-left: 5px;
    width: 7px !important;
    margin-top: -2px;
  }
  /* button */

  .ins-recent-blog nav {
    padding-left: 10px !important;
    margin-bottom: 0 !important;
  }
  body nav .breadcrumb-item.active {
    line-height: 12px !important;
  }
  .mob-p-24 {
    padding-left: 24px;
    padding-right: 24px;
  }
  .esto-wfh-opt .righ-blk {
    background-size: 23%;
    background-position: top right;
  }
  .pt-100 {
    padding-top: 25px;
  }
  .pb-100 {
    padding-bottom: 25px;
  }
  .mb-100 {
    margin-bottom: 25px;
  }
  .search-icon {
    margin-bottom: 20px;
  }
  .prod-count h3 {
    padding-left: 24px;
    padding-right: 24px;
  }
  section.hni-pre-footer ul li {
    width: 40% !important;
    /* margin: 0px; */
  }
  .comp-why-hni .p-list-header-search {
    padding-left: 0 !important;
  }
  .pd-left-blk h2, .pd-left-blk h1 {
    font-size: 40px;
    line-height: 44px;
    font-weight: 700;
    margin-bottom: 30px !important;
    margin-top: 20px;
  }
  /* #filterBlk {
    display: none;
  } */
  .our-brand-blk p {
    min-height: auto;
  }
  .ceo-content {
    width: 100%;
    margin: auto;
  }
  .ceo-img img {
    width: 100%;
  }
  .cust-check-container form {
    display: none;
  }
  .basic-tabs .tab-content > .tab-pane {
    display: none;
  }
  .basic-tabs .tab-content > .tab-pane.active {
    display: block;
  }
  .breadcrumb {
    padding: 0px 0px;
  }
  .why-work h3 {
    position: relative;
    top: 0px;
    color: #333;
    margin-bottom: 25px;
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    padding-left: 25px;
  }
  .mete-colors {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
  }
  .e-row-blks a {
    margin-top: 10px;
  }
  .e-row-blks {
    margin-bottom: 30px;
  }
  .fs-20 {
    font-size: 16px;
  }
  li.nav-item.dropdown.es-dropdown a {
    padding-right: 0 !important;
  }
  a.nav-link.dropdown-toggle.pe-0.show {
    padding: 0;
  }
  .es-dropdown ul.dropdown-menu.show {
    left: auto;
    right: 10px;
    padding-left: 10px;
  }
  .cust-suport-nav {
    display: grid;
    /* display: contents; */
    justify-content: start !important;
  }
  .spec-load-socs .accordion-body {
    padding-right: 0;
  }
  .accordion-body.container {
    padding: 20px 0px;
  }
  .footer-list h5,
  .footer-list h4 a {
    font-size: 16px;
    line-height: 22px;
    color: #d8d8d8;
    font-weight: 500;
  }
  .subs-blk {
    margin-top: 30px;
  }
  .btm-footer {
    margin: 0;
    padding: 0;
    border: 0;
  }
  .btm-footer p {
    margin-top: 8px !important;
    color: #d8d8d8;
  }
  body .hni-footer p {
    color: #fff;
    font-size: 12px !important;
    line-height: 19px !important;
    margin-top: 5px !important;
  }
  .foot-logo img {
    margin-top: 0px;
    width: 175px;
  }
  .mete-colors-details.cursor-pointer {
    width: 45%;
    border: 10px solid #fff;
  }
  .md-voice,
  .hni-manufact {
    padding: 0px 11px;
    padding-bottom: 28px;
  }
  .hni-way-bg-1 {
    background-size: 22%;
    background-position: 90% 28%;
  }
  section.comp-why-hni.hni-way-bg-1.bg-gray.py-100.pt-5 {
    padding-top: 2px !important;
  }
  section.comp-why-hni.bg-gray.py-100 {
    padding-top: 32px !important;
  }
  .blk-head {
    font-size: 26px;
    font-weight: 700;
  }
  .comp-why-hni {
    padding-left: 11px;
    padding-right: 15px;
    padding-top: 2px !important;
  }
  .comp-why-hni .breadcrumb {
    padding-left: 13px !important;
  }
  .ceo-img {
    margin-bottom: 20px;
  }
  section.careear-make-space h4 {
    font-size: 28px;
    margin-bottom: 30px;
  }
  .meterial-blk h2,
  .mate-frame-section h2,
  .mate-seat-section h2 {
    font-size: 26px;
    line-height: 26px;
    margin-bottom: 16px;
  }
  img.careear-bg {
    width: 100px;
  }
  .mete-colors-details,
  .mate-frame-section-details,
  .mate-seat-section-details {
    width: calc(30% - 40px);
    margin: 0px 20px;
  }
  .mete-frame {
    display: flex;
    flex-wrap: wrap;
  }
  .meteri-colo-detail ul {
    justify-content: left;
  }
  .carrer-foo button {
    width: 60%;
    justify-content: center !important;
    margin-bottom: 15px;
  }
  .careear-list li {
    font-size: 18px;
    line-height: 24px;
  }
  .careear-list ul {
    padding-top: 15px;
  }
  body button img.btn-l-icon {
    margin: 0;
    width: 16px !important;
    margin-right: 10px;
  }
  .contact-right-blk h3 {
    font-size: 28px !important;
  }
  .carrer-foo .d-flex {
    display: inline-block !important;
    width: 100%;
  }
  .pd-right-blk {
    margin-top: 30px;
  }
  .pl-more {
    padding: 0;
  }
  .cs-content h3 {
    width: 100%;
  }
  .nav.nav-tabs li {
    /* width: 100%; */
  }
  .nav.nav-tabs li button {
    margin-left: 0;
    padding-left: 0;
  }
  section.hori-tabs.pt-100.px-md-3 {
    padding-top: 0 !important;
  }
  .basic-tabs.prod-fea-tabs .nav-tabs {
    margin-bottom: 24px !important;
    /* white-space: nowrap;
    overflow: auto;
    display: flex;
    flex-flow: nowrap; */
  }
  /* .nav-tabs::-webkit-scrollbar {
    display: none;
  }
  .nav-tabs {
    -ms-overflow-style: none; 
    scrollbar-width: none; 
  } */
  .our-certificate-blk .csr-blks-cont a img {
    height: 25px !important;
  }
  .csr-blks-cont p {
    margin-bottom: 10px;
    padding-bottom: 10px;
  }
  .csr-blks-cont {
    margin-bottom: 25px;
    padding-bottom: 0px;
  }
  section.ins-banner img {
    padding: 0 !important;
  }
  .img-pos-text h5 {
    font-size: 14px;
  }
  .lb-data .lb-close {
    background-image: url("../images/close-svg.svg") !important;
    background-size: 14px !important;
    z-index: 9999;
    margin-top: 15px;
  }
  a.eye-slider {
    /* display: none; */
  }
  .pl-slider-h {
    min-height: auto;
    margin-bottom: 20px !important;
    text-align: center;
  }
  .p-se-img {
    width: 124px;
    text-align: center;
    /* margin-right: 35px; */
    min-height: 84px ! IMPORTANT;
    align-items: center;
    display: flex;
    justify-content: center;
  }
  .mete-colors-details {
    width: 100%;
    margin: 0;
  }
  div#sync1 {
    width: 100%;
  }
  .mate-seat-section-details {
    width: calc(35% - 40px);
    margin: 0px 10px;
    display: inline-block;
  }
  .insights-blk h2, page-template-whitepapers .insights-blk h1 {
    font-size: 30px;
    line-height: 32px;
    margin-top: 25px;
    margin-bottom: 35px;
  }
  section.insights-blk {
    padding: 0px 12px;
  }
  .ins-blog h2 {
    font-size: 30px;
    line-height: 32px;
    margin-top: 75px;
    margin-bottom: 55px;
  }
  .owl_2 .sc-tab-slide-pf img {
    min-height: auto !important;
    max-height: auto !important;
  }
  span.blog-count {
    font-size: 24px !important;
    line-height: 30px !important;
  }
  .ins-blog-content {
    margin-bottom: 24px;
  }
  .ins-blog-content {
    padding-left: 44px;
  }
  .ins-blog {
    padding: 0px 13px;
  }
  .ins-content span {
    margin-bottom: 0;
  }
  .cust-nav .container {
    /* padding-left: 24px; */
  }
  .logo-btn {
    /* width: 100%; */
    justify-content: space-between;
    display: flex;
    padding: 0px 15px 0px 24px;
    /* box-shadow: 0px 4px 8px 0px #00000029; */
    z-index: 999;
    position: relative;
  }
  .cust-suport-nav button {
    margin-top: 30px;
    padding: 5px 15px !important;
    border-radius: 5px;
  }
  .cust-suport-nav ul li a {
    margin: 0 !important;
  }

  .main-menu-item li:first-child {
    padding-top: 20px;
  }
  .nav-p-menu li:last-child {
    padding-bottom: 60px;
  }
  .main-menu-item a {
    font-weight: 700 !important;
  }
  .cust-suport-nav ul {
    width: 100%;
    padding: 0px 24px;
  }
  .navbar-expand-lg .navbar-nav a {
    padding-left: 0px !important;
  }
  .main-menu-item {
    position: relative;
  }

  .star-rate img {
    height: 16px;
    top: 2px;
  }
  .rating-prod-slider .owl-stage {
    padding-left: 4px !important;
  }
  .prod-acc-details .accordion-item {
    margin-bottom: 10px;
  }
  .main-menu-item {
    /* padding-top: 20px !important; */
  }
  .nav-p-menu {
    /* padding-bottom: 20px !important; */
  }
  .ins-content h3 {
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .ins-content p {
    font-size: 18px;
    line-height: 26px;
    margin-bottom: 10px;
  }
  .ins-content a {
    font-size: 18px;
  }

  .ins-blog-content a {
    position: relative;
    bottom: 0;
  }
  .ins-blog-content h4 {
    margin-bottom: 5px;
    padding-bottom: 0px;
  }
  .ins-blog-content span {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 2px;
  }

  .hni-exp-content {
    padding: 10px 24px;
  }
  .hni-experience .carousel-indicators {
    bottom: 40px;
    margin-left: 22px !important;
    top: auto;
    position: relative !important;
    margin-top: 15px !important;
    width: 100%;
    margin: auto !important;
    display: block;
    text-align: center;
  }

  .insights-blk .col-12.col-md-8 .row .col-12.col-md-6.order-1.order-md-2 {
    margin-bottom: 18px;
  }
  .mete-colors,
  .mete-frame,
  .mete-seat {
    display: flex;
    justify-content: start;
    margin-bottom: 25px;
  }
  .mete-colors-details h3 {
    font-size: 16px;
    margin-top: 20px;
  }
  .mete-frame p,
  .mete-seat p {
    font-size: 18px !important;
    margin-top: 14px;
  }
  .pd-left-blk {
    padding: 0px 25px;
  }
  .owl_3 .owl-stage {
    padding-left: 0 !important;
  }
  .ac-pro-rang {
    padding: 0px 25px;
  }
  .mete-colors-details h4 {
    font-size: 16px;
    line-height: 18px;
  }
  .work-options .wo-left-blk,
  .work-options .wo-right-blk {
    padding: 50px 24px 50px;
  }
  .work-options .wo-left-blk h2,
  .work-options .wo-right-blk h2 {
    font-size: 40px;
    line-height: 41px;
    font-weight: 700;
    margin-bottom: 22px;
  }
  .prod-filter-container .tab-content {
    padding: 0px 0px !important;
  }
  .prod-filter-container .prod-list-s {
    /* padding: 10px 0px 0px 0px; */
    border-radius: 10px;
  }
  .shop-categ .nav-link.active .sc-tab-slide {
    border: 1px solid var(--red-800);
    box-shadow: none;
  }
  .shop-categ .nav-link.active {
    box-shadow: 0px 0px 9px 0px rgba(0, 0, 0, 0.25);
  }
  .prod-filter-container {
    margin-top: 10px;
  }
  .prod-filter-container .prod-list-s h3,
  .prod-filter-container .prod-list-s h4,
  .pricr-offer,
  .careear-make-space {
    padding-left: 15px;
    padding-right: 15px;
  }
  .work-options .wo-left-blk p,
  .work-options .wo-right-blk p {
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 20px;
  }

  .careear-list li a {
    display: block !important;
    font-size: 14px;
    margin-top: 7px;
  }
  .overlap-img {
    position: relative;
    margin-top: -10%;
  }
  .careear-list li:hover a {
    float: none;
    line-height: normal;
  }
  button.accordion-button {
    background-color: #fff !important;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    padding: 24px;
    border-bottom: 1px solid #e6e6e6;
  }
  .accordion-button::after {
    /* transform: rotate(270deg) !important; */
  }
  .prod-features-blk h3 {
    font-size: 26px;
  }
  .prod-features-blk {
    margin-bottom: 58px;
  }
  img.dark-cir-bg {
    float: right;
  }
  .prod-fea-side-blks h2 {
    margin-top: 80px !important;
  }
  .prod-fea-side-blks p {
    font-size: 18px;
    line-height: 28px;
  }
  .prod-fea-side-blks span {
    font-size: 20px;
  }
  .pf-full-slider h2 {
    font-size: 30px;
    line-height: 36px;
    margin-bottom: 50px;
  }
  .certification-area ul li img {
    /* height: 110px; */
    width: auto !important;
    height: 70px;
  }
  .certification-area {
    background-position: 92% 22%;
  }
  .may-also-like h2 {
    /* font-size: 18px;
    line-height: 20px;
    margin-bottom: 16px; */
  }
  .may-also-like .item h4 {
    font-size: 12px;
  }
  .may-also-like .item h3 {
    font-size: 14px;
    margin-bottom: 10px;
  }
  .may-also-like .item p {
    font-size: 16px;
  }
  .may-also-like .item {
    padding: 10px;
  }
  section.policy-section ul {
    /* display: inline-block !important; */
  }

  section.policy-section ul li {
    /* display: flex;
     justify-content: center; 
    margin-bottom: 15px; */
  }
  section.policy-section ul li:first-child img {
    /* margin: 13px;
    margin-right: 20px; */
    width: 85% !important;
  }
  section.policy-section ul li img {
    /* margin: 0px 50px; */
  }
  .pro-fea-slider h2 {
    font-size: 24px;
    line-height: normal;
    margin-bottom: 10px;
  }
  .range-spec h4 {
    font-size: 20px;
    line-height: 24px;
  }
  .range-spec ul li {
    font-size: 14px;
    line-height: 19px;
    padding-bottom: 5px;
    margin-bottom: 10px;
  }
  .hori-tabs h2 {
    font-size: 30px;
    line-height: 36px;
    margin-bottom: 30px;
  }
  button.accordion-button {
    padding: 13px 0px;
  }
  .hori-tabs .accordion-body h3 {
    font-size: 24px;
  }
  .hori-tabs .accordion-body ul li {
    font-size: 18px !important;
    line-height: 50px;
  }
  .features.pf-spec-details .accordion-body ul li {
    padding-right: 0 !important;
  }
  .purchase-opt h2 {
    line-height: 36px;
    font-size: 30px;
    margin-bottom: 40px;
  }
  .purchase-opt .href-btn img {
    top: 0;
  }
  section.certification-area h2 {
    font-size: 30px;
    line-height: 36px;
    font-weight: 700;
    margin-bottom: 50px;
  }
  .certification-area {
    padding: 43px 0px;
  }
  .input-group select,
  .input-group button {
    width: 100% !important;
    border-radius: 5px !important;
    margin-bottom: 10px;
  }
  .input-group {
    display: inline-block;
  }
  .cust-dropdown {
    display: block;
  }
  div#navbarToggler {
    overflow: auto;
    max-height: calc(100vh - 75px);
  }
  .navbar-expand-lg .navbar-nav .dropdown-menu {
    box-shadow: 0px 0px 6px 1px #efefef !important;
    background-color: transparent;
    border: 0;
    box-shadow: none !important;
  }
  .mega-content.px-4,
  .mega-content.px-4 ul {
    padding: 0 !important;
  }
  a.nav-link.dropdown-toggle.italic.show {
    box-shadow: none;
  }
  .cust-nav .nav-item {
    margin-left: 0px;
  }
  .mob-rotate {
    transform: rotate(90deg);
    position: absolute;
    right: 10px;
    top: 30px;
  }
  form.location-map button {
    justify-content: space-between;
    padding-left: 18px;
    padding-right: 15px;
  }
  .hni-cuboid-slider h3 {
    font-size: 14px;
    line-height: 27px;
    margin-bottom: 0px !important;
  }
  .cuboid-container {
    padding: 0px 11px;
  }
  section.hni-cuboid-slider p {
    font-size: 20px;
    font-style: normal;
    line-height: 26px;
    text-align: center !important;
  }
  .href-btn img {
    top: -1px;
    left: 5px;
    width: 10px;
  }
  .mob-pad-0 {
    padding: 0 !important;
  }
  .csr-blks {
    padding: 0px 25px;
  }
  .csr-blks-cont p {
    max-height: auto;
    min-height: auto;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    max-width: 100%;
    height: 71px;
}
  .foot-btn-brdr {
    margin-bottom: 0;
  }
  .csr-foo {
    padding-left: 14px;
    padding-right: 14px;
    background-size: 40%;
  }
  section.prod-features .container {
    padding-top: 50px;
  }
  .pf-full-slider .item img {
    width: 100% !important;
  }
  .prod-details-left .align-content-center {
    padding: 0;
  }
  .hni-wp-hybrid a.href-btn {
    font-size: 18px;
  }
  .hni-wp-hybrid a.href-btn img {
    width: 10px;
  }
  .navbar {
    padding: 0px 15px;
  }
  .hni-blocks-slider h4 {
    font-size: 14px;
    margin-bottom: 4px !important;
    margin-top: 16px;
  }
  .hni-wp-hybrid .d-table {
    padding: 0;
  }

  section.hni-wp-hybrid img.mb-md-5 {
    margin-top: 20px;
    width: 25%;
  }
  .indicators-round .carousel-indicators [data-bs-target] {
    width: auto !important;
  }
  .hni-promice ul {
    /* display: inline-block !important; */
  }
  .filter-list-prod .hni-p-btn {
    /* width: 50%; */
    border-bottom-left-radius: 10px;
    justify-content: center;
  }
  .filter-list-prod .hni-g-btn {
    width: 50%;

    border-bottom-right-radius: 10px;
  }
  .hni-promice ul li {
    margin: auto;
    margin-bottom: 30px;
  }
  .e-s-feat-blk-cont {
    margin-top: 14px;
  }
  h1 {
    font-size: 28px;
    line-height: 34px;
  }
  .mob-pad-nav {
    padding-bottom: 50px;
  }
  .mob-contain {
    width: 80%;
    margin: auto;
  }
  .mob-contain h1 {
    width: 86%;
    margin: auto;
  }

  a.navbar-brand img {
    /*width: 50px;*/
    width: 80px;
    margin-left: 0;
  }
  .hni-solutions p {
    text-align: left;
  }
  .hni-solutions .carousel-indicators {
    bottom: -20px;
  }
  .hni-solutions.d-block.d-md-none h2 {
    text-align: center;
    font-size: 30px !important;
    margin-bottom: 30px;
  }
  section.hni-newest-slider h2 {
    font-size: 30px;
    text-align: center;
    margin-bottom: 24px;
  }
  section.hni-wp-hybrid a img {
    margin-bottom: 3px;
  }

  .hni-newest-slider .owl-theme .owl-nav.disabled + .owl-dots {
    text-align: center;
  }
  section.hni-wp-hybrid img {
    margin-bottom: 25px;
  }

  .hni-wp-hybrid p {
    margin-bottom: 20px;
  }
  .hni-cuboid-slider h2 {
    font-size: 30px;
    line-height: 40px;
  }
  .hni-cuboid-slider .carousel-caption,
  .hni-cuboid-slider .carousel-caption div {
    display: inline-block !important;
    text-align: center;
  }
  .hni-blocks-slider h2 {
    font-size: 24px;
    line-height: 30px;
  }
  .hni-blocks-slider .hni-s-btn {
    margin-top: 20px;
    margin-bottom: 20px;
  }
  section.hni-en-room h2 {
    margin-top: 32px;
  }
  .en-room-bg {
    padding-bottom: 0px !important;
    padding-left: 25px;
    padding-right: 25px;
  }
  section.csr-blks.container.py-75 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  section.prod-desc-war ul {
    justify-content: space-around;
  }
  section.prod-desc-war li h4 {
    font-size: 30px;
    font-weight: 300;
  }
  .mob-list-view img {
    padding: 10px;
    background: #faebeb;
    margin-left: 15px;
    border-radius: 4px;
  }
  .en-room-bg {
    background-position: 92% 75%;
  }
  .hni-explore-sroom {
    padding: 80px 15px;
  }
  .hni-explore-sroom p {
    width: 100% !important;
  }
  .hni-explore-sroom select {
    margin-bottom: 10px;
    border-radius: 2px;
    font-size: 14px;
    width: 100% !important;
    padding: 10px 15px 10px 15px;
    line-height: 20px;
  }
  .hni-explore-sroom button {
    border-radius: 2px !important;
    font-size: 14px;
    width: 100% !important;
  }
  .hni-pre-footer {
    padding: 60px 15px;
  }

  .subs-blk label {
    color: #7d7d7d !important;
  }
  .hni-footer {
    padding: 32px 0px;
  }
  .footer-list h5 {
    margin-bottom: 8px;
  }
  .btm-footer {
    display: inline-block !important;
  }
  .bring-joy-bg {
    width: calc(100% - 50px);
  }
  button.navbar-toggler.collapsed,
  button.navbar-toggler {
    border: 0;
    padding: 4px;
  }
  .navbar-toggler:focus {
    box-shadow: none;
    border: 0;
  }
  .hni-promice ul li p {
    font-size: 12px;
    line-height: 12px;
  }
  .hni-promice ul li img {
    width: 20px;
    height: auto;
  }

  .hni-promice ul li {
    width: 100px;
    height: 100px;
    padding: 10px 10px;
    margin: 7px;
  }
  .hni-promice ul li p {
    width: 80px;
    margin: auto;
  }
  .sol-img {
    min-height: 410px;
  }
  .mob-reg-pad,
  .owl-dots {
    padding: 0px 12px;
  }
  section.hni-wp-hybrid .mob-reg-pad {
    padding: 0px 30px !important;
  }
  .p-list-header-search {
    padding: 0px 13px;
  }
  ul.nav.nav-tabs.cust-owl-arrow {
    padding: 0px 25px 0px 15px;
  }
  .shop-categ .tab-content {
    padding: 0px 25px;
  }
  .shop-categ .mob-list-view {
    padding: 0px 20px 15px 25px;
  }
  .hni-newest-slider button {
    margin-bottom: 30px;
  }
  .hni-cuboid-slider .w-75.my-4 {
    width: 90% !important;
    left: 5%;
    margin-bottom: 0 !important;
  }
  .hni-blocks-slider {
    margin-top: 65px;
  }
  .hni-blocks-slider {
    padding: 55px 15px;
  }

  .hni-footer h3 {
    font-size: 16px;
    line-height: 18px;
  }
  .hni-footer li a {
    font-size: 14px;
    line-break: normal;
  }
  .hni-wp-hybrid .col-12.col-md-7,
  .hni-en-room .col-12.col-md-7 {
    padding: 0;
  }
  .btm-footer address p {
    margin-bottom: 40px;
  }
  .foot-logo {
    margin-bottom: 35px;
  }
  .shop-categ .owl-stage {
    padding-left: 0 !important;
  }
  .shop-categ li.nav-item {
    /* margin: 0 10px; */
  }
  .shop-categ .nav-tabs img {
    padding: 5px;
  }
  .sc-tab-slide {
    height: 85px;
    min-height: 85px;
    width: 85px;
    margin: auto;
  }
  .hni-newest h4 {
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 0.7px;
  }
  .hni-newest h3 {
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
  }
  .shop-categ .nav-link p {
    font-size: 14px;
    line-height: 20px;
    margin-top: 10px;
    padding: 0px 10px;
    margin: 7px 0px;
  }
  .sc-tab-slide img {
    width: 90px !important;
    height: 90px;
    margin: auto;
  }
  .shop-categ .nav-link.active {
    border: 1px solid var(--red-800);
    border-radius: 5px;
    background: #f5f2f0;
  }
  .shop-categ .nav-link {
    width: 100%;
  }
  .shop-categ .nav-link.active .sc-tab-slide {
    border: 0;
  }
  .shop-categ .nav-tabs button {
    border-radius: 5px;
    background: #f5f2f0;
  }
  .p-list-header-search h2, .p-list-header-search h1 {
    /* font-size: 35px;
    line-height: 44px;
    margin-top: 15px;
    margin-bottom: 35px; */
    margin-bottom: 0 !important;
  }
  .owl_1 {
    padding-left: 8px;
  }

  ol.breadcrumb li a,
  ol.breadcrumb,
  li.breadcrumb-item.active,
  .breadcrumb-item + .breadcrumb-item::before {
    font-size: 14px !important;
    font-weight: 300 !important;
    line-height: 12px !important;
    font-weight: 300 !important;
    line-height: 23px;
  }
  .breadcrumb-item + .breadcrumb-item::before {
    /* margin-top: 2px; */
  }
  .nav.nav-tabs .owl-nav {
    /* display: none !important; */
  }
  .policy-section ul li p{
    /* text-align: left; */
  }
  .hni-explore-sroom p {
    font-size: 18px;
    line-height: 26px;
  }
  .hni-en-room a {
    font-size: 18px;
  }
  .hni-en-room a img {
    width: 10px;
    margin-top: -5px;
    margin-left: 5px;
  }
  .pl-item-details h3 a {
    font-size: 14px !important;
    line-height: 14px !important;
    font-weight: 400;
    margin-bottom: 0;
  }
  .pl-item-details h4 {
    margin-bottom: 0;
  }
  .shop-categ {
    margin-bottom: 0;
    margin-top: 0;
  }
  .pl-item-details button.btn.hni-t-btn {
    margin-top: 10px;
  }
  span.star-rating {
    font-size: 14px;
    line-height: 10px;
  }
  span.star-rating img {
    margin-top: -2px;
    margin-left: 5px;
    width: 11px;
  }
  /* .tab-content > .tab-pane {
    display: block;
    opacity: 1;
  } */
  section.prod-desc {
    margin-top: -30px;
  }

  .prod-desc .d-flex.gap-3 button {
    margin-bottom: 15px;
    width: 48%;
    justify-content: center;
  }
  section.prod-fea-tabs .tab-content > .tab-pane.accordion-item {
    display: block;
    opacity: 1;
  }
  .prod-fea-tabs {
    padding-left: 13px;
    padding-right: 13px;
  }

  .pf-spec-content {
    padding: 20px 0px;
  }
  .pf-spec-details h3 {
    font-size: 24px;
    line-height: 24px;
    margin-bottom: 20px;
    margin-top: 30px;
  }
  .pf-spec-details ul li p {
    font-size: 18px;
  }
  .pf-spec-details ul li {
    margin-right: 20px;
  }
  .pf-spec-details h4 {
    font-size: 18px;
  }
  button:focus:not(:focus-visible) {
    box-shadow: none;
  }
  section.prod-features .container {
    border: 0;
  }
  section.prod-features,
  section.hori-tabs,
  section.purchase-opt,
  .certification-area,
  .may-also-like,
  .hni-footer {
    padding-left: 13px;
    padding-right: 13px;
  }
  section.hori-tabs .accordion-body {
    padding-left: 0px;
    padding-right: 0px;
  }
  section.hori-tabs .accordion-header {
    margin-bottom: 5px !important;
  }
  .pf-full-slider .container,
  .pf-full-slider .container-right {
    padding-left: 25px;
    padding-right: 25px;
  }
  .pf-full-slider .item {
    padding-left: 0;
    padding-right: 0;
  }
  .range-spec ul li {
    border-bottom: 0;
  }
  section.hori-tabs .accordion-button:not(.collapsed) {
    /* font-weight: bold; */
    color: #333;
  }
  li.nav-item.red-divider:after,
  li.nav-item.s-divider:after {
    display: none;
  }
  .p-list-header-search nav {
    margin-bottom: 5px;
    margin-top: 20px !important;
  }
  .close-filter-pill li {
    line-height: 15px;
    font-size: 12px;
  }
  .close-filter-pill {
    margin-top: 20px;
  }
  .comp-why-hni p {
    margin-bottom: 30px;
  }
  .comp-why-hni h3.blk-head br {
    display: none;
}
  .comp-why-hni h3,
  section.custom-help h3,
  section.custom-help h1 {
    font-size: 30px;
    font-style: normal;
    font-weight: 600;
    line-height: 32px;
  }

  .hni-way-room .en-room-bg {
    padding: 0;
  }
  .hni-promice {
    margin-top: 30px;
  }
  section.hni-promice.comp-promice.py-100 {
    padding-top: 0 !important;
  }

  .cs-content img {
    width: 25px !important;
    margin-bottom: 15px;
  }
  .cs-content h3 {
    font-size: 26px;
    font-style: normal;
    /* font-weight: 800; */
    line-height: 28px;
    margin-bottom: 17px;
  }
  .cs-content {
    margin-top: 20px;
    margin-bottom: 36px;
  }
  .prod-fea-tabs .nav-tabs button,
  .prod-fea-tabs .nav-tabs button.active {
    font-size: 16px;
  }
  .cs-content h4 {
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 26px;
    margin-bottom: 17px;
  }
  .sustain-blk-slider .owl-dots {
    margin-top: 0px !important;
    padding-left: 0;
  }
  .align-content-center {
    padding: 0px 25px;
  }
  .price-btn.align-content-center {
    padding: 0px 5px;
  }
  .built-last h2 {
    font-size: 30px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: -0.6px;
    margin-bottom: 34px;
  }
  .built-last .container {
    padding: 0;
  }
  section#Customer .hni-wp-hybrid {
    margin-top: 30px;
  }
  .ergonomic-blk .justify-center.d-table-cell {
    width: 80%;
    display: block !important;
  }
  .ergonomic-blk img.mb-md-5 {
    position: absolute;
    right: 10px;
    margin-top: 0px;
  }
  .ergonomic-blk .hni-wp-hybrid h2 {
    margin-top: 52px;
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: 42px;
  }
  .contact-us h2.accordion-header {
    margin-top: 0;
  }
  .delear-addre:last-child {
    margin-bottom: 10px;
    padding-bottom: 10px;
  }
  .contact-us h2, .contact-us h1 {
    margin-top: 5px;
  }
  .cor-offi-add {
    margin-bottom: 30px;
  }
  .ergonomic-blk {
    margin-bottom: 50px;
  }
  .price-offer h4 {
    font-size: 14px;
    line-height: 12px;
    margin-bottom: 5px;
  }
  .price-offer p {
    border: 0;
    padding-bottom: 10px;
    margin-bottom: 10px;
    font-size: 20px !important;
    margin-top: 10px !important;
  }
  .prod-desk span.dis-price {
    margin: 0px 10px;
  }
  .price-offer h2 {
    font-size: 20px;
    line-height: 20px;
    font-weight: 700;
  }
  .offers-blk h3,
  .colors-avi h4,
  .install-type h4,
  .delivery-service h4,
  .prod-featurs h4 {
    font-size: 18px;
    line-height: 20px;
    margin-bottom: 10px;
  }
  .download-guide button.btn.hni-p-btn img {
    width: 30px;
  }
  .buy-it-with h4 {
    margin-bottom: 0;
  }
  .prod-acc-details button.accordion-button {
    margin-bottom: 0px;
  }
  .offer-content h6,
  .buy-it-with h3 {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 0;
  }
  .buy-it-with h3 {
    font-weight: 700;
  }
  .offer-content p,
  .prod-options p,
  .buy-it-with h4 {
    font-size: 12px !important;
    line-height: 16px !important;
  }
  .rating-slider {
    margin-top: 20px;
  }
  .prod-options p {
    font-weight: 700;
  }
  .colors-avi h4 {
    margin-top: 30px;
  }
  .install-type nav label,
  .delivery-service input,
  .delivery-service form span,
  .star-rate {
    font-size: 14px;
  }
  .star-rate {
    margin-bottom: 0px;
  }
  p.out-of-rate {
    font-size: 10px;
    font-style: normal;
    font-weight: 400;
    line-height: 16px;
    margin-bottom: 0;
  }
  .install-type button,
  .install-type button.active {
    min-width: 37%;
  }
  .install-type .form-check {
    padding-left: 0;
  }
  .install-type button img {
    width: 15px !important;
  }
  .prod-options ul li img {
    height: 20px !important;
    margin-top: 6px;
    margin-right: 10px;
  }
  .rating-out-of {
    padding-right: 0;
    border: 0;
    margin-right: 0;
    padding-top: 10px;
  }
  .product-slide {
    padding: 0px 12px;
  }
  .p-list-header-search nav {
    padding-left: 12px;
  }
  .prod-features-blk img {
    margin-bottom: 20px;
  }
  .prod-featurs h4 {
    margin-bottom: 30px;
  }
  section.prod-featurs span {
    font-size: 32px;
    font-style: normal;
    font-weight: 900;
    line-height: 32px;
    margin-bottom: 10px;
  }
  section.prod-featurs h3 {
    font-size: 32px;
    font-style: normal;
    font-weight: 300;
    line-height: 32px;
  }
  .prod-featurs .prod-features-blk {
    margin-bottom: 20px;
  }
  .buy-it-with span.d-table-cell.align-content-center {
    font-size: 35px;
    margin: 0px 20px;
    height: 100%;
    padding: 0px;
  }
  span.total-txt {
    line-height: 16px;
  }
  .add-img-one {
    margin-left: 10px;
  }
  .buy-it-with h2 {
    margin-bottom: 30px;
  }
  .buy-it-with .wish-list {
    top: 10;
  }
  .prod-featurs h4:after {
    height: 4px;
    width: 40px;
    bottom: -3px;
  }
  .buy-it-with p {
    font-size: 16px;
  }
  .may-also-like {
    padding-bottom: 15px !important;
  }
  .add-img-blk {
    min-height: 180px;
  }
  .colors-avi {
    margin-bottom: 15px;
  }
  .download-guide {
    margin-bottom: 25px;
  }
  .prod-slider .owl-dots {
    position: relative;
    bottom: 20px;
    width: 100%;
  }
  .prod-slider .owl-theme .owl-dots .owl-dot span {
    width: 20px;
    height: 3px;
    margin: 5px 3px;
  }
  .prod-slider .owl-theme .owl-dots .owl-dot.active span {
    background-color: var(--red-800);
  }
  .pl-slider-h img {
    width: 75% !important;
    margin: auto;
  }
  .filter-list-prod .pl-slider-h {
    min-height: auto;
    margin-bottom: 30px !important;
    text-align: center;
  }
  section.login-container .m-100 {
    padding: 20px !important;
    width: 100% !important;
    margin: 0;
    box-shadow: none;
  }

  .contact-us .form-floating {
    margin-bottom: 25px;
  }
  span.forgot-pwd {
    margin-bottom: 30px;
  }
  .cust-check {
    font-size: 18px;
  }
  .login-container .col-12.col-md-6.ps-0 img {
    border-radius: 10px;
  }
  .cust-check .checkmark {
    height: 20px;
    width: 20px;
  }
  .cust-check .checkmark:after {
    left: 6px;
    top: 3px;
  }
  body .pos-btn-search,
  body .pos-btn-search:hover,
  body .pos-btn-search:active {
    top: 1px;
    padding: 10px 10px !important;
    font-size: 12px !important;
  }
  .g-search input {
    padding-right: 70px;
  }
  table.cart-prod-table {
    width: 100% !important;
  }
  td.c-p-img {
    width: 150px !important;
  }
  td.c-p-img {
    padding-right: 30px;
  }
  .cart-item-details h4 {
    font-size: 16px;
    line-height: 22px;
  }
  body .cart-item-details h3 {
    font-size: 20px;
    line-height: 30px;
    font-weight: 700;
    margin-bottom: 0;
  }
  .quantity {
    height: 30px;
    margin-bottom: 15px;
    margin-top: 5px;
  }
  .quantity__minus,
  .quantity__plus {
    height: 25px;
    font-size: 25px;
    line-height: 26px;
  }
  .quantity__input {
    height: 28px;
    font-size: 15px;
    line-height: 26px;
  }
  .cart-re-wi a {
    font-size: 12px !important;
  }
  td.c-p-img img {
    width: 100%;
  }
  .cart-item-total h4 {
    font-size: 20px;
  }
  .cart-bread nav {
    margin: 25px 0px 5px 0px !important;
  }
  .success-confirm .mt-100 {
    margin-top: 50px;
  }
  .success-left h4 {
    font-size: 30px;
  }
  .success-left h4 img {
    width: 35px;
  }
  .success-left h5 {
    font-size: 22px;
    line-height: 24px;
  }
  .success-left p {
    font-size: 20px;
    width: 100% !important;
  }
  .succ-prod-details h4 {
    font-size: 16px !important;
  }
  .succ-prod-details p {
    font-size: 14px;
    width: 125px !important;
  }
  .success-right {
    padding: 30px 20px;
    margin-top: 40px;
  }
  .success-right h4 {
    font-size: 27px;
    margin-bottom: 20px;
  }
  .success-right h6 {
    font-size: 14px;
  }
  .success-right h5 {
    font-size: 15px;
    line-height: 20px;
  }
  .succ-order-det,
  .suss-contact,
  .ship-bill-address {
    margin-bottom: 30px;
  }
  .ship-bill-address {
    display: inline-block !important;
  }
  .ship-bill-address p,
  .suss-payment {
    font-size: 18px;
    line-height: 24px;
  }
  .my-acc-content h4 {
    font-size: 20px;
  }
  .my-acc-content a {
    font-size: 12px;
    line-height: 33px;
  }
  .add-left-blk h5 {
    font-size: 20px;
  }
  .address-blk .add-left-blk p {
    width: 90%;
  }
  .button-yel-btn span {
    white-space: nowrap;
  }
  .cart-order-details {
    padding: 30px 20px;
  }
  .cart-order-details h3 {
    font-size: 22px;
  }
  p.prod-key {
    font-size: 18px;
    line-height: 25px;
  }
  .sub-total-tab td {
    font-size: 18px;
  }
  h4.p-active {
    font-size: 12px;
    margin-top: 20px;
  }
  section.ship-address input {
    width: 100%;
  }
  .ship-address input {
    margin-bottom: 10px !important;
  }
  .ship-address,
  .shipping-opt,
  .billing-address,
  .payment-opt {
    margin-bottom: 20px;
    padding-bottom: 15px;
  }
  .cart-order-details .coupon-code input {
    /* padding: 0px 15px; */
  }
  .ship-address .cust-check {
    margin-top: 12px;
  }
  .ship-address .p-active {
    font-size: 22px;
  }
  .foo-btn.d-flex.mt-5 {
    margin-top: 25px !important;
    margin-bottom: 25px;
  }
  .ship-address .p-active::before {
    height: 18px;
    width: 5px;
    top: 6px;
    left: 1px;
  }
  [type="radio"]:checked + label:after,
  [type="radio"]:not(:checked) + label:after {
    width: 7px;
    height: 7px;
    top: 5px;
    left: 5px;
  }
  .py-100 {
    padding-top: 32px;
    padding-bottom: 32px;
  }
  .py-75 {
    padding-top: 32px;
    padding-bottom: 32px;
  }

  .mob-p-0 {
    padding: 0 !important;
  }
  .wfh-opt h2 {
    font-size: 30px;
    line-height: 32px;
    padding-top: 40px;
  }
  .wfh-opt .href-btn {
    padding-bottom: 40px !important;
    display: inline-block;
  }
  section.all-prod-estore h3 {
    font-size: 24px;
    margin-bottom: 15px;
  }
  .e-s-feat-blk h4 {
    font-size: 26px;
  }
  .prod-desc-war li:last-child {
    border: 0;
  }
  .certification-area li {
    display: block;
    width: 50%;
    text-align: center;
    margin-bottom: 20px;
  }
  .prod-desc-war li {
    position: relative;
    width: 65%;
    margin-bottom: 24px;
    border-bottom: 1px solid #333;
  }
  .pb-80 {
    padding-bottom: 40px;
  }
  section.all-prod-estore h3 a {
    font-size: 16px;
  }
  .e-surge-up .righ-blk {
    background-position: 90% 90% !important;
  }
  .estore-l-slider .hni-p-btn img {
    width: 14px !important;
  }
  .estore-l-slider .prod-buy-btn button {
    width: 80%;
    font-size: 13px !important;
  }
  .estore-l-slider .pricr-offer {
    padding-left: 0;
    padding-right: 0;
  }
  .estore-loc-map input {
    width: 100%;
    border-radius: 0px !important;
    height: 40px;
    margin-bottom: 10px;
  }
  span.choose-file-button img {
    width: 55px;
  }
  span.file-message,
  .choose-file-button {
    width: 150px;
    text-align: center;
  }
  .hni-explore-sroom p {
    margin-bottom: 30px !important;
  }
  .sustain-blk .cs-content {
    padding: 30px;
  }
  .sustain-blk-slider .owl-dots {
    margin-left: 8.2%;
  }
  .row.my-account {
    margin: 30px 0px;
  }
  .my-acc-right-blk {
    padding: 10px;
  }
  .card-blk .float-end {
    width: 50px;
  }
  .my-acc-body,
  .my-recent-order,
  .default-ship-add,
  .my-acc-contact {
    padding: 15px;
    margin-bottom: 15px;
  }
  .my-account .my-acc-head h3 {
    font-size: 20px !important;
  }
  .my-acc-right-blk .prod-fea-tabs {
    padding: 0;
  }
  .my-recent-order.my-acc-order {
    padding: 0;
  }
  .my-account .acc-img h3 {
    font-size: 20px !important;
  }
  .my-account .acc-img p {
    font-size: 16px;
  }
  .my-recent-order table.cart-prod-table td {
    display: inline;
  }
  .sub-total-tab tr:last-child td {
    padding: 18px 0px;
  }
  td.c-p-img img {
    margin-bottom: 5px !important;
  }
  .cart-item-details p {
    display: flex;
  }
  .cart-order-details a {
    margin-bottom: 18px !important;
  }
  .sub-total-tab table {
    width: 100%;
    margin-top: 24px;
  }
  .cart-item-details p span {
    display: inline-block;
    width: fit-content;
    margin-bottom: 10px;
    margin-right: 5px;
  }
  .link-list-tab ul {
    margin-top: 00px;
    border-bottom: 1px solid #333;
    padding-bottom: 15px;
  }
  .link-list-tab li {
    text-align: left;
    margin-bottom: 5px;
  }
  .link-list-tab ul li a {
    font-size: 14px;
  }
  .my-account .acc-details h4,
  .my-account .my-recent-order h4,
  .default-ship-add h4,
  .my-acc-contact h4 {
    font-size: 18px;
  }
  .my-acc-contact {
    display: grid !important;
  }
  .my-acc-contact p {
    width: 100%;
  }
  .download-content li {
    font-size: 14px !important;
    margin-bottom: 10px;
  }
  .download-content li img {
    margin-right: 10px !important;
    width: 25px;
  }
  .my-acc-address h6 {
    font-size: 16px;
  }
  .file-drop-area {
    padding: 10px;
  }
}

@media (max-width: 992px) {
  /* .tab-content > .tab-pane,
  .defult-tabs.tab-content > .tab-pane.active,
  .hori-tabs {
    display: block;
    opacity: 1;
  } */
  td.wc-block-cart-item__total {
    align-items: end !important;
    display: grid;
}
.wc-block-components-totals-coupon__form .wc-block-components-totals-coupon__button {
  padding: 0px 15px !important;
  height: 56px;
}
.wp-block-woocommerce-checkout {
  margin: 0;
  padding-top: 24px;
  padding: 10px 24px;
}
.wc-block-components-order-summary-item__total-price {
  display: flex;
  align-items: end;
}
table.cart-prod-table.w-100 td{
  border: 0 !important;
}
input#terms, input#cr_customer_consent {
  width: auto !important;
}
.woocommerce-account .address_book header{
  border:  0 !important;
}

  .filter-header {
    padding: 16px;
    padding-top: 30px;
  }
  .offcanvas.offcanvas-start {
    top: 88px;
  }
  .cust-check-container {
    padding-left: 0;
    margin: 0px 24px;
  }
  .cust-check-container {
    padding-bottom: 0;
  }
  .cust-nav button[aria-expanded="true"] img {
    display: none;
  }
  .filter-offcanvas {
    width: 80% !important;
  }
  .prod-filter h3 {
    margin-bottom: 0;
  }

  .cust-nav button[aria-expanded="true"] {
    background-image: url("../images/menu-close.png");
    background-repeat: no-repeat;
    background-position: center;
    width: 30px;
    height: 16px;
    margin: auto 0;
  }
  .cust-nav button[aria-expanded="false"] {
    background-image: none;
  }
  .defult-tabs.tab-content > .tab-pane {
    display: none;
    opacity: 0;
  }
  .hori-tabs .tab-content > .tab-pane {
    display: block;
    opacity: 1;
  }
  .prod-filter h4 {
    margin: 12px 0px;
    font-size: 16px !important;
  }
  .prod-filter .cust-check {
    font-size: 16px;
    margin-bottom: 4px;
  }
}
@media (min-width: 1025px) and (max-width: 2000px) {
  p {
    font-size: 18px !important;
    line-height: 24px !important;
  }
  .bring-joy-bg .mb-4 {
    margin-bottom: 1.2rem !important;
  }
  .hni-solutions p {
    min-height: 146px !important;
  }
  .pl-more {
    padding-left: 10%;
  }
  .pl-item-details p {
    font-size: 16px !important;
  }
  .cust-suport-nav .main-menu-item li a,
  .close-filter-pill li {
    font-size: 16px !important;
  }
  img.btn-l-icon {
    width: 17px !important;
    height: 17px !important;
  }
  .pb-64 {
    padding-bottom: 64px;
  }
  .cust-suport-nav .nav-p-menu li a.nav-link,
  .cust-suport-nav .main-menu-item li button a {
    font-size: 12px !important;
  }
  .succ-prod-details p strong {
    font-weight: 700 !important;
  }
  .meteri-colo-detail ul li span {
    display: inline-block;
    width: 20px;
    height: 20px;
  }
  .mete-frame p,
  .mete-seat p {
    margin-top: 8px;
  }
  .ins-content h3,
  .modal-body h3 {
    font-size: 24px;
    line-height: 30px;
  }
  img.menu-s-icon {
    width: 11px;
    margin-top: -3px;
  }
  .hni-online-btn {
    position: relative;
    top: -3px;
  }
  .py-100 {
    padding-top: 64px;
    padding-bottom: 64px;
  }
  .ps-80 {
    padding-left: 64px;
  }

  .btm-footer p {
    font-size: 12px !important;
  }
  .navbar-expand-lg .navbar-nav a {
    padding: 12px 12px 0px 12px !important;
  }
  h1 {
    font-size: 32px;
    line-height: 36px;
  }
  .bring-joy-bg {
    padding: 32px 0px;
  }
  .w-md-65 {
    width: 47%;
  }
  /* .prod-fea-tabs .nav-tabs {
    margin-bottom: 0;
  } */

  .hori-tabs ul.nav li:first-child {
    margin-top: 12px;
  }
  .hori-tabs ul.nav li button.active:before {
    height: 20px;
  }
  /* button */
  .hyper-btn,
  .href-btn,
  .hni-en-room a,
  .ins-content a,
  .ins-blog-content a,
  .cart-order-details a,
  a.href-b-link,
  p.c-location,
  .offer-content h6,
  .prod-acc-details button.accordion-button,
  li.breadcrumb-item {
    font-size: 16px !important;
    line-height: 20px;
  }
  body section .pl-item-details h3,
  .sub-total-tab td,
  .succ-prod-details h4 {
    font-size: 16px !important;
    line-height: 20px !important;
    margin-bottom: 5px !important;
  }
  .owl-carousel .prod-list-s {
    margin-bottom: 0 !important;
  }
  /* .href-btn img,
  .hni-en-room a img,
  .ins-content a img,
  .ins-blog-content a img {
    width: 8px;
  } */
  .ins-blog-content h4 {
    min-height: 100px;
  }

  /* button */
  .hyper-btn,
  .href-btn,
  .hni-en-room a,
  .ins-content a,
  .ins-blog-content a,
  .cart-order-details a {
    font-size: 16px !important;
    line-height: 20px;
  }
  .shop-categ .nav-link p {
    margin-bottom: 0;
    margin-top: 5px;
  }
  .hni-blocks-slider .hni-s-btn {
    margin-top: 32px;
    margin-bottom: 25px;
  }

  /*  */
  .ins-blog-content span.blog-count {
    font-size: 32px !important;
    line-height: 38px !important;
  }
  .hni-solutions h2,
  .fs-48 {
    font-size: 32px;
    font-weight: 600;
    line-height: 40px;
  }
  .hni-wp-hybrid h2,
  .hni-en-room h2,
  .p-list-header-search h2,
  .p-list-header-search h1,
  .ac-pro-rang h2,
  .purchase-opt h2,
  .may-also-like h2,
  .certification-area h2,
  .prod-details-left h2,
  .prod-details-right h2,
  section.custom-help h3,
  section.custom-help h1,
  .comp-why-hni h2,
  .comp-why-hni h1,
  .contact-us h2,
  .contact-us h1,
  .all-prod-estore h3,
  .fs-60,
  .success-left h4,
  .hni-blocks-slider h2,
  .hni-experience h2,
  .hni-explore-sroom h2,
  section.hni-pre-footer h2,
  .ins-blog h2,
  .hni-awards h2,
  .life-hni h2,
  .csr-blks h2,
  .csr-our-goal h2,
  .csr-our-goal h1,
  .md-voice h3,
  .hni-manufact h2,
  .grid-list-view h2,
  .diversity-1 h4,
  .diversity-3 h4,
  .how-to-apply h2,
  .buy-it-with h2 {
    font-size: 32px;
    line-height: 40px;
    margin-bottom: 24px !important;
    font-weight: 600;
  }

  .hori-tabs .accordion-body h3,
  .comp-why-hni h3,
  .blk-head,
  .cart-order-details h3,
  .success-left h5,
  .success-right h4,
  .g-place-work h4,
  .cs-content h3,
  .h-p-engage h3,
  .md-voice h5,
  .job-name h4,
  .dev-name,
  .colors-avi h4,
  .offers-blk h3,
  .install-type h4,
  .delivery-service h4,
  .ratings-prod h4 {
    font-size: 24px !important;
    line-height: 28px !important;
  }
  .pl-item-details h4,
  .pf-spec-details h4,
  .hori-tabs ul.nav li button,
  .cust-check,
  .cart-item-details h3,
  .cart-item-total h4,
  .my-acc-content h4,
  .add-left-blk h5,
  .my-acc-content a,
  .delear-addre h4,
  .price-offer h4,
  .install-type button,
  .install-type button.active,
  .pf-spec-details h3 {
    font-size: 18px !important;
    line-height: 22px !important;
  }

  .mete-colors-details h3,
  .mete-colors-details h4,
  .ins-blog-content span,
  .sale-per p,
  .exp-tags li,
  .delear-addre h4,
  .price-offer span.top-pick {
    font-size: 14px !important;
    line-height: 18px !important;
  }
  .hni-newest h4,
  .success-right h6 {
    font-size: 14px;
    line-height: 26px;
    font-weight: 600;
  }
  .hni-blocks-slider h4,
  .pl-item-details h3 a,
  span.star-rating,
  .prod-details-right h4,
  .prod-details-left h4,
  .hni-cuboid-slider h3,
  .hni-en-room h3,
  .prod-fea-side-blks span,
  .success-right h5 {
    font-size: 16px;
    line-height: 18px;
    margin-bottom: 16px !important;
  }

  .hni-cuboid-slider h2,
  .pd-left-blk h2,
  .pd-left-blk h1,
  .prod-features h2,
  .prod-features-blk h3,
  .pf-full-slider h2,
  .hori-tabs h2 {
    font-size: 32px;
    line-height: 36px;
    margin-bottom: 1.2rem !important;
  }
  .hni-newest h3,
  .meterial-blk h2,
  .mate-frame-section h2,
  .mate-seat-section h2,
  .e-s-feat-blk h4,
  .prod-desc-war li h4,
  .cs-content h4,
  .price-offer h2 {
    font-size: 28px;
    line-height: 30px;
  }
  .ins-blog-content h4,
  .e-row-blks h5,
  .contact-head h4 {
    font-size: 18px;
    line-height: 28px;
  }

  select.form-select,
  .p-list-header-search nav ol li a,
  .breadcrumb li.active,
  .prod-fea-tabs .nav-tabs button,
  .prod-fea-tabs .nav-tabs button.active {
    font-size: 16px !important;
  }
  .cust-check .checkmark {
    width: 22px;
    height: 22px;
  }
  .cust-check .checkmark:after {
    left: 7px;
    top: 4px;
  }
  .colors-avi h4 {
    margin-top: 24px;
  }
  .colors-avi,
  .download-guide {
    margin-bottom: 24px;
  }
  .cs-content img {
    width: 33px !important;
    margin-bottom: 18px;
  }
  .prod-desc-war li p {
    font-weight: 600;
  }
  .sustain-blk-slider .owl-dots {
    margin-left: 7.2%;
  }

  section.p-list-btm-blocks {
    padding-top: 32px !important;
    margin-top: 32px !important;
  }
  .py-75 {
    padding-top: 64px;
    padding-bottom: 64px;
  }
  .g-place-work h4 {
    margin: 10px 0px !important;
  }
  /*  */
  .offers-blk h3 {
    margin-bottom: 16px;
  }
  .price-offer h2 {
    font-weight: 700;
  }
  .hni-newest-slider img.mb-4 {
    margin-bottom: 1.2rem !important;
  }
  .hni-newest-slider .mob-reg-pad {
    padding: 8px;
  }
  .hni-explore-sroom p,
  .ins-blog h2,
  .insights-blk .col-12.col-md-8 .row {
    margin-bottom: 32px !important;
  }

  .location-map {
    width: 50%;
  }

  /*  */
  .hni-solutions,
  .hni-newest-slider,
  .hni-wp-hybrid,
  .hni-cuboid-slider,
  .hni-blocks-slider,
  .mt-100 {
    margin-top: 64px !important;
  }
  .ins-blog .container,
  .cs-content {
    margin-bottom: 64px;
  }
  .hni-solutions h2,
  .hni-newest-slider h2,
  .prod-features-blk,
  .succ-order-det,
  .suss-contact,
  .ship-bill-address,
  .hom-insi-f {
    margin-bottom: 32px !important;
  }
  .ins-blog h2,
  .p-list-header-search.mt-5,
  section.p-list-header-search.cart-bread,
  section.container.mt-md-5.mt-3.p-list-header-search,
  .prod-filter-container {
    margin-top: 32px !important;
  }
  .hni-blocks-slider,
  .hni-explore-sroom,
  .hni-pre-footer,
  .hni-footer,
  .contact-us .container,
  .pt-100 {
    padding-top: 64px !important;
  }
  .hni-blocks-slider,
  .hni-explore-sroom,
  .hni-pre-footer,
  .pb-100 {
    padding-bottom: 64px !important;
  }
  .hni-footer {
    padding-bottom: 32px !important;
  }
  .hom-insi-s,
  section.prod-features .container,
  section.may-also-like.pt-100.pb-5 {
    padding-top: 32px !important;
  }
  .certification-area {
    padding-top: 32px;
    padding-bottom: 32px !important;
  }
  section.shop-categ h3,
  .bring-joy p {
    margin-bottom: 16px !important;
  }

  .job-name h4 {
    margin-bottom: 10px !important;
  }
  .purchase-opt a {
    padding-bottom: 12px;
    margin-bottom: 24px;
  }
  .pf-full-slider .item {
    padding: 32px;
  }
  ol.breadcrumb,
  .contact-us .container,
  section .prod-filter h3 {
    margin-bottom: 0 !important;
  }
  .hori-tabs ul.nav li button {
    padding: 0;
  }
  /*  */
  .hni-blocks-slider h4,
  .hni-blocks-slider p,
  .hni-blocks-slider h2 {
    padding-right: 100px;
  }

  .hni-newest .item span {
    padding: 6px 4px 4px 4px !important;
    font-size: 12px;
    line-height: 14px;
  }
  .hni-t-btn,
  .hni-t-btn:hover,
  .hni-p-btn,
  .hni-p-btn:hover,
  .hni-s-btn,
  .hni-s-btn:hover,
  .hni-g-btn,
  .hni-g-btn:hover,
  :not(.btn-check) + .btn:active,
  form.location-map button {
    font-size: 14px !important;
    padding: 8px 12px !important;
  }
  body .hni-online-btn {
    padding: 0 !important;
  }
  /* .hni-s-btn img,
  .hni-p-btn img,
  .hyper-btn img,
  .hni-t-btn img {
    margin-left: 8px;
    width: 8px !important;
    margin-top: -1px;
  } */
  .hni-blocks-slider .carousel-indicators {
    /* top: -100px; */
  }

  .cuboid-container .carousel-caption {
    width: 45% !important;
    margin: auto;
    left: 0;
    margin-bottom: 0 !important;
  }

  .carousel-indicators [data-bs-target] {
    height: 4px;
    width: 24px;
    border-radius: 4px;
    margin-right: 6px;
  }
  nav.row.mx-0.mt-5 {
    margin: 16px 0px !important;
  }
}
@media (min-width: 1701px) and (max-width: 1900px) {
  p {
    font-size: 20px !important;
    line-height: 26px !important;
  }
  h1,
  .bring-joy h1 {
    font-size: 42px;
    line-height: 50px;
  }
  .fs-30 {
    font-size: 25px;
  }
  .lh-40 {
    line-height: 40px;
  }
  .fs-50 {
    font-size: 40px;
  }
  .lh-52 {
    line-height: 42px;
  }
  .fs-48 {
    font-size: 40px;
  }
  .hni-solutions p {
    font-size: 18px;
    line-height: 23px;
  }
  .fs-60 {
    font-size: 50px;
  }
  .lh-57 {
    line-height: 53px;
  }
  .fs-20 {
    font-size: 18px;
  }
  .lh-32 {
    line-height: 28px;
  }
  .fs-24 {
    font-size: 20px;
  }
  .bring-joy-bg p,
  .bring-joy p {
    font-size: 22px;
    line-height: 26px;
  }
  .h-p-engage h3 {
    font-size: 40px;
    line-height: 50px;
  }
  .hni-cuboid-slider h2,
  .contact-us h2 {
    font-size: 45px;
    line-height: 50px;
  }
  .my-account .hori-tabs ul.nav li button {
    font-size: 20px;
  }
  .my-account .hori-tabs ul.nav li button {
    font-size: 20px;
  }
  section.hni-cuboid-slider p {
    font-size: 27px;
    line-height: 31px;
  }
  .hni-explore-sroom h2 {
    font-size: 50px;
  }
  .hni-explore-sroom p {
    font-size: 28px;
    line-height: 30px;
  }
  .lh-70 {
    line-height: 58px;
  }
  .p-list-header-search h2, .p-list-header-search h1 {
    font-size: 60px;
    line-height: 64px;
  }
  .p-list-header-search nav ol li a {
    font-size: 18px;
  }
  .shop-categ h3 {
    font-size: 28px;
  }
  .pl-item-details h3 a {
    font-size: 18px;
  }
  .pl-item-details h4 {
    font-size: 22px !important;
  }
  .pd-left-blk h2, .pd-left-blk h1 {
    font-size: 70px;
    line-height: 70px;
  }
  .prod-fea-tabs .nav-tabs button,
  .prod-fea-tabs .nav-tabs button.active {
    font-size: 20px;
  }
  .prod-features h2,
  .hori-tabs h2 {
    font-size: 40px;
  }
  .prod-features-blk h3 {
    font-size: 35px;
  }
  .pf-full-slider h2,
  .purchase-opt h2,
  .certification-area ul li h2,
  .may-also-like h2,
  .buy-it-with h2,
  .insights-blk h2,
  .ins-blog h2 {
    font-size: 40px;
  }

  .ins-blog-content h4 {
    font-size: 22px;
    line-height: 30px;
  }
  .ins-content h3 {
    font-size: 24px;
    line-height: 34px;
  }
  .hori-tabs ul.nav li button {
    font-size: 20px;
    padding-left: 0;
  }
  .hori-tabs .accordion-body h3 {
    font-size: 26px;
  }
  .download-content li {
    font-size: 20px !important;
  }

  .hori-tabs .accordion-body ul li {
    font-size: 25px;
    line-height: 60px;
  }
  .price-offer h2 {
  }
  .price-offer h2 {
    font-size: 34px;
  }
  .offers-blk h3,
  .colors-avi h4,
  .delivery-service h4 {
    font-size: 26px;
  }
  .offer-content p {
    font-size: 18px;
  }
  .modal-body h3 {
    font-size: 24px;
    font-weight: 600;
  }
  .hni-t-btn,
  .hni-t-btn:hover,
  .hni-p-btn,
  .hni-p-btn:hover,
  .hni-s-btn,
  .hni-s-btn:hover,
  .hni-g-btn,
  .hni-g-btn:hover,
  :not(.btn-check) + .btn:active,
  .hni-online-btn,
  .btn:first-child:active,
  .all-prod-estore h3 span a {
    font-size: 16px;
    line-height: 22px;
    font-weight: 500;
    padding: 10px 15px;
  }
  .p-list-header-search h2, .p-list-header-search h1 {
    font-size: 46px;
  }
  .all-prod-estore h3 {
    font-size: 38px;
    line-height: 28px;
    margin-bottom: 30px;
  }
  section.all-prod-estore .prod-buy-btn .hni-p-btn {
    font-size: 14px !important;
  }

  .all-prod-estore h3 span a {
    font-size: 22px;
    line-height: 32px;
  }
  .sustain-blk-slider .owl-dots {
    margin-left: 7%;
  }
  .success-confirm .mt-100 {
    margin-top: 80px;
  }
  .success-left h4 {
    font-size: 35px;
  }
  .success-left h4 img {
    width: 40px;
  }
  .success-left h5 {
    font-size: 22px;
    line-height: 26px;
  }
  .success-left p {
    font-size: 21px;
  }
  .succ-prod-details h4 {
    font-size: 16px !important;
  }
  .succ-prod-details p {
    font-size: 16px;
  }
  .success-right {
    padding: 40px 30px;
  }
  .success-right h4 {
    font-size: 28px;
    margin-bottom: 30px;
  }
  .success-right h6 {
    font-size: 15px;
  }
  .success-right h5 {
    font-size: 18px;
    line-height: 20px;
  }
  .succ-order-det,
  .suss-contact,
  .ship-bill-address {
    margin-bottom: 30px;
  }

  .ship-bill-address p,
  .suss-payment {
    font-size: 20px;
    line-height: 26px;
  }
  .my-acc-wishlist .close-filter-pill li {
    line-height: 22px !important;
    font-size: 16px !important;
  }
  .comp-why-hni h2,
  .built-last h2,
  .contact-us h2 {
    font-size: 50px;
    line-height: 54px;
  }
  .comp-why-hni h3 {
    font-size: 36px;
    line-height: 40px;
  }
  .container.e-s-feat-blk h4 {
    font-size: 30px;
    line-height: 33px;
  }
  .pb-80 {
    padding-bottom: 60px;
  }
}
@media (min-width: 1200px) and (max-width: 1600px) {
  .pl-more {
    padding-left: 10%;
  }
  .hni-solu-slider .owl-stage {
    padding-left: 5% !important;
  }
}
@media (min-width: 1601px) and (max-width: 1800px) {
  .pl-more {
    padding-left: 12%;
  }
  .hni-solu-slider .owl-stage {
    padding-left: 13% !important;
  }
  .dev-talk p,
  .dev-talk h5 {
    width: 100%;
  }
}
@media (min-width: 1901px) and (max-width: 2200px) {
  .pl-more {
    padding-left: 14%;
  }
  .dev-talk p,
  .dev-talk h5 {
    width: 100%;
  }
}
section.hni-pre-footer ul li {
  /* width: 20%; */
  /* padding: 16px; */
  text-align: center;
  margin: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0px 0px 24px 0px #00000014;
  border-radius: 8px;
  background-color: #fff;
}
section.hni-pre-footer ul li img {
  width: 100%;
}
table.cart-prod-table {
  width: 80%;
}
table.cart-prod-table thead th {
  font-size: 16px;
  color: rgba(88, 89, 91, 1);
  font-weight: 400;
  text-transform: uppercase;
  border-bottom: 1px solid rgba(230, 231, 232, 1);
}
td.c-p-img {
  width: 185px;
  padding-right: 20px;
}
.cart-item-details h4 {
  font-size: 18px;
  line-height: 24px;
  margin-bottom: 0;
}
table.cart-prod-table tr {
  border-bottom: 1px solid rgba(230, 231, 232, 1);
}
.cart-re-wi a {
  font-size: 14px;
  line-height: 20px;
  margin-right: 20px;
  text-decoration: underline;
  color: #929497;
}
.cart-item-total h4 {
  font-size: 26px;
  font-weight: 700;
}
td.c-p-img img {
  border: 1px solid #e6e7e8;
  border-radius: 5px;
  margin: 30px 0px;
  margin-right: 20px;
}
.cart-item-details h3 {
  font-size: 26px;
  line-height: 36px;
  font-weight: 700;
}
.carousel-indicators [data-bs-target],
.hni-newest-slider .owl-theme .owl-dots .owl-dot span {
  height: 4px;
  width: 24px;
  border-radius: 4px;
  margin-right: 6px;
}

.card {
  margin-bottom: 1rem;
}

.list-view .row > [class*="col-"] {
  max-width: 100%;
  flex: 0 0 100%;
}
.list-view .card {
  flex-direction: row;
}
@media (max-width: 575.98px) {
  .list-view .card {
    flex-direction: column;
  }
}
@media(max-width:767px){
  .woo-variation-product-gallery .slick-slide.slick-active {
    border: 1px solid #fff !important;
  }
  .woo-variation-gallery-thumbnail-slider:hover .wvg-thumbnail-next-arrow, .woo-variation-gallery-thumbnail-slider:hover .wvg-thumbnail-prev-arrow {
    width: 30px !important;
    height: 100px;
}
.woocommerce div.product form.cart .button {
  font-size: 14px !important;
}
  .lightbox {
    position: fixed;
    top: 0 !important;
    width: 100%;
    z-index: 10000;
    font-weight: 400;
    bottom: 0 !important;
    margin: auto !important;
    vertical-align: middle;
    display: inline-table;
}
  .prod-fea-side-blks h2.p-color {
    margin-top: 20px !important;
}
.nav.nav-tabs .owl-nav {
  top: -65px;
}
.hni-awards ul li img {
  width: 60% !important;
}
.awd-img ul li:last-child img {
  width: 100%;
}

  .lightbox {
    margin-top: 150px;
}
.logo-btn {
  width: 100% !important;
}
  #pincheck_wrapper .pincheck_inner .form_inline {
    flex-direction: row !important;
    padding: 5px 10px 0px !important;
}
.woocommerce form .form-row {
  width: 100%;
}
  .woocommerce div.product .quantity{
    height: 60px !important;
  }
  .product-slide div.product form.cart .button {
    width: 45%;
}
  .woo-variation-gallery-thumbnail-wrapper{
    margin-top: 8px !important;
  }
  .slick-list.draggable {
    margin-top: 8px;
}
  .ratings-prod h4 {
    margin-bottom: 10px;
    margin-top: 30px;
    font-size: 22px;
}
  section#how-apply {
    padding: 0px 15px;
}
  .prod-desc .d-flex.gap-3 {
    /* display: block !important; */
  }
  .policy-section ul li p {
    font-size: 14px !important;
    line-height: 18px !important;
}
  .dev-bg {
    text-align: center;
    width: 87%;
    margin: auto;
    margin-bottom: 0;
  }
  .diversity-1 h4, .diversity-3 h4 {
    font-size: 24px !important;
    line-height: 30px !important;
  }
  .diversity-1 h4, .diversity-3 h4 {
    margin:  0 !important;
  }
  .diversity-3 h4:after {
    left: -90px !important;
  }
  .diversity-2.hni-blocks-slider.m-0.mt-0 {
    margin: 10px 0px !important;
  }
  .diversity-2-bg img {
    display: none;
  }
  .diversity-2.hni-blocks-slider p {
    margin-bottom: 24px !important;
    min-height: 132px;
  }
  .diversity-2.hni-blocks-slider .carousel-indicators{
    margin-bottom: -1rem;
  }
  .why-work .col-12:last-child {
    margin-bottom: 0;
}
.why-work .col-12 {
  margin-bottom: 40px;
}
  .h-p-engage.bg-dark-gray {
    margin-bottom: 8px;
}
section.hni-manufact iframe {
  height: 205px !important;
}
.our-brand-blk{
  margin-bottom: 42px !important;
}
.career-head-pos-cont .p-list-header-search .my-4, .career-head-pos-cont .p-list-header-search {
  margin-bottom: 1px !important;
}
.career-blk-cont-0, .career-blk-cont-1, .career-blk-cont-2 {
  margin-bottom: -16px !important;
  margin-top: 16px;
}
  .insight-slide .owl-dots{
    width: 100%;
      padding-left: 0px;
      margin-left: 0px;
    }
  button.accordion-button[aria-expanded="true"] {
    border-color: #ef463b;
}
  .hom-insi-f .carousel-inner p, .hom-insi-s .carousel-inner p {
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
}
section.hni-awards h2 {
  margin-bottom: 34px !important;
}
  .basic-tabs .nav.nav-tabs li {
    width: auto;
}
.basic-tabs .nav.nav-tabs {
  justify-content: start !important;
}
  .dev-bg img {
    width: 54% !important;
}
.dev-talk p{
  text-align: center;
}
.dev-bg {
  background-position: 84% 0%;
}
p.dev-desi{
  min-height: 45px !important;
}
section.emp-talk.py-100 {
  padding-bottom: 60px !important;
}
.emp-talk .carousel-indicators {
  bottom: -5% !important;
}
.dev-talk p {
  min-height: 202px;
}
.basic-tabs .nav.nav-tabs {
  display: flex;
  flex-flow: nowrap;
  white-space: nowrap;
  overflow: auto;
}
  .product-slide .woo-variation-product-gallery {
    max-width: 100% !important;
    width: 100%;
    position: relative !important;
    top: auto !important;
}
.our-certificate-blk .data-submit-blk .csr-blks-cont a img {
  height: 25px !important;
  margin-top: 0px;
}
.hni-pre-footer ul li img{
  height: auto !important;
}
.hni-promice.comp-promice.a-hni p {
  font-size: 20px !important;
  line-height: 24px !important;
}
.list-g-btn{
  margin-top: 15px !important;
}
.owl_2  .d-width-slider .sc-tab-slide-pf img{
  width: auto !important;
}
section.hni-promice.comp-promice .h-p-blk1.mb-4 {
  margin-bottom: 8px !important;
}
.h-p-engage-blk , section.hni-promice.comp-promice{
  padding-bottom: 8px !important;
}
section.extra-mile.py-100.container-fluid{
  padding-top: 8px !important ;
}
.prod-options ul li p{
  font-size: 14px !important;
}
.dev-talk img{
  display: none;
}
.dev-name{
  margin-top: 8px;
}
section.emp-talk.py-100 {
  margin-top: 30px;
}
.bring-joy:before{
  display: none;
}
.cust-owl-arrow .owl-carousel .owl-nav button.owl-next, .cust-owl-arrow .owl-carousel .owl-nav button.owl-prev {
  background-size: 10px;
  background-position: center;
}
.nav.nav-tabs .owl-nav {
  width: 60px;
  margin-right: 12px;
}
.hni-newest .item span {
  padding: 6px !important;
}
.hni-wp-hybrid .mob-reg-pad img.mb-md-5 {
  display: none;
}
section.hni-wp-hybrid a img {
  margin-bottom: 0px;
}
.resource-blk {
  padding: 0px 10px;
}
.eye-slider {
  left: 14px;
  width: 40px;
}
.prod-desc .pd-right-blk {
  display: none;
}

}
.owl_2.d-width-slider .owl-item .sc-tab-slide-pf img{
  width: auto !important;
}
.list-view .card > .card-img-top {
  width: auto;
}
.list-view .card .card-body {
  display: inline-block;
}
/*.awd-img ul li:last-child img {
  width: 95%;
}*/
.awd-img ul li:nth-child(2) img, .awd-img ul li:nth-child(3) img{
  width: 50%;
}
#ajaxsearchpro2_1, #ajaxsearchpro2_2, div.asp_m.asp_m_2 {
  border: 1px solid #ccc;
  border-radius: 5px !important;
}
.asp_m.ajaxsearchpro .probox .proinput {
  margin: 0 !important;
}
#ajaxsearchpro2_1 .probox .proinput input.orig::placeholder {
  font-size: 16px;
  color: #383838 !important;
}
#ajaxsearchpro2_1 .probox .promagnifier .asp_text_button {
  display: none;
}
#ajaxsearchpro2_1 .probox .promagnifier .innericon svg{
  fill: rgb(118 118 118) !important;
}
#ajaxsearchpro2_1 .probox .proinput input.orig, #ajaxsearchpro2_2 .probox .proinput input.orig, div.asp_m.asp_m_2 .probox .proinput input.orig{
  padding-top: 0 !important;
}
#ajaxsearchprores2_1.vertical, #ajaxsearchprores2_2.vertical, div.asp_r.asp_r_2.vertical {
  padding: 1px;
  background: #ccc;
}
#ajaxsearchprores2_1.vertical .results .item .asp_content, #ajaxsearchprores2_2.vertical .results .item .asp_content, div.asp_r.asp_r_2.vertical .results .item .asp_content {
  padding: 1px 10px;
}
#ajaxsearchprores2_1 .results .item .asp_content h3 a, #ajaxsearchprores2_2 .results .item .asp_content h3 a, div.asp_r.asp_r_2 .results .item .asp_content h3 a {
  font-weight: 400;
  font-family: "Nunito", sans-serif !important;
  color: rgb(19 19 19);
  font-size: 14px;
  text-shadow: none;
}
.woo-variation-product-gallery .slick-vertical .slick-slide {
  border: 0;
  width: 90px !important;
  height: 90px !important;
}

.woo-variation-product-gallery .slick-slide.slick-current.slick-active.slick-center {
  border: 1px solid #ef463b !important;
}
.woo-variation-gallery-wrapper .wvg-gallery-thumbnail-image {
  padding: 10px;
}
.woo-variation-gallery-thumbnail-slider:hover .wvg-thumbnail-next-arrow, .woo-variation-gallery-thumbnail-slider:hover .wvg-thumbnail-prev-arrow {
  width: 100px;
}
body.product-template-default.single.single-product .product-slide .yith-wcwl-add-to-wishlist{
  display: none !important;
}
.woo-variation-gallery-slider-wrapper .wvg-slider-next-arrow {
  right: 0 !important;
}
.woo-variation-gallery-slider-wrapper .wvg-slider-prev-arrow{
  left: 0 !important;
}
.woocommerce div.product #pincheck_wrapper .pincheck_inner .button {
  background-image: url(../images/r-arrow-red.png);
  text-indent: -9999em;
  background-repeat: no-repeat;
  background-position: center right;
  margin-top: -6px;
  opacity: 1 !important;
  background-size: 12px;
}
#pincheck_wrapper .pincheck_inner .pin_marker {
  margin-top: 2px;
}
.form_inline #pincheck_wrapper .pincheck_inner .form_inline > *:not(:last-child) {
  margin-bottom: 6px !important;
}
.price-offer p {
    color: #ef463b;
}
section.may-also-like h4 {
    font-size: 14px !important;
    margin-bottom: 0;
}
.filter-list-prod h4 {
    font-size: 14px !important;
    margin-bottom: 0;
}
#navbar {
  transition: top 0.3s;
}