/*
 Theme Name:     Divi Child Theme
 Theme URI:      https://www.elegantthemes.com/gallery/divi/
 Description:    Divi Child Theme
 Author:         Elegant Themes
 Author URI:     https://www.elegantthemes.com
 Template:       Divi
 Version:        1.0.0
*/

/* Global Typography */
body {
  font-family: "Hanken Grotesk", sans-serif;
  font-size: 16px;
  line-height: 1.65;
  color: #333;
}

:root {
  --header-height: 100px;
}

html {
  scroll-padding-top: var(--header-height);
}

:focus {
  scroll-margin-top: var(--header-height);
}

/* Headings */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Hanken Grotesk", sans-serif;
  font-weight: 600;
  padding-bottom: 0;
  overflow-wrap: normal !important;
  line-height: 1.25 !important;
}

h1,
.h1 {
  font-size: 2.375rem !important;
}

h2,
.h2 {
  font-size: 2.125rem !important;
}

h3,
.h3 {
  font-size: 1.75rem !important;
}

h4,
.h4 {
  font-size: 1.5rem !important;
}

@media screen and (min-width: 991px) {
  h1,
  .h1 {
    font-size: 3.375rem !important;
  }

  h2,
  .h2 {
    font-size: 3rem !important;
  }

  h3,
  .h3 {
    font-size: 1.75rem !important;
  }

  h4,
  .h4 {
    font-size: 1.25rem !important;
  }
}


/* Front-end content links only */
body:not(.et-fb) #main-content .et_pb_text_inner a:not(.et_pb_button):not(.btn):not(.button):not(.woocommerce-button),
body:not(.et-fb) .entry-content a:not(.et_pb_button):not(.btn):not(.button):not(.woocommerce-button),
body:not(.et-fb) .privacy-and-terms a {
  color: #A82C23;
  text-decoration: underline;
}

body:not(.et-fb) #main-content .et_pb_text_inner a:not(.et_pb_button):not(.btn):not(.button):not(.woocommerce-button):hover,
body:not(.et-fb) .entry-content a:not(.et_pb_button):not(.btn):not(.button):not(.woocommerce-button):hover,
body:not(.et-fb) .privacy-and-terms a:hover {
  text-decoration: none;
}

/* Never underline UI/buttons */
.et-fb-root a,
body.et-fb a,
a.et_pb_button,
a.btn,
a.button,
.woocommerce a.button,
.woocommerce-button,
.checkout-button,
.product_type_simple,
.add_to_cart_button {
  text-decoration: none !important;
}

button {
  cursor: pointer;
}

/* body a:not(#wpadminbar a, header a, footer a) {
  color: #A82C23 !important;
  text-decoration: underline;
}

body a:hover:not(#wpadminbar a, header a, footer a),
body a:focus:not(#wpadminbar a, header a, footer a) {
  text-decoration: none;
} */

/* Paragraphs */
p {
  font-size: 1.1rem;
  line-height: 1.65;
  color: #545454;
}

/* sr-only class style for accessibility */
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

/* Skip link - visible on focus for keyboard users */
.skip-link {
  position: fixed;
  top: -100px;
  left: 10px;
  z-index: 999999;
  padding: 12px 24px;
  background: #313A42;
  color: #fff !important;
  text-decoration: none;
  font-weight: 600;
  font-size: 14px;
  border-radius: 0 0 4px 4px;
  transition: top 0.2s ease;
}

.skip-link:focus,
.skip-link:focus-visible {
  top: 0;
  outline: 2px solid #fff;
  outline-offset: 2px;
}

/* Override sr-only when skip-link is focused */
.sr-only.skip-link:focus,
.sr-only.skip-link:focus-visible {
  position: fixed;
  width: auto;
  height: auto;
  padding: 12px 24px;
  margin: 0;
  overflow: visible;
  clip: auto;
  white-space: normal;
}

/* Remove focus outline on main content target (non-interactive element) */
#main-content:focus {
  outline: none;
}

#main-content .container:before {
  content: none !important;
}

#main-content,
.customize-products-page {
  min-height: calc(100dvh - 550px);
  background-color: transparent;
}

body.woocommerce-lost-password #main-content {
  min-height: calc(100dvh - 461px);
}

/* Hide default inputs */
input[type="radio"],
input[type="checkbox"] {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  margin: 0;
  cursor: pointer;
  width: 20px !important;
  height: 20px !important;
  min-width: 20px !important;
}

/* Radio button base */
input[type="radio"] {
  border: 2px solid #A82C23;
  border-radius: 50%;
  display: inline-block;
  position: relative;
}

/* Radio button checked */
input[type="radio"]:checked {
  background-color: #A82C23;
  box-shadow: inset 0 0 0 2px #fff;
}

/* Checkbox base */
input[type="checkbox"] {
  border: 2px solid #A82C23;
  border-radius: 4px;
  display: inline-block !important;
  position: relative;
}

/* Checkbox checked */
input[type="checkbox"]:checked {
  background-color: #A82C23;
  border-color: #A82C23;
}

input[type="checkbox"]:checked::after {
  content: "✔";
  color: #fff;
  font-size: 16px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-45%, -55%);
}

.woocommerce-checkout-payment li.wc_payment_method label,
.woocommerce-checkout-payment li.wc_payment_method .woocommerce-SavedPaymentMethods-saveNew label {
  position: relative;
  top: -7px;
}

/* Header Style */
header {
  position: sticky;
  top: 0;
  z-index: 10000 !important;
}

body.logged-in.admin-bar header {
  top: 32px;
}

body.mobile-menu-open {
  position: fixed;
  inset: 0;
}

header .header-wrapper .header-content {
  display: flex;
  align-items: center;
}

header .header-wrapper a {
  outline: 2px solid transparent;
}

header .header-wrapper a:focus-visible {
  outline: 2px solid #fff;
}

header .header-wrapper .auth-redirect-wrapper {
  display: none;
}

header .header-wrapper .auth-redirect-wrapper div {
  margin-bottom: 0 !important;
}

header .header-wrapper .header-logo-wrapper img {
  max-width: 106px;
  height: 59px;
  object-fit: contain;
}

header .header-wrapper .auth-redirect-wrapper,
header .header-wrapper .header-logo-wrapper {
  width: 20% !important;
}

header .header-wrapper .navigation-wrapper {
  width: 80% !important;
  margin-bottom: 0 !important;
  margin-right: 0;
}

header .header-wrapper .navigation-wrapper nav ul {
  gap: 30px;
}

header .header-wrapper .navigation-wrapper nav ul li {
  margin: 0;
  padding: 0;
}

header .header-wrapper .navigation-wrapper nav ul li a {
  color: #fff !important;
  font-size: 18px;
  font-weight: 500;
  padding: 0 5px;
}

header .header-wrapper .auth-redirect-wrapper {
  justify-content: flex-end;
  align-items: center;
  gap: 24px;
}

header .header-wrapper .auth-redirect-wrapper .button-wrapper a {
  font-size: 18px;
  font-weight: 500;
  color: #fff !important;
  text-decoration: none;
  border: 1px solid #fff;
  padding: 8px 32px;
  border-radius: 8px;
}

/* Product Listing Section */
.product-listing-section {
  max-width: 1366px;
  margin: auto;
  padding-inline: 1rem;
  padding-bottom: 5.375rem;
  display: flex;
  justify-content: space-between;
  gap: 10px;
  margin-top: 1.25rem;
}

.product-listing-section aside {
  flex-basis: 150px;
}

.product-listing-section aside h3 {
  padding-bottom: 0;
  margin-bottom: 1.75rem;
  line-height: 1.125rem;
}


.product-listing-section aside #product-filters .accordion-item {
  padding-top: 30px;
  border-bottom: 1px solid #AEB1B4;
}

.product-listing-section aside #product-filters .accordion-item:last-child {
  border-bottom: none;
}

.product-listing-section aside #product-filters .accordion-item .accordion-panel {
  padding-bottom: 1.875rem;
}

.product-listing-section aside .accordion-item .accordion-header {
  border: 1px solid transparent;
  font-size: 1.125rem;
  font-weight: 700;
  color: #232323;
  padding: 0;
  background: transparent;
  text-align: left;
  width: 100%;
}

.product-listing-section aside .accordion-item .accordion-header:focus-visible {
  border: 1px solid #000;
}

.product-listing-section aside .accordion-panel .input-wrapper {
  display: flex;
  align-items: center;
  gap: 12px;
}

.product-listing-section aside .accordion-panel .input-wrapper:not(:last-child) {
  margin-bottom: 1.25rem;
}

.product-listing-section aside .accordion-panel .input-wrapper label {
  font-size: .875rem;
  color: #343434;
}

.product-listing-section .products-wrapper .search-filter-wrapper input[type="text"] {
  width: 100%;
  padding: .7rem !important;
  border: 1px solid #ccc;
  border-radius: .25rem;
  font-size: 1rem;
  background-image: url(./assets/images/search.svg);
  background-position: 10px 15px;
  background-repeat: no-repeat;
  padding-left: 40px !important;
  outline: 2px solid transparent;
}

.product-listing-section .products-wrapper .search-filter-wrapper input[type="text"]::placeholder {
  color: #8D8D8D;
}

.product-listing-section .products-wrapper .search-filter-wrapper input[type="text"]:focus-visible {
  outline: 2px solid #000;
}

.product-listing-section .products-wrapper {
  flex-grow: 1;
  position: relative;
}

.product-listing-section .products-wrapper .custom-products-grid {
  display: grid;
  gap: 20px;
  margin-block: 3.75rem;
}

