@import url("https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;1,300;1,400;1,500;1,600;1,700;1,800&display=swap");

:root {
  --primary-color: 246 216 9; /* #f6d809 yellow color */
  --secondary-color: 188 190 192; /* #bcbec0 gray color */
  --text-color: black;
  --gap: 100px;
  --mobile-gap: 70px;
  --line-height: 1.5;
  --header-line-height: 1.2;
  --h1: 45px;
  --h2: 40px;
  --h3: 35px;
  --h4: 30px;
  --h5: 25px;
  --h6: 20px;
  --h7: 18px;
  --mobile-h1: 30px;
  --mobile-h2: 25px;
  --mobile-h3: 20px;
  --p: 16px;
  --header-p: 18px;
  --footer-inspiren: 14px;
  --footer-padding: 10px;
  --sidebar-footer-padding: 50px;
  --logo-height: 70px;
  --logo-width: 220px;
  --footer-logo-height: 120px;
  --con-width: 1140px;
  --con-width-1199: 940px;
  --con-width-991: 720px;
  --border-width: 20px;
}

* {
  margin: 0;
  box-sizing: border-box;
}

body {
  line-height: var(--line-height);
  font-family: "Open Sans", sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: var(--header-line-height);
  text-align: left;
  margin-top: 0 !important;
}

.wpb_text_column h1 {
  font-size: var(--h1);
}

.wpb_text_column h2 {
  font-size: var(--h2);
}

.wpb_text_column h3 {
  font-size: var(--h3);
}

.wpb_text_column h4 {
  font-size: var(--h4);
}

.wpb_text_column h5 {
  font-size: var(--h5);
}

.wpb_text_column h6 {
  font-size: var(--h6);
}

h1.title-post.entry-title,
footer.entry-footer {
  display: none;
}

.single-post h1.title-post.entry-title {
  display: block;
  font-size: var(--h4);
}

.entry-content > * {
  margin-bottom: 0 !important;
}

.content-area .hentry {
  padding-bottom: 0;
}

.page-wrap .content-wrapper,
.page .page-wrap .content-wrapper,
.single .page-wrap .content-wrapper {
  padding-top: 0px !important;
  padding-bottom: 0px !important;
}

.single .entry-header,
.page .entry-header {
  margin-bottom: 0 !important;
}

/* .single.single-post .entry-header {
    margin-bottom: 40px !important;
  } */

.content-area .hentry {
  padding-bottom: 0 !important;
}

.wpb_gmaps_widget .wpb_wrapper {
  padding: 0 !important;
}

#mainnav ul#primary-menu {
  align-items: center;
  column-gap: 30px;
}

#mainnav ul#primary-menu > li:last-child {
  padding-right: 0;
}

#mainnav ul#primary-menu > li > a,
ul#mobmenuright > li > a {
  font-size: var(--header-p);
}

#masthead .header-col:first-child img {
  max-height: var(--logo-height);
  max-width: var(--logo-width);
}

p.inspiren {
  font-size: var(--footer-inspiren);
  margin-bottom: 0;
}

p.inspiren span,
#colophon .sydney-credits span {
  display: inline-block;
}

#colophon .sydney-credits {
  font-size: var(--footer-inspiren);
  text-align: center;
}

#colophon .sydney-credits a {
  color: inherit;
}

.footer-widgets-grid > .sidebar-column:first-child .widget.widget_media_image {
  margin-bottom: 20px;
}

.footer-widgets-grid > .sidebar-column:first-child img {
  max-height: 120px !important;
  max-width: 350px !important;
  object-fit: contain;
}

.sydney-hero-area {
  display: none !important;
}

.footer-widgets .widget {
  margin-bottom: 30px;
}

.single .hentry {
  margin-bottom: 0 !important;
}

.vc_btn3-container {
  margin-bottom: 35px;
}

.text_justify,
.text_justify_last {
  text-align: justify;
}

.text_justify_last {
  text-align-last: center;
}

.text_white,
.text_white h1,
.text_white h2,
.text_white h3,
.text_white h4,
.text_white h5,
.text_white h6,
.text_white a {
  color: white !important;
}

.text_black,
.text_black h1,
.text_black h2,
.text_black h3,
.text_black h4,
.text_black h5,
.text_black h6,
.text_black a {
  color: black !important;
}

.image-w-full,
.image-w-full * {
  width: 100%;
}

.image-w-full img {
  object-fit: cover;
}

.image-hover-scale {
  overflow: hidden;
}

.image-hover-scale img {
  transition: transform 500ms ease-out;
}

.image-hover-scale:hover img {
  transform: scale(1.05);
}

.image-br {
  border-radius: 15px;
  overflow: hidden;
}

.image-mh-300 img {
  max-height: 300px;
}

.image-mh-400 img {
  max-height: 400px;
}

.image-mh-500 img {
  max-height: 500px;
}

/* Blocksy */
audio,
canvas,
progress,
video {
  display: block;
}

ul.menu {
  display: flex;
  align-items: center;
  column-gap: 55px;
}

ul.menu > li > a {
  font-size: 18px;
  text-transform: capitalize;
  font-weight: 400;
  padding-left: 0 !important;
  padding-right: 0 !important;
}

[data-vertical-spacing*="top"] {
  padding-top: 0;
}

[data-vertical-spacing*="bottom"] {
  padding-bottom: 0;
}

.ct-container {
  width: 100%;
  max-width: none;
}

.ct-footer [data-row="middle"] > div {
  padding-top: 0;
  padding-bottom: 0;
}

.ct-footer [data-row="bottom"] > div {
  padding-top: 10px;
  padding-bottom: 10px;
}

.single-product .comment-form-field-input-author,
.single-product .comment-form-field-input-email {
  order: -1;
}

.single-product article > .entry-content *:not(.vc_section) > .vc_row[data-vc-full-width="true"],
.single-product article > .entry-content .vc_section[data-vc-full-width="true"] {
  left: 0 !important;
}

.single-product .wpb_text_column {
  text-align: justify;
}

.single-post .post-edit-link,
.single-post .vc_inline-link {
  display: none !important;
}

#footer .widget_media_image img {
  max-height: 70px;
  width: auto;
}

.ct-footer-copyright > *:not(:first-child) {
  margin-top: 0;
}

@media screen and (min-width: 375px) {
  .span-inline-block span {
    display: inline-block;
  }
}

@media screen and (min-width: 768px) {
  .ct-container {
    max-width: calc(var(--con-width) + 30px);
  }

  .woocommerce-page .ct-container,
  #header .ct-container,
  #footer .ct-container {
    max-width: var(--con-width);
  }

  html {
    overflow-y: scroll;
    overflow-y: overlay;
  }

  ::-webkit-scrollbar {
    -webkit-appearance: none;
  }

  ::-webkit-scrollbar-thumb {
    background: rgb(0 0 0 / 0.2);
  }
}

