/*
  Theme Name: Hernick Automotive Services Inc.
  Author: Whetham Solutions
  Author URI: https://whethamsolutions.com
  Description: Wordpress theme for Hernick Automotive Services Inc. Use of this theme outside of this company's website (https://hernick.com) is strictly prohibited
  Template: ion
  Text Domain: hernick
*/
:root {
  --radius: 0px;
  --font: "Roboto", sans-serif;
  --heading: "Archivo Black", sans-serif;
  --red: #b30f11;
  --text: #3d4141;
  --dark: #1d1d1d;
  --dark-grey: #242424;
  --silver-top: #dedede;
  --silver-bottom: #f0f0f0;
  --primary: var(--red);
  --secondary: var(--dark);
}

body {
  font-size: 1.9rem;
  color: var(--text);
}

.gradient-bg {
  background: var(--silver-top);
  background: linear-gradient(90deg,
      var(--silver-top) 0%,
      var(--silver-bottom) 100%);
}

h2 {
  text-transform: uppercase;
  font-size: 4.9rem;
  line-height: 1;
  letter-spacing: -.3px;
  font-family: Roboto;
  font-weight: 800;	
}

.button,
input.wpcf7-form-control.has-spinner.wpcf7-submit.button.primary {
  font-size: 1.5rem;
  padding: 18px 30px !important;
}

.button.white {
  color: #fff;
}

/* below, bram added the margin as the white buttons on home screen had no space top to bottom may 3 2024 */

.button.ghost {
  border: 1px solid #fff;
  background-color: transparent !important;
  padding: 17px 29px !important;
  margin: 0 0 7px 0;	
}

.button.ghost:hover,
.button.ghost:focus {
  background-color: #fff !important;
  color: #333 !important;
}

.button.dark {
  background-color: var(--dark) !important;
  color: #fff !important;
}

.button.dark:hover,
.button.dark:focus {
  background-color: #555 !important;
  color: #fff !important;
}

html .elementor-widget:not(:last-child) {
  margin: 0;
}

.icon-arrow-long {
  background-image: url(i/icon-arrow-long.svg);
  width: 32px;
  height: 16px;
}

.icon-phone {
  background-image: url(i/icon-phone.svg);
  width: 26px;
  height: 26px;
}


.icon-user {
  background-image: url(i/icon-user.svg);
  width: 26px;
  height: 26px;
}


.icon-arrow-left {
  background-image: url(i/icon-arrow-left.svg);
  width: 22px;
  height: 22px;
}

.icon-arrow-right {
  background-image: url(i/icon-arrow-right.svg);
  width: 22px;
  height: 22px;
}

.icon-maple-leaf {
  background-image: url(i/icon-maple-leaf.svg);
  width: 35px;
  height: 35px;
}

.icon-youtube {
  background-image: url(i/icon-youtube.svg);
  width: 32px;
  height: 22px;
}

.icon-twitter {
  background-image: url(i/icon-twitter.svg);
  width: 28px;
  height: 22px;
}

.icon-facebook {
  background-image: url(i/icon-facebook.svg);
  width: 22px;
  height: 22px;
}

.icon-envelope-red {
  background-image: url(i/icon-envelope-red.svg);
  width: 15px;
  height: 12px;
}

.icon-phone-red {
  background-image: url(i/icon-phone-red.svg);
  width: 14px;
  height: 14px;
}

.icon-slider-test {
  background-image: url(i/icon-slider-test.svg);
  width: 86px;
  height: 49px;
}

.icon-slider-change {
  background-image: url(i/icon-tire-changer.svg);
  width: 86px;
  height: 86px;
}

.icon-slider-custom {
  background-image: url(i/icon-custom-built.svg);
  width: 75px;
  height: 65px;
}

.icon-wc-1 {
  background-image: url(i/icon-wc-1.svg);
}

.icon-wc-2 {
  background-image: url(i/icon-wc-2.svg);
}

.icon-wc-3 {
  background-image: url(i/icon-wc-3.svg);
}

.icon-wc-4 {
  background-image: url(i/icon-wc-4.svg);
}

.center-to-image {
  height: 100%;
  display: flex;
  align-items: center;
}

.tagline {
  padding: 70px 0;
}

.tagline p {
  font-family: Roboto;
  font-weight: 1000;
  color: #434343;
  font-size: 5rem;
  text-transform: uppercase;
  text-align: center;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  justify-content: space-between;
}

#copyright {
  background-color: #242424;
  padding: 30px 0;
  color: #afafaf;
}

#copyright p {
  font-size: 1.2rem;
  color: #6e6d6d;
}

#copyright p a {
  color: #6e6d6d;
  text-decoration: underline;
}

#copyright p a:hover,
#copyright p a:focus {
  color: #aaa;
}

#copyright img {
  margin: -110px 0 0;
  position: relative;
  top: 20px;
}

#footer {
  background-color: var(--dark);
  padding: 50px 0;
}

#footer ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

#header .elementor-nav-menu--main .elementor-nav-menu a:after,
#footer .elementor-nav-menu--main .elementor-nav-menu a:after {
  display: none !important;
}

#footer h3 {
  margin: 0 0 25px;
  font-size: 2rem;
  color: #fff;
  text-transform: uppercase;
  font-family: Roboto;
}

#footer .footer-tagline p {
  color: #afafaf;
  font-size: 1.3rem;
  line-height: 1.325;
}

#footer .footer-tagline {
  margin: 5px 0 60px;
}

#footer .footer-social .elementor-nav-menu--main ul {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
}

#footer .footer-social .elementor-nav-menu--main ul li {
  margin: 0 13px 0 0;
}

#footer .footer-social .elementor-nav-menu--main ul li:last-child {
  margin: 0;
}

#footer .footer-social .elementor-nav-menu--main ul li a {
  padding: 0;
}

#footer .footer-social .elementor-nav-menu--main ul li a:hover,
#footer .footer-social .elementor-nav-menu--main ul li a:focus {
  opacity: 0.5;
}

#footer .footer-links ul li,
#footer .footer-links ul li a {
  color: #fff;
  font-size: 1.5rem;
  display: block;
  font-family: Roboto;
}

#footer .footer-links.footer-services ul {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  -ms-align-items: flex-start;
  align-items: flex-start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

#footer .footer-links.footer-services ul li {
  max-width: 50%;
  flex: 0 0 50%;
}

#footer .footer-links ul li {
  margin: 0 0 12px;
}

#footer .footer-links.footer-contact ul li {
  position: relative;
  padding-left: 25px;
}

#footer .footer-links.footer-contact ul li i {
  position: absolute;
  top: 5px;
  left: 0;
}

#footer .footer-services ul li,
#footer .footer-links:not(.footer-contact) ul li a {
  padding-left: 25px;
  background-image: url(i/icon-maple-leaf.svg);
  -webkit-background-size: 18px;
  background-size: 18px;
  background-position: 0 3px;
  background-repeat: no-repeat;
}

#footer .footer-links ul li a:hover,
#footer .footer-links ul li a:focus {
  color: #aaa;
  text-decoration: underline;
}

#header .site-title a {
  display: block;
}

#header .site-title a:hover,
#header .site-title a:focus {
  opacity: 0.45;
  filter: grayscale(1);
}

#header .navigation ul {
  list-style: none;
  display: flex;
  align-items: center;
  height: 100%;
}

#header .navigation ul li {
  margin: 0;
}

#header .navigation ul li a {
  font-size: 1.7rem;
  letter-spacing: 0.25px;
  padding: 13px 29px;
  display: block;
  color: #fff;
}

#header .navigation ul li a:hover,
#header .navigation ul li a:focus {
  color: #ff9b9c;
}

#header .navigation ul li:first-child a {
  padding-left: 0;
}



#header .navigation ul li:last-child a {
  padding: 0;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
}

#header .navigation ul li:last-child a i {
  margin: 0 11px 0 0;
}


/*
#header .navigation ul li:last-child {
  margin-left: auto;
}

*/

#header .navigation ul li:nth-last-child(2) {
  margin-left: auto;
}

#header .navigation ul li:nth-last-child(2) a {
  padding: 1px 25px 0 0;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;align-content
}



