/*
 Theme Name:   Bricks Child Theme
 Theme URI:    https://bricksbuilder.io/
 Description:  Use this child theme to extend Bricks.
 Author:       Bricks
 Author URI:   https://bricksbuilder.io/
 Template:     bricks
 Version:      1.1
 Text Domain:  bricks
*/

html {
  scroll-behavior: smooth;
}

body {
  overflow-x: hidden;
}

strong {
  font-weight: 500;
}

.fw-bold {
  font-weight: 400
}

/* Typograpghy */
h1,
.h1 {
  font-size: 3.05rem;
  font-size: var(--fs-2xl);
  line-height: 1.3;
}

h2,
.h2 {
  font-size: 2.44rem;
  font-size: var(--fs-2xl);
  line-height: 1.3;
}

h3,
.h3 {
  font-size: 1.95rem;
  font-size: var(--fs-xl);
  line-height: 1.3;
}

h4,
.h4 {
  font-size: 1.56rem;
  font-size: var(--fs-l);
  line-height: 1.3;
}

h5,
.h5 {
  font-size: 1.25rem;
  font-size: var(--fs-m);
  line-height: 1.3;
}

h6,
.h6 {
  font-size: 1rem;
  font-size: var(--fs-m);
  line-height: 1.4;
}

.radius-xs {
  border-radius: var(--radius-xs);
}

.radius-s {
  border-radius: var(--radius-s);
}

.radius-m {
  border-radius: var(--radius-m);
}

.radius-l {
  border-radius: var(--radius-l);
}

.radius-xl {
  border-radius: var(--radius-xl);
}

.radius-full {
  border-radius: var(--radius-full);
}

/* Layouts */

.block-padding {
  padding: var(--space-2xl) var(--space-m);
}

.grid-2 {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
}

.grid-4 {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
}

.grid-5 {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
}

.pd-1 {
  padding: 1rem;
}

/* Background colors */

.bg-blue {
  background-color: var(--primary-blue)
}

.bg-yellow {
  background-color: var(--primary-yellow);
}

.bg-white {
  background-color: var(--clr-white);
}

.bg-light {
  background-color: #F6F8FF
}

/* Borders */

.border-default {
  border: 1px solid #00000024;
  border-radius: 8px
}

/* text colors */
.text-yellow {
  color: var(--primary-yellow);
}

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

.text-blue {
  color: var(--primary-blue)
}

/* text weight */
.fw-bold {
  font-weight: 700
}

.fw-semibold {
  font-weight: 500
}

/* Mini cart */
#brxe-ztcjjh .woocommerce-mini-cart-item .quantity {
  color: #212121;
  display: none;
}

/* Product additional option */
#custom-product-options {
  display: grid;
  gap: 0.2rem;
}

/* Custom product options */
label.custom-option {
  color: #000;
}

/* Order Details Page */
.woocommerce-order-details table .product-quantity {
  display: none !important;
}

ul.wc-item-meta {
  list-style: none;
  margin-top: 10px;
  padding: 0;
}

.woocommerce-table__product-name a {
  font-size: 20px !important;
  font-weight: 500;
}

span.woocommerce-Price-amount.amount {
  font-size: 15px;
  font-weight: 600;
}

.wc-item-meta li {
  display: flex;
  justify-content: space-between;
  padding-bottom: 5px;
}

/* Single Product Page */
.calculation-form {
  padding: 20px;
  border: 1px solid #eee;
  border-radius: 20px;
}

.custom-download-accordion {
  margin-top: 20px;
  border-radius: 12px;
  background: #f9f9ff;
  padding: 20px;
  font-family: sans-serif;
}

/* .accordion-item {
    border-bottom: 1px solid #ddd;
}

.accordion-header {
    background: #fff;
    border: none;
    width: 100%;
    text-align: left;
    font-size: 16px;
    padding: 15px 10px;
    cursor: pointer;
    transition: background 0.3s;
    border-radius: 8px;
    font-weight: 600;
}

.accordion-header:hover {
    background: #f0f0f0;
}

.accordion-content {
    display: none;
    padding: 10px;
    font-size: 14px;
    color: #333;
}

.accordion-item.active .accordion-content {
    display: block;
}
 */
.woocommerce-product-gallery {
  height: 550px;
}

.single-product small.woocommerce-price-suffix {
  display: none;
}

.single-product span.woocommerce-Price-amount.amount {
  font-weight: 600;
}

button#calculate-price-btn {
  margin: 10px 0px;
}

a#get-another-quote {
  background: #2a3b93;
}

#quote-summary h3 {
  font-size: 22px;
  font-weight: 600;
  color: #293a93;
  border-bottom: 1px solid #ddd;
  padding-bottom: 10px;
}

