/*
Theme Name: Big Sky Racks Theme
Description: Custom template created for Big Sky Racks.
Version: 1.0
Author: Joel Smith
Author URI: http://okasoftdesign.com

*/
html, body {
  height: 100%;
}
html {
  font-size: 16px;
}
body {
  background: #fff;
  color: #000;
  font-size: 1em;
  font-family: 'Roboto', sans-serif;
}
* {
  margin:0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
a, a:visited {
  color: #000;
}
a:hover {
  text-decoration: none;
}
*:focus {
  outline: none;
}
input[type=submit], input[type], textarea {
  -webkit-appearance:none;
}
.font-light {
	font-weight: 300;
}
.font-reg {
	font-weight: 400;
}
.font-semi {
	font-weight: 600;
}
.font-bold, p strong {
	font-weight: 700;
}
/*---------PRIME STRUCTURE---------*/
header, main, footer, article, nav, section, aside {
  display:block;
}
header, main, footer {
  width:100%;
}
section {
  position: relative;
}
.mast {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9;
  background-color: rgba(255, 255, 255, 1);
  font-size: 1em;
  padding: 0;
}
.mast .sub1 {
  z-index: 4;
}
.mast .sub2 {
  z-index: 3;
  padding: .375em 0;
}
.mast .width {
	z-index: 3;
	padding: 0;
  display: flex;
  max-width: 79em; /*1264*/
  align-items: center;
  justify-content: space-between;
}
.width {
  max-width:63em; /*1008*/
  width:calc(100% - 3.75em);
  margin:0 auto;
  display:block;
  position: relative;
}
main {
  background:#fff;
  overflow: hidden;
  margin-top: 122px; /*fixed header*/
}
main .width {
  padding:4.625em 0;
}
.anchor {
  top: -4em; /*match section padding*/
  position: relative;
}
/*FOOTER*/
footer {
  margin: auto;
  padding: 0;
  font-size:1em;
  color: #fff;
  background-color: #000;
}
.trio .width {
  max-width: 78.75em; /*1260*/
  display: flex;
}
.trio .sub1 {
  justify-content: space-between;
  padding: 3.75em 0 2em;
}
/* footer a:link, footer a:visited {
  color: #fff;
  text-decoration: none;
} */
footer img {
  max-width: 100%;
  height: auto;
}
footer a:hover {
  text-decoration: none;
  color:#fff;
}
footer .social {
  text-align: center;
  margin: 8px 0 0 0;
}
footer .social a {
  display: inline-block;
  margin: 0 8px 0 0;
  font-size: 0;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  width: 34px;
  height: 34px;
}
footer .social a::before {
  font-size: 34px;
  color: #fff;
}
footer .social a:last-child {
  margin-right: 0;
}
.trio h3 {
  text-transform: uppercase;
  font-size: 1em;
  font-weight: 600;
  padding-bottom: 1.25em;
  font-size: .875em;
}
.trio p {
  line-height: 1.45;
}
.trio a {
  text-decoration: underline;
}
#text-2, #text-3 {
  width: 40%;
}
#text-2 {
  text-align: right;
}
#media_image-2 {
  text-align: center;
  width: 20%;
  padding: 0 2em;
}
footer .trio .sub2 {
  justify-content: center;
}
.trio .menu {
  column-gap: .625em;
}
.trio .sub2::after, .trio .sub2::before {
  content: " ";
  height: 1px;
  background-color: #fff;
  position: absolute;
  top: 0;
  margin: auto;
  bottom: 0;
}
.trio .sub2::before {
  left: 0;
  width: calc(50% - 5.125em);
}
.trio .sub2::after {
  right: 3.375em;
  left: calc(50% + 5.125em);
  width: auto;
}
.credits {
  text-align: center;
  padding:1.375em 0 3.5em;
}
.credits .width {
  display: flex;
  justify-content: center;
  align-items: center;
}
.credits p, .credits li {
  font-size: .75em;
}
.credits ul li {
  list-style: none;
}
.credits ul {
  padding: 0 0 0 .5em;
  display: flex;
  align-items: center;
  color: #fff;
}
.credits a {
  color: #fff;
}
.credits li {
  line-height: 1.1;
  padding-bottom: 0;
}
.credits li:not(:last-child) {
  border-right: solid 1px;
  padding-right: .5em;
  margin-right: .5em;
}
/*---------COLUMN GRID-----------*/
.row {
  position: relative;
  margin: 0 -1.6em;
}
.row.invert {
  display: flex;
  flex-direction: row-reverse;
}
.cfx {
  position: relative;
}
.cfx::after, .row::after, .pdetail .single-product>.product::after {
  content: " ";
  clear: both;
  display: block;
  position: relative;
}
.column {
  float: left;
  padding: 0 1.6em;
}
.col-12 {
  width: 100%;
}
.col-9 {
  width: 75%;
}
.col-8 {
  width: 66.6666%
}
.col-7 {
  width: 58.3333%;
}
.col-6 {
  width: 50%;
}
.col-5 {
  width: 41.6666%;
}
.col-4 {
  width: 33.3333%;
}
.col-3 {
  width: 25%;
}
.col-2 {
  width: 16.6666%;
}
.col-1 {
  width: 8.3333%;
}
.postmetadata {
  border-top: 1px solid #999;
  margin:10px 0;
  padding:5em 0 0 0;
  font-size:12px;
}
.postmetadata small {
  font-size:12px;
}
.alignleft {
  float: left;
}
.alignright {
  float: right;
}
.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
/*-----------HEADINGS-----------*/
h1, h2 {
  font-weight: 700;
}
h1 {
  font-size: 3.5625em;
  padding:0 0 .6em 0;
  line-height: 1;
  text-transform: uppercase;
}
h2 {
  text-transform: uppercase;
  line-height: 1.1;
  font-size: 2.125em;
  color: #000;
  padding:0 0 .75em 0;
}
h3 {
  font-size: 1.4em;
  padding:0 0 .4em 0;
}
h4 {
  font-size: 1.2em;
  padding:0 0 .4em 0;
}
main p {
  line-height: 1.7;
  padding:0 0 1.6em 0;
}
main p:last-of-type {
  padding-bottom: 0;
}
main p, main li {
  font-size: .9375em;
}
ul {
  padding-top: .5em;
  list-style-type:disc;
}
li {
  line-height: 1.3;
  padding-bottom: .15em;
}
main img {
  max-width:100%;
  height:auto;
  display:block;
}
main img.alignleft {
  margin-right:1.6em;
}
main img.alignright {
  margin-left:1.6em;
}
article ul {
  margin: 0 0 1em 0;
}
/*-------------BANNER----------------*/
.banner {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	height: 20vw;
  min-height: 15em;
	width: 100%;
	display: block;
  position: relative;
}
.banner::after {
  content: " ";
  background-color:rgba(0, 0, 0, .5);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}