.product-listing-section .products-wrapper #proceed-button {
  position: sticky;
  bottom: 40px;
  text-align: right;
}

.product-listing-section .products-wrapper .product-card {
  position: relative;
  padding: .875rem;
  border-radius: .5rem;
  background: #fff;
  box-shadow: 1px 1px 8px 0 rgba(0, 0, 0, 0.12);
}

.product-listing-section .products-wrapper .product-card .action-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 2.5rem;
}

.product-listing-section .products-wrapper .product-card .action-wrapper .pill {
  font-size: .875rem;
  color: #343434;
  line-height: 1.125rem;
  padding: 3px 9px;
  border-radius: 2.5rem;
  background-color: #EDEDED;
}

.product-listing-section .products-wrapper .product-card .link-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  text-decoration: none;
  color: inherit;
  transition: opacity 0.2s ease;
  border: 2px solid transparent;
}

.product-listing-section .products-wrapper .product-card .product-image a {
  display: inline-block;
  border: 2px solid transparent;
}

.product-listing-section .products-wrapper .product-card .link-wrapper:focus-visible,
.product-listing-section .products-wrapper .product-card .product-image a:focus-visible {
  border: 2px solid #A82C23;
}

.product-listing-section .products-wrapper .product-card .link-wrapper img {
  display: none;
  width: 30px;
  height: 30px;
}

.product-listing-section .products-wrapper .product-card .product-title {
  font-size: 1rem !important;
  font-weight: 500;
  color: #232323;
  margin: 0;
}

.product-listing-section .products-wrapper .product-card .product-image {
  text-align: center;
}

/* ===== GLOBAL ELEMENTS ===== */
/* hide image titles on hover */
img[title]:hover::after {
  content: none !important;
}

img[title] {
  pointer-events: none;
}

/* Footer Style */
#main-content + footer,
#et-main-area > footer,
footer.et-l--footer {
  position: relative;
  background-color: #3D4959;
}

#main-content + footer:before,
#et-main-area > footer:before,
footer.et-l--footer:before {
  content: "";
  background-image: url(https://electricalmdev.wpenginepowered.com/wp-content/themes/action-engraving-theme/assets/images/footerGraphic.png);
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  inset: 0;
}

footer .address-wrapper {
  padding-left: 0;
}

footer .address-wrapper .et_pb_heading,
footer .links-wrapper .et_pb_heading {
  margin-bottom: 0 !important;
}

footer .address-wrapper h2,
footer .links-wrapper h2 {
  font-size: 20px !important;
  line-height: 32px;
  padding-bottom: 24px;
}

footer .address-wrapper p {
  font-size: 16px;
  line-height: 20px;
  color: #F7F7F7;
  font-weight: 400;
}

footer .links-wrapper ul {
  list-style: none;
  padding-left: 0;
}

footer .links-wrapper ul li a {
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  color: #F7F7F7 !important;
  margin-bottom: 24px;
  display: inline-block;
  text-decoration: none;
}

footer .links-wrapper ul li a:hover,
.copyright-section a:hover,
footer .footer-wrapper .contact-wrapper a.footer-link:hover {
  text-decoration: none;
}

footer a:focus-visible {
  outline: 2px solid #FFF;
}

footer .footer-wrapper {
  border-bottom: 1px solid #FFF9F2;
}

.copyright-section a,
.copyright-section .et_pb_text_inner {
  font-size: 16px;
  line-height: 20px;
  font-weight: 400;
  color: #fff !important;
  text-decoration: none;
}

footer .copyright-section .links ul {
  display: flex;
  align-items: center;
  gap: 20px;
  list-style: none;
  padding-left: 0;
}

footer .footer-wrapper .contact-wrapper a.footer-link {
  color: #fff !important;
  font-weight: 400;
  display: flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
}

footer .footer-wrapper .contact-wrapper a.footer-link:hover span:not(.dashicons) {
  text-decoration: none;
}

.home-banner {
  position: relative;
  min-height: calc(100dvh - 79px);
}

.home-banner .banner-heading {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
}

.home-banner .home-banner-img::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.1));
  z-index: 1;
}
.home-banner .home-banner-img img {
  min-height: calc(100dvh - 79px);
  object-fit: cover;
}

.home-banner .et_pb_row {
    max-width: 100%;
}

.features-section .features-wrapper {
  display: flex;
  align-items: center;
  gap: 20px;
}

.features-section .features-wrapper img {
  width: 40px;
  height: 40px;
  object-fit: contain;
}

.features-section .features-wrapper h2 {
  font-size: 16px !important;
  line-height: 32px;
  font-weight: 600;
  color: #FFF;
  padding-bottom: 0;
}

.aboutUs-section .et_pb_row::after {
  content: none;
}

.aboutUs-section img {
    max-height: 220px;
    object-fit: contain;
}

.manufacture-listing-section .header-wrapper .et_pb_heading,
.aboutUs-section .content-wrapper .et_pb_heading {
  margin-bottom: 8px;
}

.manufacture-listing-section .header-wrapper h2,
.aboutUs-section .content-wrapper h2 {
  font-weight: 600;
  color: #232323;
  padding-bottom: 0;
}

.manufacture-listing-section .header-wrapper p {
  font-size: 20px;
  line-height: 1.5;
  color: #343434;
}

.manufacture-listing-section .cards-wrapper h3 {
  line-height: 32px;
  font-weight: 600;
  color: #232323;
  padding-bottom: 0;
}

.manufacture-listing-section .cards-wrapper p {
  font-size: 18px;
  color: #343434;
  line-height: 1.5;
}

.manufacture-listing-section .et_pb_text {
  width: 100%;
}

.aboutUs-section .content-wrapper {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  flex-direction: column-reverse;
  gap: 20px;
}

.aboutUs-section .content-wrapper .text-wrapper {
  padding-right: 20px;
}

.aboutUs-section .content-wrapper p {
  font-weight: 500;
  line-height: 1.5;
  color: #343434;
}

.learningCenter-section .heading-wrapper h2 {
  font-weight: 600;
  color: #232323;
  text-align: center;
}

.learningCenter-section .cards-wrapper,
.home-three-col-section .cards-wrapper {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.learningCenter-section .cards-wrapper .cards {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-right: 14px;
  position: relative;
}

.learningCenter-section .cards-wrapper .cards .et_pb_button_module_wrapper {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.learningCenter-section .cards-wrapper .cards a.learning-center-links {
    position: absolute !important;
    inset: 0 !important;
    font-size: 0 !important;
    border: 2px solid transparent !important;
    border-radius: 8px !important;
}

body #page-container .learningCenter-section .cards-wrapper .cards a.learning-center-links:hover {
  border: 2px solid transparent !important;
}

.learningCenter-section .cards-wrapper .cards a.learning-center-links:focus-visible {
  border: 2px solid #000 !important;
}

.home-three-col-section .cards-wrapper .cards {
  margin-right: 10px;
}

.learningCenter-section .cards-wrapper .cards h3,
.home-three-col-section .cards-wrapper .cards h3 {
  font-size: 20px !important;
  line-height: normal;
  font-weight: 700;
  color: #333;
}

.learningCenter-section .cards-wrapper .cards img {
  max-width: 135px;
  object-fit: contain;
  width: 100%;
  height: auto;
}

/* Single Products Page style */
.product.type-product {
  background: #F5F5F5;
}

.brand-section,
.product.type-product .single-product-wrapper {
  max-width: 1366px;
  margin: auto;
  padding-inline: 1rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
}

.brand-section {
  padding-top: 5.875rem;
  padding-bottom: 2.25rem;
}

.brand-section .brand-image {
  text-align: right;
}

.brand-section .brand-image img {
  width: 100%;
  height: auto;
  max-width: 466px;
  text-align: right;
}

.brand-section .brand-description {
  padding-block: 30px;
}

.brand-section .brand-description h1 {
    margin-bottom: 1rem;
}

.product.type-product .brand-description h2 {
  font-size: 40px;
  line-height: 44px;
  padding-bottom: 0;
  margin-bottom: 1rem;
}

.product.type-product .brand-description p {
  font-size: 20px;
  font-weight: 500;
  color: #000;
}

.product.type-product .single-product-wrapper {
  gap: 30px;
  align-items: flex-start;
  padding-bottom: 5.375rem;
  padding-top: 2.25rem;
}

.product.type-product .single-product-wrapper .product-images {
  text-align: center;
  width: 100%;
}

.product.type-product .single-product-wrapper .product-summary {
  flex-grow: 1;
}

.product.type-product .single-product-wrapper .product-images img {
  width: 100%;
  height: auto;
  max-height: 350px;
  padding: 20px;
  object-fit: contain;
  border-radius: 8px;
}

.product.type-product .single-product-wrapper .product-summary .summary {
  width: 100%;
}
.product.type-product .single-product-wrapper .product-summary .product_title {
  font-size: 32px !important;
  font-weight: 600;
  color: #232323;
  margin-bottom: 1rem;
}

.product.type-product .single-product-wrapper .product-description p {
  font-size: 1.125rem;
  color: #343434;
  margin-block: 1rem;
}

.product.type-product .single-product-wrapper .back-to-shop a {
  display: inline-block;
  font-size: 18px;
  line-height: 23px !important;
  font-weight: 500;
  padding-inline: 32px;
  padding-left: 50px;
  padding-block: 9.5px;
  margin-top: 30px;
  border-radius: 8px;
  color: #fff;
  background: #313A42;
  border: 1px solid #313A42;
  text-transform: capitalize;
  outline: 2px solid transparent;
}

.product.type-product .single-product-wrapper .back-to-shop a:hover {
  background: #484646 !important;
  color: #fff !important;
}

.product.type-product .single-product-wrapper .product-summary a:focus-visible,
.wc-backbone-modal-content.sst-certificate-modal-content.woocommerce footer button:focus-visible {
  outline: 2px solid #313A42;
  outline-offset: 2px;
}

.product.type-product .single-product-wrapper .back-to-shop a::after,
.product.type-product .single-product-wrapper .back-to-shop a:hover::after {
  content: '4';
  left: 20px;
  top: 2px;
  font-size: 22px;
  margin-left: 0;
  display: block;
  visibility: visible;
  transition: none;
  transform: unset;
  opacity: 1;
}


/* About Page Style */

.about-banner-section {
	text-align: center;
}

.about-banner-section h1 {
	padding-bottom: 0;
}

.about-banner-section p {
	text-align: center;
	color: #FEE2E2;
}

.ourStory-section .et_pb_row {
    display: flex;
    flex-direction: column-reverse;
    gap: 30px;
    padding: 0;
}

.ourStory-section .et_pb_row::after {
  content: none;
}

.our-values-section .et_pb_image_wrap,
.ourStory-section img {
  width: 100%;
  object-fit: cover;
}

.ourStory-section ul li {
    margin-bottom: 20px;
    font-size: 18px;
    font-weight: 500;
    color: #4B5563;
}

/* Our Values Section */
.our-values-section h3,
.our-mission-vision-section h2 {
    font-size: 20px !important;
}

.our-mission-vision-section h2 {
	padding-bottom: 0;
  font-size: 38px;
}

/* Work Together Section */
.work-together-section h2 {
    font-size: 28px !important;
}

.work-together-section .red-text {
	color: #DC2626;
}

body,
#page-container {
  overflow: visible !important;
}

