/*====== RESPONSIVE BREAKPOINT VARIABLES ======= */
@import url('https://fonts.googleapis.com/css?family=Poiret+One');
.l-header {
 margin: auto;
    max-width: 1100px;
}
.l-header .wrapper{background-color: #fff;}

.l-header .l-top-links {
  width: 100%;
  height: 26px;
  padding: 0 8px;
  background-color: #fff;
}
.l-top-links .top-links {
  float: right;
  margin-right: 10px;
  padding-top: 4px;
  color:#000;
}
@media only screen and (max-width: 768px) {
  .l-top-links .top-links {
    float: none;
    width: 100%;
  }
}
.l-top-links .top-links li {
	font-size:12px;
    float: left;
}
.l-top-links .top-links li a{ color:#000}
.l-top-links .top-links li:not(:last-child):after {
  content: '|';
  margin: 0 5px;
  color:#000;
}

@media only screen and (max-width: 768px) {
  .l-header .l-top-links {
    height: auto;
    text-align: center;
    padding: 10px 0;
  }
}
.l-header .l-top-links .icon-links {
  float: left;
  width: 580px;
  padding-top: 2px;
}
@media only screen and (max-width: 768px) {
  .l-header .l-top-links .icon-links {
    float: none;
    width: 100%;
  }
}
.l-header .l-top-links .icon-links li {
  float: left;
  width: 23px;
  height: 23px;
  margin-right: 1px;
}
@media only screen and (max-width: 768px) {
  .l-header .l-top-links .icon-links li {
    float: none;
    display: -moz-inline-stack;
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    zoom: 1;
    *display: inline;
  }
}
.l-header .l-top-links .icon-links li.facebook-icon {
  width: 22px;
  background-image: url("../img/sprite.png");
  background-position: -1px -93px;
  background-repeat: no-repeat;
}
.l-header .l-top-links .icon-links li.twitter-icon {
  background-image: url("../img/sprite.png");
  background-position: -1px -47px;
  background-repeat: no-repeat;
}
.l-header .l-top-links .icon-links li.youtube-icon {
  background-image: url("../img/sprite.png");
  background-position: -1px -116px;
  background-repeat: no-repeat;
}
.l-header .l-top-links .icon-links li.gplus-icon {
  width: 22px;
  background-image: url("../img/sprite.png");
  background-position: -1px -24px;
  background-repeat: no-repeat;
}
.l-header .l-top-links .icon-links li.rss-icon {
  background-image: url("../img/sprite.png");
  background-position: 0 -70px;
  background-repeat: no-repeat;
}
.l-header .l-top-links .icon-links li.newsletter-icon {
  position: relative;
  width: 80px;
  overflow: visible;
  background-image: url("../img/sprite.png");
  background-position: -1px -1px;
  background-repeat: no-repeat;
}
.l-header .l-top-links .icon-links .newsletter-form {
  position: absolute;
  left: 85px;
  top: 0;
  display: none;
  width: 250px;
  text-indent: 0;
}
.l-header .l-top-links .icon-links .newsletter-form input[type=text] {
  width: 200px;
  height: 22px;
  border: 0;
  background-color: #fff;
  padding: 0 10px;
}
.l-header .l-top-links .icon-links .newsletter-form input[type=submit], .l-header .l-top-links .icon-links .newsletter-form input[type=button], .l-header .l-top-links .icon-links .newsletter-form button {
  width: 45px;
  height: 22px;
  border: 0;
  background-color: #ccc;
  text-transform: uppercase;
}
.l-header .header-columns {
  padding: 20px 8px;
}
.l-header .header-columns .logo {
  float: left;
  width: 33%;
  margin-top:13px;
}
@media only screen and (max-width: 768px) {
  .l-header .header-columns .logo {
    float: none;
    text-align: center;
    width: 100%;
  }
}
.l-header .header-columns .contact-cols {
  width: 66%;
  float: left;
  padding-top:10px;
}
@media only screen and (max-width: 768px) {
  .l-header .header-columns .contact-cols {
    float: none;
    width: 100%;
    text-align: center;
    margin: 15px auto 0;
  }
}
.l-header .header-columns .contact-cols li {
  width: 50%;
  float: left;
  font-family: 'Open Sans', sans-serif;
  color:#404146;
}
@media only screen and (max-width: 768px) {
  .l-header .header-columns .contact-cols li {
    float: none;
    display: -moz-inline-stack;
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    zoom: 1;
    *display: inline;
    width: auto;
    min-width: 310px;
    text-align: left;
    margin-bottom: 5px;
  }
}
.l-header .header-columns .contact-cols li:before {
  content: '';
  float: left;
  width: 55px;
  height: 55px;
  margin: 0 10px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  background-color: #267946;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}
.l-header .header-columns .contact-cols li:hover:before {
  background-color: #000;
}
.l-header .header-columns .contact-cols li h5 {
  margin-top: 10px;
  margin-bottom: 5px;
  font-size: .95em;
  color:#000;
}
.l-header .header-columns .contact-cols li h6 {
  font-size: .75em;
  color:#000;
}
.l-header .header-columns .contact-cols li b {
  text-transform: uppercase;
  
}
.l-header .header-columns li.contact-support:before {
  background-image: url("../img/sprite.png");
  background-position: -40px -384px;
  background-repeat: no-repeat;
}
.l-header .header-columns li.contact-email:before {
  background-image: url("../img/sprite.png");
  background-position: -40px -340px;
  background-repeat: no-repeat;
}
.l-header .navigation-container {
  position: relative;
  z-index: 99;
  height: 45px;
  background-color: #000;
}
@media only screen and (max-width: 768px) {
  .l-header .navigation-container {
    height: auto;
  }
}
.l-header .navigation-container .toggle-button {
  display: none;
  padding: 17px 15px 13px;
  cursor: pointer;
}
@media only screen and (max-width: 768px) {
  .l-header .navigation-container .toggle-button {
    display: block;
  }
}
.l-header .navigation-container .toggle-button span {
  float: left;
}
.l-header .navigation-container .toggle-button i {
  display: block;
  width: 25px;
  border-bottom: 4px solid #fff;
  margin-bottom: 4px;
}
.l-header .navigation-container .toggle-button b {
  float: left;
  margin-top: 2px;
  margin-left: 10px;
  font-family: Oswald, sans-serif;
  font-size: .95em;
}
.l-header .navigation-container .search-container {
  position: relative;
  float: right;
  width: 345px;
  margin-right: 10px;
  margin-top: 4.5px;
}
@media only screen and (max-width: 768px) {
  .l-header .navigation-container .search-container {
    float: none;
    width: 100%;
  }
}
.l-header .navigation-container .home-link {
  float: left;
  width: 60px;
  height: 100%;
}
.l-header .navigation-container .home-link a{
  float: left;
  width: 60px;
  height: 100%;
  background-image: url("../img/sprite.png");
  background-position: -24px -27px;
  background-repeat: no-repeat;
}
.l-header .navigation-container .home-link a:hover{
  background-color: #267946;
}
@media only screen and (max-width: 768px) {
  .l-header .navigation-container .home-link {
    display: none;
  }
}
.l-header .navigation-container .navigation {
  float: left;
  height: 100%;
  /* overflow: hidden; */
}
@media only screen and (max-width: 768px) {
  .l-header .navigation-container .navigation {
    display: none;
    width: 100%;
    height: auto;
    float: none;
    margin: 0 -1px;
  }
}
.l-header .navigation-container .navigation > li {
  float: left;
  height: 100%;
  padding: 14px 9.5px;
  font-size: 1.05em;
  cursor: pointer;
  -webkit-transition: background 200ms ease;
  -moz-transition: background 200ms ease;
  -o-transition: background 200ms ease;
  transition: background 200ms ease;
  text-transform:uppercase;
}
.l-header .navigation-container .navigation > li > span,.l-header .navigation-container .navigation > li > a{
	color:#fff;
	font-family: 'Poiret One', cursive;
}
.l-header .navigation-container .navigation > li.has-child:after {
  content: '';
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  zoom: 1;
  *display: inline;
  width: 9px;
  height: 5px;
  margin-left: 3px;
  background-image: url("../img/sprite.png");
  background-position: -18px -628px;
  background-repeat: no-repeat;
}
@media only screen and (max-width: 768px) {
  .l-header .navigation-container .navigation > li {
    position: relative;
    width: 100%;
    text-align: left;
    float: none;
    padding: 15px 0;
    border-top: 1px solid #fff;
  }
  .l-header .navigation-container .navigation > li > span {
    margin-left: 15px;
  }
  .l-header .navigation-container .navigation > li > a {
    padding-left: 15px;
  }
  .l-header .navigation-container .navigation > li.has-child:after {
    position: absolute;
    right: 15px;
    top: 21px;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
  }
  .l-header .navigation-container .navigation > li.has-child.opened {
    background-color: #e3e0e0;
  }
  .l-header .navigation-container .navigation > li.has-child.opened:after {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
  }
}
.l-header .navigation-container .navigation > li:hover {
  background-color: #267946;
}
.l-header .navigation-container .navigation > li:hover > a, .l-header .navigation-container .navigation > li:hover > span {
 color: #fff;
}
.l-header .navigation-container .navigation > li:hover ul {
  /* display: block; */
}
.l-header .navigation-container .navigation > li > ul {
  display: none;
  position: absolute;
  left: 0;
  top: 45px;
  width: 100%;
  /*height: 407px;*/
  background-color: #626a7d;
  background-color: rgba(98, 106, 125, 0.5);
  text-align: left;
}
.l-header .navigation-container .navigation > li:hover > ul {
	display:block;
}
@media only screen and (max-width: 768px) {
  .l-header .navigation-container .navigation > li > ul {
    position: relative;
    left: 0;
    top: 15px;
    background-color: #5F6874;
  }
}
.l-header .navigation-container .navigation > li > ul > li {
  float: left;
}
@media only screen and (max-width: 768px) {
  .l-header .navigation-container .navigation > li > ul > li {
    float: none;
  }
}
.l-header .search-container input[type=text] {
  width: 100%;
  height: 35px;
  padding-left: 15px;
  padding-right: 75px;
  -moz-border-radius-topright: 2px;
  -webkit-border-top-right-radius: 2px;
  border-top-right-radius: 2px;
  -moz-border-radius-bottomright: 2px;
  -webkit-border-bottom-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border: 0;
}
@media only screen and (max-width: 768px) {
  .l-header .search-container input[type=text] {
    width: 100%;
  }
}
.l-header .search-container input[type=submit], .l-header .search-container input[type=button], .l-header .search-container button {
  position: absolute;
  top: 0px;
  right: -1px;
  width: 60px;
  height: 35px;
  background-color: #267946;
  background-image: url("../img/sprite.png");
  background-position: -33px -228px;
  background-repeat: no-repeat;
  border: 0;
  -webkit-transition: background-color 500ms ease;
  -moz-transition: background-color 500ms ease;
  -o-transition: background-color 500ms ease;
  transition: background-color 500ms ease;
  cursor: pointer;
  -moz-border-radius-topright: 2px;
  -webkit-border-top-right-radius: 2px;
  border-top-right-radius: 2px;
  -moz-border-radius-bottomright: 2px;
  -webkit-border-bottom-right-radius: 2px;
  border-bottom-right-radius: 2px;
}
@media only screen and (max-width: 768px) {
  .l-header .search-container input[type=submit], .l-header .search-container input[type=button], .l-header .search-container button {
    right: 0;
    -moz-border-radius-topright: 0;
    -webkit-border-top-right-radius: 0;
    border-top-right-radius: 0;
    -moz-border-radius-bottomright: 0;
    -webkit-border-bottom-right-radius: 0;
    border-bottom-right-radius: 0;
  }
}
.l-header .search-container input[type=submit]:hover, .l-header .search-container input[type=button]:hover, .l-header .search-container button:hover {
  background-color: #85ad51;
}
.l-header .navigation-container .nav-categories > ul {
  padding: 15px 0 0 15px;
  cursor: default;
}
@media only screen and (max-width: 768px) {
  .l-header .navigation-container .nav-categories > ul {
    padding: 15px 15px 0;
  }
}
.l-header .navigation-container .nav-categories > ul > li {
  width: 255px;
  height: 180px;
  margin: 0 16px 16px 0;
  padding: 12px;
  background-color: #fff;
}
@media only screen and (max-width: 768px) {
  .l-header .navigation-container .nav-categories > ul > li {
    width: 100%;
    height: 165px;
    float: none;
  }
}
.l-header .navigation-container .nav-categories > ul > li h4 {
  height: 28px;
  color: #fff;
  background-color: #000;
  font-weight: bold;
  text-transform: capitalize;
}
.l-header .navigation-container .nav-categories > ul > li h4 a {
  display: block;
  width: 100%;
  height: 100%;
  padding: 6px 8px;
  color:#fff;
}
.l-header .navigation-container .nav-categories > ul > li ul {
  text-transform: capitalize;
}
.l-header .navigation-container .nav-categories > ul > li ul a {
  color: #000;
}
.l-header .navigation-container .nav-categories > ul > li ul li {
  margin-left: 5px;
  margin-top: 10px;
  padding-left: 10px;
  background-image: url("../img/sprite.png");
  background-position: -65px -325px;
  background-repeat: no-repeat;
  font-size: .85em;
}
.l-header .navigation-container .nav-categories img {
  float: right;
  margin: 10px;
}
@media only screen and (max-width: 768px) {
  .l-header .navigation-container .nav-categories img {
    display: none;
  }
}
@media only screen and (max-width: 768px) {
  .l-header .navigation-container .nav-brands {
    width: 100% !important;
  }
}
.l-header .navigation-container .nav-brands ul {
  padding: 15px 0 0 15px;
  cursor: default;
}
@media only screen and (max-width: 768px) {
  .l-header .navigation-container .nav-brands ul {
    text-align: center !important;
  }
}
.l-header .navigation-container .nav-brands ul li {
  width: 136px;
  height: 170px;
  margin-right: 15px;
  margin-bottom: 15px;
  background-color: #fff;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .l-header .navigation-container .nav-brands ul li {
    display: -moz-inline-stack;
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    zoom: 1;
    *display: inline;
    float: none !important;
  }
}
.l-header .navigation-container .nav-brands ul li a {
  display: block;
  width: 100%;
  height: 100%;
  padding: 10px;
}
.l-header .navigation-container .nav-brands ul li h4 {
  padding: 9px 13px;
  color: #fff;
  background-color: #a39473;
  font-family: 'Oswald', sans-serif;
  font-size: .8em;
  text-align: left;
  text-transform: capitalize;
}
.l-header .navigation-container .nav-brands ul li .brand-image {
  width: 116px;
  height: 115px;
  display: table-cell;
  vertical-align: middle;
}
.l-header .navigation-container .nav-brands ul li .brand-image img {
  max-width: 90%;
  max-height: 90%;
}
.l-header .navigation-container .nav-links {
  /* &  > ul {
  	padding-right: 15px;
  	padding-bottom: 15px;
  	&  > li {
  		width: 100%;
  		height: 100%;
  		margin: 0;
  		background: rgb(255,255,255);
  		background: rgba(255,255,255,.9);
  	}
  } */
  position: relative;
}
.l-header .navigation-container .nav-links ul {
  width: 105% !important;
  padding: 15px 15px 0;
  border: 1px solid #ddd;
  background-color: #fff !important;
  cursor: default;
}
@media only screen and (max-width: 768px) {
  .l-header .navigation-container .nav-links ul {
    width: 100% !important;
  }
}
.l-header .navigation-container .nav-links ul li {
  float: none;
  width: 100%;
  height: 16px;
  background-image: url("../img/sprite.png");
  background-position: -65px -325px;
  background-repeat: no-repeat;
  margin-bottom: 20px;
  text-transform: capitalize;
  font-size: .75em;
  font-weight: bold;
}
.l-header .navigation-container .nav-links ul li a {
  display: block;
  width: 100%;
  height: 100%;
  padding-left: 15px;
  color: #000;
}
.l-header .navigation-container .nav-promotions ul {
  padding: 15px 0 0 15px;
}
@media only screen and (max-width: 768px) {
  .l-header .navigation-container .nav-promotions ul {
    text-align: center !important;
  }
}
.l-header .navigation-container .nav-promotions ul li {
  width: 202px;
  height: 290px;
  padding: 13px;
  margin-right: 15px;
  margin-bottom: 15px;
  background-color: #fff;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .l-header .navigation-container .nav-promotions ul li {
    display: -moz-inline-stack;
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    zoom: 1;
    *display: inline;
    float: none !important;
  }
}
.l-header .navigation-container .nav-promotions ul li a {
  display: block;
  width: 100%;
  height: 100%;
}
.l-header .navigation-container .nav-promotions ul li .promotion-image {
  width: 176px;
  height: 180px;
  display: table-cell;
  vertical-align: middle;
}
.l-header .navigation-container .nav-promotions ul li .promotion-image img {
  max-width: 100%;
  max-height: 100%;
}
.l-header .navigation-container .nav-promotions ul li h4 {
  margin-bottom: 8px;
  color: #000;
  text-transform: none;
  font-size: .9em;
  font-weight: bold;
}
.l-header .navigation-container .nav-promotions ul li .promotion-price {
  color: #000;
  font-family: 'Georgia',sans-serif;
  font-style: italic;
  font-weight: bold;
  border-top: 1px solid #e7e7e7;
}
.l-header .navigation-container .nav-promotions ul li .add-to-cart {
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  zoom: 1;
  *display: inline;
  margin-top: 5px;
  padding: 9px 16px;
  background-color: #a39473;
  font-family: 'Oswald',sans-serif;
  font-size: .8em;
  text-transform: capitalize;
}

/* Cross-Browser Bug Fixes */
/* IE */
.ie .search-container {
  width: 340px !important;
}