/* bram added this 11/14/22 

#header .navigation ul li:nth-last-child(2) a {
  padding: 0;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
}

#header .navigation ul li:nth-last-child(2) a i {
  margin: 0 11px 0 0;
}

#header .navigation ul li:nth-last-child(2) {
  margin-left: auto;
}

*/












#header {
  background-color: var(--dark);
  border-top: 3px solid var(--red);
  padding: 12px 0;
}

.elementor-page-1377 #header,
.elementor-page-600 #header,
.home #header,
.fh-hero #header {
  padding: 30px 0;
  position: absolute;
  top: 30px;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 9999;
  background-color: transparent;
  border: 0;
}

#hero {
  padding: 225px 0 125px;
  position: relative;
}

#hero .shorter {
  padding: 165px 0 125px;
  position: relative;
}

#hero:before {
  background-color: #ff0003;
  position: absolute;
  height: 7px;
  content: "";
  display: block;
  width: 100%;
  z-index: 20;
  top: 0;
  opacity: 0.5;
}

#hero .button.primary {
  margin: 0 10px 0 0;
}

#hero .button.primary:hover,
#hero .button.primary:focus {
  background-color: #fff !important;
  color: #333 !important;
}

#hero h1 {
  font-size: 6.547rem;
  color: #fff;
  line-height: 0.9;
  text-transform: uppercase;
  letter-spacing: -1px;
  margin: 0 0 30px;
  font-family: Roboto;
  font-weight: 800;	
}


.h1-lowpro {
  font-size: 4.5rem;
  color: #fff;
  line-height: 0.9;
  text-transform: uppercase;
  letter-spacing: -1px;
  margin: 0 0 5px;
  font-family: Roboto;
  font-weight: 800;	
}


#hero p {
  font-size: 2.2rem;
  color: #e2e2e2;
  margin: 0 0 47px;
}

.emergency-service p {
  display: flex;
  align-items: center;
  text-transform: uppercase;
  font-family: var(--heading);
  text-shadow: 1px 1px rgba(255, 255, 255, 0.5);
  font-size: 3.9rem;
  font-family: Roboto;
  font-weight: 1000;
}

.emergency-service p .button {
  margin-left: auto;
  display: flex;
  align-items: center;
  text-transform: none;
  text-shadow: none;
}

.emergency-service p .button i {
  margin: 0 0 0 15px;
}

.emergency-service p img {
  margin: 0 20px 0 0;
}

.emergency-service {
  padding: 10px 0;
}

.why-choose {
  background-color: #121313;
  color: #dadada;
  text-align: center;
}

.why-choose h2 {
  color: #fff;
  font-size: 3rem;
  letter-spacing: -0.5px;
  margin: 0 0 12px;
}

.why-choose p {
  font-size: 1.5rem;
  line-height: 1.5;
}

.why-choose .pillar {
  position: relative;
  padding: 125px 10px;
  background-position: top center;
  background-repeat: no-repeat;
  height: 100%;
}

.why-choose h2:before,
.why-choose .pillar:before,
.why-choose .pillar:after {
  height: 57px;
  background-color: #313434;
  display: block;
  margin: 0 auto;
  position: relative;
  content: "";
  width: 1px;
}

.why-choose h2:before {
  margin: 0 auto 21px;
}

.why-choose .pillar:before,
.why-choose .pillar:after {
  height: 99px;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
}

.why-choose .pillar:before {
  top: 0;
}

.why-choose .pillar:after {
  bottom: 0;
}

.why-choose .pillar .elementor-widget-container:before {
  width: 85px;
  height: 85px;
  background-repeat: no-repeat;
  background-position: center;
  display: block;
  margin: 0px auto 21px;
  content: "";
}

.why-choose .pillar-1 .elementor-widget-container:before {
  background-image: url(i/icon-wc-1.svg);
}

.why-choose .pillar-2 .elementor-widget-container:before {
  background-image: url(i/icon-wc-2.svg);
}

.why-choose .pillar-3 .elementor-widget-container:before {
  background-image: url(i/icon-wc-3.svg);
}

.why-choose .pillar-4 .elementor-widget-container:before {
  background-image: url(i/icon-wc-4.svg);
}

.home-slider {
  padding: 85px 0;
}

.home-slider .home-slider-outro p {
  font-size: 2.5rem;
}

.home-slider .home-slider-outro p a {
  color: #d61a1e;
}

.home-slider .home-slider-outro p a:hover,
.home-slider .home-slider-outro p a:focus {
  color: #777;
}

.home-slider .home-slider-outro {
  margin: 65px 0 0;
}

.pg-404 {
  padding: 100px;
  background: #f9f9f9;
  margin: 70px 0 0;
  text-align: Center;
}

.pg-404 h1 {
  font-size: 20rem;
  line-height: 0.9;
  margin: 0 0 50px;
}

.pg-404 h1 em {
  display: block;
  font-style: normal;
  text-transform: uppercase;
  font-size: 5rem;
  color: #555;
}

.pg-404 p a {
  text-decoration: underline;
}

.service-list ul li {
  padding-left: 25px;
  background-image: url(i/icon-maple-leaf.svg);
  -webkit-background-size: 18px;
  background-size: 18px;
  background-position: 0 5px;
  background-repeat: no-repeat;
  max-width: 33%;
  flex: 0 0 33%;
}

.service-list ul {
  list-style: none;
  margin: 40px 0 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
}

.service-list.service-list-full ul li {
  max-width: 100%;
  flex: 0 0 100%;
}

.elementor .fancy-image img {
  border-bottom: 8px solid var(--red);
  padding-bottom: 8px;
}

.border-top {
  border-top: 20px solid var(--light);
}

.border-bottom {
  border-bottom: 20px solid var(--light);
}

.membership-intro h3 {
  font-size: 4.6rem;
  text-transform: uppercase;
  line-height: 1;
  color: var(--dark);
  font-family: Roboto;
  font-weight: 1000;	
}

.membership-intro p {
  font-size: 2.4rem;
  font-weight: 300;
}

.membership-links ul {
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: center;
}

.membership-links ul li {
  margin: 0 20px;
}

.membership-links ul li a {
  display: inline-block;
}

.membership-links ul li a:hover,
.membership-links ul li a:focus {
  opacity: 0.5;
  filter: grayscale(1);
}

.pg-title .elementor-column-gap-default>.elementor-column:last-child>.elementor-element-populated {
  padding: 0 !important;
}

.pg-title {
  background-color: #010101;
  background-image: url(i/pg-title-bg.jpg);
  background-repeat: no-repeat;
  background-position: center right;
  padding: 78px 0 50px;
}

.pg-title h1 {
  color: #fff;
  text-transform: uppercase;
  font-size: 6.5rem;
  line-height: 1;
  letter-spacing: -1px;
  font-family: Roboto;
  font-weight: 800;	
}

.pg-title p {
  color: #ccc;
}

.section-intro h2 {
  margin: 0;
  color: var(--dark);
}

.section-intro:after {
  background: var(--red);
  width: 100px;
  height: 5px;
  content: "";
  display: block;
  margin: 20px auto 0;
}

.service-logos ul li img {
  max-width: 70%;
  height: auto;
  max-height: 90px;
  margin: 0 auto;
  display: block;
}

.service-logos ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}

.service-logos ul li {
  max-width: 25%;
  flex: 0 0 25%;
  margin: 90px 0 0;
}

.service-pillars h3 {
  text-transform: uppercase;
  margin: 0;
}

.service-pillars p {
  font-size: 1.6rem;
}

.service-pillars {
  text-align: center;
}

.service-pillars i[class*="icon"] {
  background-color: var(--red);
  border-radius: 100%;
  margin: 0 auto 35px;
  display: block;
  width: 150px;
  height: 150px;
  -webkit-background-size: 75px;
  background-size: 75px;
}

.elementor-column-gap-default>.elementor-column:last-child:first-child>.elementor-element-populated {
  padding: 0 !important;
}

.service-pillars i.icon-installs-1 {
  background-image: url(i/icon-installs-1.svg);
}

.service-pillars i.icon-installs-2 {
  background-image: url(i/icon-installs-2.svg);
}

.service-pillars i.icon-installs-3 {
  background-image: url(i/icon-installs-3.svg);
}

.contact-lead {
  padding: 50px 0;
  background: var(--dark);
  color: #ccc;
  text-align: center;
}

.contact-lead h2 {
  margin: 0;
  color: #fff;
}

