html {
  height: 100%;
}

body {
  position: relative;
  min-height: 100%;
}

body.no-scroll {
  overflow: hidden;
}

.wrapper {
  min-height: 100%;
}

.page {
  min-height: 100%;
  position: initial !important;
  padding-bottom: 175px;
}

.footer-container {
  position: absolute;
  bottom: 0;
  width: 100%;
}

/* Sidebar - Instagram */

.block-instagram .block-content {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
}

.block-instagram .block-content li {
  list-style: none !important;
}

.block-instagram li {
  padding: 5px;
  width: 33%;
  margin: auto;
}

.block-instagram .block-content {
  padding: 0 10px;
}

.block-instagram .block-content .instagram-unit {
  height: 100px;
  display: block;
  background-size: cover;
  background-position: center;
}

div.block-layered-nav dd a.amshopby-attr {
  background: none;
  padding: 0;
}

div.block-layered-nav dd a.amshopby-attr:hover {
  padding: 0;
  background-image: none;
}

div.block-layered-nav dd a.amshopby-attr::before {
  content: '';
  width: 10px;
  height: 10px;
  display: inline-block;
  border: 0;
  margin-right: 5px;
  margin-top: 3px;
  background: white;
}

div.block-layered-nav dd a:hover:before {
  -webkit-box-shadow: inset 0 0 0 7px #e72001;
  box-shadow: inset 0 0 0 7px #e72001;
  -webkit-transition: -webkit-box-shadow .4s cubic-bezier(.165, .84, .44, 1);
  transition: -webkit-box-shadow .4s cubic-bezier(.165, .84, .44, 1);
  transition: box-shadow .4s cubic-bezier(.165, .84, .44, 1);
  transition: box-shadow .4s cubic-bezier(.165, .84, .44, 1), -webkit-box-shadow .4s cubic-bezier(.165, .84, .44, 1);
  width: 10px;
  height: 10px;
}

div.block-layered-nav dd a.amshopby-attr-selected {
  font-weight: normal;
  padding: 0;
}

div.block-layered-nav dd a.amshopby-attr-selected:before {
  content: '';
  margin-right: 5px;
  margin-top: 3px;
  display: inline-block;
  -webkit-box-shadow: inset 0 0 0 7px #e72001;
  box-shadow: inset 0 0 0 7px #e72001;
  -webkit-transition: -webkit-box-shadow .4s cubic-bezier(.165, .84, .44, 1);
  transition: -webkit-box-shadow .4s cubic-bezier(.165, .84, .44, 1);
  transition: box-shadow .4s cubic-bezier(.165, .84, .44, 1);
  transition: box-shadow .4s cubic-bezier(.165, .84, .44, 1), -webkit-box-shadow .4s cubic-bezier(.165, .84, .44, 1);
  width: 10px;
  height: 10px;
}

div.amshopby-overlay {
  display: none !important;
}

div.block-layered-nav dd .single-choice a.amshopby-attr, div.block-layered-nav dd .single-choice a.amshopby-attr:hover {
  background-image: none !important;
}

.block-layered-nav dt {
  margin-top: 8px;
}

dl#narrow-by-list {
  padding: 5px;
}

.toolbar .pager {
  margin-bottom: 0;
}


.form-list input.input-text {
  border-radius: 0;
}

.form-list select {
  border-radius: 0;
}

.cart .cart-table-wrap {
  border-radius: 0;
}

.checkout-cart-index .main {
  max-width: 1200px;
}

.data-table .product-name a {
  color: #111;
}

.btn-remove {
  color: #111;
}

.cart-table td.td-total .cart-price {
  color: red;
}

.cart .page-title h1 {
  color: #111;
  text-transform: uppercase;
}

button.button span {
  border-radius: 0;
}

.cart .cart-collaterals h2 {
  border-radius: 0;
}

/* Global */

.yotpo-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  width: 100%;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: auto;
  -webkit-justify-content: center;
  -webkit-flex-wrap: wrap;
}

.col-main .page-title h1 {
  font-family: verbcondextra;
  font-weight: normal;
  color: #484747;
  font-size: 22px;
}

.col-main .page-title h2 {
  font-family: verbcondextra;
  font-weight: normal;
  color: #484747;
  font-size: 18px;
}

/* Breadcrumbs */

.breadcrumbs {
  background-color: white;
  text-align: left;
  color: #333;
}

.breadcrumbs .container {
  width: 100%;
  max-width: initial;
}

/* Search Page */

.catalogsearch-result-index .col2-left-layout .col-left.sidebar {
  width: 20%;
}

.catalogsearch-result-index .col2-left-layout .col-main {
  width: 80%;
}


.catalogsearch-result-index .header-container {
  margin-bottom: 0;
}

.catalogsearch-result-index .toolbar {
  background: #222;
  padding: 1rem;
  width: 100%;
}

.catalogsearch-result-index .toolbar .pager li>a {
  background: none;
  border-radius: 0;
  border-color: #999;
  color: #777;
}

.catalogsearch-result-index .toolbar .pager .pages .current {
  background: none;
  border-radius: 0;
  border-color: #ab1a2a;
  color: #999;
}

.catalogsearch-result-index .toolbar .view-mode {
  display: none;
}

.catalogsearch-result-index .toolbar label {
  color: #777;
}

.catalogsearch-result-index .toolbar select {
  background: none;
  border-radius: 0;
  border-color: #999;
}

.catalogsearch-result-index .sorter .sort-by img {
  display: none;
}

.catalogsearch-result-index .block.block-layered-nav {
  background: #eee;
  margin-top: 0;
  margin-bottom: 20px;
  padding: 15px 0;
}

.catalogsearch-result-index .block.block-layered-nav .amshopby-filters-top {
  padding: 1em;
}

.catalogsearch-result-index .product-image-area {
  border-radius: 0;
}

.catalogsearch-result-index .col-main .page-title h1 {
  color: #333;
}

/* Product Grid */

.products-grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
}

.category-products .products-grid li.item {
  padding: 1rem;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-bottom: 20px;
}

.category-products .products-grid li.item .item-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column wrap;
  flex-flow: column wrap;
  height: 100%;
  padding: 1rem;
  -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .15);
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .15);
  padding-top: 0;
  flex:1;
}

.category-products .products-grid li.item .details-area {
  padding: 0 10px !important;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column wrap;
  flex-flow: column wrap;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
}

/* Categories */

.catalog-category-view .product-image img {
  padding: 1rem;
  padding-top: 0;
}

.catalog-category-view .products-grid .ratings {
  display: none;
}

.catalog-category-view .page-title.category-title {
  display: block;
}

.catalog-category-view .col-main .page-title h1 {
  color: #333;
}

.catalog-category-view .main.container {
  width: 100%;
}

.catalog-category-view .col2-left-layout .col-left.sidebar {
  width: 20%;
}

.catalog-category-view .col2-left-layout .col-left.sidebar .promo img {
  width: 100%;
}

.catalog-category-view .top-container .category-banner {
  display: none;
}

.catalog-category-view .col2-left-layout .col-main {
  width: 80%;
}

.catalog-category-view .block-instagram {
  margin-top: 40px;
  list-style: none;
  margin-bottom: 20px;
}

.catalog-category-view .header-container {
  margin-bottom: 0;
}

.catalog-category-view .promo_img img {
  width: 100%;
  border: solid 1px #ddd;
  margin: 1em 0;
}

.catalog-category-view .product-label {
  top: initial;
  bottom: 10px;
  left: 10px;
  right: initial !important;
}

.toolbar-bottom {
  background: #222;
  margin: 0;
}

.toolbar {
  clear: both;
  background: #222;
  padding: 1em;
}

.toolbar .pager li>a {
  background: none;
  border-radius: 0;
  border-color: #999;
  color: #777;
}

.toolbar .pager .pages .current {
  background: none;
  border-radius: 0;
  border-color: #ab1a2a;
  color: #999;
}

.toolbar .view-mode {
  display: none;
}

.toolbar label {
  color: white;
  font-size: 14px;
  display: inline-block;
}

.toolbar .n-select {
  color: white;
  display: inline-block;
  cursor: pointer;
  padding: 0 10px;
  vertical-align: inherit;
}

.toolbar .n-select.limit {
  float: right;
  position: relative;
}

.toolbar .n-select::after {
  display: inline-block;
  content: "\f0d7";
  font-family: FontAwesome;
  margin-left: 10px;
}

.toolbar .n-select.open::after {
  display: inline-block;
  content: "\f0d8";
  font-family: FontAwesome;
  margin-left: 10px;
}

.toolbar .n-select .active {
  display: inline-block;
  text-transform: capitalize;
}

.toolbar .n-select .options {
  position: absolute;
  z-index: 5;
  background: #222;
  padding: 5px 14px;
  left: 0;
  width: 100%;
}

.toolbar .n-select .option {
  padding: 5px 0;
}

.toolbar .n-select .fa {
  color: white;
  margin-left: 15px;
}

.toolbar select {
  background: none;
  border-radius: 0;
  border-color: #999;
}

.sorter .sort-by {
  position: relative;
  display: inline-block;
  float: none;
  margin: 0;
  vertical-align: sub;
}

.block.block-layered-nav {
  background: #eee;
  padding: 1em;
  margin-top: 0;
  margin-bottom: 20px;
}

.catalog-category-view .product-image-area {
  border-radius: 0;
  padding-top: 0;
}

.catalog-category-view .col2-left-layout .main.container {
  max-width: 100%;
}

.owl-carousel .owl-wrapper {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
}

.filter-products .products div.item {
  padding: 0;
  height: 100%;
}

.filter-products .products div.item .item-area {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column wrap;
  flex-flow: column wrap;
}

.filter-products .products div.item .details-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column wrap;
  flex-flow: column wrap;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding: 0 10px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.amshopby-container-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
}

.amshopby-container-top .amshopby-item-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.amshopby-container-top .amshopby-item-top .amshopby-attr:hover {
  text-decoration: none;
}

.amshopby-container-top .amshopby-item-top .block-layered-nav dt {
  margin: 0;
}

.amshopby-container-top .block-subtitle {
  display: none;
}

.amshopby-container-top .currently {
  display: none;
}

.amshopby-container-top .actions {
  display: none;
}

.amshopby-container-top .ui-slider .ui-slider-range {
  background: #d7d7d7;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.amshopby-container-top .ui-slider .ui-slider-handle {
  background: #333;
  border-radius: 0;
  width: 10px;
  border: none;
}

.amshopby-slider-price {
  background: white;
  padding: 3px 8px;
}

.amshopby-container-top .price-filter-slider .text-box input.go {
  display: none;
}

#resultLoading i.ajax-loader {
  border-color: #fe0000;
}

.amshopby-container-top div.amshopby-overlay div {
  display: none !important;
}

.amshopby-filters-top .layered-Price .block-layered-nav dd {
  overflow: initial;
}

.amshopby-filters-top .layered-Price input {
  width: 65px !important;
}

.amshopby-filters-top .layered-Price .minPrice {
  float: left;
  text-align: center;
  margin-left: -15px !important;
}

.amshopby-filters-top .layered-Price .maxPrice {
  float: right;
  text-align: center;
  margin-right: -15px !important;
}

.amshopby-filters-top .layered-Price .text-box span {
  display: none;
}

/* Mini Cart */

.topArea .mini-cart {
  border: solid 1px red;
  border-radius: 5px;
  padding: 0 10px;
}

.topArea .mybag-link i {
  font-size: 14px;
}

.topArea .mybag-link .cart-info {
  position: initial;
  display: inline-block;
  margin: 0;
  top: initial;
  line-height: normal;
  left: initial;
  width: auto;
}

