@font-face {
  font-family: "Montserrat";

  src: url("../font/Montserrat-Light.ttf") format("truetype");

  font-weight: 300;
}

@font-face {
  font-family: "Montserrat";

  src: url("../font/Montserrat-Regular.ttf") format("truetype");

  font-weight: 400;
}

@font-face {
  font-family: "Montserrat";

  src: url("../font/Montserrat-Medium.ttf") format("truetype");

  font-weight: 500;
}

@font-face {
  font-family: "Montserrat";

  src: url("../font/Montserrat-SemiBold.ttf") format("truetype");

  font-weight: 600;
}

@font-face {
  font-family: "Montserrat";

  src: url("../font/Montserrat-Bold.ttf") format("truetype");

  font-weight: 700;
}

@font-face {
  font-family: "Montserrat";

  src: url("../font/Montserrat-SemiBold.ttf") format("truetype");

  font-weight: 900;
}

@font-face {
  font-family: "Lora";

  src: url("../font/Lora-Italic.ttf") format("truetype");

  font-weight: 400;
}

:root {
  --white: #ffff;

  --black: #1d2633;

  --red: #fe5f55;

  --green: #919b95;

  --dark-green: #354a48;

  --light-green: #a9d03d;

  --menu-color: #333333;

  --blue: #092b4e;

  --dark-blue: #081d33;

  --primary-font: "Montserrat";

  --secondary-font: "Lora";
}

body,
.page {
  padding: 0;

  margin: 0;
}

/* Fade-in effect */

.fade-in-effect {
  animation: fadeIn 1s ease-in forwards;
}

.modal.fade {
  animation: fadeIn 0.3s ease-in forwards;
}

/* Keyframes for fade-in animation */

@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

* {
  padding: 0;

  margin: 0;

  font-family: var(--primary-font);
}

h1 {
  font-size: 38px;

  line-height: 56px;

  font-weight: 400;

  color: #285e5d;

  margin-bottom: 2rem;

  letter-spacing: 3px;

  text-transform: uppercase;
}

h2 {
  font-size: 26px;

  line-height: 32px;

  font-weight: 900;

  color: var(--dark-green);

  margin-bottom: 2rem;

  letter-spacing: 3px;
}

h2.heading {
  text-transform: uppercase;
}

h3 {
  font-size: 22px;

  line-height: 29px;

  font-weight: 400;

  color: var(--dark-green);
}

h3.tag {
  font-family: var(--secondary-font);

  color: var(--green);
}

h4,
.footer-h4 a {
  font-size: 18px !important;

  font-weight: 600 !important;

  line-height: normal !important;

  color: var(--dark-green);
}

p {
  font-size: 14px;

  line-height: 21px;

  font-weight: 400;

  color: var(--dark-green);
}

a,
a:hover,
a:active,
a:focus,
a:visited,
span,
button {
  text-decoration: none;

  font-weight: 500;

  outline: none;

  color: var(--dark-green);
}

.text-white {
  color: var(--white) !important;
}

.text-dark {
  color: var(--menu-color);
}

.fs-10 {
  font-size: 10px;
}

img {
  width: 100%;
}

a.borderless-btn {
  font-size: 16px;

  line-height: 17px;

  font-weight: 500;

  color: var(--dark-green);

  padding: 15px 30px;

  text-transform: uppercase;

  letter-spacing: 3px;
}

a.dimenstion-btn {
  line-height: 3rem;
  background: var(--dark-green);
  display: inline-block;
  padding-inline: 2rem;
  color: var(--white);
  margin-block: 1rem;
}

a.dimenstion-btn:hover {
  text-decoration: underline;
}

a.border-btn,
button.single_add_to_cart_button.button.alt {
  font-size: 16px;

  line-height: 17px;

  font-weight: 500;

  color: #a9d03d;

  border: 1px solid #a9d03d;

  padding: 15px 30px;

  text-transform: uppercase;

  letter-spacing: 3px;

  transition: all 0.3s;

  background: none;

  border-radius: 0;
}

.single_add_to_cart_button:disabled {
  padding: 15px 30px !important;
  background: var(--dark-green) !important;
}

.custom-product-description p {
  margin: 0;
}

img.autralian-made {
  width: 4rem;
  position: absolute;
  right: 1rem;
  top: 1rem;
  z-index: 2;
}

button.single_add_to_cart_button.button.alt {
  color: var(--dark-green) !important;

  border-color: var(--dark-green) !important;

  width: 100%;

  text-transform: capitalize;
}

.custom-add-to-cart a.border-btn {
  text-transform: capitalize;
}

button.single_add_to_cart_button.button.alt:hover {
  color: var(--white) !important;

  background-color: var(--dark-green) !important;
}

button.single_add_to_cart_button.button.alt.disabled.wc-variation-selection-needed,
button.single_add_to_cart_button.button.alt {
  background: var(--dark-green);

  color: var(--white) !important;

  font-weight: 700 !important;
  width: fit-content;
}

.sale-product .button-group {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}

.sale-product .button-wrapper {
  display: flex;
  gap: 1rem;
  align-items: flex-end;
  flex-direction: row-reverse;
  justify-content: flex-end;
}

.product-sale-price span.woocommerce-Price-amount.amount {
  font-size: 22px !important;
}

.product-sale-price ins {
  background: none !important;
}

.product-sale-price del {
  font-size: 21px !important;
}

a.reset_variations {
  display: none !important;
}

.custom-add-to-cart a.border-btn,
.single_add_to_cart_button {
  padding: 15px 15px;

  text-align: center;

  max-width: 300px;
}

.custom-add-to-cart .btn-container {
  display: flex;
}

a.border-btn:hover {
  background: #a9d03d;

  color: var(--white);
}

.page-section {
  padding: 100px 0;
}

.border-dark-green {
  color: var(--dark-green) !important;

  border-color: var(--dark-green) !important;
}