body {
  overflow-x: hidden !important;
}

/* form style */
form label {
    text-transform: capitalize;
}

form .gform_fields {
	grid-row-gap: 30px !important;
}

form label.gfield_label {
	position: absolute;
	left: 10px;
	top: -18px;
	background: #f5f5f5;
	padding-inline: 4px !important;
	font-size: 18px !important;
	font-weight: 500 !important;
	color: #343434 !important;
  z-index: 1;
}

form .gfield {
	position: relative;
}

form .gfield input, form .gfield select {
	min-height: 54px !important;
	padding-inline: 16px !important;
}

.gfield select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: url(./assets/images/arrow.png) !important;
  background-repeat: no-repeat !important;
  background-position: right 12px center !important;
  background-size: 16px !important;
}

form .gfield input, form .gfield textarea, form .gfield select, .gfield .gform_drop_area {
	font-size: 18px !important;
	color: #000 !important;
	border: 1px solid #CBCBCB !important;
	border-radius: 8px !important;
	background: transparent;
	width: 100% !important;
  line-height: normal !important;
}

.gfield .gform_drop_area {
  background: transparent !important;
}

form .gfield input:focus-visible, form .gfield textarea:focus-visible {
	border: 1px solid transparent !important;
  outline: 2px solid #313A42 !important;
  margin-top: 0 !important;
}

form .gfield.gfield--type-radio .ginput_container_radio .gfield_radio {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

form .gfield.gfield--type-radio .ginput_container_radio .gfield_radio .gchoice {
  display: flex;
  align-items: center;
  gap: 10px;
}

form .gfield.gfield--type-radio .ginput_container_radio .gfield_radio .gchoice input[type="radio"] {
    width: 26px !important;
    height: 26px !important;
    min-width: 26px !important;
    min-height: 26px !important;
    border: 2px solid #A82C23 !important;
    border-radius: 50% !important;
    padding: 0 !important;
}

form .gfield.gfield--type-radio .ginput_container_radio .gfield_radio label {
  font-weight: 600;
}

form .validation_message {
    padding: 0 !important;
    border: none !important;
    background: transparent !important;
    margin-top: 0 !important;
}

.gform_validation_error h2.gform_submission_error {
  font-size: 18px !important;
}

/* Global solid button style */

input.gform_button.button,
form.woocommerce-EditAccountForm button.woocommerce-Button {
	background: #313A42 !important;
	border-radius: 8px !important;
	color: #fff !important;
	padding: 8px 32px !important;
	font-size: 18px !important;
	font-weight: 500;
	border: 2px solid transparent !important;
  text-transform: capitalize !important;
  letter-spacing: unset !important;
}

form.woocommerce-EditAccountForm button.woocommerce-Button {
  margin: 40px 2px 2px !important;
}

input.gform_button.button:hover,
form.woocommerce-EditAccountForm button.woocommerce-Button:hover {
    background: #484646 !important;
    color: #fff !important;
}

input.gform_button.button:focus-visible,
form.woocommerce-EditAccountForm button.woocommerce-Button:focus-visible {
    outline: 2px solid #313A42 !important;
    border: 2px solid #fff !important;
}

form.woocommerce-EditAccountForm button.woocommerce-Button::after {
  content: none !important;
}

.header-logo-wrapper {
	margin-bottom: 0 !important;
}

header ul.menu.nav-menu {
	padding-bottom: 0;
}

header ul.menu.nav-menu.is-open {
	position: fixed;
	inset: 0;
	background: #a82c23;
	padding: 100px 20px;
	transition: 1s 
		ease-in-out;
}

header ul.menu.nav-menu li {
	list-style: none;
}

header .main-navigation button.menu-toggle {
	position: absolute;
	right: 10px;
	top: -20px;
	z-index: 999;
	border: 2px solid transparent;
	padding: 8px;
}

header .main-navigation button.menu-toggle:focus-visible {
	border: 2px solid #fff;
}

header .main-navigation .menu-toggle .hamburger {
	margin-left: 0px;
}

header .main-navigation .menu-toggle .hamburger .bar {
	background-color: #fff;
}

header .main-navigation .menu-toggle[aria-expanded="true"]  .hamburger .bar:nth-child(1) {
	top: 9px;
	transform: rotate(-45deg);
}


header .main-navigation .menu-toggle[aria-expanded="true"]  .hamburger .bar:nth-child(2) {
	top: 50%;
	transform: translateY(-50%) rotate(45deg);
}

header .main-navigation .menu-toggle[aria-expanded="true"]  .hamburger .bar:nth-child(3) {
	display: none;
}

.menu-toggle {
	display: block !important;
}

@media screen and (min-width: 1250px) {
	.menu-toggle,
	header .header-wrapper .navigation-wrapper nav ul li:last-child {
		display: none !important;
	}
}

@media screen and (max-width: 1250px) {
	.nav-menu {
		display: none !important;
	}
	header ul.menu.nav-menu.is-open {
		display: flex !important;
		flex-direction: column;
	}
}

@media screen and (min-width: 768px) {
  .manufacture-listing-section .et_pb_row.cards-wrapper,
  .manufacture-listing-section .et_pb_row.header-wrapper {
    padding-inline: 72px !important;
  }
  header .header-wrapper .navigation-wrapper .et_pb_menu__wrap {
  justify-content: center;
}
}

@media screen and (min-width: 1024px) {

  .brand-section,
  .product.type-product .single-product-wrapper {
    flex-direction: row;
    gap: 58px;
  }

  .product.type-product .brand-description h2 {
    font-size: 54px;
    line-height: 64px;
  }
  
  .product.type-product .brand-description {
    padding-block: 53px;
  }

  .product.type-product .brand-image {
    min-width: 548px;
  }

  .product.type-product .single-product-wrapper .product-images {
    min-width: 548px;
  }
}

/* Engraving Preview SVG Styles */
.preview-image_wrapper {
  text-align: center;
}
.preview-image_wrapper svg {
  width: 80px !important;
  height: 80px !important;
}

/* Preview Image */
.productPreviewImage svg {
  width: 100% !important;
  height: auto !important;
}

/* Toast Notification System (Alert Popup CSS) */
.toast-container {
    position: fixed;
    top: 20px;
    right: 20px;
    z-index: 99999;
    display: flex;
    flex-direction: column;
    gap: 10px;
    pointer-events: none;
}

.toast {
    min-width: 300px;
    max-width: 500px;
    padding: 16px 20px;
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15), 0 2px 4px rgba(0, 0, 0, 0.1);
    display: flex;
    align-items: center;
    gap: 12px;
    pointer-events: auto;
    animation: slideInRight 0.3s ease-out;
    backdrop-filter: blur(10px);
    border-left: 4px solid;
}

.toast.hiding {
    animation: slideOutRight 0.3s ease-out forwards;
}