@media screen and (max-width: 999px) {
  #header .ct-container,
  #footer .ct-container {
    max-width: none;
    margin-left: 15px;
    margin-right: 15px;
    width: calc(100% - 30px);
  }
}

@media screen and (max-width: 767px) {
  .woocommerce-page article > .entry-content > *:not(.alignfull):not(.alignleft):not(.alignright),
  .woocommerce-page article > .hero-section,
  .woocommerce-page article > .product .product-entry-wrapper,
  .woocommerce-page article > .related {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media screen and (max-width: 600px) {
  .admin-bar {
    --admin-bar: 46px;
  }
}
/* Blocksy End */

/* Custom */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

.wpcf7 p::after {
  display: none;
}

.wpb_text_column ul,
.wpb_text_column ol {
  padding-left: 20px;
}

.mobile_view {
  display: none !important;
}

.ul-gap :is(ul, ol) > li:not(:last-child) {
  margin-bottom: 15px;
}

.ul-gap :is(ul, ol) > li,
.ul-more-gap :is(ul, ol) > li {
  text-align: left;
}

.ul-more-gap :is(ul, ol) > li:not(:last-child) {
  margin-bottom: 30px;
}

.vc_row-has-fill + .vc_row-full-width + .vc_row > .vc_column_container > .vc_column-inner {
  padding-top: 0;
}

.vc_grid-container-wrapper:last-child .vc_grid-container.wpb_content_element {
  margin-bottom: 0;
}

.reg_no h1:first-child span,
.reg_no h2:first-child span,
.reg_no h3:first-child span,
.reg_no h4:first-child span,
.reg_no h5:first-child span,
.reg_no h6:first-child span {
  font-size: 16px !important;
  font-weight: 400;
}

.lh-header {
  line-height: var(--header-line-height);
}

.fs-h1,
.span-fs-h1 span {
  font-size: var(--h1);
}

.fs-h2,
.span-fs-h2 span {
  font-size: var(--h2);
}

.fs-h3,
.span-fs-h3 span {
  font-size: var(--h3);
}

.fs-h4,
.span-fs-h4 span {
  font-size: var(--h4);
}

.fs-h5,
.span-fs-h5 span {
  font-size: var(--h5);
}

.fs-h6,
.span-fs-h6 span {
  font-size: var(--h6);
}

.fs-h7,
.span-fs-h7 span {
  font-size: var(--h7);
}

.fs-p,
.span-fs-p span {
  font-size: var(--p);
}

.fw-100,
.span-fw-100 span:first-child,
.title-100 h1,
.title-100 h2,
.title-100 h3,
.title-100 h4,
.title-100 h5,
.title-100 h6 {
  font-weight: 100;
}

.fw-200,
.span-fw-200 span:first-child,
.title-200 h1,
.title-200 h2,
.title-200 h3,
.title-200 h4,
.title-200 h5,
.title-200 h6 {
  font-weight: 200;
}

.fw-300,
.span-fw-300 span:first-child,
.title-300 h1,
.title-300 h2,
.title-300 h3,
.title-300 h4,
.title-300 h5,
.title-300 h6 {
  font-weight: 300;
}

.fw-400,
.span-fw-400 span:first-child,
.title-400 h1,
.title-400 h2,
.title-400 h3,
.title-400 h4,
.title-400 h5,
.title-400 h6 {
  font-weight: 400;
}

.fw-500,
.span-fw-500 span:first-child,
.title-500 h1,
.title-500 h2,
.title-500 h3,
.title-500 h4,
.title-500 h5,
.title-500 h6 {
  font-weight: 500;
}

.fw-600,
.span-fw-600 span:first-child,
.title-600 h1,
.title-600 h2,
.title-600 h3,
.title-600 h4,
.title-600 h5,
.title-600 h6 {
  font-weight: 600;
}

.fw-700,
.span-fw-700 span:first-child,
.title-700 h1,
.title-700 h2,
.title-700 h3,
.title-700 h4,
.title-700 h5,
.title-700 h6 {
  font-weight: 700;
}

.fw-800,
.span-fw-800 span:first-child,
.title-800 h1,
.title-800 h2,
.title-800 h3,
.title-800 h4,
.title-800 h5,
.title-800 h6 {
  font-weight: 800;
}

.fw-900,
.span-fw-900 span:first-child,
.title-900 h1,
.title-900 h2,
.title-900 h3,
.title-900 h4,
.title-900 h5,
.title-900 h6 {
  font-weight: 900;
}

.title-fs-h7 :is(h1, h2, h3, h4, h5, h6) {
  font-size: var(--h7);
}

.background-fixed {
  background-attachment: fixed;
}

.mb {
  margin-bottom: 35px !important;
}

.mb-0 {
  margin-bottom: 0 !important;
}

.mb-10 {
  margin-bottom: 10px !important;
}

.mb-20 {
  margin-bottom: 20px !important;
}

.mb-30 {
  margin-bottom: 30px !important;
}

.mb-50 {
  margin-bottom: 50px !important;
}

.mb-half {
  margin-bottom: calc(var(--gap) / 2) !important;
}

.title-mb-0 p:first-child,
.title-mb-0 h1:first-child,
.title-mb-0 h2:first-child,
.title-mb-0 h3:first-child,
.title-mb-0 h4:first-child,
.title-mb-0 h5:first-child,
.title-mb-0 h6:first-child {
  margin-bottom: 0 !important;
}

.gap {
  padding-top: var(--gap) !important;
  padding-bottom: var(--gap) !important;
}

.gap-t {
  padding-top: var(--gap) !important;
}

.gap-b {
  padding-bottom: var(--gap) !important;
}

.gap-m {
  margin-top: var(--gap) !important;
  margin-bottom: var(--gap) !important;
}

.gap-m-t {
  margin-top: var(--gap) !important;
}

.gap-m-b {
  margin-bottom: var(--gap) !important;
}

.row-mb-10 > div > div > div > *:not(:last-child) {
  margin-bottom: 10px;
}

.row-mb-20 > div > div > div > *:not(:last-child) {
  margin-bottom: 20px;
}

.row-mb-30 > div > div > div > *:not(:last-child) {
  margin-bottom: 30px;
}

.vc_section.column-inner-0,
.vc_row.column-inner-0 > div > div {
  padding-top: 0 !important;
}

.grid {
  display: grid !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
  gap: 30px;
}

.grid::before,
.grid::after {
  display: none !important;
}

.grid > div {
  width: 100% !important;
}

.grid > div > div {
  height: 100%;
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.grid > div > div > div > *:last-child {
  margin-bottom: 0;
}

.grid-row-gap {
  row-gap: var(--gap);
}

.grid-row-gap-50 {
  row-gap: 50px;
}

.grid-row-gap-half {
  row-gap: calc(var(--gap) / 2);
}

.grid-column-2 {
  grid-template-columns: repeat(2, 1fr);
}

.grid-column-3 {
  grid-template-columns: repeat(3, 1fr);
}

.grid-column-4 {
  grid-template-columns: repeat(4, 1fr);
}

.grid-column-5 {
  grid-template-columns: repeat(5, 1fr);
}

.grid-column-6 {
  grid-template-columns: repeat(6, 1fr);
}

@media screen and (min-width: 576px) {
  .grid-sm {
    display: grid !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    gap: 30px;
  }

  .grid-sm::before,
  .grid-sm::after {
    display: none !important;
  }

  .grid-sm > div {
    width: 100% !important;
  }

  .grid-sm > div > div {
    height: 100%;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .grid-sm > div > div > div > *:last-child {
    margin-bottom: 0;
  }

  .grid-column-sm-2 {
    grid-template-columns: repeat(2, 1fr);
  }

  .grid-column-sm-3 {
    grid-template-columns: repeat(3, 1fr);
  }

  .grid-column-sm-4 {
    grid-template-columns: repeat(4, 1fr);
  }

  .grid-column-sm-5 {
    grid-template-columns: repeat(5, 1fr);
  }

  .grid-column-sm-6 {
    grid-template-columns: repeat(6, 1fr);
  }
}

@media screen and (min-width: 768px) {
  body:not(.single-product) .vc_row > div > div > div > *:last-child {
    margin-bottom: 0;
  }

  .desktop-mb {
    margin-bottom: 35px !important;
  }

  .desktop-mb-0 {
    margin-bottom: 0 !important;
  }

  .desktop-mb-10 {
    margin-bottom: 10px !important;
  }

  .desktop-mb-20 {
    margin-bottom: 20px !important;
  }

  .desktop-mb-30 {
    margin-bottom: 30px !important;
  }

  .desktop-mb-50 {
    margin-bottom: 50px !important;
  }

  .desktop-mb-half {
    margin-bottom: calc(var(--gap) / 2) !important;
  }

  .column-gap {
    --column-gap: 30px;
  }

  .column-gap > div {
    padding-left: var(--column-gap) !important;
    padding-right: var(--column-gap) !important;
  }

  .column-gap > div:first-child {
    padding-left: 0 !important;
  }

  .column-gap > div:last-child {
    padding-right: 0 !important;
  }

  .column-gap.vc_row-no-padding,
  .vc_row-no-padding .column-gap {
    --column-gap: 45px;
  }

  .column-gap .grid-md {
    display: grid !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    gap: 20px;
  }

  .desktop-image-mh-300 img {
    max-height: 300px;
  }

  .desktop-image-mh-400 img {
    max-height: 400px;
  }

  .desktop-image-mh-500 img {
    max-height: 500px;
  }

  .padding-left-gap.vc_row:not(.vc_inner) > div:first-child {
    padding-left: calc((100% - var(--con-width)) / 2 - 15px) !important;
  }

  .padding-left-gap.vc_row-no-padding:not(.vc_inner) > div:first-child,
  .vc_row.vc_row-no-padding .padding-left-gap.vc_row.vc_inner > div:first-child {
    padding-left: calc((100% - var(--con-width)) / 2) !important;
  }

  .padding-right-gap:not(.vc_inner) > div:last-child {
    padding-right: calc((100% - var(--con-width)) / 2 - 15px) !important;
  }

  .padding-right-gap.vc_row-no-padding:not(.vc_inner) > div:last-child,
  .vc_row.vc_row-no-padding .padding-right-gap.vc_row.vc_inner > div:last-child {
    padding-right: calc((100% - var(--con-width)) / 2) !important;
  }

  .grid-md {
    display: grid !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    gap: 30px;
  }

  .grid-md::before,
  .grid-md::after {
    display: none !important;
  }

  .grid-md > div {
    width: 100% !important;
  }

  .grid-md > div > div {
    height: 100%;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .grid-md > div > div > div > *:last-child {
    margin-bottom: 0;
  }

  .grid-column-md-2 {
    grid-template-columns: repeat(2, 1fr);
  }

  .grid-column-md-3 {
    grid-template-columns: repeat(3, 1fr);
  }

  .grid-column-md-4 {
    grid-template-columns: repeat(4, 1fr);
  }

  .grid-column-md-5 {
    grid-template-columns: repeat(5, 1fr);
  }

  .grid-column-md-6 {
    grid-template-columns: repeat(6, 1fr);
  }

  .align-center {
    display: flex;
    align-items: center;
  }

  .align-end {
    display: flex;
    align-items: flex-end;
  }
}

@media screen and (min-width: 992px) {
  .grid-lg {
    display: grid !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    gap: 30px;
  }

  .grid-lg::before,
  .grid-lg::after {
    display: none !important;
  }

  .grid-lg > div {
    width: 100% !important;
  }

  .grid-lg > div > div {
    height: 100%;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .grid-lg > div > div > div > *:last-child {
    margin-bottom: 0;
  }

  .grid-column-lg-2 {
    grid-template-columns: repeat(2, 1fr);
  }

  .grid-column-lg-3 {
    grid-template-columns: repeat(3, 1fr);
  }

  .grid-column-lg-4 {
    grid-template-columns: repeat(4, 1fr);
  }

  .grid-column-lg-5 {
    grid-template-columns: repeat(5, 1fr);
  }

  .grid-column-lg-6 {
    grid-template-columns: repeat(6, 1fr);
  }
}

@media screen and (min-width: 1200px) {
  .delay-500 {
    animation-delay: 500ms;
  }

  .delay-1000 {
    animation-delay: 1000ms;
  }

  .delay-1500 {
    animation-delay: 1500ms;
  }

  .delay-2000 {
    animation-delay: 2000ms;
  }

  .delay-2500 {
    animation-delay: 2500ms;
  }

  .delay-3000 {
    animation-delay: 3000ms;
  }

  .grid-xl {
    display: grid !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    gap: 30px;
  }

  .grid-xl::before,
  .grid-xl::after {
    display: none !important;
  }

  .grid-xl > div {
    width: 100% !important;
  }

  .grid-xl > div > div {
    height: 100%;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .grid-xl > div > div > div > *:last-child {
    margin-bottom: 0;
  }

  .grid-column-xl-2 {
    grid-template-columns: repeat(2, 1fr);
  }

  .grid-column-xl-3 {
    grid-template-columns: repeat(3, 1fr);
  }

  .grid-column-xl-4 {
    grid-template-columns: repeat(4, 1fr);
  }

  .grid-column-xl-5 {
    grid-template-columns: repeat(5, 1fr);
  }

  .grid-column-xl-6 {
    grid-template-columns: repeat(6, 1fr);
  }
}

.grid-gap-0 {
  gap: 0;
}

@media screen and (max-width: 1199px) {
  :root {
    --con-width: var(--con-width-1199);
  }
}

@media screen and (max-width: 991px) {
  :root {
    --gap: var(--mobile-gap);
    --con-width: var(--con-width-991);
    --h1: var(--mobile-h1);
    --h2: var(--mobile-h1);
    --h3: var(--mobile-h2);
    --h4: var(--mobile-h2);
    --h5: var(--mobile-h3);
    --h6: var(--mobile-h3);
  }
}

@media screen and (max-width: 767px) {
  .gap,
  .gap-b {
    padding-bottom: calc(var(--gap) - 35px) !important;
  }

  .gap.full,
  .gap-b.full {
    padding-bottom: var(--gap) !important;
  }

  .mobile-image-br {
    border-radius: 15px;
    overflow: hidden;
  }

  .mobile-mb-0 {
    margin-bottom: 0 !important;
  }
  .mobile-mb-10 {
    margin-bottom: 10px !important;
  }
  .mobile-mb-20 {
    margin-bottom: 20px !important;
  }
  .mobile-mb-30 {
    margin-bottom: 30px !important;
  }
  .mobile-mb-50 {
    margin-bottom: 50px !important;
  }
  .mobile-mb-half {
    margin-bottom: calc(var(--gap) / 2) !important;
  }

  .mobile-image-mh-300 img {
    max-height: 300px;
  }

  .mobile-image-mh-400 img {
    max-height: 400px;
  }

  .mobile-image-mh-500 img {
    max-height: 500px;
  }

  .reverse {
    display: flex;
    flex-direction: column-reverse;
  }

  .desktop_view {
    display: none !important;
  }

  .mobile_view {
    display: block !important;
  }

  .mobile-br-none br {
    display: none;
  }
}

@media screen and (max-width: 600px) {
  #wpadminbar {
    position: fixed;
  }
}

/* End Custom */

.with-headerline :is(h1, h2, h3, h4, h5, h6):first-child {
  padding-bottom: 0.4em;
  margin-bottom: 20px;
  border-bottom: 1px solid #231f20;
}

.with-headerline :is(h1, h2, h3, h4, h5, h6):last-child {
  margin-bottom: 0;
}

.with-headerline.text_white :is(h1, h2, h3, h4, h5, h6):first-child {
  border-bottom-color: white;
}

.single-product .with-headerline:not(.text_white) :is(h1, h2, h3, h4, h5, h6):first-child {
  border-bottom-color: #cccccb;
}

.custom-button .vc_general,
.wpcf7 input[type="submit"],
.get-in-touch-button,
li.product a.button,
.footer-button {
  color: #231f20 !important;
  outline: none !important;
  border: none !important;
  padding: 6px 30px !important;
  background: rgb(var(--primary-color)) !important;
  border-top-left-radius: 32px;
  border-bottom-right-radius: 32px;
  transition: all 300ms ease-out;
  font-family: "Open Sans", sans-serif;
  font-size: 15px !important;
  min-width: 140px;
  transition: all 250ms ease-out;
}

li.product a.button {
  padding: 5px 20px !important;
  z-index: 2;
}

.custom-button .vc_general:hover,
.wpcf7 input[type="submit"]:hover,
.get-in-touch-button:hover,
li.product a.button:hover,
.footer-button:hover {
  border-radius: 0;
}

.wpcf7 input[type="submit"],
.get-in-touch-button,
.footer-button {
  background: #00a450 !important;
  color: white !important;
}

.get-in-touch-button {
  display: inline-block;
}

.woocommerce-product-details__short-description + .get-in-touch-button {
  margin-top: 35px;
}

.custom-button.white-button .vc_general,
li.product a.button {
  background: white !important;
}

.wpb_text_column.with-square :is(h1, h2, h3, h4, h5, h6):first-child,
.single-product .product_title.entry-title {
  position: relative;
  isolation: isolate;
}

.wpb_text_column.with-square :is(h1, h2, h3, h4, h5, h6):first-child::before,
.single-product .product_title.entry-title::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 30px;
  height: auto;
  aspect-ratio: 25 / 23;
  background: rgb(var(--primary-color) / 0.5);
  transform: translate(-41%, -35%);
  display: block !important;
  z-index: -1;
}

.single-product .product_title.entry-title {
  margin-left: 12.3px;
}

/* Home Page */
.home-about-row .about-icon img {
  height: 40px;
  width: 40px;
  object-fit: contain;
}

.home-about-row .about-icon {
  width: 70px;
  height: 70px;
  background: rgb(var(--primary-color));
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: 1px solid rgb(var(--primary-color));
  transition: all 250ms ease-out;
  cursor: pointer;
}

.home-about-row .about-icon:hover {
  background: none;
  box-shadow: 0 0 20px rgb(var(--primary-color));
}

.home-about-row .about-icon-text {
  width: 100px;
}

.home-about-row > div > div {
  padding: var(--gap) 15px !important;
}

.home-tawi-row.row-1 .vc_row.vc_inner.grid {
  column-gap: 15px;
}

.home-dalmec-row {
  z-index: 1;
}

.home-served-row.vc_row-has-fill {
  position: relative;
  isolation: isolate;
  margin-top: calc(var(--gap) * -2);
}

.home-served-row.vc_row-has-fill.gap,
.home-served-row.vc_row-has-fill.gap-t {
  padding-top: calc(var(--gap) * 2) !important;
}

.home-served-row.vc_row-has-fill::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  display: block !important;
  background: rgb(0 0 0 / 0.5);
}

.home-served-row .served-icon img {
  height: 50px;
  width: 50px;
  object-fit: contain;
}

.home-served-row .served-icon {
  width: 85px;
  height: 85px;
  background: rgb(var(--secondary-color));
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  margin-left: auto;
  margin-right: auto;
  border: 1px solid rgb(var(--secondary-color));
  transition: all 250ms ease-out;
}

.home-served-row .served-icon:hover {
  background: none;
  box-shadow: 0 0 20px rgb(var(--secondary-color));
}

.home-served-row .served-icon-text {
  margin-left: auto;
  margin-right: auto;
  width: 100px;
}

.home-brands-row .brands-icon img {
  height: 70px;
  width: auto;
}

.slick-dots {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
}

.slick-dots > li {
  margin-bottom: 0;
}

.slick-dots > li > button {
  background: #bcbec0;
  transition: all 250ms ease-out;
  font-size: 0;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  cursor: pointer;
}

.slick-dots > li.slick-active > button {
  background: #231f20;
}

/* About Page */
body:not(.home) .home-about-row:not(.contact-row) > div:last-child .vc_row.vc_inner {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 30px;
  align-items: center;
}

body:not(.home) .home-about-row:not(.contact-row) > div:last-child .vc_row.vc_inner::before,
body:not(.home) .home-about-row:not(.contact-row) > div:last-child .vc_row.vc_inner::after {
  display: none !important;
}

body:not(.home) .home-about-row:not(.contact-row) > div:last-child .vc_row.vc_inner > div {
  width: auto;
}

body:not(.home) .home-about-row:not(.contact-row) > div:last-child > div > div {
  display: grid;
  gap: 35px;
}

.about-quote-row .quote-title-left {
  padding-top: 50px;
  position: relative;
  isolation: isolate;
}

.about-quote-row .quote-title-left::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 55px;
  height: auto;
  aspect-ratio: 64 / 37;
  display: block !important;
  z-index: -1;
  background: center / contain no-repeat url("https://cadbon.com/wp-content/uploads/2023/04/quote.png");
}

.about-quote-row .quote-title-right {
  padding-bottom: 50px;
  position: relative;
  isolation: isolate;
}

.about-quote-row .quote-title-right::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 55px;
  height: auto;
  aspect-ratio: 64 / 37;
  display: block !important;
  z-index: -1;
  background: center / contain no-repeat url("https://cadbon.com/wp-content/uploads/2023/04/quote.png");
}

.about-served-row .served-icon img {
  height: 55px;
  width: auto;
}

.about-served-row .vc_row.vc_inner.grid {
  gap: calc(var(--gap) / 2) 60px;
}

.about-served-row .vc_row.vc_inner > div {
  padding-bottom: 30px;
  position: relative;
  isolation: isolate;
}

.about-served-row .vc_row.vc_inner > div::before {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 2px;
  background: rgb(var(--primary-color));
  display: block !important;
  z-index: -1;
  transition: all 250ms ease-out;
}

.about-served-row .vc_row.vc_inner > div:hover::before {
  left: 0;
  width: 0;
}

/* Contact Page */
.home-about-row.contact-row > div:last-child .wpb_text_column table td:first-child img {
  height: 25px;
  width: 25px;
  object-fit: contain;
}

.home-about-row.contact-row .company-logo img {
    height: 80px;
    width: auto;
}

.home-about-row.contact-row > div:last-child .wpb_text_column table td {
  padding: 5px;
  font-weight: 600;
  line-height: 1.2;
}

.home-about-row.contact-row > div:last-child .wpb_text_column.contact-address table td {
  font-weight: 700;
}

.home-about-row.contact-row > div:last-child .wpb_text_column:first-child table td {
  vertical-align: top;
}

.home-about-row.contact-row > div:last-child .wpb_text_column table,
.home-about-row.contact-row > div:last-child .wpb_text_column table td {
  border: none;
}

.home-about-row.contact-row > div:last-child .wpb_text_column table td:first-child {
  padding-left: 0;
  width: 25px;
}

.home-about-row.contact-row > div:last-child .wpb_text_column table td:last-child {
  padding-right: 0;
}

.home-about-row.contact-row > div:last-child .wpb_text_column table tr:first-child td {
  padding-top: 0;
}

.home-about-row.contact-row > div:last-child .wpb_text_column table tr:last-child td {
  padding-bottom: 0;
}

.home-about-row.contact-row > div:last-child .wpb_text_column table {
  width: auto;
}

#contact_form > p {
  display: grid;
  gap: 20px;
}

#contact_form {
  margin-bottom: 20px;
}