.border-dark-green:hover {
  color: var(--white) !important;

  background-color: var(--dark-green) !important;
}

.bg-dark-green {
  color: var(--white) !important;
  background: var(--dark-green) !important;
}

.bg-dark-green:hover {
  background: var(--white) !important;

  color: var(--dark-green) !important;
}

.border-white {
  color: var(--white) !important;

  border-color: var(--white) !important;
}

.border-white:hover {
  color: var(--dark-green) !important;

  background-color: var(--white) !important;
}

section {
  padding-left: 90px !important;

  padding-right: 90px !important;
}

/* header section */

#top-menu .fa-chevron-down:before {
  color: black;
}

li.menu-item.has-submenu {
  position: relative;
}

ul.sub-menu {
  position: absolute;
  padding: 1rem 5rem 1rem 1rem;
  margin: 0;
  background: white;
  top: 1.5rem;
  left: 0;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  display: none;
  z-index: 1;
}

li.menu-item.has-submenu .fas {
  order: 1;
  font-size: 12px;
  transition: all 0.3s;
}

.has-submenu li.menu-item {
  display: flex;
  gap: 10px;
  width: max-content;
  margin-bottom: 10px;
}

li.menu-item {
  display: flex;
  align-items: center;
  gap: 10px;
}

li.menu-item img {
  width: 16px;
}

.submenu-chevron i {
  font-size: 8px;
  margin-left: 5px;
  color: white;
  transition: transform 0.3s ease;
}

/* Rotate chevron on hover */
.menu-item-has-children:hover .submenu-chevron i {
  transform: rotate(180deg);
}

.main-header {
  top: 0;
  position: fixed;

  width: 100%;

  z-index: 100;
}
body.page {
  padding-top: 120px;
}

header#masthead {
  padding: 1rem;

  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;

  background: var(--dark-green);
}

header#masthead > * {
  display: flex;
  align-items: flex-end;
  justify-content: center;
}

.main-navigation {
  width: fit-content;
}

ul#primary-menu {
  gap: 30px;
}

.top-menu {
  background: var(--white);
}

ul#top-menu {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  gap: 5rem;
  justify-content: center;
  padding-block: 1rem;
}

ul#top-menu {
  text-transform: uppercase;
}

ul#primary-menu li a {
  color: var(--white);
  text-transform: capitalize;
  font-weight: 400;
}

ul.sub-menu a {
  color: var(--dark-green) !important;
}

ul#primary-menu li a:hover {
  text-decoration: underline;
}

ul#primary-menu li.menu-sale a {
  color: var(--red);
}

.top-bar {
  padding-block: 3rem;
  background: var(--white);
  transition: all 0.3s;
}

.top-bar > .container {
  display: flex;

  justify-content: space-between;
}

.top-bar > .container * {
  color: var(--dark-green);
}

a.top-banner-contact-no {
  color: var(--white);

  font-weight: 100;
}

.main-navigation ul ul {
  display: flex;

  gap: 10px;

  background: #fff;

  flex-direction: column;

  padding: 20px;
}

.top-bar img.icon {
  width: 18px;
}

.address-cart-container {
  display: flex;
  gap: 20px;
}

.header-search {
  display: flex;
  align-items: center;
  gap: 1.5rem;
}

input.topbar-search {
  background: none;
  border: none;
  outline: none;
  color: var(--dark-green) !important;
  font-size: 14px;
  flex: 1;
}

input.topbar-search::placeholder {
  color: var(--dark-green) !important;
}

.search-box {
  border: 1px solid var(--dark-green);
  padding: 5px 10px;
  width: 18rem;
  display: flex;
}

span.cart-count {
  color: #fff;
}

.top-bar .cart {
  display: flex;

  align-items: center;
}

.top-bar .icon-containerm,
.top-address {
  display: flex;

  gap: 10px;

  align-items: center;
}

.address-phone {
  color: var(--white);
  font-weight: 500;
  font-size: 14px;
}

.mobile-menu {
  position: absolute;

  visibility: hidden;

  width: 0;

  background: #fff;

  height: 100vh;

  z-index: 100;

  padding: 50px 0;

  right: 0;

  transition: width 0.3s ease, visibility 03s;
}

.main-navigation.mobile {
  padding-left: 50px;
}

.mobile-menu.active {
  width: 80%;

  visibility: visible;
}

.mobile-menu.active {
  position: block;
}

.main-navigation.mobile {
  display: none;
}

.burger-menu {
  background: #c3c3c3;

  padding: 10px;

  display: flex;

  flex-direction: column;

  gap: 5px;

  align-items: flex-end;

  display: none;

  width: 40px;

  height: 36px;
}

.burger-menu .line {
  background: #fff;

  width: 20px;

  height: 2px;

  transition: all 0.3s;
}

.burger-menu .line:last-child {
  width: 15px;
}

.burger-menu .line:first-child {
  width: 15px;

  align-self: baseline;
}

ul.sub-menu li a {
  text-transform: capitalize !important;
  font-weight: 400;
}

ul.sub-menu li a:hover {
  text-decoration: underline;
}

li.menu-item.has-submenu:hover .sub-menu {
  display: block;
}

/* end of header section */

/* home banner section */

.home-banner-section {
  height: 100vh;

  overflow: hidden;

  position: relative;

  padding: 0 !important;
}

.video-wrapper,
.homebanner-video {
  width: 100% !important;

  height: 100%;

  object-fit: fill;
}

.slick-track {
  height: 100% !important;
}

.video-wrapper :is(.slick-list.draggable, .slick-track) {
  width: 100% !important;
}

.video-wrapper i.prev-arrow {
  /* background: red; */

  position: absolute;

  z-index: 2;

  top: 55%;

  left: 50px;

  font-size: 28px;
}

