

/*
    font-family: 'Montserrat', sans-serif;
    font-family: 'Roboto', sans-serif;
*/
body {
	margin: 0px;
	padding: 0px;
	font-family: 'Montserrat', sans-serif;
	font-size: 16px;
	background: #fff;
}

h1, h2, h3, h4, h5, h6 {
	margin: 0px;
	padding: 0px;
}

h2 {
	font-size: 20px;
	margin: 20px 0 30px;
	text-transform: uppercase;
}

h3 {
  font-size:18px;
  margin: 20px 0 10px;
}

a {
	color: #3dc0ff;
	text-decoration: none;
}

p {
	margin: 10px 0 20px;
	padding: 0px;
	line-height: 20px;
	font-size: 16px;
}

hr {
  height:1px;
  border:none;
  background:#ccc;
  margin: 10px 0;
  padding: 0px;
}

img {
  max-width:100%;
  display:inline-block;
}

.group:after, .menu-top:after {
	visibility: hidden;
	display: block;
	content: "";
	clear: both;
	height: 0;
}

.uppercase {
  text-transform:uppercase;
}

.clr, .hr--clear {
  clear:both;
}

.pad20 {
  padding:20px;
}

.pad {
  padding: 30px 2.5%;
}

.padtop {
  padding-top:80px;
}

.padbottom {
  padding-bottom: 80px;
}

.second_col {
  margin-left:25%;
}

#ProductPhoto {
  padding: 20px 15% 100px;
}

div, input, li {
	box-sizing: border-box;
}

.wrap, .wrap-brands {
  overflow:auto;
  max-height:300px;
  border:1px solid #ddd;
  padding: 5px;
}

.narrow {
  margin:0px;
  padding:0px;
  list-style:none;
}

.narrow li {
  color:#959595;
}

.narrow a {
  color:#000;
  line-height:24px;
}

.product-wrap a,.product-wrap {
  color:#000;
}

#ProductPrice {
  color:#086896;
  font-weight:bold;
  font-size:25px;
}

#specs-text {
  margin:20px 0;
  padding:0px;
  list-style:none;
}

.button {
	background-color: #3dc0ff;
	padding: 7.5px 20px;
	color: #000;
	text-transform: uppercase;
	font-family: 'Roboto', sans-serif;
	font-size: 15px;
	line-height: 16px;
	font-weight: bold;
	white-space: nowrap;
	border:none;
}

.button:hover {
	color: #fff;
}

.button-grey {
	background-color: #e8e8e8;
	padding: 7.5px 20px;
	color: #000;
	text-transform: uppercase;
	font-family: 'Roboto', sans-serif;
	font-size: 15px;
	line-height: 16px;
	font-weight: bold;
	white-space: nowrap;
	margin-top: 20px;
	display: inline-block;
}

.button-grey:hover, .button-darkgrey:hover, .button-black:hover {
	color: #3dc0ff;
}

.button-black {
	background-color: #000;
	padding: 7.5px 20px;
	color: #fff;
	text-transform: uppercase;
	font-family: 'Roboto', sans-serif;
	font-size: 15px;
	line-height: 16px;
	font-weight: bold;
	white-space: nowrap;
	margin-top: 20px;
	display: inline-block;
  	border:none;
}

.button-darkgrey {
	background-color: #989898;
	padding: 7.5px 20px;
	color: #fff;
	text-transform: uppercase;
	font-family: 'Roboto', sans-serif;
	font-size: 15px;
	line-height: 16px;
	font-weight: bold;
	white-space: nowrap;
	margin-top: 20px;
	display: inline-block;
	border:none;
}

.content {
  clear:both;
  background: #fff;
}

.wrapper {
	max-width: 1600px;
	margin: 0 auto;
}

.offer {
	background: #032a3d;
	padding: 10px 0;
	text-align: center;
	clear: both;
}

.offer h2 {
	font-size: 18px;
	color: #3dc0ff;
	text-transform: uppercase;
	margin: 0px;
	padding: 0px;
	font-weight: normal;
}

.offer h2 strong {
	font-size: 20px;
	font-weight: bolder;
}