.topArea .mybag-link .cart-info span {
  display: inline-block;
}

.mini-cart .actions a.cart {
  background: #333 !important;
}

.topControl .search {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.checkout-cart-index #customer-credit-form-code {
  display: none !important;
}

.header-container.sticky-header .menu-wrapper .mini-cart .topCartContent {
  top: 39px;
}

.topCartContent {
  border: none;
}

.topCartContent li {
  border-right: none !important;
}

.header-container.type4 .top-links a {
  text-decoration: none !important;
  white-space: initial !important;
  color:inherit;
}

.header-container.type4 .header .mini-cart .topCartContent {
  top: 60px;
  padding: 15px;
  right:40px;
}

.mini-cart .option-detail a {
  display: none;
}

.mini-cart .option-detail .item-options {
  position: initial;
  display: block;
  opacity: 1;
  border: none;
  padding: 0;
}

.mini-cart .option-detail .item-options dt {
  display: inline-block;
}

.mini-cart .option-detail .item-options dd {
  display: inline-block;
}

/* Product Page */

.product-essential .product-shop { float: right;}
.product-essential .product-video {clear: left;}
.product-view .product-img-box {margin-bottom:15px;}

.product-options .validation-advice:before {
  font-size: 12px;
  top: -1px;
}

.product-options .validation-advice {
  font-size: 16px;
  padding-left: 15px;
}

.product-options dd {
  border-bottom: solid 1px #d1d1d1;
}

.product-list .swatch-disabled a {
  opacity: 0.5;
}

.product-list .swatch-disabled:before {
  display: block;
  content: '';
  background: red;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  width: 30px;
  height: 2px;
  position: absolute;
  top: 12px;
  left: -3px;
  opacity: 0.5;
  z-index: 9;
}

.product-options .product-swatches-container .has-swatches .out-of-stock:before {
  display: block;
  content: '';
  background: red;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  width: 70px;
  height: 2px;
  position: absolute;
  top: 0;
  left: -10px;
  opacity: 0.5;
}

.product-options .swatch-type-label .has-swatches .out-of-stock:before {
  display: block;
  content: '';
  background: red;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  width: 100px !important;
  height: 2px;
  position: absolute;
  top: 0;
  left: -10px;
  opacity: 0.5;
}

.catalog-product-view .short ul {
  padding: 0 10px;
}

.catalog-product-view .short li {
  list-style: disc;
  margin-left: 15px;
}

.catalog-product-view span[type="Kicker Custom Minimal2"] {
  margin-top: 5px !important;
  clear: both;
  display: block;
  float: right;
}

.catalog-product-view .header-container {
  margin-bottom: 0;
}

.catalog-product-view .top-container {
  margin-bottom: 40px;
}

.catalog-product-view .shopbybrands-brand-page {
  display: none !important;
}

.catalog-product-view .main-container {
  padding: 0;
}

.catalog-product-view .block.block-related .product input.checkbox {
  display: none;
}

.catalog-product-view .product-tabs .tab-content {
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  padding: 1em 0;
  min-height: auto;
}

.catalog-product-view .product-tabs>ul li.active {
  border-color: transparent;
}

.catalog-product-view .product-tabs>ul li.active a {
  border: none;
  border-bottom: solid 2px #333;
  border-radius: 0;
  text-decoration: none;
  text-transform: uppercase;
  font-family: verbcondextra;
}

.catalog-product-view .product-tabs>ul li a {
  color: #333;
  border-radius: 0;
  border-bottom: solid 1px transparent;
  text-transform: uppercase;
  font-size: 16px;
}

.catalog-product-view .product-tabs a:hover {
  text-decoration: none;
}

.catalog-product-view .product-view .product-shop .price-box .special-price .price {
  color: #c42c15;
  font-size: 34px;
  letter-spacing: -1px;
  padding-right: 5px;
}

.catalog-product-view .product-tabs>ul {
  border-bottom: solid 1px #d7d7d7;
}

.catalog-product-view .type-data {
  margin-bottom: 15px;
}

.catalog-product-view .type-data .add-review {
  font-weight: bold;
}

.catalog-product-view .type-data .pricing {
  display: inline-block;
  vertical-align: text-bottom;
  margin-right: 15px;
}

.catalog-product-view .type-data .sideprice {
    float: right;
}

.catalog-product-view .sideprice .inv-status {
    clear: both;
}

.catalog-product-view .add-to-box .add-to-cart {
  float: initial;
}

.catalog-product-view .add-to-cart button.button {
  width: 70%;
  float: right;
  max-width: 300px;
}

.catalog-product-view .add-to-cart label {
  display: block;
  line-height: 30px;
}

.catalog-product-view .short-description .item-info strong {
  color: #555;
}

.catalog-product-view .yot-mini {
  float: right;
}

.catalog-product-view .product-view .product-name h1 {
  color: #333;
}

.catalog-product-view .returns-icon::before {
  background-image: url('../images/returns_icon_30.png');
  display: block;
  content: '';
  width: 30px;
  height: 30px;
}

.catalog-product-view .guarantee-icon::before {
  background-image: url('../images/guarantee_icon_30.png');
  display: block;
  content: '';
  width: 30px;
  height: 30px;
}

.catalog-product-view .ship-icon::before {
  background-image: url('../images/ship_icon_30.png');
  display: block;
  content: '';
  width: 30px;
  height: 30px;
}

.catalog-product-view .sidebar .custom-block-1>div i {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  opacity: 0.85;
}

.short-description .custom {
  margin-top: 10px;
  margin-bottom: 15px;
}

#bottom_cwb {
  background: #f7f7f7;
}

#bottom_cwb .row {
  max-width: 1200px;
  margin: 0 auto;
  padding: 2em;
}

#bottom_cwb .row h3 {
  text-align: left;
  margin-bottom: 20px;
  padding-bottom: 10px;
  border-bottom: solid 1px #d7d7d7;
  color: #333;
}

#bottom_cwb .row .product img {
  width: 100%;
}

#bottom_cwb .row .product .img {
  padding: 2em;
  background: white;
}

.header-container.type4.sticky-header .main-nav ul.menu>li>a {
  font-weight: normal;
}

.footer .social .fa-envelope {
  color: #777;
}

.footer .social .fa-instagram {
  color: #e44458;
}

.footer .social .fa-facebook-square {
  color: #4267b2;
}

.footer .social .fa-google-plus {
  color: #dc4a38;
}

.footer .social .fa-twitter {
  color: #50abf1;
}

.footer .social .news {
  padding: 0;
}

.footer .social .block-subscribe {
  width: 85%;
  padding-left: 10px;
  margin: 0;
  float: left;
}

.footer .social .block-subscribe form {
  display: block;
}

.footer .social .block-subscribe .block-title {
  display: none;
}

.footer .social .block-subscribe .form-subscribe-header {
  display: none;
}

.footer .social .block-subscribe .block-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row;
  flex-flow: row
}

.footer .social .block-subscribe .input-box {
  padding: 0;
  width: 100%;
  display: block;
  float: left;
}

.footer .social .block-subscribe .actions {
  display: block;
  float: left;
  padding: 0;
}

.footer .social .block-subscribe .input-box input.input-text {
  height: 30px;
  line-height: normal;
  border-radius: 0;
}

.footer .social .block-subscribe .actions button.button span {
  height: 30px;
  line-height: 30px;
  display: inline-block;
  vertical-align: top;
  width: 100%;
}

.footer .social .block-subscribe .actions button.button {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.footer .social .block-subscribe .actions button.button span>span {
  margin: 0;
  padding: 0;
}

div.brand_container {
  border: none;
}

/* Mega Menu */

.menu .menu-full-width {
  position: relative;
  text-align: center;
}

.menu .on-sale .nav-sublist-dropdown {
  width: 1080px !important;
  margin-left: -20em !important;
}

.menu .lower-link {
  display: block;
  clear: both;
  padding: 10px;
  text-align: center;
}

.menu .lower-link a {
  display: inline-block;
  text-align: center;
  font-size: 14px;
  margin: 15px;
  background: #333;
  color: white !important;
  padding: 10px 20px;
  text-decoration: none;
  font-family: 'verbcondextra';
}

.menu .lower-link a:hover {
  background: #e72001;
  color: #333 !important;
}

.menu .on-sale .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.menu .gunmag-gear .nav-sublist-dropdown {
  width: 1080px !important;
  margin-left: -20em !important;
}

.menu .gunmag-gear .lower-link {
  display: block;
  clear: both;
  padding: 10px;
  text-align: center;
}

.menu .gunmag-gear .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.menu .brands .nav-sublist-dropdown {
  width: 1380px !important;
}

.menu .dropdown .nav-sublist-dropdown {
  width: 850px !important
}

.menu .dropdown .nav-sublist-dropdown.single-col {
  width: 250px !important
}

.menu .dropdown .nav-sublist-dropdown.single-col ul li {
  width: 100%;
}

.menu .dropdown.magazines .nav-sublist-dropdown {
  margin-left: 1em !important;
}

.menu .dropdown.accessories .nav-sublist-dropdown {
  margin-left: -5em !important;
}

.menu-full-width.magazines .mega-columns.row ul.content {
  padding: 15px 0;
}

.menu .dropdown .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.menu .brands .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column wrap;
  flex-flow: column wrap;
  height: 525px;
}

.menu .brands .content .brand-col {
  border-bottom: solid 1px #e7e6e5;
  margin: 1px 10px;
  padding: 1px 0;
}

.menu .brands .content .brand-col a {
  font-size: 14px;
  text-decoration: none !important
}

.menu .brands .featured-brands {
  margin-bottom: 20px;
}

.menu .brands .featured-brands a {
  text-decoration: none !important;
}

.menu .brands .featured-brands .brand {
  padding: 0;
}

.menu .brands .featured-brands .icon {
  padding: 10px;
  text-align: center;
}

.menu .brands .featured-brands .icon img {
  width: 100%;
  height: auto;
  max-width: 100px;
}

.menu .brands .featured-brands .name {
  font-size: 14px;
  font-family: verbcondextra;
  text-align: center;
  color: #333;
}

.menu .dropdown .heading a.level1 {
  text-decoration: none !important;
}

.menu .dropdown .heading a.level1 span {
  font-family: verbcondextra;
  font-size: 16px;
  color: #333;
  margin-bottom: 10px;
  display: block;
}

.main-nav .menu>li.menu-full-width .nav-sublist-dropdown a:hover {
  color: #c42c15;
}

.main-nav .menu>li.menu-full-width .nav-sublist-dropdown a {
  font-size: 14px;
  color: #555;
}

.menu .dropdown ul.sub a span {
  font-size: 14px;
}

ul.menu>li .nav-sublist-dropdown:before {
  border-top: solid 6px white;
  top: -6px;
}

.sticky-header ul.menu>li .nav-sublist-dropdown:before {
  border: none !important;
}

.main-nav .menu>li .nav-sublist-dropdown {
  top: 50px;
}

.sticky-header .menu>li .nav-sublist-dropdown {
  top: 44px;
}

.menu_thumb_link img {
  max-width: 125px;
}

.fixed-header .menu>li>a:after, .main-nav .menu>li>a:after {
  top: 43% !important;
}

.main-nav .menu>li.menu-full-width .nav-sublist-dropdown .container ul>li .nav-sublist a {
  font-size: 14px;
}

.main-nav .menu>li.menu-full-width .nav-sublist-dropdown {
  padding: 15px;
  left: 0;
  position: absolute;
  width: 900px;
  border: none;
  border-radius: initial;
  -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.35);
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.35);
  max-width: initial;
  margin-left: -7em;
}