.video-wrapper i.next-arrow {
  /* background: red; */

  position: absolute;

  z-index: 2;

  top: 55%;

  right: 50px;

  font-size: 28px;
}

.slick-list.draggable {
  height: 100% !important;
}

.video-wrapper .slick-dots {
  bottom: 50px;
}

:is(.insight-wrapper-slider, .video-wrapper) .slick-dots li button:before {
  color: transparent;

  border-radius: 50px;

  background: transparent;

  border: 1px solid #fff;

  opacity: 1;

  width: 15px;

  height: 15px;
}

.insight-wrapper-slider .slick-dots {
  bottom: 65px;
}

.video-wrapper .slick-dots li.slick-active button:before {
  color: #ffff;

  background: #ffff;

  opacity: 1;
}

.insight-wrapper-slider .slick-dots li.slick-active button:before {
  color: var(--light-green);

  background: var(--light-green);

  opacity: 1;
}

/* end of home banner section */

/* shop by room section */

.product-cat-wrapper {
  display: grid;

  grid-template-columns: repeat(3, 1fr);

  gap: 50px;
}

.product-cat-wrapper .product-cat-title a {
  padding: 15px;

  display: flex;

  align-items: center;

  justify-content: space-between;
}

.product-cat-title a i.next-arrow,
.product-cat-img {
  transition: all 0.3s;
}

.product-cat-item:hover .product-cat-title a i.next-arrow {
  transform: translateX(15px);
}

.product-cat-item:hover .product-cat-img {
  scale: 1.1;
}

.product-cat-img-container {
  overflow: hidden;
}

/* end of shop by room section */

/* shop by category section */

.product-cat-child-img {
  width: 80px;

  height: 80px;
}

.product-cat-child-item .img-container {
  background-color: var(--dark-green);

  padding: 30px;

  clip-path: circle();

  display: flex;

  align-items: center;

  justify-content: center;

  transition: all 0.3s;
}

.product-cat-child-item:hover .img-container {
  background-color: var(--light-green);
}

.product-cat-child-title h3.title {
  font-size: 14px;

  font-weight: 700;

  text-transform: uppercase;

  letter-spacing: 3px;

  line-height: 18px;
}

:is(.trending-style-wrapper, .product-cat-child-wrapper) .prev-arrow {
  position: absolute;

  bottom: 50%;

  transform: translate(-50px, -60%);

  cursor: pointer;
}

:is(.trending-style-wrapper, .product-cat-child-wrapper) .next-arrow {
  position: absolute;

  bottom: 50%;

  right: 0;

  transform: translate(50px, -60%);

  cursor: pointer;
}

/* end of shop by category section */

/* latest offers section */

.latest-offer-main {
  display: flex;

  flex-direction: column;

  gap: 5px;
}

.sale-wapper {
  display: grid;

  grid-template-columns: repeat(4, 1fr);

  gap: 10px;
}

.term-173 ul.subcategories {
  display: none;
}

/* .sale-wapper {

  display: grid;

  grid-template-columns: repeat(4, 1fr);

  gap: 5px;

} */

.sale-big-image-wrapper {
  padding-top: 5px;
}

.sale-wapper .slick-track {
  display: flex;

  gap: 10px;
}

.sale-item {
  display: flex !important;

  flex-direction: column;

  align-items: center;

  justify-content: center;

  padding: 30px;

  background: #fe5f55;

  transition: all 0.3s ease-in-out;
  height: 100%;
}

.sale-item:hover {
  background: #e64e44;
}

.sale-item > *,
.sale-item > *:hover,
.sale-item > *:visited {
  color: var(--white);

  font-weight: 100;
}

.sale-title,
.sale-title:hover {
  font-size: 22px;
  text-align: center;
  font-weight: 400;
}

a.sale-link {
  font-size: 14px;

  display: flex;

  flex-direction: row;

  align-items: center;

  gap: 10px;

  transition: all 0.3s;
}

.sale-item:hover a.sale-link {
  gap: 20px;
}

.sale-big-image {
  width: 100%;

  /* height: 600px; */
  aspect-ratio: 4 / 2;
}

.sale-big-image img {
  width: 100%;

  height: 100%;

  object-fit: fill;
}

/* end of latest offers section */

/* trending style section */

.trending-style-wrapper {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}

.trending-image img {
  aspect-ratio: 3 / 3.5;
  object-fit: cover;
}

.trending-style .content p {
  font-size: 16px;

  font-weight: 500;

  padding: 20px 0;
}

/* end of trending style section */

/* discover section */

:is(.valentine-family-section, .discover-section) .content-container {
  background: var(--dark-green);

  display: flex;

  flex-direction: column;

  justify-content: center;

  align-items: center;

  text-align: center;
}

.discover-section .content-container {
  padding: 50px;

  gap: 50px;
}

.valentine-family-section .content-container {
  padding: 50px 100px;

  gap: 20px;
}

:is(.valentine-family-section, .discover-section)
  .content-container
  h3.heading {
  color: var(--white);
}

.discover-section img.logo {
  max-width: 350px;

  width: 100%;
}

.valentine-family-section img.logo {
  width: 100px;
}

/* end of discover section */

/* shop by brand section */

a.btn-green-plain {
  display: inline-block;
  background: var(--dark-green);
  color: #fff;
  padding: 10px 20px;
  transition: all 0.3s;
}

a.btn-green-plain:hover {
  background: var(--light-green);
}

.range-andcatalogue-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  justify-content: center;
  padding-top: 3rem;
}

.shop-by-brand-section .content-container {
  display: flex;

  flex-direction: column;

  justify-content: center;
}

.brand-logo-wrapper {
  display: grid;

  grid-template-columns: repeat(2, 1fr);
}

.brand-logo-item img {
  object-fit: scale-down;

  aspect-ratio: 3 / 1;

  opacity: 0.5;

  transition: all 0.3s;

  padding: 25px;
}

