body,
body h1,
body h2,
body h3,
body h4,
body h5, body p {
  font-family: "Roboto", sans-serif;
}

body h1,
body h2,
body h3,
body h4,
body h5{
  font-weight: 700;
  color: #1a1818;
}

body label,
body .gform_wrapper[class].gravity-theme label.gfield_label{
  color: #1a1818;
}

html p,
body .woocommerce table.shop_table td,
body .checkoutForm__wrapper form .form-row textarea{
  color: #5e5e5e;
}

html a {
  color: #b14430;
}

html a:hover, html a:focus {
  color: #434a3e;
}

@font-face {
    font-family: 'Roboto';
    src: url('../fonts/Roboto-Italic.woff2') format('woff2'),
        url('../fonts/Roboto-Italic.woff') format('woff');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}
 
@font-face {
    font-family: 'Roboto';
    src: url('../fonts/Roboto-Regular.woff2') format('woff2'),
        url('../fonts/Roboto-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto';
    src: url('../fonts/Roboto-Light.woff2') format('woff2'),
        url('../fonts/Roboto-Light.woff') format('woff');
    font-weight: light;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto';
    src: url('../fonts/Roboto-Bold.woff2') format('woff2'),
        url('../fonts/Roboto-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto';
    src: url('../fonts/Roboto-SemiBold.woff2') format('woff2'),
        url('../fonts/Roboto-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

.section-bottom-spacing {
  margin-bottom: 55px;
}

.common-container {
  max-width: 1660px;
  width: 100%;
  padding: 0 20px;
  margin: 0 auto;
}

.common-container.service-section {
  margin: 50px auto;
  display: flex;
  justify-content: space-around;
  width: 100%;
  flex-wrap: wrap;
}

.feature-block {
  text-align: center;
}

.feature-block p {
  margin: 10px 0 0;
  font-size: 24px;
  font-weight: 700;
  color: #1A1818;
}

.common-custom-section {
  display: flex;
  flex-direction: column;
  gap: 50px;
}

.common-custom-section .common-custom-heading {
  display: flex;
  justify-content: space-between;
  gap: 20px;
}

.common-custom-section .common-custom-heading .common-custom-title h3 {
  font-size: 30px;
  font-weight: 400;
  color: #434a3e;
  margin-bottom: 15px;
  text-transform: uppercase;
  font-family: "Roboto", sans-serif;
}

.common-custom-section .common-custom-heading .common-custom-title h2 {
  font-size: 40px;
  line-height: 48px;
  font-weight: 700;
  margin: 0;
  color: #1a1818;
}

.common-custom-section .common-custom-heading .common-custom-info p {
  font-size: 18px;
  color: #5e5e5e;
  line-height: 30px;
  font-weight: 400;
  margin: 0;
}

.common-custom-section .common-custom-heading .common-custom-title,
.common-custom-section .common-custom-heading .common-custom-info {
  width: 50%;
}

.cabinet-scroll-section {
  padding: 0 20px;
  padding-left: 150px;
  padding-right: 0;
}

.cabinet-scroll-container {
  display: flex;
  overflow-x: auto;
  scroll-behavior: smooth;
  scrollbar-color: #434a3e #ffffff;
  padding-bottom: 40px;
}

.cabinet-scroll-container::-webkit-scrollbar {
  height: 10px;
}

.cabinet-scroll-container::-webkit-scrollbar-track {
  background: #ffffff;
  border-radius: 15px;
}

.cabinet-scroll-container::-webkit-scrollbar-thumb {
  background-color: #434a3e;
  border-radius: 15px;
}

.cabinet-scroll-container::-webkit-scrollbar-button {
  display: none;
  width: 0;
  height: 0;
}

.cabinet-item {
  min-width: 520px;
  margin-right: 30px;
  text-align: center;
  position: relative;
}

.image-container {
  position: relative;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.image-container::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    to top,
    rgba(0, 0, 0, 0.9) 10%,
    rgba(0, 0, 0, 0) 50%
  );
  pointer-events: none;
}

.cabinet-image {
  position: relative;
  width: 100%;
  height: auto;
  display: block;
}

.text-overlay {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 20px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  box-sizing: border-box;
  z-index: 99;
}

.text-overlay-link {
  color: #ffffff;
  text-decoration: none;
  display: block;
}

.text-overlay-link h4 {
  font-size: 30px;
  font-weight: 700;
  margin: 0;
  line-height: 0.7;
  color: #ffffff;
  text-align: left;
  transition: transform 0.3s ease;
  font-family: "Roboto", sans-serif;
}

.cabinet-explore {
  color: #ffffff;
  text-decoration: none;
  font-size: 18px;
  font-weight: 600;
  opacity: 0;
  max-height: 0;
  overflow: hidden;
  transform: translateY(10px);
  pointer-events: none;
  transition: opacity 0.6s ease, transform 0.6s ease, max-height 0.6s ease;
}

.cabinet-explore:hover {
  color: #b14430;
}

.cabinet-explore:hover::after {
  background: url("../images/right-arrow-h.svg") no-repeat center;
}

.cabinet-explore::after {
  content: "";
  display: inline-block;
  width: 16px;
  height: 10px;
  background: url("../images/right-arrow.svg") no-repeat center;
  margin-left: 5px;
  vertical-align: middle;
}

.cabinet-item:hover .text-overlay-link h4 {
  transform: translateY(-8px);
}

.cabinet-item:hover .cabinet-explore {
  opacity: 1;
  max-height: 50px;
  transform: translateY(0);
  pointer-events: auto;
  text-align: left;
}

.cabinet-tooltip {
  position: absolute;
  top: 20px;
  right: 20px;
}

.join-program-section {
  display: flex;
  align-items: center;
  gap: 50px;
  max-width: 1770px;
  width: 100%;
}

.join-program-img {
  flex: 0 0 50%;
  overflow: hidden;
}

.join-program-img img {
  width: 100%;
  height: auto;
  display: block;
}

.join-program-content {
  flex: 0 0 768px;
  color: #666666;
  font-family: "Arial", sans-serif;
}

.join-program-title {
  font-size: 30px;
  font-weight: 400;
  color: #434a3e;
  margin: 0 0 20px;
  text-transform: uppercase;
}

.join-program-subtitle {
  font-size: 40px;
  font-weight: 700;
  color: #1a1818;
  margin: 0 0 30px;
}

.join-program-description p {
  font-size: 18px;
  line-height: 1.5;
  font-weight: 400;
  color: #5e5e5e;
  margin-bottom: 20px;
}

.join-program-description p:last-child {
  margin-bottom: 50px;
}

.join-program-button,
.custom-primary-button {
  display: inline-block;
  padding: 10px 20px;
  color: #ffffff;
  text-decoration: none;
  font-size: 16px;
  font-weight: 600;
  border-radius: 5px;
  transition: background-color 0.3s ease;
}

.join-program-button {
  background-color: #8b4513;
}

.join-program-button:hover {
  background-color: #7a3d0f;
}

.custom-primary-button {
  background-color: #b14430;
  padding: 5px 18px;
  font-weight: 700;
  position: relative;
  overflow: hidden;
  width: fit-content;
}

.custom-primary-button:hover {
  background-color: #434a3e;
  color: #ffffff;
}

.custom-primary-button:after {
  content: "";
  display: inline-block;
  width: 16px;
  height: 10px;
  background: url("../images/right-arrow.svg") no-repeat center;
  margin-left: 5px;
  vertical-align: middle;
}

.after_before_container #comparison {
  width: 100%;
  padding-bottom: 36%;
  overflow: hidden;
  position: relative;
}

.after_before_container figure.kitchen_before {
  position: absolute;
  background-image: url("../images/after-img.jpeg");
  background-size: cover;
  font-size: 0;
  width: 100%;
  height: 100%;
  margin: 0;
}

.after_before_container #divisor {
  background-image: url("../images/before-img.jpeg");
  background-size: cover;
  position: absolute;
  width: 50%;
  box-shadow: 0 5px 10px -2px rgba(0, 0, 0, 0.3);
  bottom: 0;
  height: 100%;
}

.after_before_container #divisor:before,
.after_before_container #divisor:after {
  content: "";
  position: absolute;
  right: -2px;
  width: 8px;
  height: calc(50% - 18px);
  background: #fff;
  z-index: 99;
}

.after_before_container #divisor:before {
  top: 0;
  box-shadow: 0 -3px 8px 1px rgba(0, 0, 0, 0.3);
}

.after_before_container #divisor:after {
  bottom: 0;
  box-shadow: 0 3px 8px 1px rgba(0, 0, 0, 0.3);
}

.after_before_container #handle {
  position: absolute;
  height: 50px;
  width: 50px;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  z-index: 1;
}

.after_before_container #handle::before {
  content: "";
  width: 40px;
  height: 40px;
  border: none;
  position: absolute;
  top: 0;
  margin-top: 4px;
  background-size: cover;
  background-image: url("../images/before_after_img_handle.png");
  border-right: none;
  left: 40%;
  margin-left: -17px;
}

.after_before_container {
  max-width: 100% !important;
  max-height: 687px !important;
}

.after_before_container input[type="range"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  position: absolute;
  top: 50%;
  left: -25px;
  transform: translateY(-50%);
  background-color: transparent;
  width: calc(100% + 50px);
  z-index: 2;
}

.after_before_container input[type="range"]:focus,
.after_before_container input[type="range"]:active {
  border: none;
  outline: none;
}

.after_before_container input[type="range"]::-webkit-slider-thumb {
  -webkit-appearance: none;
  border: none;
  height: 50px;
  width: 50px;
  border-radius: 50%;
  background: transparent;
}

.after_before_container input[type="range"]::-moz-range-track {
  -moz-appearance: none;
  height: 15px;
  width: 100%;
  background-color: transparent;
  position: relative;
  outline: none;
}

.after_before_container #divisor,
.after_before_container figure.kitchen_before {
  background-size: cover;
  background-position: center;
}

 .after_before_container input[type="range"]::-webkit-slider-thumb {
  box-shadow: none;
}

.after_before_container .label {
  position: absolute;
  bottom: 0;
  font-size: 30px;
  font-weight: 700;
  color: #fff;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.7);
  z-index: 4;
  background-color: #434A3E;
  padding: 8px 0;
  text-align: center;
}

.after_before_container .label.before {
  left: 0;
  width: calc(50% - 40px);
}

.after_before_container .label.after {
  right: 0;
  width: calc(50% - 40px);
}

.common-custom-heading.our-process-section {
  padding: 0;
}

.process-steps-container {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 30px;
  position: relative;
}

.process-steps-container::before {
  content: "";
  position: absolute;
  top: 100px;
  left: 180px;
  right: 350px;
  height: 2px;
  background: #434a3e;
  z-index: 0;
}

.process-step {
  flex: 1;
  text-align: left;
  position: relative;
  z-index: 1;
}

.process-step-icon img {
  width: 200px;
  height: 200px;
  object-fit: contain;
  display: block;
  margin-bottom: 50px;
  background: #fff;
}

.process-step-title {
  font-size: 20px;
  color: #434a3e;
  margin-bottom: 5px;
  font-weight: 700;
}

.process-step-heading {
  font-size: 30px;
  font-weight: 700;
  margin-top: 0;
  margin-bottom: 5px;
  color: #434a3e;
}

.process-step-text {
  font-size: 16px;
  color: #5f5f5e;
  line-height: 1.9;
}

.consultation-button-container {
  text-align: center;
  margin-top: -20px;
}

.dealer-section {
  background-color: #f4f4f4;
  padding: 40px 0;
}

.dealer-text {
  font-size: 40px;
  color: #1a1818;
  font-weight: 700;
  text-align: center;
  line-height: 1.8;
  margin-bottom: 30px;
}

.dealer-images {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 30px;
}

.dealer-images img {
  flex: 1 1 calc(16.66% - 30px);
  max-width: calc(16.66% - 30px);
  height: auto;
  object-fit: contain;
}