.offer h2 em {
	font-size: 13px;
}

.menu-top {
	background: #086896;
	color: #fff;
	min-height: 72px;
}

.menu-top a {
	color: #fff;
}

.phone {
	margin:10px 0;
	display: inline-block;
}

.nav-secondary {
	float: right;
}

.nav-secondary ul {
	margin: 0px;
	padding: 0px;
}

.nav-secondary li {
	display: inline-block;
	margin: 0px;
	padding: 0px;
	list-style: none;
	float: left;
}

.nav-secondary a {
	color: #fff;
	padding: 40px 18px 10px;
	height: 22px;
	display: inline-block;
	text-transform: uppercase;
}

#search-form {
	float: right;
	margin: 20px 0 20px 60px;
	padding: 0px;
	position: relative;
}

.nav-secondary a:hover {
	background-color: #3dc0ff;
}

#search-form label {
	display: none;
}

.search-term {
	text-transform: uppercase;
	padding-right: 25px;
	background: #ebebeb;
	border: none;
	padding: 10px;
	width: 280px;
}

.search-button {
	background: url(icon-search.png) no-repeat center;
	width: 19px;
	height: 20px;
	border: none;
	position: absolute;
	right: 8px;
	top: 7px;
}

.icon-cart a {
	background: #3dc0ff;
	width: 40px;
	position: relative;
}

#cart-quantity {
	position: absolute;
	left: 55px;
	bottom: 13px;
	font-weight: bold;
}

.icon-cart img {
	position: absolute;
	top: 30px;
	left: 20px;
}

.my-account a {
	background: url(icon-myaccount.png) no-repeat center 10px;
	font-weight: bold;
}

#logo {
	margin: 20px 0 0;
	float: left;
  width:200px;
}

.menu-main {
  padding-bottom:20px;
}

.menu {
	float: right;
}

.menu ul {
	margin: 0px;
	padding: 0px;
}

.menu li {
	margin: 30px 0 0;
	padding: 0px;
	display: inline-block;
	list-style: none;
  	position:relative;
}

.menu a {
	display: block;
	padding: 20px;
	color: #000;
	text-transform: uppercase;
	font-family: 'Roboto', sans-serif;
	font-size: 19px;
	line-height: 24px;
	font-weight: bold;
}

.menu a:hover, .current {
	color: #3dc0ff;
}

.menu-second, .menu-second-parent {
  position:absolute;
  z-index:999;
  background:#eee;
  display:none;
  left:0px;
}

.menu-hunting {
  left:auto;
  right:0px;
}

.menu-ammo, .menu-hunting {
  width:500px;
}

.menu-firearms {
  width:800px;
}

.menu-second li, .menu-second-parent li {
  margin:0px;
  padding:5px 10px 0;
  display:block;
}

.menu-second-parent li {
  width:50%;
  float:left;
}

.menu-second-parent ul {
  margin-top:10px;
}

.menu-firearms li {
  width:33.33%;
}

.menu-second li a, .menu-second-parent li a {
  margin:0px;
  padding:0px;
  font-size:15px;
  font-weight: normal;
}

.menu-second-parent li a {
	font-weight: bold;
}

.menu a.mobile-toggle, .menu a.mobile-sub-toggle {
  display:none;
}

.menu-third {
  position:relative;
  display:block;
  width:auto;
  
}

.menu-third li {
  width:100%;
  border-bottom:1px solid #fff;
  padding:5px;
  
}

.menu-third li a {
  margin:0px;
  padding:0px;
  font-size:15px;
  font-weight:normal;
}

.hero {
	clear: both;
}

.bxslider {
	margin: 0px;
	position: relative;
	background: #000;
}

.bxslider .hero-text {
	position: absolute;
	top: 30%;
	right: 10%;
	width: 30%;
	color: #fff;
}

.hero-text h3 {
	font-size: 32px;
	line-height: 38px;
	margin-bottom: 20px;
}

.hero-text p {
	font-family: 'Roboto', sans-serif;
	font-size: 25px;
}

.col3 {
	float: left;
	width: 33.333%;
}

.col2 {
	float: left;
	width: 50%;
}