.brand-logo-item:hover img {
  opacity: 1;
}

.line-divider {
  width: 100%;

  height: 1px;

  background: #c3c3c3;

  margin: 50px 0;
}

/* end of shop by brand section */

/* payment option section */

.payment-option-section .image-container {
  background: var(--dark-green);

  padding: 0 115px;

  display: flex;

  flex-direction: column;

  align-items: center;

  justify-content: center;

  text-align: center;
}

.po-logo-wrapper {
  display: flex;

  gap: 30px;
}

/* end of payment option section */

.dti-item .excerpt {
  overflow: hidden;

  display: -webkit-box;

  -webkit-line-clamp: 4;

  -webkit-box-orient: vertical;
}

.dti-wrapper {
  display: grid;

  grid-template-columns: repeat(3, 1fr);

  gap: 50px;

  grid-template-rows: auto;
}

.dti-item:first-child {
  grid-column: 1 / 3;

  grid-row: 1 / 3;
}

.dti-item:first-child img {
  display: block;
}

.dti-item:not(first-child) img {
  display: none;
}

.dti-item:not(first-child) {
  border-bottom: 2px solid #f1f1;
}

.dti-item:first-child {
  border-bottom: none;
}

.dti-item:first-child .dti-date {
  position: absolute;

  top: 10px;

  left: 10px;

  background: #fff;

  padding: 5px 20px;
}

.dti-item .dti-date {
  font-size: 16px;
}

.dti-item .title {
  font-size: 24px;

  line-height: 29px;

  font-weight: 900;
}

.dti-content {
  display: flex;

  flex-direction: column;

  gap: 20px;

  padding: 20px 0px;
}

.specification {
  margin-top: 2rem;
}

.specification a {
  text-transform: capitalize;
}

/* product taxonmy page */

label:has(input[data-brand-id="369"]) {
  display: none;
}

.filter-brand-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
  justify-content: center;
}

.filter-brand-wrapper label {
  display: inline-block;
  border: 1px solid var(--dark-green);
  padding: 10px 1rem;
  cursor: pointer;
}

button.category-filter-button.brand-filter {
  background: var(--white);
  border-radius: 0;
  border: 1px solid var(--dark-green);
}

button.category-filter-button.brand-filter.active {
  background: var(--dark-green);
  color: var(--white);
}

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

.custom-product-image:hover .product-hover-img {
  opacity: 1;
}

section#brands-page {
  padding-top: 14rem;
}

.top-banner-product-tax {
  padding-top: 20rem;
  /* padding-top: 3rem; */

  padding-bottom: 3rem;

  border-bottom: 1px solid #d7d7d7;

  margin-bottom: 50px;
}

ul.subcategories {
  list-style: none;

  display: flex;

  gap: 20px;

  justify-content: center;

  flex-wrap: wrap;

  margin: 0;

  padding: 0;
}

ul.subcategories li {
  /* flex: 1; */

  text-align: center;

  padding: 10px 25px;

  border: 1px solid #285e5d;

  transition: all 0.3s;

  color: #285e5d;
}

ul.subcategories li:hover {
  background: #285e5d;
}

ul.subcategories li:hover a {
  color: var(--white);
}

.custom-product-image {
  border: 1px solid #d7d7d7;

  height: 367px;

  width: 100%;

  position: relative;
}

h3.custom-product-title {
  font-size: 18px !important;

  font-weight: 600;
}

p.custom-product-price {
  font-size: 18px;
}

.product-info {
  display: flex;

  flex-direction: row;

  gap: 10px;
}

.product-info span.woocommerce-Price-amount.amount {
  font-size: 14px;
}

.viewrange-price {
  display: flex;

  flex-direction: column;

  align-items: flex-end;

  justify-content: space-between;
}

.view-range {
  background: var(--dark-green);

  height: fit-content;

  padding: 2px 15px;

  color: #fff;

  text-wrap-mode: nowrap;

  font-size: 14px;
}

.view-range a {
  font-weight: 200;
}

.title-and-brand {
  flex-grow: 1;
}

.products-wrapper {
  display: grid;

  grid-template-columns: repeat(3, 1fr);

  column-gap: 20px;

  row-gap: 50px;

  padding-bottom: 50px;
}

.fabric-color {
  width: 20px;

  height: 20px;

  border-radius: 50px;
}

.fabrics-color {
  display: flex;

  gap: 5px;
}

.fabrics {
  display: flex;

  align-items: center;

  gap: 10px;
}

.filter-section,
.filter-section > * {
  display: flex;

  gap: 30px;

  position: relative;

  z-index: 1;

  justify-content: center;
}

.filter-label,
.filter-by,
nav.woocommerce-breadcrumb,
nav.woocommerce-breadcrumb a {
  font-size: 16px !important;

  font-weight: 400;

  line-height: 25px;

  color: var(--menu-color);
}

.filter-wrapper {
  flex-wrap: wrap;
}

.filter-dropdown {
  position: absolute;

  background: var(--white);

  width: 200px;

  max-width: 200px;

  display: flex;

  flex-direction: column;

  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;

  height: 0;

  visibility: hidden;

  overflow: hidden;

  transition: height 0.3s ease, visibility 03s;

  interpolate-size: allow-keywords;
}

.filter-dropdown-wrapper {
  padding: 25px;

  display: flex;

  flex-direction: column;

  gap: 10px;
}

.filter-by.active .filter-dropdown {
  height: auto;

  visibility: visible;
}

.filter-dropdown [type="checkbox"] {
  box-sizing: border-box;

  padding: 0;

  margin-right: 5px;
}

.filter-section {
  padding-top: 50px;
}

:is(.term-311, .term-furniture-care, .term-312, .term-313) .filter-section {
  display: none;
}
/* nav.woocommerce-breadcrumb,

.filter-section {

  transform: translateX(-50px);

} */

