/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Mar 16 2026 | 12:59:06 */
.eszlwcf-section .eszlwcf-filter-frame {
    width: 25% !important;
}
.eszlwcf-section .eszlwcf-products-frame {
    width: calc(100% - 25%) !important;
}
h5.eszlwcf-product-title a, h5.eszlwcf-product-title a:focus, h5.eszlwcf-product-title a:hover {
    font-size: 1.1rem;
    font-weight: 500;
}
.eszlwcf-products-block .eszlwcf-product {
    background-color: #fff;
    padding: 1rem;
    border: 1px solid #cfd9db;
}
.eszlwcf-product-thumb {
    background-color: #fcfcfc;
}
.eszlwcf-sorting-block {
    width: 32%;
}
h5.eszlwcf-product-title {
    text-align: center;
    line-height: 1em;
}
h5.eszlwcf-product-title a {
	font-size: 1rem;
}

.single-product .related h2, .single-product .upsells h2 {
    font-size: 2em;
    margin-bottom: 30px !important;
}

h5.eszlwcf-filter-block-heading {
    color: #873815;
    font-size: 1.3em;
    font-weight: 500;
}

.summary form.variations_form.cart {
    margin-bottom: 0px !important;
}

.trx_addons_attrib_item.trx_addons_attrib_image {
  position: relative !important;
  width: 80px;
  height: auto;
  margin: 6px;
  padding: 0;
  display: inline-block !important;
  text-align: center;
  vertical-align: top;
  overflow: hidden;
  border: 1px solid #ddd;
  background: #fff;
}

.trx_addons_attrib_item.trx_addons_attrib_image img {
  display: block;
  width: 100%;
  height: 80px;
  object-fit: cover;
  border-radius: 0;
}

/* Overlay label at bottom of image */
.trx_addons_attrib_item.trx_addons_attrib_image .swatch-label {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background: rgba(0, 0, 0, 0.65);
  color: #fff;
  font-size: 10px;
  font-weight: 500;
  padding: 4px 2px;
  line-height: 1.2;
  text-align: center;
  box-sizing: border-box;
  white-space: normal;
  word-break: break-word;
	text-transform: uppercase;
}

.trx_addons_attrib_item.trx_addons_attrib_image {
    width: 100px !important;
    height: 90px !important;
}

.trx_addons_attrib_item.trx_addons_attrib_image img {
    height: 90px !important;
}
.trx_addons_attrib_item[data-tooltip-text]::before,
.trx_addons_attrib_item[data-tooltip-text]::after { display:none; }

/* Position swatches */
.trx_addons_attrib_extended .trx_addons_attrib_item { position: relative !important; }

/* Permanent tick on selected swatch — uses ::before to avoid tooltip ::after */
.trx_addons_attrib_extended
.trx_addons_attrib_item.trx_addons_attrib_selected[data-tooltip-text]::before {
  content: "✔";
  position: absolute;
  top: 12px;
  left: 0px;
  right:0px;
  margin: 0px auto;
  border:none;
  padding:3px;
  width: 22px; height: 22px; line-height: 22px; text-align: center;
  font-size: 16px; font-weight: 700;
  color: #fff; background: #c14000; border-radius: 50%;
  box-shadow: 0 1px 3px rgba(0,0,0,.35);
  pointer-events: none; z-index: 5;
  display: block !important;   /* overrides any display:none */
  opacity: 1 !important;       /* prevents fade-out */
  transform: none !important;  /* prevents slide-away */
}

/* Keep tooltips for non-selected items */
.trx_addons_attrib_extended
.trx_addons_attrib_item[data-tooltip-text]::after {
 /* display: inline-block !important; */
  opacity: 1;
}

/* Hide tooltip only on the selected item (so it never fights the tick) */
.trx_addons_attrib_extended
.trx_addons_attrib_item.trx_addons_attrib_selected[data-tooltip-text]::after {
  display: none !important;
  content: none !important;
  opacity: 0 !important;
  transform: none !important;
}


/* Container for the product image and name */
.product-info .product-container {
    display: flex;
    align-items: center; 
    gap: 20px;
}

/* Quote page: Product image styling */
.product-enquiry-header .product-image img {
    max-width: 120px;
    height: auto;
    border-radius: 5px;
}
.product-enquiry-header .sc_item_subtitle {
    font-size: 1.2em;
    color: #666;
}
.product-enquiry-header .sc_item_descr {
    margin-top: 30px;
    font-size: 1em;
    color: #333;
}

div.wpcf7 .form-style-1 .icon-company:before {
    content: '\e9ce';
}
div.wpcf7 .form-style-1 .icon-project:before {
    content: '\e800';
}
div.wpcf7 .form-style-8 .style-line[class*="icon-"] input {
    padding-left: 36px !important;
}