.main-nav .menu>li.menu-full-width .nav-sublist-dropdown.single-col {
  left: 60px;
}

.main-nav .menu>li.menu-full-width .nav-sublist-dropdown .container ul>li>a.level1 span {
  border-bottom: solid 2px grey;
  padding-bottom: 5px;
  font-family: verbcondextra;
  font-weight: normal;
  color: #555;
}

.main-nav .menu>li .nav-sublist-dropdown .container ul>li a:hover {
  text-decoration: none !important;
  color: #e72001;
}

li.menu-full-width .nav-sublist-dropdown .container ul>li .nav-sublist a {
  padding-top: 1px !important;
  padding-bottom: 1px !important;
}

.main-nav .menu>li .nav-sublist-dropdown .container ul .menu-item-has-children .nav-sublist ul {
  margin-top: 10px;
}

.main-nav .menu>li.menu-full-width:hover>a:before {
  z-index: 99999;
  position: absolute;
  bottom: 0;
  top: 42px;
  content: '';
  width: 100%;
  height: 0;
  border-top: solid 3px #c42c15;
  left: 0;
  -webkit-transition-delay: 1s;
  transition-delay: 1s;
}

.product-name.mobile {
  display: none;
}

/* logo */

#headerLogo {
  padding: 1em;
}

.header .logo img {
  padding: 1em;
}

/* Main Nav */

#top_section .mobile-phone {
  display: none;
}

.header-container {
  padding: 0 !important;
}

.header-container {
  border: none;
  background: #222;
  width: 100%;
}

.header-container .header {
  padding: 0;
}

.header-container .mybag-link i {
  color: #333;
}

.main-nav .container-fluid {
  padding: 0;
}

.main-nav ul.menu>li.menu-full-width {
  border-radius: 0;
}

.header-container .top-links-area {
  display: inline-block;
}

.header-container .topArea .top-links {
  text-align: right;
}

.header-container .top-links a {
  color: #999
}

.header-container .top-links-area a {
  padding-top: 5px;
  padding-bottom: 5px
}

.header-container .top-links .selectbox li a:hover {
  color: #fff
}

.header-container .cart-area {
  display: inline-block;
  color: white;
}

.header-container .form-search {
  border: solid 1px #212121;
}

.header-container.type4 .mybag-link i {
  color: #ff0309;
}

.fixed-header ul.menu>li:hover, .main-nav ul.menu>li:hover, .fixed-header ul.menu>li.act, .main-nav ul.menu>li.act {
  background-color: transparent;
}

.header #search_mini_form {
  display: inline-block;
  vertical-align: middle;
  width: 100% !important;
}

.header .form-search {
  overflow: visible;
  border: 1px solid #999;
  border-radius: 0;
  position: relative;
  width: 100%;
  min-width: 250px;
  padding-right: 170px;
  background-color: #212121
}

.header .form-search label {
  float: left;
  width: 24px;
  height: 21px;
  text-align: left;
  text-indent: -999em;
  overflow: hidden;
  display: none
}

.header .form-search #search {
  border: 0;
  height: 38px;
  background-color: transparent;
  padding: 10px 15px;
  color: #999;
  font-family: Arial;
  width: 100%;
  margin: 0;
  font-size: 13px;
  line-height: 20px;
  border-radius: 20px 0 0 20px
}

.header .form-search #cat {
  display: none !important;
  margin: 0;
  width: 130px;
  height: 38px;
  background-color: transparent;
  border: 1px solid #999;
  border-top: 0;
  border-bottom: 0;
  font-family: Arial;
  font-size: 13px;
  line-height: 34px;
  color: #777;
  padding: 2px 0;
  padding-left: 10px;
  position: absolute;
  right: 40px;
  border-radius: 0;
  -moz-appearance: none;
  -webkit-appearance: none
}

.header .form-search #cat option {
  color: #000;
  background: #fff
}

.header .form-search button.button {
  width: 40px;
  height: 38px;
  color: #777;
  background-color: transparent;
  font-size: 14px;
  position: absolute;
  right: 0;
  top: 0;
  border-radius: 0 20px 20px 0
}

.header .form-search .search-autocomplete {
  z-index: 999
}

.header .form-search .search-autocomplete ul {
  border: 1px solid #ddd;
  background-color: #fff
}

.header .form-search .search-autocomplete li {
  text-align: left;
  padding: 5px 10px;
  cursor: pointer;
  color: #777
}

.header .form-search .search-autocomplete li .amount {
  float: right;
  font-weight: bold
}

.header .form-search .search-autocomplete li.odd {
  background-color: #fff
}

.header .form-search .search-autocomplete li.selected {
  background-color: #f7f7f7
}

.main-nav ul.menu>li>a {
  font-family: 'verbcondextra';
  color: #555;
  font-weight: normal;
}

.sticky-header ul.menu>li>a {
  color: white;
}

.sticky-header ul.menu>li.act>a {
  color: red;
}

.maglf {
  margin-right: 18px;
}

.maglf .fa {
  color: #d54628;
}

/* generic */

#slideshow .side-custom-menu {
  border-radius: 0px;
}

#slideshow .side-custom-menu h2 {
  background-color: #f0f0ed;
}

#hmProductSlider .product-image-area {
  border: none;
}

.cms-index-index .main-container {
  padding-top: 0;
}

span.sale-product-icon {
  background-color: #ff0309;
  border-radius: 0;
  font-weight: normal;
  font-family: 'verbcondextra';
}

.item:hover .details-area .actions a.addtocart {
  background-color: #202020;
  border-color: #202020;
  border-radius: 0;
}

.item .details-area .actions a.addtocart {
  border-radius: 0;
}

.owl-top-narrow .owl-controls .owl-buttons div {
  color: #202020;
}

h2.filter-title {
  font-size: 22px;
}

.header-container.type4.sticky-header .header-wrapper {
  background: #222;
}

.header-container .header .topControl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.header-container .header .search-area {
  margin-top: 0;
  width: 100%;
}

.owl-theme .owl-controls .owl-page.active span {
  color: #ff0309;
}

.about-gunmag h4 {
  padding: 1em 0;
}

.block-layered-nav .actions {
  display: none !important;
}

.catalog-product-view .product-view .product-info {
  border: none;
  padding-bottom: 0;
}

.catalog-product-view .brandContent .no-rating {
  display: block;
}

.catalog-product-view .brandBlock .shopbybrands-brand-page {
  display: block !important;
}

.catalog-product-view .product-view .product-shop .availability.in-stock span {
  color: #62b54d;
}

.catalog-product-view .product-view .product-shop .availability.out-of-stock span {
  color: #c42c15;
}

.catalog-product-view .colorBLock {
  width: 25px;
  height: 25px;
  float: left;
  margin-right: 10px;
}

.catalog-product-view .email-friend {
  display: none;
}

.brandBlock .at-icon-wrapper {
  width: 20px !important;
  height: 20px !important;
}

.brandBlock .at-icon-wrapper svg {
  width: 20px !important;
  height: 20px !important;
}

.brandBlock .addthis_counter {
  display: none !important;
}

.shopbybrands-brand-page {
  display: block;
}

.brandBlock {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
}

.brandBlock .brandIcon {
  width: 100%;
}

.brandBlock .brandIcon .brand-name {
  display: none;
}

.brandBlock .shopbybrands-brand-page {
  text-align: right;
}

.brandBlock .brandIcon img {
  width: 100%;
  max-width: 100px;
  padding: 5px 10px;
  border: solid 1px #d5d5d5;
}

.brandBlock .brandContent {
  width: 100%;
}

.brandBlock p {
  text-align: center;
}

.brandBlock .sku {
  display: block;
}

.brandBlock .addthis_toolbox {
  margin-top: 0;
  padding-bottom: 0;
}

.brandBlock .ratings .rating-box {
  background-color: transparent;
}

.brandBlock .ratings .rating-links .reviewlink {
  display: none;
}

.brandBlock .ratings .rating-links .separator {
  display: none;
}

.brandBlock .ratings {
  margin-left: -10px;
  margin-top: 0;
}

.product-view .product-shop .price-box .price {
  color: #999;
}

.brandBlock .social {
  border: none;
  margin: 0;
  padding: 0;
}

.brandBlock p.no-rating a {
  font-weight: bold;
}

.brandBlock p.no-rating a:hover {
  background: none;
  color: black;
}

.brandBlock p.no-rating {
  margin-top: 0;
}

.product-view .availability.out-of-stock {
  padding: 10px 0;
}

.product-view .product-shop .availability {
  margin: 0;
}

.block.block-related .owl-theme .owl-controls {
  top: -20px !important;
}

.product-info>.availability {
  display: none !important;
}

.product-view .product-shop .short-description {
  padding: 0;
  border: none;
}

.sidebar .custom-block.custom-block-1 {
  padding-bottom: 5px;
  margin-bottom: 40px;
}

.block-related .block-subtitle {
  display: none;
}

.block.block-related .product .product-image {
  border: none;
}

.block-related .icon-left-open {
  color: #111;
}

.block-related .icon-right-open {
  color: #111;
}

#top_links {
  background: #111;
  padding: 0.75em 2em;
}

#top_links .left {
  text-align: right;
}

#top_links .left .fa {
  font-size: 16px;
  margin-right: 8px;
  color: white;
  opacity: 0.75;
}

#top_section {
  background: #222;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

/* Home - Benefits */

.homepage-bar .returns-icon::before {
  background-image: url('../images/returns_icon_45.png');
  display: block;
  content: '';
  width: 45px;
  height: 45px;
  margin-right: 5px;
}

.homepage-bar .guarantee-icon::before {
  background-image: url('../images/guarantee_icon_45.png');
  display: block;
  content: '';
  width: 45px;
  height: 45px;
  margin-right: 5px;
}

.homepage-bar .ship-icon::before {
  background-image: url('../images/ship_icon_45.png');
  display: block;
  content: '';
  width: 45px;
  height: 45px;
  margin-right: 5px;
}

.homepage-bar .sidebar .custom-block-1>div i {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.homepage-bar i {
  opacity: 0.85;
}

/* Home - Slideshow */

#slideshow {
  margin-top: 20px;
  margin-bottom: 20px;
}

#slideshow img {
  width: 100%;
}

#slideshow .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row;
  flex-flow: row;
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
}

#slideshow .slide-image {
  height: 100%;
  background-size: cover !important;
  background-position: center !important;
}

#slideshow .item {
  height: 100%;
  max-width: 100%;
}

#slideshow .owl-carousel {
  height: 100%;
}

#slideshow .owl-carousel .owl-wrapper {
  height: 100%;
}

#slideshow .owl-carousel .owl-wrapper-outer {
  height: 100%;
}

#slideshow .owl-carousel .owl-item {
  height: 100%;
}

.banner-spacing {
  padding-left: 0;
}

.side-custom-menu li {
  list-style: none;
}

.side-custom-menu.top {
  margin-bottom: 15px;
}

.homepage-bar {
  border-radius: 0px;
}

.homepage-bar .row {
  margin: 0;
  background-color: #f0f0ed;
}

.homepage-bar .text {
  text-align: center;
  padding: 15px;
  border: solid 1px #ddd;
}

.homepage-bar .text.middle {
  border-left: none;
  border-right: none;
}

.promos img {
  border: solid 1px #777;
  width: 100%;
}

/* Home - Featured Products */

.featured-products .owl-theme .owl-controls {
  position: absolute;
  top: 0;
  right: 0;
}

.featured-products .owl-controls .owl-buttons div {
  background: none;
  padding: 2px;
  margin: 0;
  opacity: 1;
}

.featured-products .owl-controls .owl-buttons div i {
  color: #333;
  font-size: 16px;
}

