@import url("https://use.typekit.net/sso1imq.css");
/* bootstrap */
@import url(bootstrap.css);
/* nav */
.navbar-brand img {
  width: 162px;
}

.secondary-nav {
  z-index: 9999999;
  padding: 0px 0px;
  overflow-y: hidden;
}

.secondary-nav ul.secondary-left {
  width: 50%;
  list-style-type: none;
  float: left;
  margin: 0;
  padding: 0;
}

.secondary-nav ul.secondary-left li {
  float: left;
  padding: 5px 6px;
  cursor: pointer;
}

.secondary-nav ul.secondary-left li.our-family {
  font-weight: 700;
  text-transform: uppercase;
  font-size: 0.85em;
  padding: 9px 0px 3px 0px !important;
  cursor: default;

}

.secondary-nav ul.secondary-left li.our-family::after {
  content: '';
  display: inline-block;
  height: 150%;
  width: 40px;
  margin-left: 15px;
  margin-top: -10px;
  position: absolute;
  z-index: -1;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#6d7176+2,242527+4,242527+100&1+0,0+100 */
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #6d7176 0%, rgba(109, 113, 118, 0.98) 2%, rgba(36, 37, 39, 0.96) 4%, rgba(36, 37, 39, 0) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6d7176', endColorstr='#00242527',GradientType=1 );
  /* IE6-9 */
}

.secondary-nav ul.secondary-left li.brands {
  padding: 7px 15px;
}

.secondary-nav ul.secondary-right {
  width: 50%;
  list-style-type: none;
  float: left;
  margin: 0;
  padding: 0;
}

.secondary-nav ul.secondary-right li {
  float: right;
}

.secondary-nav ul.secondary-right li.cart {
  padding: 7px 0px 7px 15px;
}

.secondary-nav ul.secondary-right li.account {
  padding: 7px 15px 7px 25px;
}

.secondary-nav ul.secondary-right li.live-chat {
  padding: 7px 15px;
  background: var(--primary);
}

.secondary-nav ul.secondary-right li.live-chat:hover {
  background: var(--secondary);
}

.secondary-nav ul.secondary-right li.live-chat::after {
  content: '';
  z-index: -1;
  display: inline-block;
  height: 150%;
  width: 40px;
  margin-left: 15px;
  margin-top: -10px;
  position: absolute;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#6d7176+2,242527+4,242527+100&1+0,0+100 */
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #6d7176 0%, rgba(109, 113, 118, 0.98) 2%, rgba(36, 37, 39, 0.96) 4%, rgba(36, 37, 39, 0) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  : progid:DXImageTransform.Microsoft.gradient( startColorstr='#6d7176', endColorstr='#00242527',GradientType=1 );
  /* IE6-9 */
}

.secondary-nav ul.secondary-right li.live-chat::before {
  content: '';
  z-index: -1;
  display: inline-block;
  height: 150%;
  width: 40px;
  margin-left: -55px;
  margin-top: -10px;
  position: absolute;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#242527+0,242527+96,6d7176+98&0+0,1+100 */
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, rgba(36, 37, 39, 0) 0%, rgba(36, 37, 39, 0.96) 96%, rgba(109, 113, 118, 0.98) 98%, #6d7176 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00242527', endColorstr='#6d7176',GradientType=1 );
  /* IE6-9 */
}

a.cart{
  color:var(--secondary) !important;
}

a.cart:hover{
  color:var(--primary) !important;
}


.social a{
  color:var(--secondary) !important;
}

.social a:hover{
  color:var(--primary) !important ;
}
.secondary-nav ul.secondary-right li.social {
  padding: 7px 15px;
}

.first-soc {
  padding-left:40px !important;
}

.primary-nav {
  background-color: rgba(27, 31, 34, 0.7);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  min-height: 80px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.8);
  z-index: 990;
}

.primary-nav .nav-item {
  color: white;
  font-family: var(--font-family-sans-serif);
  text-transform: uppercase;
  padding-right: 0rem;
  padding-left: 16px;
  margin-left: 12px;
  font-weight: 300;
  text-shadow: 0 0 0px rgba(255, 255, 255, 0);
  transition: all 1s ease-in-out;
  filter: blur(0px);
}

.primary-nav .nav-item:hover {
  color: rgba(255, 255, 255, 0.5);
  text-shadow: 0 0 15px white;
  transition: all 1s ease-in-out;
  filter: blur(2px);
}

.nav-rel {
  position: relative;
  margin: 0;
}

.nav-fix {
  position: fixed;
  top: 0;
  width: 100vw;
}

