:root {
  --persimmon: #FA4616;
  --black: #kkkkkk;
  --white: #ffffff;
  --gray: #cccccc;
  --link-text-color: #FA4616;
  --homepage-secondary-callout-col-count: 4;
  --container-max-width: 80%;
  --homepage-callout-col-count: 4;
  --footer-link-visited-color: white;
  --footer-link-color: white;
  --table-header-background-color: var(--persimmon);
  --form-input-border-color: var(--gray);
  --product-description-border: none;
  --color-success: #2e95945e;
  --button-primary-background-color: #2e9594;
  --color-negative-dark: #2e9594;
  --mix-color: #2e9594;
  --validation-required-color: var(--persimmon);
  --color-light-grey: var(--gray);
  --color-grey: #2e9594;
  --color-info: #2e959430;
  --color-info-dark: #2e9594;
  --font-size-xxl: 1.78rem;
  --color-success-dark: black;
  --category-products-per-row-large: 4;
}

#billingAndPayment > fieldset:nth-child(4) > button {
  margin-top: 20px;
}
body > header > div > div.top-nav > ul > li:nth-child(4) > div > a > span.cart-content-count {
  color: white;
}

/* Font START */

@import url('https://fonts.googleapis.com/css2?family=Nunito+Sans:ital,opsz,wght@0,6..12,200..1000;1,6..12,200..1000&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Nunito+Sans:ital,opsz,wght@0,6..12,200..1000;1,6..12,200..1000&family=Source+Sans+3:ital,wght@0,200..900;1,200..900&display=swap');

h1, h2, h3, h4, h5, h6 {
  font-family: "Nunito Sans", sans-serif;
  font-weight: 900;
}

p {
  font-family: "Source Sans 3", sans-serif;
}

.page__title {
  font-weight: 900;
  border-bottom: black 1px solid;
  margin-top: 25px;
}

.page__title h1 {
    font-weight: 700;
}

.products.products--grid .product__info * {
  font-weight: 900; 
}

/* Font END */


/* Main Color START */
.header-wrapper, .footer-wrapper {
  background: var(--persimmon);
}
h1, h2, h3, h4, h5, h6, p, span{
  color: black;
}
/* Main Color END */

/* Home Page welcome text */
.home-text {
    color: #97bda4;
}

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

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

/* HIGHLIGHT/HOVER COLORS */
  --highlight-text: #2e9594;
  --highlight-bg: #2e959430;

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

/* MOBILE COLORS */
  --mobile-icon: #000;
	--mobile-bg: #000;
	--mobile-text: #fff;
	--mobile-bg-highlight: #422254;
}

/****** START OF MEGA MENU ******/
.header-wrapper {
  background: var(--primary-bg);
  margin-top: -10px;
  margin-bottom: -10px;
  padding-bottom: 0px !important;
  border-bottom: 0px;
}
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 3vw;
	width: 100vw;
}
	.top-nav ul,
	.top-nav li {
    list-style: none;
    color: var(--primary-text);
    display: inline-block;
    padding: 0 2vh;
    font-size: small;
    text-transform: uppercase;
	}
	.top-nav a,
	.top-nav a:link {
    color: var(--primary-text); !important;
	}
	.top-nav i {
    color: var(--primary-text) !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: 70px;
    	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;
}
	.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 {
  width: 100%;
  height: 60px;
  z-index: 10;
  background: var(--secondary-bg)  !important;
  text-align: right;
  box-shadow: 3px 3px 3px #00000042;
}
	.sticky li {
    display: inline-block;
	}
	.sticky a {
    display: inline-block;
    font-weight: 600;
    font-size: large;
    line-height: 2.5;
    color: #fff;
	}
  .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: 200px;
  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;
  background-color: var(--persimmon);
   height: 80px;
}
  .megamenu > li > a {
    font-size: 1.3em;
    text-decoration: none;
    display: block;
    padding: 16px;
    text-transform: uppercase;
  }
  .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(--gray);
  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(--persimmon) !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%;
  margin-top: 19px;
  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: #0e3658;
    z-index: 9999;
    position: fixed;
    width: 87%;
    padding: 15px;
    margin: 31px 0;
}
@media all and (min-width: 780px) {
  .mobile-toggle {  display: none !important;}
  .desktop-toggle {  display: block !important;}
}
@media all and (max-width: 825px) {
    #mobile-menu-toggle {
        display: block;
        margin-top: 0;
        color: #fff;
        padding-top: 30px;
    }
}
@media all and (max-width: 769px) {
  .mobile-toggle {
    display: inline-block !important;
    float: right;
    right: 35px;
    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;
    max-height: 0;
    overflow: hidden;
  }
  .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: 40px -10% 0;
  }
  .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: 9vw;
    top: 5vh;
  }
}
@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;
    margin-bottom: 25px;
}
.container--homepage {
    display: block;
}
.container.container--footer {
    margin: auto;
}
/* END OF MEGA MENU */