.contact-lead p:last-child {
  margin: 0 0 35px;
}

.contact-left {
  margin: 30px 0 0;
}

.contact-left h2 {
  margin: 0 0 10px;
  font-size: 2.6rem;
  color: var(--dark);
}

.contact-left h3 {
  font-family: var(--font);
  color: var(--text);
  padding: 20px 30px;
  font-size: 1.7rem;
  padding-left: 70px;
  margin: 0 0 30px;
  background-repeat: no-repeat;
  background-position: 18px 10px;
  background-image: url(i/icon-siren.svg);
  -webkit-background-size: 32px;
  background-size: 32px;
  display: inline-block;
  border-left: 7px solid var(--red);
  background-color: #f6f6f6;
}

.contact-left ul {
  list-style: none;
}

.contact-left ul li {
  background-repeat: no-repeat;
  background-position: 0 9px;
  padding: 0 0 0 22px;
  margin: 0 0 10px;
  color: #333;
}

.contact-left ul li:last-child {
  margin: 0;
}

.contact-left ul li a {
  color: var(--red);
  text-decoration: underline;
}

.contact-left ul li a:hover,
.contact-left ul li a:focus {
  color: #ccc;
}

.contact-left ul li em {
  font-style: normal;
  color: #333;
}

.contact-left ul li:nth-child(1) {
  background-image: url(i/icon-map-marker.svg);
  -webkit-background-size: 17px;
  background-size: 17px;
  background-position: 0 6px;
}

.contact-left ul li:nth-child(2),
.contact-left ul li:nth-child(3) {
  background-image: url(i/icon-phone-white.svg);
}

.contact-left ul li:nth-child(4) {
  background-image: url(i/icon-envelope-white.svg);
}

.pg-content .form fieldset .form-group {
  max-width: 49.25%;
  flex: 0 0 49.25%;
}

.pg-content .form fieldset .form-group-wide {
  max-width: 99.25%;
  flex: 0 0 99.25%;
}

.pg-content .form fieldset {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.pg-content .form fieldset .form-group:last-child {
  flex: 0 0 100%;
  max-width: 100%;
}

.pg-content .form label span {
  color: var(--red);
}

.pg-content .form label {
  margin: 0 0 3px;
}

.pg-content .form .form-group {
  margin: 0 0 20px;
}

.pg-content .form .form-actions {
  text-align: right;
}

span.wpcf7-spinner {
  display: none;
}

.wpcf7-not-valid-tip {
  font-size: 13px !important;
  margin: 7px 0 0;
}

.wpcf7 form.sent .wpcf7-response-output,
.wpcf7 form.invalid .wpcf7-response-output {
  margin: 50px 0 0;
  background: #ea2027;
  color: #fff;
  padding: 20px;
  text-align: center;
  border: none;
  font-size: 17px;
}

.wpcf7 form.sent .wpcf7-response-output {
  background: #009432;
}

.woocommerce div.product div.images .woocommerce-product-gallery__wrapper .woocommerce-product-gallery__image a img {
  border: 2px solid #fff;
}

.woocommerce div.product div.images .woocommerce-product-gallery__wrapper .woocommerce-product-gallery__image a img {
  border: 2px solid #fff;
}

.woocommerce .woocommerce-breadcrumb {
  margin: 20px 0 0;
  color: #ccc;
}

.woocommerce .woocommerce-breadcrumb a:first-child {
  background-image: url(i/icon-house.svg);
  display: inline-block;
  width: 23px;
  text-indent: -9999px;
  height: 18px;
}

.woocommerce .woocommerce-breadcrumb a:first-child:hover,
.woocommerce .woocommerce-breadcrumb a:first-child:focus {
  filter: grayscale(1);
}

.woocommerce .woocommerce-breadcrumb a {
  color: #fff;
}

.woocommerce .woocommerce-breadcrumb a:hover,
.woocommerce .woocommerce-breadcrumb a:focus {
  color: #ff6d6e;
}

.woocommerce-product-details__short-description {
  margin: 0 0 70px;
}

.woocommerce ul.products li.product .price,
.single-product .price,
.woocommerce div.product p.price,
.woocommerce div.product span.price {
  font-size: 120%;
}

.woocommerce-product-attributes,
.woocommerce-product-attributes * {
  display: block;
}

.woocommerce-product-attributes td,
.woocommerce-product-attributes th {
  line-height: 1.2 !important;
  display: inline-block;
  width: auto !important;
  padding: 0 !important;
  border: 0 !important;
  background: none !important;
}

.woocommerce table.shop_attributes {
  border: none;
  margin: -20px 0 30px;
  font-size: 1.5rem;
}

.woocommerce table.shop_attributes p {
  padding: 0 !important;
}

.woocommerce table.shop_attributes tr:not(:last-child) {
  margin: 0 0 5px;
}

.woocommerce table.shop_attributes tr td p {
  font-style: normal;
  color: #555;
}

.woocommerce table.shop_attributes tr th:after {
  content: ":";
}

.single-product .pg-title h1 {
  font-size: 5.5rem;
}

.woocommerce-cart table.cart td.actions .coupon .input-text {
  padding-top: calc(var(--spacing) / 1.6);
  padding-bottom: calc(var(--spacing) / 1.6);
}

.woocommerce-additional-fields>h3 {
  margin-top: 0 !important;
}

.checkout h3 {
  text-transform: uppercase;
}

#add_payment_method #payment,
.woocommerce-cart #payment,
.woocommerce-checkout #payment {
  background: #eee;
}

.related.products h2 {
  text-align: center;
  margin: 0 0 60px;
}

.related.products>h2:after {
  width: 100px;
  height: 3px;
  background: var(--red);
  content: "";
  display: block;
  margin: 10px auto 0;
}

.woocommerce ul.products li.product .woocommerce-loop-product__title {
  font-family: var(--font);
  text-transform: none;
  letter-spacing: -0.5px;
	font-weight: 500;
}

.woocommerce div.product span.price ins {
  text-decoration: none;
}

.woocommerce div.product span.price del {
  font-size: 54%;
}

.woocommerce ul.products li.product .price ins span {
  font-weight: 300;
}

.woocommerce .elementor-element.elementor-products-grid ul.products li.product {
  display: inline-flex;
  flex-wrap: wrap;
  flex-direction: column;
  align-items: center;
}

.woocommerce .elementor-element.elementor-products-grid ul.products li.product a.button {
  margin-top: auto;
}

.sku_wrapper {
  margin: 0 0 9px !important;
}

.sku_wrapper {
  margin: 0 0 9px !important;
}

.variations,
.variations * {
  display: block !important;
}

.variations tr:not(:last-child) {
  margin: 0 0 15px;
}

#header .elementor-column:nth-child(2) .elementor-widget-wrap {
  padding-right: 0 !important;
}

#header #elementor-menu-cart__toggle_button {
  color: #fff;
  font-size: 1.7rem;
  border: none;
  padding: 15px 0 0;
  flex-direction: row-reverse;
}

#header .elementor-menu-cart__toggle .elementor-button-icon {
  color: #fff;
  font-size: 24px;
  margin: 0 12px 0 0;
}

#header .elementor-menu-cart__toggle .elementor-button-text {
  display: none;
}

#header .elementor-menu-cart__main {
  max-height: 500px;
  overflow: scroll;
  overflow-x: hidden;
  padding-top: 30px;
  margin-top: 10px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
}

.elementor-menu-cart__product {
  display: grid;
  grid-template-columns: 28% auto;
  grid-template-rows: var(--price-quantity-position--grid-template-rows,
      auto auto);
  position: relative;
  border-width: 0;
  border-bottom: var(--divider-width, 1px) var(--divider-style, solid) var(--divider-color, #d4d4d4);
}

#header .woocommerce-mini-cart {
  list-style: none;
}

#header .elementor-menu-cart__product-price {
  color: #666;
}

#header .elementor-menu-cart__footer-buttons a:last-child {
  background: var(--red);
}

#header .elementor-menu-cart__footer-buttons a:hover,
.elementor-menu-cart__footer-buttons a:last-child:focus {
  background: #000 !important;
}

#header .elementor-menu-cart__product-remove:after,
#header .elementor-menu-cart__product-remove:before {
  background: #444;
}