.col4 {
	float: left;
	width: 25%;
  
}

.col20 {
  float:left;
  width: 20%;
}

.col75 {
  float:left;
  width:75%;
}

.cart {
  width:100%;
}

.cart .product-image {
  float:left;
  margin-right:20px;
}

h1.section-header__title, h1.section-header--title {
  font-size:48px;
  padding-bottom:20px;
}



.maincol {
  width: 70%;
  float:left;
  padding-bottom:80px;
}

.sidebar {
  width: 27%;
  margin-left:3%;
  float:left;
  margin-top:120px;
  padding-bottom:80px;
}

label {
  text-transform:uppercase;
  padding-right:5px;
}

#SortBy {
  background: #dbdbdb;
  text-transform:uppercase;
  font-size:14px;
  font-weight:900;
  border:none;
  padding: 5px 10px;
  line-height:24px !important;
}

#SortBy option {
  padding: 5px 10px;
}

#Quantity {
  width:60px;
  padding:5px;
  margin-right:5px;
}

.cart .product-title {
 	color:#000;
  margin-bottom:10px;
  font-size:24px;
}

.cart__remove {
  background:#3dc0ff;
  color:#fff;
  border-radius: 15px;
  font-size:15px;
  padding: 5px 3px 6px;
  display:block;
  line-height:15px;
  text-align:center;
}

.cart td, .cart th {
  padding: 20px;
  border-bottom:1px solid #000;
}

.details {
  display:block;
  font-size:16px;
}

.details strong {
  font-size: 20px;
  color:#3dc0ff;
}

.cart-right {
  text-align:right;
  width:40%;
  float:right;
}

.ml5 {
  margin-left: 5%;
}

.pb30 {
  padding-bottom: 30px;
}

.align-center {
	text-align: center;
}

.align-right {
	text-align: right;
}

.left {
  float:left;
}

.right {
  float:right;
}

.underline {
	text-decoration: underline;
}

.product-single {
  margin-top:40px;
}

.block {
	display: block;
	margin: 0 auto;
}

.product-description {
  clear:both;
  border-top:50px solid #086896;
}

.product-description .tabs {
  margin-top:-50px;
}

.tabs {
  margin:0px;
  padding:0px;
}

.tabs li {
  margin:0px;
  padding:0px;
  list-style:none;
  display:inline-block;
}

.tabs li a {
  padding: 15px 30px;
  color:#fff;
  display:block;
}

.tabs li a.active {
  background:#fff;
  color:#086896;
}
 
.tab-text {
  display:none;
  padding: 30px;
}

.guarantee {
	color: #5d5d5d;
	font-size: 30px;
	font-weight: normal;
	margin: 0px 0 20px;
}

.guarantee strong {
	color: #3dc0ff;
	font-size: 35px;
}

.guarantee em {
	font-size: 25px;
}

.slider-blue li {
	background-size: cover;
}

.slider-text {
	float: right;
	width: 40%;
	color: #fff;
	margin: 40px;
}

.slider-text h2 {
	font-size: 55px;
	line-height: 60px;
	text-transform: uppercase;
	font-weight: bolder;
}

.slider-text p {
	font-size: 26px;
	line-height: 34px;
}

.slider-text p strong {
	font-size: 42px;
	line-height: 48px;
}

.grid-4 {
	margin: 0px;
	padding: 0px;
}

.grid-4 li {
	width: 23%;
	float: left;
	margin: 5px 1%;
	padding: 0 20px 90px;
	background-size: cover;
	list-style: none;
	text-align: left;
	color: #fff;
	background: #fff;
  position:relative;
}

.grid-4 li .AddToCartForm .button{
  position:absolute;
  bottom:50px;
  left:20%;
  width:60%;
}

.grid-link__container .col4 {
  position:relative;
  padding-bottom:90px;
}

.grid-link__container .col4 .button {
  position:absolute;
  left:20%;
  bottom:50px;
  width:60%;
}

.grid-link__image-centered {
  text-align:center;
}

.grid-link__image-centered img {
  display:block;
  margin:0 auto;
}

.grid-3 {
	margin: 30px 0 0;
	padding: 0px;
}

