* {
  box-sizing: border-box;
}
body {
  margin: 0;
}
*{
  box-sizing:border-box;
}
body{
  margin:0;
}
.navbar-div.sticky{
  position:fixed;
  width:100%;
  top:0;
  z-index:100;
}
body.sticky{
  padding-top:58px;
}
.navbar-div{
  min-height:58px;
  color:white;
  display:flex;
  padding-left:10px;
  padding-right:10px;
}
.navbar-div h2{
  margin-top:0px;
  margin-right:0px;
  margin-bottom:0px;
  margin-left:0px;
  order:0;
  flex-grow:1;
  display:flex;
  align-items:center;
  flex:0 0;
}
.fa.social.fa-facebook{
  background:#3B5998;
  color:white;
  display:inline-block;
}
.fa.social.fa-instagram{
  background:#125688;
  color:white;
  display:inline-block;
}
.fa.social.fa-pinterest{
  background:#cb2027;
  color:white;
  display:inline-block;
}
.fa.social.fa-youtube{
  background:#bb0000;
  color:white;
  display:inline-block;
}
.fa.social.fa-twitter{
  background:#55ACEE;
  color:white;
  display:none;
}
.fa.social.fa-google{
  background:#dd4b39;
  color:white;
  display:none;
}
.fa.social.fa-linkedin{
  background:#007bb5;
  color:white;
  display:none;
}
.navbar-div h2 .social-media-icons{
  text-align:left;
  flex:0 0;
  display:flex;
}
.navbar-wrap{
  order:1;
  flex:1 0;
}
.cart{
  font-size:12px;
  color:red;
  order:2;
  display:flex;
  align-items:center;
}
.stellarnav .menu-toggle{
  color:inherit;
}
.stellarnav .menu-toggle span.bars span{
  background:currentColor;
}
.stellarnav{
  z-index:100;
}
.stellarnav .menu{
  z-index:100;
}
.stellarnav li{
  undefined:undefined;
}
.stellarnav li a{
  color:inherit;
  background:inherit;
}
.stellarnav.desktop li.has-sub a{
  padding-right:10px;
}
.stellarnav li.has-sub>a:after{
  border-top-color:inherit;
}
.stellarnav li.has-sub ul li a{
  color:black;
}
.stellarnav li.drop-left li.has-sub>a:after{
  border-right-color:inherit;
}
.stellarnav li li.has-sub a{
  undefined:undefined;
}
.stellarnav li.drop-left li.has-sub a{
  undefined:undefined;
}
.stellarnav li li.has-sub>a:after{
  border-left-color:inherit;
}
.stellarnav>ul>li>a{
  padding:20px;
}
.cart a{
  color:inherit;
  text-decoration:none;
}
.cart .fa-stack[data-count]:after{
  position:absolute;
  right:0%;
  top:0px;
  content:attr(data-count);
  font-size:40%;
  font-weight:bold;
  padding:.6em;
  border-radius:999px;
  line-height:.65em;
  color:inherit;
  text-align:center;
  min-width:2em;
  background-color:white;
  border-style:solid;
}
.cart .fa-circle{
  color:red;
}
#ibf0d{
  color:#000;
}
.flex-row{
  display:flex;
  justify-content:flex-start;
  align-items:stretch;
  flex-wrap:nowrap;
  padding:10px;
}
.cell{
  min-height:75px;
  flex-grow:1;
  flex-basis:100%;
}
#iue26{
  display:flex;
  justify-content:space-around;
  align-items:center;
}
#itfcj{
  font-family:Gupter, Arial, sans-serif;
  font-size:57px;
  font-weight:normal;
  margin:0 0 0 0;
}
#i0yxy{
  color:#000;
}
#i2r1i{
  color:#000;
}
#iykkg{
  color:rgba(255,0,0,0);
}
#navbar{
  padding:0 10px 0 60px;
  border:1px solid #d3d3d3;
  background-image:linear-gradient(#fff,#fff);
  background-repeat:repeat;
  background-position:left top;
  background-attachment:scroll;
  background-size:auto;
}
#irv3{
  padding:30px 10px 30px 10px;
}
@media (min-width: 768px){
  .stellarnav li .has-sub a{
	text-align:right;
  }
}
@media (max-width: 768px){
  .flex-row{
	flex-wrap:wrap;
  }
}
@media (max-width: 767px){
  .cart{
	font-size:12px;
	margin-top:3px;
  }
  .navbar-wrap{
	float:none;
  }
  .navbar-div{
	min-height:48px;
	padding-left:5px;
	padding-right:5px;
  }
  body.sticky{
	padding-top:48px;
  }
  .stellarnav{
	justify-content:flex-start;
	text-align:center;
  }
}
