.elementor-kit-13{--e-global-color-primary:#DF0000;--e-global-color-secondary:#54595F;--e-global-color-text:#444444;--e-global-color-accent:#DF0000;--e-global-color-09a7620:#FFFFFF;--e-global-color-a202e1f:#000000;--e-global-typography-primary-font-family:"Roboto";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roboto";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Open Sans";--e-global-typography-text-font-size:16px;--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:400;--e-global-typography-accent-text-transform:uppercase;--e-global-typography-accent-letter-spacing:1.3px;color:var( --e-global-color-text );font-family:"Roboto", Sans-serif;font-size:18px;font-weight:400;line-height:1.7em;}.elementor-kit-13 button,.elementor-kit-13 input[type="button"],.elementor-kit-13 input[type="submit"],.elementor-kit-13 .elementor-button{background-color:var( --e-global-color-primary );font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );color:var( --e-global-color-09a7620 );border-radius:0px 0px 0px 0px;}.elementor-kit-13 button:hover,.elementor-kit-13 button:focus,.elementor-kit-13 input[type="button"]:hover,.elementor-kit-13 input[type="button"]:focus,.elementor-kit-13 input[type="submit"]:hover,.elementor-kit-13 input[type="submit"]:focus,.elementor-kit-13 .elementor-button:hover,.elementor-kit-13 .elementor-button:focus{background-color:var( --e-global-color-secondary );color:var( --e-global-color-09a7620 );}.elementor-kit-13 e-page-transition{background-color:#FFBC7D;}.elementor-kit-13 a{color:var( --e-global-color-primary );}.elementor-kit-13 a:hover{color:var( --e-global-color-text );}.elementor-kit-13 h1{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );}.elementor-kit-13 h2{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );}.elementor-kit-13 h3{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-kit-13 h4{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-kit-13 h5{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );}.elementor-kit-13 h6{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1200px;}.e-con{--container-max-width:1200px;}.elementor-widget:not(:last-child){margin-block-end:10px;}.elementor-element{--widgets-spacing:10px 10px;--widgets-spacing-row:10px;--widgets-spacing-column:10px;}{}h1.entry-title{display:var(--page-title-display);}.site-header .site-branding{flex-direction:column;align-items:stretch;}.site-header{padding-inline-end:0px;padding-inline-start:0px;}.site-footer .site-branding{flex-direction:column;align-items:stretch;}@media(max-width:1200px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS */.elementor-text-editor ul, .elementor-text-editor ol {margin: 20px 0;}

.elementor-text-editor p a {text-decoration:underline;}

.wp-block-button a {background: #333; color: #fff; border-radius: 0;transition: .4s all ease-in-out;}
.wp-block-button a:hover {background: #ccc; color: #333; }

/*
Remove red border on generic wp buttons
*/
input[type="submit"] {border: 0px;}


/***
* class: .sticky-header
*/
header.sticky-header {
	height: 80px;
	transition: .4s all ease-in-out;
	background-color: #fff;

}

header.sticky-header .menu-button {transform: scale(1);}
header.sticky-header .menu-button a {transition: .4s all ease-in-out;}

/*Hide white logo on header turns sticky*/
header.sticky-header .dark {
    display: inline-block;	--transition: .4s all ease-in-out;
}
header.sticky-header .light {
    display: none;
}


header.sticky-header .logo img {
	transition: transform var(--transition);
}

header.sticky-header li a {
   transition: .4s all ease-in-out;
}

/***
* Sticky header activated
*/
header.sticky-header.elementor-sticky--effects {
   background-color:#333;
   transition: .4s all ease-in-out;
   height: 60px;
}


header.sticky-header.elementor-sticky--effects .logo img {
	transform: scale(1);
}

header.sticky-header.elementor-sticky--effects .menu-button a{
	transform: scale(0.7);
	background: #333333 !important;
	border:1px solid #fff;
}

header.sticky-header.elementor-sticky--effects .menu-button a:hover{
	background-color: #fff !important;
	border:1px solid #fff;
	color: #333 !important;
}


header.sticky-header.elementor-sticky--effects .nav-menu  li a {
	transform: scale(.8);
	color: #ffffff !important; 
}

header.sticky-header.elementor-sticky--effects .nav-menu  li li a {
	transform: scale(1);

	font-size: 11px !important;
}

header.sticky-header.elementor-sticky--effects .nav-menu  li li a:hover {

}

header.sticky-header.elementor-sticky--effects  .elementor-nav-menu ul {margin-top: 0px !important;}

/*Show gradient logo on header turns sticky*/

header.sticky-header.elementor-sticky--effects .dark{
    display: none;	--transition: .4s all ease-in-out;
}
header.sticky-header.elementor-sticky--effects .light{
    display: inline-block
}


/***
* Shorter header on mobile (70px instead of 100px)
*/
@media only screen and (max-width: 767px) {
	header.sticky-header {
		--header-height: 40px;
	}
	header.sticky-header.elementor-sticky--effects .nav-menu  li li a {
	transform: scale(1);
	font-size: 15px !important;
}
}




/* Base table styling (desktop/tablet) */
.specs-table {
  width: 100%;
  border-collapse: collapse;
}
.specs-table th, .specs-table td {
  padding: 10px 12px;
  border: 1px solid #e2e2e2;
  text-align: left;
  vertical-align: top;
  white-space: nowrap;
}
.specs-table tbody tr:nth-child(even) { background: #fafafa; }

/* ---- Mobile: stack rows as cards ---- */
@media (max-width: 768px) {
  .specs-table thead { display: none; }

  .specs-table, .specs-table tbody, .specs-table tr, .specs-table td {
    display: block;
    width: 100%;
  }

  .specs-table tr {
    border: 1px solid #e6e6e6;
    border-radius: 10px;
    background: #fff;
    margin: 0 0 12px;
    overflow: hidden;
  }

  .specs-table td {
    border: 0;
    border-bottom: 1px solid #f0f0f0;
    padding: 10px 12px;
    display: flex;
    justify-content: space-between;
    gap: 12px;
    white-space: normal;
  }
  .specs-table td:last-child { border-bottom: 0; }

  /* Labels injected per column */
  .specs-table td:nth-child(1)::before { content: ""; font-weight: 600; }
  .specs-table td:nth-child(2)::before { content: "Product Code"; font-weight: 600; }
  .specs-table td:nth-child(3)::before { content: "Dimensions (in)"; font-weight: 600; }
  .specs-table td:nth-child(4)::before { content: "Weight (lb)"; font-weight: 600; }
  .specs-table td:nth-child(5)::before { content: "Vertical Load Cap."; font-weight: 600; }
  .specs-table td:nth-child(6)::before { content: "45 Degree Load Cap."; font-weight: 600; }

  /* Make the badge pop a bit */
  .specs-table td:nth-child(1) {
    background: #fff7f7;
    font-weight: 700;
  }
}/* End custom CSS */