.button-query-section {
  gap: 14px;
  margin-top: 20px;
  margin-bottom: 20px;
}

td.heading-td {
  font-weight: 600;
  color: #212121;
}

.calculation-form label {
  color: #000000;
  display: block;
  font-weight: 600;
  margin-bottom: 5px;
  font-size: 14px;
}

.single-product select {
  border-radius: 0;
  font-size: 14px;
  border-radius: 50px;
  box-shadow: 4px 2px 6px hsl(0deg 0% 0% / 17%);
}

input#custom_width {
  box-shadow: 4px 2px 6px hsl(0deg 0% 0% / 17%);
}

input#custom_height {
  box-shadow: 4px 2px 6px hsl(0deg 0% 0% / 17%);
}

.input,
input:not([type=submit]),
select,
textarea {
  border-radius: 50px;
}

.single-product .summary .product_title {
  color: #293a93;
  font-family: 'Poppins';
  font-weight: 700;
}

.woocommerce-cart-form input[name="update_cart"] {
  display: none !important;
}

/* General container for the calculation form */
/* Two column form fields */
.form-row.two-column {
  display: flex;
  flex-wrap: wrap;
  column-gap: 20px;
}

.form-row.two-column .form-group {
  flex: 0 0 calc(50% - 10px);
  margin-bottom: 20px;
}

/* Tick-style radio buttons */
.custom-options-group {
  margin-bottom: 20px;
}

.custom-options {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
}

.custom-options.two-column .custom-option {
  flex: 0 0 calc(50% - 10px);
  position: relative;
  border: 2px solid #ccc;
  border-radius: 8px;
  padding: 12px 15px;
  cursor: pointer;
  transition: border 0.3s;
  text-align: center;
}

.custom-options .custom-option input[type="radio"] {
  display: none;
}

.custom-options .custom-option .option-text {
  font-weight: 500;
  display: flex;
  color: #000;
  position: relative;
  cursor: pointer;
  padding: 25px 10px;
  border: 1px solid #ddd;
  justify-content: center;
  font-size: 13px;
  text-align: center;
  line-height: 17px;
  box-shadow: 4px 2px 6px hsl(0deg 0% 0% / 17%);
  border-radius: 10px;
}

.custom-options .custom-option:hover {
  border-color: #000;
}

.custom-options .custom-option:hover .option-text {
  font-weight: 600;
}

.custom-options .custom-option input[type="radio"]:checked+.option-text {
  font-weight: 600;
  color: #000;
  border-color: #293a93;
}

.custom-options .custom-option input[type="radio"]:checked+.option-text::before {
  content: "✔";
  color: #fff;
  position: absolute;
  top: -10px;
  right: -8px;
  font-size: 10px;
  background: #293a93;
  padding: 3px 8px;
  border-radius: 50px;
}

.custom-option:hover {
  border-color: #007cba;
}

/* Use this for 3-column layout */
.custom-options.three-column .custom-option {
  flex: 0 0 calc(33.333% - 10px);
  box-shadow: 4px 2px 6px hsl(0deg 0% 0% / 17%);
  border-radius: 8px;
}


/* Ensure hidden elements are properly hidden (if your JS applies inline display:none) */
#custom-size-fields[style*="display:none"],
#designs-wrap[style*="display:none"] {
  display: none !important;
}

.single-product ul li a.button {
  display: none !important;
}

.single-product .related.products h2 {
  display: flex;
  justify-content: center;
  padding: 0 0;
  font-weight: 600;
  color: #2a3b93;
  padding-left: 20px;
  padding-top: 60px;
  padding-bottom: 40px;
}

h2.woocommerce-loop-product__title {
  padding-top: 5px !important;
  padding-bottom: 0;
}

.single-product .related.products ul li {
  border: 1px solid #dddeef;
  padding-bottom: 10px;
  border-radius: 8px;
  padding-top: 0;
}

.single-product h2.woocommerce-loop-product__title {
  font-size: 19px !important;
  justify-content: start !important;
  padding-left: 20px;
  font-weight: 500 !important;
  color: #2a3b93 !important;
  padding-bottom: 10px !important;
  padding-right: 10px !important;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  max-width: 100%;
}

.single-product .related.products .price {
  font-size: 15px !important;
  font-weight: 500 !important;
  padding-left: 20px;
}

.single-product .related.products img {
  width: 350px;
  height: 350px;
}

.single-product .summary .product_meta {
  border-top-style: solid;
  border-top-width: 0px !important;
  margin-top: 0px !important;
  padding-top: 0px !important;
}

.woocommerce-breadcrumb {
  display: none;
}

.single-product .content-area .product {
  padding-top: 30px;
}