.button.button--theme--primary {
    background-color: #FA4616 !important;
    color: #ffffff; 
    border: none; 
    transition: background-color 0.3s ease; 
}

.button.button--theme--primary:hover {
    background-color: #000000; 
}

/* SLIDER START */

.slide img {
    border: none;
    background: white;
    box-shadow: none;
}

/* SLIDER END */


.homepage__callouts .callouts {
   margin-bottom: 50px;
}

.footer-wrapper {
   margin-top: 0px;
}

.checkout__header {
    margin-top: 35px;
}

/* HERO CALLOUTS START */

.homepage__callouts .callout {
    margin: 0;
    position: relative;
    display: block;
    box-shadow: none;
}

/* HERO CALLOUTS END */

@media screen and (min-width: 768px) {
    .container--homepage .homepage__callouts {
        grid-area: callouts;
        padding-bottom: 50px;
    }
}

/* Secondary Callouts START */ 

.homepage__secondary-callouts .callout a:visited {
    color: var(--persimmon);
}

.homepage__secondary-callouts .callout a {
    color: var(--persimmon);
}

.homepage__secondary-callouts .callout__title {
    text-align: left;
    font-size: 24px;
  font-weight: 900;
  margin: 10px;
  text-transform: uppercase;
   
}

.homepage__secondary-callouts .callout {
   /*box-shadow: var(--homepage-secondary-callout-shadow, none);*/
   background-color: white;
}

.homepage__secondary-callouts .callout__image {
    box-shadow: none;
}

@media screen and (min-width: 768px) {
    .homepage__secondary-callouts .callouts {
        grid-template: auto / repeat(var(--homepage-secondary-callout-col-count, 2), 1fr);
        max-width: 90%;
        margin: auto;
    }
}

.homepage__secondary-callouts {
   background-color: var(--gray);
   padding-bottom: 50px;
   padding-top: 50px;

/* Secondary Callouts END */ 

/* Product Landing Page START */



/* Product Landing Page END */

header.header--site .logo-space img {
  max-width: 300px;
  object-fit: contain;
}

/* Dropdown menu styles */
/* Main navigation styles */
#mainNav .nav-list {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

#mainNav .has-children {
    position: relative;
}

#mainNav .has-children > a {
    text-decoration: none;
    color: #ffffff; /* Default text color */
    background-color: transparent; /* Default background */
}

/* Dropdown menu styles */
#mainNav .child {
    display: none; /* Hidden by default */
    position: absolute;
    list-style-type: none;
    margin: 0;
    padding: 0;
    z-index: 1000;
}

#mainNav .child a {
    display: block;
    padding: 8px 16px;
    text-decoration: none;
    color: #000; /* Default text color */
}

#mainNav .child a:hover {
    color: #FA4616; /* Hover text color */
}

/* Show dropdown on hover */
#mainNav .has-children:hover .child {
    display: block;
    background-color: #ffffff; /* Hover background color */
}

.has-children ul a:hover {
    background: gray;
}