nav.woocommerce-breadcrumb {
  color: var(--dark-green) !important;

  font-weight: 500;

  text-align: center;
}

#single-product-wrapper nav.woocommerce-breadcrumb {
  text-align: left;
}

nav.woocommerce-breadcrumb a {
  color: var(--green) !important;
}

.insight-page .bread-crumb,
.single-insight .bread-crumb {
  margin-bottom: 10px;
}

.filter-by {
  position: relative;

  cursor: pointer;
}

.filter-by i {
  font-size: 12px;
}

.product-brand {
  text-transform: uppercase;

  font-size: 14px;

  line-height: 14px;

  height: 24px;

  display: flex;

  align-items: center;

  gap: 10px;
}

.product-brand span {
  font-size: 18px;

  font-weight: 400;

  color: darkgray;
}

.filter-by.colour > .filter-dropdown > .filter-dropdown-wrapper > label {
  display: flex;

  align-items: center;
}

.filter-by.colour .filter-dropdown {
  width: 100%;

  max-width: 100px;
}

.sale-marquee-wrapper {
  background: #fe5f55;

  padding: 15px 0;
}

.marquee-item {
  margin: 0 50px;

  font-family: var(--secondary-font);

  font-size: 20px;
}

h3.sale-tag {
  font-size: 32px;

  color: var(--dark-green);

  line-height: normal;
}

.up-to {
  font-size: 20px;

  font-weight: 500;

  line-height: normal;
}

.sale-percentage {
  font-size: 102px;

  font-weight: 500;

  line-height: normal;
}

.border-red a {
  border: 1px solid #fe5f55 !important;
}

.border-red:hover a {
  color: var(--white) !important;
}

.border-red:hover a {
  background: #fe5f55 !important;
}

.pagination-section {
  padding: 50px 0;
}

.pagination-section .button-container {
  display: flex;

  gap: 50px;

  align-items: center;

  justify-content: center;

  margin-top: 30px;

  flex-wrap: wrap;
}

button#load-more {
  font-size: 16px;

  line-height: normal;

  font-weight: 500;

  color: var(--dark-green);

  border-color: var(--dark-green);

  padding: 15px 30px;

  text-transform: uppercase;

  letter-spacing: 3px;

  transition: all 0.3s;

  background: none;
}

button#load-more:hover {
  color: var(--white);

  background-color: var(--dark-green);
}

div#load-more-message {
  text-align: center;

  margin-top: 15px;
}

.pagination-section {
  padding: 50px 0;

  border-top: 1px solid #d7d7d7;
}

.read-more-btn {
  cursor: pointer;

  font-size: 8px;

  font-weight: 200;
}

.read-more-btn.active {
  color: red;
}

h1.category-title.text-center {
  width: fit-content;

  margin: auto;

  display: flex;

  flex-direction: column;

  align-items: flex-end;
}

.read-more-content {
  margin-top: 3rem;

  height: 0;

  visibility: hidden;

  overflow: hidden;

  transition: height 0.3s ease, visibility 03s;

  interpolate-size: allow-keywords;
}

.read-more-content.active {
  height: auto;

  visibility: visible;
}

/* ul.subcategories li:last-child {

  display: none;

} */

/* end of product taxonmy page */

/* single product */

.more-details .content {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.more-details ul {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.material-list {
  display: flex;

  gap: 10px;

  margin-left: 1.5rem;
}

.material-list .color-box {
  width: 42px;

  height: 42px;
}

.content p {
  line-height: 26px;
}

.custom-product-details {
  max-width: 600px;
}

h1.custom-product-title.text-dark.mb-0 {
  letter-spacing: -2px;

  text-transform: capitalize;
}

.single-product-brand-logo {
  height: 100% !important;

  width: auto;

  vertical-align: middle;
}

#single-product-wrapper span.woocommerce-Price-amount.amount {
  font-size: 18px;
}

select#pa_fabric {
  font-size: 14px;

  padding: 5px 10px;

  border-radius: 0;

  max-width: 300px;

  width: 300px;

  outline: none;

  margin-bottom: 1rem;
}

.product-description {
  max-width: 400px;

  width: 100%;
}

div#single-product-wrapper {
  padding-top: 118px;
}

.bread-crumb-section.single-product {
  padding: 0;

  border: none;
}

.bread-crumb-section {
  padding-top: 11rem;

  padding-bottom: 0rem;

  border-bottom: 1px solid #d7d7d7;
}

.custom-product {
  padding: 9rem 0 25px 0;
  background: #f7f7f7;
}

.custom-product .fabrics {
  display: flex;

  gap: 10px;

  flex-direction: column;

  align-items: flex-start;
}

.custom-product .farbrics-color {
  display: flex;

  gap: 10px;
}

.custom-product .fabrib-color {
  width: 50px;

  height: 50px;

  /* border-radius: 50px; */
}

.product-details {
  padding-left: 70px;

  padding-top: 20px;
}

.custom-product .fabric-label {
  font-size: 18px;

  text-decoration: underline;
}

.quantity {
  display: none !important;
}

.postid-29317 img.custom-gallery-image {
  object-fit: contain;
}

img.custom-gallery-image {
  /* height: 33vw; */

  aspect-ratio: 4/3;

  object-fit: cover;

  background: #f2f3ee;
}

.features-and-dimensions,
.single-product-columns,
.custom-related-products,
.product-print-section {
  background: #f7f7f7;
}

.product-print {
  border-top: 1px solid #c3c3c3;
}

.small-product-image img.custom-gallery-image {
  height: 70px;

  width: 95px;

  object-fit: cover;

  margin: 0 5px;
}

.custom-product .image-container {
  /* padding-right: 50px; */

  position: relative;
}

.custom-product-gallery i.fa-solid.fa-chevron-left.prev-arrow.slick-arrow {
  position: absolute;

  top: 50%;

  left: 0;

  transform: translate(-20px, -50%);

  z-index: 1;

  cursor: pointer;
}