.fix-cart {
  top: -5px;
  right: 20px;
  font-size: 1.2em;
  color: var(--green) !important;
  z-index: 1200;
  float: right;
  position: fixed;
  opacity: 0;
  transition: all 0.5s ease-in-out;
}

.fix-cart i {
  text-shadow: 0px 0px 6px rgba(0, 0, 0, 0.4);
}

.display-block {
  top: 24px;
  opacity: 1;
  transition: all 0.5s ease-in-out;
}

/* fonts */
@font-face {
  font-family: 'Push Sans';
  src: url("fonts/Push-Regular.eot");
  src: url("fonts/Push-Regular.eot?#iefix") format("embedded-opentype"), url("fonts/Push-Regular.woff2") format("woff2"), url("fonts/Push-Regular.woff") format("woff"), url("fonts/Push-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Push Script';
  src: url("fonts/PushScript.eot");
  src: url("fonts/PushScript.eot?#iefix") format("embedded-opentype"), url("fonts/PushScript.woff2") format("woff2"), url("fonts/PushScript.woff") format("woff"), url("fonts/PushScript.ttf") format("truetype");
  font-weight: normal;
  font-style: italic;
}

/* variables */
html {
  --blue: #00aa00 !important;
  --indigo: #6610f2;
  --purple: #6f42c1;
  --pink: #e83e8c;
  --red: #c32214 !important;
  --orange: #fd7e14;
  --yellow: #ffc107;
  --green: #00aa00;
  --teal: #20c997;
  --cyan: #17a2b8;
  --white: #fff;
  --gray: #9D9FA4 !important;
  --gray-dark: #343539 !important;
  --gray-light: #ecf0f1 !important;
  --primary: #00aa00 !important;
  --secondary: #9D9FA4 !important;
  --success: #00aa00;
  --info: #17a2b8;
  --warning: #ffc107 !important;
  --danger: #c32214 !important;
  --light: #f8f9fa;
  --dark: #343539 !important;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;
  --font-family-sans-serif: proxima-nova, sans-serif !important;
  --font-family-monospace:courier-prime, monospace !important;
  --font-family-serif: mrs-eaves-xl-serif-narrow, serif !important;
}

.text-thinnest {
  font-weight: 100;
}

.text-thin {
  font-weight: 300;
}

.text-regular {
  font-weight: 400;
}

.text-bold {
  font-weight: 700;
}

.text-boldest {
  font-weight: 900;
}

.text-serif {
  font-family: var(--font-family-serif) !important;
}

.text-sans {
  font-family: var(--font-family-sans-serif) !important;
}

html {
  height:100%;
  overflow-x: hidden;
  overflow-y:scroll;
  -webkit-overflow-scrolling: touch
}

body {

}

* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

a{
  text-decoration:none;
}

a:hover{
  text-decoration:none;
color: var(--secondary) !important;
}

.slide-left {
  width: 100vw;
  height: 100vh;
  background-size: cover;
  background-position: center center;
  background-attachment: scroll;
  background-repeat: no-repeat;
  background-color: grey;
  top: 0;
  margin: 0 auto 0 auto;
  box-sizing: border-box;
  position: absolute;
  padding-top: calc(50vh - 150px);
}

.slide-left h2 {
  position: absolute;
  top: 70px;
  left: 0px;
  z-index: 99;
  font-size: 2.75em;
  width: 90%;
  text-shadow: 0px 0px 10px white;
}

.slide-left p {
  position: absolute;
  top: 120px;
  left: 0px;
  z-index: 99;
  width: 88%;
  font-size: 1em;
  line-height: 1.2;
  font-family: var(--font-family-serif);
}

.slide-left .box {
  height: 400px;
  overflow-x: visible;
  padding-left: 0px;
}

.slide-left .box .button {
  position: relative;
  width: 90%;
  height: 100px;
  margin-top: -50px;
  background-color: var(--primary);
  z-index: 20;
  box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.33);
  transition: all 0.3s ease-in-out;
  text-align: center;
  border-radius: 2px;
}

.slide-left .box .button p {
  top: 40px;
  margin-top: 0px;
  text-align: center;
  font-weight: 700;
  color: white;
  font-size: 1.5em;
  text-transform: uppercase;
  width: 100%;
  font-family: var(--font-family-sans-serif) !important;
}

.slide-left .box .button:hover {
  margin-top: -60px;
  box-shadow: 0px 12px 20px 0px rgba(0, 0, 0, 0.14);
  transition: all 0.3s ease-in-out;
  transform: scale(1.02);
}