.featured-products .product-label {
  display: none;
}

/* Home - Top Brands */

.top-brands {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
}

.top-brands h2 {
  width: 100%;
}

.top-brands .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  margin: 10px 0;
}

.top-brands .brand-text h5 {
  font-size: 16px;
}

.top-brands .brand-icon {
  text-align: center;
}

.top-brands .brand-icon img {
  max-width: 100%;
  height: auto;
}

.top-brands .brand-link {
  color: #cc0000;
}

/* Home - Blog */

.home-blog>.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.home-blog .post {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 200px;
  margin-bottom: auto;
}

.home-blog .heading {
  margin-bottom: 15px;
}

.home-blog .thumb {
  background-size: contain;
  background-repeat: no-repeat;
  position: relative;
}

.home-blog .thumb a {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}

.home-blog h5.title {
  font-size: 14px;
}


/* Home - Cat Boxes */

#catBoxes {
  text-align: center;
  background-size: cover;
  border: solid 2px white;
  padding: 0;
}

#catBoxes .shade {
  background-color: rgba(0, 0, 0, 0.75);
}

#catBoxes .details {
  padding: 80px 20px;
}

#catBoxes .name {
  color: white;
  font-size: 26px;
  font-weight: bold;
}

#catBoxes .link a {
  color: white !important;
}

/* Category Pages */

.catFilter {
  max-width: 13%;
}

.block-layered-nav dt {
  background: none;
  border: none;
  padding: 0;
  color: #333;
}

.block-layered-nav dd {
  background: none;
  border: none;
  padding: 0;
  max-height: 120px;
  overflow-y: scroll;
  overflow-x: hidden;
  border-radius: initial;
}

.block-layered-nav .layered-Price dd {
  overflow-y: visible;
}

.block-layered-nav dd a {
  line-height: normal;
}

.block-layered-nav dt:before {
  display: none;
}

.category-promo img {
  width: 100%;
}

.amshopby-filters-top .block-content ol {
  max-width: initial !important;
}

/* cms-page-view */

.cms-page-view .main-container .container-fluid {
  max-width: 1340px;
}

/* Contact Us */

.contacts-contacts-index .form-list .field:first-child {
  margin-right: 2%;
}

/* Stylize Layered Nav */

.block-layered-nav dd::-webkit-scrollbar {
  width: 5px;
}

.block-layered-nav dd::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0.15);
}

.block-layered-nav dd::-webkit-scrollbar-thumb {
  background: rgba(0, 0, 0, 0.75);
}

.block-layered-nav dd::-webkit-scrollbar-thumb:window-inactive {
  background: rgba(0, 0, 0, 0.75);
}

/* Footer */

.footer .footer-bottom {
  background-color: #eeeeee;
  padding: 0;
}

.footer .footer-bottom .topArea {
  border-top: solid 1px;
  border-bottom: solid 1px;
  border-color: #dadada;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row;
  flex-flow: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.footer .footer-bottom .topLinks {
  text-align: left;
  margin-right: auto;
  max-width: 40%;
}

.footer .footer-bottom .topLinks ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.footer .footer-bottom .social .fa-youtube-play {
  color: red;
}

.footer .footer-bottom .social .fa {
  border-right: solid 1px;
  border-color: #dadada;
  font-size: 22px;
  padding: 10px;
  display: block;
  float: left;
}

.footer .footer-bottom .social .fa.first {
  border-left: solid 1px #dadada;
}

.footer .footer-bottom .social .fa.last {
  border: none;
}

.footer .footer-bottom .social .notice {
  color: #202020;
  float: left;
}

.footer .footer-bottom .bottomArea {
  padding: 2em 6em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.footer .footer-bottom .bottomArea .left-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.footer .footer-bottom .bottomArea .norton {
  margin: 0 10px;
}

.footer .footer-bottom .bottomArea .norton table td {
  text-align: center;
}

.footer .footer-bottom .bottomArea .logo {
  text-align: left;
  margin: 0 10px;
}

.footer .footer-bottom .bottomArea .logo img {
  max-width: 125px !important;
}

.footer .footer-bottom .bottomArea .copyright {
  float: left;
}

.footer .footer-bottom .bottomArea .copyright p {
  margin: 0;
  line-height: normal;
}

.footer .footer-bottom .bottomLinks {
  margin-right: auto;
  width: 45%;
}

.footer .footer-bottom .bottomLinks ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.footer .footer-bottom .bottomLinks ul li {
  margin: 0 1em;
}

.footer .footer-bottom .seals {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.footer .footer-bottom .seals .bbb {
  margin: 10px 10px 0 10px;
}

.footer .phone {
  text-align: right;
  padding-right: 0;
}

.footer .phone a {
  text-decoration: none !important;
  padding-right: 10px;
}

.footer .social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.mobile-control {
  display: none;
}

.zEWidget-launcher {
  bottom: 2.5% !important;
}

.product-shop .social {
  max-width: 300px;
  margin-left: auto;
}

.product-view .product-shop .price-box .old-price {
  float: right;
}

#tab_review_tabbed {
  display: none !important;
}

.ratings {
  display: none !important;
}

.ship-res {
  background: #d5d5d5;
  padding: 10px;
  cursor: pointer;
  margin-top: 10px;
  max-width: 300px;
  margin-left: auto;
}

.old-price .price-label {
  display: block;
  color: red;
  text-transform: uppercase;
  font-size: 11px;
  font-weight: bold;
  line-height: 1;
}

.gn-save {
  white-space: nowrap;
}

.gn-save .green {
  color: #62b54d;
  text-transform: uppercase;
  margin-right: 5px;
}

.gn-save .dollar {
  color: #62b54d;
  margin-right: 5px;
}

.gn-save .perc {
  color: #62b54d;
}

.addtowishlist {
  display: none !important;
}

.comparelink {
  display: none !important;
}

.special-price .price {
  color: #c42c15;
}

.product-options dt {
  display: none;
}

.product-options {
  border: none;
  padding-bottom: 0;
}

.product-options-bottom {
  padding-bottom: 0;
  border: none;
}

#totop {
  display: none !important;
}


.catalog-product-view .link-wishlist {
  border: solid 1px #2f84ed !important;
  width: 100% !important;
  margin: 0 !important;
}

.product-view .add-to-links {
  width: 70%;
  text-align: right !important;
}

.product-view .add-to-links a {
  font-size: 12px;
  height: 25px;
  line-height: 25px;
  margin-top: 5px !important;
  color: #2f84ed;
  max-width: 300px;
}

.product-view .add-to-links a:hover {
  text-decoration: none;
}

.catalog-product-view .link-compare {
  display: none !important;
}

.product-view .product-img-box li.etalage_thumb {
  border: none;
}

.product-options-bottom .add-to-cart {
  display: block;
}

.header-container .links {
  color: white;
  margin: -6px 10px;
  margin-right: 0;
}

.header-container .links li {
  font-size: 12px;
  border-left: none;
  border-right: 1px solid #ccc;
}

.header-container .links li.last {
  padding-right: 15px;
  border: none;
}

.theme-color {
  color: #e72001 !important;
}

.top-links-container {
  background-color: #333;
}

.product-view .product-shop .price-box .regular-price .price {
  color: #333;
}

button.button span {
  background: #e72001;
}

a {
  color: #111;
}

.owl-middle-narrow .owl-controls .owl-buttons div {
  color: #333;
}

.helpdesk-contact-form-button {
  display: none;
}

.fixed-header ul.menu>li .nav-sublist-dropdown, .main-nav ul.menu>li .nav-sublist-dropdown {
  border-top-color: #999;
}

.price-filter-slider .text-box input.go {
  background-color: #333;
}

.footer-bottom a.logo img {
  max-width: 90px;
}

.header>.logo {
  max-width: 200px;
}

.header-container.type4 .header>.logo {
  padding: 0;
  margin-left: 15px;
}

.header-container.sticky-header .menu-wrapper .mybag-link {
  border: solid 1px red;
  padding: 0 10px;
  height: 35px;
  margin-top: 5px;
}

.header-container.sticky-header .menu-wrapper .mybag-link i {
  color: red;
  font-size: 18px;
  line-height: 33px;
}

.header-container.sticky-header .menu-wrapper .mybag-link span {
  display: block;
}

.header-container.sticky-header .menu-wrapper .mybag-link .cart-info {
  position: initial;
  top: initial;
  display: inline-block;
  margin: 0;
  width: auto;
}

/*.header-container.type4{background-image:url(../images/gunmag/header-bg.jpg);}*/

.product-tabs>ul li {
  background-color: white;
  border-color: transparent;
}

.main-nav .menu>li.menu-static-width .nav-sublist-dropdown {
  border: none;
}

.product-view .product-img-box li.etalage_small_thumbs li {
  border-radius: 0;
}

.sqrdblox .image-link {
  border: solid 1px;
}

#banner-slider-demo-5 .item .container {
  opacity: 0;
}

.owl-top-narrow #category-slider-demo-7 .owl-controls {
  right: -2px;
}

.header .demo-tooltip, .footer .demo-tooltip {
  position: absolute;
  right: 15px;
  top: 5px;
  z-index: 9;
  width: 20px;
}

.header-container.sticky-header .header .demo-tooltip {
  display: none;
}

.footer .demo-tooltip {
  top: -20px;
}

a.tooltip-icon {
  border: 1px solid #fff;
  color: #fff;
  border-radius: 50%;
  display: block;
  width: 20px;
  height: 20px;
  text-align: center;
  line-height: 20px;
  font-size: 10px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-animation: tooltip-animation 1s ease-in infinite;
  animation: tooltip-animation 1s ease-in infinite;
}

.header-container.type2 a.tooltip-icon, .header-container.type3 a.tooltip-icon, .header-container.type4 a.tooltip-icon, .header-container.type5 a.tooltip-icon, .header-container.type6 a.tooltip-icon, .header-container.type7 a.tooltip-icon, .header-container.type8 a.tooltip-icon {
  color: #000;
  border-color: #000;
}

.tooltip-popup {
  position: absolute;
  right: -10px;
  top: 30px;
  width: 300px;
  background-color: #111;
  -webkit-box-shadow: 0 0 8px rgba(255, 255, 255, .5);
  box-shadow: 0 0 8px rgba(255, 255, 255, .5);
  padding: 20px;
  border-radius: 10px;
  font-size: 12px;
  line-height: 1.4;
  color: #fff;
  text-align: left;
}

.tooltip-popup h4 {
  font-size: 16px;
  color: #fff;
}

.side-custom-menu ul li a:hover {
  color: #c42c15;
}

.tooltip-popup p {
  margin-bottom: 10px;
  color: #fff;
}

.tooltip-popup em {
  font-size: 10px;
}

a.tooltip-close {
  position: absolute;
  right: 10px;
  top: 10px;
  color: #fff;
}

.footer-middle>.container {
  position: relative;
}

/* tooltip for demo */

