@charset "UTF-8";
.btn.add-to-cart {
  background: transparent;
  color: #fff;
}

.btn.add-to-cart:hover {
  background: #f74802;
}

@keyframes moveFromRight {
  0% {
    opacity: 0;
    transform: translateX(200%);
  }

  100% {
    opacity: 1;
    transform: translateX(0%);
  }
}
@-webkit-keyframes moveFromRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(200%);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0%);
  }
}
@keyframes moveFromLeft {
  0% {
    opacity: 0;
    transform: translateX(-200%);
  }

  100% {
    opacity: 1;
    transform: translateX(0%);
  }
}
@-webkit-keyframes moveFromLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-200%);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0%);
  }
}
@keyframes moveFromLeftIcon {
  0% {
    opacity: 0;
    transform: translateX(-200%);
  }

  50% {
    opacity: 0;
    transform: translateX(-200%), rotateY(-180deg);
  }

  100% {
    opacity: 1;
    transform: translateX(0%), rotateY(-180deg);
  }
}
@-webkit-keyframes moveFromLeftIcon {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-200%);
  }

  50% {
    opacity: 0;
    -webkit-transform: translateX(-200%), rotateY(-180deg);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0%), rotateY(-180deg);
  }
}
@keyframes moveFromTop {
  0% {
    opacity: 0;
    transform: translateY(-200%);
  }

  50% {
    opacity: 0.5;
    transform: translateY(-100%);
  }

  100% {
    opacity: 1;
    transform: translateY(0%);
  }
}
@-webkit-keyframes moveFromTop {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-200%);
  }

  50% {
    opacity: 0.5;
    -webkit-transform: translateY(-100%);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0%);
  }
}
@keyframes moveFromBottom {
  0% {
    opacity: 0;
    transform: translateY(200%);
  }

  50% {
    opacity: 0.5;
    transform: translateY(100%);
  }

  100% {
    opacity: 1;
    transform: translateY(0%);
  }
}
@-webkit-keyframes moveFromBottom {
  0% {
    opacity: 0;
    -webkit-transform: translateY(200%);
  }

  50% {
    opacity: 0.5;
    -webkit-transform: translateY(100%);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0%);
  }
}
@keyframes ScaleFromLargeEffect {
  0% {
    opacity: 0;
    transform: scale(1.1);
  }

  50% {
    opacity: 0.5;
    transform: scale(0);
  }

  100% {
    opacity: 1;
    transform: scale(1);
  }
}
@-webkit-keyframes ScaleFromLargeEffect {
  0% {
    opacity: 0;
    -webkit-transform: scale(1.1);
  }

  50% {
    opacity: 0.5;
    -webkit-transform: scale(0);
  }

  100% {
    opacity: 1;
    -webkit-transform: scale(1);
  }
}
@keyframes FromBackground {
  0% {
    background: #d41616;
  }

  50% {
    background: #fe9d9d;
  }

  100% {
    background: #fff;
  }
}
@-webkit-keyframes FromBackground {
  0% {
    background: #d41616;
  }

  50% {
    background: #fe9d9d;
  }

  100% {
    background: #fff;
  }
}
/*----global menu styles----*/
.stickUpTop {
  z-index: 1000;
}

.top_menu .isStuck {
  top: 0px;
}