#header .elementor-menu-cart__product-remove {
  border-color: #444;
}

/*
#header .woocommerce-mini-cart a img {
    max-width: 58px !important;
    position: absolute;
    top: 2px;
    left: 0;
    width: auto !important;
    float: none !important;
}
*/
#header .elementor-menu-cart__product .variation {
  line-height: 1.5;
  font-size: 12px;
}

#header .woocommerce-mini-cart li {
  position: relative;
  min-height: 75px;
  border-bottom: 1px solid #eee;
  display: block;
  margin: 0 0 15px;
  padding: 4px 0 16px 71px;
}

#header .woocommerce-mini-cart li .quantity,
#header .woocommerce-mini-cart li .variation {
  display: block;
  font-size: 12px;
  padding: 0;
  border: none;
}

#header .woocommerce-mini-cart li a:first-child {
  color: #fff;
  background: var(--red);
  display: block;
  width: 25px;
  height: 25px;
  border-radius: 100%;
  text-align: center;
  font-size: 20px;
  line-height: 22px !important;
  z-index: 10;
  position: absolute;
  top: -10px;
  left: -10px;
  border: none !important;
  color: #fff !important;
}

#header .woocommerce-mini-cart li a:first-child:hover,
#header .woocommerce-mini-cart li a:first-child:focus {
  background: #333;
}

#header .woocommerce-mini-cart li .variation dt,
#header .woocommerce-mini-cart li .variation dd {
  line-height: 1;
  float: none;
  display: block;
  margin: 0;
  padding: 0;
  border: 0;
}

#header .woocommerce-mini-cart li .variation dt:before {
  content: "";
  display: block;
  width: 100%;
  clear: both;
}

#header .woocommerce-mini-cart li a {
  line-height: 1.25;
  display: inline-block;
}

#header .woocommerce-mini-cart+.total {
  text-align: center;
  font-size: 1.7rem;
  margin: 0 0 10px;
}

#header .woocommerce-mini-cart__buttons a {
  font-size: 13px;
  padding: 14px 26px !important;
  margin: 0 5px;
}

#header .woocommerce-mini-cart__buttons {
  text-align: center;
}

#header .elementor-menu-cart__container {
  left: auto;
  right: 0;
}

.woocommerce .widget_price_filter .ui-slider .ui-slider-range {
  background-color: var(--red);
}

.woocommerce .widget_price_filter .price_slider_wrapper .ui-widget-content {
  background: #ccc;
  margin-bottom: 0;
}

.woocommerce .widget_price_filter .ui-slider .ui-slider-handle {
  top: 0;
}

.woocommerce .widget_price_filter .price_slider_amount .button {
  font-size: 14px;
  padding: 10px 0 !important;
  margin: 0;
  background: #333 !important;
}

.woocommerce .widget_price_filter .price_slider_amount .button:hover,
.woocommerce .widget_price_filter .price_slider_amount .button:focus {
  background: #999 !important;
}

.woocommerce.widget_price_filter h5,
.widget_product_categories h5 {
  text-transform: capitalize;
  font-family: var(--heading);
  text-transform: uppercase;
  font-size: 1.9rem;
  margin: 0 0 10px;
}

.shop-sidebar .elementor-widget-wrap {
  background: #f9f9f9;
}

.shop-sidebar .elementor-element:not(:last-child) {
  margin: 0 0 25px;
}

.shop-sidebar .widget_product_categories {
  margin: 15px 0 0;
}

.shop-sidebar .widget_product_categories ul {
  list-style: none;
}

.shop-sidebar .widget_product_categories ul li a {
  font-size: 1.6rem;
  border-bottom: 1px solid #eee;
  display: block;
  padding: 0 0 7px;
  margin: 0 0 7px;
}

.shop-sidebar .widget_product_categories ul li {
  margin: 0;
}

.shop-sidebar .widget_product_categories ul li a:hover,
.shop-sidebar .widget_product_categories ul li a:focus {
  color: #666;
  border-color: #ccc;
}

#order_review td.product-name dl.variation dt,
#order_review td.product-name dl.variation dd,
.cart td.product-name dl.variation dt,
.cart td.product-name dl.variation dd {
  font-size: 14px;
  line-height: 1.6;
}

.home-slider h2 {
  position: relative;
  z-index: 20;
  margin: 0 0 40px;
}

#home-slider {
  background: #fff;
  padding: 55px;
  position: relative;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  justify-content: space-between;
}

#home-slider #home-slider-text {
  max-width: 45%;
  flex: 0 0 45%;
}

#home-slider #home-slider-image {
  max-width: 45%;
  flex: 0 0 45%;
  margin: -170px 0;
}

#home-slider .slide-nav-prev,
#home-slider .slide-nav-next {
  background: #222;
  height: 87px;
  display: block;
  width: 44px;
  text-align: center;
  line-height: 92px;
  border-radius: 100px 0 0 100px;
  margin: auto;
  top: 0;
  bottom: 0;
  position: absolute;
}

#home-slider .slide-nav-next {
  border-radius: 0 100px 100px 0;
}

#home-slider .slide-nav-prev {
  left: -44px;
  padding-left: 6px;
}

#home-slider .slide-nav-next {
  right: -44px;
  padding-right: 6px;
}

#home-slider .slide-nav-prev:hover,
#home-slider .slide-nav-next:hover,
#home-slider .slide-nav-prev:focus,
#home-slider .slide-nav-next:focus {
  background-color: var(--red);
}

#home-slider #home-slider-text h3 {
  font-family: var(--font);
  font-weight: 600;
  margin: 0 0 5px;
}

#home-slider #home-slider-text i {
  margin: 0 0 21px;
}

.pg-privacy ul {
  margin: 0 0 50px 20px;
}

.pg-privacy ul li {
  margin: 0;
}

.pg-privacy h3,
.pg-privacy h4 {
  text-transform: uppercase;
}

.pg-privacy h4 {
  font-family: var(--heading);
}

#footer .menu a,
#footer ul a {
  text-decoration: underline;
}

#footer .footer-social ul {
  display: flex;
}

#footer .footer-social ul li:nth-child(2) {
  margin: 0 14px;
}

#footer .footer-social ul li a {
  display: inline-block;
  opacity: 1;
}

#footer .footer-social ul li a:hover,
#footer .footer-social ul li a:focus {
  opacity: 0.345;
}

#header .navigation ul li a[aria-current="page"] {
  color: #ff6d6e;
}

.woocommerce .woocommerce-customer-details address {
  line-height: 1.5;
  border: none;
  padding: 0;
}

.woocommerce .woocommerce-customer-details address p {
  margin: 20px 0 0;
}

.woocommerce-order-received .woocommerce-order .woocommerce-notice {
  background-color: #009432;
  color: #fff;
  padding: 20px;
  text-align: center;
}

@media (min-width: 992px) {
  .woocommerce-order-received .woocommerce-order {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .woocommerce-order-received .woocommerce-order .woocommerce-notice,
  .woocommerce-order-received .woocommerce-order .woocommerce-order-overview {
    width: 100%;
    flex: 0 0 100%;
  }

  .woocommerce-order-received .woocommerce-order .woocommerce-order-details,
  .woocommerce-order-received .woocommerce-order .woocommerce-customer-details {
    flex: 0 0 49%;
    max-width: 49%;
  }

  .form .form-group textarea.form-control {
    height: 200px;
  }
}

.woocommerce a.added_to_cart {
  margin-bottom: -40px;
}

.installation-card {
  display: flex;
  gap: 30px;
  text-align: left;
}

.installation-card i {
  width: 30%;
}

.installation-card section {
  width: 70%;
}

#footer .footer-links.footer-contact ul li:last-of-type i {
  width: 15px;
  height: 15px;
}

.prodcats li img {
  display: none !important;
}

.prodcats li h2 {
  text-align: left;
  font-family: var(--font);
  text-transform: none;
  letter-spacing: 0;
  margin: 0;
  font-size: 17px !important;
  margin: 0 0 13px !important;     /* brambo changed from 15px 7-12-25 -- left nav cats */
}



.prodcats li {
  display: block !important;
  margin: 0 !important;
}

.prodcats ul {
  display: block !important;
  margin: -20px 0 0 !important;
}

.woocommerce ul.products li.product .sm {
  color: #333;
  margin: 5px 0 11px;
  font-size: 16px;
}