.woocommerce-tabs,
.woocommerce-tabs .wc-tabs {
  border-bottom-style: unset !important;
}

.custom-features-list {
  list-style: none;
  padding-left: 20px;
}

.custom-features-list li {
  margin-bottom: 8px;
}

.custom-features-list li strong {
  font-weight: 700 !important;
}

.custom-features-list.key-feature {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px 40px;
  padding: 0;
  margin: 30px 0;
  list-style: none;
}

.feature-item {
  display: flex;
  align-items: flex-start;
  gap: 10px;
}

.feature-icon {
  flex-shrink: 0;
  margin-top: 4px;
}

.feature-icon svg {
  width: 18px;
  height: 18px;
  fill: #d40087;
  /* Exact pink shade */
}

.feature-text {
  font-size: 15px;
  color: #000;
  line-height: 1.6;
}

/* Layout for custom tab section */
.custom-tab-wrapper {
  display: flex;
  flex-direction: row;
  gap: 20px;
  align-items: flex-start;
}

/* Left content */
.tab-left {
  flex: 2;
  padding-right: 25px;
}

/* Right image */
.tab-right {
  flex: 1;
}

/* Sticky image styling */
.sticky-image {
  position: -webkit-sticky;
  position: sticky;
  top: 100px;
  /* Adjust based on your header spacing */
}

/* Image styling */
.product-thumbnail {
  width: 100%;
  height: auto;
  display: block;
}

/*single shippnig*/
/* Make the outer container go full width */
.custom-shipping-fullwidth {
  width: 100vw;
  margin-left: calc(-50vw + 50%);
  margin-right: calc(-50vw + 50%);
}

/* Background image section */
.shipping-bg {
  background: url('https://new.palsgc.com.au/wp-content/uploads/2024/10/shipping-background-image-1024x262.png') center center / cover no-repeat;
  padding: 100px 20px;
  position: relative;
  min-height: 400px;
}

/* Content block over background */
.shipping-content {
  max-width: 600px;
  background: rgba(255, 255, 255, 0.9);
  padding: 30px;
  margin-left: 60px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}

/* Heading style */
.shipping-content h2 {
  color: #d40087;
  /* Pink */
  font-size: 28px;
  margin-bottom: 15px;
}

/* Paragraph style */
.shipping-content p {
  font-size: 16px;
  color: #333;
}

/* FAQ Section Styling */
.custom-faq-section.faq {
  width: 100vw;
  margin-left: calc(-50vw + 50%);
  padding: 80px 0;
  background-color: #f6f8ff;
  background-image: url(https://new.palsgc.com.au/wp-content/uploads/2024/10/circle-bg2.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: -800px 200px;
}

.faq-inner-container {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 20px;
}

.faq-accordion-container {
  width: 1100px;
  margin: 0 auto;
  padding: 0 20px;
}

.faq-heading {
  margin-bottom: 40px;
  display: flex;
  justify-content: center;
  padding: 30px 0;
  font-weight: 600;
  color: #2a3b93;
  font-size: 43px;
}

.faq-accordion-wrapper {
  display: flex;
  flex-direction: column;
  gap: 20px;
  line-height: 0px;
}

.faq-accordion-item {
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 0 0 1px #eee;
  overflow: hidden;
  transition: all 0.3s ease;
}

.faq-toggle {
  display: none;
}

.faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  font-weight: 500;
  font-size: 18px;
  color: #000;
  padding: 20px 24px;
  transition: 0.3s ease;
}

h3.tab-content.heading.features {
  display: flex;
  justify-content: center;
}

.faq-question:hover {
  background: #f0f2ff;
}

.faq-answer {
  max-height: 0;
  overflow: hidden;
  padding: 0 24px;
  transition: max-height 0.4s ease, padding 0.3s ease;
}

.faq-answer p {
  font-size: 15px;
  padding: 0;
  margin: 20px 0;
  color: #000;
  line-height: 26px;
  font-weight: 400;
}

/* Arrow Icon */
.faq-question .arrow {
  width: 20px;
  height: 20px;
  stroke: #000;
  stroke-width: 2;
  fill: none;
  transition: transform 0.3s ease;
}

/* Toggle when open */
.faq-toggle:checked~.faq-question .arrow {
  transform: rotate(180deg);
}

.faq-toggle:checked~.faq-answer {
  max-height: 300px;
  padding: 0 24px 20px;
  margin-top: -16px;
}

.single-product .woocommerce-tabs {
  margin: 100px 0 !important;
}

.woocommerce-tabs {
  border-top-style: unset !important;
}

span.highlight-text {
  font-weight: 700;
  color: #2a3b93;
}