@-webkit-keyframes tooltip-animation {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes tooltip-animation {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@-webkit-keyframes tooltip-color {
  0% {
    color: #fff;
  }
  50% {
    color: #333;
  }
  100% {
    color: #fff;
  }
}

@keyframes tooltip-color {
  0% {
    color: #fff;
  }
  50% {
    color: #333;
  }
  100% {
    color: #fff;
  }
}

@-webkit-keyframes tooltip-color-white {
  0% {
    color: #444;
  }
  50% {
    color: #fff;
  }
  100% {
    color: #444;
  }
}

@keyframes tooltip-color-white {
  0% {
    color: #444;
  }
  50% {
    color: #fff;
  }
  100% {
    color: #444;
  }
}

.onepage-category {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.onepage_category_ajax_loader {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.5);
  z-index: 4;
}

.onepage-category>.category-list {
  width: 100px;
  text-align: left;
  position: relative;
  float: left;
  background: #000;
  padding: 46px 0 146px 0;
  z-index: 5;
}

.onepage-category>.category-list>ul {
  position: relative;
  z-index: 2;
  list-style: none;
  padding: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  padding-top: 30px;
}

.onepage-category>.category-list>ul>li {
  margin-bottom: 47px;
}

.onepage-category>.category-list>ul>li:last-child {
  margin-bottom: 0;
}

.onepage-category>.category-list>ul>li>a {
  color: #fff;
  width: auto;
  line-height: 98px;
  display: inline-block;
  white-space: nowrap;
  position: relative;
}

.onepage-category>.category-list>ul>li>a>em {
  font-size: 25px;
  width: 100px;
  display: inline-block;
  text-align: center;
  vertical-align: middle;
}

.onepage-category>.category-list>ul>li>a>em>img {
  vertical-align: middle;
}

.onepage-category>.category-list>ul>li>a>span {
  display: inline-block;
  vertical-align: middle;
  opacity: 0;
  visibility: hidden;
  width: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  font-size: 16px;
  font-weight: 600;
  position: relative;
  overflow: hidden;
}

.onepage-category>.category-list>ul>li>a:after {
  content: "";
  width: 16px;
  height: 16px;
  position: absolute;
  display: block;
  right: -15px;
  top: 50%;
  margin-top: -8px;
  border: 8px solid transparent;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.onepage-category>.category-list>ul>li>a:hover, .onepage-category>.category-list>ul>li>a.active {
  background-color: #00d59d;
}

.onepage-category>.category-list>ul>li>a:hover>span {
  opacity: 1;
  visibility: visible;
  width: auto;
  padding-right: 50px;
}

.onepage-category>.category-list>ul>li>a:hover:after, .onepage-category>.category-list>ul>li>a.active:after {
  border-left-color: #00d59d;
}

.onepage-category>.category-details {
  float: right;
  width: calc(100% - 100px);
  padding: 0 100px;
  padding-bottom: 146px;
}

.onepage-category .category-detail {
  position: relative;
}

.onepage-category .category-detail .title-menu {
  position: relative;
}

.onepage-category .category-detail .title-menu>a {
  font-size: 26px;
  color: #000;
  text-decoration: none;
  line-height: 100px;
  display: inline-block;
  font-weight: 300;
  margin-top: 70px;
}

.onepage-category .category-detail .title-menu>a>span {
  display: inline-block;
  vertical-align: middle;
}

.onepage-category .category-detail .title-menu>a.parent:after {
  display: inline-block;
  content: "\e81c";
  font-family: "porto";
  margin-left: 18px;
  font-size: 18px;
  vertical-align: middle;
  line-height: 36px;
}

.onepage-category .category-detail .title-menu>a.parent.opened:after {
  content: "\e81b";
}

.onepage-category .category-detail .title-menu>.menu-popup {
  position: absolute;
  left: -25px;
  top: 100%;
  display: none;
  width: calc(100% + 50px);
  z-index: 3;
  background-color: #fff;
  border: 1px solid #bebebe;
  border-radius: 5px;
  padding: 50px 0;
}

.onepage-category .category-detail .title-menu>.menu-popup:before {
  content: "";
  border: 8px solid transparent;
  width: 16px;
  height: 16px;
  display: block;
  border-bottom-color: #bebebe;
  position: absolute;
  top: -16px;
  left: 90px;
}

.onepage-category .category-detail .title-menu>.menu-popup:after {
  content: "";
  border: 7px solid transparent;
  width: 14px;
  height: 14px;
  display: block;
  border-bottom-color: #fff;
  position: absolute;
  top: -13px;
  left: 91px;
}

.onepage-category .category-detail .menu-popup ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.onepage-category .category-detail .menu-popup>ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.onepage-category .category-detail .menu-popup>ul>li {
  float: left;
  border-left: 1px solid #bebebe;
  margin: 10px 0;
  padding: 30px 0;
}

.onepage-category .category-detail .menu-popup>ul.columns5>li {
  width: 20%;
  padding-left: 4%;
  padding-right: 4%;
}

.onepage-category .category-detail .menu-popup>ul.columns5>li:nth-child(5n+1) {
  border-left: 0;
  clear: left;
}

.onepage-category .category-detail .menu-popup ul>li>a {
  color: #000;
  font-size: 16px;
  line-height: 2.5;
}

.onepage-category .category-detail .menu-popup>ul>li>a {
  font-weight: 700;
  text-transform: uppercase;
}

.onepage-category .category-detail .products-area {
  margin: 0 -10px;
}

.onepage-category .category-detail .products-area .category-link {
  float: right;
  margin-top: -70px;
  margin-right: 10px;
  position: relative;
  z-index: 2;
  min-width: 119px;
  height: 40px;
  border: 2px solid #000;
  color: #000;
  border-radius: 5px;
  line-height: 36px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 600;
}

.onepage-category .category-detail .products-area .category-link:hover {
  background-color: #000;
  color: #fff;
}

.onepage-category .category-detail .products div.item {
  float: left;
  padding: 10px;
}

.onepage-category .category-detail .products div.item .item-area {
  width: 100%;
  position: relative;
}

.onepage-category .category-detail .product-image-area {
  border: 0;
  padding: 0;
  border-radius: 0;
}

.onepage-category .category-detail .products div.item .product-image {
  width: 100%;
  min-height: 60px;
  display: block;
  position: relative;
  z-index: 0;
  overflow: hidden;
  border-radius: 0;
  background: #fff;
}

.onepage-category .category-detail .products .owl-item.loading {
  background: transparent;
}

.onepage-category .category-detail .products .owl-item.loading div.item .product-image {
  background-image: url(../images/ajax_loader.gif);
  background-repeat: no-repeat;
  background-position: center center;
}

.onepage-category .category-detail .products div.item .product-image img {
  width: 100%;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.onepage-category .category-detail .products div.item .product-image img.defaultImage {
  opacity: 1;
  filter: alpha(opacity=100);
}

.onepage-category .category-detail .products div.item .product-image img.hoverImage {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  filter: alpha(opacity=0);
}

.onepage-category .category-detail .products div.item .product-image-area:hover .product-image img.defaultImage {
  opacity: 0;
  filter: alpha(opacity=0);
}

.onepage-category .category-detail .products div.item .product-image-area:hover .product-image img.hoverImage {
  opacity: 1;
  filter: alpha(opacity=100);
}

.onepage-category .category-detail .products div.item .details-area {
  padding: 15px 0;
  text-align: left;
}

.onepage-category .category-detail .products div.item .details-area .product-name {
  margin: 0 0 3px 0;
}

.onepage-category .category-detail .products div.item .details-area .product-name a {
  font-size: 14px;
  font-weight: 600;
  color: #000;
}

.onepage-category .category-detail .products div.item .details-area .price {
  font-weight: 300;
}

.onepage-category .category-detail .products div.item .details-area .regular-price .price {
  font-size: 30px;
}

.onepage-category .category-detail .product-image-area:before {
  content: "";
  display: block;
  background: #000;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.onepage-category .category-detail .item-area:hover .product-image-area:before {
  opacity: 0.7;
  visibility: visible;
}

.onepage-category .category-detail a.quickview-icon {
  position: absolute;
  top: 50%;
  margin-top: -18px;
  text-align: center;
  width: 100%;
  background: none;
  text-transform: uppercase;
}

.onepage-category .category-detail a.quickview-icon span {
  margin-left: 8px;
  font-weight: 600;
}

.onepage-category .category-detail .product-image-area .actions {
  padding: 0 15px;
  z-index: 3;
}

.onepage-category .category-detail .product-image-area .actions a {
  background-color: transparent;
  border-color: #fff;
  color: #fff;
  width: 50px;
  height: 50px;
  line-height: 48px;
  font-size: 18px;
  margin: 0 1px;
}

.onepage-category .category-detail .product-image-area .actions a.addtocart i.icon-cart {
  font-size: 21px;
}

.onepage-cat.category-list {
  margin: -20px 0 -50px;
}

.onepage-cat.category-list+.main.container {
  float: left;
  width: calc(100% - 100px);
  padding: 0 100px;
}

.onepage-category>.category-list>ul.fixed-top {
  position: fixed;
  left: 0;
  top: 70px;
}

.onepage-category>.category-list>ul.fixed-bottom {
  position: fixed;
  left: 0;
  bottom: 0;
}

.onepage-category .additional-content img {
  max-width: 100%;
}

.onepage-category .menu-popup a>span {
  position: relative;
}

.onepage-category .menu-popup a>span>span.cat-label {
  top: 3px;
  right: -35px;
  font: inherit;
  font-size: 9px;
  padding: 2px;
  z-index: 1;
  border-radius: 2px;
  line-height: 1;
  border: 1px solid #777;
  position: absolute;
}

#banner-slider-demo-19 .slide-content h2 {
  font-size: 80px;
  font-weight: 800;
  line-height: 0.9;
  letter-spacing: -6px;
  margin-left: -5px;
}

#banner-slider-demo-19 .slide-content p {
  font-size: 20px;
  margin-bottom: 50px;
  font-weight: 300;
}

#banner-slider-demo-19 .slide-content a.btn-line {
  color: #000;
  font-size: 14px;
  font-weight: 700;
  border: 2px solid #000;
  padding: 0 34px;
  height: 57px;
  display: inline-block;
  line-height: 53px;
  border-radius: 8px;
  text-decoration: none;
}

#banner-slider-demo-19 .slide-content a.btn-line:hover {
  color: #fff;
  background-color: #000;
}

.category-description img {
  max-width: 100%;
}

@media(max-width:1199px) {
  #banner-slider-demo-19 .slide-content h2 {
    font-size: 40px;
    line-height: 0.9;
    letter-spacing: -3px;
    margin-left: -2.5px;
  }
  #banner-slider-demo-19 .slide-content p {
    font-size: 12px;
    margin-bottom: 20px;
  }
  #banner-slider-demo-19 .slide-content a.btn-line {
    font-size: 10px;
    padding: 0 16px;
    height: 30px;
    line-height: 26px;
    border-radius: 4px;
  }
}

@media(max-width:1199px) {
  .onepage-cat.category-list+.main.container {
    padding: 0 50px;
  }
  .onepage-category .category-detail .menu-popup ul>li>a {
    font-size: 11px;
  }
  .onepage-category .category-detail .menu-popup>ul.columns5>li {
    padding: 10px 2%;
  }
  .onepage-category .category-detail .title-menu>.menu-popup {
    padding: 10px 0;
  }
  .onepage-category .category-detail .title-menu>a {
    margin-top: 46px;
  }
}

@media(max-width:767px) {
  .onepage-category {
    display: block;
  }
  .onepage-category>.category-list {
    width: auto;
    float: none;
    padding: 0;
  }
  .onepage-category>.category-list>ul {
    padding: 0;
    position: static !important;
  }
  .onepage-category>.category-list>ul>li {
    margin: 0;
    display: inline-block;
  }
  .onepage-category>.category-list>ul>li>a:hover>span, .onepage-category>.category-list>ul>li>a:after {
    display: none;
  }
  .onepage-cat.category-list+.main.container {
    float: none; width: auto; padding: 0 15px;
  }
  .onepage-category>.category-details {
    float: none;
    width: auto;
    padding: 0 15px;
  }

  .onepage-category .category-detail .menu-popup>ul {
    display: block;
  }
  .onepage-category .category-detail .menu-popup>ul.columns5>li {
    width: 50%;
    padding: 10px 15px;
  }
  .onepage-category .category-detail .menu-popup>ul.columns5>li:nth-child(5n+1) {
    border-left: 1px solid #bebebe;
    clear: none;
  }
  .onepage-category .category-detail .menu-popup>ul.columns5>li:nth-child(2n+1) {
    border-left: 0;
    clear: left;
  }
  .onepage-category .category-detail .menu-popup ul>li>a {
    font-size: 14px;
  }
}