.slide-left .box .bg-right {
  height: 300px;
  width: 100%;
  /* background-color: rgba(255, 255, 255, 0.7); */
  position: relative;
}

.slide-left .box .bg-right:before {
  content: "";
  height: 300px;
  width: 2000%;
  background-color: rgba(245, 245, 245, 0.8);
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  position: relative;
  display: block;
  float: right;
  border-radius: 0px 2px 2px 0px;
}

.slide-right {
  width: 100vw;
  height: 100vh;
  background-size: cover;
  background-position: center center;
  background-attachment: scroll;
  background-repeat: no-repeat;
  background-color: grey;
  top: 0;
  margin: 0 auto 0 auto;
  box-sizing: border-box;
  position: absolute;
  padding-top: calc(50vh - 150px);
  overflow-x:hidden;
}

.slide-right h2 {
  position: absolute;
  top: 70px;
  left: 10%;
  z-index: 99;
  font-size: 2.75em;
  width: 90%;
  text-shadow: 0px 0px 10px white;
}

.slide-right p {
  position: absolute;
  top: 120px;
  left: 10%;
  z-index: 99;
  width: 88%;
  font-size: 1em;
  line-height: 1.2;
  font-family: var(--font-family-serif);
}

.slide-right .box {
  height: 400px;
  overflow-x: visible;
  padding-left: 0px;
  margin-left: 58.333333%
}

.slide-right .box .button {
  position: relative;
  width: 90%;
  height: 100px;
  margin-top: -50px;
  background-color: var(--primary);
  z-index: 20;
  box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.33);
  transition: all 0.3s ease-in-out;
  text-align: center;
  border-radius: 2px;
  left: 10%;
}

.slide-right .box .button p {
  top: 40px;
  margin-top: 0px;
  text-align: center;
  font-weight: 700;
  color: white;
  font-size: 1.5em;
  text-transform: uppercase;
  width: 85%;
  font-family: var(--font-family-sans-serif) !important;
}

.slide-right .box .button:hover {
  margin-top: -60px;
  box-shadow: 0px 12px 20px 0px rgba(0, 0, 0, 0.14);
  transition: all 0.3s ease-in-out;
  transform: scale(1.02);
}

.slide-right .box .bg-right {
  height: 300px;
  width: 100%;
  /* background-color: rgba(255, 255, 255, 0.7); */
  position: relative;
}

.slide-right .box .bg-right:after {
  content: "";
  height: 300px;
  width: 2000%;
  background-color: rgba(245, 245, 245, 0.8);
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  position: relative;
  display: block;
  float: left;
  border-radius: 2px 0px 0px 2px;
}

.below {
  position: absolute;
  top: 100vh;
}

#featured {
  width: 100vw;
  min-height: 300;
  position: relative;
}

.featured {
  padding-top: 50px;
}

.featured .cycle-slide {
  opacity: 0;
}

.featured .cycle-slide-active {
  opacity: 1;
}

.spotlight {
  transition: all 0.3s ease-in-out;
}

.spotlight .sl-box {
  width: 70%;
  margin: 0 auto;
  display: block;
}

.spotlight .sl-box .sl-img {
  display: inline-block;
  width: 100%;
  padding: 50% 0;
  background-size: contain;
  background-position: center center;
  background-attachment: scroll;
  background-repeat: no-repeat;
}

.spotlight:hover {
  transform: scale(0.9);
  transition: all 0.3s ease-in-out;
}

.spotlight p {
  width: 70%;
  margin: 0 auto;
}

.cycle-prev {
  margin: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 20px;
  font-size: 3em;
  color: var(--secondary);
  opacity: 0.5;
  display: block;
  z-index: 1200;
}

.cycle-next {
  margin: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 20px;
  font-size: 3em;
  color: var(--secondary);
  opacity: 0.5;
  display: block;
  z-index: 1200;
}

.homepage-slide {
  position: absolute !important;
  top: 0 !important;
}

.homepage-slide .cycle-pager {
  margin-top: -70px;
  z-index: 120;
  font-size: 3em;
  color: white;
  position: absolute;
  text-align: center;
  left: 0;
  right: 0;
  text-shadow: 0px 0px 6px black;
  opacity: 0.8;
}

.homepage-slide .cycle-pager span {
  padding: 0 5px;
}

.homepage-slide .cycle-pager .cycle-pager-active {
  color: var(--primary);
  opacity: 1;
}