.banner .width {
  height: 100%;
  margin: auto;
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.banner h1 {
  color: #fff;
  padding-bottom: 0;
  text-align: center;
}
.banner.default, .banner.bshop {
	background-image:url("img/hero-shop.jpg");
}
.vid-fit video {
  height: 100%;
  width: auto;
}
.vid-wide {
  width: 100%;
  height: auto;
}
/*-------------PAGE MISC----------------*/
.break, footer {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	width: 100%;
	position: relative;
}
.blank {
	font-size: 0;
}
.center {
	text-align: center;
}
.btn-wrap {
  padding-top: 1em;
}
.btn-fill a, .btn-out a {
  position: relative;
  display: inline-block;
  padding:1.3125em 3.125em;
  line-height: 1.1;
  font-size: .9375em;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  font-weight: 700;
  z-index: 0;
}
.btn-fill a, .btn-fill a:visited {
  color: #fff;
}
.btn-fill.white a {
  background-color: #fff;
}
.btn-fill a:hover::after {

}
.btn-out a {
  border: solid 1px #fff;
  color: #fff;
}
.btn-out a:hover {
  color: #000;
}
.btn-out a:hover {
  border-color: #C19545;
}
.btn-out.filled a {
  color: #000;
  background-color: #fff;
}
.btn-duo .btn-wrap {
  padding-top: 0;
}
.btn-duo {
  display: flex;
  flex-wrap: wrap;
  column-gap: 1.875em;
  row-gap: 1.5em;
  justify-content: center;
}
.gray-bg {
  background: #f8f8f8;
}
main .flush p {
  padding: 0;
}
.modal-outer {
  display: none;
  z-index: 102;
  position: relative;
}
.modal-wrap {
  overflow-y:scroll;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: none;
  z-index: 99;
  padding: 2.5em;
  display: flex;
  justify-content: center;
}
.modal-box {
  margin: auto;
  position: relative;
  padding: 0;
  height: auto;
  width: 50em;
  padding: 3em;
  background: #fff;
  max-width: 100%;
}
.mod-close {
  position: absolute;
  top:.75em;
  right: .75em;
  z-index: 105;
  width: 2em;
  height: 2em;
  display: block;
  cursor: pointer;
}
.mod-close::before, .mod-close::after {
  content: " ";
  background-color: #454545;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  transform: rotate(45deg);
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
.mod-close::after {
  width: 80%;
  height: 4px;
}
.mod-close span {
  font-size: 0;
}
.mod-close::before {
  width: 4px;
  height: 80%;
}
.mod-close:hover::before, .mod-close:hover::after{
  background-color:#013DC3;
}
.dark-bg p, .dark-bg h2, .dark-bg {
  color: #fff;
}
.bg-img {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.vcent {
  display: flex;
  align-items: center;
}
.hold-right {
  float: right;
}
.img-hold.right {
  left: calc(50% + 1.6em);
  right: 0;
}
.img-hold {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: calc(50% + 1.6em);
  width: auto;
  margin: auto;
}
.notfound .width {
  min-height: calc(100vh - 25em);
}
.cookies {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 104;
  display: none;
}
.cookies .width {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1em 0;
  max-width: 58.125em;
  column-gap: 1.5em;
}
.cookies .btn-fill {
  padding: 0;
}
.cookies .btn-fill a {
  cursor: pointer;
  width: 10.25em;
}
.cookies strong {
  display: block;
}
.cookies p {
  font-size: 1em;
  line-height: 1.18;
}
.cookies p a {
  color: #fff;
}
.menu-social-container ul li {
  list-style: none;
}
.menu-social-container ul {
  display: flex;
  padding: 0;
  align-items: center;
}
.menu-social-container li {
  padding: 0;
  line-height: 1;
}
.menu-social-container a {
  font-size: 1em;
  background-repeat: no-repeat;
  background-position: center;
  width: 1.58em;
  height: 1.58em;
  text-decoration: none;
  position: relative;
  overflow: hidden;
  text-indent: -1000px;
  display: block;
}
.menu-social-container a::after, .menu-social-container a::before {
  content: " ";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: center;
}
.menu-social-container a::after, .menu-social-container a:hover::before {
  opacity: 0;
}
.menu-social-container a:hover::after {
  opacity: 1;
}
.ico-fb a::before {
  background-image: url('img/icons/fb.svg');
}
.ico-fb a::after {
  background-image: url('img/icons/fb2.svg');
}
.ico-tw a::before {
  background-image: url('img/icons/tw.svg');
}
.ico-tw a::after {
  background-image: url('img/icons/tw2.svg');
}
.ico-in a::before {
  background-image: url('img/icons/insta.svg');
}
.ico-in a::after {
  background-image: url('img/icons/insta2.svg');
}
.ico-ln a::before {
  background-image: url('img/icons/ln.svg');
}
.ico-ln a::after {
  background-image: url('img/icons/ln2.svg');
}
.ico-yt a::before {
  background-image: url('img/icons/yt.svg');
  background-size: contain;
}
.ico-yt a::after {
  background-image: url('img/icons/yt2.svg');
  background-size: contain;
}
.to-top {
  position: absolute;
  right: 0;
  bottom: 0;
  margin: auto;
  top: 0;
  width: 2.375em;
  height: 2.375em;
  z-index: 12;
  cursor: pointer;
  background-image: url('img/icons/arr-w.svg');
  background-repeat: no-repeat;
  background-position: center;
  background-size: .6875em auto;
}
.to-top:hover {
  background-color: #fff;
  background-image: url('img/icons/arr.svg');
}
.idim {
  position: relative;
}
.bmod ul {
  padding: 0;
}
.bmod ul li {
  list-style: none;
}
.bmod li {
  position: relative;
  padding-left: 1.75em;
  font-size: .875em;
}
.bmod li:not(:last-child) {
  padding-bottom: 1.75em;
}
.bmod li::before {
  content: " ";
  background: url('img/icons/bullet.svg') no-repeat center;
  background-size: contain;
  width: 1em;
  left: 0;
  top: .125em;
  height: 1em;
  position: absolute;
}
.search-results .width {
  max-width: 56.25em;
  padding-bottom: 6em;
}
.sinline {
  margin-bottom: 3em;
}
.sinline form {
  display: flex;
  border: solid 1px #000;
}
.sinline .sfield {
  border: 0;
  font-size: 1.125em;
  font-weight: bold;
}
.sinline .s-sub {
  width: 3em;
  height: 3em;
}
.sinline .s-sub:hover, .sinline .s-sub:focus-within {
  background-color: #C19545;
}
.search-results h2 {
  font-size: 1.625em;
  letter-spacing: 2px;
  padding-bottom: .3125em;
}
.search-results h2 a {
  text-decoration: none;
}
.search-results article {
  padding-bottom: 1.75em;
  margin-bottom: 1.75em;
  position: relative;
}
.search-results article:not(:last-of-type)::after {
  content: " ";
  width: 5em;
  height: 1px;
  background: #999;
  position: absolute;
  bottom: 0;
  left: -1em;
}
.link-more {
  font-weight: bold;
  text-transform:uppercase;
  font-size: .875em;
  letter-spacing: 0px;
  display: inline-block;
  margin-top: .5em;
  text-decoration: none;
}
.link-more:hover, .link-more:visited:hover {
  text-decoration: underline;
  color: #000;
}
.cart-empty {
  min-height: 12em;
  text-align: center;
}
.cart-empty p {
  font-weight: bold;
  font-size: 1.125em;
}
.grecaptcha-badge {
  z-index: 80;
}
body:not(.outer-121) .grecaptcha-badge {
  visibility: hidden;
  opacity: 0;
}
/*-------------END MISC----------------*/
/*-------------CAROUSEL----------------*/
.bxslider1 .slide {
  padding: 0 3em 1em 3em;
}
.bx-wrapper {
  position: relative;
}
.bx-controls-direction {

}
.next-bg, .prev-bg {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  cursor: pointer;
}
.pslide1 .next-bg, .pslide1 .prev-bg, .related .next-bg, .related .prev-bg {
  visibility: hidden;
  opacity: 0;
}
.next-bg, .prev-bg {
  height: 2.25em;
  width: 2.25em;
}
.next-bg {
  right: 0;
}
.prev-bg {
  left: 0;
}
.bx-prev, .bx-next {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left:0;
}
.bsr-con ul li {
  list-style: none;
}
.bsr-con ul {
  padding: 0;
}
.bsr-con li {
  position: absolute;
  height: 2.25em;
  width: 2.25em;
  cursor: pointer;
  text-indent: -1000px;
  overflow: hidden;
  top: -2.25em;
  bottom: 0;
  margin: auto;
  z-index: 8;
  background-color: #C19545;
}
.outer-86 .rel-wrap { /*hide related on law enforcement prod*/
  display: none;
}
.rel-wrap .bsr-con li {
  top: 1.75em;
}
.bx-prev::after, .bx-next::after, .bsr-con li::after {
  content: " ";
  width: 100%;
  height: 100%;
  left: 0;
  background: url('img/icons/arr-w.svg') no-repeat center;
  background-size: 32% auto;
  position: absolute;
  top: 0;
  margin: auto;
}
.bx-prev::after, .bx-next::after {
  background-size: 32% auto;
}
.bx-prev::after, .bsr-con li:nth-child(1) {
  transform: rotate(-90deg);
  left: -.125em;
}
.bsr-con li:nth-child(1) {
  left: -1.25em;
}
.bx-next::after, .bsr-con li:nth-child(2) {
  transform: rotate(90deg);
  left: inherit;
}
.bx-next::after {
  right: .125em;
}
.bsr-con li:nth-child(2) {
  right: -1.25em;
}
.bx-prev:hover, .bx-next:hover, .bsr-con li:hover {
  background-color: #000;
}
.bx-pager {
  text-align: center;
  line-height: 1;
}
.bx-pager-item {
  display: inline-block;
}
.bx-pager-item a {
  display: block;
  text-decoration: none;
  margin: 0 .25rem;
  width: 3.375em;
  font-size: 1em;
  text-indent: -1000px;
  overflow: hidden;
  background: #000;
  height: .5em;
  opacity: .2;
  border:0;
}
.bhome .bx-pager-item a {
  background-color: #fff;
  opacity: .42;
}
.bx-pager-item a.active, .bx-pager-item a:hover {
  background-color:#C19545;
  opacity: 1;
}
/*-------------SCROLL ANIMATIONS----------------*/
.anim {
  opacity: 0;
}
.anim.from-right {
  transform: translateX(50%);
}
.anim.from-left {
  transform: translateX(-50%);
}
.from-right.in-view {
  animation: origin-right 1s ease-out forwards;
}
.from-left.in-view {
  animation: origin-left 1s ease-out forwards;
}
.fade.in-view {
  animation: origin-default .85s ease-out forwards;
}
@keyframes origin-right {
  0% {
    opacity: 0;
    transform: translateX(50%);
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes origin-left {
  0% {
    opacity: 0;
    transform: translateX(-50%);
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes origin-default {
  0% {
    opacity: 0;
    transform: translateY(2em);
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
@media only screen and (min-width: 901px) {
  .anim.del1 {
    animation-delay: .35s;
  }
  .anim.del2 {
    animation-delay: .7s;
  }
  .anim.del3 {
    animation-delay: 1.15s;
  }
  .anim.del4 {
    animation-delay: 1.4s;
  }
  .anim.del5 {
    animation-delay: 1.65s;
  }
}
/*-------------PAGE: HOME----------------*/
.bhome, .hslider .bg-img {
  height: 50vw;
  min-height: 36em;
  max-height: calc(100vh - 2.25em);
}
.bhome {
  background-color: #efefef;
  z-index: 0;
}
.bhome::after, .idim::after {
  content: " ";
  background: rgba(0, 0, 0, .35);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
  position: absolute;
}
.bhome .width {
  position: absolute;
  z-index: 4;
  top: 0;
  left: 0;
  right: 0;
  padding: 3% 0 9%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.bhome .cblock {
  margin-top: auto;
}
.bhome .width p:first-of-type {
  line-height: 1;
  padding: 0;
}
.hlogo {

}
.hslider .bg-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.bhome .bx-controls {
  position: absolute;
  z-index: 8;
  bottom: 2.5em;
  left: 0;
  right: 0;
  padding: 0 1em;
  margin: auto;
}
.bhome h1 {
  color: #fff;
  line-height: 1.4;
}
.home1 {
  background-color: #f8f8f8;
}
.home1::after {
  content: " ";
  top: 0;
  height: 50%;
  left: 0;
  width: 100%;
  position: absolute;
  z-index: 0;
  background-color: #fff;
}
.home1 .tile {
  position: absolute;
  top:0;
  height: 100%;
  width: 100%;
  z-index: -1;
  left: 0;
}
.home1 .width {
  z-index: 1;
}
.home1 .row {
  display: flex;
  column-gap: 2em;
  margin: 0 -2em 0 0;
}
.home1 .column {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  z-index: 1;
  overflow: hidden;
  aspect-ratio:13/8;
  padding: 0;
  min-height: 15em;
}
.home1 .column>*:not(.bg-img) {
  z-index: 3;
  position: relative;
}
.home1 p {
  color: #fff;
  font-size: 1.125em;
  text-transform: uppercase;
  letter-spacing: .125em;
}
.home2 .width {
  padding-top: 0;
}
.home2 .intro h2 {
  text-align: center;
  padding-bottom: 1.25em;
}
.pstiles, .rel-wrap .lim {
  overflow: hidden;
}
.pslide1, .rel-wrap .related {
  max-width: 60.75em;
  margin: auto;
}
@media only screen and (min-width: 769px) {
  .pslide1 .bx-viewport, .related .bx-viewport {
    overflow: visible !important;
  }
}
.pslide1 .bx-pager, .related .bx-pager {
  padding: 3em 0 0;
}
.pstiles.wide ul.products li.product {
  float: none;
  margin: 0;
  padding: 0 .75em;
}
.pstiles.wide ul.products li.first {
  clear: none;
}
.pstiles.wide .woocommerce ul.products::after, .pstiles.wide .woocommerce ul.products::before {
  display: none;
}
.pstiles .button {
  display: none !important;
}
.pstiles .woocommerce-loop-product__link {
  background-color: #fff;
  padding: 2.25em .5em 1em;
  text-align: center;
  position: relative;
  -webkit-box-shadow: 0px 0px 12px 0px rgba(0,0,0,00);
  -moz-box-shadow: 0px 0px 12px 0px rgba(0,0,0,00);
  box-shadow: 0px 0px 12px 0px rgba(0,0,0,00);
}
.pstiles.grid .woocommerce-loop-product__link {
  padding-top: 3em;
}
.pstiles .woocommerce-loop-product__link:hover {
  -webkit-box-shadow: 0px 0px 12px 0px rgba(0,0,0,0.2);
  -moz-box-shadow: 0px 0px 12px 0px rgba(0,0,0,0.2);
  box-shadow: 0px 0px 12px 0px rgba(0,0,0,0.2);
}
.pstiles .woocommerce-loop-product__link::before, .pdetail .summary::before {
  font-size: 1em;
  font-weight: 700;
  text-transform: uppercase;
  position: absolute;
  display: block;
  top: 0;
  line-height: 1;
  margin: auto;
  z-index: 2;
}
.pstiles .woocommerce-loop-product__link::before {
  border-bottom: solid 1px #ddd;
  left: 1em;
  right: 1em;
  padding: 1em;
}
.pstiles.wide .woocommerce-loop-product__link::before {
  font-size: .75em;
  letter-spacing: .15em;
}
.pstiles li.post-86 .woocommerce-loop-product__link { /*exception -- add gap in lue of price*/
  padding-bottom: 2.54em;
}
.pstiles .woocommerce-loop-product__link:hover::before {
  content: "Shop Now" !important;
  left: 0;
  right: 0;
  border-color: #C19545;
}
.pstiles .product_cat-sporting .woocommerce-loop-product__link::before, .pdetail .product.product_cat-sporting .summary::before {
  content: "Sporting";
}
.pstiles .product_cat-els .woocommerce-loop-product__link::before, .pdetail .product.product_cat-els .summary::before {
  content: "Law Enforcement";
}
.pstiles.wide h2 {
  letter-spacing: 1px;
}
.product .thumb-wrap {
  aspect-ratio:9/6;
  position: relative;
  display: block;
  margin-bottom: .25em;
  overflow: hidden;
}
.ttip .product .thumb-wrap {
  aspect-ratio:unset;
  margin-bottom: 0;
  width: 6.75em;
  height: 4.375em;
}
.pstiles .woocommerce ul.products li.product a img, .ttip .woocommerce ul.products li.product a img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
  right: 0;
  bottom: 0;
  margin: auto;
}
.home3 .width {
  padding: 5.25em 0 8.125em;
}
.home3 img, .home4 img {
  margin: auto;
}
.home3 h2 {
  padding-bottom: 1.5em;
}
.home3 .row {
  margin: 0 -2.75em;
}
.home3 .column {
  padding: 0 2.75em;
}
.home3 .column p {
  font-size: .875em;
}
.home3 .column>p:first-of-type {
  position: relative;
  padding-bottom: 0;
  font-size: 1em;
  margin-bottom: 1.5em;
  line-height: 1;
}
.home3 .column>p:first-of-type::after, .home3 .column>p:first-of-type::before {
  content: " ";
  height: 1px;
  background: #757575;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  width: calc(50% - 1.875em);
  z-index: 0;
}
.home3 .column>p:first-of-type::after {
  left: 0;
}
.home3 .column>p:first-of-type::before {
  right: 0;
}
.home3 h3 {
  font-size: 1.125em;
  padding-bottom: .5em;
  max-width: 13em;
  margin: auto;
  line-height: 1.6;
}
.home4 {
  margin-bottom: 1em;
}
.home4 .width {
  padding: 6.25em 0;
}
.home4 h2 {
  color: #fff;
  text-align: center;
  padding-top: .7em;
}
.home4 .width>p:first-of-type {
  line-height: 0;
  padding: 0;
}
.ttips {
  display: flex;
  justify-content: center;
  column-gap: 1.75em;
  margin: 0 -1.75em 0 0;
}
.ttips .column {
  position: relative;
  width: auto;
  padding: 0;
}
.ttip {
  position: absolute;
  bottom: 100%;
  left: 50%;
  bottom: calc(100% + .25em);
  width: 21.125em;
  margin: auto;
  background: #fff;
  padding: 1.875em 2.25em 2.75em;
  -webkit-box-shadow: 0px 0px 12px 0px rgba(0,0,0,0.2);
  -moz-box-shadow: 0px 0px 12px 0px rgba(0,0,0,0.2);
  box-shadow: 0px 0px 12px 0px rgba(0,0,0,0.2);
  z-index: 8;
  transition: all 0.25s ease;
  opacity: 0;
  visibility: hidden;
  transform:translate(-50%, 2em);
}
.column.open .ttip {
  opacity: 1;
  visibility: visible;
  transform:translate(-50%, 0);
}
.ttip::after {
  content: " ";
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  margin: auto;
  width: 0;
  height: 0;
  border-left: solid 1.125em transparent;
  border-right: solid 1.125em transparent;
  border-top: solid .7em #fff;
}
.ttip p:first-of-type {
  border-bottom: solid 1px #757575;
  text-align: center;
  line-height: 1.2;
  padding-bottom: .6125em;
  font-size: 1.125em;
}
.ttip .woocommerce ul.products {
  margin-bottom: 0;
}
.ttip h2 {
  color: inherit;
}
.ttip .price, .ttip .button {
  display: none !important;
}
.ttip .woocommerce ul.products li.product {
  float: none;
  margin: 0;
  width: 100%;
  font-size: 1em;
  line-height: 1;
}
.ttip .woocommerce ul.products li.product a.woocommerce-loop-product__link {
  display: flex;
  align-items: center;
  column-gap: 1em;
}
.ttip .product a {
  position: relative;
  padding: 0 3.25em 0 1em;
  border-bottom: solid 1px #757575;
}
.ttip .product a::after {
  content: " ";
  width: 1.625em;
  height: 1.625em;
  transform:rotate(90deg);
  background: url('img/icons/arr-w.svg') no-repeat center #C19545;
  background-size: 32% auto;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 1em;
}
.ttip .product a:hover::after {
  right: .5em;
  background-color: #000;
}
.ttip .close {
  background: url('img/icons/close.svg') no-repeat center;
  background-size: contain;
  width: 1em;
  height: 1em;
  position: absolute;
  top: 1em;
  right: 1em;
  cursor: pointer;
  z-index: 3;
}
.ttip .close span {
  display: none;
}
.column.open .tfire a {
  background-color: #C19545;
  border-color: #C19545;
  color: #000;
}
/*-------------PAGE: BASIC----------------*/
.width.more {
  max-width: 79em; /*1264*/
}
.h2-off h2 {
  display: none;
}
.h2-mod h2 {
  letter-spacing: .08em;
}
.h2-mod h2 em {
  letter-spacing: 0;
}
h2 em {
  font-style: normal;
  display: inline-block;
  padding-top: .125em;
  text-transform: none;
}
.why1 .width {
  padding: 4.5em 0 6.25em;
}
.why2 .width {
  padding: 20vw 0 4.375em;
}
.why2 img, .svg-fix {
  top: -2.125em;
  z-index: 3;
  left: 0;
  right: 0;
  position: absolute;
  margin: auto;
}
.why2 .cblock {
  background-color: #f8f8f8;
  width: 46.875em;
  max-width: 100%;
  padding: 4.75%;
  position: relative;
}
.why2 .cblock::before {
  content: " ";
  background: url('img/icon-gold.png') no-repeat center;
  background-size: contain;
  width: 3.75em;
  height: 3.75em;
  position: absolute;
  top: -1.875em;
  left: 3.875em;
  z-index: 4;
}
.why2 p {
  font-size: .875em;
}
.why2 .int-ban {
  aspect-ratio:7/3;
  width: 100%;
  max-width: 100%;
  height: auto;
  position: absolute;
  top: 0;
  left: 0;
}
.why2 p:last-of-type {
  font-size: 1.125em;
}
.why2 strong {
  font-style: italic;
}
.law1 h2 {

}
.law2 .sub1 {
  padding: 5em 0;
}
.law2 .sub2 {
  padding: 0 0 8.125em;
}
.law2 h2, .law4 h2 {
  text-transform: none;
}
.law2 h2 {
  position: relative;
  padding-bottom: .3125em;
  margin-bottom: .75em;
}
.law2 h2::after {
  content: " ";
  width: 4em;
  max-width: 50%;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 1px;
  background: #000;
}
.law3 .width {
  padding: 6.5em 0 5.625em;
}
.law3 ul {
  display: flex;
  justify-content: space-between;
  column-gap: 1em;
  width: 40.375em;
  max-width: 100%;
  margin: auto;
  padding: 0 0 2.625em;
}
.law3 ul li {
  list-style: none;
}
.law3 li {
  aspect-ratio: 4/3;
  border: solid 1px;
  line-height: 1;
  font-size: 1em;
  width: 11.875em;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.law3 li strong {
  display: block;
  font-size: 1.75em;
  padding-bottom: .3125em;
}
.law3 li em {
  font-style: normal;
  font-weight: 700;
  font-size: 1.125em;
}
.law3 p:nth-child(3) img {
  margin: auto;
}
.law3 h3 {
  text-transform: uppercase;
  font-size: 2em;
  letter-spacing: .12em;
  margin-top: -.25em;
  padding-bottom: .5em;
}
.law3 p {
  padding-bottom: 1.375em;
}
.law3 p em {
  font-size: 1.125em;
}
.law4 .width {
  padding: 6.75em 0;
}
.law4.cform form {
  width: 45.5em;
  max-width: 100%;
  margin: auto;
  padding-top: 2.5em;
}
.cform form p {
  font-size: 1em;
  line-height: 1;
  padding: 0;
}
.con1 .width {
  padding: 6.25em 0;
}
.con1 .cinfo {
  padding: 13% 10% 10% 14%;
  min-height: 100%;
  height: 100%;
}
.con1 form {
  padding-top: 2em;
}
.con1 .sub-wrap {
  margin: 0;
}
.cinfo h3 {
  font-size: 1.125em;
  position: relative;
  padding-bottom: 1em;
}
.cinfo h3 em {
  position: relative;
}
.cinfo h3 em::after {
  content: " ";
  position: absolute;
  left: calc(100% + .25em);
  top:0;
  bottom: 0;
  margin: auto 0 auto .5em;
  width: 7.78em;
  right: 0;
  height: 1px;
  background: #000;
}
.cinfo p {
  padding-bottom: 1.125em;
  line-height: 1.3;
}
.cinfo p a {
  color: #000;
}
.cinfo p:not(:first-of-type) a {
  text-decoration: none;
}
.cinfo h3:not(:first-of-type) {
  padding-top: .5em;
}
@media only screen and (min-width: 901px) {
  .cform form p {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -.375em;
  }
  .cform .wpcf7-form-control-wrap {
    width: 33.333%;
    padding-left: .375em;
    padding-right: .375em;
  }
  .cform span[data-name="your-email"] {
    width: 66.66%;
  }
  .cform span[data-name="your-message"] {
    width: 100%;
  }
  .con1 .row {
    display: flex;
    margin:  0 -2.125em;
  }
  .con1 .column {
    padding: 0 2.125em;
  }
  .con1 .first {
    padding-right: 1.125em;
  }
  .con1 .last {
    padding-left: 3.125em;
  }
}
/*-------------WOO----------------*/
.pdetail .product, .rel-wrap .width {
  width:calc(100% - 3.75em);
  margin:0 auto;
  max-width: 79em;
}
.rel-wrap .width {
  padding: 0;
}
.pdetail .product {
  padding: 4.625em 0 6.25em;
}
.sp-intro .width, .prod-list .width {
  max-width: 68.125em; /*1090*/
}
.sp-intro .width {
  padding-bottom: 3.75em;
}
.shop-archive .ptags {
  display: none;
}
.ptags h3 {
  font-style: italic;
  font-size: 1.125em;
  padding: 1.125em 0;
}
.ptags ul li {
  list-style: none;
}
.ptags ul {
  display: flex;
  justify-content: center;
  padding: 0;
  column-gap:1em;
}
.ptags li {
  border:solid 1px #000;
  padding: .625em 3em .625em 1.7em;
  cursor: pointer;
  font-weight: 700;
  line-height: 1.25;
  position: relative;
  width: 15.875em;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: left;
}
.ptags li::after {
  content: " ";
  width: .875em;
  height: .875em;
  background-image: url('img/icons/check-off.svg');
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  right: 1em;
  top: 0;
  bottom: 0;
  margin: auto;
  z-index: 1;
}
.ptags li.active::after {
  background-image: url('img/icons/check.svg');
}
.prod-list .width {
  padding: 1em 0 0;
}
.prod-list {
  padding: 4em 0 7em;
}
.prod-list .woocommerce ul.products.columns-3::before, .prod-list .woocommerce ul.products.columns-3::after {
  display: none;
}
.prod-list .woocommerce ul.products.columns-3 {
  display: flex;
  flex-wrap: wrap;
}
.prod-list .width.sorted .product:not(.on) {
  display: none;
}
.prod-list .woocommerce-result-count, .prod-list .woocommerce-ordering {
  display: none;
}
.single-product #tab-description {
  display: block !important;
}
.prod-list .woocommerce ul.products li.product .price {
  font-size: 1em;
}
.prod-list .woocommerce ul.products li.product .woocommerce-loop-product__title {
  font-size: 1.125em;
}
.pdetail .woocommerce div.product .product_title {
  color: #000;
  font-size: 1.875em;
  letter-spacing: .08em;
  padding-bottom: .6125em;
}
.pdetail .price {
  font-size: 1em;
  letter-spacing: 1px;
}
.pdetail .desc-long {
  padding: .375em 0 2em;
}
.pdetail .desc-long p {
  font-size: .875em;
  line-height: 1.8;
}
.pdetail .mbox {
  padding: 1em 1.75em;
  background: #f8f8f8;
  width: 24em;
  max-width: 100%;
  margin-bottom: .75em;
}
.mbox p {
  display: flex;
  justify-content: space-between;
  column-gap: 1em;
}
.mbox label {
  font-weight: 700;
}
.mbox em {
  font-style: normal;
}
.pdetail .woocommerce div.product div.images {
  border: solid 1px #000;
  padding: 2em 2em 1em;
}
.pdetail .woocommerce div.product div.images .flex-control-thumbs {
  margin-top: 1.5em;
}
.rel-wrap {
  padding: 6.25em 0;
}
.rel-wrap h2 {
  text-align: center;
}
.pdetail .woocommerce div.product form.cart {
  display: flex;
  align-items: center;
  padding-top: 1.625em;
  column-gap: 2em;
  margin-bottom: 0;
}
.pdetail .woocommerce div.product div.summary {
  margin-bottom: 0;
}
.woocommerce div.product form.cart::before, .woocommerce div.product form.cart::after, .pdetail .product_meta, .woocommerce .related.products ul::before, .woocommerce .related.products ul::after {
  display: none;
}
.pdetail .summary {
  position: relative;
  padding-top: 1.75em;
}
.pdetail .summary::before  {
  left: 0;
  font-size: .875em;
}
.pdetail .woocommerce .quantity {
  border: solid 1px #000;
  height: 3.625em;
  float: none;
}
.pdetail .woocommerce .quantity .qty {
  padding: .25em;
  font-weight: bold;
  text-align: center;
  font-size: 1em;
  width: 2.5em;
  height: 3.5em;
  line-height: 3.5em;
  margin-left: 0.6125em;
  background-color: transparent;
  border: 0;
}
.quantity button {
  background-color: #f8f8f8;
  border-radius: 0;
  border: 0;
  font-size: 1.25em;
  width: 2.2em;
  height: 2.8em;
  cursor: pointer;
}
.cart-wrap .wc-block-components-product-name {
  font-weight: bold;
  text-transform: uppercase;
  text-decoration: none;
  color: #C19545;
  font-size: 1.125em;
}
.cart-wrap .wc-block-components-product-name:hover {
  color: #000;
  text-decoration: underline;
}
.cart-wrap .wc-block-components-product-metadata {
  font-size: .875em;
}
.cart-wrap .wc-block-components-product-metadata__description p {
  line-height: 1.4;
}
/*--all button overrides---*/
.pdetail .woocommerce button.button, .pdetail .woocommerce a.button.alt, .wc-block-cart__submit-button, .check-wrap .wc-block-components-checkout-place-order-button {
  background-color: #C19545;
  text-transform: uppercase;
  padding:1.3125em 3.125em;
  line-height: 1.25;
  font-size: .9375em;
  text-align: center;
  font-weight: 700;
  border-radius: 0;
  text-decoration: none;
  color: #000;
  font-family: 'Roboto', sans-serif;
}
.check-wrap .wc-block-components-checkout-place-order-button {
  cursor: pointer;
  border:0;
}
.pdetail .woocommerce button.button:hover, .pdetail .woocommerce a.button.alt:hover, .wc-block-cart__submit-button:hover, .check-wrap .wc-block-components-checkout-place-order-button:hover {
  background-color: #000;
  color: #fff;
}
.prod-list .woocommerce ul.products.columns-3 {
  margin-right: -1.125em;
}
.prod-list .woocommerce ul.products li.product {
  margin:0 1.125em 1.125em 0;
}
.woocommerce .related ul.products {
  clear: none;
}
@media only screen and (min-width: 769px) {
  .prod-list .woocommerce.columns-3 ul.products li.product {
    width: calc(33.3333% - 1.125em);
  }
  .pdetail .woocommerce div.product div.images {
    width: calc(50% - 3.75em);
  }
  .pdetail .woocommerce div.product div.summary {
    width: 50%;
  }
  .pdetail .desc-long ul {
    column-count: 2;
    column-gap: 2em;
  }
  .pdetail li {
    break-inside: avoid-column;
  }
}
/*-------------RETAILER----------------*/
.filter h2 {
  padding-bottom: 0;
  padding-right: .5rem;
  letter-spacing: 1px;
  font-size: 2.25em;
  line-height: 1;
  max-width: 100%;
}
.dd-on, .dd-wrap li, .selection .item {
  cursor: pointer;
}
.dd-wrap {
  width: 15.875em;
  z-index: 1;
  position: relative;
}
.dd-wrap ul li {
  list-style: none;
}
.dd-wrap ul {
  padding: 0;
  background: #fff;
  border:solid 1px #000;
  border-top: 0;
  position: absolute;
  top: calc(100% - 1px);
  left: 0;
  width: 100%;
  height: 16em;
  overflow-y: auto;
  z-index: 22;
  display: none;
  /* transition: all 0.25s ease; */
}
.dd-wrap.active ul {
  display: block;
}
.dd-wrap li {
  padding: .375em 1.625rem;
  text-transform: uppercase;
  line-height: 1.3;
}
.dd-wrap li:hover, .dd-wrap li.active, .selection .item:hover {
  background: #C19545;
}
.dd-on {
  display: block;
  padding: 1.25em 1.625rem;
  text-transform: uppercase;
  font-size: .9375em;
  width: 100%;
  font-weight: bold;
  background: #fff;
  border: solid 1px #000;
  position: relative;
}
.dd-on::after {
  content: " ";
  width: 0;
  height: 0;
  border-left: solid .4em transparent;
  border-right: solid .4em transparent;
  border-top: solid .5em #C19545;
  position: absolute;
  bottom: 0;
  top: 0;
  margin: auto;
  right: 1.5em;
}
.selection {
  display: flex;
  column-gap: .75em;
  row-gap:.75em;
  flex-wrap: wrap;
}
.selection .item {
  padding: .875em 2.5em .875em 1.7em;
  min-width: 10.7em;
  font-size: .875em;
  font-weight: 600;
  border-radius: 2em;
  background: #fff;
  position: relative;
}
.selection .item::after {
  content: "X";
  position: absolute;
  right: 1.75em;
  top: 0;
  line-height: 1;
  font-size: .75em;
  line-height: 4em;
  margin: auto;
}
.results .sub1 {
  padding: 3.75em 0 0;
}
.results .sub2 {
  padding-top: 3em;
  padding-bottom: 6.25em;
}
/* .dd-out .results {
  min-height: 1600px;
} */
.state {
  display: none;
  padding-bottom: 3.75em;
}
.stbod {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -.875em;
}
.stbod>p {
  padding: .875em 1.875em;
  font-size: 1.125em;
}
.stbod>div {
  padding: 3.4%;
  background: #f8f8f8;
  width: calc(33.3333% - 1.75em);
  margin: .875em;
}
.stbod>div p strong:first-of-type {
  color:#C19545;
  font-size: 1.2em;
}
.state.active {
  display: block;
  opacity: 0;
  animation: state-in .5s ease-out forwards;
}
@keyframes state-in {
  0% {
    opacity: 0;
    transform: translateY(3em);
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}
.state h2 {
  position: relative;
  display: inline-block;
  padding: 0;
  line-height: 1;
  margin-bottom: .4em;
  text-transform: none;
}
.state h2::after {
  content: " ";
  position: absolute;
  left: calc(100% + .76em);
  height: 1px;
  background: #000;
  width: 4em;
  top: 0;
  bottom: 0;
  margin: auto;
}
.stbod p {
  line-height: 1.5;
}
@media only screen and (min-width: 1001px) {
  .filter .width {
    display: flex;
    min-height: 11.5em; /*184*/
    padding: 1em 0;
  }
  .filter .flexer {
    display: flex;
    align-items: center;
    width: 100%;
    column-gap: 2em;
  }
  .filter h2 {
    width: 19rem;
  }
  .selection {
    width: calc(100% - 39em);
  }
}
/*-------------BLOGGING----------------*/
.blog {

}
.blog .lim {
  position: relative;
  max-width: 48.75em;
}
.blog .body {
  padding: 3em 0 2.25em;
}
.share {
  display: flex;
  column-gap: .75em;
  padding: .5em 0 0 0;
}
.share a {
  display: block;
  width: 2.25em;
  height: 2.25em;
  padding: 0;
  text-decoration: none;
  position: relative;
  outline: solid 1px #ddd;
  overflow: hidden;
  z-index: 2;
}
.share a, .share a::before {
  background-repeat: no-repeat;
  background-size: auto 35%;
  background-position: center;
}
.share a:hover {
  background-image: none;
}
.share a::after {
  content: " ";
  height: 100%;
  width: 100%;
  position: absolute;
  top: calc(100% - 3px);
  left: 0;
  z-index: -1;
}
.share a::before {
  content: " ";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  opacity: 0;
}
.share a:hover::before {
  opacity: 1;
}
.icon-fb {
  background-image: url('img/icons/fb-d.svg');
}
.icon-fb::before {
  background-image: url('img/icons/fb-w.svg');
}
.icon-tw {
  background-image: url('img/icons/tw-d.svg');
}
.icon-tw::before {
  background-image: url('img/icons/tw-w.svg');
}
.icon-ln {
  background-image: url('img/icons/ln-d.svg');
}
.icon-ln::before {
  background-image: url('img/icons/ln-w.svg');
}
.icon-mail {
  background-image: url('img/icons/email-d.svg');
}
.icon-mail::before {
  background-image: url('img/icons/email-w.svg');
}
.icon-rss {
  background-image: url('img/icons/rss-d.svg');
}
.icon-rss::before {
  background-image: url('img/icons/rss-w.svg');
}
.share a:hover {
  color: #fff;
}
.share a:hover::after {
  top: 0;
}
.share .icon-fb::after {
  background-color: #3949AB;
}
.share .icon-ln::after {
  background-color: #827be9;
}
.share .icon-tw::after {
  background-color: #1da1f2;
}
.share .icon-mail::after {
  background-color: #666;
}
.share .icon-rss::after {
  background-color: orange;
}
.share a span {
  font-size: 0;
}
.mover {
  border-top: solid 1px #ccc;
  display: flex;
  column-gap: 1em;
  padding: 1.75em 0 0 0;
  margin-top: 3.5em;
  justify-content: space-between;
}
.mover a {
  text-decoration: none;
}
.blog h2, .blog h3, .blog h4 {
  text-transform: none;
  line-height: 1.3;
  font-weight: 600;
  padding-bottom: .5rem;
}
.blog h2 {
  font-size: 1.375em;
}
.blog h3 {
  font-size: 1.25em;
}
.blog p, .blog li, .blog h4 {
  font-size: 1.0625em;
}
.blog p {
  line-height: 2;
}
.blog ul li li, .blog ol li li {
  font-size: 1em;
}
.blog ul, .blog ol, .terms ul, .terms ol {
  padding: 0 0 1.75em 1.75em;
  margin-bottom: 0;
}
.blog p {
  line-height: 1.8;
}
.blog ul li, .terms ul li {
  list-style: disc;
}
.blog li {
  line-height: 1.4;
  padding-bottom: .5em;
}
.blog ul li::marker {
  font-size: .8em;
}
.blog li:last-of-type {
  padding-bottom: 0;
}
.blog ul ul, .blog ul ol, .blog ol ul {
  padding-top: .5em;
  padding-bottom: 0;
  margin-bottom: 0;
}
.blog article {
  position: relative;
  padding-top: 1.125em;
}
.blog blockquote {
  padding-left: 1.5em;
  border-left: solid 3px #ccc;
  background-color: #f9f9f9;
  padding: .75em 1em .75em 1.25em;
}
.blog blockquote:not(:last-child) {
  margin-bottom: 1.75em;
}
.blog blockquote p {
  font-size: 1em;
  line-height: 1.5;
  font-style: italic;
}
.wp-caption, .blog img {
  max-width: 100%;
}
.wp-caption {
  margin-bottom: 1.68em;
}
.wp-caption:last-child {
  margin-bottom: 0;
}
.blog p.wp-caption-text {
  font-size: .75em;
  font-style: italic;
  text-align: left;
  padding: .25rem 0 0 0;
}
.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}
div.hr {
  display: block;
  border-top:solid 1px #999;
  border-bottom:solid 1px #fff;
  width: 100%;
  margin: 20px auto;
}
/*-------------TOP BAR----------------*/
.tbar {
  background-color: #000;
  color: #fff;
}
.tbar .width {
  height: 2.25em;
}
.tbar ul li {
  list-style: none;
}
.tbar ul {
  padding: 0;
  display: flex;
}
.tbar li {
  font-weight: 700;
  font-size: .75em;
  line-height: 1;
  padding-bottom: 0;
}
.tbar .left li:not(:last-of-type) {
  border-right: solid 1px #fff;
  padding-right: 1em;
  margin-right: 1em;
}
.tbar .right {
  display: flex;
}
.tbar a {
  color: #fff;
  text-decoration: none;
}
.tbar em {
  font-style: normal;
}
.tbar .right ul {
  padding: 0 .625em 0 0;
  column-gap: .625em;
}
/*-------------MENU----------------*/
.logo {
  margin: 0;
  width: 16.75em;
  max-width: 68%;
  opacity: 1;
  visibility: visible;
}
.logo img {
	height: auto;
	width: 100%;
}
.icart {

}
.icart a {
  width: 1.75em;
  height: 1.75em;
  background: url('img/icons/cart.svg') no-repeat center;
  background-size: contain;
  display: block;
  text-decoration: none;
}
.icart a:hover {
  background-image: url('img/icons/cart-g.svg');
}
.icart span, .closer span, .to-top span {
  display: none;
}
.icart em {
  font-style: normal;
  text-align: center;
  font-size: .75em;
  text-align: center;
  font-size: .75em;
  display: block;
  font-weight: bold;
  padding-top: 37%;
}
.xnav { /*expanded nav wrapper*/
  /* display: none; */
  position: fixed;
  overflow-y: auto;
  z-index: 102;
  left: 0;
  padding: 2em 4em 2em 7.125em;
  top: 0;
  height: 100%;
  background: #000;
  width: 28.25em;
  max-width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  transform:translateX(-100%);
}
.xnav::after {
  content: " ";
  position: absolute;
  background: url('img/name-vert.svg') no-repeat left center;
  background-size: contain;
  width: 3.875em;
  left: -.75em;
  top: .125em;
  bottom: .125em;
  z-index: 1;
}
.menu-open .xnav {
  transform:translateX(0%);
}
.xnav, #dimmer {
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.closer {
  position: absolute;
  top: 2.3125em;
  right: 2.3125em;
  z-index: 3;
  width: 1.25em;
  cursor: pointer;
  height: 1.25em;
}
.nav-top {

}
.nav-top ul {
  margin: 0;
  padding: 0;
}
.nav-top ul li {
	list-style: none;
}
.nav-top ul, .nav-top li {
	position: relative;
}
.nav-top .menu>li {
  padding: .625em 1em .625em 0;
  border-bottom: solid 1px #fff;
}
.nav-top a {
  font-size:.9375em;
  color: #fff;
  text-transform: uppercase;
  font-weight: 700;
  padding:.4em 0;
  display:block;
  text-decoration:none;
}
.nav-top .menu-item-has-children>a {
  position: relative;
  padding-right: 1.5em;
}
.nav-top .menu-item-has-children>a::after {
  content: " ";
  background: url('img/icons/arr.svg') no-repeat center right;
  background-size: contain;
  width: .75em;
  height: 1em;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
.nav-top .menu-item-has-children>a::after {
  transform:rotate(180deg);
}
.nav-top .menu-item-has-children.open>a::after {
  transform:rotate(0deg);
}
.nav-top .sub-menu {
  padding: .5em 0 0 0;
  display: none;
}
.nav-top ul ul li {
	display: block;
}
.nav-top .sub-menu li {
	padding: 0;
}
.nav-top .sub-menu a {
	font-weight: normal;
	display: block;
  text-transform: none;
	color: #fff;
  font-size: .875em;
	line-height: 1.1;
}
.sub-menu .current_page_item>a {
  font-weight: 700;
}
.nav-top .sub-menu li:last-child a {
	border-bottom: 0;
}
.nav-top li:last-child a {
	border-right: 0;
}
.xnav .meta {
  padding-top: 1.5em;
  display: flex;
  justify-content: space-between;
}
.xnav .meta .menu>li {
  border-bottom: 0;
  padding: 0;
}
.xnav .s-fire {
  margin: auto 0 auto auto;
  font-size: 1em;
}
.xnav .meta .menu {
  width: 5.5em;
  justify-content: space-between;
}
header a img {
  border:none;
  outline:none;
}
.t-search {
  position: absolute;
  left: 0;
  top: -2px;
  height: 100%;
  width: 100%;
  z-index: 12;
  padding: 0 1em;
  display: flex;
  flex-direction: column;
  justify-content: center;
  clear: both;
  background: #454545;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  transform:translateY(-100%);
}
.search-ready .t-search {
  transform:translateY(0);
  top: 0;
}
.t-search, .t-search form, .t-search .sfield {
  font-size: 1em;
}
.t-search .sfield {
  height: auto;
  font-size: 1.375em;
  padding: .625em 1em;
}
.t-search .sfield:focus {
  border:0;
}
.t-search .s-sub {
  width: 2.5em;
}
.t-search form {
  display: block;
  position: relative;
  width: 100%;
  z-index: 0;
  width: 0;
  overflow: hidden;
  margin-left: auto;
  margin-right: auto;
  max-width: 79em; /*1264*/
  width: 100%;
  background: #fff;
}
.s-fire {
  height: 1.125em;
  width: 1.125em;
  margin: auto;
  display: block;
  z-index: 3;
  cursor: pointer;
  background: transparent url('img/icon-search-w.svg') no-repeat center;
  background-size: 85% auto;
  margin-left: .75em
}
.s-fire:hover {
  background-image: url('img/icon-search.svg');
}
.t-search .sfield {
  width: calc(100% - 2.5em); /*match s-send width*/
  border: 0;
  background-color: transparent;
}
.t-search .s-sub, .sinline .s-sub {
  padding: 0;
  width: 3.5em;
  margin: auto;
  z-index: 2;
  background: transparent url('img/icon-search.svg') no-repeat center;
  background-size: auto 48%;
}
.t-search .s-sub {
  position: absolute;
  height: 100%;
  right: 0;
  top: 0;
  bottom: 0;
}
.t-search .s-sub:hover, .sinline .s-sub:hover, .s-sub:focus-within {
  background-image: url('img/icon-search-w.svg');
}
header.shrink {
  padding:.4em 0;
}
.shrink .nav-top {
  padding-top: .2em;
}
@media only screen and (min-width: 901px) {
  .outer-8:not(.search-ready):not(.shrink) .mast {
    background-color: rgba(255, 255, 255, 0);
  }
  .outer-8:not(.search-ready):not(.shrink) .sub2 .width {
    height: 10.125em;
  }
  .outer-8:not(.search-ready) main {
    margin-top: 2.25em; /*top bar offset*/
  }
  .outer-8:not(.search-ready):not(.shrink) .logo {
    opacity: 0;
    visibility: hidden;
  }
  .outer-8:not(.search-ready):not(.shrink) .icart a:not(:hover) {
    background-image: url('img/icons/cart-w.svg');
    color: #fff;
  }
  .outer-8:not(.search-ready):not(.shrink) .mob-tog::before {
    border-color: #fff;
  }
  .outer-8:not(.search-ready):not(.shrink)  .mob-tog::after {
    background-color: #fff;
  }
  .outer-8:not(.search-ready).shrink .hlogo {
    opacity: 0;
  }
}
/*-------------MOBILE MENU----------------*/
.m-nav {
  z-index:3;
  font-size: 1em;
}
.m-nav, .mob-tog {
  width: 2.125em;
  height: 1.875em;
}
.mob-tog {
  cursor:pointer;
  left: 0;
  top: 0;
  position: absolute;
  bottom: 0;
  margin: auto;
  z-index: 99;
  display: block;
}
.mob-tog::before, .mob-tog::after, .closer::before, .closer::after {
  content: " ";
  width: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}
.mob-tog::before {
  height: calc(100% - 12px);
  border-top: solid 3px #000;
  border-bottom: solid 3px #000;
}
.m-nav:hover .mob-tog::before {
  border-color: #C19545;
}
.m-nav:hover .mob-tog::after {
  background-color: #C19545;
}
.mob-tog.active::before {
  border-top: 0;
  border-bottom: 0;
}
.mob-tog::after, .mob-tog.active::before {
  height: 3px;
  background: #000;
}
.closer::before, .closer::after {
  height: 2px;
  background: #fff;
}
.closer:hover::before, .closer:hover::after {
  background: #C19545;
}
.mob-tog.active::before, .closer::before {
  transform:rotate(-45deg);
}
.mob-tog.active::after, .closer::after {
  transform:rotate(45deg);
}
.bx-controls-direction .disabled {
  -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
  filter: alpha(opacity=70);
  opacity: 0.70;
}
#dimmer {
  opacity: 0;
  visibility: hidden;
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: #000;
  z-index: 95;
  top: 0;
  left: 0;
}
.menu-open #dimmer {
  opacity: .5;
  visibility: visible;
}
.stop-scroll, .mod-open, .menu-open {
  height: 100%;
  overflow: hidden;
}
/*BG COLORS*/
.gold-bg, input[type=submit], .btn-fill a, .t-search .s-sub:hover, .t-search .s-fire:hover, form .sub-wrap, .cookies, .home-wrap .menu-social-container a, .to-top, .bx-prev, .bx-next, .pstiles .woocommerce-loop-product__link:hover::before, .btn-out a:hover, .quantity button:hover {
  background-color: #C19545;
}
/*FONT COLORS*/
.gold, h1, nav a, .nav-top a:hover, .nav-top .current_page_item>a, .btn-fill.white a, .tbar em, .trio h3, .trio a, .credits a:hover, .why2 p em, h2 em, .law3 li strong, .law3 p em, p a, p a:visited, .cinfo h3, .gdhv a:hover, .pdetail .price, .check-wrap a:hover, .link-more, .link-more:visited, .search-results h2 a:hover, .icart a:hover {
  color:#C19545;
}
/*ALL TRANSITIONS*/
a, a:hover, a::after, a::before, input[type], textarea:focus, header, .nav-top, .ajax-loader, .s-sub, .hlogo, .sub-wrap, .dd-wrap li, .selection .item, button, main .wc-block-components-button:not(.is-link) {
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
/*ALL CURVES*/
.curve4, .btn-fill a {
  -webkit-border-radius: .5em;
  -moz-border-radius: .5em;
  border-radius: .5em;
}
.circle, input[type="radio"], .to-top, .bx-prev, .bx-next, .ttip .product a::after, .bsr-con li {
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  -khtml-border-radius: 50%;
}
/*-------------FORMS----------------*/
form label {
  display: block;
  line-height: 1;
  font-size: 1em;
  padding-bottom: .5em;
}
form p {
  font-size: 1em;
  line-height: 1;
  padding: 0;
}
input[type], textarea, select {
  padding:.625em 1.125em;
  border:solid 1px #000;
  width:100%;
  font-size:1em;
  font-weight:normal;
  color:#000;
}
select {
  max-width: 28em;
}
input[type=text]:focus, input[type=email]:focus, input[type=tel]:focus, textarea:focus {
  border-color: #C19545;
}
textarea {
  font-family: inherit;
  height: 9.5em;
}
.con1 textarea {
  height: 5.75em;
}
.wpcf7-checkbox, .wpcf7-radio {
  padding: .5em 0;
  display: block;
  border:dotted 1px transparent;
  margin: -.25em 0 -.5em 0;
}
.wpcf7-list-item {
  display: block;
  margin: 0;
  padding: 0 0 .5em 1em;
}
.wpcf7-list-item>label {
  display: inline-block;
  padding-bottom: 0;
}
.wpcf7-list-item:last-of-type {
  padding-bottom: 0;
}
input[type="checkbox"], input[type="radio"] {
  font-size: 1rem;
  width: 1.25em;
  height: 1.25em;
  padding: 0;
  border: solid 1px #666;
  background-color: transparent;
  vertical-align: middle;
  cursor: pointer;
  margin-right: .32em;
}
input[type="checkbox"]:checked, input[type="radio"]:checked {
  background-color: #666;
}
select option { /*non webkit fix*/
  -webkit-appearance:unset;
  color: #333;
  background-color: inherit;
}
input[type=submit] {
  border:none;
  outline:none;
  font-size:.9375em;
  color:#000;
  padding:1.3125em 3.125em;
  font-weight: 700;
  cursor:pointer;
  text-transform:uppercase;
  text-decoration:none;
}
.wpcf7-not-valid {
  border-color: red !important;
}
.wpcf7-recaptcha {
  transform: scale(.85);
  position: relative;
  left: -20px;
  top: -6px;
  display: inline-block;
}
form .wpcf7-form-control-wrap {
  display: block;
  padding-bottom: .75em;
  position: relative;
}
form span.wpcf7-not-valid-tip { /*hide error label per field*/
  display: none;
}
.wpcf7 form .wpcf7-response-output {
  padding: 1em 0 0;
  border: 0;
  margin: 0;
  text-align: center;
  font-size: 1em;
}
.con1 .wpcf7 form .wpcf7-response-output {
  text-align: left;
}
.wpcf7 form.invalid .wpcf7-response-output {
  color: red;
}
.wpcf7 form.sent .wpcf7-response-output {
  color: #C19545;
  font-size: 1em;
  font-weight: 600;
  font-style: italic;
}
form .form-end {

}
form .form-end .wpcf7-form-control-wrap, form .form-end p {
  padding-bottom: 0;
}
form .form-end .wpcf7-form-control-wrap .wpcf7-not-valid-tip {
  text-align: left;
  position: relative;
  margin-top: -.4em;
  bottom: inherit;
  right: inherit;
}
form .sub-wrap {
  position: relative;
  display: block;
  z-index: 0;
  width: 13.75em;
  max-width: 100%;
  margin: auto;
  margin-top: 1em;
}
.sub-wrap:hover {
  background-color: #000;
}
.sub-wrap::after {
  content: "Please wait";
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  text-align: center;
  font-size: .9375em;
  color: #fff;
  top: 0;
  line-height: 3.88em;
  text-transform: uppercase;
  opacity: 0;
  font-weight: 600;
  z-index: 1;
}
form.submitting .sub-wrap::after {
  opacity: 1;
}
form.submitting .sub-wrap input[type=submit] {
  opacity: 0;
  cursor: not-allowed;
}
input[type=submit]:hover {
  color: #fff;
}
.sub-wrap input[type=submit] {
  background-color: transparent; /*wrap holds bg color*/
  position: relative;
  z-index: 2;
}
.wpcf7-spinner {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  left: calc(50% + 3.5em);
  z-index: 3;
}
div.wpcf7 .ajax-loader.is-active {
  visibility: visible;
  opacity: 1;
}
.ajax-loader.is-active::after {
  animation: ring-spin 1s linear infinite;
}
@keyframes ring-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
form *::-webkit-input-placeholder {
  color: #757575;
  font-weight: 300;
  font-style: italic;
  font-size: 85%;
}
form *::-moz-placeholder {
  color: #757575;
  font-weight: 300;
  font-style: italic;
  font-size: 85%;
}
form *:-ms-input-placeholder {
  color: #757575;
  font-weight: 300;
  font-style: italic;
  font-size: 85%;
}
form *:-moz-placeholder {
  color: #757575;
  font-weight: 300;
  font-style: italic;
  font-size: 85%;
}
/*-------------COMPATIBILITY----------------*/
.transparent {
  -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
  filter: alpha(opacity=60);
  opacity: 0.6;
}
.transform {
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2);
}
.display-inline {
  display: inline-block;
  zoom: 1;
  *display: inline;
}
/*-----IE ONLY-----*/
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
}
/*RESPONSIVE*/
/*RETINA IMAGES*/
@media
(-webkit-min-device-pixel-ratio: 2),
(min-resolution: 192dpi) {
}
@media only screen and (max-width: 1200px) {
  .bhome h1 {
    line-height: 1.1;
  }
}
@media only screen and (max-width: 1000px) {
  .filter .width {
    padding: 2.5em 0;
  }
  .filter h2 {
    padding-bottom: .5em;
  }
  .dd-wrap {
    margin-bottom: 1em;
  }
  .stbod>div {
    width: calc(50% - 1.75em);
  }

}
/* Primary Break */
@media only screen and (max-width: 900px) {
  h1 {
    font-size: 3em;
  }
  .hlogo {
    display: none;
  }
  .bhome, .bhome, .hslider .bg-img {
    min-height: inherit;
    height: 28em;
    max-height: none;
  }
  .bhome .cblock {
    margin-top: inherit;
  }
  .column {
    width: 100%;
    float: none;
    padding-left: 0;
    padding-right: 0;
    padding-top: 2.5em;
  }
  .row>.column:first-of-type {
    padding-top: 0;
  }
  .row {
    margin-left: 0;
    margin-right: 0;
  }
  .vcent, .row.invert {
    display: block;
  }
  .modal-wrap {
    padding: 40px;
  }
  .modal-box {
    max-width: 592px;
    width: 100%;
    padding: 60px 40px;
  }
  .modal-close {
    right: 16px;
  }
  .results .sub2 {
    padding: 1em 0 3em;
  }
  .pdetail .woocommerce div.product form.cart {
    justify-content: space-between;
    column-gap: 0;
  }
  .pdetail .woocommerce .quantity {
    font-size: .875em;
    height: 51px;
  }
}
/*woo column break*/
@media only screen and (max-width: 768px) {
  .prod-list .woocommerce ul.products li.product {
    width: calc(50% - 1.125em);
  }
  .ptags li {
    width: auto;
  }
  .pslide1 .woocommerce ul.products[class*=columns-] li.product, .woocommerce .related ul.products[class*=columns-] li.product {
    clear: none !important;
  }
  .why2 .cblock {
    padding-top: 3em;
  }
  .pdetail .mbox {
    width: 100%;
  }
}
@media only screen and (max-width: 700px) {
  h2 {
    font-size: 1.875em;
  }
  h3 {
    font-size: 1.625em;
  }
  .trio .sub1 {
    flex-wrap: wrap;
  }
  #text-2, #text-3, #media_image-2 {
    width: 100%;
    text-align: center;
  }
  #media_image-2 {
    order: -1;
  }
  #text-2  {
    padding: 1.75em 0;
  }
  .trio h3 {
    padding-bottom: .75em;
  }
  .credits .width {
    display: block;
  }
  .credits ul {
    justify-content: center;
    padding: 1em 0 0;
  }
}
/* Smartphones | <480px */
@media only screen and (max-width: 600px) {
  h1 {
    font-size: 2.5em;
  }
  .stbod>div {
    width: 100%;
  }
  .filter h2 {
    font-size: 1.5em;
    padding-right: 0;
  }
  .selection .item {
    min-width: inherit;
    padding-left: 1em;
  }
  .ptags ul {
    display: block;
  }
  .ptags li {
    width: 100%;
    margin: 0 auto .75em;
    max-width: 18em;
    min-height: 3.5em;
  }
  .home1 .row {
    flex-wrap: wrap;
    margin: 0;
  }
  .home1 .column {
    width: 100%;
  }
  .home1 .column:nth-child(2) {
    margin-top: 1.5em;
  }
}
@media only screen and (max-width: 500px) {
  .tbar .right {
    display: none;
  }
  .tbar .width {
    justify-content: center;
  }
  .mast .width {
    width: calc(100% - 2.4em);
  }
  main {
    margin-top: 112px;
  }
  .xnav {
    padding-left: 5em;
  }
  .prod-list .woocommerce ul.products li.product {
      width: calc(100% - 1.125em);
  }
  .cookies .width {
    flex-wrap: wrap;
  }
  .cookies .btn-wrap {
    padding-top: 1em;
  }
  .fix-chrome-xl-text, .bx-wrapper p {
    -webkit-text-size-adjust: 100%
  }
  .modal-box {
    max-width: none;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    -khtml-border-radius: 0;
  }
  .modal-wrap {
    padding: 0;
  }
  .ttips .column {
    width: 16em;
  }
  .ttips .btn-out a {
    width: 100%;
  }
  .ttips {
    flex-wrap: wrap;
    column-gap: 0;
  }
  .pdetail .woocommerce button.button, .pdetail .woocommerce a.button.alt {
    padding: 1.125em 2em;
  }
  .pdetail .woocommerce div.product div.images {
    padding: 0;
  }
  .rel-wrap .related>h2 {
    letter-spacing: 0;
  }
  .ptags li::after {
    width: 1.125em;
    height: 1.125em;
  }
  .home2 .intro h2, .rel-wrap .related>h2 {
    font-size: 1.6125em;
    letter-spacing: 0;
  }
  .rel-wrap {
    padding: 3em 0 4em;
  }
  .pstiles.wide .product h2 {
    min-height: 3.2em;
  }
  .pslide1 .bx-pager, .related .bx-pager {
    padding-top: 1em;
  }
  .pstiles.wide ul.products li.product {
    padding: 0 .5em;
  }
  .bx-pager-item a {
    width: 2.5em;
  }
}
@media only screen and (max-width: 420px) {
  h1 {
    font-size: 2.25em;
  }
  .bhome h1 br {
    display: none;
  }
  .btn-fill a, .btn-out a {
    font-size: .875em;
  }
}