/* Toast Types */
.toast.success {
    background: linear-gradient(135deg, #d4edda 0%, #c3e6cb 100%);
    border-left-color: #28a745;
    color: #155724;
}

.toast.error {
    background: linear-gradient(135deg, #f8d7da 0%, #f5c6cb 100%);
    border-left-color: #dc3545;
    color: #721c24;
}

.toast.warning {
    background: linear-gradient(135deg, #fff3cd 0%, #ffeaa7 100%);
    border-left-color: #ffc107;
    color: #856404;
}

.toast.info {
    background: linear-gradient(135deg, #d1ecf1 0%, #bee5eb 100%);
    border-left-color: #17a2b8;
    color: #0c5460;
}

/* Toast Icon */
.toast-icon {
    width: 24px;
    height: 24px;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
}

/* Toast Content */
.toast-content {
    flex: 1;
}

.toast-title {
    font-weight: 600;
    font-size: 15px;
    margin: 0 0 4px 0;
}

.toast-message {
    font-size: 14px;
    margin: 0;
    opacity: 0.9;
}

/* Close Button */
.toast-close {
    width: 20px;
    height: 20px;
    background: transparent !important;
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
    transition: background 0.2s;
    opacity: 0.7;
    padding: 0;
    font-size: 18px;
    line-height: 1;
}

.toast-close:hover {
    background: rgba(0, 0, 0, 0.1);
    opacity: 1;
}

/* Progress Bar */
.toast-progress {
    position: absolute;
    bottom: 0;
    left: 0;
    height: 3px;
    background: currentColor;
    opacity: 0.3;
    animation: progressBar 5s linear forwards;
}

/* Animations */
@keyframes slideInRight {
    from {
        transform: translateX(400px);
        opacity: 0;
    }
    to {
        transform: translateX(0);
        opacity: 1;
    }
}

@keyframes slideOutRight {
    from {
        transform: translateX(0);
        opacity: 1;
    }
    to {
        transform: translateX(400px);
        opacity: 0;
    }
}

@keyframes progressBar {
    from {
        width: 100%;
    }
    to {
        width: 0%;
    }
}

/* Responsive */
@media (max-width: 768px) {
    .toast-container {
        top: 10px;
        right: 10px;
        left: 10px;
    }
    
    .toast {
        min-width: auto;
        width: 100%;
    }
    .our-values-section .heading-wrapper.et_pb_row,
    .our-values-section .three-col-wrapper.et_pb_row {
      padding: 30px !important;
    }

    .our-values-section .description {
      max-width: 100%;
    }
    .work-together-section .description {
      max-width: 100%;
    }
}

/* Confirm Dialog Styles */
.confirm-overlay {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 10000;
    animation: fadeIn 0.2s ease;
}

.confirm-overlay.hiding {
    animation: fadeOut 0.2s ease forwards;
}

.confirm-box {
    background: #fff;
    border-radius: 12px;
    padding: 24px;
    max-width: 500px;
    width: 90%;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.2);
    text-align: center;
    animation: slideIn 0.2s ease;
}

.confirm-overlay.hiding .confirm-box {
    animation: slideOut 0.2s ease forwards;
}

.confirm-icon {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background: #f0f0f0;
    color: #666;
    font-size: 47px;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 16px;
}

.confirm-title {
    font-size: 24px;
    font-weight: 600;
    color: #333;
    margin-bottom: 8px;
}

.confirm-message {
    font-size: 16px;
    color: #666;
    margin-bottom: 24px;
    line-height: 1.5;
}

.confirm-buttons {
    display: flex;
    gap: 12px;
    justify-content: center;
}

.confirm-btn {
    padding: 10px 24px;
    border-radius: 6px;
    font-size: 14px;
    font-weight: 500;
    min-width: 100px;
}

.confirm {
    background: #03A400;
    color: #fff;
    border: 2px solid #fff;
}

.confirm:hover {
    background: #058102;
}

.cancel {
    background: #A82C23;
    color: #fff;
    border: 2px solid #fff;
}

.cancel:hover {
    background: #8a241c;
}

.cancel:focus-visible {
    outline: 2px solid #A82C23 !important;
}

.confirm:focus-visible {
    outline: 2px solid #03A400; 
}

@keyframes fadeIn {
    from { opacity: 0; }
    to { opacity: 1; }
}

@keyframes fadeOut {
    from { opacity: 1; }
    to { opacity: 0; }
}

@keyframes slideIn {
    from { transform: scale(0.9); opacity: 0; }
    to { transform: scale(1); opacity: 1; }
}

@keyframes slideOut {
    from { transform: scale(1); opacity: 1; }
    to { transform: scale(0.9); opacity: 0; }
}


    /* Engraving Modal Style */

    /* Modal Overlay */
    .modal {
        display: none;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.75);
        z-index: 99999;
        overflow-y: auto;
    }

    .modal-open {
        position: fixed;
        inset: 0;
    }

    .modal[aria-hidden="false"] {
        display: block;
    }

    /* Modal Content */
    .modal-content,
    .pdf-modal-content {
      background: #fff;
      width: 90%;
      max-width: 1380px;
      border-radius: 8px;
      max-height: 90vh;
      padding: 20px;
      box-shadow: 6px 6px 19px 0 rgba(0, 0, 0, 0.35);
      position: absolute;
      transform: translate(-50%, -50%);
      top: 50%;
      left: 50%;
      overflow-x: hidden;
    }

    .modal-header h2 {
      font-size: 20px !important;
      line-height: 32px;
      font-weight: 400;
      color: #1E1E1E;
      margin-bottom: 20px;
      padding-right: 40px;
    }

    .close-modal {
      position: absolute;
      top: 15px;
      right: 15px;
      background: transparent;
      border: none;
      font-size: 32px;
      color: #343434;
      width: 40px;
      height: 40px;
    }

    .modal-close {
      font-size: 32px;
      border: none;
      color: #000;
      background: transparent !important;
      cursor: pointer;
      padding: 0;
      width: 24px;
      height: 24px;
      display: flex;
      align-items: center;
      justify-content: center;
      transition: background 0.3s ease;
      position: absolute;
      right: 20px;
      top: 20px;
    }
  
    .modal-close:focus-visible,
    .close-modal:focus-visible,
    .close:focus-visible {
        outline: 2px solid #000;
    }

    /* Modal Body */
    .modal-body {
        position: relative;
        margin-bottom: 20px;
    }

    /* Product Preview Section */
    .product-preview-section {
        margin-bottom: 30px;
        background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
        padding: 20px;
        border-radius: 8px;
        border: 2px solid #dee2e6;
    }

    .preview-content {
        display: flex;
        gap: 20px;
        align-items: center;
    }

    .preview-image {
        width: 120px;
        height: 120px;
        border: 1px solid #c0c0c0;
        display: flex;
        align-items: center;
        justify-content: center;
        background: #fff;
        border-radius: 8px;
    }

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

    .preview-details {
        flex: 1;
    }

    .preview-name {
        margin: 0 0 10px 0;
        color: #1a1a1a;
        font-size: 20px;
        font-weight: 600;
    }

    .preview-description {
        margin: 0;
        color: #4a4a4a;
        font-size: 14px;
    }

    /* Form Sections */
    .locations-fieldset {
        display: none;
        margin-bottom: 30px;
        padding: 20px;
        background: #fff5f5;
        border-radius: 6px;
        border: 2px solid #ffcccb;
    }

    .locations-fieldset legend {
        font-weight: 600;
        color: #8b2500;
        font-size: 16px;
        padding: 0 10px;
    }

    .locations-grid {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
        gap: 15px;
    }

    .location-checkbox-label {
        display: flex;
        align-items: center;
        gap: 8px;
        background: #fff;
        padding: 12px 15px;
        border: 2px solid #c0c0c0;
        border-radius: 6px;
        cursor: pointer;
        transition: all 0.2s ease;
    }

    .location-checkbox-label:hover {
        background: #f8f9fa;
        border-color: #0066cc;
    }

    .location-checkbox-label input[type="checkbox"] {
        width: 20px;
        height: 20px;
        cursor: pointer;
    }

    .location-checkbox-label input[type="checkbox"]:focus {
        outline: 2px solid #0066cc;
        outline-offset: 2px;
    }

    .location-checkbox-label input[type="checkbox"]:checked+span {
        font-weight: 600;
    }

    .location-checkbox-label:has(input:checked) {
        background: #e3f2fd;
        border-color: #0066cc;
    }

    .location-checkbox-label span {
        font-size: 14px;
        color: #1a1a1a;
    }

    /* Engraving Table Section */
    .engraving-table-section {
        margin-bottom: 80px;
    }

    .section-header {
        margin-bottom: 15px;
    }

    .section-header h3 {
        margin: 0;
        color: #1a1a1a;
        font-size: 18px !important;
    }

    .btn-add-row {
      position: absolute;
      right: 10px;
      bottom: -60px;
      background: transparent;
      color: #E94428;
    }

    .btn-add-row:focus-visible {
        outline: 2px solid #E94428 !important;
    }

    /* Table Wrapper */
    .table-wrapper {
        max-height: 480px;
        overflow-y: auto;
        overflow-x: auto;
        border-left: 1px solid #A5A5A5;
    }

    #engravingTable,
    .quotes-table,
    .account-orders-table,
    .shop_table {
        width: 100%;
    }

    #engravingTable thead,
    .quotes-table thead,
    .draft-projects-table thead,
    .account-orders-table thead,
    .shop_table thead,
    .engrave-table thead {
        position: sticky;
        top: 0;
        background: #EDEDED;
        color: #232323;
        z-index: 3;
    }

    #engravingTable thead th,
    .quotes-table thead th,
    .draft-projects-table thead th,
    .account-orders-table thead th,
    .shop_table thead th,
    .engrave-table thead th {
        font-size: 20px;
        font-weight: 500 !important;
        color: #232323;
        padding: 20px 15px !important;
        text-align: center;
        text-transform: capitalize;
        border: 1px solid #A5A5A5 !important;
        white-space: nowrap;
    }

    #engravingTable tbody td,
    .quotes-table tbody td,
    .draft-projects-table tbody td,
    .account-orders-table tbody td,
    .shop_table tbody td,
    .shop_table tbody th,
    .engrave-table tbody td {
        color: #232323;
        padding: 12px;
        border: 1px solid #A5A5A5 !important;
        text-align: center;
        vertical-align: middle;
    }

    .shop_table thead th,
    .shop_table tbody td,
    .shop_table tbody th,
    .shop_table tbody th .variation {
        text-align: left !important;
    }

    .shop_table tbody th .variation {
      margin-top: 10px;
      justify-content: flex-start !important;
    }

    .entry-content tr td {
        border: 1px solid #A5A5A5 !important;
        text-transform: capitalize;
    }

    .quotes-table tbody td.actions-cell .action-buttons-wrapper,
    .draft-projects-table tbody td.actions-cell .action-buttons-wrapper,
    .account-orders-table tbody td.actions-cell .action-buttons-wrapper {
      display: flex;
      justify-content: center;
      align-items: baseline;
      gap: 20px;
    }

    .quotes-table tbody td.dates {
      white-space: nowrap;
    }

  #engravingTable tbody td .location-input-group {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
  }

  #engravingTable tbody td select.location-color-dropdown {
    width: 20px !important;
    height: 20px;
    border-radius: 20px;
    appearance: none;
    -webkit-appearance: none;
  }

    #engravingTable tbody tr#input-row td,
    #engravingTable tbody tr#input-row-multiple td {
      background-color: #3D4959;
    }

    #engravingTable tbody tr#input-row td textarea,
    #engravingTable tbody tr#input-row-multiple td textarea {
      background-color: transparent;
      padding: 5px !important;
      border: none;
      color: #FFF;
    }

    #engravingTable tbody tr#input-row td textarea:focus-visible ,
    #engravingTable tbody tr#input-row-multiple td textarea:focus-visible {
        outline: 2px solid #FFF;
        outline-offset: 2px;
    }
    

    #engravingTable tbody tr#input-row td textarea::placeholder,
    #engravingTable tbody tr#input-row-multiple td textarea::placeholder {
      color: #FFF;
    }

    table#engravingTable thead tr th:first-child {
        z-index: 3;
        background: #EDEDED;
    }

    table#engravingTable tbody tr:nth-child(2) td:first-child,
    table#engravingTable tbody tr.bulk-paste-row td:first-child {
        z-index: 2;
        background: #fff;
        border-left: none !important;
    }

    table#engravingTable tbody tr td.product-preview-cell .product-preview-wrapper,
    table#engravingTable tbody tr td.product-preview-cell .productPreviewImage {
        position: sticky;
        top: 100px;
    }

    /* Table Form Controls */
    #engravingTable select,
    #engravingTable input[type="text"],
    #engravingTable input[type="number"] {
        width: 100%;
        padding: 8px !important;
        border: 1px solid #c0c0c0;
        border-radius: 4px;
        font-size: 13px;
        background-color: transparent;
        color: #1a1a1a !important;
    }

    #engravingTable select:focus,
    #engravingTable input:focus {
        outline: 2px solid #1a1a1a;
        outline-offset: 2px;
        border-color: #1a1a1a;
    }

    table tbody tr td.date-data {
      white-space: nowrap;
    }

    /* Preview Elements */
    .engraving-preview-img {
        width: 80px;
        height: 80px;
        border: 1px solid #c0c0c0;
        display: flex;
        align-items: center;
        justify-content: center;
        background: #f9f9f9;
        border-radius: 4px;
    }

    .preview-icon {
        font-size: 24px;
        color: #c0c0c0;
    }

    .preview-text {
        font-size: 12px;
        color: #1a1a1a;
        font-weight: bold;
        text-align: center;
        word-wrap: break-word;
        max-width: 90%;
    }

    /* Delete Row Button */
    .delete-row {
      font-size: 14px;
      color: #343434;
      padding: 6px 12px;
      display: flex;
      justify-content: center;
      align-items: center;
      gap: 12px;
      border: none;
      background: transparent;
    }

    .delete-row:focus {
        outline: 2px solid #000;
        outline-offset: 2px;
    }

    /* Advanced Options Section */
    .advanced-options-section {
        display: none;
        margin-top: 30px;
        padding: 20px;
        background: #e3f2fd;
        border-radius: 6px;
        border: 2px solid #90caf9;
    }

    .advanced-options-section h3 {
        margin: 0 0 10px 0;
        color: #0d47a1;
        font-size: 18px;
    }

    .section-description {
        margin: 0 0 20px 0;
        color: #1a1a1a;
        font-size: 14px;
    }

    /* Location Option Cards */
    .location-option {
        margin-bottom: 20px;
        padding: 15px;
        border: 1px solid #c0c0c0;
        border-radius: 4px;
        background: #fff;
    }

    .location-option h5 {
        margin: 0 0 10px 0;
        color: #1a1a1a;
        font-size: 16px;
    }

    .location-option-fields {
        display: grid;
        grid-template-columns: 1fr 1fr 1fr;
        gap: 15px;
    }

    .location-option label {
        display: block;
        margin-bottom: 5px;
        color: #1a1a1a;
        font-weight: 600;
        font-size: 13px;
    }

    .location-option select,
    .location-option input[type="text"],
    .location-option input[type="number"],
    .location-option input[type="color"] {
        width: 100%;
        padding: 8px;
        border: 1px solid #c0c0c0;
        border-radius: 4px;
        font-size: 13px;
    }

    .location-option input[type="color"] {
        height: 40px;
        cursor: pointer;
    }

    /* Modal Footer */
    .modal-footer {
        display: flex;
        justify-content: flex-end;
        align-items: center;
        gap: 20px;
        border-top: 1px solid #e0e0e0;
        padding-top: 20px;
    }

    .modal-actions {
        display: flex;
        gap: 10px;
    }

    /* Responsive Design */
    @media (max-width: 768px) {
        .modal-content {
            width: 95%;
            margin: 1% auto;
        }

        .preview-content {
            flex-direction: column;
            text-align: center;
        }

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

        .location-option-fields {
            grid-template-columns: 1fr;
        }

        .modal-footer {
            flex-direction: column-reverse;
        }

        .modal-actions {
            width: 100%;
            flex-direction: column;
        }

        .modal-actions .btn {
            width: 100%;
        }

        #engravingTable {
            font-size: 12px;
        }
    }

    /* Focus Trap for Modal */
    .modal:focus-within {
        outline: none;
    }

    /* High Contrast Mode */
    @media (prefers-contrast: high) {
        .modal-content {
            border: 3px solid #000000;
        }

        .location-checkbox-label {
            border: 2px solid #000000;
        }
    }


    /********Product Navigator********/
    /* Product Navigation Styles */
    .modal-footer .modal-actions {
        display: flex;
        justify-content: space-between;
        align-items: center;
        width: 100%;
        gap: 30px;
    }

    #saveEngraving {
      margin-left: auto;
    }

