.slide img {  
  border: 0px;  /* Removes default border */
}
.slider {     
  margin-top: 0px;  /* Adjusts top margin */
}

/* Additional styling for improved dot navigation */
.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: -45px;
  padding-bottom: 45px;
  z-index: 1;
  position: relative;
}


/*-------------------------------------------*\ 
// GLOBAL
\*-------------------------------------------*/

@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

*:not(.fa){
font-family: 'Montserrat', sans-serif;
}
h1, h2, h3, h4, h5, h6 {
    font-weight: 600;
}
.container--homepage h1, .container--homepage h2, .container--homepage h3, .container--homepage h4, .container--homepage h5, .container--homepage h6 {
    color:#00A9CE;
}

h1, h2, h3, h4, h5, h6 {
  font-family: var(--text-heading-font-family, sans-serif);
  font-weight: var(--heading-font-weight, 600);
  line-height: var(--heading-line-height, 1.4);
  color: var(--text-heading-color, #00A9CE);
}


/*-------------------------------------------*\ 
// VARIABLES
\*-------------------------------------------*/
:root {
/* TOP NAVIGATION BAR COLORS */
  --primary-bg: #FFFFFF;
  --primary-text: #000;

/* MAIN MENU COLORS */
  --secondary-bg: #fff;
  --secondary-text: #000;

/* HIGHLIGHT/HOVER COLORS */
  --highlight-bg: #fff;
  --highlight-text: #64A70B;

/* MEGAMENU DROPDOWN COLORS */
  --megamenu-bg: #fff;
  --megamenu-links: #000;
  --megamenu-title: #000;
  --megamenu-text: #000;

/* MOBILE COLORS */
  --mobile-icon: #000;
	--mobile-bg: #57575b;
	--mobile-text: #fff;
	--mobile-bg-highlight: #00a9ce;

/* FOOTIE FOOTER */
    --primaryBg: #114F5A;
    --secondaryBg: #114F5A;

    --primaryText: #fff;
    --secondaryText: #d7d7d7;

    --borderLine: #fff;
    --inputField: #114F5A;
    --hoverColor: #64A70B;


  --LO-LIME: #64A70B;
  --LO-Grey: #808080;
  --LO-Bgcolor: #eeeceb;
  --LO-Gradient: linear-gradient(90deg, #64A70B 0%, #64A70B 100%);
  --validation-required-color: #64A70B;


    --primaryBg: #52575B;
    --secondaryBg: #52575B;

    --primaryText: #fff;
    --secondaryText: #d7d7d7;

    --borderLine: #fff;
    --inputField: #114f5a;;
    --hoverColor: #FFF;

  --divider-color: #d4d4d4;
}

.breadcrumb {
  font-family:"Arial";
  font-size: 12px;
  color: #52575b;
}

.headertext {
  font-family:"Arial";
  font-size: 20px;
  color: #000000;
}

.breadcrumb:hover {
  color: #D3D3D3;
}

.footer--infoBox {
    margin-left: 10%;
}
.footer--column, .footer--infoBox {
    width: fit-content;
}
.cta-text span {
    overflow-wrap: break-word;
}
.footer-section {
    display: inline-table;
}

/* ------ "Negative" buttons ---- */

a.button.button--theme--negative, button.button.button--theme--negative, input[type=submit].button.button--theme--negative {
    background: #777;
    border: 1px solid #777 !important;
}

a.button.button--theme--negative:hover, button.button.button--theme--negative:hover, input[type=submit].button.button--theme--negative:hover {
    background: #aaa;
    border: 1px solid #dedede !important;
    color: white;
}

.button--theme--negative .fa { color: white !important; }

/*-------------------------------------------*\ 
// BUTTONS (GRADIENT TO WHITE HOVER) 
\*-------------------------------------------*/
.homepage__secondary-callouts .callout a:link:hover, .homepage__secondary-callouts .callout a:visited:hover {
    color: #64A70B !important;
}
button.button.button--theme--primary, .subscribe-button, 
a.button.button--theme--primary, 
button.button.button--theme--primary, 
input[type=submit].button.button--theme--primary, 
.error-frame .button, 
a.button.button--theme--secondary, button.ajs-button.ajs-cancel.tpHookCancel {
    min-width: 130px;
    color: #fff;
    padding: 15px 20px;
    cursor: pointer;
    transition: all 0.3s ease;
    position: relative;
    display: inline-block;
    outline: none;
    border-radius: 1px;
    z-index: 0;
    background: var(--LO-Gradient) !important;
    overflow: hidden;
    border: 2px solid #fff !important;
    color: #fff;
	text-transform: uppercase;
    text-align: center;
}
button.button.button--theme--primary:hover, 
.subscribe-button:hover, 
a.button.button--theme--primary:hover, 
button.button.button--theme--primary:hover, 
input[type=submit].button.button--theme--primary:hover, 
.error-frame .button:hover, 
a.button.button--theme--secondary:hover, button.ajs-button.ajs-cancel.tpHookCancel:hover {
    color: var(--LO-LIME);
    border-radius: 1px;
    border: 2px solid var(--LO-LIME) !important;
}
button.button.button--theme--primary:hover:after, 
.subscribe-button:hover:after, 
a.button.button--theme--primary:hover:after, 
button.button.button--theme--primary:hover:after, 
input[type=submit].button.button--theme--primary:hover:after, 
.error-frame .button:hover:after, 
a.button.button--theme--secondary:hover:after, button.ajs-button.ajs-cancel.tpHookCancel:hover:after {
    width: 100%;
}
button.button.button--theme--primary:after, 
.subscribe-button:after, 
a.button.button--theme--primary:after, 
button.button.button--theme--primary:after, 
input[type=submit].button.button--theme--primary:after, 
.error-frame .button:after, 
a.button.button--theme--secondary:after, button.ajs-button.ajs-cancel.tpHookCancel:after {
    content: "";
    position: absolute;
    z-index: -1;
    transition: all 0.3s ease;
    left: 0;
    top: 0;
    width: 0;
    height: 100%;
    color: var(--LO-LIME);
    background-color: #fff;
}
/*-------------------------------------------*\ 
// BUTTON HOMEPAGE (WHITE TO GRADIENT HOVER) 
\*-------------------------------------------*/
.boxed-section a:hover {
    color: #64A70B !important;
}
.boxed-section a {
    min-width: 130px;
    color: #fff;
    padding: 15px 20px;
    cursor: pointer;
    transition: all 0.3s ease;
    position: relative;
    display: inline-block;
    outline: none;
    border-radius: 1px;
    z-index: 0;
    background: #fff;
    overflow: hidden;
    color: var(--LO-LIME);
	text-transform: uppercase;
    text-align: center;
background-color: #fff;
}
.boxed-section a:hover {
    color: #fff !important;

}
.boxed-section a:hover:after {
    width: 100%;
}
.boxed-section a:after {
    content: "";
    position: absolute;
    z-index: -1;
    transition: all 0.3s ease;
    left: 0;
    top: 0;
    width: 0;
    height: 100%;
    color: #fff;
    background: linear-gradient(90deg, #114F5A 0%, #114F5A 100%);
}
/*-------------------------------------------*\ 
// BUTTONS (WHITE TO GRADIENT HOVER) 
\*-------------------------------------------*/
.products.products--grid .product__cta .button {
    min-width: 130px;
    height: 40px;
    color: #fff !important;
    padding: 5px 10px;
    cursor: pointer;
    transition: all 0.3s ease;
    position: relative;
    display: inline-block;
    outline: none;
    border-radius: 1px;
    z-index: 0;
    background: none;
    overflow: hidden;
    border: 2px solid #fff !important;
    color:var(--LO-LIME);
}
.products.products--grid .product__cta .button:hover {
    color: var(--LO-LIME) !important;
    border-radius: 1px;
}
.products.products--grid .product__cta .button:hover:after {
    width: 100%;
}
.products.products--grid .product__cta .button:after {
    content: "";
    position: absolute;
    z-index: -1;
    transition: all 0.3s ease;
    left: 0;
    top: 0;
    width: 0;
    height: 100%;
    color: var(--LO-LIME);
    background: #fff;
    border: 2px solid var(--LO-LIME);
}
/*-------------------------------------------*\ 
// INPUT SELECT FIELDS
\*-------------------------------------------*/
input, select, input[type=text], input[type=email], input[type=number], input[type=password], input[type=search], textarea {
    border: 2px solid #e3e3e3;
    background: #f0f0f0;
    border-radius: 4px;
padding: 10px;
}
input#productQuantity, .product__options select {
border: 1px solid #2c245700;
    background: #d9d9d95e;
}
label#productQuantityLabel, .product__options label {
    text-transform: uppercase;
    font-size: smaller;
    font-weight: 500;
}
/*-------------------------------------------*\ 
// SLIDER
\*-------------------------------------------*/

.slide img {
    border: 0;
    background: white;
    box-shadow: var(--homepage-slide-shadow, none);
}


/*-------------------------------------------*\ 
// HOMEPAGE
\*-------------------------------------------*/
.homepage__secondary-callouts .callout__image {
    box-shadow:  none;
}
@media screen and (min-width: 1024px) {
	.products.products--grid {
    	grid-template: auto/repeat(3, 1fr);
	}
	.homepage__secondary-callouts .callouts {
    	grid-template: auto/repeat(3, 1fr);
	}
	.homepage__callouts .callouts {
    	grid-template: auto/repeat(3, 1fr);
	}
}
@media screen and (max-width: 1023px) {
	.homepage__callouts .callouts {
    	grid-template: auto/repeat(2, 1fr);
	}
}
@media (max-width: 1080px) {
        .hoverZoomContainer {
        display: none;
  }
}
.homepage__callouts .callout {
    box-shadow: none !important;
    border: 10;
}

.tealtable-container {
width: 100%;
background-color: #008080; /* Teal color */
padding: 20px;
color: white;
}

html {
  scroll-behavior: smooth;
}

.infocenter1 {
  border-radius: 80px 0px 0px 0px;
  background: #00a9c4;
  padding: 20px;
  width: 100%;
}

.infocenter2 {
  border-radius: 0px 0px 80px 0px;
  background: #00a9c4;
  padding: 20px;
  width: 100%;
}

/*-------------------------------------------*\ 
// MEGAMENU
\*-------------------------------------------*/


header.header--site {
  padding-left: 50px;
  padding-right: 50px;
}
  header.header--site a,
  header.header--site a:link,
	header.header--site a:visited,
	header.header--site a:active,
	header.header--site p {
    color: var(--primary-text);
	}
	header.header--site a:hover {
    color: var(--highlight-text) !important;
	}
.top-nav {
  text-align: right;
  padding: 15px 9%;
	width: 100%;
}
	.top-nav ul,
	.top-nav li {
    list-style: none;
    color: var(--primary-text);
    display: inline-block;
    padding: 0 10px;
    font-size: 14px;
	}
	.top-nav a,
	.top-nav a:link {
    color: var(--primary-text); !important;
	}
  
	.top-nav i {
    color: var(--primary-text) !important;
	}
  .top-nav a:hover, .top-nav i:hover {
        color: var(--LO-Orange) !important;
}
  @media all and (max-width: 769px) {
    .top-nav {
      text-align: center;
    }
  }
/****** LOGO ******/
.main-logo-space {
  z-index: 99999;
  position: absolute;
  left: 0;
  margin-left: 10vh;
}
	.main-logo-space img {
		max-width: fit-content;
    	top: -5px;
    	height: 50px;
    	position: absolute;
  	}
	@media all and (max-width:550px){
		.main-logo-space {
  			margin-left: 5vh;
		}
	}
/****** STICKY LOGO ******/
.sticky-logo {
  position: absolute;
  top: 0;
  left: 2%;
  visibility: hidden;
display:none;
}
	.sticky-logo img {
    max-width: fit-content;
    z-index: 99999;
    position: absolute;
    top: 5px;
    height: 50px;
	}
.visible-title {
  visibility: visible;
}
@media all and (max-width: 769px) {
  .sticky .main-logo-space img {
    max-width: 268px;
    max-width: 180px !important;
    z-index: 99999;
    position: absolute;
    top: 0;
    left: 0;
  }
}
/******* STICKY MENU ******/
.fixed-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
}
.sticky {
    position: absolute;
    width: 100%;
    height: 60px;
    z-index: 10;
    background: var(--secondary-bg) !important;
    text-align: right;
    box-shadow: 3px 3px 3px #0000002b;
}
	.sticky li {
    display: inline-block;
	}
	.sticky a {
    display: inline-block;
    font-weight: 600;
    font-size: large;
    line-height: 1.8;
    color: var(--secondary-text);
	}
  .sticky .mega-feature a {
    line-height: 0;
	}