.grid-3 li {
	width: 32%;
	float: left;
	margin: 5px 1%;
	padding: 110px 20px;
	background-size: cover;
	list-style: none;
	text-align: center;
	color: #fff;
	text-transform: uppercase;
	background: #fff;
}

.grid-3 li:nth-child(3n+1) {
	margin-right: .5%;
}

.grid-3 li:nth-child(3n+2) {
	margin-left: .5%;
	margin-right: .5%;
}

.grid-3 li:nth-child(3n+3) {
	margin-left: .5%;
}

.badge__text {
  color:#dd0000;
}

#grid-ammo {
	background: url(section-ammunition.jpg) no-repeat center;
	background-size: cover;
}

#grid-firearms {
	background: url(section-firearms.jpg) no-repeat center;
	background-size: cover;
}

#grid-optics {
	background: url(section-optics.jpg) no-repeat center;
	background-size: cover;
}

#grid-rings {
	background: url(section-rings.jpg) no-repeat center;
	background-size: cover;
}

#grid-accessories {
	background: url(section-accessories.jpg) no-repeat center;
	background-size: cover;
}

#grid-hunting {
	background: url(section-hunting.jpg) no-repeat center;
	background-size: cover;
}

.grid-2 {
	margin: 0px;
	padding: 0px;
}

.grid-2 li {
	width: 48.5%;
	float: left;
	margin: 5px 1%;
	padding: 110px 20px;
	background-size: cover;
	list-style: none;
	text-align: center;
	color: #fff;
	text-transform: uppercase;
}

.grid-2 li:nth-child(even) {
	margin-left: .5%;
}

.grid-2 li:nth-child(odd) {
	margin-right: .5%;
}

.grid-2 p {
	font-family: 'Roboto', sans-serif;
	font-size: 15px;
	line-height: 18px;
	margin: 10px 0;
}

.grid-2 h3 {
	font-size: 25px;
}

#rewards-program {
	background: url(bucksniper_allyoucanship_banner.jpg) no-repeat center;
	background-size: cover;
	min-height: 333px;
	text-align: center;
	color: #fff;
	padding: 30px 0;
	margin-top:40px;
}

#rewards-program .block {
	margin-bottom: 20px;
}

#rewards-program h2 {
	color: #fff;
	font-family: 'Roboto', sans-serif;
	font-size: 72px;
	line-height: 72px;
  	margin:0px;
}

#rewards-program h3 {
	color: #fff;
	font-family: 'Roboto', sans-serif;
	font-size: 48px;
  	font-weight:400;
	line-height: 56px;
  	margin-bottom:30px;
 	text-transform:uppercase;
}

.rewards-logo {
  width:200px;
}

#shop_now {
  position:absolute;
  bottom:20px;
  left:50%;
  margin-left:-100px;
}

.footer-main {
	padding: 80px 0;
}

footer ul {
	margin: 0px;
	padding: 0px;
}

footer li {
	margin: 5px 0;
	padding: 0px;
	list-style: none;
}

footer li a {
	font-size: 16px;
	line-height: 20px;
}

footer p {
	margin: 20px 0;
	font-size: 12px;
	font-weight: bold;
}

footer, footer a {
	color: #000;
	text-transform: uppercase;
	font-size: 12px;
}

footer a {
	font-weight: bolder;
}

.footer-logo {
  width:200px;
  display:block;
}

.icon-newsletter {
	padding-left: 25px;
	background: url(icon-mail.png) no-repeat left center;
}

.icon-customer-service {
	padding-left: 25px;
	background: url(icon-customer-service.png) no-repeat left top;
	display: inline-block;
}

.icon-customer-service a {
	font-size: 15px;
}

#social {
	margin: 100px 0 0;
	padding: 0px;
}

#social li {
	display: inline;
}

#newsletter-form {
	margin: 0 0 20px;
	padding: 0px;
}

#newsletter-form label {
	display: none;
}

#newsletter-form input[type="text"] {
	padding: 10px;
	border: none;
	font-size: 12px;
	text-transform: uppercase;
	width: 260px;
}