.custom-product-gallery i.fa-solid.fa-chevron-right.next-arrow.slick-arrow {
  position: absolute;

  top: 50%;

  right: 0;

  transform: translate(20px, -50%);

  z-index: 1;

  cursor: pointer;
}

:is(.custom-related-products, .features-and-dimensions) h4.title {
  font-size: 24px !important;

  letter-spacing: 3px;

  display: flex;

  align-items: center;

  justify-content: space-between;

  cursor: pointer;

  text-transform: uppercase;
}

.custom-related-products h4.title {
  padding: 50px 0;

  border-top: 1px solid #c3c3c3;
}

.features-and-dimensions p {
  font-size: 16px !important;

  line-height: unset !important;

  transition: all 0.3s ease;

  text-align: justify;
}

tr.product-right-dimensions-row {
  border-bottom: 1px solid darkgray;
}

tr.product-right-dimensions-row th,
tr.product-right-dimensions-row td {
  padding: 10px;
}

.more-details .content {
  height: 0;

  visibility: hidden;

  overflow: hidden;

  transition: height 0.3s ease;

  interpolate-size: allow-keywords;
}

.content {
  text-align: justify;
}

.more-details .content.active {
  height: auto;

  visibility: visible;
}

.plus-icon {
  width: 25px;
}

.plus-icon .line {
  width: 85%;

  height: 3px;

  background: var(--dark-green);
}

.plus-icon .line:last-child {
  transform: rotate(90deg);

  position: relative;

  top: -3px;

  transition: all 0.3s ease;
}

.plus-icon.active .line:last-child {
  transform: rotate(0deg);
}

.more-details {
  padding-top: 50px;

  padding-bottom: 50px;

  border-top: 1px solid #c3c3c3;

  flex: 1;
}

.more-details-wrapper {
  /* display: flex; */

  display: grid;

  grid-template-columns: repeat(2, 1fr);

  column-gap: 50px;
}

/* .more-details:last-child {
  grid-column: 2;
} */

.woocommerce table.shop_attributes th {
  font-size: 14px !important;
}

.custom-related-products .custom-product-image {
  border: 1px solid #d7d7d7;

  height: 250px;
}

.related-products-wrapper {
  display: grid;

  grid-template-columns: repeat(4, 1fr);

  gap: 30px;
}

.custom-related-products {
  padding-bottom: 50px;

  border-bottom: 1px solid #c3c3c3;
}

a img.team-image.wp-post-image,
a img.product-hover-img {
  object-fit: cover;

  height: 100%;

  width: 100%;

  transition: opacity 0.5s ease-in-out; /* Fade animation */
}

a img.product-hover-img {
  display: block;

  opacity: 0;

  position: absolute; /* Ensure hover image is positioned correctly */

  top: 0;

  left: 0;
}

.custom-product-image.has-gallery:hover a img.product-hover-img {
  opacity: 1; /* Show hover image */
}

.custom-product-image.has-gallery:hover a img.team-image.wp-post-image {
  opacity: 0; /* Hide original image */
}

/* .small-product-image.mobile {

  display: none;

} */

.arrow-and-small-image {
  display: flex;

  gap: 50px;

  padding: 20px;

  background: #fff;
}

.small-product-image.mobile
  img.custom-gallery-image.slick-slide.slick-current.slick-active {
  filter: opacity(0.5);
}

.single-product-arrows {
  display: flex;

  align-items: center;

  gap: 50px;
}

.small-product-image.mobile {
  overflow: hidden;
}

.small-product-image.desktop {
  display: none;
}

.column-item > .title {
  font-size: 22px !important;

  font-weight: 600;
}

.single-product-columns > .container > .column-wrapper {
  display: grid;

  grid-template-columns: repeat(2, 1fr);
}

.column-item > * {
  text-align: center;
}

.column-item {
  padding: 0 50px;

  text-align: center;
}

.single-product-columns {
  border-bottom: 1px solid #c3c3c3;
}

div.column-item:nth-of-type(1) {
  border-right: 1px solid #c3c3c3;
}

a.column-link {
  font-size: 14px;

  text-transform: uppercase;

  text-decoration: underline;
}

/* end of single product */

/* insight page */

.insight-cards-section > .container {
  border-bottom: 1px solid #c3c3c3;
}

section.insight-slider-section {
  padding: 5rem 0 50px 0;
}

.insight-slider {
  flex-direction: column;

  align-items: center;

  justify-content: center;

  gap: 50px;

  height: 60vh;

  background-position: center;

  padding: 100px;
}

.btn-container.border-bottom {
  padding: 15px 25px;
}

.insight-title {
  font-size: 24px;

  line-height: normal;

  color: var(--dark-green);

  font-weight: 600;
}

img.insight-img {
  width: 100%;

  height: 100%;

  object-fit: cover;
}

.insight-thumbnail {
  height: 400px;
}

.insight-card-item h3.tag {
  font-size: 14px;

  margin: 0;
}

.insight-wrapper-card {
  display: flex;

  flex-direction: column;

  gap: 100px;
}

.insight-content {
  display: flex;

  flex-direction: column;

  gap: 20px;

  padding: 50px 0;

  border-bottom: 1px solid #c3c3c3;
}

a.btn-read-more {
  font-weight: 600;
}

.page-numbers {
  color: #fff;

  width: 40px;

  height: 40px;

  background: transparent;

  display: flex;

  align-items: center;

  justify-content: center;

  border: 1px solid #c3c3c3;
}

a.page-numbers {
  color: #c3c3c3;
}

span.page-numbers.current {
  background: var(--light-green);

  border: 1px solid var(--light-green);
}

.pagination.py-5 {
  display: flex;

  gap: 10px;
}

.about-valentine-family .logo {
  width: 100px;
}