.tech-section {
    display: flex;
    flex-wrap: wrap;
	align-items: flex-start;
    gap: 2%
  }

  .tech-left {
    flex: 0 0 69%;
    max-width: 69%;
  }

  .tech-right {
    flex: 0 0 29%;
    max-width: 29%;
  }

  .tech-left img {
    max-width: 100%;
    height: auto;
    border: 1px solid #ccc;
  }

  .tech-left .note {
    background-color: #e6d9cd;
    padding: 10px;
    font-size: 14px;
    margin-top: 10px;
  }

  .technical-data {
    width: 100%;
    border-collapse: collapse;
  }

  .technical-data th,
  .technical-data td {
    padding: 10px;
    text-align: left;
    vertical-align: top;
  }

  .technical-data th {
    width: 40%;
  }

  @media (max-width: 768px) {
    .tech-section {
      flex-direction: column;
    }
  }

.trx_addons_attrib_item.trx_addons_attrib_image {
  border: 2px solid transparent;
  box-sizing: border-box;
  transition: all 0.2s ease-in-out;
}

.trx_addons_attrib_item.trx_addons_attrib_image:hover {
  border-color: #888 !important;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
}

.trx_addons_attrib_item.trx_addons_attrib_image.trx_addons_attrib_selected {
  border-color: #c14000 !important;
  box-shadow: 0 0 4px rgba(193, 64, 0, 0.3);
  z-index: 2;
}

.trx_addons_attrib_item.trx_addons_attrib_image.trx_addons_attrib_selected .swatch-label {
  background: #c14000 !important;
  color: #fff !important;
  font-weight: 600;
  transition: all 0.2s ease;
}

.enquiry-attributes-box {
    background: #f9f9f9;
    border: 1px solid #ddd;
    padding: 15px 20px;
    margin: 30px 30px 30px 0;
    border-radius: 6px;
}

.enquiry-attributes-title {
    margin-top: 0;
    font-size: 18px;
    font-weight: 600;
    color: #333;
    border-bottom: 1px solid #ddd;
    padding-bottom: 8px;
    margin-bottom: 12px;
}

.enquiry-attributes-list {
    list-style: none;
    padding-left: 0;
    margin: 0;
}

.enquiry-attributes-list li {
    margin-bottom: 6px;
    font-size: 15px;
    color: #555;
}

/* ===== Product Specs Section ===== */
.product-specs h3 {
  color: #444;
  font-size: 1.3em !important;
  margin-top: 20px;
}

.product-specs ul {
  margin: 10px 0 20px 20px;
  padding-left: 20px;
}

.product-specs li {
  margin-bottom: 8px;
}

/* Info Box */
.info-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
  max-width: 800px;
  margin: 0 auto;
}

.info-box {
  border: 1px solid #ffe4c4;
  padding: 20px 24px;
  box-sizing: border-box;
  background: #fff;
  box-shadow: 6px 6px 0 #ffe4c4;
  transition: all 0.25s ease;
}

.info-box:hover {
  transform: translateY(-3px);
  box-shadow: 8px 8px 0 #c9a375;
}

.info-box h3 {
  margin: 0 0 8px;
  font-size: 1.8em;
  font-weight: 700;
}

.info-box p {
  margin: 0;
  line-height: 1.5;
}

/* Feature Box */
.features-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  border: 1px solid #000;
  max-width: 900px;
  margin: 0 auto;
	border: 1px solid #000;
}

.feature-box {
  border: 1px solid #000;
  margin: -1px 0 0 -1px;
  padding: 1rem;
  text-align: left;
  box-sizing: border-box;
}

.feature-box h3 {
  font-weight: 700;
  font-size: 1.5rem;
  margin-bottom: 0.5rem;
  margin-top: 0px;
}

.feature-box p {
  font-size: 0.95rem;
  line-height: 1.5;
  margin: 0;
}

.feature-box.wide {
  grid-column: span 2;
}

.cpt_services-template .sc_icons_qw-stylish .sc_icons_item {
    padding: 2em;
}
.cpt_services-template .sc_icons_qw-stylish.sc_icons .sc_icons_icon + .sc_icons_item_details {
	margin-top: 1.3em;
}

@media (max-width: 1279px) {
	.page_content_wrap { padding-top: 30px; padding-bottom: 30px; }
}

/* Tablet & below: stack cleanly */
@media (max-width: 1200px) {
  .features-grid {
    grid-template-columns: 1fr;
  }
  .feature-box.wide {
    grid-column: auto;
  }
  .feature-box {
    margin: -1px 0 0 0;
  }
}