/* Responsive */
@media (max-width: 768px) {
    .modal-footer .modal-actions {
        flex-wrap: wrap;
    }

    #saveEngraving {
        flex: 1;
        min-width: 120px;
    }
}

/* Quotation History style */
.quotation-history-container {
    padding: 0 16px;
}

#et-main-area > .quotation-history-container {
  max-width: 90%;
  margin: 60px auto;
}

.page-header {
    text-align: center;
    margin-bottom: 30px;
}

.page-header h1 {
    font-size: 54px;
    margin-bottom: 14px;
    padding-bottom: 0;
    color: #232323;
}

.page-header p {
  font-size: 20px;
  font-weight: 500;
  color: #343434;
}

.filters-section {
    display: flex;
    gap: 15px;
    margin-bottom: 20px;
    flex-wrap: wrap;
    align-items: center;
}

.filter-dropdown {
    padding: 10px 40px 10px 24px;
    border: 1px solid #232323;
    border-radius: 8px;
    min-width: 180px;
    font-size: 18px;
    font-weight: 500;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-image: url(./assets/images/arrow.png);
    background-repeat: no-repeat;
    background-size: 16px;
    background-position: right 10px center;
}

.filter-dropdown:focus-visible {
    outline: 2px solid #000;
}

.download-btn {
    padding: 10px 20px;
    background: #2c3e50;
    color: #fff;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    margin-left: auto;
    font-size: 14px;
    font-weight: 500;
    transition: background 0.3s;
}

.download-btn:hover {
    background: #34495e;
}

.download-btn:focus-visible {
    outline: 2px solid #000;
    outline-offset: 2px;
}

.quotes-table-wrapper {
    background: #fff;
    border-radius: 8px;
    overflow: auto;
    border-top: 1px solid #A5A5A5;
    min-height: 300px;
    max-height: 400px;
}

.quotes-table {
    width: 100%;
    border-collapse: collapse;
    min-width: 900px;
}

.quotes-table thead {
    background: #EAEAEA;
    z-index: 9999;
}

.quotes-table th {
    padding: 15px;
    text-align: left;
    font-weight: 600;
    border-bottom: 2px solid #dee2e6;
    color: #495057;
    font-size: 14px;
    white-space: nowrap;
}

.quotes-table td {
  font-size: 16px;
  padding: 10px !important;
}

.status-badge {
    padding: 8px 16px;
    font-size: 16px;
    text-transform: capitalize;
    color: #000;
    border-radius: 4px;
    white-space: nowrap;
}

.status-generated {
    background: #d1ecf1;
}

.status-order-completed {
    background: #d4edda;
}

.status-expired {
    background: #f8d7da;
}

.status-order-checkout-draft {
    background: #fff3cd;
}

.status-po_reject {
    background: #f8d7da;
}

.status-order-cancelled {
    background: #f9dddf;
}

.status-order-processing {
    background: #fff3cd;
}

.status-order-delivered-action {
    background: #d4edda;
}

.status-order-pending {
    background: #fff3cd;
}

/* Actions Cell Styling */

.action-buttons-wrapper .action-btn {
  display: flex;
  justify-content: flex-end;
  gap: 4px;
  align-items: center;
  flex-wrap: wrap;
}

.action-btn {
    font-size: 14px;
    font-weight: 400;
    color: #343434;
    background: transparent;
    padding: 8px;
    border: none;
    border-radius: 4px;
    display: flex;
    flex-direction: column;
    gap: 6px;
    align-items: center;
}