h3.tab-content.heading {
  margin-bottom: 30px;
  font-size: 43px;
  margin-top: 10px;
  font-weight: 400;
  color: #000;
}

/* Container reset */
.woocommerce-tabs {
  margin-top: 40px;
}

/* Tab list style */
.woocommerce-tabs .wc-tabs {
  display: flex;
  justify-content: start;
  gap: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #ddd;
  padding-left: 0;
}

/* Tab items */
.woocommerce-tabs .wc-tabs li {
  list-style: none;
  margin: 0;
  padding: 10px 20px;
  color: #1e288f;
  font-weight: 500;
  border-radius: 5px 5px 0 0;
  position: relative;
  transition: all 0.3s ease;
  cursor: pointer;
}

/* Active tab style */
.woocommerce-tabs .wc-tabs li.active {
  background-color: #f2f4ff;
  border-bottom: 2px solid #1e288f;
  color: #1e288f;
  z-index: 2;
}

/* Tab content cleanup */
.woocommerce-tabs .woocommerce-Tabs-panel {
  padding: 20px 0;
  border-top: none;
}


.woocommerce-tabs .wc-tabs,
.woocommerce-tabs .wc-tabs .active {
  font-weight: 500 !important;
  font-size: 18px !important;
  color: #2a3b93 !important;
}

.woocommerce-tabs .wc-tabs {
  justify-content: center;
  border-bottom-style: unset !important;
}

.key-feture {
  border: 1px solid #e0e0e0;
  padding: 24px;
  border-radius: 10px;
}

.key-heading {
  display: flex;
  justify-content: center;
  font-size: 32px;
  color: #2a3b93;
  font-weight: 600;
}

/*Process Section*/
div#tab-process_tab h3 {
  display: flex !important;
  justify-content: center !important;
}

.process-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
  margin-top: 30px;
}

.process-box {
  background: #fff;
  border-radius: 0 0 4rem 0;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
  padding: 25px 25px 25px 20px;
  border-left: 7px solid #d40087;
  transition: all 0.3s ease;
}

/* Step-specific border colors */
.step-1,
.step-5 {
  border-left-color: #d40087;
}

.step-2,
.step-6 {
  border-left-color: #00b4e6;
}

.step-3,
.step-7 {
  border-left-color: #ffd500;
}

.step-4,
.step-8 {
  border-left-color: #2e328c;
}

.process-heading {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  margin-bottom: 12px;
}

.process-icon {
  width: 34px;
  height: 34px;
  flex-shrink: 0;
  margin-top: 2px;
}

.process-icon img {
  width: 100%;
  height: auto;
  display: block;
}

.process-meta {
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.step-number {
  font-size: 13px;
  color: #555;
  line-height: 1.2;
}

.process-title {
  font-size: 16px;
  font-weight: 500;
  color: #000;
  line-height: 21px;
}

.process-desc {
  font-size: 15px;
  color: #000;
  line-height: 26px;
  font-weight: 400;
}

/* Features section */
.custom-feature-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(400px, 1fr));
  gap: 30px;
  margin-top: 30px;
}

.feature-box {
  position: relative;
  padding: 30px 20px 50px;
  border-radius: 12px;
  background-color: #f0f0f0;
  min-height: 240px;
  transition: 0.3s ease;
}

.feature-text h4 {
  font-size: 18px;
  font-weight: 500;
  color: #000;
  margin-bottom: 10px;
  line-height: 26px;
}

.feature-text p {
  font-size: 15px;
  color: #000;
  line-height: 26px;
  margin: 0;
}

.feature-icon.here {
  position: absolute;
  right: 20px;
  bottom: 20px;
  width: 40px;
  height: 42px;
}

.feature-icon img {
  width: 100%;
  height: auto;
  display: block;
}

/* Download section start */
h3.tab-content.heading.download {
  display: flex;
  justify-content: center;
}

.download-tab li {
  display: flex;
  justify-content: center;
  list-style: unset;
}

/* Download section end */
/* Color Variants (like screenshot) */
.feature-1,
.feature-5 {
  background-color: #e5f6ff;
  /* light blue */
}

.feature-2,
.feature-6 {
  background-color: #ffeef6;
  /* light pink */
}

.feature-3 {
  background-color: #fffde6;
  /* pale yellow */
}

.feature-4 {
  background-color: #fff5dc;
  /* light cream */
}

form#custom-product-form {
  width: 700px;
}

/* single page popup start */




/* General styling for the instant quote section */
.instant-quote-section {
  background-color: #f9f9f9;
  /* Light background to make it stand out */
  border: 1px solid #eee;
  /* Subtle border */
  border-radius: 8px;
  /* Slightly rounded corners */
  padding: 25px;
  /* Ample padding inside the section */
  margin-top: 30px;
  /* Space from elements above */
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
  /* Soft shadow for depth */
  width: 700px;
}