#contact_button {
  margin-top: 20px;
}

.home-dalmec-row li.product a.button {
  display: none !important;
}

.home-dalmec-row li.product a.woocommerce-LoopProduct-link.woocommerce-loop-product__link {
  display: grid;
}

.home-dalmec-row li.product .woocommerce-loop-product__title {
  order: -1;
  background: #ebebec;
  padding: 30px 20px;
  display: flex;
  align-items: center;
  position: relative;
  font-weight: 700;
}

.home-dalmec-row li.product .ct-image-container {
  margin-bottom: 0;
}

.home-dalmec-row li.product .woocommerce-loop-product__title::before {
  content: "\f178";
  position: absolute;
  bottom: 0;
  left: 20px;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  background: white;
  border: 1px solid #231f20;
  transform: translateY(75%);
}

/* Single Product Page */
.woocommerce-page #main {
  padding-top: var(--gap);
  padding-bottom: var(--gap);
}

 .single-product #main {
  padding-top: var(--gap);
  padding-bottom: calc(var(--gap) - 35px);
} 

.woocommerce-product-details__short-description {
  text-align: justify;
}

.woocommerce-product-details__short-description :is(ul, ol):last-child {
  margin-bottom: 0;
}

.woocommerce-product-details__short-description :is(ul, ol) {
  padding-left: 20px;
}