/*  ORIGINAL BELOW
.woocommerce ul.products li.product .price:after,
.single-product .price:after,
.woocommerce div.product p.price:after,
.woocommerce div.product span.price:after {
  content: "CAD List Price";
  font-size: 14px;
  display: block;
  margin: -9px 0 0;
  color: #888;
}

*/



/* SHOWS CAD in small letters after the price
 * 
 * it worked, but google displaying USD so trying another attempt
.woocommerce ul.products li.product .price:after,
.single-product .price:after,
.woocommerce div.product p.price:after,
.woocommerce div.product span.price:after {
  content: " CAD";
  font-size: 14px;
  color: #888;
}

*/






.button,
main input[type="submit"],
main button[type="submit"],
.woocommerce #respond input#submit.alt,
.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce input.button.alt,
.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
html .elementor-widget-button .elementor-button {
  border-radius: 100px !important;
  padding: 13px 37px 15px !important;
}

.checkout-lead .elementor-widget-wrap {
  border: 1px solid #ccc;
  height: auto;
  border-radius: 10px;
  flex-direction: column;
}

.checkout-lead .pst-note p {
  margin: 5px 0 30px;
}

/* bram modded the p.stock 5-30-25 so it pulses */

.woocommerce div.product .checkout-lead p.stock {
  margin: 0 0 5px;
  color: #009432;

  animation: blink-bg 4s 2;
  padding: 0em 0.4em;
  border-radius: 4px;
  display: inline-block;
  transition: background-color 0.3s ease;
}

@keyframes blink-bg {
  0%, 100% {
    background-color: transparent;
  }
  8%, 33%, 58% {
    background-color: #f0f0f0;
  }
  18%, 43%, 68% {
    background-color: transparent;
  }
  /* From 75%–100% = ~1 second of pause (transparent) */
}





/* bram changed this from 80px to 40px */

.checkout-lead .secure-ship {
  margin-top: 40px;
}

.checkout-lead .secure-ship p {
  margin: 0;
}

.checkout-lead .secure-ship p em {
  font-style: normal;
  color: #009432;
  margin: 0 0 15px;
  display: block;
  background-image: url(i/icon-lock.svg);
  -webkit-background-size: 22px;
  background-size: 22px;
  background-repeat: no-repeat;
  background-position: center left;
  padding-left: 31px;
}

.woocommerce div.product div.images .woocommerce-product-gallery__wrapper .woocommerce-product-gallery__image a {
  border: 1px solid #ccc;
  border-radius: 12px;
  overflow: hidden;
}

.woocommerce div.product form.cart .variations tr th label:after {
  display: none !important;
}

.woocommerce div.product form.cart .variations tr th label a.enable-variation-modal em {
  display: inline-block !important;
  background-color: var(--red);
  color: #fff;
  font-weight: 900;
  font-size: 13px;
  width: 22px;
  height: 22px;
  border-radius: 100%;
  transition: all 0.3s;
  line-height: 22px;
  text-align: center;
  padding: 1px 1px 0 0;
  position: relative;
  top: -1px;
  margin: 0 0 0 5px;
}

.woocommerce div.product form.cart .variations tr th label a.enable-variation-modal em {
  font-style: normal;
}

.woocommerce div.product form.cart .variations tr th label a.enable-variation-modal:hover em,
.woocommerce div.product form.cart .variations tr th label a.enable-variation-modal:focus em {
  background-color: var(--dark);
}

.pg-product .elementor-container {
  -ms-align-items: flex-start !important;
  align-items: flex-start !important;
}

.additional-product-content-section {
  padding: 80px 0;
  border-top: 25px solid var(--light);
}

.additional-product-content-section h2.yikes-custom-woo-tab-title {
  text-align: center;
}

.additional-product-content-section h2.yikes-custom-woo-tab-title:after {
  content: "";
  display: block;
  width: 100px;
  height: 3px;
  background-color: var(--red);
  margin: 10px auto 50px;
}

.product-content-section-nav {
  background-color: var(--dark);
  color: #fff;
  font-size: 1.5rem;
  bottom: 10px;
  left: 10px;
  position: fixed;
  z-index: 3000;
  padding: 7px 18px;
}

.product-content-section-nav ul {
  list-style: none;
  display: flex;
  align-items: center;
}

.product-content-section-nav ul li {
  margin: 0 0 0 5px;
}

.product-content-section-nav ul li:first-child {
  margin: 0 8px 0 0;
}

.product-content-section-nav ul li a {
  color: #fff;
  background-color: var(--red);
  display: block;
  padding: 6px 10px;
}

.product-content-section-nav ul li a:hover,
.product-content-section-nav ul li a:focus {
  background-color: #555;
}

.additional-product-content-section .container section {
  padding: 60px 0;
}

.additional-product-content-section .container section h2.yikes-custom-woo-tab-title {
  display: none !important;
}

.additional-product-content-section .woocommerce-product-attributes tr {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px;
}

.additional-product-content-section .woocommerce-product-attributes tr:nth-child(2n + 2) {
  background-color: #f0f0f0;
}

.additional-product-content-section .woocommerce-product-attributes {
  margin: 0 auto 15px !important;
}

.modal {
  display: none;
  background-color: #fff;
  width: 700px;
  height: max-content;
  max-height: 80%;
  overflow-x: hidden;
  overflow-y: scroll;
}

.modal section {
  padding: 40px;
}

.modal section section {
  padding: 0;
}

.modal .closeThis {
  background: var(--red);
  color: #fff;
  font-size: 22px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 100px;
  display: block;
  text-align: center;
  position: absolute;
  top: 10px;
  right: 10px;
}

.modal h2 {
  font-size: 4rem;
}

.modal h2.yikes-custom-woo-tab-title {
  display: none;
}

.modal ul {
  list-style-position: inside;
  margin: 0 0 30px !important;
}

.modal li {
  margin: 0 0 10px;
}

.modal hr {
  margin: 30px 0;
}

.modal .closeThis:hover,
.modal .closeThis:focus {
  background-color: #999;
  color: #ccc;
}

/* bram changed this from 10px to 1px
 */	

.woocommerce-product-details__short-description li {
  margin: 0 0 1px;
}


/* 4/24/25 bram changed below bottom margin from 30px to 15px, too much gap after UL
*/

.woocommerce-product-details__short-description ul {
  margin: 0 0 15px 22px;
}

.checkout-lead .variations .radio-select ul {
  display: flex !important;
  align-items: center;
}

.woocommerce div.product form.cart .variations .radio-option {
  width: 0;
  height: 0;
}

.woocommerce div.product form.cart .variations .radio-option+label {
  margin: 0 8px 0 0 !important;
  padding: 6px 18px;
  background: #eee;
  color: #777;
  font-size: 1.6rem;
  cursor: pointer;
  transition: all 0.3s;
}

.woocommerce div.product form.cart .variations .radio-option:checked+label {
  background-color: #009432;
  color: #fff;
}

.woocommerce div.product form.cart .variations li {
  margin: 0;
}

.woocommerce div.product form.cart .variations .radio-option+label:hover,
.woocommerce div.product form.cart .variations .radio-option+label:focus {
  background-color: var(--dark);
  color: #fff;
}

.swatch-wrapper a.swatch-anchor {
  width: 120px !important;
  height: 120px !important;
}

.swatch-wrapper {
  padding: 0 !important;
}

.swatch-wrapper {
  border: 1px solid #ccc !important;
  transition: all 0.3s;
  opacity: 0.5;
  filter: grayscale(1);
}

.swatch-wrapper.selected {
  border: 1px solid var(--red) !important;
  opacity: 1;
  filter: grayscale(0);
}

.swatch-wrapper:not(.selected):hover,
.swatch-wrapper:not(.selected):focus {
  opacity: 0.8;
}