#mega-wrapper {
  display: block;
  position: relative;
  z-index: 100;
}
#mega-wrapper .mega-menu {
  background: #fff;
  list-style: none;
  margin: 0 auto;
  padding: 0px;
}
#mega-wrapper .mega-menu > li {
  float: left;
  margin-right: 0px;
  -moz-transition: all 0.4s ease 0s;
  -webkit-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
}
#mega-wrapper .mega-menu > li + li {
  border-left: 1px solid #b2b2b2;
}
#mega-wrapper .mega-menu > li > a {
  color: #776a61;
  outline: 0;
  position: relative;
  padding: 26px 31px;
  text-decoration: none;
  display: block;
  font: 400 23px/31px "Fjalla One", sans-serif;
  text-transform: uppercase;
  cursor: pointer;
  -moz-transition: all 0.4s ease 0s;
  -webkit-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
}
#mega-wrapper .mega-menu > li > a:hover {
  -moz-transition: all 0.4s ease 0s;
  -webkit-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  color: #776a61;
  background: #323232;
}
#mega-wrapper .mega-menu .quicklinks-li,
#mega-wrapper .mega-menu .manufacturers-li,
#mega-wrapper .mega-menu .information-li,
#mega-wrapper .mega-menu .customer_service {
  position: relative;
}
#mega-wrapper .mega-menu .label {
  background: #f74802;
  padding: 3px 5px;
  font-size: 12px;
  line-height: 12px;
  position: absolute;
  color: #fff;
  font: "Fjalla One", sans-serif;
  top: 0px;
  right: 0;
  z-index: 99;
  border-radius: 0;
}
#mega-wrapper .mega-menu .dropdown,
#mega-wrapper .mega-menu .dropdown_customer_service,
#mega-wrapper .mega-menu .dropdown_aboutus,
#mega-wrapper .mega-menu .dropdown_info,
#mega-wrapper .mega-menu .dropdown_fullwidth {
  margin: 0 auto;
  left: 0;
  visibility: hidden;
  position: absolute;
  text-align: left;
  -moz-transition: all 0.2s ease 0s;
  -webkit-transition: all 0.2s ease 0s;
  -o-transition: all 0.2s ease 0s;
  opacity: 0;
}
#mega-wrapper .mega-menu .dropdown {
  background: #323232;
  padding: 25px 0 30px;
}

#navCatTabs ul {
  overflow: hidden;
  background: #232323;
  list-style: none;
  margin: 0 auto;
  padding: 0px;
}
#navCatTabs ul li {
  float: left;
  margin-right: 0px;
  border: none;
  border-right: 1px solid #5a5a5a;
}
#navCatTabs ul li a {
  color: #ffffff;
  outline: 0;
  position: relative;
  padding: 10px 5px;
  text-decoration: none;
  display: block;
  font: 600 13px/18px 'Roboto', sans-serif;
  text-transform: uppercase;
}
#navCatTabs ul li a:hover {
  color: #f74802;
}

/* drop down width */
.mega-menu .col-full {
  width: 100%;
}
.mega-menu .col-2,
.mega-menu .levels .col-2 {
  width: 230px;
  float: left;
}
.mega-menu .col-3 {
  width: 270px;
  float: left;
}
.mega-menu .col-4 {
  width: 370px;
  float: left;
}
.mega-menu .col-5 {
  width: 580px;
  float: left;
}
.mega-menu .col-6 {
  width: 760px;
  float: left;
}
.mega-menu .col-7 {
  width: 870px;
  float: left;
}
.mega-menu .col-8 {
  width: 980px;
  float: left;
}
.mega-menu .col-9 {
  width: 1170px;
  float: left;
}

/*-- level2 --*/
.mega-menu .dropdown .level2 > li > a {
  text-transform: uppercase;
  font: 400 18px/20px "Fjalla One", sans-serif;
  color: #776a61;
  -moz-transition: all 0.4s ease 0s;
  -webkit-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
}
.mega-menu .dropdown .level2 > li > a:hover {
  color: #9bac12;
}
.mega-menu .dropdown .level2 > li:hover > a {
  color: #9bac12;
}
.mega-menu .dropdown .col-4 .level2 > li > a {
  font-size: 13px;
}

/*-- level3 --*/
.mega-menu li.categories-li .dropdown ul.level3 {
  left: 0;
  top: 0;
  position: static;
  margin: 0;
  padding: 13px 0 0 0;
}
.mega-menu li.categories-li .dropdown ul.level3 > li {
  width: 100%;
  padding: 0;
}
.mega-menu li.categories-li .dropdown ul.level3 > li a {
  font: 400 13px/39px 'Lato', sans-serif;
  color: #fff;
  padding: 0 30px;
  background: #323232;
  -moz-transition: all 0.4s ease 0s;
  -webkit-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
}
.mega-menu li.categories-li .dropdown ul.level3 > li a:hover {
  color: #fff;
  background: #9bac12;
}