.woocommerce-product-details__short-description :is(ul, ol) > li:not(:last-child) {
  margin-bottom: 15px;
}

.single-product ul.tabs.wc-tabs,
.single-product div.product div.woocommerce-tabs div.woocommerce-Tabs-panel.panel > :is(h1, h2, h3, h4, h5, h6):first-child {
  display: none !important;
}

.single-product div.product div.woocommerce-tabs div.woocommerce-Tabs-panel.panel {
  padding-top: 0 !important;
  margin-left: -15px;
  margin-right: -15px;
}

.woocommerce-product-details__short-description table td {
  text-align: left;
  padding: 5px;
}

.single-product .wpb_text_column table td {
  padding: 10px;
  text-align: left;
}

.single-product .wpb_text_column.table-width-auto table {
  /*width: auto;*/
}

.single-product .woocommerce-product-gallery__trigger {
    opacity: 0;
    transition: all 250ms ease-out;
}

.single-product .woocommerce-product-gallery:hover .woocommerce-product-gallery__trigger {
    opacity: 1;
}


.single-product .wpb_text_column.table-format table td {
  vertical-align: top;
}

.single-product .wpb_text_column.table-format table td:first-child {
  padding-left: 0;
}

.single-product .wpb_text_column.table-format table td:last-child {
  padding-right: 0;
}

