/*====== RESPONSIVE BREAKPOINT VARIABLES ======= */
@import url(https://fonts.googleapis.com/css?family=Poiret+One);
{
  /* font: 1em/1em 'arial', sans-serif;
  margin: 0;
  padding: 0; 
  
  @media only screen and (max-width : 768px){
  	.wrapper {
  		width: 100% !important;
  	}
  }*/
  /************************ LAYOUT *************************/
  /************************ MODULES *************************/
  /* Top links */
}
.l-top-links {
  width: 100%;
  background:#4f4f51
}
.l-top-links .wrapper {
  height: 35px;
  /*background-color: #472a1b;*/
  padding-top: 5px;
}
@media only screen and (max-width: 768px) {
  .l-top-links .wrapper {
    height: auto;
    text-align: center;
    padding: 10px 0;
  }
}
.l-top-links .icon-links {
  float: left;
  width: 530px;
  padding-top: 2px;
  padding-left: 10px;
}
@media only screen and (max-width: 768px) {
  .l-top-links .icon-links {
    float: none;
    width: 100%;
  }
}
.l-top-links .icon-links li {
  float: left;
}
@media only screen and (max-width: 768px) {
  .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-top-links .call-now {
  float: left;
  padding-top: 4px;
  color:#000
}
@media only screen and (max-width: 768px) {
  .l-top-links .call-now {
    float: none;
  }
}
.l-top-links .top-links {
  float: right;
  margin-right: 10px;
  padding-top: 4px;
}
@media only screen and (max-width: 768px) {
  .l-top-links .top-links {
    float: none;
    width: 100%;
  }
}
.l-top-links .top-links li {
  float: left;
  color:#fff;
}
.l-top-links .top-links li a{
  color:#fff;
}
@media only screen and (max-width: 768px) {
  .l-top-links .top-links li {
    float: none;
    display: -moz-inline-stack;
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    zoom: 1;
    *display: inline;
  }
}
.l-header .logo-and-search {
  height: 160px;
  padding-top: 20px;
 background:#fff;
}
@media only screen and (max-width: 768px) {
  .l-header .logo-and-search {
    height: auto;
    text-align: center;
    padding: 20px 0 5px;
  }
}
.l-header .logo-and-search .logo {
  float: left;
  margin-left: 15px;
  margin-top:5px;
 /*  width: 200px;
  height: 103px;
  line-height: 100%;
  background: rgba(178,235,8,1);
  background: -moz-linear-gradient(top, rgba(178,235,8,1) 0%, rgba(119,170,15,1) 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(178,235,8,1)), color-stop(100%, rgba(119,170,15,1)));
  background: -webkit-linear-gradient(top, rgba(178,235,8,1) 0%, rgba(119,170,15,1) 100%);
  background: -o-linear-gradient(top, rgba(178,235,8,1) 0%, rgba(119,170,15,1) 100%);
  background: -ms-linear-gradient(top, rgba(178,235,8,1) 0%, rgba(119,170,15,1) 100%);
  background: linear-gradient(to bottom, rgba(178,235,8,1) 0%, rgba(119,170,15,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b2eb08', endColorstr='#77aa0f', GradientType=0 ); */
}
@media only screen and (max-width: 768px) {
  .l-header .logo-and-search .logo {
    display: -moz-inline-stack;
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    zoom: 1;
    *display: inline;
    float: none;
  }
}
.l-header .logo-and-search .logo a {
  display: block;
  width: 100%;
  /*height: 100%;*/
  /* padding: 13px 20px 4px; */
}
.l-header .logo-and-search .logo img {
  max-width: 100%;
  max-height: 100%;
  *width: 100%;
  *height: 100%;
}
.l-header .logo-and-search .search-container {
  position: relative;
  float: right;
  margin-top: 22px;
  margin-right:60px;
}
.l-header .logo-and-search .search-container.comp {
    margin-top: 55px;
}
@media only screen and (max-width: 768px) {
  .l-header .logo-and-search .search-container {
    float: none;
    margin-top: 20px;
    margin-right: 0;
  }
}
.l-header .navigation-container {
  position: relative;
  z-index: 99;
  height: 55px;
background: #4f4f51; /* Old browsers */
}
@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 .home-link {
  float: left;
  width: 55px;
  height: 100%;
}
.l-header .navigation-container .home-link a{
  float: left;
  width: 55px;
  height: 100%;
  background-image: url("../img/sprite.png");
  background-repeat: no-repeat;
  background-position:-28px -23px
}
.l-header .navigation-container .home-link:hover{
background-color: #85b90e; 
}
.l-header .navigation-container .home-link:hover a{
}
@media only screen and (max-width: 768px) {
  .l-header .navigation-container .home-link {
    display: none;
  }
}
.l-header .navigation-container .navigation {
  float: right;
  width: 1045px;
  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: 20px 46px;
  text-align: center;
  border-left: 1px solid #c8c8c8;
  font-size:20px;
  cursor: pointer;
  -webkit-transition: background 200ms ease;
  -moz-transition: background 200ms ease;
  -o-transition: background 200ms ease;
  transition: background 200ms ease;
  color:#fff;
  text-transform: uppercase;
}
.l-header .navigation-container .navigation > li:last-child {  padding: 20px 47px;}
.l-header .navigation-container .navigation > li > a, .l-header .navigation-container .navigation > li > span{color:#fff;}
@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 {
    content: '';
    background-image: url("../img/sprite.png");
    background-position: -51px -122px;
    background-repeat: no-repeat;
    position: absolute;
    right: 15px;
    top: 17px;
    width: 7px;
    height: 11px;
    -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: #e7b50d; /* Old browsers */
background: -moz-linear-gradient(top,  #e7b50d 0%, #dc9919 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  #e7b50d 0%,#dc9919 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  #e7b50d 0%,#dc9919 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e7b50d', endColorstr='#dc9919',GradientType=0 ); /* IE6-9 */
  }
  .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: #85b90e; /* Old browsers */
  color:#fff;
}
.l-header .navigation-container .navigation > li:hover > a, .l-header .navigation-container .navigation > li:hover > span{
  color:#fff;
}
.l-header .navigation-container .navigation > li > ul {
  display: none;
  /*height: 505px;*/
  position: absolute;
  left: 0;
  top: 55px;
  width: 100%;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.5);
  text-align: left;
}
@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;
}
.support-text {
  width: 292px;
  height: 55px;
  display: block;
  float: right;
  /* background: #FFFFFF;
  top: -40px; */
  position: relative;
  color: #000;
  padding-left: 60px;
  margin-right: 10px;
  background-image: url("../img/sprite.png");
  background-position:-96px -4px;
  background-repeat: no-repeat;
  padding-top: 5px;
  margin-top: 30px;
  text-align: left;
}
@media only screen and (max-width: 768px) {
  .support-text {
    float: none;
    margin-right: 0;
    display: inline-block;
    margin-left: 20px;
  }
}
.support-text h2 {
  font-size: 16px;
  text-transform:uppercase;
  line-height:20px;
}
.support-text b {
  float: left;
  display: block;
 text-transform: none;
  font-size: 12px;
}
.l-top-links {
  font-weight: bold;
  font-size: .8em;
}
.l-top-links .top-links li:not(:last-child):after {
  content: '|';
  margin: 0 5px;
}
.l-top-links .call-now span:before {
  content: '';
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  zoom: 1;
  *display: inline;
  width: 21px;
  height: 14px;
  margin-top: -4px;
  margin-right: 10px;
  background-image: url("../img/sprite.png");
  background-position: -57px -446px;
  background-repeat: no-repeat;
}
.l-top-links .icon-links li {
  width: 23px;
  height: 23px;
  margin-right: 1px;
}
.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-top-links .icon-links li.twitter-icon {
  background-image: url("../img/sprite.png");
  background-position: -1px -47px;
  background-repeat: no-repeat;
}
.l-top-links .icon-links li.youtube-icon {
  background-image: url("../img/sprite.png");
  background-position: -1px -116px;
  background-repeat: no-repeat;
}
.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-top-links .icon-links li.rss-icon {
  background-image: url("../img/sprite.png");
  background-position: 0 -70px;
  background-repeat: no-repeat;
}
.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;
}
@media only screen and (max-width: 768px) {
  .l-top-links .icon-links li.newsletter-icon {
    overflow: hidden;
  }
}
.l-top-links .icon-links .newsletter-form {
  position: absolute;
  left: 85px;
  top: 0;
  display: none;
  width: 250px;
  text-indent: 0;
}
.l-top-links .icon-links .newsletter-form input[type=text] {
  width: 200px;
  height: 22px;
  border: 0;
  background-color: #fff;
  padding: 0 10px;
}
.l-top-links .icon-links .newsletter-form input[type=submit], .l-top-links .icon-links .newsletter-form input[type=button], .l-top-links .icon-links .newsletter-form button {
  width: 45px;
  height: 22px;
  border: 0;
  background-color: #ccc;
  text-transform: capitalize;
}
.l-header .search-container h3 {
  color: #000;
  font-weight: 700;
  font-size: 14px;
  text-align: center;
  text-transform:uppercase;
  letter-spacing: .2px;
  margin-bottom: 13px;
}
.l-header .search-container input[type=text] {
  width: 100%;
  height: 37px;
  padding-left: 10px;
  padding-right: 70px;
  border: 1px solid #d4d2d3;
  margin-right: 65px;
}
@media only screen and (max-width: 768px) {
  .l-header .search-container input[type=text] {
    width: 100%;
    margin-right: 0;
  }
}
.l-header .search-container input[type=submit], .l-header .search-container input[type=button], .l-header .search-container button {
  position: absolute;
  /*top*/
  bottom: 3px;
  right: 3px;
  width: 60px;
  height: 30px;
  background-color: #85b90e;
  background-image: url("../img/sprite.png");
  background-position: -35px -229px;
  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;
}
.l-header .search-container input[type=submit]:hover, .l-header .search-container input[type=button]:hover, .l-header .search-container button:hover {
  background-color: #85b90e;
}
.navigation-container .nav-categories > ul {
  padding: 15px 0 0 15px;
  cursor: default;
}
@media only screen and (max-width: 768px) {
  .navigation-container .nav-categories > ul {
    padding: 15px 15px 0;
  }
}
.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) {
  .navigation-container .nav-categories > ul > li {
    width: 100%;
    height: 165px;
    float: none;
  }
}
.navigation-container .nav-categories > ul > li h4 {
  height: 28px;
  color: #fff;
  background-color: #85b90e;
  font-weight: bold;
  font-size:12px;
}
.navigation-container .nav-categories > ul > li h4 a {
  display: block;
  width: 100%;
  height: 100%;
  padding: 6px 8px;
  color:#fff
}
.navigation-container .nav-categories > ul > li ul {
  text-transform: capitalize;
}
.navigation-container .nav-categories > ul > li ul a {
  color: #000;
  font-size:14px;
}
.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;
  line-height:15px;
}
.navigation-container .nav-categories img {
  float: right;
  margin: 10px;
}
@media only screen and (max-width: 768px) {
  .navigation-container .nav-categories img {
    display: none;
  }
}
.navigation-container .nav-brands {
}
@media only screen and (max-width: 768px) {
  .navigation-container .nav-brands {
    width: 100% !important;
  }
}
.navigation-container .nav-brands ul {
  padding: 15px 0 0 15px;
  cursor: default;
}
@media only screen and (max-width: 768px) {
  .navigation-container .nav-brands ul {
    text-align: center !important;
  }
}
.navigation-container .nav-brands ul li {
  width: 136px;
  height: 170px;
  margin-right: 15px;
  margin-bottom: 15px;
  background-color: #fff;
  text-align: center !important;
}
@media only screen and (max-width: 768px) {
  .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;
  }
}
.navigation-container .nav-brands ul li a {
  display: block;
  width: 100%;
  height: 100%;
  padding: 10px;
}
.navigation-container .nav-brands ul li h4 {
  padding: 9px 13px;
  color: #fff;
  background-color: #85b90e;
  font-family: 'Oswald', sans-serif;
  font-size: .8em;
  text-align: left;
  text-transform:uppercase;
}
.navigation-container .nav-brands ul li .brand-image {
  width: 116px;
  height: 115px;
  display: table-cell;
  vertical-align: middle;
}
.navigation-container .nav-brands ul li .brand-image img {
  max-width: 90%;
  max-height: 90%;
}
.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;
}
.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) {
  .navigation-container .nav-links ul {
    width: 100% !important;
  }
}
.navigation-container .nav-links ul li {
  float: none !important;
  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;
}
.navigation-container .nav-links ul li a {
  display: block;
  width: 100%;
  height: 100%;
  padding-left: 15px;
  color: #000;
}
.navigation-container .nav-promotions ul {
  padding: 15px 0 0 15px;
}
@media only screen and (max-width: 768px) {
  .navigation-container .nav-promotions ul {
    text-align: center !important;
  }
}
.navigation-container .nav-promotions ul li {
  width: 202px;
  height: 310px;
  padding: 13px;
  margin-right: 15px;
  margin-bottom: 15px;
  background-color: #fff;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .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;
  }
}
.navigation-container .nav-promotions ul li a {
  display: block;
  width: 100%;
  height: 100%;
}
.navigation-container .nav-promotions ul li .promotion-image {
  width: 176px;
  height: 180px;
  display: table-cell;
  vertical-align: middle;
}
.navigation-container .nav-promotions ul li .promotion-image img {
  max-width: 100%;
  max-height: 100%;
}
.navigation-container .nav-promotions ul li h4 {
  margin-bottom: 8px;
  color: #000;
  text-transform: none;
  font-size: .9em;
  font-weight: bold;
}
.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;
}
.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: #85b90e;
  font-family: 'Oswald',sans-serif;
  font-size: .8em;
}
.shop-now:hover{
  background-color: #85b90e !important;
}
.l-header .navigation-container .navigation > li:hover > ul{display:block}