.woocommerce div.product .woocommerce-tabs ul.tabs {
  padding: 0;
  display: flex;
  align-items: stretch;
  justify-content: center;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 9999;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li {
  flex: 1;
  border-radius: 0 !important;
  background-color: var(--dark);
  border: 1px solid #555 !important;
  color: #fff !important;
  border-bottom: 0 !important;
  border-top: 0 !important;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li a {
  text-align: center;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  justify-content: center;
  font-size: 15px;
  color: #fff !important;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active {
  background: var(--red);
  border: 1px solid var(--red) !important;
  color: #fff;
  border-bottom: 0 !important;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li:not(.active) a:hover,
.woocommerce div.product .woocommerce-tabs ul.tabs li:not(.active) a:focus {
  background-color: #555;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li a:before {
  content: "";
  display: inline-block;
  width: 30px;
  height: 30px;
  -webkit-background-size: contain;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  margin-right: 8px;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li#tab-title-shockwave a:before {
  background-image: url(i/icon-volt.svg);
}

.woocommerce div.product .woocommerce-tabs ul.tabs li#tab-title-specs a:before {
  background-image: url(i/icon-size.svg);
}

.woocommerce div.product .woocommerce-tabs ul.tabs li#tab-title-accessories a:before {
  background-image: url(i/icon-cubes.svg);
}

.woocommerce div.product .woocommerce-tabs ul.tabs li#tab-title-literature a:before {
  background-image: url(i/icon-book.svg);
}

.woocommerce div.product .woocommerce-tabs ul.tabs li#tab-title-desc a:before {
  background-image: url(i/icon-desc.svg);
}

.woocommerce div.product .woocommerce-tabs ul.tabs li#tab-title-asym-vs-sym a:before {
  background-image: url(i/icon-symm.svg);
}

.woocommerce div.product .woocommerce-tabs ul.tabs li#tab-title-pads-adapters a:before {
  background-image: url(i/icon-circles.svg);
}

#equipment-product .variations .label label {
  font-size: 1.7rem;
  font-weight: 600;
  margin: 0 0 -3px;
  display: inline-block !important;
}

#equipment-product .swatch-label:before {
  content: "You've selected: ";
  color: #777;
  font-weight: 400;
}

#equipment-product .swatch-label {
  font-weight: 600;
  font-size: 13px;
  line-height: 1.5;
}

#equipment-product .posted_in {
  display: none;
}

#equipment-product .variations .label label a {
  color: var(--dark);
}

#equipment-product .variations .label label a:hover,
#equipment-product .variations .label label a:focus {
  color: #888;
}

#equipment-product .sku_wrapper {
  font-size: 1.7rem;
  margin: 10px 0 0 !important;
}

.woocommerce-tabs h3,
#equipment-product h3 {
  text-transform: uppercase;
  font-size: 3rem;
  font-family: Roboto;	
}

#tab-desc section ul li {
  margin: 0 0 13px;
}

#tab-desc section ul {
  margin: 0 0 30px 20px;
}

#equipment-product .woocommerce-variation-add-to-cart {
  margin: 0 0 0 180px;
}

#equipment-product .product-price {
  margin: -60px 0 0;
  display: inline-block;
  width: 170px;
}

#equipment-product .woocommerce-variation-price span {
  margin: 0;
  display: inline-block;
}

#equipment-product .woocommerce-variation-price {
  display: block;
  margin: 0 0 -50px;
  width: 160px;
}

#equipment-product .woocommerce-variation-price span:after {
  margin: 0;
}

.woocommerce div.product.elementor .woocommerce-tabs .panel {
  border-top: none !important;
}

#tab-wrap {
  background: var(--dark);
}

.additional-product-content-section hr {
  margin: 0 0 30px !important;
}

#PartsBoxAdder+div a.added_to_cart {
  position: absolute;
  top: 0;
  left: 0;
  background-color: #fff;
  right: 0;
  background-image: url(i/icon-check.svg);
  background-repeat: no-repeat;
  background-position: 13px center;
  -webkit-background-size: 20px;
  background-size: 20px;
  margin: auto;
  font-size: 0px;
  padding: 20px;
}

#PartsBoxAdder+div {
  position: relative;
}

.single-product .woocommerce-notices-wrapper.hidden {
  bottom: -1000px;
}

.single-product .woocommerce-notices-wrapper {
  transition: all 0.3s;
}

div#SubsetFont {
  margin: 70px 0 0;
}

#PartsBoxAdder+div a.added_to_cart:after {
  content: "Added";
  font-size: 13px;
  color: #232323;
  text-align: right;
  display: block;
}

.cart-collaterals .cross-sells {
  width: 100% !important;
  float: unset !important;
  padding: 20px !important;
  text-align: center !important;
  background: #f0f0f0 !important;
  border-radius: 12px !important;
  margin: 0 0 40px !important;
}

.cart-collaterals .cross-sells ul.products li {
  width: 100% !important;
  margin: 0 !important;
  float: unset !important;
}

.cart-collaterals .cross-sells ul.products li.product a img {
  width: 50% !important;
  height: auto !important;
  display: block !important;
  margin: 1em auto !important;
  box-shadow: none !important;
}

.cart-collaterals .cross-sells>h2 {
  text-align: center !important;
}

.fsenote {
  background-color: var(--light);
  padding: 20px;
  font-size: 1.7rem;
  line-height: 1.5;
  margin: 0 0 30px;
  border-radius: 15px;
}



/* BRAM STUFF !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! */

/* bram added 10/31/22 -- for special order parts box*/
.sponote {
  background-color: #5680e32e;
  padding: 12px;
  font-size: 1.7rem;
  line-height: 1.5;
  margin: 0 0 30px;
  border-radius: 15px;
  color: #1710e0;
}

.sponote_mini {
  padding: 10px 0px 0px 0px;
  font-size: 1.5rem;
  line-height: 1.5;
  margin: 2px 0 0px;
  color: #1710e0;
  font-weight: 600;
}

.puronote_mini {
  padding: 0px 0px 0px 0px;
  font-size: 1.5rem;
  line-height: 1.4;
  margin: 22px 0px 0px;
  color: #1710e0;
  font-weight: 600;
}

.fsenote_mini {
  padding: 0px 0px 0px 0px;
  font-size: 1.5rem;
  line-height: 1.4;
  margin: 22px 0px 0px;
  color: #1710e0;
  font-weight: 600;
}


.product_badge_1{
	
padding: 0px 0px 0px 0px;	
}


#product-table {
  border-collapse: collapse;
  width: 100%;
}

#product-table tr th,
#product-table tr td {
  padding: 13px 10px;
  margin: 0 0 5px;
  text-align: left;
  font-size: 1.5rem;
  line-height: 1.2 !important;
}

#product-table tr th,
#product-table tr td:first-of-type {
  font-weight: 700;
}

#product-table tr th span,
#product-table tr td span {
  display: block;
  font-weight: 700;
}

#product-table tr:nth-child(2n + 1) {
  background-color: #f0f0f0;
}

.coupon {
  display: flex !important;
  align-items: center !important;
}

.coupon button {
  margin-left: 10px !important;
}

#coupon_code {
  height: 48px !important;
}

.woocommerce-error li,
.woocommerce-info li,
.woocommerce-message li {
  margin: 0 !important;
}

.woocommerce form.checkout_coupon {
  padding: 0 !important;
}

.woocommerce-checkout-review-order img {
  max-width: 60px;
}

.product-name-td-inline-image {
  display: flex;
  align-items: center;
}

.product-name-td-inline-image img {
  max-width: 53px !important;
  margin-right: 23px !important;
}

@media (min-width: 1200px) {
  .product-name-td-inline-image p {
    width: 400px !important;
  }
}

.woocommerce-variation-price .price:after {
  margin: 0 !important;
}

.single_variation_wrap .woocommerce-variation-price .price:before {
  content: "Your price:";
  display: block;
  font-size: 18px;
}

@media (min-width: 1200px) {
  .ep-data .variations tbody {
    display: flex !important;
    flex-wrap: wrap;
  }

  .ep-data .variations tbody tr {
    max-width: 50%;
    flex: 0 0 50%;
  }
}

#hero.product-hero h1 {
  font-size: 5rem;
  line-height: 1;
}

#hero.product-hero h1 img {
  display: block;
  margin: 0 0 10px;
}

#hero.product-hero p,
#hero.product-hero ul {
  margin: 0 0 20px;
}

#hero.product-hero p:last-child,
#hero.product-hero ul:last-child {
  margin: 0;
}

#hero.product-hero ul {
  color: #fff;
  margin-left: 21px;
}

#hero.product-hero ul li {
  margin: 0 0 10px;
}