.about-valentine-family,
.follow-us,
.tag-cloud {
  display: flex;

  flex-direction: column;

  align-items: center;

  gap: 30px;

  border: 1px solid #c3c3c3;

  padding: 50px 20px;

  margin-bottom: 3rem;
}

.follow-us {
  padding: 50px 50px 10px 50px !important;
}

.about-valentine-family h2 {
  font-size: 20px;

  line-height: 27px;

  margin: 0;
}

.follow-us-icon-wrapper {
  display: flex;

  gap: 20px;
}

input.wpcf7-form-control.wpcf7-submit.has-spinner {
  border: none;

  border-radius: 0;

  color: #fff;

  background: var(--light-green);

  width: 100%;

  padding: 16px;

  font-size: 16px;

  text-transform: uppercase;
}

.follow-us
  input.wpcf7-form-control.wpcf7-email.wpcf7-validates-as-required.wpcf7-text.wpcf7-validates-as-email {
  border-radius: 0;

  padding: 13px;
}

.tags-container {
  display: flex;

  flex-wrap: wrap;

  gap: 10px;

  justify-content: center;
}

.insight-side-bar {
  padding-left: 100px;
}

.tags-container .tag {
  background: #efefef;

  padding: 10px;

  text-transform: capitalize;
}

/* end of insight page */

/* single insight page */

.single-insight-img {
  height: 500px;
}

.single-insight-content {
  padding: 50px 0;
}

:is(.top-content, .bottom-content) p {
  font-size: 16px;

  font-weight: 500;

  line-height: 27px;
}

:is(.top-content, .bottom-content) {
  padding: 70px;
}

.insight-gallery {
  display: grid;

  grid-template-columns: repeat(3, 1fr);

  gap: 10px;
}

.insight-gallery .gallery-item img {
  height: 100%;

  object-fit: cover;
}

.nav-item {
  display: flex;

  flex-direction: column;

  gap: 15px;
}

.nav-subtitle {
  font-weight: 700;
}

.nav-title {
  font-size: 20px;

  font-weight: 400;
}

.prev-next > .container {
  padding: 70px;

  border-top: 1px solid #c3c3c3;

  border-bottom: 1px solid #c3c3c3;
}

.color-box {
  width: 62px;

  height: 62px;
}

span.cfvsw-tooltip-label {
  color: unset;
}

.repeater-item-wrapper {
  display: grid;

  grid-template-columns: repeat(auto-fit, minmax(55px, 55px));

  gap: 20px;
}

.color-checkbox {
  scale: 1.2;

  margin-right: 5px;
}

.material-list-wrapper {
  display: flex;

  flex-direction: column;

  gap: 20px;
}

.modal-material-wrapper {
  display: flex;

  flex-direction: column;

  gap: 50px;
}

button.view-material-btn {
  font-size: 14px;

  background: none;

  border: none;

  text-decoration: underline;

  padding: 0;
}

.material-wrapper {
  display: flex;

  flex-direction: column;

  gap: 10px;

  margin-top: 1rem;

  margin-bottom: 2rem;
}

/* end of single insight page */

/* iframe */

.stressless-iframe {
  padding: 150px 0 100px 0;
}

iframe#ekornes_stressless {
  border: 3px solid gainsboro;
}

.stressless-iframe > .container {
  display: flex;

  justify-content: center;
}

/* end of iframe */

/* search result */

span.page-numbers.dots {
  color: #c3c3c3;
}

.nav-links {
  display: flex;

  gap: 10px;

  margin-top: 3rem;
}

.search-header {
  padding-top: 100px;
}

.header-search button {
  padding: 0;

  background: none;

  border: none;
}

/* end pf search result */

/* content plus image section */
.content-plus-image {
  padding-bottom: 50px;
}

.content-plus-image .content-column {
  background: var(--dark-green);
  padding: 100px;
  gap: 2rem;
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: center;
}

.content-plus-image .content-column * {
  color: var(--white) !important;
}

.content-plus-image .image-container img {
  aspect-ratio: 4 / 3;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.content-plus-image .content-column li {
  margin-bottom: 2rem;
}

/* end of content plus image section */

/* footer */

img.social-icon {
  width: 32px;
}

.footer-form {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 1rem;
}

.footer-socials-wrapper {
  display: flex;
  gap: 5px;
}

footer#colophon {
  background: var(--dark-green);
}

footer#colophon * {
  color: var(--white);
}

.main.footer {
  padding: 50px 0 150px;
}

.footer-links-container {
  display: grid;

  gap: 50px;

  grid-template-columns: repeat(1, 1fr);
}

.footer-menu > ul {
  margin: 0;

  padding: 0;

  list-style: none;
}

.footer-menu-container > * {
  flex: 1;
}

.footer-menu-container {
  display: grid;

  gap: 30px;

  grid-template-columns: repeat(6, 1fr);
}

.footer-menu > ul > li {
  margin-bottom: 1rem;
}

.footer-menu > ul > li > a,
.footer-link a {
  font-size: 16px;

  line-height: normal;

  font-weight: 400;
}

footer .links-container {
  padding-right: 50px;

  border-right: 1px solid #c3c3c3;
}

footer .menu-container {
  padding-left: 50px;
}

img.footer-logo {
  max-width: 350px;

  width: 100%;
}

.top-footer {
  border-bottom: 1px solid #c3c3c3;

  display: flex;

  align-items: center;

  justify-content: space-between;
}

.copy-right {
  background: var(--light-green);

  padding: 10px 0;
}

.copy-right-wrapper {
  display: flex;

  justify-content: space-between;
}

.copy-right-wrapper * {
  color: #333333 !important;

  margin: 0;

  font-weight: 500;
}

footer .form-group {
  display: flex;

  align-items: center;

  gap: 20px;
}

footer .form-group p,
.form-label {
  margin: 0;
}

.form-label p {
  font-size: 16px;

  font-weight: 500;
}