/* Heading for the quote summary */
.instant-quote-section h3 {
  font-size: 24px;
  /* Larger heading */
  color: #333;
  /* Darker text color */
  margin-bottom: 20px;
  /* Space below the heading */
  text-align: center;
  /* Center align the heading */
  font-weight: 600;
  /* Slightly bolder */
}

/* Quote table styling */
.quote-table {
  width: 100%;
  /* Make the table take full width */
  border-collapse: separate;
  /* Allow for border-spacing */
  border-spacing: 0 10px;
  /* Space between rows for better readability */
  font-size: 15px;
  /* Good base font size for table content */
}

.quote-table tr {
  border-bottom: 1px solid #ececec;
}

.quote-table td {
  padding: 5px 0;
  /* Padding for table cells */
  vertical-align: middle;
  /* Align content vertically */
}

/* Style for the heading column in the table */
.quote-table .heading-td {
  color: #000000;
  font-weight: 500;
  padding-left: 15px;
}

/* Style for the value columns in the table */
.quote-table td:last-child {
  text-align: right;
  /* Align prices/values to the right */
  font-weight: 500;
  /* Slightly bolder for values */
  color: #333;
  /* Darker color for values */
  padding-right: 15px;
  /* Right padding for values */
}

/* Specific styling for the Total row */
.quote-table tr:last-child {
  border-top: 2px solid #ddd;
  /* Stronger top border for the total row */
  padding-top: 15px;
  /* Add padding to the total row */
  /* Removed margin-top, padding-top will handle spacing */
}

.quote-table tr:last-child th,
.quote-table tr:last-child td {
  /* Apply padding to both th and td in the last row */
  padding-top: 15px;
  /* Ensure padding after the border */
  padding-bottom: 5px;
  /* Keep consistent padding */
}

.quote-table tr:last-child th {
  font-size: 20px;
  font-weight: 700;
  /* Bold for Total label */
  color: #212121;
  /* Darker color for Total label */
  text-align: left;
  /* Ensure the "Total" label aligns left */
  padding-left: 15px;
  /* Indent the "Total" label */
}

/* Adjusting the column for Total's value */
.quote-table tr:last-child #quote-total {
  font-size: 22px;
  color: #2a3b93;
  /* A prominent color for the final total, e.g., blue */
  font-weight: 700;
  /* Very bold */
  text-align: right;
  /* Ensure the total amount aligns right */
  padding-right: 15px;
  /* Right padding for the total amount */
}

/* Button section styling */
.button-query-section {
  display: flex;
  /* Use flexbox for button layout */
  justify-content: center;
  /* Center the buttons */
  gap: 15px;
  /* Space between buttons */
  margin-top: 30px;
  /* Space above buttons */
  flex-wrap: wrap;
  /* Allow buttons to wrap on smaller screens */
}

/* Styling for the primary Add to Cart button */
#real-add-to-cart {
  /* Target by ID for higher specificity if needed */
  background-color: #e72f78;
  /* A vibrant pink/magenta, similar to image */
  color: #fff;
  /* White text */
  padding: 14px 25px;
  /* Generous padding */
  border: none;
  /* No border */
  border-radius: 50px;
  /* Slightly rounded corners */
  font-size: 15px;
  /* Good font size */
  cursor: pointer;
  /* Pointer on hover */
  transition: background-color 0.3s ease;
  /* Smooth hover effect */
  flex-grow: 1;
  /* Allow button to grow */
  max-width: 250px;
  /* Limit max width */
  text-align: center;
  text-decoration: none;
}

#real-add-to-cart:hover {
  background-color: #d12a6a;
  /* Slightly darker pink on hover */
}

/* Styling for the secondary "Get another instant quote" button */
#get-another-quote {
  /* Target by ID for higher specificity if needed */
  background-color: #293a93;
  /* A nice blue, similar to image */
  color: #fff;
  /* White text */
  padding: 14px 25px;
  /* Generous padding */
  border: none;
  /* No border */
  border-radius: 50px;
  /* Slightly rounded corners */
  font-size: 15px;
  /* Good font size */
  cursor: pointer;
  /* Pointer on hover */
  transition: background-color 0.3s ease;
  /* Smooth hover effect */
  flex-grow: 1;
  /* Allow button to grow */
  max-width: 250px;
  /* Limit max width */
  text-align: center;
  text-decoration: none;
}

#get-another-quote:hover {
  background-color: #0056b3;
  /* Darker blue on hover */
}

#real-add-to-cart,
#get-another-quote {
  display: inline-block;
  /* Default to inline-block for buttons if they are shown */
}