/*-- level4 --*/
.mega-menu .levels li ul ul.level4 {
  display: block;
  top: 0;
  left: 0;
  position: static;
  margin: 7px 0 0 10px;
}
.mega-menu .levels li ul ul.level4 li {
  margin-bottom: 7px;
  width: 100%;
  padding: 0;
}
.mega-menu .levels li ul ul.level4 li a {
  font: 400 12px/18px 'Roboto', sans-serif;
  color: #777777;
}
.mega-menu .levels li ul ul.level4 li a:hover {
  color: #000;
}

/*-- level5 --*/
.mega-menu li.categories-li .dropdown ul.level3 {
  min-height: 115px;
}

.mega-menu .levels li ul ul.level5 {
  display: block;
  top: 0;
  left: 0;
  position: static;
  margin: 7px 0 0 20px;
}

.mega-menu .levels li ul.level5 li {
  margin-bottom: 7px;
  width: 100%;
  padding: 0;
}

.mega-menu .levels li ul.level5 li a {
  font: 400 12px/18px 'Roboto', sans-serif;
  color: #777777;
}

.mega-menu .levels li ul.level5 li a:hover {
  color: #000;
}

/*-- categories-banners --*/
.categories-banners {
  width: 100%;
  overflow: hidden;
  margin-top: 19px;
  padding: 0 30px;
}
.categories-banners div {
  position: relative;
  overflow: hidden;
  padding: 0;
  width: 32.66%;
  float: left;
  margin-left: 1%;
}
.categories-banners div a {
  padding: 0;
}
.categories-banners div .title {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  background: rgba(0, 0, 0, 0.3);
  font-size: 12px;
  padding: 10px 0;
  line-height: 18px;
  text-align: center;
  text-decoration: none;
  -moz-transition: all 0.4s ease 0s;
  -webkit-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
}
.categories-banners div .title span {
  color: #fff;
  font: 400 13px/18px "Fjalla One", sans-serif;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.categories-banners div:hover .title {
  background: rgba(0, 0, 0, 0.7);
  -moz-transition: all 0.4s ease 0s;
  -webkit-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
}

.dropdown.col-4 .categories-banners div {
  width: 49%;
  margin-bottom: 1%;
}
.dropdown.col-4 .categories-banners div .title {
  padding: 2px 0;
}
.dropdown.col-4 .categories-banners div:hover > .title {
  background: rgba(0, 0, 0, 0.6);
}
.dropdown.col-4 .categories-banners div.item_3 {
  margin-left: 0;
}

.dropdown.col-3 .categories-banners div {
  width: 49%;
  margin-bottom: 1%;
}

.dropdown.col-2 .categories-banners div {
  width: 100%;
  margin-left: 0;
  margin-bottom: 3%;
}

.dropdown.col-3 .categories-banners div .title,
.dropdown.col-2 .categories-banners div .title {
  display: none;
}

.categories-banners div.item_1 {
  margin: 0;
}

.mega-menu li.categories-li .dropdown.col-9 ul.level2 > .col-inner {
  width: 20%;
  float: left;
  margin-bottom: 1%;
}
.mega-menu li.categories-li .dropdown.col-9 ul.level2 > .col-inner .last {
  margin-right: 0;
}
.mega-menu li.categories-li .dropdown.col-8 ul.level2 > .col-inner,
.mega-menu li.categories-li .dropdown.col-7 ul.level2 > .col-inner {
  width: 24%;
  float: left;
  margin-right: 1%;
  margin-bottom: 1%;
}
.mega-menu li.categories-li .dropdown.col-6 ul.level2 > .col-inner {
  width: 32%;
  float: left;
  margin-right: 1%;
  margin-bottom: 1%;
}
.mega-menu li.categories-li .dropdown.col-5 ul.level2 > .col-inner,
.mega-menu li.categories-li .dropdown.col-4 ul.level2 > .col-inner {
  width: 49%;
  float: left;
  margin-right: 1%;
  margin-bottom: 1%;
}
.mega-menu li.categories-li .dropdown.col-3 ul.level2 > .col-inner,
.mega-menu li.categories-li .dropdown.col-2 ul.level2 > .col-inner {
  width: 100%;
  float: left;
  margin-right: 0%;
  margin-bottom: 1%;
}
.mega-menu li.categories-li .dropdown.col-3 .levels {
  width: 100%;
  overflow: hidden;
}
.mega-menu li.categories-li .dropdown.col-2 .levels ul.level3 {
  display: none;
  top: 0;
  left: 0;
  position: static;
}

/* specials */
.specials_p .dropdown.col-9 {
  padding-left: 20px !important;
  padding-right: 20px !important;
}

.specials_p .productPriceDiscount {
  right: 0 !important;
}

.specials_p p {
  padding: 0 0 15px !important;
}

.specials_p img {
  width: 100%;
  height: auto;
}

.specials_p .list_carousel {
  overflow: hidden;
  position: relative;
}
.specials_p .list_carousel .caroufredsel_wrapper {
  height: 333px !important;
}

.specials_p .list_carousel h5 {
  max-height: 44px;
  min-height: 44px;
  overflow: hidden;
}

#fcarousel li .product-col {
  margin: 0 20px 0 0;
  position: relative;
  -moz-transition: all 0.4s ease 0s;
  -webkit-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
}
#fcarousel li .product-col:hover {
  -moz-transition: all 0.4s ease 0s;
  -webkit-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
}
#fcarousel li .product-col .productPriceDiscount {
  position: absolute;
  right: 0;
  top: 0;
}
#fcarousel li .product-col .sale-label {
  position: absolute;
  right: 0px;
  top: 0px;
  background: #f0f0f0;
  color: #333;
  text-transform: uppercase;
  display: inline-block;
  font: 700 11px/18px "Roboto",sans-serif;
  padding: 5px 10px 7px;
}
#fcarousel li .product-col .product-desc {
  color: #96877c;
  font: 400 12px/18px "Lato", sans-serif;
}