/****** MEGA MENU DROPDOWN ******/
.mega-dropdown {
  background-color: var(--primary-bg);
  position: absolute;
  width: 100%;
  left: 0;
  display: flex;
}
.mega-feature {
  border: 0;
  width: 300px;
  float: right;
  box-shadow: 0px 8px 32px 0px rgba(0, 0, 0, 0.3);
}
	.mega-feature:hover {
    border-color: var(--highlight-bg);
    background-color: #fff;
    box-shadow: 4px 4px 4px #00000054;
    transition: all .5s ease-out;
  }
.megamenu_container {
  transition: all 0.2s ease;
  position: relative;
  z-index: 9999;
}
.megamenu {
  list-style: none;
  padding: 0;
  position: relative;
  margin: 0;
  z-index: 10;
  font-size: 14px;
  line-height: 1;
}
  .megamenu > li > a {
    font-size: 1.2em;
    text-decoration: none;
    display: block;
    padding: 15px;
  }
  .megamenu li {
    transition: all 0.6s ease;
      -webkit-transition: all 0.6s ease;
      -moz-transition: all 0.6s ease;
      -o-transition: all 0.6s ease;
      -ms-transition: all 0.6s ease;
  }
  .megamenu li:last-child {
    margin-right: 3vw;
  }
  .megamenu .col_3 {
    float: left;
    display: inline;
    position: relative;
    margin-left: 2%;
    width: 29.33%;
  }
