.nav-container {
  clear: both;
  background-color: #3c4e30;
}
.nav-container .panel {
  border: none;
  border-radius: 0;
  margin: 0;
}
.nav-container .hide-word {
  display: none;
}
.nav-container.canvas-slid {
  overflow-y: auto;
}
.nav-container.canvas-slid:before {
  content: "";
  position: fixed;
  top: 0;
  bottom: 0;
  left: 270px;
  width: 10px;
  box-shadow: inset -3px 0 5px rgba(0, 0, 0, 0.3);
  z-index: 20;
}
body.canvas-slid {
  position: fixed;
}
@media (max-width: 992px) {
  .offcanvas {
    display: none;
  }
  .offcanvas.in {
    display: block;
  }
  .offcanvas.in #nav {
    position: relative;
  }
  .offcanvas-clone {
    height: 0px !important;
    width: 0px !important;
    overflow: hidden !important;
    border: none !important;
    margin: 0px !important;
    padding: 0px !important;
    position: absolute !important;
    top: auto !important;
    left: auto !important;
    bottom: 0px !important;
    right: 0px !important;
    opacity: 0 !important;
  }
  .menu-toggle {
    line-height: 40px;
    position: absolute;
    left: 0;
    color: #FFF;
    display: block;
    font-size: 16px;
    padding: 5px 5px 5px 40px;
    font-family: Stencil;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
  }
  .menu-toggle:before {
    position: absolute;
    left: 5px;
    font-family: Icons;
    font-size: 33px;
    content: "\e601";
  }
  .menu-toggle:hover,
  .menu-toggle:focus {
    color: #FFF;
  }
  .menu-toggle .all {
    display: none;
  }
  .nav-container {
    position: fixed;
    top: 0;
    left: 0;
    width: 280px;
    height: 100%;
    background-color: #3e5131;
  }
  .nav-container .offcanvas-header {
    position: relative;
    font-family: Stencil;
    color: #FFF;
    background-color: #344429;
    background-image: -webkit-linear-gradient(top, #344429 0%, #758954 100%);
    background-image: -o-linear-gradient(top, #344429 0%, #758954 100%);
    background-image: linear-gradient(to bottom, #344429 0%, #758954 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff344429', endColorstr='#ff758954', GradientType=0);
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
    font-weight: normal;
    padding: 0 10px;
    line-height: 40px;
    font-size: 17px;
    border-bottom: 1px solid #555555;
    margin: 0;
  }
  .nav-container .offcanvas-header a {
    position: absolute;
    right: 10px;
    color: #FFF;
  }
  .nav-container .offcanvas-header a:before {
    font-family: Icons;
    content: "\ea0f";
  }
  .nav-container .offcanvas-header a span {
    display: none;
  }
  .nav-container .offcanvas-header a:hover {
    text-decoration: none;
  }
  .nav-container ul {
    margin: 0;
    padding: 0;
  }
  .nav-container .level0 {
    list-style: none;
  }
  .nav-container .level0 a {
    background-color: #758954;
    display: block;
    padding-left: 20px;
    font-size: 16px;
    line-height: 30px;
    color: #FFF;
    border-top: 1px solid #8b9c6f;
  }
  .nav-container .level0 a:after {
    font-family: Icons;
    content: "\f105";
    position: absolute;
    right: 10px;
    z-index: 1;
  }
  .nav-container .parent > a {
    z-index: 2;
    font-weight: bold;
    width: 100%;
  }
  .nav-container .parent > a:before {
    font-family: Icons;
    content: "\6c";
    position: absolute;
    left: 7px;
  }
  .nav-container .parent > a:after {
    content: none;
  }
  .nav-container .parent > a.collapsed {
    font-weight: normal;
  }
  .nav-container .parent > a.collapsed:before {
    content: none;
  }
  .nav-container .parent > a.collapsed:after {
    content: "\f105";
  }
  .nav-container .level1 a {
    background-color: #e9f2db;
    color: #000;
    border-top-color: #b6bdab;
  }
  .nav-container .level1 a:after {
    content: none !important;
  }
  .nav-container li.nav-bulk-ammo-sale a {
    background-color: #870903;
    border-top: 2px solid #000;
    border-bottom: 2px solid #000;
  }
  .nav-container .subcat-wrapper {
    position: absolute;
    z-index: 2;
    top: 31px;
    left: 0;
    width: 100%;
    min-height: 100% !important;
  }
  .nav-container .subcat-wrapper.collapse {
    display: none;
  }
  .nav-container .subcat-wrapper.collapse.in {
    display: block;
  }
  .nav-container a[data-toggle="collapse"].level-top {
    position: absolute;
    top: 0;
    left: 0;
  }
  .nav-container a[data-toggle="collapse"].collapsed {
    position: static;
  }
  .nav-container a.more-calibers {
    background-color: #e9f2db;
    text-align: right;
    color: #000;
    font-size: 14px;
    padding-right: 15px;
  }
  .nav-container a.more-calibers:after {
    content: "";
  }
  .nav-container .level1.active a {
    font-weight: bold;
  }
  .hidden-caliber {
    display: none;
  }
}
@media (min-width: 992px) {
  .nav-container .panel {
    border-right: 1px solid #333;
  }
  .menu-toggle {
    display: none;
  }
  #nav li {
    z-index: 900;
  }
  #nav .dropdown-backdroppp {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    z-index: 890;
  }
  .nav-bulk-ammo-sale {
    z-index: 910;
  }
  .nav-container {
    border-bottom: 4px solid #acacac;
  }
  .nav-container .offcanvas-header {
    display: none;
  }
  .nav-container ul {
    margin: 0;
    padding: 0;
    list-style: none;
    width: 100%;
  }
  .nav-container ul:before,
  .nav-container ul:after {
    content: " ";
    display: block;
    visibility: hidden;
    font-size: 0;
  }
  .nav-container ul:after {
    clear: both;
  }
  .nav-container ul:before,
  .nav-container ul:after {
    content: " ";
    display: block;
    visibility: hidden;
    font-size: 0;
  }
  .nav-container ul:after {
    clear: both;
  }
  .nav-container ul a {
    color: #FFF;
    display: block;
    line-height: 37px;
  }
  .nav-container ul a:hover,
  .nav-container ul a:focus {
    text-decoration: none;
  }
  .nav-container ul .level0 > a {
    font-family: Stencil;
    font-size: 20px;
    text-align: center;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
    border-top: 1px solid #28272b;
    background-color: #46454b;
    background-image: -webkit-linear-gradient(top, #46454b 0%, #6a696e 100%);
    background-image: -o-linear-gradient(top, #46454b 0%, #6a696e 100%);
    background-image: linear-gradient(to bottom, #46454b 0%, #6a696e 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff46454b', endColorstr='#ff6a696e', GradientType=0);
  }
  .nav-container ul .level0 > a span {
    position: relative;
  }
  .nav-container ul .level0 > a:hover {
    background-image: none;
    background-color: #35343a;
  }
  .nav-container ul .level0.parent > a {
    background-color: #344429;
    background-image: -webkit-linear-gradient(top, #344429 0%, #758954 100%);
    background-image: -o-linear-gradient(top, #344429 0%, #758954 100%);
    background-image: linear-gradient(to bottom, #344429 0%, #758954 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff344429', endColorstr='#ff758954', GradientType=0);
  }
  .nav-container ul .level0.parent > a:after {
    font-family: Icons;
    font-size: 13px;
    padding-left: 5px;
    content: "\f0de";
  }
  .nav-container ul .level0.parent > a.collapsed {
    background-color: #46454b;
    background-image: -webkit-linear-gradient(top, #46454b 0%, #6a696e 100%);
    background-image: -o-linear-gradient(top, #46454b 0%, #6a696e 100%);
    background-image: linear-gradient(to bottom, #46454b 0%, #6a696e 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff46454b', endColorstr='#ff6a696e', GradientType=0);
  }
  .nav-container ul .level0.parent > a.collapsed:hover {
    background-image: none;
    background-color: #35343a;
  }
  .nav-container ul .level0.parent > a.collapsed:after {
    content: "\f0dc";
  }
  .nav-container ul .level1 > a {
    position: relative;
    line-height: 30px;
    font-size: 16px;
    margin: 0 -10px;
    padding: 0 10px;
  }
  .nav-container ul .level1 > a:after {
    position: absolute;
    right: 20px;
    font-family: Icons;
    font-size: 13px;
    content: "\f105";
  }
  .nav-container ul .level1 > a:hover {
    background-color: #6c7a55;
  }
  .nav-container ul li.level1 {
    margin: 0 10px;
    border-bottom: 1px solid #8b9c6f;
  }
  .nav-container ul ul {
    background-color: #758954;
  }
  .nav-container ul li.nav-bulk-ammo-sale {
    background-color: #730300;
    background-image: -webkit-linear-gradient(top, #730300 0%, #a80c00 100%);
    background-image: -o-linear-gradient(top, #730300 0%, #a80c00 100%);
    background-image: linear-gradient(to bottom, #730300 0%, #a80c00 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff730300', endColorstr='#ffa80c00', GradientType=0);
  }
  .nav-container ul li.nav-bulk-ammo-sale a {
    position: relative;
    background-image: none;
    background-color: transparent;
  }
  .nav-container ul li.nav-bulk-ammo-sale a:before {
    background-image: none;
  }
  .nav-container ul li.nav-bulk-ammo-sale a:hover {
    background-image: none;
    background-color: #730300;
  }
  .nav-container ul .subcat-wrapper {
    position: relative;
  }
  .nav-container a.more-calibers {
    display: none;
  }
  .nav-container .subcat-wrapper.collapsing {
    height: auto !important;
    transition: none;
  }
  .nav-container .level-top > a {
    position: relative;
  }
  .nav-container .level-top > a:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-image: url('http://cdn6.bulkammo.com/skin/frontend/bulkammo/responsive/images/bg_noise.png');
  }
}
@media (min-width: 992px) and (max-width: 1199px) and (min-width: 992px) {
  .nav-container {
    width: 100%;
  }
  .nav-container ul li {
    margin-left: 33.33%;
    margin-right: 33.33%;
  }
  .nav-container ul li.level0.nav-1,
  .nav-container ul li.level0.nav-4 {
    width: 33.33%;
    float: left;
    clear: both;
    margin-left: 0;
    margin-right: 0;
  }
  .nav-container ul li.level0.nav-2,
  .nav-container ul li.level0.nav-5 {
    border-left: 1px solid #424243;
    border-right: 1px solid #424243;
    width: 33.33%;
    float: left;
    margin-left: 0;
    margin-right: 0;
  }
  .nav-container ul li.level0.nav-2 .subcat-wrapper,
  .nav-container ul li.level0.nav-5 .subcat-wrapper {
    left: -100%;
  }
  .nav-container ul li.level0.nav-3,
  .nav-container ul li.level0.nav-6 {
    width: 33.33%;
    float: right;
    clear: right;
    margin-left: 0;
    margin-right: 0;
  }
  .nav-container ul li.level0.nav-3 .subcat-wrapper,
  .nav-container ul li.level0.nav-6 .subcat-wrapper {
    left: -200%;
  }
  .nav-container ul .subcat-wrapper {
    width: 300%;
    clear: both;
    position: relative;
  }
}
@media (min-width: 992px) and (min-width: 1200px) {
  .nav-container {
    clear: both;
    z-index: auto;
    background-color: #758954;
    background-image: -webkit-linear-gradient(top, #758954 0%, #3c4e30 100%);
    background-image: -o-linear-gradient(top, #758954 0%, #3c4e30 100%);
    background-image: linear-gradient(to bottom, #758954 0%, #3c4e30 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff758954', endColorstr='#ff3c4e30', GradientType=0);
    height: 50px;
    padding: 5px;
    border: none;
  }
  .nav-container .subcat-wrapper.collapsing,
  .nav-container .collapse.in {
    display: none;
    visibility: hidden;
  }
  .nav-container .bs-prototype-override {
    display: none !important;
  }
  .nav-container #nav {
    border-left: 1px solid #424243;
  }
  .nav-container > ul {
    position: relative;
    background-color: #46454b;
    background-image: -webkit-linear-gradient(top, #46454b 0%, #6a696e 100%);
    background-image: -o-linear-gradient(top, #46454b 0%, #6a696e 100%);
    background-image: linear-gradient(to bottom, #46454b 0%, #6a696e 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff46454b', endColorstr='#ff6a696e', GradientType=0);
    border-bottom: 2px solid #424243;
    height: 40px;
  }
  .nav-container > ul li.additional {
    position: absolute !important;
    right: 0;
    top: 0;
  }
  .nav-container ul li.level0.nav-1,
  .nav-container ul li.level0.nav-2,
  .nav-container ul li.level0.nav-3,
  .nav-container ul li.level0.nav-4,
  .nav-container ul li.level0.nav-5,
  .nav-container ul li.level0.nav-6 {
    position: relative;
    float: left;
    width: auto;
    border-right: 1px solid #424243;
    border-left: none;
    clear: none;
    margin-left: 0;
    margin-right: 0;
  }
  .nav-container ul li.level0.nav-1 .subcat-wrapper,
  .nav-container ul li.level0.nav-2 .subcat-wrapper,
  .nav-container ul li.level0.nav-3 .subcat-wrapper,
  .nav-container ul li.level0.nav-4 .subcat-wrapper,
  .nav-container ul li.level0.nav-5 .subcat-wrapper,
  .nav-container ul li.level0.nav-6 .subcat-wrapper {
    left: 0;
  }
  .nav-container ul li.level0 {
    position: relative;
    float: left;
    width: auto;
    border-right: 1px solid #424243;
  }
  .nav-container ul li.level0.last {
    border-right: none;
  }
  .nav-container ul li.level0.last a {
    padding-right: 70px;
  }
  .nav-container ul li.level0 > a {
    font-size: 17px;
    padding: 0 10px;
  }
  .nav-container ul li.level0 > a:hover,
  .nav-container ul li.level0 > a.over {
    background-color: #344429;
    background-image: -webkit-linear-gradient(top, #344429 0%, #758954 100%);
    background-image: -o-linear-gradient(top, #344429 0%, #758954 100%);
    background-image: linear-gradient(to bottom, #344429 0%, #758954 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff344429', endColorstr='#ff758954', GradientType=0);
  }
  .nav-container ul li.level0.parent > a {
    background-color: #46454b;
    background-image: -webkit-linear-gradient(top, #46454b 0%, #6a696e 100%);
    background-image: -o-linear-gradient(top, #46454b 0%, #6a696e 100%);
    background-image: linear-gradient(to bottom, #46454b 0%, #6a696e 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff46454b', endColorstr='#ff6a696e', GradientType=0);
  }
  .nav-container ul li.level0.parent > a:after {
    content: none !important;
  }
  .nav-container ul li.level0.parent > a.over:hover,
  .nav-container ul li.level0.parent > a.over.over {
    background-color: #344429;
    background-image: -webkit-linear-gradient(top, #344429 0%, #758954 100%);
    background-image: -o-linear-gradient(top, #344429 0%, #758954 100%);
    background-image: linear-gradient(to bottom, #344429 0%, #758954 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff344429', endColorstr='#ff758954', GradientType=0);
  }
  .nav-container ul li.level1 {
    margin: 0 15px;
  }
  .nav-container ul li.level1 a {
    z-index: 9;
  }
  .nav-container ul li.level1 a:after {
    content: none !important;
  }
  .nav-container ul .subcat-wrapper.shown-sub {
    position: absolute;
    display: block !important;
    visibility: visible !important;
    z-index: 3;
    left: 0;
    top: 37px;
    width: 600px;
  }
  .nav-container ul .subcat-wrapper.shown-sub ul {
    float: left;
    padding-bottom: 44px;
  }
  .nav-container ul .subcat-wrapper.shown-sub .col-1 {
    position: relative;
  }
  .nav-container ul .subcat-wrapper.shown-sub .col-1 .first {
    position: absolute;
    bottom: 0;
    left: 0;
    text-align: right;
    padding-right: 0;
    background-color: #758954;
    border-bottom: none;
    height: 32px;
  }
  .nav-container ul .subcat-wrapper.shown-sub .col-1 .first a {
    margin-right: 5px;
    padding-right: 20px;
  }
  .nav-container ul .subcat-wrapper.shown-sub.col1-size {
    width: 300px;
  }
  .nav-container ul .subcat-wrapper.shown-sub.col2-size ul {
    width: 50%;
  }
  .nav-container ul .subcat-wrapper.shown-sub.col1-size .col-1 .first {
    width: 285px;
  }
  .nav-container ul .subcat-wrapper.shown-sub.col2-size .col-1 .first {
    width: 585px;
  }
}

.category-products:before,
.category-products:after {
  content: " ";
  display: block;
  visibility: hidden;
  font-size: 0;
}
.category-products:after {
  clear: both;
}
.products-grid {
  display: block;
  margin: 0;
  padding: 0;
}
.products-grid:before,
.products-grid:after {
  content: " ";
  display: block;
  visibility: hidden;
  font-size: 0;
}
.products-grid:after {
  clear: both;
}
.products-grid:before,
.products-grid:after {
  content: " ";
  display: block;
  visibility: hidden;
  font-size: 0;
}
.products-grid:after {
  clear: both;
}
.products-grid .item {
  position: relative;
  float: left;
  width: 50%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  padding: 15px 5px;
  list-style: none;
  text-align: center;
}
.products-grid img {
  margin: 10px auto;
}
.products-grid .product-name {
  margin: 0;
  height: 82.5px;
  text-align: center;
  font-size: 15px;
}
.products-grid .product-name a {
  font-weight: bold;
  color: #656565;
  text-decoration: none;
}
.products-grid .product-name a:hover {
  text-decoration: underline;
}
@media (min-width: 600px) {
  .products-grid .item {
    width: 33.33333333%;
  }
}
@media (min-width: 768px) {
  .products-grid .item {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
  }
  .products-grid .product-name {
    height: 66px;
  }
}
@media (min-width: 768px) and (min-width: 768px) {
  .products-grid .item {
    float: left;
    width: 25%;
  }
}
@media (min-width: 992px) {
  .products-grid .availability {
    margin: 0 -5px;
  }
}
@media (min-width: 1200px) {
  .products-grid .availability {
    margin: 0;
  }
}
.sidebar .currently {
  display: none;
}
.currently {
  font-size: 14px;
  color: #8d7a45;
  box-shadow: 1px 3px 1px 1px rgba(0, 0, 0, 0.12);
  background-color: #f5f5e6;
  padding: 10px;
  margin: 0 -15px 30px -15px;
}
.currently p {
  margin-bottom: 6px;
}
.currently ol {
  padding: 0;
  margin: 0;
}
.currently li {
  list-style: none;
  border: 1px solid #8d7a45;
  background-color: #FFF;
  font-size: 14px;
  line-height: 30px;
  height: 30px;
  color: #000;
  font-weight: bold;
  position: relative;
  padding: 0 0 0 10px;
  margin-bottom: 6px;
  overflow: hidden;
}
.currently .label {
  color: #a2a1a3;
  font-weight: normal;
}
.currently .btn-remove {
  display: block;
  width: 30px;
  height: 30px;
  position: absolute;
  right: -1px;
  top: -1px;
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
  background-color: #FFF;
  border: 1px solid #8d7a45;
}
.currently .btn-remove:after {
  position: relative;
  display: block;
  right: 0;
  top: 0;
  font-family: Icons;
  font-size: 16px;
  color: #8d7a45;
  content: "\ea0f";
  width: 28px;
  line-height: 30px;
  height: 30px;
  text-align: center;
}
.currently .actions a {
  display: block;
  text-align: center;
  border: 1px solid #8d7a45;
  font-size: 14px;
  line-height: 30px;
  color: #8d7a45;
}
.currently .actions a:after {
  padding-left: 6px;
  font-family: Icons;
  font-size: 10px;
  content: "\ea0f";
}
@media (min-width: 600px) and (max-width: 991px) {
  .currently li {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    float: left;
    width: 50%;
  }
  .currently li:nth-child(even) {
    margin-left: 1%;
    width: 49%;
  }
  .currently .actions {
    clear: left;
  }
}
@media (max-width: 991px) {
  .block-layered-nav {
    margin-left: -15px;
    margin-right: -15px;
    position: absolute;
    width: 100%;
    top: 0;
    z-index: 1002;
  }
  .block-layered-nav .block-title {
    background-color: #758954;
    border-bottom: 1px solid #758954;
    position: absolute;
    right: 70px;
    top: -52px;
    line-height: 40px;
    color: #FFF;
    border-left: 1px solid #8c9e71;
    font-size: 16px;
    padding: 5px 10px 5px 15px;
    font-family: Stencil;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
    z-index: 2;
  }
  .block-layered-nav .block-title:after {
    padding-left: 5px;
    font-family: Icons;
    font-size: 14px;
    content: "\f0dc";
  }
  .block-layered-nav .block-title strong {
    font-weight: normal;
  }
  .block-layered-nav .block-title.collapsed {
    background-color: #94ae6b;
    background-image: -webkit-linear-gradient(top, #94ae6b 0%, #536c42 100%);
    background-image: -o-linear-gradient(top, #94ae6b 0%, #536c42 100%);
    background-image: linear-gradient(to bottom, #94ae6b 0%, #536c42 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff94ae6b', endColorstr='#ff536c42', GradientType=0);
    position: absolute;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
    border-bottom: none;
    line-height: 37px;
    margin-top: 2px;
  }
  .block-layered-nav > .block-subtitle {
    display: none;
  }
  .layered-nav-filters {
    margin: 0;
    padding: 15px 30px 15px 0;
    background-color: #758954;
    box-shadow: 0 5px 1px 1px rgba(0, 0, 0, 0.25);
  }
  .layered-nav-filters:before,
  .layered-nav-filters:after {
    content: " ";
    display: block;
    visibility: hidden;
    font-size: 0;
  }
  .layered-nav-filters:after {
    clear: both;
  }
  .layered-nav-filters:before,
  .layered-nav-filters:after {
    content: " ";
    display: block;
    visibility: hidden;
    font-size: 0;
  }
  .layered-nav-filters:after {
    clear: both;
  }
  .layered-nav-filters.collapsing {
    height: auto !important;
    transition: none;
  }
  .layered-nav-filter {
    padding: 0 7px 0 7px;
  }
  .layered-nav-filter .layered-nav-filter-title {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-top: 5.5px;
    padding: 6px 10px;
    border: 1px solid #363636;
    background-color: #FFF;
    color: #000;
    font-size: 14px;
    position: relative;
  }
  .layered-nav-filter .layered-nav-filter-title:after {
    font-family: Icons;
    content: "\f0dd";
    position: absolute;
    right: 10px;
    top: 4px;
  }
  .layered-nav-filter .layered-nav-filter-title:focus {
    background-color: #ababab;
  }
  .layered-nav-filter .layered-nav-filter-options {
    right: 5px;
    left: 5px;
    top: 85%;
    min-width: 0;
    background-color: #e6ecdb;
  }
  .layered-nav-filter .layered-nav-filter-options > li > a {
    white-space: normal;
    margin-bottom: 2px;
    line-height: 1.2;
    padding: 6px 13px;
    min-height: 18px;
  }
  .layered-nav-filter .layered-nav-product-count {
    color: #a7a7a7;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .currently:before,
  .currently:after {
    content: " ";
    display: block;
    visibility: hidden;
    font-size: 0;
  }
  .currently:after {
    clear: both;
  }
  .currently:before,
  .currently:after {
    content: " ";
    display: block;
    visibility: hidden;
    font-size: 0;
  }
  .currently:after {
    clear: both;
  }
  .currently li {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    float: left;
    width: 33.33333333%;
  }
  .currently li:nth-child(even) {
    margin-left: 0;
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    float: left;
    width: 33.33333333%;
  }
  .currently li:nth-child(3n+2) {
    margin-right: 1%;
    margin-left: 1%;
    width: 31%;
  }
  .block-layered-nav .block-title {
    right: 60% !important;
    margin-right: 12px;
  }
}
@media (min-width: 992px) {
  .block-layered-nav .block-title {
    display: none !important;
  }
  .block-layered-nav > .block-subtitle {
    margin: 0;
  }
  .block-layered-nav > .block-subtitle strong {
    display: block;
    font-weight: normal;
    font-family: Stencil;
    color: #FFF;
    font-size: 18px;
    line-height: 40px;
    height: 40px;
    padding: 0 20px;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
    position: relative;
  }
  .col-main .currently {
    display: none;
  }
  .sidebar .currently {
    display: block;
    box-shadow: 0 4px 1px rgba(0, 0, 0, 0.12);
    margin: 0 0 30px;
  }
  .layered-nav-filters.collapse {
    display: block;
    visibility: visible;
  }
  .layered-nav-filters {
    margin: 0 0 22px 0;
    padding: 0 10px;
    height: auto !important;
    background-color: #efefef;
    border: 1px solid #d4d4d4;
  }
  .layered-nav-filter {
    padding: 10px 0;
    border-bottom: 1px solid #d4d4d4;
    border-top: 1px solid #fbfbfb;
  }
  .layered-nav-filter .layered-nav-filter-title {
    color: #000;
    font-size: 16px;
    font-weight: bold;
    cursor: default;
  }
  .layered-nav-filter .layered-nav-filter-title:hover,
  .layered-nav-filter .layered-nav-filter-title:active,
  .layered-nav-filter .layered-nav-filter-title:focus {
    text-decoration: none;
    color: #000;
  }
  .layered-nav-filter .layered-nav-filter-options {
    padding: 0;
    margin: 0;
    float: none;
    position: static;
    display: block;
    background-color: transparent;
    border: 0;
    box-shadow: none;
    overflow-x: hidden;
  }
  .layered-nav-filter .layered-nav-filter-options > li > a {
    color: #000;
    font-size: 15px;
    padding: 0 0 0 15px;
  }
  .layered-nav-filter .layered-nav-filter-options > li .layered-nav-product-count {
    color: #7d7d7d;
  }
}
@media (max-width: 600px) {
  .layered-nav-filter {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    float: left;
    width: 50%;
  }
}
@media (min-width: 600px) and (max-width: 767px) {
  .layered-nav-filter {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    float: left;
    width: 33.33333333%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .layered-nav-filter {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    float: left;
    width: 25%;
  }
}
.subcategories {
  display: none;
}
.title-box {
  display: none;
}
.category-products {
  margin-left: -15px;
  margin-right: -15px;
}
.category-products:before,
.category-products:after {
  content: " ";
  display: block;
  visibility: hidden;
  font-size: 0;
}
.category-products:after {
  clear: both;
}
.category-products:before,
.category-products:after {
  content: " ";
  display: block;
  visibility: hidden;
  font-size: 0;
}
.category-products:after {
  clear: both;
}
@media (min-width: 481px) {
  .category-products {
    margin: 0;
  }
}
@media (min-width: 1200px) {
  .title-box {
    display: block;
    margin-left: -15px;
    margin-right: -15px;
  }
  .title-box:before,
  .title-box:after {
    content: " ";
    display: block;
    visibility: hidden;
    font-size: 0;
  }
  .title-box:after {
    clear: both;
  }
  .title-box:before,
  .title-box:after {
    content: " ";
    display: block;
    visibility: hidden;
    font-size: 0;
  }
  .title-box:after {
    clear: both;
  }
  .title-box .social-buttons-cat {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    float: left;
    width: 75%;
  }
  .title-box .category-title-right {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    float: left;
    width: 25%;
  }
  .title-box .norton-badge {
    margin: 0;
    text-align: right;
    padding-right: 15px;
  }
  .b-tabs {
    position: relative;
    top: -30px;
    z-index: 2;
  }
  .subcategories {
    display: block;
    position: relative;
    top: -20px;
    margin-left: -15px;
    margin-right: -15px;
  }
  .subcategories .col {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    float: left;
    width: 33.33333333%;
  }
  .subcategories h2 {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    float: left;
    width: 100%;
    font-size: 20px;
  }
}
.toolbar {
  clear: both;
}
.toolbar .pager,
.toolbar .view-mode {
  display: none;
}
.toolbar .sort-by {
  margin-left: 70px;
}
.toolbar .pages {
  text-align: center;
  position: relative;
}
.toolbar .pages strong {
  display: none;
}
.toolbar .pages ol {
  padding: 0;
  height: 30px;
  width: 170px;
  margin: 0 auto;
}
.toolbar .pages li {
  list-style: none;
  float: left;
}
.toolbar .pages li a,
.toolbar .pages li span {
  color: #5e724b;
  display: block;
  border: 1px solid #899e66;
  width: 32px;
  height: 32px;
  text-align: center;
  line-height: 32px;
  margin: 0 1px;
  font-weight: bold;
  font-size: 14px;
}
.toolbar .pages li span {
  background-color: #5e724b;
  color: #FFF;
}
.toolbar .pages .previous {
  position: absolute;
  left: 0;
  top: 0;
}
.toolbar .pages .previous:before {
  font-family: Icons;
  content: "\f0d9";
}
.toolbar .pages .next {
  position: absolute;
  right: 0;
  top: 0;
}
.toolbar .pages .next:before {
  font-family: Icons;
  content: "\f0da";
}
.toolbar .pages i {
  display: none;
}
.toolbar .sort-by {
  padding-right: 40px;
  position: relative;
}
.toolbar .sort-by label {
  color: #a2a1a3;
  font-size: 14px;
  font-weight: normal;
  display: block;
}
.toolbar .sort-by select {
  border-radius: 0;
  height: 34px;
}
.toolbar .sort-by a {
  position: absolute;
  right: 0;
  bottom: 0;
}
.toolbar .sort-by a img {
  display: none;
}
.toolbar .sort-by a:before {
  position: absolute;
  right: 0;
  bottom: 0;
  border: 1px solid #899e66;
  padding: 8px;
  color: #5e724b;
  font-family: Icons;
  font-size: 16px;
  line-height: 16px;
  content: "\61";
}
.toolbar .sort-by a.sort-by-desc:before {
  content: "\ea4d";
}
.toolbar {
  padding: 0 10px;
  margin: 22px 0;
}
.toolbar:before,
.toolbar:after {
  content: " ";
  display: block;
  visibility: hidden;
  font-size: 0;
}
.toolbar:after {
  clear: both;
}
.toolbar:before,
.toolbar:after {
  content: " ";
  display: block;
  visibility: hidden;
  font-size: 0;
}
.toolbar:after {
  clear: both;
}
.toolbar .total-amount {
  color: #a2a1a3;
  font-size: 14px;
  float: left;
}
.toolbar .total-amount strong {
  display: block;
  font-size: 20px;
  color: #252525;
}
.toolbar-bottom .toolbar .total-amount,
.toolbar-bottom .toolbar .sorter,
.toolbar-bottom .toolbar .pages strong {
  display: none;
}
.toolbar-bottom .toolbar .pager {
  display: block;
}
.toolbar-bottom .toolbar .pager .amount,
.toolbar-bottom .toolbar .pager .limiter {
  display: none;
}
@media (min-width: 481px) and (max-width: 767px) {
  .toolbar .sort-by {
    margin-left: 50%;
  }
}
@media (min-width: 768px) {
  .toolbar {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
  }
  .toolbar .total-amount {
    display: none;
  }
  .toolbar .pager {
    display: block;
    padding-bottom: 11px;
    border-bottom: 1px solid #c9c9c9;
    margin-bottom: 11px;
    margin-left: -15px;
    margin-right: -15px;
  }
  .toolbar .pager:before,
  .toolbar .pager:after {
    content: " ";
    display: block;
    visibility: hidden;
    font-size: 0;
  }
  .toolbar .pager:after {
    clear: both;
  }
  .toolbar .pager:before,
  .toolbar .pager:after {
    content: " ";
    display: block;
    visibility: hidden;
    font-size: 0;
  }
  .toolbar .pager:after {
    clear: both;
  }
  .toolbar .pager .amount {
    margin-bottom: 0;
  }
  .toolbar .pager .amount,
  .toolbar .pager .limiter {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
  }
  .toolbar .pager .pages {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
  }
  .toolbar .pager .limiter {
    text-align: right;
  }
  .toolbar .sorter {
    margin-left: -15px;
    margin-right: -15px;
  }
  .toolbar .sorter:before,
  .toolbar .sorter:after {
    content: " ";
    display: block;
    visibility: hidden;
    font-size: 0;
  }
  .toolbar .sorter:after {
    clear: both;
  }
  .toolbar .sorter:before,
  .toolbar .sorter:after {
    content: " ";
    display: block;
    visibility: hidden;
    font-size: 0;
  }
  .toolbar .sorter:after {
    clear: both;
  }
  .toolbar .sorter .view-mode {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
  }
  .toolbar .sorter .sort-by {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
  }
  .toolbar .sorter .view-mode {
    display: inline-block;
  }
  .toolbar .sorter .sort-by {
    width: 300px;
    float: right;
    margin: 0;
    padding-right: 55px;
  }
  .toolbar .sorter .sort-by a {
    right: 15px;
  }
  .toolbar-bottom .toolbar .sorter {
    display: block;
  }
  .toolbar-bottom .toolbar .pager {
    display: block;
  }
  .toolbar-bottom .toolbar .pager .amount,
  .toolbar-bottom .toolbar .pager .limiter {
    display: block;
  }
  .toolbar .view-mode {
    margin: 0;
    line-height: 34px;
    font-size: 15px;
    color: #a2a1a3;
  }
  .toolbar .view-mode label {
    font-weight: normal;
  }
  .toolbar .view-mode .grid,
  .toolbar .view-mode .list {
    position: relative;
    display: inline-block;
    width: 34px;
    height: 34px;
  }
  .toolbar .view-mode .grid:before,
  .toolbar .view-mode .list:before {
    position: absolute;
    top: 0;
    font-family: Icons;
    width: 34px;
    height: 34px;
    line-height: 34px;
    text-align: center;
    font-size: 16px;
  }
  .toolbar .view-mode strong:before {
    background-color: #5e724b;
    color: #FFF;
  }
  .toolbar .view-mode a:before {
    background-color: #FFF;
    color: #5e724b;
    border: 1px solid #5e724b;
  }
  .toolbar .view-mode .grid:before {
    content: "\e600";
  }
  .toolbar .view-mode .list:before {
    content: "\e601";
  }
  .toolbar .amount {
    font-size: 15px;
    line-height: 34px;
    color: #a2a1a3;
  }
  .toolbar .limiter {
    color: #a2a1a3;
  }
  .toolbar .limiter select {
    height: 34px;
    width: 5em;
    display: inline;
    margin: 0 5px;
  }
  .toolbar .limiter label {
    font-weight: normal;
  }
  .toolbar .sort-by label {
    position: absolute;
    left: -50px;
    line-height: 34px;
  }
}
@media (min-width: 768px) and (min-width: 768px) {
  .toolbar {
    float: left;
    width: 100%;
  }
}
@media (min-width: 768px) and (min-width: 768px) {
  .toolbar .pager .amount,
  .toolbar .pager .limiter {
    float: left;
    width: 33.33333333%;
  }
}
@media (min-width: 768px) and (min-width: 768px) {
  .toolbar .pager .pages {
    float: left;
    width: 33.33333333%;
  }
}
@media (min-width: 768px) and (min-width: 768px) {
  .toolbar .pager .pages {
    right: 33.33333333%;
  }
}
@media (min-width: 768px) and (min-width: 768px) {
  .toolbar .pager .limiter {
    left: 33.33333333%;
  }
}
@media (min-width: 768px) and (min-width: 768px) {
  .toolbar .sorter .view-mode {
    float: left;
    width: 66.66666667%;
  }
}
@media (min-width: 768px) and (min-width: 768px) {
  .toolbar .sorter .sort-by {
    float: left;
    width: 33.33333333%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .toolbar .total-amount {
    position: absolute;
    display: block;
  }
  .toolbar .pager {
    display: none;
  }
  .toolbar .sorter .view-mode {
    padding-left: 80px;
  }
  .toolbar .sorter .view-mode label {
    display: block;
    line-height: 1.42857143;
  }
  .toolbar .sorter .sort-by label {
    position: relative;
    left: 0;
    line-height: 1.42857143;
  }
  .toolbar-bottom .toolbar .sorter .view-mode {
    padding-left: 15px;
  }
  .toolbar-bottom .toolbar .sorter .view-mode label {
    display: inline;
  }
  .toolbar-bottom .toolbar .sorter .sort-by label {
    position: absolute;
    left: -50px;
    line-height: 34px;
  }
}
#products-tab {
  background-color: #e8eede;
  margin: -15px -15px 0;
  padding: 10px 10px 0;
  border-bottom: 2px solid #d7d7ca;
}
#products-tab a,
#products-tab span {
  color: #000;
  font-size: 20px;
}
#products-tab a:before,
#products-tab span:before {
  position: absolute;
  display: block;
  font-weight: normal;
  font-size: 14px;
  line-height: 14px;
  color: #9cb571;
  content: "Current category:";
}
.b-tabs ul {
  display: none;
}
.b-products-title,
.b-products-text {
  margin: 22px 0;
}
.b-products-title {
  margin-top: .5em;
  margin-bottom: 0;
  display: block;
  background-color: #cadcab;
  line-height: 35px;
  font-size: 14px;
  padding: 0 10px 0 30px;
  color: #252525;
  font-weight: normal;
  position: relative;
}
.b-products-title:before {
  position: absolute;
  top: 0;
  left: 10px;
  font-family: Icons;
  font-size: 24px;
  line-height: 35px;
  content: "\f106";
}
.b-products-title.collapsed:before {
  content: "\f107";
}
.b-products-text {
  margin-top: 0;
  background-color: #e8eede;
  padding: 10px;
  font-size: 15px;
}
.b-products-text .category-products {
  margin: 0;
}
@media (min-width: 992px) {
  .b-tabs #products-tab,
  .b-tabs li {
    margin: 0;
    display: block;
    font-size: 18px;
    line-height: 18px;
    background-color: transparent;
    padding: 0;
    border: none;
    float: left;
  }
  .b-tabs #products-tab a,
  .b-tabs li a {
    display: inline-block;
    padding: 10px 20px;
    font-size: 18px;
    font-weight: bold;
  }
  .b-tabs #products-tab a:before,
  .b-tabs li a:before {
    content: none;
  }
  .b-tabs #products-tab span {
    display: inline-block;
    padding: 10px 20px;
    font-size: 18px;
    font-weight: bold;
  }
  .b-tabs #products-tab span:before {
    content: none;
  }
  .b-tabs a {
    color: #000;
    background-color: #cadcab;
    border-right: 1px solid #5b7148;
  }
  .b-tabs .active a,
  .b-tabs .active span {
    color: #FFF !important;
    background-color: #5b7148;
  }
  .b-tabs li:last-child a {
    border-right: none;
  }
  .b-tabs {
    border-bottom: 2px solid #5b7148;
    height: 40px;
  }
  .b-tabs ul {
    display: inline-block;
    margin: 0;
    padding: 0;
  }
  .b-products-title {
    display: none;
  }
  .b-products-text.collapse {
    display: block;
    visibility: visible;
    margin: 0;
    background-color: #FFF;
  }
}
.social-buttons-cat .plusone-button,
.social-buttons-cat > iframe {
  float: right;
  margin: 10px;
}
.products-list {
  list-style: none;
  padding: 0;
}
.products-list .item {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  border-bottom: 1px solid #cccccc;
  padding: 0 5px 30px 5px;
  margin-bottom: 30px;
}
.products-list .item .product-image {
  float: left;
}
.products-list .item .product-image img {
  width: 120px;
  height: 120px;
}
.products-list .item .product-shop {
  margin-left: 130px;
}
.products-list .item .product-name {
  font-size: 14px;
  margin-top: 0;
}
.products-list .item .ratings {
  text-align: left;
}
.products-list .item .ratings .rating-box {
  margin-left: 0;
}
.products-list .item .availability {
  text-align: left;
}
.products-list .item .availability .stock-qty {
  padding-left: 10px;
}
.products-list .item .availability .in-stock,
.products-list .item .availability .out-of-stock {
  padding-right: 10px;
}
.products-list .item .price-box {
  text-align: left;
  padding-bottom: 0;
}
.products-list .item .desc {
  display: none;
}
.products-list .item > p {
  margin-bottom: 0;
}
.products-list .item button {
  margin-left: 0;
  margin-bottom: 0;
}
@media (min-width: 481px) {
  .products-list .item .product-image {
    float: left;
  }
  .products-list .item .product-image img {
    width: auto;
    height: auto;
  }
  .products-list .item .product-shop {
    margin-left: 190px;
  }
  .products-list .item .product-name {
    font-size: 16px;
    margin-top: 0;
  }
  .products-list .item .ratings .rating-box {
    margin-right: 10px;
    float: left;
  }
  .products-list .item .desc {
    display: block;
    font-size: 14px;
  }
  .products-list .item .link-more {
    display: block;
  }
}