.hum-menu, .search-menu, .faq-menu, .stock-menu, .warranty-menu {
  width: 100vw;
  height: 100vh;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(80, 80, 80, 0.7);
  -webkit-backdrop-filter: blur(40px);
  backdrop-filter: blur(40px);
  z-index: 9999999;
  opacity: 0;
  transition: all 0.8s ease-in-out;
  position: fixed;
  pointer-events: none;
}

.hum-menu, .search-menu{
  background-color: rgba(0, 170, 0, 0.7) !important;
}
/*
.search-menu {
  width: 100vw;
  height: 100vh;
  top: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 170, 0, 0.7);
  -webkit-backdrop-filter: blur(40px);
  backdrop-filter: blur(40px);
  z-index: 9999999;
  opacity: 0;
  transition: all 0.8s ease-in-out;
  position: fixed;
  pointer-events: none;
}

.faq-menu {
  width: 100vw;
  height: 100vh;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(80, 80, 80, 0.7);
  -webkit-backdrop-filter: blur(40px);
  backdrop-filter: blur(40px);
  z-index: 9999999;
  opacity: 0;
  transition: all 0.8s ease-in-out;
  position: fixed;
  pointer-events: none;
}

.stock-menu {
  width: 100vw;
  height: 100vh;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(80, 80, 80, 0.7);
  -webkit-backdrop-filter: blur(40px);
  backdrop-filter: blur(40px);
  z-index: 9999999;
  opacity: 0;
  transition: all 0.8s ease-in-out;
  position: fixed;
  pointer-events: none;
} */

.hum-menu ul {
  padding-left: 0;
  padding-top: 2em;
}

.hum-menu ul li {
  color: white;
  list-style-type: none;
  margin-left: 0;
  padding-bottom: 1em;
}

.hum-menu--open, .search-menu--open, .faq-menu--open, .stock-menu--open, .warranty-menu--open{
  opacity: 1;
  transition: all 0.8s ease-in-out;
  pointer-events: auto;
}
/*
.search-menu--open {
  opacity: 1;
  transition: all 0.8s ease-in-out;
  pointer-events: auto;
}

.faq-menu--open {
  opacity: 1;
  transition: all 0.8s ease-in-out;
  pointer-events: auto;
}

.stock-menu--open {
  opacity: 1;
  transition: all 0.8s ease-in-out;
  pointer-events: auto;
} */

@-moz-document url-prefix() {
  .hum-menu {
    background-color: rgba(0, 170, 0, 0.95);
  }
  .slide-left .box .bg-right:before {
    background-color: rgba(245, 245, 245, 0.95);
  }
  .slide-right .box .bg-right:after {
    background-color: rgba(245, 245, 245, 0.95);
  }
  .primary-nav {
    background-color: rgba(27, 31, 34, 0.85);
  }
}

.close-x {
  position: fixed;
  top: 30px;
  right: 30px;
  color: white;
  font-size: 2em;
  transition: all 1s ease-in-out;
  filter: blur(0px);
  pointer-event: auto;
  z-index: 9999999999;
  cursor: pointer;
}

.close-x:hover {
  opacity: 0.9;
  color: white;
  transition: all 1s ease-in-out;
  filter: blur(2px);
}

.shop-bar {
  background-color: var(--primary);
  display: block;
  width: 100vw;
  position: relative;
  padding: 30px;
}

.filter-btns{
float:right;
margin-top:-60px;
}
.filter-low{
margin-top:-60px;
}

.home-shop-btn-a {
  background: rgba(255, 255, 255, 0.2);
  border: solid 1px rgba 255, 255, 255, 0.35;
  box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.2);
  min-height: 20px;
  border-radius: 2px;
  text-align: center;
  padding: 10px;
  font-family: var(--font-family-sans-serif);
  font-weight: 700;
  color: white !important;
  transition: all 0.3s ease-in-out;
  text-shadow: 0px 0px 12px #00aa00;
}

.home-shop-btn-a:hover {
  transform: scale(1.1);
  transition: all 0.3s ease-in-out;
  background: rgba(255, 255, 255, 0.1);
  color:white !important;
}

.your-mom {
  width: 100vw;
  display: block;
  background-color: #fff;
  background-image: url(../img/your-mom-bottom.jpg);
  background-size: 100% auto;
  background-attachment: scroll;
  background-position: bottom center;
  background-repeat:no-repeat;
  min-height: 40vh;
}

.your-mom p {
  line-height: 1.8em;
}

/* product Page */
.prod-left {
  width: 100vw;
  height: 100vh;
  background-size: cover;
  background-position: center center;
  background-attachment: scroll;
  background-repeat: no-repeat;
  background-color: grey;
  top: 0;
  margin: 0 auto 0 auto;
  box-sizing: border-box;
  position: absolute;
  padding-top: calc(50vh - 250px);
  overflow-x:hidden;
}