.action-btn:focus-visible {
    outline: 2px solid #000;
}

.action-btn svg {
    width: 24px;
    height: 24px;
    flex-shrink: 0;
}

.action-btn span {
    font-weight: 500;
    white-space: nowrap;
}

/* Disabled Button Styles */
.action-btn.action-disabled,
.action-btn:disabled,
.dropdown-item.action-disabled,
.dropdown-item:disabled {
    opacity: 0.4;
    cursor: not-allowed !important;
    pointer-events: none;
    background: #f8f9fa !important;
    color: #6c757d !important;
}

/* More Actions Dropdown */
.more-actions-wrapper {
    position: relative;
    top: 10px;
}

.more-btn {
    padding: 8px 10px;
    min-width: 40px;
    justify-content: center;
    transform: rotate(90deg);
}

.more-actions-dropdown {
    position: absolute;
    top: 100%;
    right: 0;
    margin-top: 5px;
    background: #fff;
    border: 1px solid #dee2e6;
    border-radius: 6px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.15);
    min-width: 160px;
    z-index: 1000;
    opacity: 0;
    visibility: hidden;
    transform: translateY(-10px);
    transition: all 0.3s ease;
}

.more-actions-dropdown.show {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.dropdown-item {
    display: flex;
    align-items: center;
    gap: 10px;
    width: 100%;
    padding: 12px 16px;
    border: none;
    background: none;
    text-align: left;
    cursor: pointer;
    font-size: 14px;
    color: #495057;
    transition: background 0.2s;
}

.dropdown-item:first-child {
    border-radius: 6px 6px 0 0;
}

.dropdown-item:last-child {
    border-radius: 0 0 6px 6px;
}

.dropdown-item:hover:not(.action-disabled):not(:disabled) {
    background: #f8f9fa;
}

.dropdown-item:focus {
    outline: 2px solid #000;
    outline-offset: -2px;
}

.dropdown-item.delete-quote:hover:not(.action-disabled):not(:disabled) {
    background: #f8d7da;
    color: #721c24;
}

.dropdown-item svg {
    width: 14px;
    height: 14px;
    flex-shrink: 0;
}

/* Responsive Design */
@media (max-width: 768px) {
    .filters-section {
        flex-direction: column;
    }
    
    .filter-dropdown {
        width: 100%;
    }
    
    .download-btn {
        width: 100%;
        margin-left: 0;
    }
    
    .action-buttons-wrapper {
        align-items: stretch;
    }
    
    .action-btn {
        width: 100%;
        justify-content: center;
    }
}

/* Quotation History Style */

.pdf-modal {
    display:none;
    position:fixed;
    inset:0;
    background:rgba(0,0,0,0.65);
    z-index:99999;
}

.pdf-modal .modal-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
}

.pdf-modal .pdf-header h2 {
  font-size: 28px !important;
}

.pdf-modal-content .single-row table.engrave-table th {
  white-space: nowrap;
}

/* Cancel button style */
.btn-cancel.outlined {
  background: #ffff;
  border: 1px solid #E94428 !important;
  color: #E94428;
}

.btn-cancel.outlined:hover,
.btn-cancel.outlined:focus-visible {
  background: #E94428;
  color: #fff;
  outline-color: #E94428;
}

.floating-proceed-button {
  display:block; 
  position:fixed; 
  bottom:20px; 
  right:20px; 
  z-index:9999;
}

/* Customize product style */
.copy-indicator {
    font-size: 0.85em;
    color: #666;
    font-style: italic;
    margin-left: 5px;
}

.copied-product {
    background-color: rgba(248, 249, 250, 0.5);
}

/* Editing notice styling */
.editing-notice {
    display: inline-flex;
    align-items: center;
    padding: 8px 12px;
    background: #eff6ff;
    border-radius: 6px;
    border: 1px solid #bfdbfe;
}

.customize-error-message {
    text-align: center;
    padding: 60px 20px;
}

.customize-error-message h2 {
    color: #dc2626;
    margin-bottom: 16px;
}

/* In-Page Empty State */
.in-page-empty-state {
    text-align: center;
    padding: 80px 20px;
    margin: 40px auto;
    max-width: 600px;
}

.in-page-empty-state .empty-state-icon {
    margin: 0 auto 24px;
    width: 64px;
    height: 64px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.in-page-empty-state .empty-state-icon svg {
    color: #9ca3af;
}

.in-page-empty-state h2 {
    font-size: 24px;
    font-weight: 600;
    color: #1a1a1a;
    margin: 0 0 12px 0;
}

.in-page-empty-state p {
    font-size: 16px;
    color: #666;
    margin: 0 0 24px 0;
    line-height: 1.6;
}

.in-page-empty-state .btn {
    display: inline-block;
    padding: 12px 24px;
    background: #313A42;
    color: #fff;
    text-decoration: none;
    border-radius: 6px;
    font-weight: 500;
    transition: background-color 0.2s;
}

.in-page-empty-state .btn:hover {
    background: #1d4ed8;
}

.in-page-empty-state .btn:focus {
    outline: 2px solid #313A42;
    outline-offset: 2px;
}

/* Standalone Empty State */
.customize-empty-state {
    text-align: center;
    padding: 80px 20px;
    max-width: 600px;
    margin: 60px auto;
}

.customize-empty-state h2 {
    font-size: 28px;
    font-weight: 600;
    color: #1a1a1a;
    margin-bottom: 16px;
}

.customize-empty-state p {
    font-size: 16px;
    color: #666;
    margin-bottom: 24px;
}

.customize-empty-state .btn-primary {
    display: inline-block;
    padding: 12px 24px;
    background: #2563eb;
    color: #fff;
    text-decoration: none;
    border-radius: 6px;
    font-weight: 500;
    transition: background-color 0.2s;
}

.customize-empty-state .btn-primary:hover {
    background: #1d4ed8;
}

/* Your existing styles continue here */
.tab-link {
    transition: all 0.3s ease;
}
/* Preview column sizing and single-image behavior */
.productPreviewImageCell { width:300px; text-align:center; padding:6px; vertical-align:middle; }
.productPreviewImage { display:flex; align-items:center; justify-content:center; width:300px   ; height:300px; }
.productPreviewImage .preview-thumb { max-width:52px; max-height:52px; object-fit:contain; border-radius:4px; }
.productPreviewImage.placeholder { width:200px; height:200px; background:transparent; } /* keeps cell height */
#engravingTable tbody tr td.productPreviewImageCell .productPreviewImage.placeholder { visibility:hidden; }


/* Disabled dropdown styling */
.disabled-dropdown {
    opacity: 0.6;
    cursor: not-allowed;
    pointer-events: none;
}

/* Show tooltip on hover of parent cell */
td:has(.disabled-dropdown) {
    position: relative;
}

.disabled-dropdown[title] {
    cursor: not-allowed;
    pointer-events: auto; /* Allow hover for tooltip */
}

.container,
.et_pb_row {
    max-width: 90%;
    width: 100%;
}

.woocommerce-account .woocommerce::before {
  content: unset;
}

.woocommerce-account .woocommerce-MyAccount-content,
.woocommerce-account .woocommerce-MyAccount-navigation {
  float: unset;
  width: 100%;
  overflow: hidden;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul {
  padding: 0;
}

.woocommerce-account .woocommerce-MyAccount-navigation .woocommerce-MyAccount-navigation-link {
  margin-bottom: 10px;
  list-style: none;
}

.woocommerce-account .woocommerce-MyAccount-navigation .woocommerce-MyAccount-navigation-link a,
.woocommerce-MyAccount-content a {
  border: 1px solid transparent;
  color: #a82c23;
}

.woocommerce-account .woocommerce-MyAccount-navigation .woocommerce-MyAccount-navigation-link a:focus-visible,
.woocommerce-MyAccount-content a:focus-visible {
  border: 1px solid #a82c23;
}

.woocommerce-MyAccount-navigation ul li a {
  text-transform: capitalize;
}

.woocommerce-account .woocommerce-MyAccount-content .woocommerce-info {
  background: transparent !important;
  color: #000 !important;
}

.woocommerce-account .woocommerce-MyAccount-content .woocommerce-address-fields input {
  color: #000 !important;
}

.woocommerce-account .woocommerce-MyAccount-content .woocommerce-address-fields button,
.woocommerce-account form.lost_reset_password button {
  padding-inline: 36px !important;
  outline: 2px solid transparent;
  border: none;
}

.woocommerce-account .woocommerce-MyAccount-content .woocommerce-address-fields button::after,
.woocommerce-account form.lost_reset_password button::after {
  content: none !important;
}

.woocommerce-Addresses {
  position: relative;
  z-index: 0;
}

.woocommerce-Addresses h2 {
  font-size: 28px !important;
}

a.woocommerce-button.button.view {
    font-size: 16px;
    color: #313A42 !important;
    border-radius: 8px;
    line-height: normal !important;
    background: transparent;
    border: 2px solid transparent;
}

a.woocommerce-button.button.view:hover {
    border: 2px solid transparent !important;
}

a.woocommerce-button.button.view:focus-visible {
    border: 2px solid #313A42;
}

a.woocommerce-button.button.view:after {
    top: 0px;
}

.woocommerce-MyAccount-navigation-link.is-active a {
    font-weight: 600;
    color: #313A42;
    cursor: not-allowed;
    pointer-events: none;
}

.woocommerce .woocommerce-order .woocommerce-order-details,
.woocommerce .woocommerce-order .woocommerce-customer-details {
  margin-top: 40px;
}

.woocommerce .woocommerce-order .woocommerce-order-details h2,
.woocommerce .woocommerce-order .woocommerce-customer-details h2 {
  margin-bottom: 20px;
}

.divi-header-cart {
    display: inline-flex;
    align-items: center;
}

.divi-cart-link {
    position: relative;
    display: flex;
    align-items: center;
    padding: 8px 12px;
    color: #333;
    text-decoration: none;
    transition: all 0.3s ease;
}

.divi-cart-link:hover {
    color: #0073aa;
}

.divi-cart-link svg {
    width: 26px;
    height: 26px;
    filter: brightness(0) invert(1);
}

.divi-cart-count {
    position: absolute;
    top: 0;
    right: 4px;
    background: #e74c3c;
    color: #fff;
    font-size: 11px;
    font-weight: 700;
    min-width: 18px;
    height: 18px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
}

.divi-cart-count:empty,
.divi-cart-count:contains('0') {
    display: none;
}

/* Hide if count is 0 */
.divi-cart-count[data-count="0"] {
    display: none;
}

.manufacture-listing-section .columns-wrapper .manufacturers-grid .manufacturer-cta,
.manufacturer-cta {
  padding-left: 40px !important;
  position: relative;
}

.manufacture-listing-section .columns-wrapper .manufacturers-grid .manufacturer-cta::before,
.manufacturer-cta::before {
    content: "";
    position: absolute;
    left: 20px;
    width: 8px;
    height: 8px;
    background: url(./assets/images/arrow.png) no-repeat center center;
    border-left: 2px solid #fff;
    border-top: 2px solid #fff;
    transform: rotate(-45deg);
}

.manufacture-listing-section .columns-wrapper {
    max-width: 1374px;
    margin: auto;
    background: #fff;
    padding-inline: 20px !important;
    padding-bottom: 80px !important;
    border-radius: 0 0 60px 60px;
}

form#projectCreationForm input:not(input[type="radio"]) {
    background: #fff !important;
    border: 1px solid #CBCBCB !important;
    border-radius: 8px;
    padding: 16px !important;
}

form#projectCreationForm input:not(input[type="radio"])[readonly] {
    font-weight: 600;
}