#hero.product-hero h2,
#hero.product-hero h3 {
  font-size: 3rem;
  color: #fff;
  margin: 0px 0 10px;
  font-family: Roboto;
}

section#add-product-here {
  padding: 0 !important;
}

.modal .elementor-container {
  display: block !important;
}

.modal .elementor-column {
  width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
}

.modal .elementor-column-gap-default>.elementor-column:first-child>.elementor-element-populated {
  padding: 0px !important;
}

.modal .elementor-column-gap-default>.elementor-column:last-child>.elementor-element-populated {
  padding: 0 !important;
}

.modal .elementor-column:last-child {
  margin: 19px 0 0 !important;
}

a.shipping-calculator-button:before {
  font-family: WooCommerce;
  speak: never;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  margin-left: 0.618em;
  content: "\e019";
  text-decoration: none;
  margin-right: 8px;
  position: relative;
  top: 1px;
}

a.shipping-calculator-button:after {
  display: none;
}

a.shipping-calculator-button {
  font-size: 15px;
  position: relative;
  top: -5px;
}

section.shipping-calculator-form p {
  margin: 0 0 10px !important;
}

section.shipping-calculator-form {
  text-align: left !important;
}

.sw-list ul {
  list-style: none;
}

.sw-list ul li {
  border-left: 9px solid #8ac543;
  margin: 13px 0 0;
  padding-left: 22px;
}

div.swatch-wrapper.disabled a:before {
  width: 140%;
  height: 1px;
  content: "";
  display: block;
  background: #aaa;
  position: absolute;
  top: 0;
  left: -25px;
  right: 0;
  bottom: 0;
  margin: auto;
  transform: rotate(45deg);
}

div.swatch-wrapper.disabled a {
  position: relative;
}

.modal .hide-in-modal {
  display: none;
}

.modal {
  margin-top: 50px;
}

.modal .elementor-column-gap-default>.elementor-column>.elementor-element-populated {
  padding: 0 !important;
}

.modal .elementor-column:last-child {
  margin: 0 !important;
}

.modal .elementor-column:not(:last-child) {
  margin: 0 0 20px !important;
}

.product-hero img {
  max-height: 730px;
  margin: 0 auto;
}

.pg-equipment {
  padding: 205px 0;
}

.equipment-collection {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 65px;
}

.equipment-card {
  grid-column: span 1;
  background-color: #fff;
}

.equipment-card:not(.equipment-card:nth-child(1), .equipment-card:nth-child(2), .equipment-card:nth-child(3)) {
  margin-top: 130px;
}

.equipment-card img {
  width: 100%;
  height: 300px !important;
  object-fit: contain;
  margin: -110px 0 40px;
}

.equipment-info {
  text-align: center;
}

.equipment-card h2 {
  font-size: 2.1rem;
  font-weight: 800;
  margin: 0 0 5px 0;
}

.equipment-card h3 {
  font-size: 1.6rem;
  font-weight: 600;
  color: var(--red);
  margin: 0 0 20px 0;
}

.equipment-meta p {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.equipment-meta ul {
  display: flex;
  justify-content: flex-end;
  list-style: none;
}

.equipment-meta ul li {
  width: 17px;
  height: 17px;
  line-height: 17px;
  font-size: 11px;
  font-weight: 700;
  background-color: #bebebe;
  border-radius: 100%;
  margin: 0 3px 0 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.equipment-meta ul li:last-of-type {
  margin: 0;
}

.equipment-meta ul li.active {
  background-color: #47cb0d;
}

.equipment-meta {
  width: 100%;
  padding: 10px 30px;
  border-top: 1px solid #e0e0e0;
}

.equipment-meta tr td {
  font-size: 1.4rem;
  padding: 10px 0;
}

.equipment-meta tr td:first-of-type {
  text-align: left;
}

.equipment-meta tr td:last-of-type {
  text-align: right;
  font-weight: 700;
}

.equipment-card a {
  display: block;
  width: max-content;
  border-radius: 0 !important;
  margin: 10px auto -20px auto !important;
}

.equipment-in-cart .elementor-button--checkout>span.elementor-button-text:after {
  content: " / Request Quote";
}

.equipment-in-cart .elementor-menu-cart__footer-buttons {
  display: block;
  width: 100%;
  grid-template-columns: auto;
}

.equipment-in-cart .elementor-menu-cart__footer-buttons a {
  display: block;
  width: 100%;
  margin-bottom: 10px;
}

.equipment-in-cart .elementor-widget-woocommerce-menu-cart.elementor-menu-cart--cart-type-mini-cart .elementor-menu-cart__container {
  min-width: 500px;
}

.equipment-in-cart .elementor-menu-cart__products.woocommerce-mini-cart.cart.woocommerce-cart-form__contents {
  max-height: unset !important;
}

.product_cat_equipment .woocommerce-variation-price {
  display: none !important;
}

body.woocommerce-checkout .product-name-td-inline-image p {
  width: auto !important;
}

.woocommerce-checkout .cart_item dl.variation {
  width: 300px;
}

.woocommerce ul#shipping_method {
  margin-left: 0;
}

body.only-has-equipment-items ul#shipping_method li {
  display: none;
}

body.only-has-equipment-items ul#shipping_method li:last-child {
  display: list-item;
}

body.no-equipment-in-cart ul#shipping_method li:last-child {
  display: none;
}


/* bram changed this from 2rem to 1.5rem because purolator spacing */
.woocommerce table.shop_table {
  font-size: 1.5rem;
}

/* bram added this 11/1/22 */

.realistic-marker-highlight{
  position:relative;
}