.prod-left h2 {
  position: relative;
  left: 0px;
  z-index: 99;
  font-size: 2.75em;
  width: 90%;
  text-shadow: 0px 0px 10px white;
}

.prod-left p {
  position: relative;
  left: 0px;
  z-index: 99;
  width: 88%;
  font-size: 1em;
  line-height: 1.2;
}

.prod-left .box {
  height: 600px;
  overflow-x: visible;
  padding-left: 0px;
}

.prod-left .box .shop-button {
  position: relative;
  width: 90%;
  height: 100px;
  margin-top: -40px;
  background-color: var(--primary);
  z-index: 20;
  box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.33);
  transition: all 0.3s ease-in-out;
  text-align: center;
  border-radius: 2px;
}

.prod-left .box .shop-button p {
  top: 10px;
  margin-top: 0px;
  text-align: left;
  font-weight: 300;
  color: white;
  font-size: 1.5em;
  text-transform: uppercase;
  width: 100%;
  padding-left: 20px;
}

.prod-left .box .shop-button:after {
  content: "ADD TO CART";
  float: right;
  color: white;
  font-weight: 700;
  padding-right: 20px;
  margin-top: -34px;
  position: relative;
  transition: all 0.3s ease-in-out;
}

.prod-left .box .shop-button:hover {
  margin-top: -60px;
  box-shadow: 0px 12px 20px 0px rgba(0, 0, 0, 0.14);
  transition: all 0.3s ease-in-out;
  transform: scale(1.02);
}

.prod-left .box .shop-button:hover::after {
  transition: all 0.3s ease-in-out;
}

.prod-left .box .bg-right {
  height: 500px;
  width: 100%;
  /* background-color: rgba(255, 255, 255, 0.7); */
  position: relative;
}

.prod-left .box .bg-right:before {
  content: "";
  height: 500px;
  width: 2000%;
  background-color: rgba(245, 245, 245, 0.8);
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  position: relative;
  display: block;
  float: right;
  border-radius: 0px 2px 2px 0px;
}

.prod-right {
  width: 100vw;
  height: 100vh;
  background-size: cover;
  background-position: center center;
  background-attachment: scroll;
  background-repeat: no-repeat;
  background-color: grey;
  top: 0;
  margin: 0 auto 0 auto;
  box-sizing: border-box;
  position: absolute;
  padding-top: calc(50vh - 250px);
  overflow-x:hidden;
}

.prod-text-box{
  position:absolute;
  top:70px;
}

.prod-right h2 {
  position: relative;
  left: 10%;
  z-index: 99;
  font-size: 2.75em;
  width: 90%;
  text-shadow: 0px 0px 10px white;
}

.prod-right p {
  position: relative;
  left: 10%;
  z-index: 99;
  width: 88%;
  font-size: 1em;
  line-height: 1.2;
}

.prod-right p ul li {
  list-style-type: none;
}

.prod-right .box {
  height: 600px;
  overflow-x: visible;
  padding-left: 0px;
}

.prod-right .box .shop-button {
  position: relative;
  width: 90%;
  height: 100px;
  margin-top: -40px;
  background-color: var(--primary);
  z-index: 20;
  box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.33);
  transition: all 0.3s ease-in-out;
  text-align: center;
  border-radius: 2px;
  left: 10%;
  border: none;
  border-radius: 2px;
}

.prod-right .box .shop-button p {
  top: 10px;
  margin-top: 0px;
  text-align: left;
  font-weight: 300;
  color: white;
  font-size: 1.5em;
  text-transform: uppercase;
  width: 85%;
}

.prod-right .box .shop-button:after {
  content: "ADD TO CART";
  float: right;
  color: white;
  font-weight: 700;
  padding-right: 20px;
  margin-top: -34px;
  position: relative;
  transition: all 0.3s ease-in-out;
}

.prod-right .box .shop-button:hover {
  margin-top: -60px;
  box-shadow: 0px 12px 20px 0px rgba(0, 0, 0, 0.14);
  transition: all 0.3s ease-in-out;
  transform: scale(1.02);
}

.prod-right .box .shop-button:hover::after {
  transition: all 0.3s ease-in-out;
}

.prod-right .box .bg-right {
  height: 500px;
  width: 100%;
  /* background-color: rgba(255, 255, 255, 0.7); */
  position: relative;
}

.prod-right .box .bg-right:after {
  content: "";
  height: 500px;
  width: 2000%;
  background-color: rgba(245, 245, 245, 0.8);
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  position: relative;
  display: block;
  float: left;
  border-radius: 2px 0px 0px 2px;
}