.megamenu_container .megamenu > li:hover,
.megamenu_container .megamenu > li.active {
  background: var(--highlight-bg);
  opacity: 1.0;
  transition: all .5s ease-out;
}
.megamenu_container .megamenu li.noactive {
  background: none;
  box-shadow: none;
}
.megamenu h3 {
  color: var(--megamenu-title);
}
.megamenu p {
  line-height: 1.8;
  margin-top: 10px;
	color: var(--megamenu-text);
}
.megamenu_container .megamenu > li:hover > a {
  color: var(--highlight-text) !important;
  transition: all .5s ease-out;
}
.megamenu img {
  height: auto;
  border: none;
}
.dropdown_fullwidth a {
  color: var(--megamenu-links);
  font-size: 1em;
  padding: 6px 20px;
}
  .dropdown_fullwidth a:hover {
    color: var(--highlight-text);
    background-color: var(--highlight-bg);
    transition: all .5s ease-out;
  }
  .dropdown_fullwidth a:hover > p {
    color: var(--highlight-text);
    background-color: var(--highlight-bg);
    transition: all 0.6s ease;
      -webkit-transition: all 0.6s ease;
      -moz-transition: all 0.6s ease;
      -o-transition: all 0.6s ease;
      -ms-transition: all 0.6s ease;
  }
  .megamenu_container .megamenu li .dropdown_fullwidth {
    background: var(--megamenu-bg);
    text-align: left;
  }