.single-product .wpb_text_column.table-format table tr:first-child td {
  padding-top: 0;
}

.single-product .wpb_text_column.table-format table tr:last-child td {
  padding-bottom: 0;
}

.single-product .wpb_text_column.table-format table,
.single-product .wpb_text_column.table-format table td {
  border: none;
}

.single-product .wpb_text_column.table-format table:not(:first-child) {
  margin-top: 20px;
}

.single-product .woocommerce-product-gallery {
  border: 1px solid #cccccb;
}

.single-product .vc_tta.vc_general .vc_tta-tab > a {
  padding: 0 !important;
  padding-bottom: 8px !important;
  background: none !important;
  border-radius: 0 !important;
  border: none !important;
  font-weight: 700 !important;
  font-size: var(--h7) !important;
  color: #231f20 !important;
}

.single-product .vc_tta.vc_general .vc_tta-tab {
  margin: 0 !important;
  border: none !important;
  position: relative;
  isolation: isolate;
}

.single-product .vc_tta.vc_general .vc_tta-tab::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0;
  background: rgb(var(--primary-color));
  z-index: -1;
  display: block !important;
  transition: height 250ms ease-out;
}

.single-product .vc_tta.vc_general .vc_tta-tab.vc_active::before,
.single-product .vc_tta.vc_general .vc_tta-tab:hover::before {
  height: 3px;
}