#newsletter-form input[type="submit"] {
	border: none;
	background: #a7a7a7;
	color: #fff;
	font-size: 12px;
	text-transform: uppercase;
	height: 35px;
	padding: 0 10px;
}

.form-block input[type="text"], .form-block input[type="email"], .form-block input[type="password"] {
    padding: 10px;
	border: none;
	font-size: 12px;
	text-transform: uppercase;
  	background:#fff;
  	width:100%;
}

.form-block label {
  display:block;
}

#return-store {
  float:right;
}

.form-block {
  margin:0 auto;
  width:600px;
  max-width:80%;
  background:#efefef;
  padding: 40px;
  border:1px solid #ccc;
}

.copyright {
	text-align: center;
	font-family: 'Roboto', sans-serif;
	font-size: 12px;
}

.copyright a {
	text-decoration: underline;
	color: #000;
}

#ProductThumbs {
  margin: 0px;
  padding: 0px;
}

#ProductThumbs li {
	width: 33%;
  float:left;
}

#burger {
  display:none;
}

.browseby {
  margin:0 0 100px;
  padding:0px;
}

.browseby li {
  list-style:none;
  margin: 10px 0;
}

.browseby a {
  color:#666;
}

.browseby a:hover {
  color:#3dc0ff;
}

.mb-10 {
  margin-bottom:10px;
}

.mt-40 {
  margin-top:40px;
}

#clear {
  margin-top:10px;
  display:inline-block;
}

.loader {
  display:none;
}

.subcategories ul {
	margin:0 0 20px;
	padding:0px;
}

.subcategories li {
	margin:0px;
	padding: 0px;
	list-style:none;
	line-height:24px;
}

.subcategories h2 {
  margin:0 0 10px;
  padding:0px;
}



@media only screen and (max-width: 1630px) {
    .wrapper {
        padding-left: 1%;
        padding-right: 1%;
    }
}

@media only screen and (max-width: 1500px) {
    .menu {
        margin-top:20px;
    }
  
  .menu li {
    margin:0px;
  }
}

@media only screen and (max-width: 1200px) {
    .grid-4 li {
        width: 48%;
		margin: 10px 1% !important;
    }
  
  	.col3, .grid-3 li {
        width: 48.5%;
		margin: 10px 1% !important;
    }
	
	.grid-3 li:nth-child(even), .col3:nth-child(even) {
		margin-left: .5% !important;
	}

	.grid-3 li:nth-child(odd), .col3:nth-child(odd) {
		margin-right: .5% !important;
	}
	
	.slider-text h2 {
		font-size: 42px;
		line-height: 46px;
	}
	
	.slider-text p strong {
		font-size: 30px;
		line-height: 36px;
	}
  
  .footer-wide {
    width:100%;
  }

    
  
	.menu ul {
	  margin:0px;
	  padding:0px;
	}

	.menu > ul > li {
	  width:33.333%;
      margin:0px;
	  padding:0px;
	  float:left;
	}
	
	.menu a {
	  padding:20px 0;
	  text-align:center;
	  display:block;
	}
  
  .menu-second a, .menu-second-parent a {
    text-align:left;
  }
  
  .bxslider .hero-text {
    background-color:rgba(0, 0, 0, 0.5);
    top:20%;
    width:80%;
  }
  
  .search-term {
    width:200px;
  }
  
  .menu-firearms {
    left:-250px;
  }
  
}

@media only screen and (min-width: 840px) {
	.menu ul li:hover ul {
  		display:block;
	}
}

@media only screen and (max-width: 840px) {
    #logo {
      max-width:60%;
    }