.single-product .form-actions {
  display: flex;
  justify-content: center;
}

/* add fields after title */
/* General Styling */
.custom-product-rating-and-trustpilot {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 18px;
  margin-bottom: 16px;
}

.custom-product-rating-and-trustpilot .star-rating {
  position: relative;
  display: inline-block;
  overflow: hidden;
  width: 90px;
  height: 18px;
  background: url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.4/svgs/solid/star.svg') repeat-x;
  background-size: contain;
}

.custom-product-rating-and-trustpilot .star-rating span {
  display: block;
  height: 100%;
  background: url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.4/svgs/solid/star.svg') repeat-x;
  background-size: contain;
  color: transparent;
  overflow: hidden;
}

.custom-product-rating-and-trustpilot .rating-value {
  font-weight: 600;
}

.custom-product-rating-and-trustpilot .review-count {
  color: #444;
  font-size: 16px;
}

.product-summary-info-and-price-section {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 0 !important;
  margin-bottom: 20px;
}

/* Features Section */
.product-features-wrap {
  display: contents;
  /*flex-direction: column;*/
  gap: 12px;
  flex: 1;
  /*max-width: 300px;*/
}

.feature-item {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 16px;
  color: #333;
  border: 1px solid #ddd;
  padding: 15px 15px;
  border-radius: 50px;
  background: #f7f7f7;
  box-shadow: 4px 2px 6px hsl(0deg 0% 0% / 17%)
}

.fa-circle-info:before,
.fa-info-circle:before {
  content: "\f05a";
  color: #0a0a0a;
  font-size: 15px;
}

.feature-icon i,
.feature-info-icon i {
  color: #2a3b93;
  font-size: 18px;
}

/* Price Section */
.product-price-display-wrap {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
  background: #f7f7f7;
  border-radius: 20px;
  padding: 10px 20px;
  border: 1px solid #d4d4d4;
  display: none;
}

.price-label {
  font-size: 14px;
  color: #000000;
  font-weight: 500;
}

.price-circle {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: #2a3b93;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 17px;
  font-weight: 500;
  color: #fff;
}

.price-value-and-details {
  display: flex;
  flex-direction: column;
  gap: 0;
}

.price-value {
  font-size: 20px;
  font-weight: bold;
  color: #333;
}

.price-unit-details {
  font-size: 12px;
  color: #000000;
}

/* Shop Buttons */
.custom-shop-buttons {
  display: flex;
  gap: 15px;
  margin: 16px 0;
}

.custom-shop-button {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 5px 20px;
  border: 1px solid #2a3b93;
  border-radius: 25px;
  color: #2a3b93;
  font-weight: 600;
  text-decoration: none;
  transition: background 0.3s ease, color 0.3s ease;
  font-size: 15px;
}

.custom-shop-button .button-icon i {
  color: #7ed957;
}

.custom-shop-button:hover {
  background: #2a3b93;
  color: #fff;
}

.custom-shop-button:hover .button-icon i {
  color: #fff;
}

/* Trustpilot star icon override */
.custom-product-rating-and-trustpilot .fa-star,
.custom-product-rating-and-trustpilot .fas.fa-star {
  color: #00b67a;
}

.feature-info-icon {
  position: relative;
  display: inline-block;
  cursor: pointer;
}

.feature-info-icon .tooltip-text {
  visibility: hidden;
  opacity: 0;
  background-color: #333;
  color: #fff;
  text-align: left;
  padding: 8px 12px;
  border-radius: 6px;
  font-size: 14px;
  line-height: 1.4;
  position: absolute;
  z-index: 999;
  bottom: 125%;
  left: 50%;
  transform: translateX(-50%);
  width: 300px;
  max-width: 90vw;
  white-space: normal;
  word-wrap: break-word;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
  transition: opacity 0.3s ease;
  pointer-events: none;
  font-weight: 300;
}

.feature-info-icon .tooltip-text::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  border-width: 6px;
  border-style: solid;
  border-color: #333 transparent transparent transparent;
}

.feature-info-icon:hover .tooltip-text {
  visibility: visible;
  opacity: 1;
}

/* Safe side-by-side layout gallery and summary*/
/* .custom-product-inner-wrap,
.single-product .product:not(.grouped_form) .woocommerce-product-gallery + .summary {
  display: flex;
  gap: 40px;
  align-items: flex-start;
  flex-wrap: wrap;
} */

/* Product Image */
.woocommerce-product-gallery {
  flex: 0 0 30%;
  max-width: 30%;
  box-sizing: border-box;
}

/* Product Summary */
.summary.entry-summary {
  flex: 0 0 70%;
  max-width: 60%;
  box-sizing: border-box;
}