form#projectCreationForm input:not([readonly]):not([type="radio"]),
.woocommerce form input, .woocommerce form textarea,
.woocommerce form .select2-container .select2-selection span {
    color: #000 !important;
}

.woocommerce form textarea#order_comments::placeholder {
    font-weight: 700;
}

.shipping-calculator-form label {
    text-align: left;
}

.woocommerce form input:not(input[type="checkbox"], input[type="radio"]) {
  border: 2px solid transparent !important;
}

.woocommerce form input:not(input[type="checkbox"], input[type="radio"]):focus-visible {
  border: 2px solid #000 !important;
}

/* Button Styles - AA Compliant */
.btn,
button.woocommerce-button.woocommerce-form-login__submit,
form.checkout.woocommerce-checkout .place-order button {
  padding: 8px 10px !important;
  border: 1px solid transparent;
  border-radius: 8px;
  cursor: pointer;
  font-size: 16px;
  line-height: normal;
  font-weight: 600;
  text-decoration: none;
  display: inline-block;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  gap: 8px;
  transition: background 0.3s ease, transform 0.2s ease;
}

.btn:focus-visible,
button.woocommerce-button.woocommerce-form-login__submit:focus-visible,
form.checkout.woocommerce-checkout .place-order button:focus-visible {
  outline: 2px solid #313A42;
  outline-offset: 2px;
}

.btn-primary,
body.woocommerce-cart.woocommerce a.checkout-button,
form.checkout.woocommerce-checkout .place-order button {
  background: #313A42;
  color: #fff !important;
  border: 2px solid #313A42;
  justify-content: center;
}

.btn-primary:focus-visible,
body.woocommerce-cart.woocommerce a.checkout-button:focus-visible,
form.checkout.woocommerce-checkout .place-order button:focus-visible,
.woocommerce-account .woocommerce-MyAccount-content .woocommerce-address-fields button:focus-visible,
.woocommerce-account form.lost_reset_password button:focus-visible {
  outline: 2px solid #000;
  outline-offset: 2px;
}

button.woocommerce-button.woocommerce-form-login__submit::after,
form.checkout.woocommerce-checkout .place-order button::after {
  display: none !important;
}

button.woocommerce-button.woocommerce-form-login__submit,
form.checkout.woocommerce-checkout .place-order button {
  border-radius: 8px !important;
  margin-right: 0 !important;
  border: 2px solid transparent;
}

button.woocommerce-button.woocommerce-form-login__submit:hover,
form.checkout.woocommerce-checkout .place-order button:hover {
    border: 2px solid #313A42 !important;
}

form.checkout.woocommerce-checkout .woocommerce-shipping-totals ul li input {
  margin-top: 0 !important;
}

form.woocommerce-form.woocommerce-form-login.login .form-row .woocommerce-form-login__rememberme {
    display: inline-flex;
    gap: 10px;
    align-items: center;
}

form.woocommerce-form.woocommerce-form-login.login .form-row:not(.woocommerce-form-row)  {
    display: flex;
    align-items: center;
    gap: 20px;
    justify-content: flex-end;
}

form.woocommerce-form.woocommerce-form-login.login .form-row:not(.woocommerce-form-row)::before,
form.woocommerce-form.woocommerce-form-login.login .form-row:not(.woocommerce-form-row)::after,
form.woocommerce-shipping-calculator button::after {
    content: none !important;
}

form.woocommerce-form.woocommerce-form-login.login .woocommerce-LostPassword a,
form.checkout.woocommerce-checkout a {
    color: #a82c23!important;
    border: 1px solid transparent;
}

form.woocommerce-form.woocommerce-form-login.login .woocommerce-LostPassword a:focus-visible,
form.checkout.woocommerce-checkout a:focus-visible {
    border: 1px solid;
}

form.checkout.woocommerce-checkout h3 {
    margin-bottom: 20px;
    text-transform: capitalize;
}

form.checkout.woocommerce-checkout,
form.checkout.woocommerce-checkout #customer_details,
form.checkout.woocommerce-checkout #tax_details {
    margin-bottom: 30px;
}

.btn-primary.disabled {
    opacity: 0.5;
    cursor: not-allowed;
}

.btn-primary:hover,
.btn-primary:hover:not(.disabled),
button.woocommerce-button.woocommerce-form-login__submit
.btn-primary:focus-visible,
body.woocommerce-cart.woocommerce a.checkout-button:hover {
    background: #484646 !important;
    color: #fff !important;
}

.woocommerce ul.woocommerce-error li[data-id] {
    display: none;
}

.woocommerce ul.woocommerce-error li {
    color: #a82c23;
}

.btn:disabled {
    background: #cccccc;
    color: #000 !important;
    cursor: not-allowed;
    opacity: 0.6;
}

.btn-loader {
    width: 16px;
    height: 16px;
    border: 2px solid #fff;
    border-top-color: transparent;
    border-radius: 50%;
    animation: spin 0.8s linear infinite;
}

.btn-secondary {
    background: #fff;
    color: #313A42;
    border: 2px solid #313A42;
    justify-content: center;
    margin: 0 !important;
}

.btn-secondary:hover {
    background: #313A42;
    color: #fff;
}

.btn-neutral {
    background: #6a6a6a;
    color: #fff;
}

.btn-neutral:hover {
    background: #4a4a4a;
}

.btn-submit {
    font-size: 14px;
    line-height: 20px;
    background: #03A400;
    color: #fff;
    border: 1px solid #03A400;
    white-space: nowrap;
}

.btn-submit:hover {
    background: #058102;
}

.btn-submit:focus-visible {
    outline: 2px solid #03A400;
}

body.quotation-history-body-wrapper #main-content .et_builder_inner_content,
body.quotation-history-body-wrapper #main-content .et_pb_column {
    z-index: unset;
}

body.woocommerce-cart .product-remove a {
    display: inline-block;
}

body.woocommerce-cart.woocommerce a.checkout-button:after {
    content: none;
}

body .woocommerce-cart table.shop_table a,
body.woocommerce-cart .woocommerce-notices-wrapper .woocommerce-message a,
form .gform_body .gfield a {
  color: #A82C23 !important;
}

body .woocommerce-cart table.shop_table .woocommerce-shipping-methods li {
  display: flex;
  align-items: center;
}

body.woocommerce-cart .wc-empty-cart-message .cart-empty,
body.woocommerce-cart .woocommerce-notices-wrapper .woocommerce-message,
body.woocommerce-cart .woocommerce-notices-wrapper .cart-empty,
body .woocommerce-notices-wrapper ul.woocommerce-error,
.woocommerce-account .woocommerce-MyAccount-content .woocommerce-notices-wrapper .woocommerce-message,
body.woocommerce-checkout ul.woocommerce-error,
body.woocommerce-checkout .woocommerce-info,
.woocommerce-lost-password .woocommerce-message {
  background: transparent !important;
  color: #000 !important;
  padding-inline: 0 !important;
}

body .woocommerce-shipping-fields label.checkbox {
  display: flex;
  align-items: center;
  gap: 8px;
}

body .woocommerce-notices-wrapper ul.woocommerce-error li {
  margin-bottom: 8px !important;
  color: #c02b0a !important;
}

body.woocommerce-cart .woocommerce-notices-wrapper .woocommerce-message {
  margin-bottom: 0 !important;
}

.gform_wrapper .gform_required_legend {
  margin-bottom: 40px;
}

/* 404 Page style */

body.error404 div#main-content {
    position: relative;
    min-height: calc(100dvh - 79px);
}

body.error404 div#main-content:before {
    content: "";
    background-image: url(./assets/images/404Graphic.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom;
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 1;
}