.col4 {
  width:50%;
}
  
  .hero-text h3 {
   font-size:24px;
    line-height:28px;
  }
  
  .hero-text p {
    font-size:18px;
    line-height:24px;
  }
  
  
  #burger {
    display:block;
    float:right;
    margin: 45px 45px 0 0;
  }
  
  .menu {
    display:none;
    background:#032a3d;
  }
  
  .menu li {
    width:100% !important;
    position:relative;
  }
  
  .menu a.mobile-toggle {
    position:absolute;
    right:20px;
    top: 10px;
    font-size:24px;
    width:auto !important;
    padding: 10px !important;
    display:block;
  }
  
  .menu a.mobile-sub-toggle {
    position:absolute;
    right:20px;
    top: 0px;
    font-size:20px;
    width:auto !important;
    padding: 5px 10px !important;
    display:block;
  }
  
  .menu .menu-third {
    display:none;
  }
  
  .parent {
    border-bottom:1px solid #999;
  }
  
  .menu a {
    color:#fff;
    width:50%;
    margin:0 auto;
  }
  
  .menu-second, .menu-second-parent {
    position:relative;
    width:100%;
    background:#086896;
  }
  
  .menu-second li, .menu-second-parent li {
    float:none;
    border-bottom:1px solid #999;
    padding:0px;
  }
  
  .menu-firearms {
    left:0px;
  }
  
  .menu-third, .menu-second {
    background:#464646;
  }
  
  .menu-second li a, .menu-second-parent li a {
    width:100%;
    text-align:center;
    padding: 7px 0;
  }
  
  #rewards-program {
    background-size:150%;
  }
  
  #slider1 {
    background:url(//cdn.shopify.com/s/files/1/1518/7328/t/5/assets/bucksniper_welcome_840x400.jpg?8667355020376726956) no-repeat center center !important;
    background-size: 100% !important;
  }
  
  #slider2 {
    background:url(//cdn.shopify.com/s/files/1/1518/7328/t/5/assets/bucksniper_allyoucanship_840x400.jpg?8667355020376726956) no-repeat center center !important;
    background-size: 100% !important;
  }
  
  #slider1 img, #slider2 img {
    margin-bottom:110px;
  }
  
  .bx-wrapper .bx-controls-direction a {
    background-size:auto 35px;
  }
  
  .bx-wrapper .bx-pager, .bx-wrapper .bx-controls-auto {
    bottom: 30px;
  }
  
}

@media only screen and (max-width: 760px) {
	.col3, .grid-3 li, .col2, .grid-2 li, .grid-4 li, .col4 {
        width: 100%;
		margin: 10px 0px !important;
      text-align:center;
	}
	
	.grid-3 li:nth-child(odd), .grid-3 li:nth-child(even), .grid-2 li:nth-child(odd),
	.grid-2 li:nth-child(odd) {
		margin-right: 0px !important;
		margin-left: 0px !important;
    }
	
	footer .col3 {
		text-align: center;
	}
	
	.icon-customer-service {
		background: none;
	}
	
	.offer h2 {
		font-size: 14px;
	}
	
	.offer h2 strong {
		font-size: 16px;
	}
	
	.slider-text {
		width: 70%;
	}
  
  .col20, .col75 {
    width:100%;
    margin:0px;
  }
  
  .col20 {
    text-align:center;
  }
  
  
}

@media only screen and (max-width: 540px) {
    
.menu li {
  width:100%;
}
  
  
  
}







.filter-group .selected a {
    font-weight: bold;
}

.filter-group {
    position: relative;
}

.filter-group .filter-clear {
    position: absolute;
    top: 0;
    right: 10px;
    border-radius: 10px;
    padding: 0 5px;
    background-color: #EEE;
    text-decoration: none;
  font-size: 12px;
  line-height: 18px;
}

.filter-group .filter-clear:hover {
    background-color: #DDD;
}

.filter-group .collection-container
{
    overflow: hidden;
    position: relative;
}

.filter-group .collection-count
{
    position: absolute;
    right: 0px;
}

.filter-group h4 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 14px; 
  border-bottom: 1px solid #DDD;
  padding-bottom: 5px;
  padding-right: 45px;
}

.filter-group ul {
  display: block;
  margin: 0;
  padding: 0;
}

.filter-group ul li {
  display: block;
}

.filter-group li a {
    display: inline-block;
    margin-left: 6px;
    text-decoration: none;
    padding: 0;
    font-size: 13px;
    margin-right: 20px;
}

.sort-selector {
    margin: 0 10px;
}