.product-slide {
  z-index: -1;
  height: 100vh;
  width: 100vw;
  top: 0;
  left: 0;
  position: absolute;
}

.shop-qty {
  border-radius: 2px;
  border: none;
  margin-top: -100px;
  /* display: block; */
  position: absolute;
  margin-left: 10%;
  width: 50px;
  margin-bottom: 0px;
  padding-bottom: 0px;
  text-align: center;
  padding: 6px;
  box-shadow: 0px 10px 19px 0px rgba(0, 0, 0, 0.16);
}

.foxycart label {
  font-weight: bold;
  margin-top: -94px;
  margin-left: calc(10% + 60px);
  text-transform: uppercase;
  color: var(--primary);
  position: absolute;
}

.blog {
  width: 100vw;
  height: 60vh;
  background-size: cover;
  background-position: center center;
  background-attachment: scroll;
  background-repeat: no-repeat;
  background-color: grey;
  top: 0;
  margin: 0 auto 0 auto;
  box-sizing: border-box;
  position: absolute;
  padding-top: calc(35vh - 100px);
  overflow-x:hidden;
}

.blog h2 {
  position: absolute;
  top: 70px;
  left: 10%;
  z-index: 99;
  font-size: 2.75em;
  width: 90%;
  text-shadow: 0px 0px 10px white;
}

.blog p {
  position: absolute;
  top: 120px;
  left: 10%;
  z-index: 99;
  width: 88%;
  font-size: 1em;
  line-height: 1.2;
}

.blog .box {
  height: 300px;
  overflow-x: visible;
  padding-left: 0px;
  margin-left: 58.333333%
}

.blog .box .button {
  position: relative;
  width: 90%;
  height: 100px;
  margin-top: -50px;
  background-color: var(--primary);
  z-index: 20;
  box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.33);
  transition: all 0.3s ease-in-out;
  text-align: center;
  border-radius: 2px;
  left: 10%;
}

.blog .box .button p {
  top: 40px;
  margin-top: 0px;
  text-align: center;
  font-weight: 700;
  color: white;
  font-size: 1.5em;
  text-transform: uppercase;
  width: 85%;
}

.blog .box .button:hover {
  margin-top: -60px;
  box-shadow: 0px 12px 20px 0px rgba(0, 0, 0, 0.14);
  transition: all 0.3s ease-in-out;
  transform: scale(1.02);
}

.blog .box .bg-right {
  height: 200px;
  width: 100%;
  /* background-color: rgba(255, 255, 255, 0.7); */
  position: relative;
}

.blog .box .bg-right:after {
  content: "";
  height: 200px;
  width: 2000%;
  background-color: rgba(245, 245, 245, 0.8);
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  position: relative;
  display: block;
  float: left;
  border-radius: 2px 0px 0px 2px;
}

.about {
  width: 100vw;
  height: 60vh;
  background-size: cover;
  background-position: center center;
  background-attachment: scroll;
  background-repeat: no-repeat;
  background-color: grey;
  top: 0;
  margin: 0 auto 0 auto;
  box-sizing: border-box;
  position: absolute;
  padding-top: calc(35vh - 100px);
  overflow-x:hidden;
}

.about h2 {
  position: absolute;
  top: 70px;
  left: 10%;
  z-index: 99;
  font-size: 2.75em;
  width: 90%;
  text-shadow: 0px 0px 10px white;
}

.about p {
  position: absolute;
  top: 120px;
  left: 10%;
  z-index: 99;
  width: 88%;
  font-size: 1em;
  line-height: 1.2;
}

.about .box {
  height: 30px;
  overflow-x: visible;
  padding-left: 0px;
  margin-left: 58.333333%
}

.about .box .button {
  position: relative;
  width: 90%;
  height: 100px;
  margin-top: -50px;
  background-color: var(--primary);
  z-index: 20;
  box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.33);
  transition: all 0.3s ease-in-out;
  text-align: center;
  border-radius: 2px;
  left: 10%;
}

.about .box .button p {
  top: 40px;
  margin-top: 0px;
  text-align: center;
  font-weight: 700;
  color: white;
  font-size: 1.5em;
  text-transform: uppercase;
  width: 85%;
}

.about .box .button:hover {
  margin-top: -60px;
  box-shadow: 0px 12px 20px 0px rgba(0, 0, 0, 0.14);
  transition: all 0.3s ease-in-out;
  transform: scale(1.02);
}