.realistic-marker-highlight:before{
  content:"";
  background-color:#ff6db7;
  width:100%;
  height:1em;
  position:absolute;
  z-index:-1;
  filter:url(#marker-shape);
  left:-0.25em;
  top:0.1em;
  padding:0 0.25em;
}




.woocommerce-checkout tr.tax-rate.tax-rate-ca-on-hst-13-1 td:first-of-type {
  display: none;
}

.woocommerce ul.products[class*="columns-"] li.product:nth-child(2n),
.woocommerce-page ul.products[class*="columns-"] li.product:nth-child(2n) {
  float: none !important;
}

.sr-only {
  color: #fff !important;
  background-color: #000 !important;
}

.temp-hide {
  display: none !important;
}

.archive .product-type-variable .price:not(.single_variation_wrap .price),
.single-product .product-type-variable .price:not(.single_variation_wrap .price),
.single-product .product-type-variable .pst-note {
  display: none !important;
}

.archive .product-type-variable {
  position: relative;
}

.archive .product-type-variable:after {
  content: 'Click below to select your available options.';
  position: absolute;
  bottom: 60px;
  line-height: 1;
}

.home main {
  overflow: hidden;
}




/* bram added this 11/4/22 --  */
/* note, if you want the oem logo to be in the bottom left corner, do it like this:
 * The top margin way was the only way to get it to perfectly resize with the window
 * no other way worked.  not even moving this whole thing to another before
 * what a time vampire ...


    width: 19%;
    height: 9%;
    z-index: 10;
    top: 0px !important;
    left: 5px !important;
    opacity: 0.8;
    position: absolute;
    background-size: 100% !important;
	content: ''; 
    background: url('https://www.hernick.com/wp-content/uploads/2022/11/rotary_genuine_parts.png') no-repeat; 
    background-position-y: 0px; 
    margin-top: 70%;
   pointer-events: none  *****this makes it invisible for the hover


* this is the old version, had it split up into two which made no sense

.woocommerce-product-gallery::before {
    width: 19%;
    height: 19%;
    z-index: 10;
    top: 7px !important;
    left: 5px !important;
    opacity: 0.8;
    position: absolute;
    background-size: 100% !important;

}
 
*/

/* below added by bram puts the Rotary OEM logo-badge on individual product pages 
 * you can also target the parent cat using this :  product_parent_cat_rotary-lift
 * but below code works just fine */

.product_cat_rotary-lift .woocommerce-product-gallery::before { 
	pointer-events: none;
    width: 19%;
    height: 19%;
    z-index: 10;
    top: 7px !important;
    left: 5px !important;
    opacity: 0.8;
    position: absolute;
    background-size: 100% !important;
	content: ''; 
    background: url('https://www.hernick.com/wp-content/uploads/2022/11/rotary_genuine_parts.png') no-repeat; 
}

/* below added by bram puts the Rotary OEM logo-badge in product loop for rotary oem but
 * notice that this is cat-dash-rotary where above is cat_underscore_rotary 
 * update 6/5/23 added .elementor-widget-wc-archive-products... so this only shows on the MAIN product loop
 * it was also showing on related products for ALL products
 * will target that separately now */

.elementor-widget-wc-archive-products .product_cat-rotary-lift .woocommerce-LoopProduct-link::before { 
	pointer-events: none;
    width: 19%;
    height: 19%;
    z-index: 10;
    top: 13px !important;
    left: 5px !important;
    opacity: 0.8;
    position: absolute;
    background-size: 100% !important;
	content: ''; 
    background: url('https://www.hernick.com/wp-content/uploads/2022/11/rotary_genuine_parts.png') no-repeat; 
}

/* below added 6-5-23 to target the RELATED products loop on individual pages at the bottom
 * but only rotary cat items ... the .related tag targets that 
 * this version removes the important tag on top and left as I need important to move the top down on mobile 
 * note that top px is modified on this one */


.related .product_cat-rotary-lift .woocommerce-LoopProduct-link::before { 
	pointer-events: none;
    width: 19%;
    height: 19%;
    z-index: 10;
    top: 8px;
    left: 5px;
    opacity: 0.8;
    position: absolute;
    background-size: 100% !important;
	content: ''; 
    background: url('https://www.hernick.com/wp-content/uploads/2022/11/rotary_genuine_parts.png') no-repeat; 
}


/*   two entries below adjust the badge placement on mobile because im anal  */

@media screen and (max-width:525px){
.related .product_cat-rotary-lift .woocommerce-LoopProduct-link::before {
    top:  20px !important;
   }
}


@media screen and (max-width:800px) and (min-width:526px) {
.related .product_cat-rotary-lift .woocommerce-LoopProduct-link::before {
    top:  5px !important;
  }
}







/* below added by bram removed the Rotary OEM logo-badge on a specific rotary part that isn't OEM on the individual page 
 * this doesn't seem to be needed anymore because the red ball isn't tagged under the main rotary lift cat 
 * but IF YOU DID want to remove a specific item this is how you would do it
 * but maybe not with the first selector, never got to try that


.woocommerce-product-gallery--with-images .post-509 .woocommerce-LoopProduct-link::before { 
 display: none !important;   
}
*/






/* below added by bram - removes rotary badge from all related items at the bottom of shop pages
 * it was showing on everything not just rotary.  dont know how to get it off non rotary 

.elementor-254 .woocommerce-LoopProduct-link::before { 
 display: none !important;   
}
*/


.GZ-BUL { 
	list-style-type: disc; 
    line-height: 20px;
}

/* below added 5-31-23 by bram so weight and dimensions arent shown on product pages */

.woocommerce-product-attributes-item--weight {
	display:none;
	}

.woocommerce-product-attributes-item--dimensions {
	display:none;
	}


/* below added 6-1-23 by bram so OEM tag and actual # on product pages are grayed out */

.woocommerce-product-attributes-item--attribute_pa_oem {
	color: #bebebe;
	}

.woocommerce-product-attributes-item--attribute_pa_oem .woocommerce-product-attributes-item__value > P {
	color: #bebebe !important;
	}


/* below added 6-1-23 by bram to specify line height for category descriptions on the shop page
 * the default line height is controlled by the P, LI css but this targets that specific area */

.elementor-widget-woocommerce-archive-description .term-description > P {
	line-height: 1.3em !important;
}


/* below added 6-2-23 by bram to add the words FORD SMITH in the title header section of
 * the 4 ford smith model pages ... vj80 jhk etc... term number is shown in the body tag
 * but only in the shop archive pages, not on individual part pages or anywhere else
 */

.term-48 .elementor-heading-title:before {
  content: 'FORD-SMITH ';
}

.term-49 .elementor-heading-title:before {
  content: 'FORD-SMITH ';
}

.term-47 .elementor-heading-title:before {
  content: 'FORD-SMITH ';
}

.term-50 .elementor-heading-title:before {
  content: 'FORD-SMITH ';
}

/* added 10/25/23 -- highlighter used in spoa10 bullets and others
 */

.yellow_highlighter_white_shorty {
	display: block;
	line-height: var(--lineHeight);margin: 0 0 var(--spacing);
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
}

.yellow_highlighter_white_shorty mark {
  margin: 0 -0.4em;
  padding: 0.1em 0.4em;
  border-radius: 0.8em 0.3em;
  background: transparent;
  background-image: linear-gradient(
    to right,
    rgba(255, 247, 0, 0.1),
    rgba(255, 247, 0, 64%) 4%,
    rgba(255, 247, 0, 3%)
  );
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
}



.yellow_highlighter_white_long {
	display: block;
	line-height: var(--lineHeight);margin: 0 0 var(--spacing);
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
}


.yellow_highlighter_white_long mark {
  margin: 0 -0.4em;
  padding: 0.1em 0.4em;
  border-radius: 0.8em 0.3em;
  background: transparent;
  background-image: linear-gradient(
    to right,
    rgba(255, 247, 0, 0.1),
    rgba(255, 247, 0, 0.7) 4%,
    rgba(255, 247, 0, 0.3)
  );
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
}







.yellow_highlighter_black_long {
	display: block;
	line-height: var(--lineHeight);margin: 0 0 var(--spacing);
	margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
}


.yellow_highlighter_black_long mark {
  margin: 0 -0.4em;
  padding: 0.1em 0.4em;
  border-radius: 0.8em 0.3em;
  background: transparent;
  background-image: linear-gradient(
    to right,
    rgba(255, 225, 0, 0.4),
    rgba(255, 225, 0, .9) 12%,
    rgba(255, 225, 0, 0.8)
  );
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
}

 .button.ghost.mobile {
  visibility:hidden;
}


ul.kit-pdf-bullets {
	margin-top: -15px; 
	margin-left: 35px;	
}



ul.kit-addy-bullets {
	margin-top: -15px; 
	margin-left: 30px;	
}


span.addy-red-highlight {
   background-color: #ff00002b;	
   font-weight: 700;
}



span.red-highlight {
   background-color: #ff00002b;	
   font-weight: 700;
}


.woocommerce-checkout .shipping_method_highlight {
    background-color: #fff7b2 !important;
    border-radius: 4px;
    padding: 5px;
}

.woocommerce-checkout-review-order-table td,
.woocommerce-checkout-review-order-table th {
    word-wrap: break-word;
    white-space: normal !important;
    vertical-align: top;
}

.woocommerce-checkout-review-order-table .shipping td {
    display: table-cell !important;
    width: auto !important;
}

.woocommerce-shipping-methods li label {
    display: inline-block;
    white-space: normal !important;
    line-height: 1.4;
}

/* Highlight the Lighting category box 
a[href="https://www.hernick.com/cat/shop/lighting/"] {
  background-color: #fff3cd;
  border: 2px solid #ffc107;
  display: block;
  padding: 10px;
  border-radius: 6px;
  font-weight: bold;
  text-decoration: none;
}
*/

/* added 8-8-25 because shopping cart in mobile stopped showing the thumbnail and product description
 * issue with woo update being addressed some time in the future */


/* Force cart thumbnails and names to show on mobile */
@media (max-width: 782px) {
  .woocommerce #content table.cart .product-thumbnail,
  .woocommerce table.cart .product-thumbnail,
  .woocommerce-page #content table.cart .product-thumbnail,
  .woocommerce-page table.cart .product-thumbnail {
    display: table-cell !important;
  }
  
  /* Only target the main cart table headers, not the cart totals table */
  .woocommerce table.cart.shop_table_responsive tbody th,
  .woocommerce-page table.cart.shop_table_responsive tbody th {
    display: table-cell !important;
  }
	
  body.woocommerce-cart td.product-thumbnail::before,
  body.woocommerce-cart td.product-name::before {
    content: none !important;
  }
}

/* centers up the checkout quantity box on desktop only */
@media (min-width: 768px) {
    .quantity {
        display: flex;
        align-items: center;
        justify-content: center;
    }
}

/* fixes the odd spacing of the Proceed to Checkout button in the cart -- random <BR> before the text */
.checkout-button.button.alt.wc-forward br {
    display: none !important;
}