span.wpcf7-form-control-wrap input {
  font-size: 16px;

  padding: 10px;

  outline: none;

  max-width: 300px;

  width: 100%;

  color: var(--dark-green) !important;
}

/* end of footer */

/* Cart Table Styles */

.shop_table {
  width: 100%;

  border-collapse: collapse;
}

.shop_table th,
.shop_table td {
  padding: 15px;

  text-align: left;

  border-bottom: 1px solid #ddd;
}

.shop_table th {
  background-color: #f7f7f7;

  font-weight: bold;
}

.product-thumbnail img {
  max-width: 100px; /* Adjust the thumbnail size */
}

.product-remove .remove {
  color: #ff0000;

  font-size: 18px;

  text-decoration: none;
}

.product-remove .remove:hover {
  color: #c00;
}

/* Quantity Input Styles */

.product-quantity {
  width: 100px;
}

.product-quantity input {
  width: 100%;

  padding: 5px;

  text-align: center;
}

/* Actions Styles */

.actions {
  text-align: right;

  padding: 20px 0;
}

.button {
  background-color: #0071a1; /* Primary button color */

  color: #fff;

  padding: 10px 20px;

  border: none;

  border-radius: 4px;

  cursor: pointer;

  transition: background-color 0.3s;
}

.button:hover {
  background-color: #005f8c; /* Darker shade on hover */
}

/* Cart Collaterals */

.cart-collaterals {
  margin-top: 40px;

  padding: 20px;

  border: 1px solid #ddd;

  border-radius: 4px;
}

/* Mail Form Styles */

.mail-form-wrapper {
  margin-top: 40px;

  padding: 20px;

  background-color: #f9f9f9;

  border-radius: 4px;
}

.popup-form {
  margin-bottom: 15px;
}

.popup-form label {
  display: flex;
  gap: 10px;
}

input#subscribe_newsletter {
  width: fit-content;
}

.popup-form input,
.popup-form textarea {
  width: 100%;
  padding: 10px;
  border: 1px solid var(--dark-green);
  border-radius: 0;
}

.modal-content {
  border-radius: 0 !important;
  padding: 1rem !important;
}

.btn-close {
  float: inline-end;
}

/* .popup-form textarea {
  height: 100px;
} */

.validation-cart-message {
  color: red; /* Error message color */
}

.cart-page .quantity {
  display: block !important;
}

.mail-form-wrapper {
  margin: 0;
}

.woocommerce-cart-form thead > tr > th {
  background: var(--dark-green);

  color: var(--white);
}

button#contact_btn {
  background: var(--dark-green);
  width: 100%;
  color: var(--white) !important;
}

/* Product Color Css */

.color-box-wrapper {
  position: relative;

  display: inline-block;

  margin-bottom: 5px;

  cursor: pointer;
}

.color-box-wrapper label,
.color-box-wrapper input {
  cursor: pointer;
}

.color-box {
  display: block;

  cursor: pointer;

  border: 2px solid transparent;

  transition: border-color 0.3s;
}

/* Responsive Styles */

@media (max-width: 768px) {
  .shop_table th,
  .shop_table td {
    padding: 10px;
  }

  .product-thumbnail img {
    max-width: 80px; /* Adjust thumbnail size for smaller screens */
  }
}

.cart-wrapper {
  padding-top: 200px;
}

/*********** start CSS written 13/Jan/2025  *********************/
/* .variations th.label label[for="pa_color-attribute"],
.variations td.value #pa_color-attribute,
.variations
  td.value
  .cfvsw-swatches-container[swatches-attr="attribute_pa_color-attribute"],
.custom-add-to-cart .variations {
  display: none !important;
} */

.view-all-cat img.product-cat-img {
  background: #f1f1f1;
  border: 1px solid #d7d7d7;
  width: 100%;
  height: 100%;
  object-fit: cover;
  aspect-ratio: 4 / 4;
}

.valentine-family-section .excerpt * {
  color: #fff;
  transition: all 0.3s;
}

.valentine-family-section .excerpt * a:hover {
  color: var(--light-green);
}

img.big-image {
  height: 100%;
  object-fit: cover;
}
/* .brand-full {
  padding-top: 0;
}
.brand-full .brand-logo-item img {
  padding: 10px;
} */
.top-banner-product-tax.inner-banner {
  margin: 0;
  background: var(--dark-green);
  color: #fff;
}
.top-banner-product-tax.inner-banner nav.woocommerce-breadcrumb,
.top-banner-product-tax.inner-banner h1 {
  color: #fff !important;
}
.valentine-family-section .two-col.content-container {
  text-align: left;
  align-items: start;
}
/* @media (min-width: 991px) and (max-width: 1023px) {
  .brand-full .brand-logo-wrapper {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (min-width: 1024px) {
  .brand-full .brand-logo-wrapper {
    grid-template-columns: repeat(6, 1fr);
  }
} */
/*********** end CSS written 13/Jan/2025  *********************/

.brand-logo-card-item {
  background: var(--dark-green);
}

.brand-logo-card-item * {
  color: var(--white);
  text-align: left;
}

img.brand-card-image {
  aspect-ratio: 4 / 3;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

img.brand-card-logo {
  object-fit: scale-down;
  aspect-ratio: 3 / 1;
  width: 13rem;
  background: var(--white);
  padding: 10px 20px;
}
.full-brand .brand-logo-item img {
  opacity: unset;
}

.full-brand .brand-logo-item:hover img {
  opacity: unset;
}

.details-container {
  padding: 100px;
  gap: 50px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: start;
  text-align: center;
}

.brand-excerpt {
  max-width: 600px;
  width: 100%;
}

.brand-logo-card-wrapper {
  display: flex;
  flex-direction: column;
  gap: 50px;
}

.brand-logo-card-item:nth-child(odd) .details-container {
  order: 2;
}