.about .box .bg-right {
  height: 300px;
  width: 100%;
  /* background-color: rgba(255, 255, 255, 0.7); */
  position: relative;
}

.about .box .bg-right:after {
  content: "";
  height: 200px;
  width: 2000%;
  background-color: rgba(245, 245, 245, 0.8);
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  position: relative;
  display: block;
  float: left;
  border-radius: 2px 0px 0px 2px;
}

.equal {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
}
.equal > [class*='col-'] {
  display: flex;
  flex-direction: column;
}

.filter{
  text-decoration:none;

}

.filter:hover{
  text-decoration:none;
  transition: transform 0.3s ease-in-out;
  transform: scale(1.08);
}


a.equal{
  text-decoration:none;
  transition: all 0.3s ease-in-out;
}

a.equal:hover{
  text-decoration:none;
  transition: all 0.3s ease-in-out;
  transform: scale(1.05);
}

#st-1 .st-btn[data-network='sharethis']{
  background: var(--primary) !important;
}


footer{
  background-image:url(../img/ac-color.png);
  background-size:contain;
  background-position:center center;
  background-repeat:no-repeat;
}

.blog-body p img{
  max-width: 100%;
  height: auto;
  margin: 0 auto;
  display: block;
  padding: 5% 5%;
  background: #fafafa;
  border-radius: 8px;
  width: 100%;
  max-width: 100%;
  }


.dropdown-item.is-checked{
  background: var(--primary);
  color:white;
}

.MarkupPagerNav{
  list-style-type: none;
  position: relative;
  overflow: auto;
  margin: 0 auto;
  display: block;
  padding: 0;
}

.MarkupPagerNav li{
  list-style-type: none;
  float: left;
  display: block;
  background: var(--light);
  margin: 5px;
  border-radius: 5px;
  font-size: 12px;
  padding: 8px 13px;

}

.compatible ul{
  column-count:4;
  list-style-type:none;
  width:100%;

}

.compatibe ul li{
  list-style-type:none;
  margin-left:-15px !important;
}

.card-header .btn-link:hover{
  color: var(--seondary);
  text-decoration:none;
}


.left-grad{
  background: linear-gradient(90deg, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 15%, rgba(255,255,255,0) 100%),
              linear-gradient(180deg, rgba(227,227,227,1) 0%, rgba(255,255,255,1) 35%, rgba(255,255,255,1) 100%)
}

.right-grad{
  background: linear-gradient(-90deg, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 15%, rgba(255,255,255,0) 100%),
              linear-gradient(180deg, rgba(227,227,227,1) 0%, rgba(255,255,255,1) 35%, rgba(255,255,255,1) 100%)
}

.prod-hover{
  -webkit-box-shadow: 0px 0px 0px 0px rgba(0,0,0,0);
-moz-box-shadow: 0px 0px 0px 0px rgba(0,0,0,0);
box-shadow: 0px 0px 0px 0px rgba(0,0,0,0);
background:radial-gradient(circle, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%);
background-color:white;
}

.prod-hover:hover{
  -webkit-box-shadow: 0px 0px 23px 0px rgba(0,0,0,0.10), inset 0px 0px 104px 0px rgba(0,0,0,0.02);
  -moz-box-shadow: 0px 0px 23px 0px rgba(0,0,0,0.10),inset 0px 0px 104px 0px rgba(0,0,0,0.02);;
  box-shadow: 0px 0px 23px 0px rgba(0,0,0,0.10), inset 0px 0px 104px 0px rgba(0,0,0,0.02);;
  background-color: var(--light);
}
.tm:after{
content: "\2122";
}

.reg:after{
content: "\00ae";
}