body.error404 div#main-content div.et_pb_section.et_pb_section_0_tb_body.et_section_regular {
    background-image: none !important;
    background-color: unset;
}

body.error404 div#main-content h1 {
    font-size: 114px !important;
    font-weight: 600 !important;
    color: #232323 !important;
}

body.error404 div#main-content h2 {
    font-size: 32px !important;
    margin-top: 60px !important;
    color: #232323 !important;
}

body.error404 div#main-content p {
    font-size: 20px !important;
    line-height: 32px;
    color: #343434;
}

#wc-backbone-modal-dialog:before {
    content: "";
    position: fixed;
    inset: 0;
    background: black;
    opacity: 0.5;
    z-index: 999999;
}

#wc-backbone-modal-dialog + .select2-container--open {
  z-index: 999999;
}

#wc-backbone-modal-dialog .wc-backbone-modal header.wc-backbone-modal-header {
  top: unset;
  border: none;
  background-color: #fff;
}

#wc-backbone-modal-dialog .wc-backbone-modal article {
  padding-top: 0 !important;
}

form span.select2-selection__clear {
  position: absolute !important;
  right: 20px;
  height: 26px;
  margin-right: 20px;
  padding-right: 0px;
}

form span input.input-text {
  background: #eee !important;
  height: 54px !important;
}

form .show-password-input {
  border: 2px solid transparent;
}

form .show-password-input:focus-visible {
  border: 2px solid #000;
}

form span.woocommerce-input-wrapper select + span.select2 .select2-selection {
  height: 54px;
  background: #eee;
  border: 1px solid transparent;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 54px;
  right: 12px;
}

.woocommerce form input:focus {
  border-color: unset;
}

.select2-container--default .select2-selection--single:focus-visible, .woocommerce form input:not(input[type="checkbox"], input[type="radio"]):focus-visible {
  border: 2px solid #000 !important;
}


input[type="checkbox"]:focus-visible, input[type="radio"]:focus-visible {
  border: 3px solid #A82C23 !important;
}

span.select2-container.select2-container--default.select2-container--open {
  max-width: 100% !important;
}

#wc-backbone-modal-dialog .wc-backbone-modal .wc-backbone-modal-content.sst-certificate-modal-content footer {
  background: #fff !important;
  box-shadow: none;
  border: none;
}

#wc-backbone-modal-dialog .wc-backbone-modal header.wc-backbone-modal-header h1 {
  font-size: 28px !important;
}

#wc-backbone-modal-dialog .wc-backbone-modal header.wc-backbone-modal-header button.modal-close {
    background: none;
    border: 1px solid transparent;
    position: absolute;
    right: 15px;
    top: 15px;
    width: 32px;
    height: 32px;
}

#wc-backbone-modal-dialog .wc-backbone-modal header.wc-backbone-modal-header button.modal-close:focus-visible {
  border: 1px solid #000;
}

#wc-backbone-modal-dialog .wc-backbone-modal .wc-backbone-modal-content.sst-certificate-modal-content {
  width: 90%;
  z-index: 999999;
}

.login-notice-wrapper{
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px;
    background: #a82c23;
}
.login-notice-wrapper h4{
  color: white !important;
}

.warning-cart{
  background-color: lightyellow;
}

.our-values-section .et_pb_image {
  display: none;
}


/**
 * My Account/Login Link after mobile menu start
**/
/* 1. Hide the empty # anchor inside your menu item */
.ems-custom-login > a[href="#"]:empty {
  display: none;
}

/* 2. Hide entire menu item on desktop */
.ems-custom-login {
  display: none;
}

/* 3. Show only on mobile */
@media (max-width: 768px) {
  .ems-custom-login {
    display: block;
  }
}
/**
 * My Account/Login Link after mobile menu end
**/


@media screen and (max-width: 980px) {
  .work-together-section .btn-wrapper .et_pb_button_module_wrapper {
    text-align: center;
  }

  .learningCenter-section .cards-wrapper .cards,
  .home-three-col-section .cards-wrapper .cards {
    margin-right: 0;
  }
}

@media screen and (min-width: 480px) {
  .learningCenter-section .cards-wrapper .cards h3 {
    max-width: 122px;
  }
}

@media screen and (min-width: 641px) {
  form .gfield.contact-wrapper {
    position: relative;
    top: 43px;
  }
}

@media screen and (min-width: 768px) {
  .product-listing-section .products-wrapper .custom-products-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  body.quotation-history-body-wrapper.logged-in .woocommerce {
    display: flex;
  }
  .woocommerce-account .woocommerce-MyAccount-content {
    width: 85%;
  }

  .woocommerce-account .woocommerce-MyAccount-navigation {
    width: 15%;
    min-width: 250px;
  }
  .woocommerce-account .woocommerce-MyAccount-navigation ul {
    padding: 0 16px;
  }
  .manufacture-listing-section .columns-wrapper {
      padding-right: 72px !important;
      padding-left: 72px !important;
  }

  .product-listing-section {
    gap: 20px;
  }
  .product-listing-section aside {
    flex-basis: 220px;
  }
  .product-listing-section .products-wrapper .product-card .product-title {
    font-size: 1.125rem !important;
  }
  .product-listing-section .products-wrapper .product-card .link-wrapper img,
  .our-values-section .et_pb_image {
    display: block;
  }

  .aboutUs-section img {
    max-height: max-content;
  }

  .ourStory-section .et_pb_row {
    display: flex;
    flex-direction: unset;
    gap: 30px;
  }

  .product.type-product .single-product-wrapper .product-images img {
    max-height: max-content;
    box-shadow: 1px 1px 8px 0 rgba(0, 0, 0, 0.12);
    padding: 0;
  }
  table#engravingTable tbody tr:nth-child(2) td:first-child,
  table#engravingTable tbody tr.bulk-paste-row td:first-child,
  table#engravingTable tbody tr#input-row td:first-child,
  table#engravingTable thead tr th:first-child {
    position: sticky;
    left: -1px;
  }
  #wc-backbone-modal-dialog .wc-backbone-modal .wc-backbone-modal-content.sst-certificate-modal-content {
    width: auto;
  }
}


@media screen and (min-width: 1024px) {
  .product-listing-section aside {
    flex-basis: 320px;
  }
  .aboutUs-section .content-wrapper {
    flex-wrap: unset;
    flex-direction: unset;
    gap: 20px;
  }
  /* Button Styles - AA Compliant */
  .btn,
  button.woocommerce-button.woocommerce-form-login__submit,
  form.checkout.woocommerce-checkout .place-order button {
      padding: 8px 25px !important;
  }
  input[type="checkbox"],
  input[type="radio"] {
    width: 26px !important;
    height: 26px !important;
    min-width: 26px !important;
  }

  input[type="checkbox"]:checked::after {
    font-size: 20px;
    transform: translate(-40%, -55%);
  }
}

@media screen and (min-width: 1327px) {
  footer .copyright-section .copyright-col {
    width: 75% !important;
  }

  footer .copyright-section .privacy-col {
    width: 25% !important;
  }
  .features-section .features-wrapper h2 {
    font-size: 20px !important;
  }
}

@media screen and (min-width: 1400px) {
  .product-listing-section .products-wrapper .custom-products-grid {
    grid-template-columns: repeat(3, 1fr);
  }
  .features-section .features-wrapper h2 {
    font-size: 24px !important;
  }
}

@media screen and (min-width: 1250px) {
  header .header-wrapper .auth-redirect-wrapper{
    width: auto !important;
    display: flex;
    flex-grow: 1;
  }

  header .header-wrapper .navigation-wrapper {
    width: 50% !important;
  }
}

@media screen and (min-width: 1600px) {
  header .header-wrapper .header-content {
    max-width: 90% !important;
  }
}

/** higlighting order notes **/

p#order_comments_field {
    background: #fff6bf;
    color: black;
    font-size: 20px;
}

/**hide quantity on checkout**/
#order_review .product-quantity{
  display: none;
}

/** login notice  modal on shop page **/

.login-popup {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: rgba(0, 0, 0, 0.5);
        display: none;
        align-items: center;
        justify-content: center;
        z-index: 9999;
    }

    .login-popup-content {
        background: #fff;
        padding: 20px 25px;
        border-radius: 8px;
        text-align: center;
        max-width: 320px;
    }

    .login-popup-content p {
        margin-bottom: 15px;
    }



/* Nora Overrides */

/* Remove underlines from button-style links */
a.et_pb_button,
a.btn,
a.button,
.woocommerce a.button,
.woocommerce-button,
.checkout-button,
.product_type_simple,
.add_to_cart_button {
  text-decoration: none !important;
}

a.et_pb_button:hover,
a.btn:hover,
a.button:hover,
.woocommerce a.button:hover,
.woocommerce-button:hover,
.checkout-button:hover,
.product_type_simple:hover,
.add_to_cart_button:hover {
  text-decoration: none !important;
}

/* Divi Visual Builder only - remove heading module underlines */
body.et-fb .et_pb_heading a,
body.et-fb .et_pb_heading a *,
body.et-fb .et_pb_module_heading,
body.et-fb .et_pb_module_heading *,
body.et-fb .et_pb_heading h1,
body.et-fb .et_pb_heading h2,
body.et-fb .et_pb_heading h3,
body.et-fb .et_pb_heading h4,
body.et-fb .et_pb_heading h5,
body.et-fb .et_pb_heading h6 {
  text-decoration: none !important;
  border-bottom: none !important;
  box-shadow: none !important;
}



/* Force no underlines in footer */
footer a,
footer a:hover,
footer a:focus,
footer a:visited {
  text-decoration: none !important;
}