i.check-icon {
    background-image: url(//cdn.shopify.com/s/files/1/1518/7328/t/5/assets/checkbox-black-retina.png?8667355020376726956);
    background-position: 0px -176px;
    background-repeat: no-repeat;
    display: inline-block;
    height: 16px;
    line-height: 16px;
    margin-top: 0px;
    vertical-align: text-top;
    width: 16px;
}

.selected i.check-icon {
    background-position: 0px -144px;
}




@media
(-webkit-min-device-pixel-ratio: 1.25),
(min-resolution: 120dpi) {
    i.check-icon {
        /* Translate the @2x sprite's dimensions back to 1x */
        background-size: 16px 96px;
        background-position: 0px -30px;
    }

        .selected i.check-icon {
        background-position: 0px 0px;
    }
} 

.filter-menu .has_group_selected {
    display: inherit;  
}

.filter-menu {
    margin-bottom: 20px; 
}

.filter-group li.inactive {
  opacity: 0.6; 
}

















.filter-group h4 {
  color: #222;
  border-bottom-color: #888;
  font-size: 18px;
  
}

.filter-group li a, .filter-group .collection-count {
  color: #222;
  font-size: 13px;
  
}

.filter-group li div {
  line-height: 13px;
}

.filter-group li:hover a {
  color: #444;
}


i.check-icon {
  display: none !important;
}


.filter-group .filter-clear {
  background-color: #EEE;
  color: #222;
}

.filter-group .filter-clear:hover {
  background-color: #AAA;
  color: #444;
}











.filter-group .selected a {
    font-weight: bold;
}

.filter-group {
    position: relative;
}

.filter-group .filter-clear {
    position: absolute;
    top: 0;
    right: 10px;
    border-radius: 10px;
    padding: 0 5px;
    background-color: #EEE;
    text-decoration: none;
  font-size: 12px;
  line-height: 18px;
}

.filter-group .filter-clear:hover {
    background-color: #DDD;
}

.filter-group .collection-container
{
    overflow: hidden;
    position: relative;
}

.filter-group .collection-count
{
    position: absolute;
    right: 0px;
}

.filter-group h4 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 14px; 
  border-bottom: 1px solid #DDD;
  padding-bottom: 5px;
  padding-right: 45px;
}

.filter-group ul {
  display: block;
  margin: 0;
  padding: 0;
}

.filter-group ul li {
  display: block;
}

.filter-group li a {
    display: inline-block;
    margin-left: 6px;
    text-decoration: none;
    padding: 0;
    font-size: 13px;
    margin-right: 20px;
}

.sort-selector {
    margin: 0 10px;
}

i.check-icon {
    background-image: url(//cdn.shopify.com/s/files/1/1518/7328/t/5/assets/checkbox-black-retina.png?8667355020376726956);
    background-position: 0px -176px;
    background-repeat: no-repeat;
    display: inline-block;
    height: 16px;
    line-height: 16px;
    margin-top: 0px;
    vertical-align: text-top;
    width: 16px;
}

.selected i.check-icon {
    background-position: 0px -144px;
}


@media
(-webkit-min-device-pixel-ratio: 1.25),
(min-resolution: 120dpi) {
    i.check-icon {
        /* Translate the @2x sprite's dimensions back to 1x */
        background-size: 16px 96px;
        background-position: 0px -30px;
    }

        .selected i.check-icon {
        background-position: 0px 0px;
    }
} 

.filter-menu .has_group_selected {
    display: inherit;  
}

.filter-menu {
    margin-bottom: 20px; 
}

.filter-group li.inactive {
  opacity: 0.6; 
}

















.filter-group h4 {
  color: #222;
  border-bottom-color: #888;
  font-size: 18px;
  
}

.filter-group li a, .filter-group .collection-count {
  color: #222;
  font-size: 13px;
  
}

.filter-group li div {
  line-height: 13px;
}

.filter-group li:hover a {
  color: #444;
}


i.check-icon {
  display: none !important;
}

.filter-group li a {
  margin-left: 0px;
}


.filter-group .filter-clear {
  background-color: #EEE;
  color: #222;
}

.filter-group .filter-clear:hover {
  background-color: #AAA;
  color: #444;
}











#paginate {
  display:none;
}

.grid_item:nth-child(4n+1) {
  clear:both;
}