.h10040{
  height:100vh;
}
/* responsive media queries */
@media (max-width: 576px) {

  .slide-left {
    height: 40vh;
    padding-top: 35vh;
    margin-top:115px;
    background-position:right center !important;
  }

  .slide-left h2 {
    padding-left:10px;
    top: 30px;
  }

  .slide-left p {
    padding-left:10px;
    top:80px;
  }

  .slide-left .box {
    background-color: rgba(245, 245, 245, 0.8);
    -webkit-backdrop-filter: blur(8px);
    height:40vh;
  }

  .slide-left .box .button {
    width:100%;
    width: 100%;
    margin-top: -120px;
    margin-left: 7px;

  }


  .slide-left .box .bg-right:before {
    display:none;
  }

  .slide-right {
    height: 40vh;
    padding-top: 35vh;
    margin-top:115px;
    background-position:left center !important;
    overflow:visible;
  }

  .slide-right .container{
    width: calc(100% - 20px);
    margin-left:0;
  }

  .slide-right h2 {
    padding-left:10px;
    top: 30px;
    left:0;
  }

  .slide-right p {
    padding-left:10px;
    top:80px;
    left:0;
  }

  .slide-right .box {
    background-color: rgba(245, 245, 245, 0.8);
    -webkit-backdrop-filter: blur(8px);
    height:40vh;
    margin:0 auto;
  }

  .slide-right .box .button {
    width:100%;
    width: 100%;
    margin-top: -120px;
    margin-left: 7px;
    left:0;

  }

  .slide-right .box .bg-right:after {
    display:none;
  }


  .prod-left {
    height: 100vh;
    padding-top: 35vh;
    margin-top:115px;
    background-position:right center !important;

  .prod-left p {
    padding-left:10px;
    top:80px;
  }

  .prod-left .box {
    background-color: rgba(245, 245, 245, 0.8);
    -webkit-backdrop-filter: blur(8px);
    height:40vh;
  }

  .prod-left .box .button {
    width:100%;
    width: 100%;
    margin-top: -120px;
    margin-left: 7px;

  }


  .prod-left .box .bg-right:before {
    display:none;
  }




  li.our-family{
  display:none;
  }

  li.our-family:after{
  display:none;
  }

  .first-soc {
    padding-left:10px !important;
  }

  .secondary-left{
    width:45% !important;
  }

  .secondary-right{
    width:55% !important;
  }

  .spotlight .sl-box .sl-img{
    width:40%;
    padding: 30% 0;
    float:left;
    margin-right:10%;
    margin-left:-20px;
  }

  .feature-name{
    text-align:left !important;
  }

  .feature-text{
    text-align:left !important;
    float:left;
    width: 50% !important;
  }
  .filter-btns{
  float:left;
  margin-top:calc(100vh - 400px);
  position:fixed;
  z-index:999;
  left: 50%;
  transform:translateX(-50%);
  transition: all 0.5s ease;
  }

  .filter-low{
    margin-top:calc(100vh - 350px);
  }

  .h10040{
    height:40vh;
  }
}

@media (max-width: 768px) {
    .prod-right h2{
    font-size: 1.7em;
    transition: all 0.5s ease;
    }

    .prod-left h2{
    font-size: 1.7em;
    }

    li.our-family{
    display:none;
    }

    li.our-family:after{
    display:none;
    }

    .first-soc {
      padding-left:10px !important;
    }

    .filter-btns{
    float:left;
    margin-top:calc(100vh - 400px);
    position:fixed;
    z-index:999;
    left: 50%;
    transform:translateX(-50%);
    transition: all 0.5s ease;
    }

    .filter-low{
      margin-top:calc(100vh - 350px);
      transition: all 0.5s ease;
    }
    .h10040{
      height:100vh;
    }
}

@media (max-width: 992px) {
  .prod-right h2{
  font-size: 1.7em;
}

.prod-left h2{
font-size: 1.7em;
}
.h10040{
  height:100vh;
}
}

@media (max-width: 1200px) {

  .prod-right h2{
  font-size: 1.7em;
}

.prod-left h2{
font-size: 1.7em;
}
.h10040{
  height:100vh;
}

}

@media (max-width: 1600px) {
  .h10040{
    height:100vh;
  }

}



.prod-left .box .shop-button.low-button:after {
  content: "LOW STOCK";
  float: right;
  color: white;
  font-weight: 700;
  padding-right: 20px;
  margin-top: -34px;
  position: relative;
  transition: all 0.3s ease-in-out;
}

.prod-right .box .shop-button.low-button:after {
  content: "LOW STOCK";
  float: right;
  color: white;
  font-weight: 700;
  padding-right: 20px;
  margin-top: -34px;
  position: relative;
  transition: all 0.3s ease-in-out;
}




/* CSR SUPPIORT */
table.dataTable thead .sorting:after,
table.dataTable thead .sorting:before,
table.dataTable thead .sorting_asc:after,
table.dataTable thead .sorting_asc:before,
table.dataTable thead .sorting_asc_disabled:after,
table.dataTable thead .sorting_asc_disabled:before,
table.dataTable thead .sorting_desc:after,
table.dataTable thead .sorting_desc:before,
table.dataTable thead .sorting_desc_disabled:after,
table.dataTable thead .sorting_desc_disabled:before {
bottom: .5em;
}

button.dt-button, div.dt-button, a.dt-button{
border: none !important;
background: var(--primary) !important;
color: white !important;
border-radius: 4px !important;
font-weight: bold !important;
text-transform:uppercase !important;
}