.single-product .vc_tta.vc_general .vc_tta-tabs-list {
  display: flex !important;
  align-items: flex-end;
  gap: 40px;
  border-bottom: 1px solid #cccccb !important;
}

.single-product .vc_tta.vc_general .vc_tta-panel-body {
  padding: 0 !important;
  padding-top: 20px !important;
  background: none !important;
  border: none !important;
}

.single-product .vc_tta.vc_general .vc_tta-panels {
  background: none !important;
  border: none !important;
}

.single-product .vc_tta-container {
  margin-bottom: 35px;
}

.single-product iframe {
    width: 100%;
    aspect-ratio: 16 / 9;
    height: auto;
}

/* Sidebar */
#sidebar .widget_nav_menu ul.widget-menu li.menu-item-has-children > ul.sub-menu {
  overflow: hidden;
  margin-top: 0;
  transition: all 250ms ease-out;
  height: 0;
  opacity: 0;
}

#sidebar .widget_nav_menu ul.widget-menu li {
  margin-bottom: 0;
}

#sidebar .widget_nav_menu ul.widget-menu > li {
  padding-top: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #cccccb;
  line-height: 1.2;
}

#sidebar .widget_nav_menu ul.widget-menu > li:first-child {
  border-top: 1px solid #cccccb;
}

#sidebar .widget_nav_menu ul.widget-menu li.menu-item-has-children {
  position: relative;
}

#sidebar .widget_nav_menu ul.widget-menu li.menu-item-has-children > a {
  padding-right: 50px;
  display: block;
}

#sidebar .widget_nav_menu i.toggle-button {
  position: absolute;
  top: 0;
  right: 0;
  height: 40.2px;
  width: auto;
  aspect-ratio: 1;
  cursor: pointer;
  font-style: normal;
}

#sidebar .widget_nav_menu i.toggle-button::before {
  content: "\2b";
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  display: flex !important;
  align-items: center;
  justify-content: center;
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  font-size: 14px;
}

#sidebar .widget_nav_menu ul.widget-menu li.menu-item-has-children.expanded > ul.sub-menu {
  height: auto;
  opacity: 1;
  /* height: var(--submenu-height); */
  opacity: 1;
  margin-top: 10px;
}

#sidebar .widget_nav_menu ul.widget-menu ul.sub-menu > li:not(:last-child) {
  padding-bottom: 10px;
}

#sidebar .widget_nav_menu ul.widget-menu ul.sub-menu > li {
  position: relative;
  isolation: isolate;
  transition: transform 200ms ease-out;
}

#sidebar .widget_nav_menu ul.widget-menu ul.sub-menu > li:hover {
  transform: translateX(8px);
}

#sidebar .widget_nav_menu ul.widget-menu ul.sub-menu > li::before {
  content: "\f105";
  position: absolute;
  top: 0;
  left: -25px;
  width: 20px;
  height: 19.188px;
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 10px;
}

#sidebar .widget_nav_menu ul.widget-menu li[class*="current"] > a {
  font-weight: 900;
}

#sidebar .widget_nav_menu:not(.display-menu) {
  display: none !important;
}

/* Product Page */

ul.products > li.product .ct-image-container {
  position: relative;
  border: 1px solid #cccccb;
}

ul.products > li.product img.attachment-woocommerce_thumbnail.size-woocommerce_thumbnail.wp-post-image {
  transition: transform 250ms ease-out;
}

ul.products > li.product:hover img.attachment-woocommerce_thumbnail.size-woocommerce_thumbnail.wp-post-image {
  transform: scale(1.05);
}

ul.products > li.product {
  position: relative;
  overflow: hidden;
}

ul.products > li.product a.button {
  position: absolute;
  top: calc(var(--image-height) / 2);
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  transition: all 250ms ease-out;
}

ul.products > li.product:hover a.button {
  opacity: 1;
}

/* Menu Bar */
.max-mega-menu {
  display: flex !important;
  align-items: center;
  gap: 55px;
}

.max-mega-menu > li.astm-search-menu {
  position: relative;
  isolation: isolate;
}

.max-mega-menu > li.astm-search-menu::before {
  content: "";
  position: absolute;
  top: 0;
  left: calc(-55px / 2);
  width: 1px;
  height: 100%;
  z-index: -1;
  background: #231f20;
  display: block !important;
  transform: translateX(-50%);
}

.max-mega-menu .mega-menu-columns-12-of-12 > .mega-sub-menu {
  display: grid !important;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}

.max-mega-menu #mega-menu-329-0-0.mega-menu-columns-12-of-12 > .mega-sub-menu > #mega-menu-item-476 {
  grid-row: span 2;
}

.max-mega-menu .mega-menu-column > .mega-sub-menu > .mega-menu-item > a {
  border-bottom: 1px solid #747474 !important;
  padding-bottom: 5px !important;
}

.max-mega-menu .mega-menu-column > .mega-sub-menu > .mega-menu-item > .mega-sub-menu > .mega-menu-item:not(:last-child) {
  border-bottom: 1px solid #74747482 !important;
}

.max-mega-menu .mega-menu-column > .mega-sub-menu > .mega-menu-item > .mega-sub-menu > .mega-menu-item {
  padding-top: 5px !important;
  padding-bottom: 5px !important;
}

.max-mega-menu > .mega-menu-item-has-children > .mega-sub-menu {
  padding: 15px !important;
}

.max-mega-menu .custom-menu-title {
  padding-bottom: 10px;
  border-bottom: 1px solid #231f20;
  margin-bottom: 15px;
  line-height: 1.2;
}

.max-mega-menu > li[class*="current"] > a {
  font-weight: 700 !important;
}

rs-module-wrap:not(.hovering) #banner-square-wrapper {
  transition: all 700ms ease-out !important;
}

rs-module-wrap.hovering #banner-square-wrapper {
  top: var(--mouse-y) !important;
  left: var(--mouse-x) !important;
  transform: translate(-50%, -50%) !important;
}

rs-module-wrap.hovering #banner-square {
  transform: translate(-50%, -50%) !important;
}

.about-quote-row.vc_row-has-fill {
  position: relative;
  isolation: isolate;
}

.about-quote-row.vc_row-has-fill::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom, white, rgb(255 255 255 / 0.3));
}