.catalog-category-view .main-container {
  padding-top: 0;
}

.amshopby-filters-top .block-title {
  display: none;
}

.catalog-category-view .price.price-filter-slider {
  padding: 0 15px;
}

body.mobile-nav-shown .mobile-nav.side-block {
  overflow: initial;
}

.catalog-category-view .block-category-nav {
  display: none !important;
}

#resultLoading div {
  background-image: url(../images/spin_logo.png);
  background-position: center;
  background-repeat: no-repeat;
}

#resultLoading i.ajax-loader {
  width: 70px !important;
  height: 70px !important;
  border-radius: 80px !important;
}

div.block-layered-nav dd a.amshopby-attr-selected {
  background: none;
  position: relative;
}

.show-filter {
  display: none;
}

.block-related .special-price {
  vertical-align: bottom;
}

.block-related .old-price .price-label {
  font-size: 14px;
}

.block-related .old-price .price {
  vertical-align: bottom;
  font-size: 16px;
  line-height: normal;
}

.category-products .special-price {
  vertical-align: bottom;
}

.category-products .old-price .price-label {
  display: none;
}

.category-products .old-price .price {
  vertical-align: bottom;
  font-size: 16px;
  line-height: normal;
}

.cms-index-index .special-price {
  vertical-align: bottom;
}

.cms-index-index .old-price .price-label {
  display: none;
}

.cms-index-index .old-price .price {
  vertical-align: bottom;
  font-size: 16px;
  line-height: normal;
}

.contact-top {
  color: white;
  margin-bottom: 10px;
}

.contact-top .split {
  margin: 0 10px;
  background: white;
  width: 1px;
  display: inline-block;
  height: 13px;
}

.cart-table .cart-price .old {
  text-decoration: line-through;
}

.catalog-product-view .product-view .product-info {
  margin: 0;
}

.catalog-product-view .product-view .add-to-box {
  border: none;
  clear: both;
  margin: 0;
  padding-bottom: 0;
}

.catalog-product-view .product-view .add-block-seperate {
  border-bottom: 1px solid #ebebeb;
}

.catalog-product-view .product-view .no-rating {
  margin-bottom: 5px;
}

.add-to-cart .qty {
  color: #111;
  border-radius: 0;
  padding: 2px;
  height: 30px;
  margin: 0 -5px;
  border-right: 0;
  border-left: 0;
  border-color: #888;
}

.add-to-cart .qty-counter {
  display: inline-block;
  background: #888;
}

.add-to-cart .qtybtn {
  display: inline-block;
  width: 30px;
  color: white;
  font-weight: bold;
  text-align: center;
  cursor: pointer;
  border: none;
  background: transparent;
  padding: initial;
  font-size: inherit;
}

.add-to-cart .qty-input {
  display: inline-block;
}

.product-view .product-shop .price-box {
  margin: 0;
}

.products-grid .gn-save {
  font-size: 12px;
}

.header-container.type4 .main-nav ul.menu>li.menu-full-width>a {
  cursor: pointer;
}

.header-container.type4 .main-nav ul.menu>li.menu-full-width>a:hover {
  color: #222;
}

.header-container.type4.sticky-header .main-nav ul.menu>li.menu-full-width>a:hover {
  color: white;
}

div.amshopby-page-container {
  padding: 0 25px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.price-box {
  margin: 10px 0 5px;
  margin-top: 5px;
  width: 100%;
}

.alert-stock.link-stock-alert {
  font-size: 14px;
  line-height: normal;
  max-width: 300px;
  margin-left: auto;
  background: #bbb;
  border-radius: 3px;
  padding: 10px;
  text-align: center;
}

.alert-stock.link-stock-alert a {
  color: white;
}

.alert-stock.link-stock-alert a:before {
  content: '\f12a';
  display: inline-block;
  font-family: FontAwesome;
  margin-right: 5px;
  color: #c42c15;
}

.alert-stock.link-stock-alert span.disco {
  color: white;
}
.alert-stock.link-stock-alert span.disco:before {
  content: '\f12a';
  display: inline-block;
  font-family: FontAwesome;
  margin-right: 5px;
  color: #c42c15;
}

.price-box.range .special-price .dash {
  font-size: 20px;
  color: #c42c15;
}

.price-box.range .regular-price .dash {
  font-size: 20px;
  color: #444;
}

.item-info.brand a {
  color: #777;
}

.item-info.brand a:hover {
  color: #c42c15;
}

.mega-columns ul.content ul.sub li {
  padding: 5px 0;
}

.single-col .mega-columns ul.content li {
  padding: 5px 0;
}

.mega-columns ul.content.item-grid .menu-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0;
}

.cms-index-noroute .fc_container {
  position: relative;
  background-image: url('../images/404/404_background.png');
  background-size: cover;
  min-height: 750px;
  max-width: 1080px;
  margin: 0 auto;
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: center;
}

.cms-index-noroute .fc_grid_6 {
  padding: 20px;
  background: rgba(255, 255, 255, 0.85);
  margin: 40px;
}

.cms-index-noroute h1 {
  color: #242424;
  font-size: 40px;
  font-weight: normal;
}

.cms-index-noroute p {
  color: #242424;
  font-size: 16px;
}

.cms-index-noroute p.clearfix {
  clear: both;
}

.cms-index-noroute .red {
  color: #d12001;
  font-weight: bold;
  padding: 0;
}

.cms-index-noroute a.shop:hover {
  color: white;
}

.cms-index-noroute .red a:hover {
  background: none;
  color: white;
}

.cms-index-noroute .fc_container .fc_grid_4.back {
  text-align: right;
}

.cms-index-noroute .fc_grid_6 .fc_grid_8 {
  margin-bottom: 10px;
  float: left;
  display: block;
  width: 60%;
  margin-left: 15px;
}

.cms-index-noroute .fc_grid_6 .fc_grid_4.back {
  margin-bottom: 10px;
  width: 35%;
  float: right;
}

.cms-index-noroute .fc_container .searchautocomplete {
  padding: 0;
  position: initial;
  background: none;
}

.cms-index-noroute .fc_container .searchautocomplete input {
  width: 300px;
  height: 38px;
  border-radius: 0;
}

.cms-index-noroute .fc_container .searchautocomplete input:focus {
  font-size: 13px;
}

.cms-index-noroute .fc_container .searchautocomplete .nav {
  display: inline-block;
}

.cms-index-noroute .fc_container .searchautocomplete .nav-submit-button {
  display: inline-block;
}

.searchautocomplete .nav-submit-button .button {
  background: #333;
  color: white;
  padding: 0 15px;
  height: 37px;
}

.cms-index-noroute .fc_container .searchautocomplete .searchautocomplete-placeholder {
  right: 0;
  top: 35px;
}

.cms-index-noroute .fc_grid_6 .fc_grid_4 .name {
  background: black;
  padding: 5px;
  margin: 0 5px;
  width: 50%;
  color: white;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 14px;
  margin-bottom: 0;
  text-align: center;
  max-width: 250px;
}

.cms-index-noroute .fc_grid_6 .fc_grid_4 .shop {
  text-transform: lowercase;
  text-align: center;
  padding: 5px 15px;
  font-size: 14px;
  font-weight: bold;
}

.cms-index-noroute .fc_grid_6 .fc_grid_4 .shop a {
  font-weight: bold;
  color: black;
}

.cms-index-noroute .fc_grid_6 .fc_grid_4 .shop a:hover {
  font-weight: bold;
  color: black;
}

.cms-index-noroute .shop-404-cat {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  margin: 10px;
}

.cms-index-noroute .shop.slc208 {
  background: #fd3707;
}

.cms-index-noroute .shop.slc215 {
  background: #fd3707;
}

.cms-index-noroute .shop.slc220 {
  background: #fd3707;
}

.product-options .product-swatches-container .has-swatches a.out-of-stock:hover:before {
  opacity: 1;
}

.product-options .product-swatches-container .has-swatches a.out-of-stock:hover {
  opacity: 0.75;
}

.product-img-box ul.initial.slides li[class^="attribute"] {
  display: none !important;
}

.cms-brands .main-container .container-fluid {
  max-width: initial;
}

.cms-brands .brand-list ul.bare-list {
  display: flex;
  margin: initial;
  padding: initial;
  flex-flow: row wrap;
}

.cms-brands .bare-list li.brand-list_item {
  display: flex;
  flex-flow: row;
  padding: 15px;
  justify-content: center;
  align-items: center;
}

.cms-brands ul.bare-list .icon img {
  float: none;
  border: 1px rgb(233, 233, 233) solid;
  height: auto;
  width: 150px;
  margin: initial;
  padding: 15px;
  max-width: initial;
  margin-bottom: 15px;
}

.cms-brands .icon .brand-label {
  float: none;
}

.ambrands-index-view .brand-page .category-image {
  max-width: 200px;
}

.ambrands-index-view .page-title.category-title {
  display: block;
}

.ambrands-index-view .brand-page .category-image img {
  max-width: 150px;
}

.ambrands-index-view div.amshopby-page-container {
  padding: initial;
}

.ambrands-index-view .attribute-swatches.product-list {
  margin: 5px 0;
  display: flex;
  flex-flow: row;
  justify-content: center;
  align-items: center;
}

#algolia-autocomplete-container .aa-dropdown-menu .algoliasearch-autocomplete-hit .info {
  white-space: initial;
  text-overflow: initial;
}

#algolia-autocomplete-container .aa-dropdown-menu .aa-dataset-products .aa-suggestion {
  vertical-align: top;
}

.brand-page .category-description {
  color: #484747;
  transition: max-height 0.5s ease;
  max-height: 900px;
}

.brand-page .read-more {
  display: block;
  margin-bottom: 15px;
  color: #c42c15;
  font-family: verbcondextra;
  cursor: pointer;
}

.brand-page .category-description.closed {
  max-height: 200px;
  overflow: hidden;
}

.gridLabel.empty {
  display: block;
  height: 22px;
  border-bottom: solid 1px rgba(0, 0, 0, .05)
}

.gridLabel {
  border-bottom: solid 1px #62b54d;
  text-align: center
}

.gridLabel span {
  background: #62b54d;
  color: #fff;
  font-family: verbcondextra;
  padding: 2px;
  width: calc(100% - 60px);
  display: inline-block;
  font-size: 12px;
  box-shadow: inset 0 -3px 6px -3px rgba(0, 0, 0, .12)
}