.specials_p .slide .product-container {
  padding: 10px;
  background: #fff;
  margin-left: 10px;
}
.specials_p .slide:first-child .product-container {
  margin: 0;
}
.specials_p #prev2,
.specials_p #next2 {
  position: absolute;
  bottom: 0;
  background: #f74802;
  width: 30px;
  height: 30px;
  display: block;
  padding: 0;
  margin: 0;
  text-align: center;
  line-height: 30px;
  text-indent: -10000px;
}
.specials_p #prev2:hover,
.specials_p #next2:hover {
  background: #9bac12;
}
.specials_p #prev2:before,
.specials_p #next2:before {
  font-family: 'FontAwesome';
  font-size: 14px;
  line-height: 30px;
  color: #fff;
  position: absolute;
  left: 0;
  top: 0;
  text-indent: 0;
  text-align: center;
  width: 30px;
  height: 30px;
}
.specials_p #prev2 {
  left: 0;
}
.specials_p #prev2:before {
  content: '';
}
.specials_p #next2 {
  left: 35px;
}
.specials_p #next2:before {
  content: '';
}

/* quick links & brands style & manufacturers & categories*/
.mega-menu li.quicklinks-li .dropdown li,
.mega-menu li.manufacturers-li .dropdown li,
.mega-menu li.categories-li .dropdown.col-2 .levels ul.level2 li,
.mega-menu li.information-li .dropdown ul li {
  display: block;
  width: 100%;
  padding: 0;
}