li.mega-li {
  display: block;
  width: max-content;
}
ul.list_unstyled {
  display: grid;
  grid-template-rows: repeat(5, min-content);
  grid-auto-flow: column;
  margin-top: 35px;
}
.col_3_feature a {
  display: block;
  margin-top: 0;
  background-color: var(--megamenu-border);
  color: var(--megamenu-links);
  padding: 0;
}
.megamenu li .dropdown_fullwidth {
  position: absolute;
  margin: 0;
  left: -9999em;
  top: -9999em;
  display: block;
  zoom: 1;
  z-index: 9998;
  float: left;
  box-shadow: 2px 2px 2px 2px hsl(207deg 45% 15% / 23%);
  width: 110%;
  margin-left: -4%;
  padding: 45px 3%;
}
/* Showing Drop Down on Mouse Hover */
.megamenu li:hover .dropdown_container {
  top: 45px;
  left: auto;
}
.megamenu li:hover .dropdown_fullwidth {
  top: 45px;
  left: -1px;
}
.megamenu li .dropdown_right {
  right: 0;
}
.megamenu li:hover .dropdown_right {
  top: 45px;
  left: auto;
  right: 0;
}
.sticky .megamenu li:hover .dropdown_fullwidth {
  top: 60px;
  left: -1px;
}
/* MOBILE MENU TOGGLE */
.mobile-menu, .mobile-toggle {  display: none;}
.mobile-toggle .fa-times {  display: none;}
.mobile-toggle.open .fa-bars {  display: none;}
.mobile-toggle.open .fa-times {  display: inline;}
.toggle-mobile {  display: none;}
.toggle-mobile.active {
    background-color: #114f5a;
    z-index: 9999;
    position: fixed;
    width: 87%;
    padding: 15px;
    margin: 31px 0;
}
@media all and (min-width: 1200px) {
  .mobile-toggle {  display: none !important;}
  .desktop-toggle {  display: block !important;}
}
@media all and (max-width: 1199px) {
    #mobile-menu-toggle {
        display: block;
        margin-top: 0;
        color: #fff;
        padding-top: 30px;
    }
}
@media all and (max-width: 1199px) {
  .mobile-toggle {
    display: inline-block !important;
    float: right;
    right: 9%;
    top: 25px;
    position: relative;
    z-index: 999999;
  }
  .desktop-toggle {
    display: none !important;
  }
  .mobile-menu.active {
    display: block;
    z-index: 999;
    position: absolute;
    width: 105vh;
    margin-top: 18px;
    text-align: center;
  }
  .mobile-menu.slide-down {
    transition: max-height 0.3s ease-in-out;
            position: absolute;
        z-index: 2;
        width: 100%;
        top: -11px;
  }
.sticky .mobile-menu a {
    color: white !important;
}
  .fa {
    color: var(--mobile-icon) !important;
  }
  .mobile-menu.active li:hover {
    background-color: var(--mobile-bg-highlight);
  }
  .mobile-menu.active a {
    color: var(--mobile-text);
  } 
  .mobile-menu ul {
    background-color: var(--mobile-bg);
    margin: 71px 0% 0;
    text-align:center;
        padding-bottom: 12px;
        padding-top: 10px;
  }
  .mobile-menu.active li {
    display: block;
    line-height: 3em;
  }
  .mobile-menu.active {
    display: block;
    z-index: 999;
    position: absolute;
    width: 100%;
  }
}
@media all and (max-width: 769px) {
  .sticky .mobile-toggle {
    float: right;
    position: relative;
    right: 10%;
    top: 20px;
  }
}
@media all and (max-width: 984px) {
  .megamenu img {
    max-width: 96%;
    height: auto;
  }
}
@media all and (min-width: 480px) and (max-width: 767px) {
  .megamenu_container .megamenu > li > div > .responsive_halfs {
    width: 42%;
  }
}
@media all and (min-width: 768px) and (max-width: 984px) {
  .megamenu_container .megamenu > li {
    margin: 0 8px 0 0;
  }	
  .megamenu_container .megamenu > li > a {
    padding: 16px 10px;
  }
}
@media all and (max-width: 568px) {
  .megamenu_container {
    height: auto;
  }
  .megamenu_container .megamenu > li,
  .megamenu_container .megamenu > li:hover {
    float: none;
    width: auto;
    padding-right: 0;
    margin-right: 0;
  }
  .megamenu_container .megamenu li:hover .dropdown_fullwidth {
    top: auto;
    left: -1px;
  }	
  .megamenu_container .megamenu .col_3 {
    width: 92%;
    margin-left: 4%;
    margin-right: 4%;
  }
}
/* Spacing Fix */
.container#bodyContainer {
    margin-top: 10px;
}
.container--homepage {
    display: block;
}
.container.container--footer {
    margin: auto;
}
@media screen all and (min-width:1440px) {
.container {
    margin: 0;
    width: 99%;
}
}
/* END OF MEGA MENU */




/*-------------------------------------------*\ 
// FAQ
\*-------------------------------------------*/

.topic {
    font-weight: 700;
    color: #64A70B;
    text-transform: uppercase;
    font-size: 16px;
}

/*-------------------------------------------*\ 
// HOMEPAGE CALLOUTS HOVER EFFECT
\*-------------------------------------------*/

  .callout {
    grid-template-areas:
        "image"
        "title"
        "info";
	background-color:#fff;
}
.callout:hover {
      transition: 1.2s ease;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    -ms-transition: all 1s ease;
}