.gridLabel.free-shipping {border-bottom: solid 1px #78a300; }
.gridLabel.free-shipping span {background: #78a300;}
.gridLabel.new {border-bottom: solid 1px #498cbc; }
.gridLabel.new span {background: #498cbc;}
.gridLabel.out-of-stock {border-bottom: solid 1px #9c9c9c; }
.gridLabel.out-of-stock span {background: #9c9c9c;}


.category-products .products-grid li.item {
  display: flex;
  flex-flow: column;
}

.category-products .products-grid li.item .item-area {
  padding: 1rem 0
}

.menu .on-sale .price-box {
  text-align: center;
}

.menu .gunmag-gear .price-box {
  text-align: center;
}

.category-products .attribute-swatches.product-list {
  line-height: 1px;
}

.category-products ul.attribute-swatches li {
  margin-bottom: 0 !important;
}

.category-products .products-grid li.item .details-area .product-name {
  min-height: 55px;
}

.filter-products .products div.item .details-area .product-name {
  min-height: 55px;
}

.main-nav .menu>li.menu-full-width .item-grid .menu-item a {
  text-align: center;
}

.main-nav .menu>li.menu-full-width .item-grid .menu-item .yot-mini {
  margin: 5px 0;
}

.account-create .form-list .field {width: 49%;}
.account-create .form-list .field.name-lastname {float: right;}
.account-create .login-info .form-list .field:nth-child(2) {float: right;}

@media (max-width: 767px) {
  .account-create .form-list .field {width: 100%;}
}


/* ================================ */
/* PRODUCT BACK IN STOCK ALERT      */
/* ================================ */
@media (max-width: 767px) {
  .alert-stock.link-stock-alert {margin-left: 0; max-width: 280px;}
}


/* ================ */
/* BRANDS LIST      */
/* ================ */
.cms-brands .bare-list li.brand-list_item {max-width: 16%;}
.brand-list ul.bare-list li.letter-heading {display: none;}
@media (max-width: 1390px) {
  .cms-brands .bare-list li.brand-list_item {width: 20%; flex-flow: row wrap; max-width: initial;}
}
@media (max-width: 1199px) {
  .cms-brands .bare-list li.brand-list_item {width: 25%;}
}
@media (max-width: 991px) {
  .cms-brands .bare-list li.brand-list_item {width: 33%;}
}
@media (max-width: 767px) {
  .cms-brands .bare-list li.brand-list_item {width: 50%;}
}
@media (max-width: 475px) {
  .brand-list dd {padding: initial;}
  .cms-brands .brand-list ul.bare-list {padding: 0 15px;}
  .cms-brands .main-container {padding-top: 0;}
  .brand-list {margin-top: 0;}
  .brand-list ul.bare-list li.brand-list_item {width: 100%; justify-content: initial; padding: 5px 0; border-bottom: 1px solid #e3e2e2;}
  .brand-list ul.bare-list li a.icon img {display: none;}
  .brand-list ul.bare-list li.letter-heading  {display: flex; flex-flow: row; width: 100%; border-bottom: 1px solid #c7c7c6; margin-top: 15px;}
  .brand-list ul.bare-list li.letter-A {margin-top: 0;}
  .brand-list ul.bare-list li.letter-heading span.letter {font-weight: bold; padding-bottom: 5px;}
  .brand-list ul.bare-list li.letter-heading a.top {margin-left: auto; color: #ff0309;}
}

/* ================ */
/* NEW CHECKOUT     */
/* ================ */
#billing\:create_account{margin-right:5px!important}
.shipping-title{background:#f1f1f1;border:1px solid #ddd;font-weight:400!important;font-family:verbcondextra;padding:5px 10px;color:#404040;margin:0; font-size: 15px;}
.checkout-cart-index .main{max-width:1380px}
#checkout-payment-method-load dt label{display:none}
#checkout-payment-method-load dd{margin:0!important}
#checkout-payment-method-load dd li{margin-bottom:0!important}
#checkout-payment-method-load .input-box{width:100%!important}
#checkout-payment-method-load .form-list select#authnetcim_cc_type{width:100%}
#checkout-payment-method-load .form-list input#authnetcim_cc_number{width:100%}
#checkout-payment-method-load dd ul{padding:0!important}
.ship-methods.sp-methods .price{font-family:verbcondextra;color:#555}
.ship-methods.sp-methods dd{margin:0!important}
.ship-methods.sp-methods dd li:not(.error-msg) label{cursor:pointer;margin-left:25px!important}
.ship-methods.sp-methods dd li:not(.error-msg){border:1px solid #dadada;position:relative;cursor:pointer;border-radius:5px;padding:10px}
.ship-methods.sp-methods dd li:not(.error-msg) input{display:none}
.ship-methods.sp-methods dd li:not(.error-msg):before{display:inline-block;vertical-align:middle;content:'';width:15px;height:15px;border:solid 1px #999;border-radius:50%;position:absolute;top:calc(50% - 15%)}
.ship-methods.sp-methods dd li:not(.error-msg).sp-active:before{font-family:'FontAwesome';content:'\f058';color:#78a300;border:none;font-size:19px;line-height:13px}
.ship-methods.sp-methods dd li:not(.error-msg).sp-active{border:1px solid #78a300;background:#ecf3ea}
.ship-methods.sp-methods dd li:not(.error-msg).sp-active:hover{background:#ecf3ea}
.ship-methods.sp-methods dd li:not(.error-msg):hover{background:#eee}
.ship-methods.sp-methods .est{margin-left:25px}
.ship-methods.sp-methods .est strong{font-weight:400;color:#555;font-family:verbcondextra; font-size: 14.5px}
.checkout-cart-index .shipping .sp-methods dd label[for=s_method_tablerate_bestway] span{display:initial}
.show-login {text-decoration: underline; cursor: pointer;}


/* ================ */
/* NEW GALLERY      */
/* ================ */
.product-info .star-clickable {cursor: pointer;}
.product-view .product-img-box .product-image {text-align: center;}
#product-media-container .bx-wrapper{border:none;box-shadow:none}
#product-media-container .product-image-thumbs{padding:5px;border:solid 2px transparent;max-width:75px; display: inline-block;}
#product-media-container img{width:100%;height:100%; max-width: 400px;}
#product-media-container ul.slides{width:auto!important;transform:initial!important}
#product-gallery-container.more-views-container ul li a{border:none!important}
#product-media-container .product-image-thumbs:hover{border:solid 1px #d5d5d5;}
#product-media-container .product-image-thumbs.current{border:solid 1px #555;border-radius:0}
#product-media-container .bx-clone{display:none!important}
#product-image-gallery-prev {display: none !important;}
#product-image-gallery-next {display: none !important;}
.fancybox-next span {background-image: none !important;}
.fancybox-prev span {background-image: none !important;}
#fancybox-thumbs.bottom {width: 75vh; bottom: 15px; order: 2; position: initial; overflow: initial; background: white; border-top: solid 1px #999;}
#fancybox-thumbs.bottom ul {left: initial !important;margin-left: auto;margin-right: auto;padding: 15px 0;position: initial;display: inline-block;height: auto;width: auto !important;}
#fancybox-thumbs ul li.active {opacity: 1 !important;}
.fancybox-overlay .fancybox-skin {background: white; border-radius: 0;}
.fancybox-overlay .fancybox-nav span {visibility: visible;}
.fancybox-overlay .fancybox-image {padding: 30px;}
.fancybox-overlay {display: flex !important;flex-flow: column;justify-content: center;align-items: center;height: 100vh !important;}
.fancybox-overlay .fancybox-wrap {position: initial !important; width: 75vh !important; order: 1; opacity: 1 !important; top: 0 !important;}
.fancybox-overlay .fancybox-wrap:nth-of-type(3) {display: none !important;}
.fancybox-overlay .fancybox-inner {width: 100% !important; height: 100% !important;}
.product-img-box .bx-controls-direction {display: none !important;}

@media (max-width: 767px) {
  .fancybox-overlay .fancybox-wrap {width: 90% !important;}
  #fancybox-thumbs.bottom {width: 90%;}
}



/* START | Product Options Like RZ */
.product-options dt {display: block !important; padding-bottom: 5px;}
.product-options dt label {color: #222; padding-right: 5px;}
.product-options span.selected-label {font-style: italic;}
.product-options .tooltip-container {display: none !important;}
.fancybox-opened .fancybox-skin {border-radius: 0;}
a.fancybox-close {font-size: 30px; top: 1%; right: 2%;}
.fancybox-prev span {background-image: none !important;}
.fancybox-next span {background-image: none !important;}
.fancybox-next span:before {color: #222;}
.fancybox-prev span:before {color: #222;}
/* END | Product Options Like RZ */

/* START | Product side benefits like RZ */
@media (max-width: 991px) {
  .catalog-product-view .sidebar {display: initial !important; order: 0; box-shadow: 0 1px 3px 0 rgba(0,0,0,.15); margin-bottom: 15px; width: 100%;}
  .catalog-product-view .sidebar .custom-block.custom-block-1 {margin: 0; display: flex; justify-content: center; align-items: center; background: none; padding-bottom: 0;}
  .catalog-product-view .main {width: 100%;}
  .catalog-product-view .main>.row {display: flex; flex-flow: row wrap;}
  .catalog-product-view .col-main {order: 1;}
  .catalog-product-view .sidebar .custom-block-1>div h3 {font-size: 14px; margin-left: 30px;}
  .catalog-product-view .sidebar .custom-block-1>div {margin: 0; padding: 5px; display: none;}
  .catalog-product-view .sidebar .custom-block-1>div:first-child {display: block;}
  .catalog-product-view .sidebar .custom-block-1>div i {border: none; width: 30px; height: 40px; margin-right: 5px;}
  .catalog-product-view .sidebar .custom-block-1>div i::before {width: 20px; height: 20px; background-size: cover;}
  .catalog-product-view .sidebar .custom-block-1>div p {width: 100%; font-size: 11px; margin-left: 30px;}
}
/* END | Product side benefits like RZ */

/* START | Improve Mobile Product Details & Gallery */
@media (max-width: 767px) {
  .product-name.mobile {padding: 5px 15px !important; margin: 0;}
  .product-view .product-name h1 {margin:0; font-size: 22px;}
  .catalog-product-view .sidebar {margin-bottom: 5px;}
  .product-view .product-img-box .product-image {text-align: center;}
  #product-media-container img {max-width: 75vw;}
}

@media (max-width: 525px) {
  .product-view .product-name h1 {font-size: 18px; font-family: 'verbcondextra'; font-weight: normal; text-align: center;}
  #product-gallery-container {width: 0px !important; height: 0px !important;}
  #product-media-container img {max-width: 50vw;}
  .product-view .product-info {display: flex; flex-flow: column;}
  .product-view .product-info .type-data {order: 1; margin-bottom: 0}
  .product-view .product-info .product-options {order: 2; margin: 5px 0 0;}
  .product-view .product-info .add-to-box {order: 2; border-top: 1px solid #d1d1d1; border-bottom: 1px solid #d1d1d1; margin: 10px 0; padding: 10px 0;}
  .product-view .product-shop .product-options-bottom {order: 3; border-bottom: 1px solid #d1d1d1; margin-bottom: 10px; padding-bottom: 10px;}
  .product-view .product-shop #viewRestrictions {order: 3;}
  .product-view .product-shop .ship-res {order: 3; margin: 0;}
  .product-view .product-shop .short-description {order: 4; margin-top: 15px;}
  .product-view .product-shop .social {order: 5;}
  .product-view .product-shop .email-friend {order: 6;}
  .product-view .product-options dd {margin-bottom: 10px;}
  .product-view dd.option-container .clearer {height: 1px; margin-bottom: 5px;}
  .product-view .product-img-box {margin-bottom: 10px;}
  .product-view .add-to-cart .qty-input {margin-bottom: 10px;}
  .product-view .add-to-links {margin-top: 0; margin-bottom: 5px;}
  .category-products ul.attribute-swatches li {margin: 2px !important;}
  .product-info .link-stock-alert {margin-bottom: 10px; order: 2;}
}
/* END | Improve Mobile Product Details & Gallery */



/* START | YouTube Video */
.container.yt {clear: both; max-width: 100%;}
.yt-responsive {position: relative; display: block; height: 0; padding: 0; overflow: hidden; padding-bottom: 56.25%; margin-top: 15px; margin-bottom: 15px;}
.yt-responsive iframe {position: absolute; top: 0; bottom: 0; left: 0; width: 100%; height: 100%; border: 0;}
/* END | YouTube Video */


/* START | Revised Top Bar Alignment and Sticky */

@media (max-width: 991px) {
  .header-container {position: fixed; top: 0; z-index: 101;}
  .page {margin-top: 80px;}
}

@media (max-width: 767px) {
  .page {margin-top: 55px;}
}

@media (max-width: 991px) {
  #top_section {display: block; line-height: 80px;}
  #top_section .menu-icon>a {font-size: 28px;}
  .header-container.type4 .mini-cart {top: initial; border: none; padding: initial; line-height: inherit; height: inherit; font-size: 28px; }
  .header-container.type4 .mybag-link i {display: none;}
  #top_section .mobile-phone a {font-size: 28px !important;}
  .header-container.type4 .cart-area {float: initial; position: absolute; right: 50px; margin: 0; height: 80px; line-height: 80px;}
  .topArea .mybag-link {padding: initial; font-size: 28px; height: inherit !important; line-height: inherit !important;}
  .topArea .mybag-link::before {content: "\f07a"; font: normal normal normal 14px/1 FontAwesome; font-size: inherit;}
  .topArea .mybag-link .cart-info span {display: none;}
  .topArea .cart-area .mini-cart .cart-info span {display: none;}
  .topArea .cart-area .mini-cart .cart-info span.cart-qty {display: block !important;}
  #top_section .mobile-phone {position: absolute; left: 160px; margin: initial !important;}
  .topControl .search {margin-right: 25px !important;}
  #headerLogo {position: absolute; left: 0; right: 0; margin: initial; width: 200px !important; text-align: center; height: 80px; line-height: 80px; padding: initial !important;}
  .header-container.type4 .header .mini-cart .topCartContent {top: 60px !important; right: -15px;}
  .header-container .header .topControl {margin: initial !important; display: block; right: 0; position: absolute; line-height: inherit;}
  .topControl .search {margin: initial !important; position: absolute; right: 160px; display: block;}
  .icon-search {font-size: 24px !important;}
  .header-container.type4 .menu-icon {position: absolute; left: 50px; float: none; margin: initial; line-height: inherit;}
  .header-container .header .search-area {float: none;}
  #search_mini_form.show {background: #222; z-index: 9;}
  .header-container.type4 .header .logo img {vertical-align: middle;}
  .header-container.type4 .search-area>a {width: auto;}
  #algolia-autocomplete-tt.algolia-autocomplete {display: block !important;}
  #search_mini_form {left: 0;}
  .header-container.type4 .mini-cart .cart-info { position: absolute; top: 0; line-height: 35px; font-size: 12px; width: 100%; text-align: center; color: #fe0000; left: 0;}
}

@media (max-width: 767px) {
  #top_section {height: 55px !important; line-height: 55px;}
  #headerLogo {height: 55px; line-height: 55px;}
  .header-container.type4 .header .logo img {padding: 8px !important;}
  .icon-search {font-size: 16px !important;}
  #top_section .menu-icon>a {font-size: 18px;}
  .header-container.type4 .mini-cart {font-size: 18px;}
  .topArea .mybag-link {font-size: 18px;}
  #top_section .mobile-phone a {font-size: 18px !important; vertical-align: sub;  }
  .topControl .search {right: 75px;}
  #top_section .mobile-phone {left: 75px;}
  .header-container.type4 .cart-area {right: 25px; top: 0; line-height: 55px; height: 55px;}
  .header-container.type4 .menu-icon {left: 20px;}
  .header-container.type4 .header .mini-cart .topCartContent {top: 45px !important;}
  #search_mini_form.show {height: 55px !important;}
  .header-container.type4 .mini-cart .cart-info { line-height: 25px; font-size: 10px;}
}

@media (max-width: 578px) {
  .header-container.type4 .header .logo img {height: 50px !important;}
}

@media (max-width: 450px) {
  .header-container.type4 .mini-cart {display: block !important;}
}

@media (max-width: 375px) {
  .topArea .mybag-link .cart-info {display: inline-block !important;}
  .topControl .search {right: 65px;}
  #top_section .mobile-phone {left: 65px;}
}
/* END | Improve Top Bar Alignment */


/* START | Shipping Policy Table */
table.shipping-policy {border-collapse: collapse; margin: 0; padding: 0; width: 100%; max-width: 1080px;}
table.shipping-policy thead {background-color: #404040; color: white; font-family: verbcondextra;}
table.shipping-policy tbody {background-color: #bfbfbf;}
table.shipping-policy tr {padding: .35em;}
table.shipping-policy tbody tr:nth-child(even) {background-color: #d9d9d9;}
table.shipping-policy th,  table.shipping-policy td {padding: .625em; text-align: center;}
table.shipping-policy th {font-size: .85em; letter-spacing: .1em; text-transform: uppercase;}

@media (max-width: 800px) {
  .table-horz {overflow: scroll;}
  table.shipping-policy {white-space: nowrap;}
}

/* END | Shipping Policy Table */


@media (max-width: 991px) {
  html.noscroll body {position: fixed; width: 100%; height: 100%; overflow: hidden;}
}

#algolia-autocomplete-container .aa-with-products.aa-dropdown-menu .aa-dataset-products #autocomplete-products-footer-sm {display: none;}


/* Product Sidebar */
.col-right.sidebar.top {float: right;}
.col-right.sidebar.bottom {float: right;}
.col-yotpo {margin-bottom: 25px;}
@media (max-width: 991px) {
  .col-yotpo {order: 4; width: 100%;}
}

/* Free Shipping */
.product-image-area.free-ship::before {
  content: 'Free Shipping';
  display: block;
  text-align: center;
  background: red;
  color: white;
  position: absolute;
  z-index: 2;
  transform: rotate(-45deg);
  left: -50px;
  top: 35px;
  width: 200px;
  padding: 4px 0;
  font-family: 'verbcondextra';
  text-transform: uppercase;
  font-style: italic;
  font-size: 13px;
  pointer-events:none;
  }

.category-products .products-grid li.item .item-area {padding-top: 0;}

/* Minicart swatches fallback */
.cart-item-swatch{
    display:inline-block;
    height:1.5em;
    width: 1.5em;
    border: solid 1px #ccc;
    border-radius:2px;
}

.block.block-related .block-title strong {font-weight: normal; font-family: 'verbcondextra'; font-size: 16px; text-transform: uppercase;}
.block.block-upsell .block-title strong {font-weight: normal; font-family: 'verbcondextra'; font-size: 16px; text-transform: uppercase;}

.upsell-carousel:not(.flickity-enabled) .carousel-cell {display:inline-block;}

/* Guest Order Search */
.order-lookup ul#order-info-tabs li {background: #555; font-weight: normal; color: white; padding: 5px 10px;}
.order-lookup ul#order-info-tabs li:hover {background: #cc0001;}
.order-lookup ul#order-info-tabs li.current {background: #cc0001;}
.order-lookup ul#order-info-tabs li a {font-weight: inherit; color: inherit; text-decoration: none;}
.order-lookup ul#order-info-tabs li a:hover {text-decoration: none;}
.order-lookup .box .box-content {border-radius: 0; background: white;}
.order-lookup .order-info-box h2 {font-weight: normal; font-family: 'verbcondextra'; text-transform: initial; font-size: 14px; color: #555;}
.order-lookup .data-table thead th {font-weight: normal; font-family: 'verbcondextra'; text-transform: initial; font-size: 14px; color: #555;}
.order-lookup .back-link {background: #555; font-weight: normal; color: white; padding: 5px 10px;}
.order-lookup .back-link:hover {background: #cc0001;}
.order-lookup .back-link a {font-weight: inherit; color: inherit; text-decoration: none;}
@media (max-width: 578px) {
  .order-lookup .order-info dt {display: block;}
  .order-lookup .order-info dd {display: block;}
  .order-lookup .order-info ul {display: block;}
  .order-lookup .order-info li {display: block; max-width: 200px; text-align: center; margin:10px 0;}
}

.mini-cart .cart-qty {padding: 0 2px;}
.mini-cart .cart-info span.price {padding: 0 1px;}


/* Temporary Menu Fix */
.header-container.sticky-header .main-nav ul.menu>li.brands {position: initial;}
.header-container.sticky-header .main-nav ul.menu>li.brands .nav-sublist-dropdown {margin: 0 auto !important; width: 100% !important;}
.header-container.sticky-header .main-nav ul.menu>li.on-sale {position: initial;}
.header-container.sticky-header .main-nav ul.menu>li.on-sale .nav-sublist-dropdown {margin: 0 auto !important; width: 100% !important;}
.header-container.sticky-header .main-nav ul.menu>li.gunmag-gear {position: initial;}
.header-container.sticky-header .main-nav ul.menu>li.gunmag-gear .nav-sublist-dropdown {margin: 0 auto !important; width: 100% !important;}

@media (max-width: 1700px) {
  .header-container .main-nav ul.menu>li.brands {position: initial;}
  .header-container .main-nav ul.menu>li.brands .nav-sublist-dropdown {margin: 0 auto !important;}
  .header-container .main-nav ul.menu>li.brands .nav-sublist-dropdown {width: calc(90vw) !important;}
  .menu .brands .content {height: 400px;}
  .header-container .main-nav ul.menu>li.brands .nav-sublist-dropdown ul.content .brand-col:nth-of-type(1n+81) {display: none;}
  .header-container.sticky-header .main-nav ul.menu>li.brands .nav-sublist-dropdown ul.content .brand-col:nth-of-type(1n+81) {display: none;}
}

@media (max-width: 1600px) {
  .header-container .main-nav ul.menu>li.on-sale {position: initial;}
  .header-container .main-nav ul.menu>li.on-sale .nav-sublist-dropdown {margin: 0 auto !important;}
  .header-container .main-nav ul.menu>li.gunmag-gear {position: initial;}
  .header-container .main-nav ul.menu>li.gunmag-gear .nav-sublist-dropdown {margin: 0 auto !important;}
}

@media (max-width: 1500px) {
  .header-container .main-nav ul.menu>li.brands .nav-sublist-dropdown ul.content .brand-col:nth-of-type(1n+61) {display: none;}
}

@media (max-width: 1200px) {
  .header-container .main-nav ul.menu>li.gunmag-gear .nav-sublist-dropdown {width: calc(90vw) !important;}
  .header-container .main-nav ul.menu>li.on-sale .nav-sublist-dropdown {width: calc(90vw) !important;}
  .header-container .main-nav ul.menu>li.accessories {position: initial;}
  .header-container .main-nav ul.menu>li.accessories .nav-sublist-dropdown {margin: 0 auto !important; width: calc(80vw) !important;}
}

/* Free Shipping Notices */
.product-info .free-shipping {margin-left: auto; text-align: center; max-width: 300px;}
.product-info .free-shipping .label {margin-top: 0.75rem;}
.product-info .free-shipping .label .heavy-green {color: #78a300; font-family: 'verbcondextra'; text-transform: uppercase;}
.product-info .free-shipping .label .truck {transform: scaleX(-1);}
.cart-table .free-shipping .label {margin-top: 0.75rem;}
.cart-table .free-shipping .label .heavy-green {color: #78a300; font-family: 'verbcondextra'; text-transform: uppercase;}
.cart-table .free-shipping .label .truck {transform: scaleX(-1); vertical-align: bottom;}

@media (max-width: 767px) {
  .product-info .free-shipping {margin-right: auto; margin-left: 0;}
  .product-info .free-shipping .label {margin-bottom:1rem; margin-top: 0.5rem;}
}