.mega-menu li.quicklinks-li .dropdown li:first-child,
.mega-menu li.manufacturers-li .dropdown li:first-child,
.mega-menu li.categories-li .dropdown.col-2 .levels ul.level2 li:first-child,
.mega-menu li.information-li .dropdown ul li:first-child {
  border: none;
}

.mega-menu li.quicklinks-li .dropdown li a:hover,
.mega-menu li.manufacturers-li .dropdown li a:hover,
.mega-menu li.categories-li .dropdown.col-2 .levels ul.level2 li a:hover,
.mega-menu li.information-li .dropdown li a:hover {
  color: #fff;
  background-color: #9bac12;
}

.mega-menu li.manufacturers-li .dropdown li a img {
  -moz-transition: all 0.4s ease 0s;
  -webkit-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
}

.mega-menu li.manufacturers-li .dropdown li a:hover img {
  opacity: 0.7;
}

/* categories style */
/* bof drop down on mouse hover left aligned */
.mega-menu li.customer_service:hover .dropdown {
  right: 0px !important;
  display: block;
  top: 54px;
  left: auto;
}

/* bof drop down on mouse hover right aligned */
.mega-menu li:hover .align_right {
  left: auto;
  right: 0px;
  top: 36px;
}

/* bof column sizes */
.mega-menu .col_1,
.mega-menu .col_2 {
  display: inline;
  float: left;
  position: relative;
  margin-left: 10px;
}

/* Use the firstcolumn class for the items that stick to the left edge of the dropdown */
.mega-menu .firstcolumn {
  margin-left: 0;
  /* Clearing margin & left */
  clear: left;
}

/*bof content*/
.mega-menu p,
.mega-menu ul,
.mega-menu li,
.mega-menu h2,
.mega-menu h3 {
  font-size: 18px;
  font-family: "Fjalla One", sans-serif;
  text-align: left;
  color: #776a61;
}

.mega-menu p {
  font-size: 13px;
  line-height: 18px;
  padding: 0 30px;
  margin: 0;
  font-family: "Lato", sans-serif;
  margin-bottom: 10px;
  color: #fff;
}

.mega-menu h2,
.mega-menu h3 {
  margin-top: 0px;
  color: #776a61;
  text-transform: uppercase;
}

.mega-menu h3.second {
  margin-top: 28px;
}

.mega-menu h2 {
  padding: 0 30px;
  font: 400 18px/20px "Fjalla One", sans-serif;
  margin-bottom: 18px;
}

.mega-menu h3 {
  padding: 0 30px;
  font: 400 18px/20px "Fjalla One", sans-serif;
  margin-bottom: 8px;
}

/* bof images */
.mega-menu .imgshadow_light {
  padding: 4px;
  border: 0px solid #000;
  margin-top: 5px;
  margin-left: 20px;
}

/* bof standard lists styles */
.mega-menu li ul {
  list-style: none;
  padding: 0;
}

.mega-menu li ul li {
  font-size: 12px;
  position: relative;
  padding: 0;
  margin: 0;
  float: left;
  text-align: left;
}

.mega-menu li ul .product-col .img a {
  padding: 0;
}

.mega-menu li ul li a,
.mega-menu li.categories-li .dropdown.col-2 .levels ul.level2 li a {
  padding: 0 30px;
  text-transform: none;
  color: #fff;
  display: block;
  font: 400 14px/39px 'Lato', sans-serif;
}

.dropdown.col-2 ul.level2 li.submenu {
  position: relative;
}

.dropdown.col-2 .level2 .submenu:hover .level3 {
  display: block;
  position: absolute;
  left: 170px;
  top: -9px;
  background: none repeat scroll 0 0 #fff;
  box-shadow: 0 3px 10px 0 rgba(50, 50, 50, 0.3);
  width: 180px;
  padding: 10px;
}

.dropdown.col-2 ul.level2 li.submenu:hover .level3 li {
  margin-bottom: 1px;
}