.callout__image img:hover {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
    opacity: 1;
    transition: 1s ease;
    -webkit-filter: brightness(90%);
}
.callout__image {
    overflow: hidden;
}
.callout__image img {
    max-width: 100%;
    height: auto;
    width: auto;
    margin: 0 auto;
    display: block;
      -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    background: radial-gradient(#00000026 50%, #000000b8);
    backdrop-filter: opacity(3.5);
    box-shadow: 0 19px 38px rgba(#000, 0.3), 0 15px 12px rgba(#000, 0.2);
    transition: 1s ease;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    -ms-transition: all 1s ease;
    transform-origin: center center;
}


/*-------------------------------------------*\ 
// HOMEPAGE SECONDARY CALLOUTS
\*-------------------------------------------*/
.homepage__secondary-callouts .callout__subtitle {
    position: relative;
  
    padding: 0;
    background: none;
    color: black;
font-size: 16px;
    pointer-events: none;
    /* border-bottom-left-radius: var(--homepage-secondary-callout-subtitle-border-radius, 0); */
    padding-top: 10px;
}

.homepage__secondary-callouts .callout__title {
    text-align: center;
}
.circle {
width: 15px;
    height: 15px;
    display: inline-block;
    border-radius: 100%;
}
.colorswatches {
    margin-top: 10px;
}

.homepage__callouts h2,
.homepage__secondary-callouts h2 {
    
    text-transform: capitalize;
    font-size: 24px;
    font-weight: 600;
}
.homepage__callouts h2 {

    margin-top: 38px;
}
.callout__title a {
    font-size: 20px;
    font-weight: 600;
}

/*-------------------------------------------*\ 
// CATEGORY STYLE
\*-------------------------------------------*/
/* BEGINNING OF CATEGORY STYLE #3 */
  .categories {
    grid-template: auto/repeat(2, 1fr);
}
.category {
    grid-template-areas:
        "image"
        "title"
        "info";
	background-color:#FFFF;
}
.category__copy {
    padding-left: 1vw;
}
.category .category__title,
.category__cta {
    display: none;
    height: 0px;
}




.category__image img {
    max-width: 100%;
    height: auto;
    width: auto;
    margin: 0 auto;
    display: block;
    background: radial-gradient(#00000000 50%, #00000000);
    backdrop-filter: opacity(3.5);
    box-shadow: 0 19px 38px rgba(#000, 0.3), 0 15px 12px rgba(#000, 0.2);
    transition: 1s ease;
    -webkit-filter: brightness(100%);
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    -ms-transition: all 1s ease;
    transition: all 1s ease;
    transform-origin: center center;
      transform: scale(1);
}

.category__image img:hover {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
    opacity: 1;
      transition: 1s ease;
    -webkit-filter: brightness(100%);
}
  /* END OF CATEGORY STYLE #3 */

.categories + .categories.subcategories {
    display: none;
    width: 100%;
}


/*-------------------------------------------*\ 
// FOOTER
\*-------------------------------------------*/


footer ul {
    margin: 0px;
    padding: 0px;
}
.footer-section {
    background: var(--primaryBg);
    position: relative;
    margin-top: 50px;
}
.footie-container {
  padding: 2em 4em;
}
.footie-top-row {
  text-align: center;
  display: grid;
  grid-row-gap: 25px;
  grid-column-gap: 25px;
  grid-template-areas: 'box1 box2 box3';
}
@media screen and (max-width: 1080px){
  .footie-top-row {
      grid-template-areas:
          'box1'
          'box2'
          'box3';
  }
.sticky li {
        display: block;
    color: white;
	}
}
.footer-cta {
    border-bottom: 1px solid var(--borderLine);
    padding: 35px 0 50px 0;
}
.single-cta i {
    color: var(--hoverColor) !important;
    font-size: 30px;
    float: left;
    margin-top: 8px;
}
.cta-text {
    padding-left: 55px;
	  text-align:left;
}

.cta-text h4 {
    color: var(--primaryText);
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 2px;
}
.cta-text span {
    color: var(--secondaryText);
    font-size: 15px;
overflow-wrap: anywhere;
}
.footer-content {
    position: relative;
    z-index: 2;
    margin-top: 50px;
}
.footer-logo {
  margin-bottom: 30px;
}
.footer-logo img {
    max-width: 300px;
}
.footer-text {
  width: 90%;
}
.footer-text p {
    margin-bottom: 14px;
    font-size: 14px;
    color: var(--secondaryText);
    line-height: 28px;
}
.footer-social-icon span {
    color: var(--primaryText);
    display: block;
    font-size: 20px;
    font-weight: 700;
    margin: 30px 0 20px;
}
.footer-social-icon a {
    color: var(--primaryText);
    font-size: 16px;
    margin-right: 15px;
}
.footer-social-icon i {
    text-align: center;
    border-radius: 50%;
	  width:25% !important;
}
li.sm-list-item {
    width: 12% !important;
}
.footie-row {
  display: grid;
  grid-row-gap: 25px;
  grid-column-gap: 25px;
  grid-template-areas: 'col1 col2 col3';
}
@media screen and (max-width: 1080px){
  .footie-row {
      grid-template-areas:
          'col1'
          'col2'
          'col3';
  }
.footie-bottom-row {
    display: block !important;
}
.footer-menu ul {
    float: none !important;
}
.footer-menu li {
    margin: 10px  20px 5px 0 !important
}
}

@media screen and (min-width: 1080px) {
.footer--infoBox {
    margin-left: 20%;
}
.footer--column,
.footer--infoBox {
    width: 27vw;
}


}
header {
    overflow-x: hidden;
	overflow-y:hidden;
    width: 100%;
    box-shadow: 3px 3px 3px #ffffff;
}
.footer-widget-heading h3 {
  color: var(--primaryText);
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 40px;
  position: relative;
}
.footer-widget-heading h3::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -15px;
  height: 2px;
  width: 50px;
  background: var(--hoverColor);
}
.footer-menu ul {
    float: right;
}
.footer-menu li {
  display: inline-block;
  margin-left: 20px;
}
.footer-menu li:hover a{
  color: var(--hoverColor);
}
.footer-menu li a {
  font-size: 14px;
  color: var(--secondaryText);
}
.footer-widget ul li {
    display: inline-block;
    float: left;
    margin-bottom: 12px;
    width: fit-content;
    margin-right: 25px;
}
.footer-widget ul li a:hover{
    color: var(--hoverColor);
}
.footer-widget ul li a {
    color: var(--secondaryText);
    text-transform: capitalize;
}
.subscribe-form {
    position: relative;
    overflow: hidden;
}
.subscribe-form input {
    width: 100%;
    padding: 14px 28px;
    background: var(--secondaryBg);
    border: 1px solid var(--secondaryBg);
    color: var(--primaryText);
}
.subscribe-form button {
    position: absolute;
    right: 0;
    background: var(--hoverColor);
    padding: 13px 20px;
    border: 1px solid var(--hoverColor);
    top: 0;
}
.subscribe-form button i {
    color: var(--primaryText);
    font-size: 22px;
    transform: rotate(-6deg);
}
.footie-bottom-row {
    display: grid;
    grid-row-gap: 25px;
    grid-column-gap: 25px;
    grid-template-areas: 'col1 col2';
}
.copyright-area{
    background: var(--secondaryBg);
}
.copyright-text p {
    margin: 0;
    font-size: 14px;
    color: var(--secondaryText);
}
.copyright-text p a{
    color: var(--hoverColor);
}
.footer-menu .cc-list li {
  width: 30px;
}




/*-------------------------------------------*\ 
// PRODUCT LIST PAGE
\*-------------------------------------------*/
.products.products--grid .product__info * {
    font-weight: revert;
}
.product__title h3 {
    font-size: 20px;
}
.products.products--grid .product__cta .button {
    display: none;
}
.products.products--grid .product__cta {
    border-top: none;
}

.circle.red {
background-color: red;
}
.circle.heathergrey {
background-color: #565b64;
}
.circle.grey {
background-color: #8c8a89;
}
.circle.olive {
background-color: #6c6953;
}
.circle.black {
background-color: #000;
}
.circle.white {
background-color: #fff;
border:1px solid black;
}
.circle.navy {
background-color: #3d4858;
}
.circle.blue {
background-color: #2a317d;
}
.circle.space {
background-image: url('https://demo.liftoff.shop/images/assets/solarsystem1.jpg');
    background-size: cover;
}
.circle.invader {
background-image: url('https://demo.liftoff.shop/images/assets/invadersreturn.jpg');
    background-size: cover;
}
.circle.liftoff {
background-image: url('https://demo.liftoff.shop/images/assets/shuttlelaunch.jpg');
    background-size: cover;
}
.products.products--grid .product__info {
    display: grid;
    grid-template: 4fr auto/9fr;
}
.product__title h3 {
    font-size: 20px !important;
}
a.productLink, p {
    color: #000;
}
.category__image {
    grid-area: image;
    overflow: hidden;
}
.products.products--grid .product__cta {
    border-top: none;
    display: none;
}






/*-------------------------------------------*\ 
// PAGEFLEX CUSTOMIZE PRODUCT PAGE
\*-------------------------------------------*/
.accordion__panel__header {
    border-radius: 5px;
    border: 1px solid var(--divider-color);
    background: #114f5a;
    padding: var(--half-gutter) var(--half-gutter);
}


/*-------------------------------------------*\ 
// STICKY PRODUCT IMAGES
\*-------------------------------------------*/
@media all and (min-width:771px) {
.product-landing .product__images {
    position: sticky;
    top: 30px;
}
}
/*-------------------------------------------*\ 
// PRODUCT LANDING PAGE
\*-------------------------------------------*/
@media all and (min-width:771px) {
.ogrid .product .info {
    display: grid;
    grid-template-columns: 1fr;
    align-items: start;
    align-content: start;
}
.product-landing .product__info {
	display: grid;
    grid-template: auto auto 1fr/1fr;
    grid-template-areas:
        "options"
        "pricing"
        "details";
}
.product-landing .product__info > * {
    grid-template: auto auto 1fr/1fr;
    display: grid;
    grid-template-areas:
        "quantity"
        "cost"
        "addtocart";
}
.product__details {
    grid-area: details;
}
.product__options.form {
    grid-area: options;
}
button.button.button--theme--primary.btnCTA.btnAddToCart.noClickOnEnter {
    grid-area: addtocart;
}
.estimated-cost {
    grid-area: cost;
}

.product-landing .product__images img {
    display: block;
    width: 100%;
    max-width: 100%;
    float: left;
    display: inline-block;
    padding-right: 20px;
}
.product-landing .product__images .img-wrap {
    position: relative;
    width: 75%;
    float: right;
}
.product-landing .product__images {
    grid-template-columns: repeat(auto-fit, minmax(1fr, auto));
    display: inline-block;
}
.product-landing .product__images ul {
    grid-template: auto/repeat(1, 3fr);
}
.product-landing .product__ordering *:not(.button) + .button {
    margin-top: var(--gutter);
    width: 100%;
    padding: 15px;
}
.product-landing .estimated-cost .cost {
    display: inline-block;
    float: left;
    font-size: 30px;
    font-weight: 400;
}
span.estimated-cost-label.upcharge-price-label {
    min-width: fit-content !important;
}
.estimated-cost-label.unit-price-label {
    display: none;
}
.estimated-cost-label.cost-label {
    display: none;
}

.product-landing {
    --product-grid-template: auto / 2.5fr 2fr;
}
}



/*-------------------------------------------*\ 
// DROPDOWN DETAILS - PRODUCT PAGE
\*-------------------------------------------*/
details[open] summary {
    border-bottom: none;
    margin-bottom: 0.5em;
    border-radius: 0;
    font-weight: 600;
}
details summary {
    cursor: pointer;
    margin: -0.5em -0.5em 0;
    background: var(--details-background-color, #eee);
    padding: 0.5em;
    border-radius: 4px;
}
details {
    --details-border-color: var(--divider-color, #ddd);
    border: none;
    border-radius: 4px;
    overflow: hidden;
    padding: 0.5em 0.5em 0;
    box-shadow: none;
}




/* BEGINNING OF CATEGORY STYLE #6 */
  .homepage__callouts .callout {
    overflow: hidden;
}
.homepage__callouts .callout img {
	display: block;
    width: auto;
    max-width: 100%;
    height: auto;
    margin: 0 auto;
    transition: 1s ease;
    	-webkit-transition: all 1s ease;
    	-moz-transition: all 1s ease;
    	-o-transition: all 1s ease;
    	-ms-transition: all 1s ease;
    transform-origin: center center;
    opacity: 1;
}
.homepage__callouts .callout:hover img {
    scale: 1.1;
}

.homepage__callouts .callout {
    grid-template-areas:
        "image"
        "title"
        "info";
  box-shadow: 0 19px 38px rgba(#000, 0.3), 0 15px 12px rgba(#000, 0.2);
}
.homepage__callouts .callout .callout-cta {
    grid-area: title;
    text-align: var(--category-title-text-alignment, left);
    font-size: var(--category-title-font-size, 1.2rem);
    color: var(--category-title-text-color, black);
    text-align: left;
    padding-left: 1vw;
  		-moz-transition:all .5s ease-in-out;
		-o-transition:all .5s ease-in-out;
		-ms-transition:all .5s ease-in-out;
	transition:all .5s ease-in-out;
}
	.homepage__callouts .callout{
		float: left;
		padding: 0px;
		position: relative;
		overflow: hidden;
	}
.homepage__callouts .callout-title{
  	display:none;
}
.homepage__callouts .callout:hover .callout-info, .homepage__callouts .callout:hover .callout-title{
	opacity: 1;
	transform: translateY(-185px);
		-webkit-transform:translateY(-185px);
		-moz-transform:translateY(-185px);
		-ms-transform:translateY(-185px);
		-o-transform:translateY(-185px);
          		-webkit-transition:all .5s ease-in-out;
		-moz-transition:all .5s ease-in-out;
		-o-transition:all .5s ease-in-out;
		-ms-transition:all .5s ease-in-out;
	transition:all .5s ease-in-out;
	display:block;
	z-index:9999;
}
  .homepage__callouts .callout .cta, .homepage__callouts .callout__title a {
    color: #fff !important;

}
.homepage__callouts .callout img{
	margin: 0px;
	padding: 0px;
	float: left;
	z-index: 4;
}
.homepage__callouts .callout .category__info{
	cursor: pointer;
	opacity: 0;
	top:300px;
    padding-left:1vw;
}
.homepage__callouts .callout .category__copy{
	z-index: 10;
	color: #fff;
	position: absolute;
    height: fit-content;
  	width: 80% !important;
}

   .homepage__callouts .callout:hover .homepage__callouts .callout figcaption .cta{
	opacity: 1;
	transform: translateY(-100px);
          		-webkit-transition:all .5s ease-in-out;
		-moz-transition:all .5s ease-in-out;
		-o-transition:all .5s ease-in-out;
		-ms-transition:all .5s ease-in-out;
	transition:all .5s ease-in-out;
	display:block;
	z-index:9999;
}

.homepage__callouts .callout figcaption .cta {
    background: hsl(0deg 0% 50% / 0%));
}

.homepage__callouts .callout a.img-wrap:hover + figcaption .cta {
    background: #ff000000;
}
.homepage__callouts .callout figcaption .cta {
    background: #ff000000;
    z-index: 999;
}
.homepage__callouts .callout figcaption {
    bottom: -75%;

}.homepage__callouts .callout .img-wrap {
  position: relative;
  overflow: hidden;
}
/* Remove dark overlay on callouts
.homepage__callouts .callout .img-wrap::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50%;
  background: linear-gradient(to bottom, transparent, rgba(0, 0, 0, 1));
  z-index: 1;
  pointer-events: none;
}
*/
.homepage__callouts .callout .img-wrap img {
  transition: filter 0.3s ease;
}

.homepage__callouts .callout .img-wrap img {
    transition: all 0.3s ease-in;
}
.homepage__callouts .callout figcaption .cta {
    text-transform: capitalize;
    font-size: 1.2em;
font-weight: 600;
}
.subcategorySelector {
    text-align: center;
}
a.button.button.button--theme--primary {
 padding: 12px 10px !important;
}
.lp-slide .lp-description {
    display: none;
}
.lp-cta a.button.button--small.button--theme--secondary {
    color: #fff;
    border: 0 !important;
    padding: 10px 20px;
}
.lp-cta a.button.button--small.button--theme--secondary:hover {
color: #64A70B !important;
}
.lp-slider-container .owl-stage {
    place-items: start;
}
.ajs-body .linked-product-description {
    display: none;
}
.ajs-header {
    background-color: #114f5a !important;
    color: #fff;
}
.alertify .ajs-footer .ajs-buttons.ajs-primary {
    text-align: center;
}
.ajs-button {
    border: 2px solid black;
    width: 40%;
}
.linked-product--modal {
    grid-template: auto / 88px 1fr !important;
    place-items: center;
}
button.ajs-button.ajs-cancel.tpHookCancel {
    background-color: #64A70B;
    color: white;
}
.alertify .ajs-footer {
    background-color: #f6f6f6;
}
.ajs-content div {
    border: 0 !important;
    margin-bottom: 0 !important;
}
.ajs-button {
    border: 0 !important;
    width: 45%;
    background-color: #fff;
    padding: 12px !important;
    text-transform: uppercase;
}
.lp-name {
    min-height: 50px;
}
.progress-bar li.active::after {
    border-top-color: #f66943;
}
.progress-bar li.active {
    border-top: 4px solid #64A70B;
}
/*  Please Read
/*
/*  The following is just an example! If you're inserting the GridFlex section into 
/*  an area that is controlled by a Grid Area Template, you should update 
/*  the Grid Template Areas accordingly. In this example, we have two sections 
/*  called Gridflex-1 and Gridflex-2, which we have inserted between the 
/*  existing sections called Callouts and Secondary Callouts within the 
/*  .container--homepage div. Therefore, we need to specify these sections, 
/*  along with the existing default layout sections, in the desired order of 
/*  appearance. Apply this concept to your specific use case. 
*/
.container--homepage {
    grid-template-areas:
        var(--homepage-grid-template-areas,
        "callouts"
        "gridflex"
        "secondary-callouts"
        "content");
}


/* BEGINNING OF FLEXGRID */
body {
  overflow-x:hidden;
width: 100%;
}

.boxed-section {
    background-color: var(--primary-bg);
    width: 100%;
    padding: 5%;
    background-position: center;
    background-size: cover;
    text-align: center;
    color: #fff;
    margin-top: 5rem;
    position: relative;
    height: 535px;
}
.content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: white;
    text-align: center;
} 
/* Remove shaded overlay on gridflex
.boxed-section:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
}
*/
.boxed-section h2, .boxed-section p {
    color: #ffffff;
    text-transform: uppercase;
    text-shadow: 2px 2px 4px rgb(0 0 0);
    font-weight: 500;
    margin: 15px;
}
.boxed-section a {
    padding: 20px;
    display: block;
    margin: 5% auto;

}

@media (max-width: 610px) {
    .boxed-section {
        width: 106%;
        margin-left: -3%;
    }
}
@media (min-width: 611px) {
    .boxed-section {
        width: 103%;
        margin-left: -2%;
    }
}
@media (min-width: 1440px) {
.boxed-section {
    width: 160%;
    margin-left: -30%;
}
}
@media (max-width: 1020px) {
    .boxed-section a {
        width: 60%;
    }
}
/* END OF FLEXGRID */

.container#bodyContainer:has(.login) {
  margin-top:0px;
width: 100%;
margin-bottom: -50px;
}
.owl-theme .owl-nav {
    margin-bottom: -.8em !important;
}
.lp-slider-container {
    background: #f1f1f1 !important;
}
p#btnDownloadProof a.button.button--theme--primary {
    border: 1px solid #f96639 !important;
    background: white !important;
    color: #f96639 !important;
}
.configuration-wrapper h1 {
font-size: var(--h1-font-size, var(--font-size-xxxl, 2.488rem));
font-weight: 500;
}
table thead th {
    background: #00A9CE;
}
.callout:hover .callout__title a {
  color: #64A70B !important;
}
/* NIX TAN */ 
table tbody tr:hover td {
    background: var(--highlight-text) !important;
}
a#btnSearch {
    position: relative;
    right: 35px;
    color: #114f5a;
}
.search-box {
    width: fit-content;
    margin-right: 10%;
    display: inline-flex;
    justify-content: center;
}
.search-form input {
    background-color: #f7f7f794;
    border-color: #d7d7d7;
    border-width: 1px;
}
.products.products--list .product {
    grid-template: auto/2fr 4fr;
}
.products.products--list .product .img-wrap img {
    max-height: unset;
    object-fit: cover;
}
.product__cta {
    margin-top: 20px;
}
.products--list .product__title a {
    font-weight: 600;
    color: black;
}
.products--list .product__copy strong {
    text-transform: uppercase;
}
@media (max-width: 2771px) {
a.button.button--theme--secondary.button--small.btnViewCart {
    position: relative !important;
    top: 8px !important;
}
a.button.button--theme--secondary:link, button.button.button--theme--secondary:link, input[type=submit].button.button--theme--secondary:link {
    color: #fff !important;
    padding: 5px;
    margin-top: 5px;
    min-width: 100px;
}
button.button.button--small {
    min-width: 100px !important;
    padding: 5px !important;
}
}
.cart__item.bundle .item__details {
    display: contents;
}

nav.mobile-menu.slide-down.shown {
    display: block !important;
}


@media all and (max-width: 460px) {
    .lum-lightbox-inner img {
        max-width: 100vw;
        height: auto;
    }
    .footie-container {
        padding: 0 1em 1em 1em;
    }
    .footer-widget ul li {
        width: 100%;
    }

}

@media all and (max-width: 980px) {
  
.homepage__secondary-callouts .callouts {
    margin: 0 5%;
}
.slider {
    margin-top: 59px;
}
}
.container#bodyContainer {
    margin-top: 70px;
}

.boxed-section .content {
    display: none;
}
.homepage__callouts .callout .img-wrap {
    border-radius: 10px;
}
table.table--pricing {
    display: none;
}
.product__pricing {
    display: none !important;
}
@media all and (max-width:1199px) {
span.no-mobile {
    display: none;
}
}





.homepage__callouts .callout figcaption {
 position: initial;
}
.homepage__callouts .callout .cta, .homepage__callouts .callout__title a {
 color: #000000!important;
}
.container#bodyContainer {
 width: 80vw;
}



.homepage__callouts .callout a:link:hover, .homepage__callouts .callout a:visited:hover {
    color: #64A70B !important;
}