/* Footer */
#footer #nav_menu-5 ul.widget-menu {
  display: flex;
  align-items: center;
  gap: 5px 30px;
  flex-wrap: wrap;
}

#footer #nav_menu-5 ul.widget-menu > li {
  margin-bottom: 0;
}

#footer #nav_menu-5 ul.widget-menu > li[class*="current"] > a {
  font-weight: 700;
}

#footer .contact-footer span {
  font-weight: 700;
  color: rgb(var(--primary-color));
}

#footer [data-row="middle"] > .ct-container-fluid > div:last-child {
  background: rgb(var(--primary-color));
  border-top-left-radius: 50px;
}

#footer [data-row="middle"] > .ct-container-fluid {
  width: 100% !important;
}

.mega_count_content {
    color: rgb(var(--primary-color));
    text-align: left !important;
    font-weight: 700;
}

.main-counter {
    font-size: 45px !important;
}

/*.home-about-row > div:first-child .vc_row.vc_inner > div:first-child .main-counter::after {*/
/*    content: "\002b";*/
/*}*/

.home-about-row > div:first-child .vc_row.vc_inner .main-counter::after {
    content: "\002b";
}

@media screen and (min-width: 768px) {
    body.home .home-about-row > div:first-child .vc_row.vc_inner {
        display: flex;
        justify-content: space-between;
    }
    
    body.home .home-about-row > div:first-child .vc_row.vc_inner::before,
    body.home .home-about-row > div:first-child .vc_row.vc_inner::after {
        display: none !important;
    }
    
    body.home .home-about-row > div:first-child .vc_row.vc_inner > div {
        width: auto !important;
    }
}

.page-id-148 #footer [data-row="middle"] {
    display: none !important;
}

.page-id-148 #footer [data-row="bottom"] {
    display: block !important;
    background: white;
}

#sidebar .widget-title {
    display: none !important;
}

@media screen and (min-width: 768px) {
  .home-about-row > div > div {
    padding-left: min(calc((100vw - var(--con-width)) / 2), 90px) !important;
    padding-right: min(calc((100vw - var(--con-width)) / 2), 90px) !important;
    display: flex;
    align-items: center;
    min-height: var(--row-height);
  }

  .home-about-row > div:first-child > div {
    padding-left: calc((100vw - var(--con-width)) / 2) !important;
  }

  .home-about-row > div:last-child > div {
    padding-right: calc((100vw - var(--con-width)) / 2) !important;
  }

  .home-tawi-row.row-1 {
    position: absolute !important;
    top: 0;
    left: 0 !important;
    z-index: 1;
    isolation: isolate;
  }

  .home-tawi-row.row-1::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block !important;
    z-index: -1;
    background: linear-gradient(to bottom, white 70%, transparent 100%);
  }

  .home-tawi-row.row-2 {
    padding-top: calc(var(--row-1-height) / 2);
  }

  .home-brands-row .vc_row.vc_inner {
    display: flex;
    align-items: center;
    justify-content: space-evenly;
  }

  .home-brands-row .vc_row.vc_inner > div {
    width: auto;
  }

  .home-brands-row .vc_row.vc_inner::before,
  .home-brands-row .vc_row.vc_inner::after {
    display: none !important;
  }

  .about-quote-row > .vc_col-sm-12 {
    width: min(70%, 820px);
    float: none;
    margin-left: auto;
    margin-right: auto;
  }

  #contact_form > p {
    grid-template-columns: repeat(2, 1fr);
  }

  #contact_form > p > [data-name="contact_email"] ~ * {
    grid-column: 1 / -1;
  }

  .home-dalmec-row > div > div > div > * {
    padding-left: calc((100vw - var(--con-width)) / 2);
  }

  .home-dalmec-row > div > div > div > *:not(.woocommerce) {
    padding-right: calc((100vw - var(--con-width)) / 2);
  }

  .home-dalmec-row .slick-slider li.product {
    padding-right: 30px;
  }

  .home-dalmec-row li.product .woocommerce-loop-product__title {
    min-height: var(--min-height, 103.2px);
  }

  ul.products > li.product .ct-image-container::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block !important;
    background: rgb(var(--primary-color) / 0.5);
    opacity: 0;
    transition: all 250ms ease-out;
    z-index: 1;
  }

  ul.products > li.product:hover .ct-image-container::before {
    opacity: 1;
  }

  .contact-form-row {
    margin-top: var(--gap);
  }
}

@media screen and (min-width: 992px) {
  .home-about-row.contact-row > div:last-child .vc_row.vc_inner > div > div > div {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 35px;
  }

  .home-about-row.contact-row > div:last-child .vc_row.vc_inner > div > div > div > * {
    margin-bottom: 0;
  }

  .home-about-row.contact-row > div:last-child .vc_row.vc_inner .wpb_text_column:first-child {
    grid-column: 1 / -1;
  }
}

@media screen and (min-width: 1000px) {
  #footer [data-row="bottom"] {
    display: none !important;
  }

  #footer [data-row="middle"] > .ct-container-fluid {
    grid-template-columns: 55% 1fr;
    gap: 50px;
  }

  #footer [data-row="middle"] > .ct-container-fluid > div:first-child {
    padding-left: calc((100vw - var(--con-width)) / 2);
  }

  #footer [data-row="middle"] > .ct-container-fluid > div:last-child {
    padding-left: 50px;
    padding-right: calc((100vw - var(--con-width)) / 2);
    align-self: flex-end;
  }

  #footer [data-row="middle"] > .ct-container-fluid > div {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  #footer .contact-footer {
    display: flex;
    align-items: center;
    column-gap: 30px;
  }
}

@media screen and (max-width: 1199px) {
  .max-mega-menu {
    gap: 30px;
  }

  .home-brands-row .brands-icon img {
    height: 110px;
  }

  .max-mega-menu > li.astm-search-menu::before {
    left: -15px;
  }
}

@media screen and (max-width: 999px) {
  .ct-menu-link {
    justify-content: center !important;
  }

  ul[role="menubar"] > li[class*="current"] > a {
    font-weight: 700 !important;
  }

  #footer [data-column="widget-area-2"] {
    order: -1;
  }

  [data-footer*="type-1"] footer.ct-footer {
    background: none !important;
  }

  #footer [data-row="middle"] > .ct-container-fluid > div {
    padding: 50px 15px;
  }

  #footer [data-row="middle"] > .ct-container-fluid > div:first-child {
    padding-bottom: 0;
  }

  #footer [data-row="middle"] #text-2 {
    display: none !important;
  }

  #footer [data-column*="copyright"] {
    text-align: left;
  }

  #footer [data-row="middle"] > .ct-container-fluid > div:last-child {
    border-top-left-radius: 40px;
  }
  
  .page-id-148 #footer [data-row="bottom"] .ct-footer-copyright {
      text-align: center;
}