.our-product-section {
  background: linear-gradient(to bottom, #434A3E 50%, #ffffff 50%);
  padding: 80px 0 65px;
}

.common-container.our-product-slider {
  position: relative;
  overflow: visible;
}

.common-container.our-product-slider .kona-product .kons-price-section { 
  display: flex;
  max-width: 440px;
  width: 100%;
  justify-content: space-between;
}

.our-product-section .common-custom-section .common-custom-heading .common-custom-title h3,
.our-product-section .common-custom-section .common-custom-heading .common-custom-title h2 {
  color: #FFF;
}

.common-container.our-product-slider .kona-product .kona-shopnow-section {
  display: flex;
}

.common-container.our-product-slider .kona-product .kona-product__link {
  text-decoration: none;
}

.common-container.our-product-slider .kona-product .kona-product__title {
  font-size: 24px;
  color: #1A1818;
  margin: 30px 0 10px;
  font-weight: 700;
}

.common-container.our-product-slider .kona-product .kona-product__prices {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px;
}

.common-container.our-product-slider .kona-product .kona_product__price-wrap {
  display: flex;
  flex-direction: column;
  position: relative;
  padding-left: 80px;
}

.common-container.our-product-slider .kona-product .kona_product__price-wrap.kona_price-one {
  padding-left: 70px;
}

.common-container.our-product-slider .kona-product .kona_product__price-wrap.kona_price-one::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 56px;
  height: 60px;
  background-image: url("../images/foot-run-icon.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.common-container.our-product-slider .kona-product .kona_product__price-wrap.kona_price-two::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 69px;
  height: 60px;
  background-image: url("../images/kitchen-install.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.common-container.our-product-slider .kona-product .kona_product__price-wrap .kona-product-label {
  color: #B14430;
  font-weight: 700;
  font-size: 20px;
}

.common-container.our-product-slider .kona-product .kona-product__meta .kona-product__price--kitchen,
.common-container.our-product-slider .kona-product .kona-product__meta .kons-price-section .kona-product__price--run {
  color: #b14430;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.4;
}

.common-container.our-product-slider .kona-product .kona-product__meta .kona-product__short-desc {
  color: #5E5E5E;
  font-size: 18px;
  font-weight: 400;
  line-height: 30px;
  margin-bottom: 20px;
  min-height: 90px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  word-wrap: break-word;
}

.common-container.our-product-slider .kona-product__thumb {
  position: relative;
}

.common-container.our-product-slider .owl-nav {
  display: flex;
  justify-content: space-between;
  position: absolute;
  top: 220px;
  left: 0;
  right: 0;
  width: 100%;
  pointer-events: none;
}

.common-container.our-product-slider .owl-nav button.owl-next,
.common-container.our-product-slider .owl-nav button.owl-prev {
  width: 56px;
  height: 50px;
  background-color: #ffffff;
  border: none;
  cursor: pointer;
  transition: background-color 0.3s ease;
  position: relative;
  outline: none;
  pointer-events: auto;
}

.common-container.our-product-slider .owl-nav button.owl-next span,
.common-container.our-product-slider .owl-nav button.owl-prev span {
  display: none;
}

.common-container.our-product-slider .owl-nav .owl-prev {
  transform: translateX(-30px);
}

.common-container.our-product-slider .owl-nav .owl-next {
  transform: translateX(30px);
}

.common-container.our-product-slider .owl-nav button::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 16px;
  height: 10px;
  background-image: url("../images/right-arrow-black.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.common-container.our-product-slider .owl-nav .owl-prev::after {
  transform: translate(-50%, -50%) scaleX(-1);
}

.common-container.our-product-slider .owl-nav button:hover {
  background-color: #b14430;
}

.common-container.our-product-slider .owl-nav button:hover::after {
  background-image: url("../images/right-arrow.svg");
}

.kona-products--empty {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 250px;
  font-family: "Roboto", sans-serif;
  font-size: 24px;
  font-weight: 700;
  color: #1a1818;
  background-color: #f4f4f4;
  border-radius: 5px;
  padding: 20px;
  text-align: center;
  margin: 0 auto;
  max-width: 1660px;
  width: 100%;
}

/* header */
.header__inner .header__logo {
  width: auto;
}
.header__inner .header__logo {
  position: static;
  transform: none;
}
.header__inner .nav {
  position: relative;
  top: 8px;
  position: static;
  display: flex;
  padding-left: 50px;
  margin-top:10px;
}
.header .header__inner {
  display: flex;
  background: #fff;
  height: auto;
  max-width: 100%;
  justify-content: center;
  align-items: center;
  padding: 17px 0;
}
.header .nav--utility li:first-child {
  display: none;
}

.menu .menu__inner .nav li a {
  font-size: 20px;
  color: #1a1818;
  font-weight: 700;
}
.nav-left {
	    display: flex;
    align-items: center;
}
.nav-left .nav li a {
  font-size: 18px;
  color: #1a1818;
  font-weight: 700;
}
.nav-left .nav > li.menu-item--cabinets > a::before{ content: ""; background: url("../images/top-arrow.svg") no-repeat center; width: 12px; height: 7px; position: absolute;     right: -20px;    top: 6px; }
.nav-left .nav li a:hover {
  color: #b14430;
}
.top-bar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 7px 20px;
  max-width: 1660px;
  margin: 0 auto;
}
.nav--utility .menu-item--cart a {
  position: relative;
  display: block;
}
.nav--utility .cartCountTotal {
  background-color: #434a3e;
  color: #fff;
  width: 30px;
  height: 30px;
  display: block;
  border-radius: 100%;
  text-align: center;
  position: absolute;
  top: -14px;
  right: -1px;
  padding: 5px;
  font-size: 14px;
}

.top-bar-left {
  display: flex;
  margin-bottom: 0;
}

.top-bar-item {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  color: #222;
  margin-bottom: 0;
  padding-right: 40px;
}

.top-bar-item:last-child {
  padding-right: 0;
}

.top-bar-item .label {
  font-weight: 300;
  font-size: 14px;
  color: #434a3e;
}

.top-bar-item .value {
  display: block;
  color: #434a3e;
  font-weight: 600;
  font-size: 14px;
  text-decoration: none;
}

.top-bar-item .value:hover {
  text-decoration: none;
  color: #b14430;
}

.top-bar-right {
  display: flex;
  gap: 16px;
}

.offer-text {
  background-color: #434a3e;
  padding: 10px 15px;
  font-size: 16px;
  line-height: 24px;
  color: #fff;
  font-weight: 700;
}

.promo-marquee {
  background-color:rgba(67, 74, 62, 0.80);
  color: #fff;
  font-weight: bold;
  font-size: 16px;
  text-align: left;
  padding: 16px 0;
  overflow: hidden;
  position: relative;
  width: 100vw;
  box-sizing: border-box;
}

.marquee-content {
  display: inline-block;
  white-space: nowrap;
  padding-left: 100vw; /* Start off-screen right */
  animation: marquee-single 18s linear infinite;
}

@keyframes marquee-single {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100vw);
  }
}

/* header */
.header-menu-content {
  display: flex;
  align-items: center;
  max-width: 1660px;
  padding: 0 20px;
  width: 100%;
  justify-content: space-between;
}
.menu .menu__inner {
  display: flex;
  align-items: center;
}
.menu__inner .nav--utility {
  order: 2;
}
.menu__inner .nav {
  order: 1;
}

/* footer */
footer.footer {
  background: #fff;
  padding: 50px 0 0;
}

.footer .footer__left {
  display: none;
}
.footer .footer__right {
  display: none;
}
footer.footer .footer__inner {
  max-width: 1660px;
  padding: 0 20px 30px;
}
.footer__col--logo img {
  margin-bottom: 20px;
}
.footer__desc {
  font-size: 16px;
  line-height: 26px;
  color: #5f5f5e;
  font-weight: 500;
}
.footer__col h4 {
  font-size: 20px;
  color: #1a1818;
  font-weight: 500;
  margin-bottom: 20px;
}
.footer__col ul {
  padding: 0;
}
.footer__col ul li {
  margin-bottom: 15px;
}
.footer-bar__right {
  font-size: 16px;
  color: #1a1818;
  font-weight: 500;
}
.footer__col ul li:last-child {
  margin-bottom: 0;
}
.footer__col ul li a {
  font-size: 16px;
  color: #1a1818;
  font-weight: 500;
}
.footer__col ul li a:hover {
  color: #b14430;
}
.footer-copyright {
  background-color: #495345;
  padding: 18px 0 60px;
}
.footer-copyrightr__inner {
  max-width: 1660px;
  margin: 0px auto;
  padding: 0 20px;
}

.footer__contact li {
  display: flex;
}
.footer__contact li .footer__icon {
  margin-right: 10px;
}
.footer__contact p {
  font-size: 16px;
  color: #1a1818;
  font-weight: 500;
}

.footer-widgets__inner {
  display: flex;
}
.footer-widgets__col--1 {
  width: 25%;
  padding-right: 15px;
}
.footer-widgets__col--2,
.footer-widgets__col--3,
.footer-widgets__col--4 {
  width: 16.66%;
  padding-right: 15px;
}
.footer-widgets__col--5 {
  width: 25%;
  padding-right: 0;
}

.footer-bar {
  color: #fff;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.footer-bar .footer-bar__left {
  display: flex;
  gap: 18px;
}
.footer-bar__left .footer-bar__icon {
  margin-right: 10px;
}

.footer-bar__icon {
  color: #fff;
  font-size: 22px;
  text-decoration: none;
  transition: color 0.2s;
}

.footer ul.footer__social {
  display: none;
}

.footer-bar__icon:hover {
  color: #d1d1d1;
}

.footer-bar .footer-bar__right {
  font-size: 16px;
  line-height: 24px;
  color: #fff;
  text-align: right;
}

.comman-container {
  max-width: 1660px;
  width: 100%;
  padding: 0 20px;
  margin: 0 auto;
}

.owl-carousel .owl-dots.disabled,
.owl-carousel .owl-nav.disabled {
  display: block;
}


/* 16 sept */
body .header { height: auto; }
.top-bar-right .custom-primary-button { padding-top: 10px;   padding-bottom: 10px;}
.nav--utility li.menu-item--cart a::before { content: ""; background-image: url("../images/cart-img.svg");     width: 43px;    height: 40px; }

/* Cabinet Hero Section */
.cabinet-hero-section {
  background: #434A3E;
  display: flex;
  align-items: center;
  position: relative;
  overflow: hidden;
}

.cabinet-hero-container {
  width: 100%;
  padding: 0;
  display: flex;
}

.cabinet-hero-content .custom-primary-button:after { margin-left: 10px; }

.cabinet-hero-content {
  width: 35%;
  color: white;
  z-index: 2;
   padding: 20px 40px 100px 90px;
      display: flex;
    flex-wrap: wrap;
    align-self: center;
}

.cabinet-hero-content h1 {
  font-size: 60px;
  font-weight: 700;
  line-height: 72px;
  margin-bottom: 20px;
  color: #fff;
  text-transform: capitalize;
}

.cabinet-hero-content p {
  font-size: 20px;
  line-height: 28px;
  font-weight: 400;
  color:#fff;
  margin-bottom: 30px;
}

.cabinet-hero-button {
      display: inline-flex;
    align-items: center;
    background: transparent;
    border: 1px solid #fff;
    color: #fff;
    padding: 5px 17px;
    font-size: 16px;
    font-weight: 700;
    text-decoration: none;
    transition: all 0.3s ease;
    border-radius: 5px;
}

.cabinet-hero-button:hover {
  background-color:#b14430; border-color:#b14430; color:#fff;
}

.cabinet-hero-image {
  position: relative;
  z-index: 1;
  width: 65%;
}

.cabinet-hero-image img {
  width: 100%;
  height: auto;
  object-fit: cover;
  border-radius: 8px;
  object-fit: cover;
  height: 100%;
}

.cabinet-hero-pagination {
  position: absolute;
  bottom: 30px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  gap: 12px;
  z-index: 3;
}

.pagination-dot {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.4);
  cursor: pointer;
  transition: all 0.3s ease;
}

.pagination-dot.active {
  background: white;
  transform: scale(1.2);
}

.pagination-dot:hover {
  background: rgba(255, 255, 255, 0.7);
}

/* Cabinet Hero Carousel - Custom Numbered Dots Navigation */
.cabinet-hero-section .owl-dots {
  position: absolute;
  bottom: 75px;
  left: 100px;
  transform: none;
  display: flex;
  gap: 0;
  z-index: 10;
}

.cabinet-hero-section .owl-dots .owl-dot {
  position: relative;
  background: transparent !important;
  border: none;
  padding: 0;
  width: 60px;
  height: auto;
  border-radius: 0;
  color: rgba(255, 255, 255, 0.3);
  font-size: 20px;
  font-weight: 400;
  cursor: pointer;
  transition: all 0.3s ease;
  counter-increment: carousel-counter;
  text-align: left;
}

.cabinet-hero-section .owl-dots .owl-dot::before {
  content: "0" counter(carousel-counter);
  display: block;
  font-family: "Roboto", sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 1;
  padding-bottom: 10px;
  transition: all 0.3s ease;
  width: 100%;
}

.cabinet-hero-section .owl-dots .owl-dot::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background: rgba(255, 255, 255, 0.3);
  transition: all 0.3s ease;
}

.cabinet-hero-section .owl-dots .owl-dot.active {
  color: rgba(255, 255, 255, 1);
}

.cabinet-hero-section .owl-dots .owl-dot.active::after {
  background: white;
  width: 100%;
  height: 2px;
}

.cabinet-hero-section .owl-dots .owl-dot:hover {
  color: rgba(255, 255, 255, 0.8);
}

/* Reset counter for each carousel */
.cabinet-hero-section .owl-dots {
  counter-reset: carousel-counter;
}

/* Handle first dot specifically to show "01" */
.cabinet-hero-section .owl-dots .owl-dot:first-child::before {
  content: "01";
}

.cabinet-hero-section .owl-dots .owl-dot:nth-child(2)::before {
  content: "02";
}

.cabinet-hero-section .owl-dots .owl-dot:nth-child(3)::before {
  content: "03";
}

.cabinet-hero-section .owl-dots .owl-dot:nth-child(4)::before {
  content: "04";
}

.cabinet-hero-section .owl-dots .owl-dot:nth-child(5)::before {
  content: "05";
}

/* Hide default Owl Carousel navigation */
.cabinet-hero-section .owl-nav {
  display: none !important;
}


/* Testimonials */
.testimonial-image {
	padding:20px 30px 40px;
}
.testimonial-image img {
	max-width:140px;
}
.testimonial-content-sec {
  display: flex;
  max-width: 1660px;
  margin: 0 auto 50px;
  padding: 0 20px;
  overflow: hidden;
  width: 100%;
  position: relative;
}

/* Carousel container */
.testimonial-home.owl-carousel {
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
}

/* Prevent stage overflow */
.testimonial-home .owl-stage-outer {
  overflow: hidden;
  padding: 0 !important;
}

.testimonial-home .owl-stage {
  display: flex;
  align-items: stretch;
}

.common-custom-title.test-title {
	text-align:center;
	margin-bottom:30px;
	padding:0 15px;
}
.common-custom-title.test-title h3 {
	    font-size: 30px;
    font-weight: 400;
    color: #434a3e;
    margin-bottom: 15px;
    text-transform: uppercase;
    font-family: "Roboto", sans-serif;
}
.common-custom-title.test-title h2 {
	    font-size: 40px;
    line-height: 48px;
    font-weight: 700;
    margin: 0;
    color: #1a1818;
}

/* Individual testimonial items */
.testimonial-home .owl-item {
  box-sizing: border-box;
  padding: 0 10px;
}