button#calculate-price-btn {
  border-radius: 5px;
}


/* Single popup end */
/*Cart page*/
.woocommerce table.cart th.product-quantity,
.woocommerce table.cart td.product-quantity {
  display: none !important;
}

.woocommerce .cart input[name="update_cart"] {
  display: none !important;
}

.woocommerce-cart-form button[type=submit]:disabled {
  display: none;
}

.woocommerce-cart .cart_item .product-name .simple-row {
  display: flex;
  justify-content: space-between;
  font-size: 14px;
  margin-bottom: 6px;
}

.simple-row .label {
  font-weight: 500;
  color: #111111d9;
  margin-right: 10px;
  min-width: 140px;
  font-size: 14px;
}

.simple-row .value {
  color: #444;
}

dt.variation- {
  display: none;
}

.woocommerce-cart-form dl.variation {
  display: grid !important;
  padding-right: 60px;
}

.cart-collaterals .wc-proceed-to-checkout .button {
  font-size: 15px !important;
  line-height: 40px !important;
}


/* Checkout Page Start */
.woocommerce-checkout .simple-row .label {
  font-weight: 500;
  color: #111111d9;
  margin-right: 10px;
  min-width: 140px;
  font-size: 13px;
}

.woocommerce-checkout .simple-row .value {
  color: #444;
  font-size: 13px;
}

.woocommerce-checkout .place-order .button {
  font-size: 15px !important;
  line-height: 40px !important;
}

/* Checkout Page End */


@media (min-width:1281px) {
  .arrow-after::after {
    content: "";
    width: 5%;
    height: 50px;
    background-image: url(/wp-content/uploads/2025/02/arrows-bg.svg);
    background-repeat: no-repeat;
    position: absolute;
    transform: translate(180px, 8px);
    z-index: 11111111;
  }

  .arrow-before::before {
    content: "";
    width: 5%;
    height: 50px;
    position: absolute;
    background-image: url('/wp-content/uploads/2025/02/arrows-bg.svg');
    background-repeat: no-repeat;
    transform: translate(180px, 8px);
    rotate: 180deg;
  }

}

@media (max-width: 768px) {
  .custom-tab-wrapper {
    flex-direction: column;
  }

  .tab-right {
    order: -1;
    /* Show image on top in mobile if needed */
  }

  .shipping-content {
    margin-left: 20px;
    margin-right: 20px;
    padding: 20px;
  }

  .custom-features-list {
    grid-template-columns: 1fr;
  }

  .process-grid {
    grid-template-columns: 1fr;
  }

  .custom-feature-grid {
    grid-template-columns: 1fr;
  }

  /* 	Single page */
  form#custom-product-form {
    width: 100%;
  }

  .single-product .content-area .product {
    display: block;
  }

  .summary.entry-summary {
    flex: 0 !important;
    max-width: 100%;
    box-sizing: border-box;
    padding: 20px;
    overflow: hidden;
  }

  .product-features-wrap {
    display: flex;
    flex-direction: row;
    gap: 12px;
    flex: unset;
    width: fit-content;
  }

  .feature-text {
    font-size: 10px;
  }

  .feature-icon i,
  .feature-info-icon i {
    color: #2a3b93;
    font-size: 12px;
  }

  .feature-icon {
    flex-shrink: 0;
    margin-top: -2px;
  }

  .fa-circle-info:before,
  .fa-info-circle:before {
    font-size: 12px;
  }

  .custom-product-rating-and-trustpilot {
    margin-bottom: 0 !important;
  }

  .custom-options {
    display: flex;
    flex-direction: column;
    gap: 15px;
  }

  .single-product .woocommerce-tabs {
    margin: 10px 0 !important;
  }

  .woocommerce-tabs .wc-tabs,
  .woocommerce-tabs .wc-tabs .active {
    font-weight: 500 !important;
    font-size: 15px !important;
    color: #2a3b93 !important;
  }

  .woocommerce-tabs .wc-tabs li {
    padding: 10px !important;
  }

  h3.tab-content.heading {
    font-size: 30px;
    margin-bottom: 10px;
    margin-top: 0;
    text-align: center;
  }

  .key-heading {
    font-size: 30px;
  }

  .custom-features-list.key-feature {
    display: block;
  }

  .faq-heading {
    font-size: 30px;
  }

  .single-product .related.products h2 {
    font-size: 30px;
    padding: 20px 0;
    display: flex;
    justify-content: center !important;
  }

  ul.products.columns-4 {
    padding: 0 30px !important;
  }

  .single-product .related.products img {
    width: 250px;
    height: 200px;
  }

  .single-product .related.products ul li {
    padding: 10px;
  }

  .single-product .summary .product_title {
    margin-bottom: 10px;
    font-size: 25px;
  }

  .woocommerce-product-gallery {
    height: auto;
  }

  .product-features-wrap .feature-item {
    padding: 5px 20px;
  }

  .faq-question {
    font-size: 13px;
    line-height: 25px;
  }

  .faq-answer p {
    font-size: 12px;
  }

  .custom-faq-section.faq {
    padding: 0;
  }

  .faq-heading {
    margin-bottom: 0;
    padding: 30px 0;
  }

  div#tab-process_tab h3 {
    display: block !important;
  }

  h3.tab-content.heading.features {
    display: block !important;
  }

  h3.tab-content.heading.download {
    display: block !important;
  }

  ul li .feature-text {
    font-size: 14px;
    text-align: left;
  }

  .single-product .product {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  /* Make product image bigger */
  .single-product .woocommerce-product-gallery {
    max-width: 100% !important;
    width: 100% !important;
    text-align: center;
  }

  .single-product .woocommerce-product-gallery img {
    width: 95% !important;
    max-width: 400px;
    /* adjust size for tablet */
    height: auto;
    margin: 0 auto;
  }

  /* Center product summary (title, variations, add to cart, etc.) */
  .single-product .summary {
    width: 100%;
    text-align: center;
  }

  .woocommerce-product-gallery .flex-control-thumbs {
    margin: 7px !important;
  }

  .product-summary-info-and-price-section {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    gap: 124px !important;
    margin-bottom: 20px;
    justify-content: center;
  }

  .instant-quote-section {
    width: 100% !important;
  }

  .quote-table .heading-td {
    text-align: left;
  }

  #real-add-to-cart {
    background-color: #e72f78;
    color: #fff;
    padding: 14px 25px;
    border: none;
    border-radius: 50px;
    font-size: 13px;
    cursor: pointer;
    transition: background-color 0.3s ease;
    flex-grow: 1;
    max-width: unset;
    text-align: center;
    text-decoration: none;
  }

  #get-another-quote {
    background-color: #293a93;
    color: #fff;
    padding: 10px 25px;
    border: none;
    border-radius: 50px;
    font-size: 13px;
    cursor: pointer;
    transition: background-color 0.3s ease;
    flex-grow: 1;
    max-width: unset;
    text-align: center;
    text-decoration: none;
  }
}