/* bof 2 levels drop down */
.mega-menu .levels,
.mega-menu .levels ul {
  /* all lists */
  padding: 0;
  margin: 0;
  list-style: none;
}

.mega-menu .levels a.parent,
.mega-menu .levels a.parent:hover {
  text-decoration: underline;
}

.mega-menu .levels li {
  float: left;
}

.mega-menu .levels li ul {
  /* second-level lists*/
  margin: 5px 0 0px 5px;
  position: absolute;
}

.mega-menu .levels li ul li {
  width: 100%;
}

/*bof menu colors*/
.contactus-li #contact_form .form-control {
  margin-bottom: 10px;
  resize: none;
}

/*bof customer service*/
.mega-payments {
  float: left;
}

.mega-confidence {
  float: right;
  width: 60%;
}

.mega-about {
  float: left;
  width: 70%;
}

.mega-right {
  float: right;
  position: relative;
  margin-left: 10px;
  width: 145px;
}

.h-sm {
  margin-right: 10px;
  margin-bottom: 15px;
  vertical-align: middle;
}

@media (max-width: 991px) and (min-width: 768px) {
  .mega-menu li {
    margin: 0;
  }

  .mega-menu .col-9 {
    width: 751px;
  }
}
@media (min-width: 768px) {
  #mega-wrapper .mega-menu > li:hover .dropdown,
  #mega-wrapper .mega-menu > li:hover .dropdown_aboutus,
  #mega-wrapper .mega-menu > li:hover .dropdown_info {
    top: 83px;
    visibility: visible;
    -moz-transition: all 0.4s ease 0s;
    -webkit-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    opacity: 1;
  }
  #mega-wrapper .mega-menu > li:hover > a {
    background-color: #323232;
    -moz-transition: all 0.4s ease 0s;
    -webkit-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
  }
}
@media (max-width: 767px) {
  div.stickUpTop {
    position: static !important;
  }

  #mega-wrapper {
    overflow: visible;
  }
  #mega-wrapper .mega-menu > li .dropdown,
  #mega-wrapper .mega-menu > li .dropdown_aboutus,
  #mega-wrapper .mega-menu > li .dropdown_info {
    top: 0 !important;
    visibility: visible;
    overflow: visible;
    opacity: 1;
    padding: 0;
    clear: both;
    z-index: 100;
    width: 100% !important;
  }

  #mega-wrapper .mega-menu > li {
    clear: both;
    width: 100%;
  }

  .specials_p .list_carousel {
    display: none;
  }

  #mega-wrapper .mega-menu .dropdown,
  #mega-wrapper .mega-menu .dropdown_customer_service,
  #mega-wrapper .mega-menu .dropdown_aboutus,
  #mega-wrapper .mega-menu .dropdown_info,
  #mega-wrapper .mega-menu .dropdown_fullwidth {
    -moz-transition: none;
    -webkit-transition: none;
    -o-transition: none;
    position: relative;
  }

  #mega-wrapper .mega-menu > li .dropdown,
  #mega-wrapper .mega-menu > li .dropdown_aboutus,
  #mega-wrapper .mega-menu > li .dropdown_info {
    display: none;
    visibility: visible;
  }

  #mega-wrapper .mega-menu .dropdown {
    padding: 10px 20px 0;
  }

  .mega-menu li.categories-li .dropdown {
    padding-top: 15px !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .top_menu {
    margin: 76px 0 0;
  }

  #mega-wrapper {
    display: none;
  }

  #mega-wrapper .mega-menu .categories-banners {
    display: none;
  }

  .mega-menu h3 {
    padding: 20px;
  }

  .mega-menu p {
    padding: 0 20px;
  }

  .mega-menu h3.second {
    margin-top: 16px;
  }

  .mega-menu h3.second + ul {
    padding-bottom: 10px;
    position: relative;
    overflow: hidden;
  }

  .mega-menu li.categories-li .dropdown.col-9 ul.level2 > .col-inner {
    width: 50%;
  }
}