/* Testimonial blocks */
.testimonial-home .testimonial-block {
  background: #f4f4f4;
  padding: 0;
  height: 100%;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
}
.testimonial-text {
	font-size:18px; line-height:30px;  color:#5F5F5E; padding:30px;flex: 1;
}
.testimonial-title {
	font-size:20px; line-height: 50px;  color:#335B2C; background-color:#fff; display: inline-block; padding-left:40px; font-weight:700;margin:0;position:relative; z-index: 1;}

.testimonial-title::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 40px;   /* adjust size of shape */
  height: 100%;
  background: #f2f2f2; /* light grey shape */
  clip-path: polygon(0 0, 100% 0, 0 100%);
  z-index: -1;
}
.testimonial-home .owl-nav.disabled { display:none; }
	.testimonial-home .owl-dots.disabled { position:absolute; }
.customer-feed-head {     background: #434A3E; padding:50px;   max-width: 360px;    min-width: 360px; margin-right:20px; }
.customer-feed-head h3 { font-size:40px;line-height:48px; color:#fff; font-weight:700; }

.testimonial-home .owl-stage,
.testimonial-home .owl-item,
.testimonial-home .item {
  display: flex;
  align-items: stretch;
}

.testimonial-home .item > .testimonial-block {
  flex: 1;
  display: flex;
  flex-direction: column;
}

/* Inspiration Page */
.kgf-buttons { max-width: 1236px;     padding-right: 20px;    padding-left: 20px; margin:0px auto;}
.kgf-buttons button { background-color:transparent; border:1px solid #b14430; color:#b14430; font-weight:700; border-radius:5px; padding:15px; cursor:pointer; margin-right:15px; margin-bottom:15px; font-size:16px; }
.kgf-buttons button.active, .kgf-buttons button:hover { background-color:#b14430; color:#fff; }
.kona-gallery-filter { padding-top:40px; }
.kona-gallery-filter .inspiration { margin-top:40px; }


/* Pro Program Page */

/* FAQ */

/* FAQ Section Styling */
.faq-title { font-size: 40px; line-height: 50px; color: #1A1818; font-weight: 700; text-align: center; margin-bottom: 50px; }
.faq-question h3 { font-size: 30px; line-height: 40px; font-weight: 700; color:#1A1818; cursor: pointer; position: relative; padding-right: 40px; }
.faq-question h3::after { content: ""; background-image: url("../images/plus-icon.svg"); position: absolute; right: 0; top: 50%; transform: translateY(-50%); width: 24px; height: 24px; background-size: contain; background-repeat: no-repeat; }
.faq-answer p { font-size: 18px; line-height: 28px; font-weight: 400; color: #5E5E5E; }
.faq-item { margin-bottom: 40px; }
.faq-section { padding-bottom: 20px; }
.faq-question.active h3:after { background-image: url("../images/minus-icon.svg"); }



/* Become a Pro Member Section */
.pro-member-section { background-image: url("../images/hero-banner-img.png"); background-repeat: no-repeat; background-size: cover; position: relative; padding: 175px 0; text-align: center; }
.pro-member-content { position: absolute; top: 50%; transform: translateY(-50%); left: 0; right: 0; }
.pro-member-content h1 { font-size: 90px; line-height: 90px; color: #fff; font-weight: 700; text-transform: none; letter-spacing: 0; }
.pro-member-content h2 { font-size: 54px; line-height: 64px; color: #fff; font-weight: 300; }

/* Have More Questions Section */
.have-questions-section {
  background-color: #434A3E;
  padding: 60px 0;
  font-family: "Roboto", sans-serif;
}

.have-questions-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.have-questions-text {
  font-size: 40px;
  line-height: 50px;
  color: #ffffff;
  font-weight: 700;
  margin: 0;
}

.contact-us-button {
  background-color: transparent;
  color: #ffffff;
  border: 1px solid #ffffff;
  padding: 7px 26px 4px 17px;
  font-size: 16px;
  font-weight: 700;
  text-decoration: none;
  border-radius: 4px;
  display: inline-flex;
  align-items: center;
  transition: all 0.3s ease;
  font-family: "Roboto", sans-serif;
}

.contact-us-button:after {
  content: "";
  display: inline-block;
  width: 16px;
  height: 10px;
  background: url("../images/right-arrow.svg") no-repeat center;
  margin-left: 10px;
  vertical-align: middle;
}

.contact-us-button:hover {
  background-color: #b14430;
  border-color: #b14430;
  color: #fff;
  text-decoration: none;
}


.custom-primary-button:focus { color:#fff; }

/* Pro Program Form Styling */
.program-form {
  padding: 80px 150px 80px 80px;
	width:50%;
}

.program-form .gform_wrapper {
  background: #ffffff;
  padding: 0;
}

/* Section Titles Styling */
.program-form .gfield_html {
  font-size: 40px;
  font-weight: 700;
  color: #1A1818;
  margin: 0 0 20px 0;
  padding: 0;
  border: none;
  line-height: 1.2;
  font-family: "Roboto", sans-serif;
}

.program-form .gfield_html:first-child {
  margin-top: 0;
}

/* Form Fields Container */
.program-form .gform_fields {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  margin: 0;
}

/* Full Width Fields */
.program-form .gfield--width-full {
  grid-column: 1 / -1;
}

/* Input Fields Styling */
.program-form input[type="text"],
.program-form input[type="email"],
.program-form input[type="tel"],
.program-form select {
  background-color: #F0F0F0;
  border: none;
  height: 60px;
  padding: 0 20px;
  font-size: 18px;
  color: #5F5F5E;
  width: 100%;
  box-sizing: border-box;
  font-family: "Roboto", sans-serif;
}

.program-form input::placeholder {
  color: #888;
  font-style: normal;
}

.program-form input:focus,
.program-form select:focus {
  outline: none;
  border: none;
  background-color: #e8e8e8;
}

.prof-title { font-size:18px; color:#5E5E5E; line-height:30px; }
.prof-listing { display:flex; padding:0; margin:0; }
.prof-listing li { font-size:14px; line-height:26px; color:#5E5E5E; position:relative; padding-left:15px; margin-bottom:10px; width:33.33%; padding-right:15px; font-weight:400; }
.prof-listing li:last-child { padding-right:0; }
.prof-listing li:before { content:""; width:5px; height:5px; background-color: #5E5E5E; border-radius:100%; position:absolute; top:11px; left:0; }
.program-form .gfield--width-full.veification-field { margin-bottom:0; }
.program-form .gform_wrapper.gravity-theme .gform_drop_area { margin:0; }
.program-form .gform_wrapper .gfield_description.gfield_validation_message { padding: 0;   border: 0; font-style: normal;    font-size: 14px; }
.program-form .gform_wrapper.gravity-theme .gform_validation_errors { display:none; }

/* Select Dropdown Styling */
.program-form .ginput_container_select {
  position: relative;
}

.program-form select {
  appearance: none;
  background-image:url("../images/bottom-arrow.svg");
  background-repeat: no-repeat;
  background-position: right 12px center;
  background-size: 16px;
  padding-right: 40px;
}

/* Radio Button Fields */
.program-form .gfield_radio {
  display: flex;
  gap: 30px;
  margin-top: 10px;
}

.program-form .gchoice {
  display: flex;
  align-items: center;
  gap: 8px;
	    width: 50%;
	cursor:pointer;
}

.program-form .gfield-choice-input[type="radio"] {
  width: 18px;
  height: 18px;
  margin: 0;
  accent-color: #c0392b;
}

.program-form .gform-field-label--type-inline {
  font-size: 14px;
  color: #333;
  margin: 0;
  font-family: "Roboto", sans-serif;
}

/* File Upload Styling */
.program-form .gform_wrapper.gravity-theme .gform_drop_area {
  background-color: #ffffff;
  border: 2px dashed #434A3E;
	min-height:194px;
  padding: 90px 20px 20px;
  text-align: center;
  border-radius: 0;
}

.program-form .gform_drop_instructions {
  font-size: 18px;
	line-height:30px;
  color: #5F5F5E;
  margin-right: 10px;
	position:relative;
}

.program-form .gform_drop_instructions:before { content:""; width:60px; height:60px; background-size:60px; position:absolute; left:0; right:0;
	background-image:url("../images/drag-icon.svg"); top: -70px;
    margin: 0 auto;
}

.program-form .gfield_description.gform_fileupload_rules { display: none; }

.program-form .gform_button_select_files {
  background-color: transparent;
	border:1px solid #B14430;
  color: #B14430;
	font-size:16px;
  padding: 10px 46px 10px 20px;
	font-weight:700;
  border-radius: 5px;
  cursor: pointer;
  font-size: 16px;
  font-family: "Roboto", sans-serif;
	position:relative;
}
.program-form .gform_button_select_files:hover { color:#fff; background-color:#B14430; }
.program-form .gform_button_select_files:hover:after { background-image:url("../images/right-arrow.svg"); }
.program-form .gform_button_select_files:after { content:""; background-image:url("../images/right-arrow-h.svg"); position:absolute; right:17px;     width: 16px;    height: 10px;    background-size: 16px;    background-position: center;    top: 14px;}

.program-form .gform_button_select_files:hover {
  background-color: #a93226;
}

.program-form .gfield_description {
  font-size: 12px;
  color: #888;
  margin-top: 5px;
  font-style: italic;
}

/* Submit Button */
.program-form .gform_footer {
  margin-top: 40px;
  text-align: left;
}
.program-form .gform_wrapper.gravity-theme .gform_footer { padding-bottom: 0; }
.program-form .gform_wrapper.gravity-theme .gform_footer .gform_button.button { background-color:#B14430; margin-bottom: 0; }

.program-form .gform_wrapper.gravity-theme .gform_footer .gform_button.button :hover {     background-color: #434a3e;    color: #ffffff; }
.program-form .gform_wrapper input[type=email]:hover, .program-form .gform_wrapper input[type=password]:hover, .program-form .gform_wrapper input[type=tel]:hover, .program-form .gform_wrapper input[type=text]:hover, .program-form .gform_wrapper select:hover, textarea:hover { background-color: #F0F0F0; }
.program-form .ginput_preview_list { display: flex; flex-wrap: wrap; margin-top: 15px; }
.program-form .gform_wrapper.gravity-theme .ginput_preview { margin: 0 5px 5px 0; }
.program-form .gform_confirmation_message { font-size: 22px;    line-height: 32px;    color: #437944;    font-weight: 700; }

.program-form .gform_button {
  background-color: #c0392b;
  color: white;
  border: none;
  padding: 12px 30px;
  font-size: 16px;
  font-weight: 600;
  border-radius: 4px;
  cursor: pointer;
  font-family: "Roboto", sans-serif;
  text-transform: none;
}

.program-form .gform_button:hover {
  background-color: #a93226;
}

/* Labels - Hidden but keeping for accessibility */
.program-form .gfield_label {
  display: none;
}

/* Fieldset Legend for Radio Groups */
.program-form fieldset .gfield_label {
  display: block;
  font-size: 16px;
  font-weight: 600;
  color: #333;
  margin-bottom: 15px;
  font-family: "Roboto", sans-serif;
}

/* Professional Verification Section */
.program-form .gfield_html:contains("Professional Verification") {
  font-size: 28px;
  margin: 30px 0 20px 0;
}

/* Checkboxes for verification options */
.program-form .gfield_checkbox {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin: 20px 0;
}

.program-form .gfield_checkbox .gchoice {
  font-size: 14px;
  color: #666;
}


.program-form .gform_wrapper .gfield--type-radio .gfield_label {
      display: inline-block;   float: left;width:50%;    margin-bottom: 0; font-size:18px; line-height:30px; color:#5E5E5E;
}
.program-form .gform_wrapper .gfield--type-radio .gfield_radio { display:flex; margin:0; }
.program-form .gform_wrapper.gravity-theme .gfield-choice-input+label { font-size:18px; line-height:30px; color:#5E5E5E; font-weight:400; cursor:pointer; }
.program-form .gfield--type-radio .gfield-choice-input[type="radio"] { width:30px; height:30px; border-color:#D9D9D9; cursor:pointer; }
.program-form  .gform_wrapper.gravity-theme .gfield { margin-bottom:10px; }



.program-benifit-container {
	display:flex;
}
.pro-program-benefits {
  width: 50%;
  padding: 80px 50px 80px 150px;
  background-color: #F0F0F0;
}

.pro-benefits-container {
  max-width: 100%;
  margin: 0 auto;
}

.pro-benefits-title {
  font-size: 40px;
	line-height:50px;
  font-weight: 700;
  color: #1A1818;
  margin-bottom: 50px;
  text-align: left;
  font-family: "Roboto", sans-serif;
}

.benefits-list {
  display: flex;
  flex-direction: column;
  gap: 70px;
}

.benefit-item {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  align-items: center;
}

.benefit-item.reverse {
  direction: rtl;
}

.benefit-item.reverse .benefit-content,
.benefit-item.reverse .benefit-image {
  direction: ltr;
}

.benefit-content h3 {
  font-size: 30px;
	line-height:40px;
  font-weight: 700;
  color: #1A1818;
  margin-bottom: 20px;
}

.benefit-content p {
  font-size: 18px;
	line-height:30px;
  color: #5E5E5E;
  margin: 0;
}


/* Pro Discounts Badge */
.discount-badge {
  position: relative;
  background: #6b7267;
  padding: 30px;
  border-radius: 8px;
  width: 200px;
  height: 140px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  transform: rotate(-5deg);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}

.discount-badge::before,
.discount-badge::after {
  content: '';
  position: absolute;
  width: 20px;
  height: 20px;
  background: #f5f5f5;
  border-radius: 50%;
}

.discount-badge::before {
  top: -10px;
  left: 20px;
}

.discount-badge::after {
  bottom: -10px;
  right: 20px;
}

.pro-text {
  font-size: 24px;
  font-weight: 700;
  color: white;
  display: block;
  margin-bottom: 5px;
}


/* Tiered Pricing Chart */
.pricing-chart {
  background: #6b7267;
  padding: 20px;
  border-radius: 8px;
  width: 220px;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}

.chart-header {
  background: white;
  color: #333;
  font-weight: 700;
  text-align: center;
  padding: 12px;
  margin-bottom: 20px;
  border-radius: 4px;
  font-size: 16px;
}

.pricing-tiers {
  display: flex;
  justify-content: space-between;
  gap: 15px;
}

.tier {
  background: white;
  border-radius: 6px;
  padding: 15px 10px;
  text-align: center;
  flex: 1;
  min-height: 80px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.tier-label {
  font-size: 12px;
  font-weight: 600;
  color: #666;
  margin-bottom: 8px;
  display: block;
}

.tier-price {
  font-size: 20px;
  font-weight: 700;
  color: #6b7267;
}

.tier-2 {
  background: #c8e6c9;
}

.tier-2 .tier-price {
  color: #2e7d32;
}


.program-form .gform_wrapper.gravity-theme .gform_footer .gform_button.button:hover {  background-color: #434a3e;    color: #ffffff; }
.program-form .gform_wrapper.gravity-theme .gfield.gfield--input-type-radio .gform-field-label {     font-size: 18px;    color: #5E5E5E;    font-weight: 400;    line-height: 30px; }
.page--contactFormFirstChild .masthead__heading { font-weight:700; }


/*KC-30*/
.breadcrumb-bar {
  width: 100%;
  text-align: center;
  padding: 10px 0 0;
  background: transparent;
}
main .breadcrumb-bar ul li:before { content:""; }

.breadcrumb-list {
  display: inline-flex;
  align-items: center;
  list-style: none;
  padding: 0;
  margin: 0;
}

.breadcrumb-item,
.breadcrumb-separator {
  font-size: 20px;
  color: #fff;
  font-weight: 400;
  text-transform: uppercase;
  list-style: none;
  letter-spacing: 1px;
  font-family: inherit;
  margin-bottom:0;
  padding-right:5px;
}

.breadcrumb-link {
  color: #fff;
  text-decoration: none;
  font-size: 20px;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 1px;
  transition: text-decoration 0.2s;
}

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

.breadcrumb-current {
  color: #fff;
  font-size: 20px;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 1px;
}



.cabinet-classic-hero {
  position: relative;
  width: 100%;
  background: url("../images/cabinet-img-kitchen-.png") center center/cover no-repeat;
      padding: 160px 0;
  margin-bottom:80px;
}

.cabinet-classic-overlay {
  position: absolute;
  top: 0; left: 0; right: 0; bottom: 0;
  background: rgba(67, 74, 62, 0.80);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.cabinet-classic-title {
  font-size: 72px;
  font-weight: bold;
  color: #fff;
  margin: 0;
}


/* cabinet listing */
.details-section {
      display: flex;
    justify-content: center;
    gap: 30px 75px;
    flex-wrap: wrap;
  margin-bottom:30px;
  padding-left:50px; padding-right:50px;
}

.detail-box {
  position: relative;
  display: flex;
  align-items:center;
  border: 2px solid #434A3E;
  padding: 30px 20px 30px 70px;
  width:calc(33.33% - 50px);
  box-sizing: border-box;
}

.detail-img {
     position: absolute;
    top: 50%;
    left: -50px;
    transform: translateY(-50%);
}

.detail-title {
  font-size: 30px;
  color: #434A3E;
  font-weight: 700;
  margin: 60px 0 12px 0; /* Push title below image */
}

.detail-list {
      margin: 0;
    padding-left: 0;
    color: #434A3E;
    font-size: 18px;
}

.detail-list li {
      font-size: 18px;
    color: #434A3E;
    line-height: 26px;
    margin-bottom: 10px;
}

.wp-block-column.img-resize-container figure img{
  max-width: 174px;
  width: 100%;
}

.company-title-logo.medium-logo img {
	max-width: 100px;
}

main .detail-list li:before {content:"";}
.action-wrapper { text-align:center; }
.cabinet-details-info { margin-bottom:100px; }

/* category section */

.wp-block-image figure.aligncenter, figure.wp-block-image { margin:0; }
.category-title { font-size:40px;line-height:50px; color:#1A1818; font-weight:700; padding-right:15px; margin:0;}
.category-content { font-size:18px;line-height:30px; color:#5E5E5E; font-weight:400; margin-bottom:25px; }
.category-btn {     display: flex;
    justify-content: flex-end; }
.category-door-img { display:flex; gap:30px; }
.right-btn-content {margin-bottom: 10px; justify-content:space-between;
}

.category-inner-sec { margin-bottom:60px; }
.left-img-sec { display:flex; align-items:center; }
.company-title-logo { display:flex; align-items:center; gap:10px; }
.right-btn-content .wp-block-column.is-layout-flow.wp-block-column-is-layout-flow { flex-basis: auto !important; }


/* door listing page */


.collection-section.common-container.vendor-listing-section {
  padding: 0;
}
.collection-section.common-container.vendor-listing-section:not(:first-child) {
  padding-top: 20px;
}


/* Heading */
.section-title {
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 30px;
    color: #111;
}

/* Grid layout */
.door-grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr); /* desktop: 5 doors */
    gap: 32px 28px;
}

.door-grid.img-medium .door-item img{
	max-width: 174px;
	width: 100%
}

/* Each door */
.door-item {
    text-align: center;
}

/* Image */
.door-item img {
    height: auto;
    object-fit: contain;
    margin: auto;
    display: block;
}

/* Title under image */
.door-title {
    margin-top: 14px;
    font-size: 16px;
    font-weight: 600;
    color: #000;
    line-height: 1.2;
}

.collection-section.common-container.vendor-listing-section .door-grid .loadMoreBtn.custom-primary-button{
  color: #fff;
  grid-column: 1 / -1;
  justify-self: center;
}

/* Font-Family Override Related changes */
/* body .masthead__subheading, */
body .richContent__heading,
body .articleMasthead__subheading,
body .articles__intro:not(:empty) [class*="__subheading"],
body .browseFinishes__intro:not(:empty) [class*="__subheading"],
body .contactArea__intro:not(:empty) [class*="__subheading"],
body .formStripe__intro:not(:empty) [class*="__subheading"],
body .inspiration__intro:not(:empty) [class*="__subheading"],
body .listItemGroup__intro:not(:empty) [class*="__subheading"],
body .resources__intro:not(:empty) [class*="__subheading"],
body .richContent__intro:not(:empty) [class*="__subheading"],
body .richContent__subheading,
body .sitemap__intro:not(:empty) [class*="__subheading"],
body .subheading,
body .annotation__heading,
body .articles .tease__heading,
body .listItemGroup[data-styling="card"] .item__heading,
body .listItemGroup[data-styling="nocard"] .item__heading,
body .resources .tease__heading,
body h6,
body h6.hasBar,
body .gform_wrapper[class].gravity-theme .gfield_label,
body input[type=checkbox]+label,
body .productResultsLayout .products-category-title h2,
body .productResultsLayout .products-category-title span,
body .articleMasthead__heading{
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  color: #434A3E;
}

body .articleMasthead__link,
body .gform_wrapper[class] .gform_footer input[type="submit"],
body .masthead__link,
body .wp-block-button:not(.is-style-linkWithLine) .wp-block-button__link,
body.search .search form > input[type="submit"],
body .productStylesGroup__style-title,
body .productCategories__category-title,
body .productResultsLayout .products-table__filters .products-table__filterItem>*,
body .cart__changeStyle-submit,
body .cart__actions-footer .coupon .button,
body .woocommerce-billing-fields h3,
body .checkoutForm__wrapper table.shop_table th,
body .woocommerce table.shop_table td
body .woocommerce table.shop_table td,
/* Link */
body #colorbox .item__link,
body .annotation__link,
body .articles .tease__link,
body .is-style-linkWithLine .wp-block-button__link,
body .listItemGroup[data-styling="card"] .item__link,
body .listItemGroup[data-styling="nocard"] .item__link,
body .resources .tease__link,
/* Checkout - Billing Details  */
body #add_payment_method #payment div.payment_box .form-row,
body.woocommerce-cart #payment div.payment_box .form-row,
body.woocommerce-checkout #payment div.payment_box .form-row,
body .productUpsell__addToCartBtn {
  font-family: "Roboto", sans-serif;
  font-weight: 600;
}

body .gform_wrapper.gravity-theme .description i ,
body .gform_wrapper.gravity-theme .gfield_description i ,
body .gform_wrapper.gravity-theme .gsection_description i ,
body .gform_wrapper.gravity-theme .instruction i,
body .masthead__subheading{
  font-family: "Roboto", sans-serif;
}


body .cart-empty__wrapper th,
body .cart__wrapper th {
  font-weight: 600 !important;
}

body .woocommerce #respond input#submit,
body .woocommerce a.button,
body .woocommerce button.button,
body .woocommerce input.button,
body .woocommerce-cart .wc-proceed-to-checkout a.checkout-button,
body .checkoutForm__wrapper button.button.alt{
  font-weight: 600 !important;
  font-family: "Roboto", sans-serif !important;
}

/* Color related changes */
body h2.richContent__heading,
body .product-row__title h3,
body .cart-item__title h3{
  color: #1a1818;
}

body .is-style-linkWithLine .wp-block-button__link:before,
body .products-table__cartButton,
body .cart__changeStyle-submit,
body .cart__actions-footer .coupon .button,
body.woocommerce-cart .wc-proceed-to-checkout a.checkout-button,
body .wp-block-button:not(.is-style-linkWithLine) .wp-block-button__link {
    background: #b14430;
}

body .is-style-linkWithLine .wp-block-button__link:hover,
body .listItemGroup[data-styling=card] .item__link:hover{
  color: #434a3e;
}

body .listItemGroup[data-styling=card] .item__heading:after,
body .listItemGroup[data-styling=nocard] .item__heading:after,
body .is-style-linkWithLine .wp-block-button__link:hover::before,
body .listItemGroup[data-styling=card] .item__link:hover::before,
body .productStylesGroup__style-title:after,
body .productCategories__inner .productCategories__category-title:after,
body .productResultsLayout thead th,
body .cart__changeStyle-submit:hover,
body .cart__actions-footer .coupon .button:hover,
body.woocommerce-cart .wc-proceed-to-checkout a.checkout-button:hover,
body .cart-empty__wrapper th, 
body .cart__wrapper th,
body .checkoutForm__wrapper table thead,
body .checkoutForm__wrapper button.button.alt:hover,
body .wp-block-button:not(.is-style-linkWithLine) .wp-block-button__link:hover {
  background: #434a3e;
}

body .listItemGroup[data-styling=card] .item__heading a:hover,
body .productCategories__inner .productCategories__category:hover,
body .productQuantity__wrapper .productQuantity__plusToggle,
body .productQuantity__wrapper .productQuantity__minusToggle,
body .woocommerce-info:before,
body .is-style-linkWithLine .wp-block-button__link,
body .listItemGroup[data-styling=card] .item__link{
  color: #b14430;
}

body .gform_wrapper[class] .gform_footer input[type=submit],
body .search .search form > input[type=submit],
body .checkoutForm__wrapper button.button.alt {
  background-color: #b14430;
}

body .gform_wrapper[class] .gform_footer input[type=submit]:hover,
body.search .search form > input[type=submit]:hover {
  background-color: #434a3e;
}

body .productCategories__category-inner--current,
body .checkoutForm__wrapper table thead {
  border-color: #434a3e;
}

body .products-table__cartButton:hover{
  background: #8f3626;
  color: #fff;
}

body .productResultsLayout p{
  color: #5e5e5e;
}

body .cart__updateCart-btn{
  background: #b14430 !important;
}

body .cart__updateCart-btn:hover{
  background: #434a3e !important;
}

body .productUpsell__addToCartBtn:hover::before{
  content: url("../images/cart_icon_link_hover.svg");
}

  /* WooCommerce My Account Page Styles */
  .woocommerce-account section > div.woocommerce {
    width: 100%;
    max-width: 1620px;
    padding: 40px 15px 0;
    margin: 0 auto;
    box-sizing: border-box;
  }
  .woocommerce-account .woocommerce-MyAccount-navigation {
    background-color: #f4f4f4;
    border-radius: 5px;
    margin-bottom: 30px;
    border: 1px solid #e0e0e0;
  }

  .woocommerce-account .woocommerce-MyAccount-navigation ul {
    list-style: none;
    padding: 0;
    margin: 0;
  }

  .woocommerce-account .woocommerce-MyAccount-navigation-link {
    margin-bottom: 0;
    border-bottom: 1px solid #e0e0e0;
  }

  .woocommerce-account .woocommerce-MyAccount-navigation-link::before{
    content: none;
  }

  .woocommerce-account .woocommerce-MyAccount-navigation-link:last-child {
    border-bottom: none;
  }

  .woocommerce-account .woocommerce-MyAccount-navigation-link a {
    display: block;
    padding: 15px 30px;
    color: #1a1818;
    text-decoration: none;
    font-size: 18px;
    font-weight: 600;
    font-family: "Roboto", sans-serif;
    transition: all 0.3s ease;
    position: relative;
  }

  .woocommerce-account .woocommerce-MyAccount-navigation-link a:hover {
    color: #b14430;
    background-color: #ffffff;
  }

  .woocommerce-account .woocommerce-MyAccount-navigation-link.is-active a {
    color: #ffffff;
    background-color: #434a3e;
    font-weight: 700;
    border-left: 5px solid #6b7563;
  }

  .woocommerce-account .woocommerce-MyAccount-navigation-link.is-active a:hover {
    color: #ffffff;
    background-color: #434a3e;
    padding-left: 30px;
  }

  .woocommerce-account .woocommerce-MyAccount-content {
    background-color: #ffffff;
    padding: 0 40px 40px;
    border-radius: 5px;
    min-height: 400px;
  }

  .woocommerce-account .woocommerce-MyAccount-content p {
    color: #5e5e5e;
    font-size: 18px;
    line-height: 30px;
    margin-bottom: 20px;
  }

  .woocommerce-account .woocommerce-MyAccount-content p mark.order-number,
  .woocommerce-account .woocommerce-MyAccount-content p mark.order-date,
  .woocommerce-account .woocommerce-MyAccount-content p mark.order-status{
    background-color: transparent;
  }


  .woocommerce-account .woocommerce-MyAccount-content p strong {
    color: #1a1818;
    font-weight: 700;
  }

  .woocommerce-account .woocommerce-MyAccount-content a {
    color: #b14430;
    text-decoration: none;
    font-weight: 600;
    transition: color 0.3s ease;
  }

  .woocommerce-account .woocommerce-MyAccount-content a:hover {
    color: #434a3e;
    text-decoration: underline;
  }

  .woocommerce-account .woocommerce-MyAccount-content .woocommerce-notices-wrapper {
    margin-bottom: 30px;
  }

  .woocommerce-account .woocommerce-MyAccount-content .woocommerce-notices-wrapper .woocommerce-message {
    border-top-color: #434a3e;
  }

  .woocommerce-account .woocommerce-MyAccount-content .woocommerce-notices-wrapper .woocommerce-message::before {
    color: #434a3e;
  }

  /* My Account Dashboard Welcome Message */
  .woocommerce-account .woocommerce-MyAccount-content > p:first-child {
    font-size: 20px;
    color: #1a1818;
    margin-bottom: 25px;
    padding-bottom: 25px;
    border-bottom: 2px solid #f4f4f4;
  }

  .woocommerce-account .woocommerce-MyAccount-content > p:first-child a {
    color: #b14430;
    font-weight: 600;
  }

  .woocommerce-account .woocommerce-MyAccount-content > p:first-child a:hover {
    color: #434a3e;
  }

  /* My Account Orders Table */
  .woocommerce-account .woocommerce-MyAccount-content .woocommerce-orders-table {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 30px;
  }

  .woocommerce-account .woocommerce-MyAccount-content .woocommerce-orders-table thead th {
    background-color: #434a3e;
    color: #ffffff;
    padding: 15px;
    text-align: left;
    font-weight: 700;
    font-size: 16px;
    font-family: "Roboto", sans-serif;
  }

  .woocommerce-account .woocommerce-MyAccount-content .woocommerce-orders-table tbody td {
    padding: 15px;
    border-bottom: 1px solid #e0e0e0;
    color: #5e5e5e;
    font-size: 16px;
  }

  .woocommerce-account .woocommerce-MyAccount-content .woocommerce-orders-table tbody td.woocommerce-orders-table__cell-order-actions {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    gap: 5px;
    border-bottom: 0;
  }

  .woocommerce-account .woocommerce-MyAccount-content .woocommerce-orders-table tbody tr:last-child  td.woocommerce-orders-table__cell-order-actions{
    border-bottom: 1px solid #e0e0e0;
  }

  .woocommerce-account .woocommerce-MyAccount-content .woocommerce-orders-table tbody tr:hover {
    background-color: #f9f9f9;
  }

  .woocommerce-account .woocommerce-MyAccount-content .woocommerce-orders-table .woocommerce-orders-table__cell-order-actions a {
    display: inline-block;
    padding: 8px 20px;
    background-color: #b14430;
    color: #ffffff;
    border-radius: 5px;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s ease;
  }

  .woocommerce-account .woocommerce-MyAccount-content .woocommerce-orders-table .woocommerce-orders-table__cell-order-actions a:hover {
    background-color: #434a3e;
    color: #ffffff;
    text-decoration: none;
  }

  /* My Account Forms */
  .woocommerce-account .woocommerce-MyAccount-content .woocommerce-form-row input[type="text"],
  .woocommerce-account .woocommerce-MyAccount-content .woocommerce-form-row input[type="email"],
  .woocommerce-account .woocommerce-MyAccount-content .woocommerce-form-row input[type="password"],
  .woocommerce-account .woocommerce-MyAccount-content .woocommerce-form-row input[type="tel"],
  .woocommerce-account .woocommerce-MyAccount-content .woocommerce-form-row select,
  .woocommerce-account .woocommerce-MyAccount-content .woocommerce-form-row textarea,
  .woocommerce-account .myaccount-custom-page .woocommerce-form-row input[type="text"],
  .woocommerce-account .myaccount-custom-page .woocommerce-form-row input[type="email"],
  .woocommerce-account .myaccount-custom-page .woocommerce-form-row input[type="password"],
  .woocommerce-account .myaccount-custom-page .woocommerce-form-row input[type="tel"],
  .woocommerce-account .myaccount-custom-page .woocommerce-form-row select,
  .woocommerce-account .myaccount-custom-page .woocommerce-form-row textarea {
    width: 100%;
    padding: 12px 20px;
    border: 2px solid #e0e0e0;
    border-radius: 5px;
    font-size: 16px;
    color: #1a1818;
    font-family: "Roboto", sans-serif;
    background-color: #ffffff;
    transition: border-color 0.3s ease;
  }

  .woocommerce-account .woocommerce-MyAccount-content .woocommerce-form-row input:focus,
  .woocommerce-account .woocommerce-MyAccount-content .woocommerce-form-row select:focus,
  .woocommerce-account .woocommerce-MyAccount-content .woocommerce-form-row textarea:focus,
  .woocommerce-account .myaccount-custom-page .woocommerce-form-row input:focus,
  .woocommerce-account .myaccount-custom-page .woocommerce-form-row select:focus,
  .woocommerce-account .myaccount-custom-page .woocommerce-form-row textarea:focus {
    outline: none;
    border-color: #434a3e;
  }

  .woocommerce-account .woocommerce-MyAccount-content .woocommerce-form-row label,
  .woocommerce-account .myaccount-custom-page .woocommerce-form-row label {
    display: block;
    margin-bottom: 8px;
    color: #1a1818;
    font-weight: 600;
    font-size: 16px;
    font-family: "Roboto", sans-serif;
  }

  .woocommerce-account .woocommerce-MyAccount-content .woocommerce-Button,
  .woocommerce-account .myaccount-custom-page .woocommerce-Button {
    background-color: #b14430;
    color: #ffffff;
    border: none;
    border-radius: 5px;
    font-size: 16px;
    font-weight: 700;
    font-family: "Roboto", sans-serif;
    cursor: pointer;
    transition: all 0.3s ease;
    text-decoration: none;
    display: inline-block;
  }

  .woocommerce-account .woocommerce-MyAccount-content .woocommerce-Button:disabled[disabled],
  .woocommerce-account .myaccount-custom-page .woocommerce-Button:disabled[disabled] {
    color: #ffffff;
  }

  .woocommerce-account .woocommerce-MyAccount-content .woocommerce-Button:disabled[disabled]:hover,
  .woocommerce-account .myaccount-custom-page .woocommerce-Button:disabled[disabled]:hover{
      background-color: #434A3E;
      color: #fff;
  }

  .woocommerce-account .woocommerce-info {
    border-top-color: #434A3E;
  }

  .woocommerce-account .woocommerce-MyAccount-content .woocommerce-Button:hover,
  .woocommerce-account .myaccount-custom-page .woocommerce-Button:hover {
    background-color: #434a3e;
    color: #ffffff;
  }

  .woocommerce-account .woocommerce-MyAccount-content .woocommerce-Button--alt,
  .woocommerce-account .myaccount-custom-page .woocommerce-Button--alt {
    background-color: transparent;
    color: #434a3e;
    border: 2px solid #434a3e;
  }

  .woocommerce-account .woocommerce-MyAccount-content .woocommerce-Button--alt:hover,
  .woocommerce-account .myaccount-custom-page .woocommerce-Button--alt:hover {
    background-color: #434a3e;
    color: #ffffff;
  }

  /* Addresses Section */
  .woocommerce-account .woocommerce-MyAccount-content .woocommerce-Address {
    background-color: #f9f9f9;
    padding: 25px;
    border-radius: 5px;
    margin-bottom: 20px;
  }

  .woocommerce-account .woocommerce-MyAccount-content .woocommerce-Address-title h3 {
    font-size: 24px;
    color: #1a1818;
    font-weight: 700;
    margin-bottom: 15px;
    font-family: "Roboto", sans-serif;
  }

  .woocommerce-account .woocommerce-MyAccount-content .woocommerce-Address-title .edit {
    color: #b14430;
    font-size: 16px;
    font-weight: 600;
    text-decoration: none;
    margin-left: 15px;
  }

  .woocommerce-account .woocommerce-MyAccount-content .woocommerce-Address-title .edit:hover {
    color: #434a3e;
  }

  .woocommerce-account .woocommerce-MyAccount-content address {
    color: #5e5e5e;
    font-size: 16px;
    line-height: 26px;
    font-style: normal;
  }

  /* Payment Methods */
  .woocommerce-account .woocommerce-MyAccount-content .woocommerce-PaymentMethod {
    background-color: #f9f9f9;
    padding: 20px;
    border-radius: 5px;
    margin-bottom: 15px;
  }

  .woocommerce-account .woocommerce-MyAccount-content .woocommerce-PaymentMethod-title {
    font-size: 18px;
    color: #1a1818;
    font-weight: 700;
    margin-bottom: 10px;
    font-family: "Roboto", sans-serif;
  }

  .woocommerce-account .woocommerce-MyAccount-content .woocommerce-PaymentMethod-content {
    color: #5e5e5e;
    font-size: 16px;
    margin-bottom: 10px;
  }

  .woocommerce-account .woocommerce-MyAccount-content .woocommerce-PaymentMethod-actions a {
    color: #b14430;
    font-weight: 600;
    text-decoration: none;
    margin-right: 15px;
  }

  .woocommerce-account .woocommerce-MyAccount-content .woocommerce-PaymentMethod-actions a:hover {
    color: #434a3e;
  }

  /* Order Details Section */
  .woocommerce-account .woocommerce-order-details {
    margin-bottom: 40px;
  }

  .woocommerce-account .woocommerce-order-details__title {
    font-size: 28px;
    color: #1a1818;
    font-weight: 700;
    font-family: "Roboto", sans-serif;
    margin-bottom: 30px;
    padding-bottom: 15px;
    border-bottom: 2px solid #f4f4f4;
  }

  .woocommerce-account .woocommerce-MyAccount-content:has(.account-orders-table) {
    overflow-x: auto;
  }
  
  .woocommerce-account .woocommerce-MyAccount-content:has(.account-orders-table) table {
    min-width: 900px;
  }
  

  /* Order Details Table */
  .woocommerce-account .woocommerce-order-details .woocommerce-table--order-details {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 30px;
    background-color: #ffffff;
  }

  .woocommerce-account .woocommerce-order-details .woocommerce-table--order-details thead th {
    background-color: #434a3e;
    color: #ffffff;
    padding: 15px;
    text-align: left;
    font-weight: 700;
    font-size: 16px;
    font-family: "Roboto", sans-serif;
    border-bottom: 2px solid #434a3e;
  }

  .woocommerce-account .woocommerce-order-details .woocommerce-table--order-details thead th.product-total{
    text-align: right;
  }

  .woocommerce-account .woocommerce-order-details .woocommerce-table--order-details tbody td {
    padding: 20px 15px;
    border-bottom: 1px solid #e0e0e0;
    vertical-align: top;
  }

  .woocommerce-account .woocommerce-order-details .woocommerce-table--order-details tbody tr:last-child td {
    border-bottom: none;
  }

  /* Product Name */
  .woocommerce-account .woocommerce-order-details .product-name a {
    color: #1a1818;
    font-size: 18px;
    font-weight: 700;
    text-decoration: none;
    font-family: "Roboto", sans-serif;
    transition: color 0.3s ease;
  }

  .woocommerce-account .woocommerce-order-details .product-name a:hover {
    color: #b14430;
  }

  .woocommerce-account .woocommerce-order-details .product-quantity {
    color: #5e5e5e;
    font-size: 16px;
    font-weight: 400;
    display: inline-block;
    margin-top: 5px;
  }

  /* Item Meta */
  .woocommerce-account .woocommerce-order-details .wc-item-meta {
    list-style: none;
    padding: 0;
    margin: 10px 0 0 0;
  }

  .woocommerce-account .woocommerce-order-details .wc-item-meta li {
    margin-bottom: 5px;
    font-size: 14px;
    color: #5e5e5e;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 5px;
  }

  .woocommerce-account .woocommerce-order-details .wc-item-meta li::before{
    content: none;
  }

  .woocommerce-account .woocommerce-order-details .wc-item-meta .wc-item-meta-label {
    font-weight: 600;
    color: #1a1818;
  }

  .woocommerce-account .woocommerce-order-details .wc-item-meta p {
    display: inline;
    margin: 0;
    color: #5e5e5e;
  }

  /* Product Total */
  .woocommerce-account .woocommerce-order-details .product-total {
    text-align: right;
    font-size: 18px;
    font-weight: 700;
    color: #1a1818;
    font-family: "Roboto", sans-serif;
  }

  .woocommerce-account .woocommerce-order-details .product-total .woocommerce-Price-amount {
    color: #1a1818;
  }

  /* Table Footer */
  .woocommerce-account .woocommerce-order-details .woocommerce-table--order-details tfoot th {
    padding: 15px;
    text-align: left;
    font-weight: 600;
    font-size: 16px;
    color: #1a1818;
    font-family: "Roboto", sans-serif;
    background-color: #f9f9f9;
    border-top: 1px solid #e0e0e0;
  }

  .woocommerce-account .woocommerce-order-details .woocommerce-table--order-details tfoot td {
    padding: 15px;
    text-align: right;
    font-size: 16px;
    color: #5e5e5e;
    background-color: #f9f9f9;
    border-top: 1px solid #e0e0e0;
  }

  .woocommerce-account .woocommerce-order-details .woocommerce-table--order-details tfoot tr:last-child th,
  .woocommerce-account .woocommerce-order-details .woocommerce-table--order-details tfoot tr:last-child td {
    background-color: #434a3e;
    color: #ffffff;
    font-weight: 700;
    font-size: 18px;
    border-top: 2px solid #434a3e;
  }

  .woocommerce-account .woocommerce-order-details .woocommerce-table--order-details tfoot tr:last-child td .woocommerce-Price-amount {
    color: #ffffff;
  }

  /* Billing and Shipping Addresses - Same as Address Section */
  .woocommerce-account .woocommerce-customer-details .woocommerce-column--billing-address,
  .woocommerce-account .woocommerce-customer-details .woocommerce-column--shipping-address {
    background-color: #f9f9f9;
    padding: 25px;
    border-radius: 5px;
    margin-bottom: 20px;
  }

  .woocommerce-account .woocommerce-customer-details .woocommerce-column__title {
    font-size: 24px;
    color: #1a1818;
    font-weight: 700;
    margin-bottom: 15px;
    font-family: "Roboto", sans-serif;
  }

  .woocommerce-account section.woocommerce-customer-details address {
    color: #5e5e5e;
    font-size: 16px;
    border: 0;
    line-height: 26px;
    font-style: normal;
    margin: 0;
  }

  /* Edit Account Form Specific Styles */
  .woocommerce-account .woocommerce-EditAccountForm.myaccount-custom-page,
  .woocommerce-account .myaccount-custom-page {
    max-width: 100%;
  }

  .woocommerce-account .woocommerce-EditAccountForm.myaccount-custom-page .woocommerce-form-row,
  .woocommerce-account .myaccount-custom-page .woocommerce-form-row {
    margin-bottom: 20px;
  }

  .woocommerce-account .woocommerce-EditAccountForm.myaccount-custom-page .form-row-first,
  .woocommerce-account .woocommerce-EditAccountForm.myaccount-custom-page .form-row-last,
  .woocommerce-account .myaccount-custom-page .form-row-first,
  .woocommerce-account .myaccount-custom-page .form-row-last {
    width: 48%;
    display: inline-block;
    vertical-align: top;
  }

  .woocommerce-account .woocommerce-EditAccountForm.myaccount-custom-page .form-row-first,
  .woocommerce-account .myaccount-custom-page .form-row-first {
    margin-right: 4%;
  }

  .woocommerce-account .woocommerce-EditAccountForm.myaccount-custom-page .form-row-wide,
  .woocommerce-account .myaccount-custom-page .form-row-wide {
    width: 100%;
  }

  .woocommerce-account .woocommerce-EditAccountForm.myaccount-custom-page fieldset,
  .woocommerce-account .myaccount-custom-page fieldset {
    border: 2px solid #f4f4f4;
    border-radius: 5px;
    padding: 25px;
    margin-top: 30px;
    margin-bottom: 20px;
  }

  .woocommerce-account .woocommerce-EditAccountForm.myaccount-custom-page fieldset legend,
  .woocommerce-account .myaccount-custom-page fieldset legend {
    font-size: 20px;
    color: #1a1818;
    font-weight: 700;
    font-family: "Roboto", sans-serif;
    padding: 0 15px;
  }

  .woocommerce-account .woocommerce-EditAccountForm.myaccount-custom-page .woocommerce-form-row span em,
  .woocommerce-account .myaccount-custom-page .woocommerce-form-row span em {
    display: block;
    font-size: 14px;
    color: #5e5e5e;
    font-style: italic;
    margin-top: 5px;
    font-weight: 400;
  }

  .woocommerce-account .woocommerce-EditAccountForm.myaccount-custom-page .required,
  .woocommerce-account .myaccount-custom-page .required {
    color: #b14430;
    font-weight: 700;
  }


  /* Common Styles for Both Edit Account and Edit Address Forms */
  .woocommerce-account .woocommerce-MyAccount-content form h3 {
    font-size: 28px;
    color: #1a1818;
    font-weight: 700;
    font-family: "Roboto", sans-serif;
    margin-bottom: 30px;
    padding-bottom: 15px;
    border-bottom: 2px solid #f4f4f4;
  }

  /* Address Form Container */
  .woocommerce-account .myaccount-address-form {
    max-width: 100%;
  }

  /* Address Form Field Wrapper */
  .woocommerce-account .myaccount-address-form .woocommerce-address-fields__field-wrapper {
    display: block;
    margin-bottom: 30px;
  }

  /* Common Form Row Styles for Address Form */
  .woocommerce-account .myaccount-address-form .form-row {
    margin-bottom: 20px;
  }

  /* Two Column Layout - Side by Side Fields */
  .woocommerce-account .myaccount-address-form .form-row-first,
  .woocommerce-account .myaccount-address-form .form-row-last {
    width: 48%;
    display: inline-block;
    vertical-align: top;
    box-sizing: border-box;
  }

  .woocommerce-account .myaccount-address-form .form-row-first {
    margin-right: 4%;
  }

  .woocommerce-account .myaccount-address-form .form-row-wide {
    width: 100%;
    display: block;
  }

  /* Common Form Labels */
  .woocommerce-account .myaccount-address-form .form-row label {
    display: block;
    margin-bottom: 8px;
    color: #1a1818;
    font-weight: 600;
    font-size: 16px;
    font-family: "Roboto", sans-serif;
  }

  .woocommerce-account .myaccount-address-form .form-row label.screen-reader-text {
    position: absolute;
    left: -9999px;
    width: 1px;
    height: 1px;
    overflow: hidden;
  }

  /* Common Form Inputs */
  .woocommerce-account .myaccount-address-form .form-row input[type="text"],
  .woocommerce-account .myaccount-address-form .form-row input[type="email"],
  .woocommerce-account .myaccount-address-form .form-row input[type="tel"],
  .woocommerce-account .myaccount-address-form .form-row textarea {
    width: 100%;
    padding: 12px 20px;
    border: 2px solid #e0e0e0;
    border-radius: 5px;
    font-size: 16px;
    color: #1a1818;
    font-family: "Roboto", sans-serif;
    background-color: #ffffff;
    transition: border-color 0.3s ease;
    box-sizing: border-box;
  }

  .woocommerce-account .myaccount-address-form .form-row input:focus,
  .woocommerce-account .myaccount-address-form .form-row textarea:focus {
    outline: none;
    border-color: #434a3e;
  }

  /* WooCommerce Input Wrapper */
  .woocommerce-account .myaccount-address-form .form-row .woocommerce-input-wrapper {
    display: block;
    width: 100%;
  }

  /* Select2 Dropdown Styling for Address Form */
  .woocommerce-account .myaccount-address-form .select2-container--default {
    width: 100% !important;
  }

  .woocommerce-account .myaccount-address-form .select2-container--default .select2-selection--single {
    height: auto;
    border: 2px solid #e0e0e0;
    border-radius: 5px;
    padding: 10px 20px;
    min-height: 48px;
    background-color: #ffffff;
    transition: border-color 0.3s ease;
  }

  .woocommerce-account .myaccount-address-form .select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 26px;
    padding-left: 0;
    color: #1a1818;
    font-size: 16px;
    font-family: "Roboto", sans-serif;
  }

  .woocommerce-account .myaccount-address-form .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 100%;
    right: 12px;
    top: 50%;
    transform: translateY(-50%);
  }

  .woocommerce-account .myaccount-address-form .select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-color: #434a3e transparent transparent transparent;
    border-style: solid;
    border-width: 6px 5px 0 5px;
    height: 0;
    left: 50%;
    margin-left: -5px;
    margin-top: -3px;
    position: absolute;
    top: 50%;
    width: 0;
  }

  .woocommerce-account .myaccount-address-form .select2-container--default.select2-container--focus .select2-selection--single,
  .woocommerce-account .myaccount-address-form .select2-container--default.select2-container--open .select2-selection--single {
    border-color: #434a3e;
  }

  /* Select2 Dropdown Options */
  .woocommerce-account .myaccount-address-form .select2-dropdown {
    border: 2px solid #434a3e;
    border-radius: 5px;
    margin-top: 2px;
  }

  .woocommerce-account .myaccount-address-form .select2-results__option {
    padding: 10px 20px;
    font-family: "Roboto", sans-serif;
    font-size: 16px;
    color: #1a1818;
  }

  .woocommerce-account .myaccount-address-form .select2-results__option--highlighted {
    background-color: #434a3e;
    color: #ffffff;
  }

  .woocommerce-account .myaccount-address-form .select2-results__option[aria-selected="true"] {
    background-color: #f4f4f4;
  }

  /* Common Required/Optional Indicators */
  .woocommerce-account .myaccount-address-form .required,
  .woocommerce-account .myaccount-address-form .form-row abbr.required {
    color: #b14430;
    font-weight: 700;
    text-decoration: none;
  }

  .woocommerce-account .myaccount-address-form .form-row .optional {
    color: #5e5e5e;
    font-weight: 400;
    font-size: 14px;
  }

  /* Common Button Styles */
  .woocommerce-account .myaccount-address-form button.button {
    background-color: #b14430;
    color: #ffffff;
    padding: 12px 30px;
    border: none;
    border-radius: 5px;
    font-size: 16px;
    font-weight: 700;
    font-family: "Roboto", sans-serif;
    cursor: pointer;
    transition: all 0.3s ease;
    text-decoration: none;
    display: inline-block;
  }

  .woocommerce-account .myaccount-address-form button.button:hover {
    background-color: #434a3e;
    color: #ffffff;
  }

  .woocommerce-account .myaccount-address-form button.button:focus {
    outline: none;
  }

  /* Address Form Button Container */
  .woocommerce-account .myaccount-address-form p {
    margin-top: 20px;
    margin-bottom: 0;
  }

  .woocommerce-form-login.login, .woocommerce .lost_reset_password {
    max-width: 600px;
    margin: 0 auto !important;
  }

  .woocommerce .login-class {
    text-align: center;
    margin-bottom: 20px;
  }

  .woocommerce-account .lost_reset_password .woocommerce-form-row--first {
    width: 100%;
  }

  body .login.myaccount-custom-page .button.custom-primary-button {
    background-color: #b14430;
    color: #ffffff;
    margin-bottom: 10px;
  }
  body .login.myaccount-custom-page .button.custom-primary-button:hover {
    background-color: #434a3e;
  }
  /* Remember me label */
  body .login.myaccount-custom-page .woocommerce-form-login__rememberme {
    display: flex;
    align-items: center;
    gap: 8px;
    cursor: pointer;
    color: #434A3E;
    font-size: 14px;
    margin-bottom: 15px;
  }

  /* Hide default checkbox */
  body .login.myaccount-custom-page .woocommerce-form__input-checkbox {
    appearance: none;
    -webkit-appearance: none;
    width: 16px;
    height: 16px;
    border: 2px solid #434A3E;
    border-radius: 2px; /* square */
    background-color: #ffffff;
    cursor: pointer;
    position: relative;
  }

  /* Check mark */
  body .login.myaccount-custom-page .woocommerce-form__input-checkbox::after {
    content: "";
    position: absolute;
    top: 1px;
    left: 4px;
    width: 4px;
    height: 8px;
    border: solid #ffffff;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
    opacity: 0;
  }

  /* Checked state */
  body .login.myaccount-custom-page .woocommerce-form__input-checkbox:checked {
    background-color: #434A3E;
    border-color: #434A3E;
  }

  body .login.myaccount-custom-page .woocommerce-form__input-checkbox:checked::after {
    opacity: 1;
  }

  .checkout.woocommerce-checkout{
    flex-wrap: wrap;
  }

  .checkout.woocommerce-checkout #customer_details, .checkout.woocommerce-checkout .woocommerce-checkout-review-order {
      width: 50%;
  }

  .checkout.woocommerce-checkout > .woocommerce-NoticeGroup.woocommerce-NoticeGroup-checkout {
    width: 100%;
    order: 0;
  }
  .checkout.woocommerce-checkout #customer_details {
    width: 50%;
    order: 1;
  }

  .checkout.woocommerce-checkout .woocommerce-checkout-review-order {
    order: 2;
  }


@media (max-width:1700px) {
  .cabinet-hero-content h1 { font-size: 40px; line-height: 53px; }
  .cabinet-hero-content { padding-left: 30px; }
  .cabinet-hero-section .owl-dots { bottom: 45px; left: 30px; }
  .pro-member-content h1 { font-size: 76px; line-height: 86px; }
  .pro-member-content h2 { font-size: 48px; line-height: 58px; }
}


@media (max-width: 1440px) {
  .cabinet-scroll-section {
    padding-left: 20px;
  }
  
  .join-program-section {
    gap: 30px;
    padding: 0 20px;
  }
  
  .join-program-content {
    flex: 1;
  }
  
  .process-step-heading {
    font-size: 26px;
  }
  
  .process-step-title {
    font-size: 18px;
  }
  
  .common-container.our-product-slider .owl-nav {
    width: 100%;
    margin-left: 0;
    padding: 0 10px;
    top: 180px;
  }
  
  .common-container.our-product-slider .owl-nav .owl-prev {
    transform: translateX(-25px);
  }
  
  .common-container.our-product-slider .owl-nav .owl-next {
    transform: translateX(25px);
  }

  .pro-member-section { background-position: -140px; }
  .pro-member-content h1 { font-size: 68px; line-height: 78px; }
  .pro-member-content h2 { font-size: 40px; line-height: 48px; }

  .pro-program-benefits { padding:40px 20px; }
	.program-form { padding:40px 20px; }
	.pro-benefits-title {     font-size: 34px;    line-height: 40px;     margin-bottom: 30px; }
	.benefit-content h3 {     font-size: 27px;    line-height: 37px; }
	.program-form .gfield_html {     font-size: 34px; }

  /*KC-30*/
  .category-title { font-size:30px; line-height:38px; }
  .cabinet-classic-title { font-size:56px; line-height:66px; }
}

@media (max-width: 1199px) {

  .common-container.service-section {
    margin: 40px 0;
  }

  .cabinet-scroll-container {
    padding-bottom: 30px;
  }

  .section-bottom-spacing {
    margin-bottom: 40px;
  }
  
  .feature-block p {
    font-size: 18px;
  }
  
  .cabinet-item {
    min-width: 400px;
    margin-right: 20px;
  }
  
  .text-overlay-link h4 {
    font-size: 24px;
  }
  
  .cabinet-explore {
    font-size: 16px;
  }
  
  .cabinet-tooltip {
    top: 15px;
    right: 15px;
  }
  
  .text-overlay {
    padding: 15px;
  }
  
  .common-custom-section .common-custom-heading {
    gap: 15px;
  }
  
  .common-custom-section .common-custom-heading .common-custom-title h3, .join-program-title {
    font-size: 24px;
    margin-bottom: 10px;
  }
  
  .common-custom-section .common-custom-heading .common-custom-title h2, .join-program-subtitle {
    font-size: 32px;
    line-height: 38px;
  }
  
  .common-custom-section .common-custom-heading .common-custom-info p, .join-program-description p {
    font-size: 16px;
    line-height: 26px;
  }

  .join-program-description p:last-child {
    margin-bottom: 40px;
  }
  
  .process-step-heading {
    font-size: 22px;
  }
  
  .process-step-title {
    font-size: 16px;
  }

  .process-step-text{
    line-height: 1.5;
  }
  
  .process-step-icon img {
    width: 160px;
    height: 160px;
    margin-bottom: 40px;
  }

  .process-steps-container::before {
    left: 150px;
    right: 300px;
    top: 80px;
  }
  
  .common-container.our-product-slider .owl-nav {
    top: 155px;
  }
  
  .common-container.our-product-slider .owl-nav .owl-prev {
    transform: translateX(-20px);
  }
  
  .common-container.our-product-slider .owl-nav .owl-next {
    transform: translateX(20px);
  }

  /* Header */
  .header__inner .header__logo { max-width:130px; }
  .header__inner .nav { padding-left:40px; }
  .nav-left .nav li { padding-right:16px; }
  .nav-left .nav li a { font-size:14px; position: relative; }
  

  /* 16 sept */
  .cabinet-hero-content h1 { font-size: 32px; line-height: 44px; }
  .nav-left .nav li.menu-item--cabinets { padding-right: 30px;}

  .faq-title { font-size: 32px; line-height: 42px; margin-bottom: 20px; }
  .faq-question h3 { font-size: 24px; line-height: 34px; }

  .pro-member-content h1 { font-size: 58px; line-height: 68px; }
  .pro-member-content h2 { font-size: 34px; line-height: 42px; }

  .pro-benefits-title {     font-size: 30px;    line-height: 40px;      }
	.benefit-content h3 { font-size: 22px;    line-height: 33px;     margin-bottom: 15px; }
	.program-form .gfield_html {     font-size: 30px; }
	.benefit-content p {     font-size: 16px;    line-height: 28px; }
  .program-benifit-container { flex-wrap:wrap; }
	.pro-program-benefits { width:100%; }
	.program-form { width:100%; }

  /*KC-30*/
  .wp-block-columns.common-container.category-inner-sec.is-layout-flex .right-category-sec { width:100%; flex-basis:initial;  }
  .category-title { font-size: 24px;
    line-height: 32px; }
  .detail-title {     font-size: 24px; }
  .detail-list li { font-size:16px; line-height:24px; }
  .cabinet-details-info { margin-bottom:60px; }
  .category-inner-sec { margin-bottom:40px; }
  .cabinet-classic-title { font-size:42px; line-height:52px; }
  .cabinet-classic-hero { margin-bottom:60px; }
}

@media (min-width:1200px) {
  .even-category-sec .left-img-sec { order:2; }
}

@media (max-width: 1024px) {
  .common-container.our-product-slider .owl-nav {
    top: 140px;
  }
  
  .dealer-text {
    font-size: 32px;
    margin-bottom: 25px;
  }
  
  .dealer-images img {
    flex: 1 1 calc(25% - 30px);
    max-width: calc(25% - 30px);
  }

  /* My Account Responsive */
  .woocommerce-account .woocommerce-MyAccount-navigation {
    margin-bottom: 20px;
  }

  .woocommerce-account .woocommerce-MyAccount-navigation-link a {
    padding: 12px 20px;
    font-size: 16px;
  }

  .woocommerce-account .woocommerce-MyAccount-content {
    padding:0 20px 30px;
  }

  .woocommerce-account .woocommerce-MyAccount-content p {
    font-size: 16px;
    line-height: 26px;
  }

  /* Footer */
  .footer-widgets__inner { flex-wrap: wrap; }
  .footer-widgets__col--1 { width:33.33%; padding-right:15px;         margin-bottom: 20px; }
  .footer-widgets__col--2, .footer-widgets__col--3, .footer-widgets__col--4 { width:33.33%; padding-right:15px;         margin-bottom: 20px; }
  .footer-widgets__col--5 { width:33.33%; padding-right:0; }
	.footer__col--logo img {     margin-bottom: 10px;    max-width: 80px; }
	.footer__desc {     font-size: 15px;    line-height: 23px; }
	.footer__col h4 {     font-size: 18px; margin-bottom: 13px; }
	.footer__col ul li { margin-bottom: 10px; }
	.footer__col ul li a {     font-size: 15px; }

  /* 16 sept */
  .cabinet-hero-container { flex-wrap: wrap; justify-content: center; }
  .cabinet-hero-content { width: 100%; order: 2; }
  .cabinet-hero-image { width: 100%; order: 1; }
  .header-topbar__inner .top-bar {flex-wrap: wrap;    justify-content: center;    gap: 15px;    padding: 15px 0;	}

  .pro-member-content h1 { font-size: 48px; line-height: 58px; }
  .pro-member-content h2 { font-size: 28px; line-height: 36px; }
  .have-questions-container { flex-wrap: wrap; justify-content: center; }
  .have-questions-text { margin-bottom: 30px; text-align: center; font-size: 28px; line-height: 40px; }
  .have-questions-text { width:100%; }

  /*KC-30*/
  .vendor-listing-section .door-grid {        grid-template-columns: repeat(3, 1fr);    }
  .wp-block-columns.common-container.category-inner-sec.is-layout-flex { flex-wrap:wrap !important; }
  .wp-block-columns.common-container.category-inner-sec.is-layout-flex .left-img-sec { width:100%; flex-basis:initial; justify-content:center; }
  .detail-title { font-size:20px; }
  .detail-list li  { font-size:15px; }
  .wp-block-columns.common-container.category-inner-sec.is-layout-flex .right-category-sec { text-align:center; }
  .category-door-img { justify-content:center; }
}

@media (max-width: 991px) {
  .feature-block {
    width: 50%;
    margin-bottom: 20px;
  }
  
  .cabinet-item {
    min-width: 350px;
    margin-right: 15px;
  }
  
  .text-overlay-link h4 {
    font-size: 20px;
  }
  
  .cabinet-explore {
    font-size: 14px;
  }
  
  .cabinet-tooltip {
    top: 10px;
    right: 10px;
  }
  
  .text-overlay {
    padding: 10px;
  }

  .common-custom-section {
    gap: 30px;
  }

  .common-custom-section .common-custom-heading {
    gap: 10px;
  }
  
  .common-custom-section .common-custom-heading .common-custom-title h3 {
    font-size: 20px;
    margin-bottom: 8px;
  }
  
  .common-custom-section .common-custom-heading .common-custom-title h2 {
    font-size: 28px;
    line-height: 34px;
  }
  
  .common-custom-section .common-custom-heading .common-custom-info p {
    font-size: 14px;
    line-height: 24px;
  }

  .join-program-title {
    margin-bottom: 10px;
  }

  .join-program-section {
    gap: 15px;
    flex-direction: column;
    text-align: center;
  }

  .join-program-description p:last-child {
    margin-bottom: 40px;
  }

  .join-program-img {
    margin-bottom: 20px;
  }

  .join-program-content {
    padding: 0;
  }

  .join-program-button {
    display: inline-block;
  }
  
  .process-steps-container::before {
    right: 150px;
  }

  .our-product-section {
    padding: 40px 0;
  }

  .common-custom-section .common-custom-heading .common-custom-title,
  .common-custom-section .common-custom-heading .common-custom-info {
    width: 100%;
  }

  .common-container.our-product-slider .owl-nav .owl-prev {
    transform: translateX(10px);
  }
  
  .common-container.our-product-slider .owl-nav .owl-next {
    transform: translateX(-10px);
  }
  
  .common-container.our-product-slider .owl-nav {
    top: 220px;
    padding: 0;
  }

  /* Testimonials */
  .testimonial-content-sec { flex-wrap:wrap; }
	.customer-feed-head { max-width:100%; min-width:100%; margin-bottom:30px; margin-right:0; }

  .pro-member-section { background-image: none; background-color: #434A3E; }

  /*KC-30*/
  .details-section { flex-wrap:wrap; }
  .detail-box { width:calc(50% - 50px); }

  /* Addresses Section */
  .woocommerce-account .woocommerce-MyAccount-content .woocommerce-Address {
    padding: 19px;
  }

  .woocommerce-account .woocommerce-MyAccount-content .woocommerce-Address-title h3 {
    font-size: 18px;
  }
  .woocommerce-account .woocommerce-MyAccount-content .woocommerce-Address-title .edit {
    font-size: 14px;
  }

  /* Order Details Responsive */
  .woocommerce-account .woocommerce-order-details__title {
    font-size: 24px;
    margin-bottom: 20px;
  }

  .woocommerce-account .woocommerce-order-details .woocommerce-table--order-details thead th,
  .woocommerce-account .woocommerce-order-details .woocommerce-table--order-details tfoot th,
  .woocommerce-account .woocommerce-order-details .woocommerce-table--order-details tfoot td {
    padding: 12px 10px;
    font-size: 14px;
  }

  .woocommerce-account .woocommerce-order-details .woocommerce-table--order-details tbody td {
    padding: 15px 10px;
  }

  .woocommerce-account .woocommerce-order-details .product-name a {
    font-size: 16px;
  }

  .woocommerce-account .woocommerce-order-details .product-total {
    font-size: 16px;
  }

  .woocommerce-account .woocommerce-customer-details .woocommerce-column__title {
    font-size: 20px;
  }

  .woocommerce-account .woocommerce-customer-details .woocommerce-column--billing-address,
  .woocommerce-account .woocommerce-customer-details .woocommerce-column--shipping-address {
    padding: 19px;
  }
}

@media (max-width:850px) {
  .header__inner .nav { opacity: 0;  visibility: hidden;   display: none; }
  .hasMenuOpen .header__inner .nav { opacity: 1;  visibility: visible;   display: block;        z-index: 0;        top: 0;  right: 0;    left: 0; position: absolute; height: calc(100vh - 60px);   overflow: hidden;   background-color: #fff;      padding-top: 70px; }
  .hasMenuOpen .menuTriggerWrap {     position: absolute; top: 20px;  right: 20px; }
  .hasMenuOpen .menu-item--cart { opacity: 1;  visibility: visible; display: block; }

  /* 16 sept */
  .header-menu-content .nav li { margin-bottom: 15px; }
  .header-menu-content .nav li a { font-size: 22px; line-height: 34px; font-weight: 400; }
  .header-menu-content .nav li ul { background-color: #f4f3f1;        margin-top: 10px;        margin-right: -20px;        margin-left: -20px;        padding: 12px 20px; }
  .header-menu-content .nav li ul:last-child { margin-bottom: 0; }
  .header-menu-content .menu { opacity: 0; visibility: hidden; display: none; height: auto; overflow: initial;         top: 20px;        right: 70px;        left: auto;}
  .header-menu-content .menu .menu__inner { padding: 0; height: auto;        overflow-x: initial;        overflow-y: initial; }
  .header-menu-content .menu .menu__inner .nav--utility { margin: 0; }
  .hasMenuOpen .header-menu-content .menu { opacity: 1; visibility: visible; display: block; height: auto; overflow: initial; }
  .nav-left .nav li.menu-item--cabinets { padding-right: 0; }
  .header .header__inner .nav { padding-left: 20px; }
  body .header { z-index: 3; }
  .nav-left .nav > li.menu-item--cabinets > a::before {  right: -30px; top: 6px;  background-size: 20px;     width: 20px;    height: 14px; transition: transform 0.3s ease; }
  .nav-left .nav li.menu-item--cabinets.open-menu > a::before { transform: rotate(180deg); transition: transform 0.3s ease; }
  .nav-left .nav li a:hover { color: #1a1818; }

  form.checkout.woocommerce-checkout #customer_details, form.checkout.woocommerce-checkout .woocommerce-checkout-review-order {
    width: 100%;
  }
}

@media (max-width: 768px) {
  
  .cabinet-scroll-container {
    padding-bottom: 20px;
  }

  /* My Account Mobile */
  .woocommerce-account .woocommerce-MyAccount-navigation-link a {
    padding: 12px 15px;
    font-size: 16px;
  }

  .woocommerce-account .woocommerce-MyAccount-content {
    padding: 0;
  }

  .woocommerce-account .woocommerce-MyAccount-content > p:first-child {
    font-size: 18px;
    padding-bottom: 20px;
    margin-bottom: 20px;
  }

  .woocommerce-account .woocommerce-MyAccount-content p {
    font-size: 15px;
    line-height: 24px;
  }

  .woocommerce-account .woocommerce-MyAccount-content .woocommerce-orders-table {
    font-size: 14px;
  }

  .woocommerce-account .woocommerce-MyAccount-content .woocommerce-orders-table thead th {
    padding: 10px 8px;
    font-size: 14px;
  }

  .woocommerce-account .woocommerce-MyAccount-content .woocommerce-orders-table tbody td {
    padding: 10px 8px;
    font-size: 14px;
  }


  .woocommerce-account .woocommerce-MyAccount-content .woocommerce-Address-title h3 {
    font-size: 20px;
  }

  /* Edit Account Form Mobile */
  .woocommerce-account .woocommerce-EditAccountForm.myaccount-custom-page .form-row-first,
  .woocommerce-account .woocommerce-EditAccountForm.myaccount-custom-page .form-row-last,
  .woocommerce-account .myaccount-custom-page .form-row-first,
  .woocommerce-account .myaccount-custom-page .form-row-last {
    width: 100%;
    margin-right: 0;
  }

  /* Address Form Mobile */
  .woocommerce-account .myaccount-address-form .form-row-first,
  .woocommerce-account .myaccount-address-form .form-row-last {
    width: 100%;
    margin-right: 0;
    display: block;
  }

  .woocommerce-account .woocommerce-MyAccount-content table.woocommerce-orders-table tbody td.woocommerce-orders-table__cell-order-actions {
    justify-content: center;
  }

  .woocommerce-account .woocommerce-MyAccount-content:has(.account-orders-table) table.account-orders-table {
    min-width: unset;
  }

  .woocommerce-account .woocommerce-MyAccount-content form h3 {
    font-size: 24px;
    margin-bottom: 20px;
  }

  .dealer-text {
    font-size: 26px;
    line-height: 1.4;
    margin-bottom: 20px;
  }
  
  .dealer-images {
    gap: 20px;
  }
  
  .dealer-images img {
    flex: 1 1 calc(33.33% - 20px);
    max-width: calc(33.33% - 20px);
  }

  .process-steps-container {
    flex-direction: column;
    align-items: center;
    gap: 30px;
  }

  .process-steps-container::before {
    content: none;
  }

  .process-step {
    text-align: center;
    width: 100%;
  }

  .process-step-icon img {
    width: 150px;
    height: 150px;
    margin: 0 auto 20px auto;
  }
  
  .after_before_container .label {
    font-size: 22px;
  }
  
  .common-container.our-product-slider .owl-nav button.owl-next,
  .common-container.our-product-slider .owl-nav button.owl-prev {
    width: 40px;
    height: 36px;
  }
  
  .common-container.our-product-slider .owl-nav button::after {
    width: 12px;
    height: 8px;
  }
  .pro-member-content { padding-left: 15px; padding-right: 15px; }
  .program-benifit-container { margin-bottom: 10px; }
}

@media (max-width: 767px) {
  .common-container.service-section {
    margin: 20px auto;
  }
  
  .section-bottom-spacing {
    margin-bottom: 30px;
  }

  /* My Account Small Mobile */
  .woocommerce-account .woocommerce-MyAccount-navigation-link a {
    font-size: 15px;
    padding: 10px 15px;
  }

  .woocommerce-account .woocommerce-MyAccount-content .woocommerce-orders-table {
    overflow-x: auto;
    white-space: nowrap;
  }

  .woocommerce-account .woocommerce-MyAccount-content .woocommerce-form-row input[type="text"],
  .woocommerce-account .woocommerce-MyAccount-content .woocommerce-form-row input[type="email"],
  .woocommerce-account .woocommerce-MyAccount-content .woocommerce-form-row input[type="password"],
  .woocommerce-account .woocommerce-MyAccount-content .woocommerce-form-row input[type="tel"],
  .woocommerce-account .woocommerce-MyAccount-content .woocommerce-form-row select,
  .woocommerce-account .woocommerce-MyAccount-content .woocommerce-form-row textarea {
    font-size: 14px;
    padding: 10px 15px;
  }

  .woocommerce-account .woocommerce-MyAccount-content .woocommerce-Button {
    padding: 10px 20px;
    font-size: 14px;
    text-align: center;
  }

  /* Address Form Small Mobile */
  .woocommerce-account .woocommerce-MyAccount-content form h3 {
    font-size: 20px;
    margin-bottom: 15px;
  }

  .woocommerce-account .myaccount-address-form .form-row input[type="text"],
  .woocommerce-account .myaccount-address-form .form-row input[type="email"],
  .woocommerce-account .myaccount-address-form .form-row input[type="tel"],
  .woocommerce-account .myaccount-address-form .form-row textarea {
    font-size: 14px;
    padding: 10px 15px;
  }

  .woocommerce-account .myaccount-address-form .select2-container--default .select2-selection--single {
    padding: 8px 15px;
    min-height: 42px;
  }

  .woocommerce-account .myaccount-address-form .select2-container--default .select2-selection--single .select2-selection__rendered {
    font-size: 14px;
    line-height: 24px;
  }

  .woocommerce-account .myaccount-address-form button.button {
    padding: 10px 20px;
    font-size: 14px;
    text-align: center;
  }

  .woocommerce-account .myaccount-address-form .form-row,
  .woocommerce-account .woocommerce-EditAccountForm.myaccount-custom-page .woocommerce-form-row, .woocommerce-account .myaccount-custom-page .woocommerce-form-row {
    margin-bottom: 10px;
  }

  /* Order Details Small Mobile */
  .woocommerce-account .woocommerce-order-details__title {
    font-size: 20px;
    margin-bottom: 15px;
  }

  .woocommerce-account .woocommerce-order-details .woocommerce-table--order-details {
    font-size: 14px;
  }

  .woocommerce-account .woocommerce-order-details .woocommerce-table--order-details thead th,
  .woocommerce-account .woocommerce-order-details .woocommerce-table--order-details tfoot th,
  .woocommerce-account .woocommerce-order-details .woocommerce-table--order-details tfoot td {
    padding: 10px 8px;
    font-size: 13px;
  }

  .woocommerce-account .woocommerce-order-details .woocommerce-table--order-details tbody td {
    padding: 12px 8px;
  }

  .woocommerce-account .woocommerce-order-details .product-name a {
    font-size: 15px;
  }

  .woocommerce-account .woocommerce-order-details .product-total {
    font-size: 15px;
  }

  .woocommerce-account .woocommerce-customer-details .woocommerce-column__title {
    font-size: 18px;
  }

  .woocommerce-account .woocommerce-customer-details .woocommerce-column--billing-address,
  .woocommerce-account .woocommerce-customer-details .woocommerce-column--shipping-address {
    padding: 15px;
  }
  
  
  .service-section {
    flex-direction: column;
    align-items: center;
    margin: 25px auto;
  }
  
  .feature-block {
    width: 100%;
  }
  
  .feature-block p {
    font-size: 16px;
  }
  
  .cabinet-scroll-section {
    padding-left: 20px;
  }
  
  .cabinet-item {
    min-width: 300px;
    padding-bottom: 5px;
  }
  
  .text-overlay-link h4 {
    font-size: 18px;
  }
  
  .cabinet-explore {
    font-size: 14px;
  }
  
  .cabinet-tooltip {
    top: 10px;
    right: 10px;
  }
  
  .text-overlay {
    padding: 10px;
  }

  .common-custom-section {
    gap: 20px;
  }

  .common-custom-section .common-custom-heading {
    flex-direction: column;
    gap: 10px;
  }

  .common-custom-section .common-custom-heading .common-custom-title,
  .common-custom-section .common-custom-heading .common-custom-info {
    width: 100%;
  }
  
  .common-custom-section .common-custom-heading .common-custom-title h3 {
    font-size: 18px;
    margin-bottom: 8px;
  }
  
  .common-custom-section .common-custom-heading .common-custom-title h2 {
    font-size: 24px;
    line-height: 30px;
  }
  
  .common-custom-section .common-custom-heading .common-custom-info p {
    font-size: 14px;
    line-height: 22px;
  }
  
  .join-program-title {
    font-size: 18px;
  }
  
  .join-program-subtitle {
    font-size: 24px;
    margin-bottom: 15px;
  }
  
  .join-program-description p:last-child {
    margin-bottom: 30px;
  }
  
  .process-step-heading {
    font-size: 20px;
  }
  
  .process-step-title {
    font-size: 15px;
  }
  
  .process-step-text {
    font-size: 14px;
    line-height: 1.7;
  }
  
  .process-step-icon img {
    width: 120px;
    height: 120px;
  }

  .common-container.our-product-slider .kona-product .kona-product__prices {
    gap: 25px;
  }
  
  .common-container.our-product-slider .kona-product .kons-price-section {
    max-width: 360px;
  }
  
  .common-container.our-product-slider .kona-product .kona_product__price-wrap .kona-product-label {
    font-size: 14px;
  }
  
  .common-container.our-product-slider .kona-product .kona-product__meta .kona-product__price--kitchen,
  .common-container.our-product-slider .kona-product .kona-product__meta .kons-price-section .kona-product__price--run {
    font-size: 18px;
  }
  
  .common-container.our-product-slider .kona-product .kona-product__title {
    font-size: 20px;
    margin: 20px 0 10px;
  }
  
  .common-container.our-product-slider .kona-product .kona-product__meta .kona-product__short-desc {
    font-size: 16px;
    min-height: 150px;
    -webkit-line-clamp: 5;
  }
  
  .common-container.our-product-slider .kona-product .kona_product__price-wrap.kona_price-two::before,
  .common-container.our-product-slider .kona-product .kona_product__price-wrap.kona_price-one::before {
    height: 50px;
    width: 50px;
  }
  
  .common-container.our-product-slider .kona-product .kona_product__price-wrap {
    padding-left: 70px;
  }
  
  .common-container.our-product-slider .kona-product .kona_product__price-wrap.kona_price-one {
    padding-left: 60px;
  }
  
  .consultation-button-container {
    margin-top: 0;
  }

  .kona-products--empty {
    font-size: 18px;
    min-height: 200px;
    padding: 15px;
  }

  /* 16 sept */
  .top-bar-item .call-item { display: none; }
  .cabinet-hero-content h1 { font-size: 24px; line-height: 36px; margin-bottom: 10px; }
  .cabinet-hero-content p { font-size: 16px; line-height: 24px; margin-bottom: 20px; }

  /* testimonials */
  .customer-feed-head {padding:30px;}
	.customer-feed-head h3 {
		    font-size: 30px;
    line-height: 38px;
	}
	.common-custom-title.test-title h3 {
	    font-size: 18px;
  }
  .common-custom-title.test-title h2 {
        font-size: 24px;
    line-height:34px;
  }

  .faq-title { font-size: 26px; line-height: 36px; margin-bottom: 20px; }
  .faq-question h3 { font-size: 22px; line-height: 32px; }
  .faq-answer p { font-size: 15px; line-height: 23px; }
  .faq-item { margin-bottom: 30px; }

  .pro-member-content h1 { font-size: 38px; line-height: 48px; }
  .pro-member-content h2 { font-size: 22px; line-height: 32px; }
  .have-questions-text { font-size: 24px; line-height: 34px; }
  .contact-us-button:after { position: relative; top: -2px; }


  /*KC-30*/
  .common-container.vendor-listing-section .section-title {
      font-size: 24px;
      margin-bottom: 15px;
  }
    .common-container.vendor-listing-section .door-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 25px;
    }

    .section-title {
        font-size: 24px;
    }

    .door-title {
        font-size: 14px;
    }
  .breadcrumb-link, .breadcrumb-current { font-size:16px; }
  .breadcrumb-separator { font-size:18px; }
  .cabinet-classic-hero { padding:120px 15px; } 
  .cabinet-classic-title {         font-size: 34px;        line-height: 42px;         padding: 0 15px;        text-align: center; }
}

@media (max-width: 480px) {
  .process-step-heading {
    font-size: 18px;
  }
  
  .process-step-title {
    font-size: 14px;
  }
  
  .process-step-icon img {
    width: 100px;
    height: 100px;
  }
  
  .after_before_container .label {
    font-size: 18px;
    padding: 0;
  }

  .our-product-section {
    background: linear-gradient(to bottom, #434A3E 40%, #ffffff 40%);
  }
  
  .common-container.our-product-slider .owl-nav {
    top: 90px;
  }
  
  .common-container.our-product-slider .owl-nav .owl-prev {
    transform: translateX(5px);
  }
  
  .common-container.our-product-slider .owl-nav .owl-next {
    transform: translateX(-5px);
  }
  
  .common-container.our-product-slider .kona-product .kona_product__price-wrap {
    padding-left: 55px;
  }
  
  .common-container.our-product-slider .kona-product .kona_product__price-wrap.kona_price-one::before,
  .common-container.our-product-slider .kona-product .kona_product__price-wrap.kona_price-two::before {
    width: 45px;
  }
  
  .common-container.our-product-slider .kona-product .kona_product__price-wrap.kona_price-one {
    padding-left: 50px;
  }
  
  .dealer-section {
    padding: 30px 0;
  }
  
  .dealer-text {
    font-size: 22px;
    margin-bottom: 15px;
  }
  
  .dealer-images {
    gap: 30px;
  }
  
  .dealer-images img {
    flex: 1 1 calc(50% - 15px);
    max-width: calc(50% - 15px);
  }
  
  .kona-products--empty {
    font-size: 16px;
    min-height: 150px;
    padding: 10px;
  }

  /* Footer */
  .footer-widgets__col--5 { width:100%; padding-right:0; }
  .footer-widgets__col--1 { width:100%; padding-right:0; }
  .footer-widgets__col--2, .footer-widgets__col--3, .footer-widgets__col--4 { width:50%; }
	.footer-bar .footer-bar__left { margin-bottom: 15px; }
  .footer-bar .footer-bar__right { text-align:center; }
  .footer-bar { flex-wrap: wrap; justify-content: center; }

  /* 16 spet */
  .top-bar-right { flex-wrap: wrap; display: block; padding: 0 15px; }
  .top-bar-right .custom-primary-button { width: 100%; text-align: center; }

  .benefit-item { display:block; }
	.benefit-content { margin-bottom:20px; }
	.benefits-list { gap:30px; }
	.pro-benefits-title { margin-bottom:15px; }
	.prof-listing { flex-wrap:wrap; }
	.prof-listing li { width:100%; }
	
	.program-form .gform_wrapper .gfield--type-radio .gfield_label {  float: none; width: 100%;  margin-bottom: 15px; }

  /*KC-30*/
  .detail-box { width:100%; }
  .details-section {padding-right:0; }
  .cabinet-details-info { margin-bottom:30px; }
  .category-btn { justify-content:center; margin-bottom:15px; gap:15px; }
}