@media (max-width: 480px) {
  .product-features-wrap {
    width: 100%;
    /* Full width for features */
  }

  .form-row.two-column {
    display: block;
  }

  .product-features-wrap {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  ul li .feature-text {
    font-size: 9px;
  }
}

.product-features-wrap .feature-item {
  padding: 5px 15px;
  font-size: 14px;
  margin-right: 10px;
}

dt.variation-Quantity {
  display: none !important;
}

dd.variation-Quantity {
  display: none !important;
}

dt.variation-ArtworkFile {
  display: none !important;
}

dd.variation-ArtworkFile {
  display: none !important;
}

.woocommerce-checkout a.button.button-small {
  font-size: 12px !important;
  padding: 0 20px !important;
}

dd.variation-ArtworkFiles {
  display: flex;
  flex-direction: row-reverse;
  color: #333;
}

ul.woocommerce-shipping-methods input[type=radio]+label {
  font-size: 13px !important;
}

.woocommerce-shipping-methods .woocommerce-Price-amount {
  font-size: 13px !important;
}

.woocommerce-shipping-methods input[type="radio"] {
  accent-color: var(--primary-pink);
}

.woocommerce-view-order a.button.button-small {
    font-size: 10px !important;
    padding: 0 20px !important;
}
.woocommerce-checkout .woocommerce-shipping-fields {
    margin: 0 0 0 0 !important;
}
.print-artwork-account-note {
    margin: 8px 0 18px;
    padding: 10px 12px;
    border-left: 4px solid #c62828;
    background: #fff5f5;
    color: #c62828;
    font-size: 13px;
    line-height: 1.5;
}

.print-artwork-account-note a {
    color: #c62828;
    font-weight: 600;
    text-decoration: underline;
}

.woocommerce-checkout .woocommerce-privacy-policy-text, .woocommerce-checkout .woocommerce-terms-and-conditions {
    margin: 10px 0;
    margin: 8px 0 14px;
    padding: 12px 14px;
    border-left: 4px solid #c62828;
    background: #fff5f5;
    color: #c62828;
    font-size: 13px;
    line-height: 1.6;
}
.woocommerce-privacy-policy-text p strong {
	font-weight: 700;
}
.woocommerce-privacy-policy-text p a {
	color: #c62828;
    font-weight: 600;
    text-decoration: underline;
}