#sidebar .widget-title {
    display: block !important;
    padding: 10px 20px;
    margin-bottom: 0;
    border: 1px solid #cccccb;
    padding-right: 49px;
    font-weight: 900;
}

#sidebar .widget_nav_menu > [class*="menu-"] {
    height: 0;
    opacity: 0;
    overflow: hidden;
    transition: all 250ms ease-out;
}

#sidebar .widget_nav_menu.expand > [class*="menu-"] {
    height: auto;
    opacity: 1;
}

#sidebar .widget_nav_menu {
    position: relative;
}

#sidebar .widget_nav_menu > i {
    position: absolute;
    top: 0;
    right: 0;
    height: 49px;
    width: auto;
    aspect-ratio: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 25px;
    cursor: pointer;
}

#sidebar .widget_nav_menu ul.widget-menu > li {
    padding-left: 20px;
    padding-right: 49px;
    border-left: 1px solid #cccccb;
    border-right: 1px solid #cccccb;
}

#sidebar .widget_nav_menu ul.widget-menu > li:first-child {
    border-top: 0;
}
}

@media screen and (max-width: 767px) {
  .home-about-row .about-icon,
  .home-about-row .about-icon-text {
    margin-left: auto;
    margin-right: auto;
  }

  .home-about-row .about-icon-text {
    text-align: center;
  }

  .mobile-text-center {
    text-align: center;
  }

  .mobile-text-center.custom-button {
    display: block !important;
  }

  .home-about-row .vc_row.vc_inner.grid.grid-column-2 > div:nth-child(even) {
    position: relative;
    isolation: isolate;
  }

  .home-about-row .vc_row.vc_inner.grid.grid-column-2 > div:nth-child(even)::before {
    content: "";
    position: absolute;
    top: 0;
    left: -15px;
    width: 1px;
    height: 100%;
    background: #231f20;
    display: block !important;
    z-index: -1;
    transform: translateX(-50%);
  }

  .home-about-row .vc_row.vc_inner.grid.grid-column-2 > div:last-child {
    grid-column: 1 / -1;
  }

  .home-tawi-row.row-2 {
    position: absolute !important;
    top: 0;
    left: 0;
    z-index: -1;
    padding-top: 180px;
  }

  .home-tawi-row.row-2::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block !important;
    z-index: 1;
    background: linear-gradient(to bottom, white 50%, transparent 100%);
  }

  .home-tawi-row.row-1 > div:first-child {
    padding-top: 165px;
  }

  .home-tawi-row.row-1.gap,
  .home-tawi-row.row-1.gap-b {
    padding-bottom: 0 !important;
  }

  .home-dalmec-row {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }

  .home-dalmec-row li.product .ct-image-container img.attachment-woocommerce_thumbnail.size-woocommerce_thumbnail.wp-post-image {
    aspect-ratio: 407 / 182 !important;
  }

  .home-brands-row .brands-icon img {
    height: 50px;
  }

  .about-quote-row .quote-title-left::before,
  .about-quote-row .quote-title-right::after {
    width: 40px;
  }

  .about-quote-row .quote-title-left {
    padding-top: 40px;
  }

  .about-quote-row .quote-title-right {
    padding-bottom: 40px;
  }

  .about-served-row .served-title :is(h1, h2, h3, h4, h5, h6):first-child {
    text-align: left !important;
  }

  #sidebar,
  .woocommerce-page ul.products {
    padding-left: 15px;
    padding-right: 15px;
    grid-template-columns: none !important;
  }

  ul.products > li.product img.attachment-woocommerce_thumbnail.size-woocommerce_thumbnail.wp-post-image {
    aspect-ratio: 407 / 175 !important;
  }

  ul.products > li.product a.button {
    position: static;
    transform: none;
    color: #231f20 !important;
    background: rgb(var(--primary-color)) !important;
    width: fit-content;
    margin-top: 20px;
    opacity: 1 !important;
  }

  .single-product .ct-image-container img.attachment-woocommerce_single.size-woocommerce_single.wp-post-image {
    aspect-ratio: 407 / 176 !important;
  }

  .single-product .vc_tta.vc_tta-tabs .vc_tta-tabs-container {
    display: block !important;
  }

  .single-product .vc_tta.vc_tta-tabs .vc_tta-panel-heading {
    display: none !important;
  }

  .single-product .vc_tta.vc_general .vc_tta-tab > a {
    width: max-content;
  }

  .single-product .vc_tta.vc_general .vc_tta-tabs-list {
    overflow-x: scroll;
  }

  .wpb_gmaps_widget .wpb_map_wraper iframe {
    height: 300px;
  }
  
  .home-about-row > div:first-child .vc_row.vc_inner {
      display: grid;
      grid-template-columns: repeat(2,1fr);
      margin-top: 20px !important;
      gap: 20px;
  }
  
    .home-about-row > div:first-child .vc_row.vc_inner::before,
    .home-about-row > div:first-child .vc_row.vc_inner::after {
        display: none !important;
    }
    
    .home-about-row > div:first-child .vc_row.vc_inner > div {
        width: 100% !important;
    }
    
    .home-about-row > div:first-child .vc_row.vc_inner > div > div {
              width: fit-content;
        margin-left: auto;
        margin-right: auto;
    }
    
    .home-about-row > div:first-child .vc_row.vc_inner > div:last-child {
        grid-column: 1 / -1;
    }
    
    .home-about-row > div:first-child .vc_row.vc_inner > div:nth-child(even) {
        position: relative;
        isolation: isolate;
    }
    
    .home-about-row > div:first-child .vc_row.vc_inner > div:nth-child(even)::before {
        content: "";
        position: absolute;
        top: 0;
        left: -10px;
        width: 1px;
        height: 100%;
        z-index: -1;
        display: block !important;
        background: rgb(var(--primary-color));
        transform: translateX(-50%);
    }
    
    .mega_count_content {
        text-align: center !important;
    }
    
    .about-quote-row.gap,
    .about-quote-row.gap-t {
        padding-top: 0 !important;
    }
    
    .home-about-row.contact-row .company-logo img {
    height: 60px;
}

.reg_no h1:first-child span, .reg_no h2:first-child span, .reg_no h3:first-child span, .reg_no h4:first-child span, .reg_no h5:first-child span, .reg_no h6:first-child span {
    font-size: 14px !important;
}

.single-product .wpb_text_column {
    width: auto;
    overflow-x: scroll;
}
}

.table-layout-left-header table td:first-child {
    background: #ccc;
}

.post-content-text .blog-title {
    font-size: 18px;
    line-height: 1.3;
}

.post-content-text .blog-title a {
    font-size: 18px;
}

.blog .blog-thumb .grid-blog-thumb {
    aspect-ratio: 1 / 1;
    height: auto;
}



