@charset "UTF-8";
#grid {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 9999;
  pointer-events: none
}
#grid .desktop,
#grid .mobile,
#grid .tablet {
  display: none;
  float: left;
  width: 100%;
  height: 100%;
  border-top: 1px solid #d85378;
  border-bottom: 1px solid #d85378
}
#grid .desktop div,
#grid .mobile div,
#grid .tablet div {
  float: left;
  height: 100%;
  border-left: 1px solid #d85378;
  border-right: 1px solid #d85378;
  background: rgba(255,213,0,.25)
}
@media only screen and (min-width:320px) and (max-width:767px) {
  #grid .mobile {
    display: block
  }
}
@media only screen and (min-width:768px) and (max-width:1023px) {
  #grid .tablet {
    display: block
  }
}
#grid .desktop {
  float: none;
  margin: 0 auto;
  width: 1024px
}
@media only screen and (min-width:1024px) {
  #grid .desktop {
    display: block
  }
}
.m-1 {
  width: 1.25%
}
.t-1 {
  width: 3.90625%
}
.d-1 {
  width: 7.6171875%
}
.m-2 {
  margin-left: 6.25%;
  width: 15.625%
}
.t-2 {
  margin-left: 3.90625%;
  width: 11.979166667%
}
.d-2 {
  margin-left: 2.44140625%;
  width: 14.453125%
}
.m-3 {
  margin-left: 6.25%;
  width: 17.5%
}
.t-3 {
  margin-left: 3.90625%;
  width: 9.635416667%
}
.d-3 {
  margin-left: 2.44140625%;
  width: 8.10546875%
}
.m-4 {
  margin-left: 6.25%;
  width: 17.5%
}
.t-4 {
  margin-left: 3.90625%;
  width: 10.807291666%
}
.d-4 {
  margin-left: 2.44140625%;
  width: 11.23046875%
}
.m-5 {
  margin-left: 6.25%;
  width: 15.625%
}
.t-5 {
  margin-left: 3.90625%;
  width: 10.807291666%
}
.d-5 {
  margin-left: 2.44140625%;
  width: 11.328125%
}
.m-6 {
  margin-left: 6.25%;
  width: 1.25%
}
.t-6 {
  margin-left: 3.90625%;
  width: 9.635416667%
}
.d-6 {
  margin-left: 2.44140625%;
  width: 8.10546875%
}
.t-7 {
  margin-left: 3.90625%;
  width: 11.979166667%
}
.d-7 {
  margin-left: 2.44140625%;
  width: 14.453125%
}
.t-8 {
  margin-left: 3.90625%;
  width: 3.90625%
}
.d-8 {
  margin-left: 2.44140625%;
  width: 7.6171875%
}
.fields {
  clear: both;
  margin-left: 0
}
.fields .field label {
  float: left;
  width: 100%
}
.input-custom {
  position: absolute;
  left: -999em
}
.select-custom {
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  display: block;
  float: left;
  cursor: pointer;
  -webkit-appearance: menulist-button;
  width: 100%;
  height: 32px;
  opacity: 0
}
.custom-shiv {
  float: left;
  clear: both;
  width: 100%;
  height: 44px;
  overflow: hidden;
  padding: 6px 30px 0 15px;
  font: normal 1em/30px Roboto,Verdana,Arial,sans-serif;
  border: 3px solid #b4b4b4;
  background: #fff;
  font-size: 15px;
  color: #333;
  position: relative;
  cursor: pointer;
  letter-spacing: 1px
}
.custom-shiv span:before {
  position: absolute;
  right: 5px;
  top: 15px;
  display: block;
  width: 13px;
  height: 10px;
  content: "";
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/sprite.png);
  background-position: -25px -21px!important
}
@media only screen and (-webkit-min-device-pixel-ratio:2),
only screen and (min--moz-device-pixel-ratio:2),
only screen and (-o-min-device-pixel-ratio:2/1),
only screen and (min-device-pixel-ratio:2),
only screen and (min-resolution:192dpi),
only screen and (min-resolution:2dppx) {
  .custom-shiv span:before {
    background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/sprite@2x.png);
    background-size: 750px 472px
  }
}
.select-container {
  padding-top: 0;
  position: relative;
  display: inline-block
}
.select-container.validation-error .custom-shiv {
  border: 3px solid #d44343;
  background-color: #fff1f1;
  margin-bottom: 5px
}
.select-container.validation-error:hover .custom-shiv {
  background: #fff1f1
}
.select-container.validation-error:hover .custom-shiv {
  color: #333
}
.select-container.disabled {
  opacity: .5
}
.select-container.small {
  top: 4px
}
.select-container.small .select-custom {
  height: 38px
}
.select-container.small .custom-shiv {
  display: inline-block;
  height: 38px;
  line-height: 18px;
  font-family: Roboto,Verdana,Arial,sans-serif;
  font-weight: 500;
  text-transform: uppercase;
  font-size: 12px;
  padding-right: 32px;
  padding-left: 20px;
  padding-top: 11px;
  background: #f5f7e8
}
.select-container.small .custom-shiv span:before {
  width: 13px;
  height: 18px;
  font-size: 12px;
  line-height: 22px;
  top: 14px
}
label.checkbox-label,
label.radio-label,
span.label.checkbox-label,
span.label.radio-label {
  position: relative;
  line-height: 20px;
  cursor: pointer;
  padding: 0 0 0 30px!important
}
label.checkbox-label:before,
label.radio-label:before,
span.label.checkbox-label:before,
span.label.radio-label:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 16px;
  height: 16px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/sprite.png)
}
@media only screen and (-webkit-min-device-pixel-ratio:2),
only screen and (min--moz-device-pixel-ratio:2),
only screen and (-o-min-device-pixel-ratio:2/1),
only screen and (min-device-pixel-ratio:2),
only screen and (min-resolution:192dpi),
only screen and (min-resolution:2dppx) {
  label.checkbox-label:before,
  label.radio-label:before,
  span.label.checkbox-label:before,
  span.label.radio-label:before {
    background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/sprite@2x.png);
    background-size: 750px 472px
  }
}
label.radio-label:before,
span.label.radio-label:before {
  background-position: 0 0!important
}
label.radio-label.checked:before,
span.label.radio-label.checked:before {
  background-position: 0 -18px!important;
  content: "x";
  text-indent: -9999px
}
label.radio-label.disabled:before,
span.label.radio-label.disabled:before {
  background-position: 0 -36px!important
}
label.checkbox-label:before,
span.label.checkbox-label:before {
  background-position: 0 -55px!important
}
label.checkbox-label.checked:before,
span.label.checkbox-label.checked:before {
  background-position: 0 -75px!important
}
label.checkbox-label.disabled:before,
span.label.checkbox-label.disabled:before {
  background-position: 0 -95px!important
}
span.label.checkbox-label label,
span.label.radio-label label {
  padding: 0
}
.form-list .select-container {
  display: block;
  width: 100%;
  clear: both
}
.form-list select {
  margin-top: 0;
  width: 100%
}
.box-related .checkbox-label {
  float: left;
  margin-top: 36px;
  margin-right: 10px
}
.shipping #co-shipping-method-form .sp-methods dd label.radio-label {
  border: 0;
  font-style: normal
}
.opc .select-container {
  width: 100%
}
.opc .select-container.v-fix {
  width: auto;
  clear: none
}
.opc .select-container select {
  margin-top: 0;
  width: 100%;
  height: 44px;
  float: none
}
.opc .select-container.disabled {
  opacity: 1
}
.reset {
  clear: none
}
.ba-select-input {
  position: absolute;
  left: -999em
}
.ba-select-box {
  position: relative
}
.ba-select-box.open .ba-options {
  display: block
}
.ba-select-box.open.ba-over .ba-shiv,
.ba-select-box.open.ba-thumbnail .ba-shiv {
  box-shadow: 0 0 0 rgba(255,255,255,0)
}
.ba-select {
  display: inline-block;
  width: 100%
}
.ba-select.disabled {
  opacity: .75
}
.ba-shiv {
  float: left;
  position: relative;
  width: 100%;
  height: 32px;
  padding: 0 40px 0 10px;
  font: 300 1em/30px Roboto,Verdana,Arial,sans-serif;
  border: 1px solid #fff;
  color: #333;
  background-color: #fafafa;
  background-image: -moz-linear-gradient(top,#fff,#fafafa);
  background-image: -webkit-gradient(linear,0 0,0 100%,from(#fff),to(#fafafa));
  background-image: -webkit-linear-gradient(top,#fff,#fafafa);
  background-image: -o-linear-gradient(top,#fff,#fafafa);
  background-image: linear-gradient(to bottom,#fff,#fafafa);
  background-repeat: repeat-x;
  cursor: pointer;
  border-radius: 5px;
  box-shadow: 0 1px 4px rgba(0,0,0,.25)
}
.ba-shiv .ba-shiv-content {
  display: inline-block;
  font: 300 1em/30px Roboto,Verdana,Arial,sans-serif;
  color: #333
}
.ba-shiv .ba-arrow:after {
  position: absolute;
  display: block;
  content: "\f501";
  font-size: 14px;
  width: 32px;
  height: 32px;
  line-height: 32px;
  text-align: center;
  font-family: SSStandard;
  right: 0;
  top: 0;
  color: #333
}
.ba-options {
  display: none;
  position: absolute;
  z-index: 999;
  top: 0;
  left: 0;
  width: 100%;
  padding: 0 10px;
  background-color: #fafafa;
  background-image: -moz-linear-gradient(top,#fff,#fafafa);
  background-image: -webkit-gradient(linear,0 0,0 100%,from(#fff),to(#fafafa));
  background-image: -webkit-linear-gradient(top,#fff,#fafafa);
  background-image: -o-linear-gradient(top,#fff,#fafafa);
  background-image: linear-gradient(to bottom,#fff,#fafafa);
  background-repeat: repeat-x;
  border-radius: 5px;
  box-shadow: 0 1px 4px rgba(0,0,0,.25);
  border: 1px solid #fff;
  cursor: pointer
}
.ba-options ul {
  list-style: none
}
.ba-options ul li {
  float: left;
  width: 100%;
  clear: both;
  font: normal 14px Roboto,Verdana,Arial,sans-serif;
  cursor: pointer;
  font: 300 1em/30px Roboto,Verdana,Arial,sans-serif;
  color: #333
}
.ba-options ul li:hover {
  color: #e7542f
}
.ba-select-close {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: 0 0;
  z-index: 998
}
.ba-select-box.ba-left .ba-options,
.ba-select-box.ba-right .ba-options,
.ba-select-box.ba-under .ba-options {
  float: left;
  width: auto;
  position: absolute;
  left: auto
}
.ba-select-box.ba-left .ba-options:after,
.ba-select-box.ba-right .ba-options:after,
.ba-select-box.ba-under .ba-options:after {
  font-family: SSStandard;
  font-size: 14px;
  position: absolute;
  line-height: 34px;
  color: #fff;
  -webkit-transition: transform .2s ease;
  -moz-transition: transform .2s ease;
  -o-transition: transform .2s ease;
  transition: transform .2s ease;
  -webkit-transform: rotate(0);
  -moz-transform: rotate(0);
  -ms-transform: rotate(0);
  -o-transform: rotate(0);
  transform: rotate(0)
}
.ba-select-box.ba-left.open .ba-shiv,
.ba-select-box.ba-right.open .ba-shiv,
.ba-select-box.ba-under.open .ba-shiv {
  color: #fff;
  border-color: #666;
  background-color: #4d4d4d;
  background-image: -moz-linear-gradient(top,#666,#4d4d4d);
  background-image: -webkit-gradient(linear,0 0,0 100%,from(#666),to(#4d4d4d));
  background-image: -webkit-linear-gradient(top,#666,#4d4d4d);
  background-image: -o-linear-gradient(top,#666,#4d4d4d);
  background-image: linear-gradient(to bottom,#666,#4d4d4d);
  background-repeat: repeat-x
}
.ba-select-box.ba-left.open .ba-shiv-content,
.ba-select-box.ba-right.open .ba-shiv-content,
.ba-select-box.ba-under.open .ba-shiv-content {
  color: #fff
}
.ba-select-box.ba-left.open .ba-arrow:after,
.ba-select-box.ba-right.open .ba-arrow:after,
.ba-select-box.ba-under.open .ba-arrow:after {
  color: #fff;
  top: -2px
}
.ba-left .ba-options:after {
  content: "▹";
  right: -12px;
  text-shadow: 2px 0 2px rgba(0,0,0,.25)
}
.ba-left.open .ba-arrow:after {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg)
}
.ba-right .ba-options:after {
  content: "◃";
  left: -12px;
  text-shadow: -2px 0 2px rgba(0,0,0,.25)
}
.ba-right.open .ba-arrow:after {
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg)
}
.ba-under .ba-options {
  top: 100%;
  width: 100%
}
.ba-under .ba-options:after {
  content: "◃";
  left: 50%;
  top: -22px;
  margin-left: -17px;
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
  text-shadow: -2px 0 2px rgba(0,0,0,.25)
}
.ba-under.open .ba-arrow:after {
  top: 0
}
.ba-thumbnail .ba-shiv {
  height: 52px;
  padding-left: 0
}
.ba-thumbnail .ba-shiv .ba-img,
.ba-thumbnail .ba-shiv .ba-img-span,
.ba-thumbnail .ba-shiv .ba-shiv-content {
  float: left;
  line-height: 50px;
  margin-right: 5px
}
.ba-thumbnail .ba-shiv .ba-arrow:after {
  height: 52px;
  line-height: 52px
}
.ba-thumbnail li {
  padding: 5px;
  width: 20%;
  clear: none;
  float: left;
  text-align: center
}
.ba-thumbnail li:first-child {
  float: left;
  clear: both;
  width: 100%
}
.ba-thumbnail .ba-img-span {
  display: inline-block;
  width: 50px;
  height: 50px;
  background-position: 50% 50%;
  background-size: 100% auto;
  border-radius: 5px
}
.ba-thumbnail .ba-opt-content {
  float: left;
  clear: both;
  width: 100%
}
.ba-overlay.open .ba-shiv {
  -webkit-box-shadow: 0 0 0 rgba(255,255,255,0);
  box-shadow: 0 0 0 rgba(255,255,255,0)
}
.ba-overlay .ba-options {
  top: 50%
}
.ba-fullscreen .ba-options {
  display: block;
  text-align: center;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border-radius: 0;
  box-shadow: 0 0 0 rgba(255,255,255,0);
  background: rgba(255,255,255,.9);
  visibility: hidden;
  opacity: 0;
  transform: scale(.9);
  transition: transform .2s,opacity .2s,visibility 0s .2s
}
.ba-fullscreen .ba-options ul {
  position: absolute;
  top: 50%
}
.ba-fullscreen .ba-options ul li span {
  font-size: 32px;
  line-height: 40px;
  margin-bottom: 20px;
  color: #e7542f;
  border-bottom: 2px solid rgba(255,255,255,0)
}
.ba-fullscreen .ba-options ul li span:hover {
  border-bottom: 2px solid #000;
  color: #000
}
.ba-fullscreen.open .ba-options {
  visibility: visible;
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: -webkit-transform .4s,opacity .4s;
  transition: transform .4s,opacity .4s
}
.ba-fullscreen + .ba-select-close {
  position: fixed;
  left: auto;
  right: 20px;
  top: 20px;
  width: 50px;
  height: 50px;
  z-index: 9999;
  cursor: pointer
}
.ba-fullscreen + .ba-select-close:after {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  content: "␡";
  color: #000;
  font-family: SSStandard;
  font-size: 40px;
  text-align: right
}
.ba-fullthumb .ba-options {
  display: block;
  text-align: center;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border-radius: 0;
  box-shadow: 0 0 0 rgba(255,255,255,0);
  background: rgba(0,0,0,.9);
  visibility: hidden;
  opacity: 0;
  transition: opacity .2s,visibility 0s .2s
}
.ba-fullthumb .ba-options ul {
  float: left;
  clear: both;
  width: 100%;
  padding: 20px
}
.ba-fullthumb .ba-options ul li span {
  font-size: 32px;
  line-height: 40px;
  margin-bottom: 20px;
  color: #e7542f;
  border-bottom: 2px solid rgba(255,255,255,0)
}
.ba-fullthumb .ba-options ul li span:hover {
  border-bottom: 2px solid #000;
  color: #000
}
.ba-fullthumb .ba-options li {
  padding: 5px;
  margin-left: 2.44140625%;
  width: 18.046875%;
  margin-bottom: 20px;
  clear: none;
  float: left;
  text-align: center;
  background: #fff;
  border-radius: 5px
}
.ba-fullthumb .ba-options li:nth-child(5n+1) {
  margin-left: 0;
  clear: both
}
.ba-fullthumb .ba-options .ba-color-box,
.ba-fullthumb .ba-options .ba-img-span {
  display: inline-block;
  width: 100%;
  height: 100%;
  max-width: 100%;
  min-height: 100px;
  background-position: 50% 50%;
  background-size: 100% auto;
  border-radius: 5px
}
.ba-fullthumb .ba-options .ba-opt-content {
  float: left;
  clear: both;
  width: 100%
}
.ba-fullthumb.open .ba-options {
  visibility: visible;
  opacity: 1
}
.ba-color-name {
  float: left;
  clear: both;
  width: 100%;
  font-size: 16px
}
/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-image,
.fancybox-inner,
.fancybox-nav,
.fancybox-nav span,
.fancybox-outer,
.fancybox-skin,
.fancybox-tmp,
.fancybox-wrap,
.fancybox-wrap iframe,
.fancybox-wrap object {
  padding: 0;
  margin: 0;
  border: 0;
  outline: 0;
  vertical-align: top
}
.fancybox-wrap {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 8020
}
.fancybox-skin {
  position: relative;
  background: #f9f9f9;
  color: #333632;
  text-shadow: none;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px
}
.fancybox-opened {
  z-index: 8030
}
.fancybox-opened .fancybox-skin {
  -webkit-box-shadow: 0 10px 25px rgba(0,0,0,.5);
  -moz-box-shadow: 0 10px 25px rgba(0,0,0,.5);
  box-shadow: 0 10px 25px rgba(0,0,0,.5)
}
.fancybox-inner,
.fancybox-outer {
  position: relative
}
.fancybox-inner {
  overflow: hidden
}
.fancybox-type-iframe .fancybox-inner {
  -webkit-overflow-scrolling: touch
}
.fancybox-error {
  color: #444;
  font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
  margin: 0;
  padding: 15px;
  white-space: nowrap
}
.fancybox-iframe,
.fancybox-image {
  display: block;
  width: 100%;
  height: 100%
}
.fancybox-image {
  max-width: 100%;
  max-height: 100%
}
#fancybox-loading,
.fancybox-close,
.fancybox-next span,
.fancybox-prev span {
  background-image: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/fancybox/fancybox_sprite.png)
}
#fancybox-loading {
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -22px;
  margin-left: -22px;
  background-position: 0 -108px;
  opacity: .8;
  cursor: pointer;
  z-index: 8060
}
#fancybox-loading div {
  width: 44px;
  height: 44px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/fancybox/fancybox_loading.gif) center center no-repeat
}
.fancybox-close {
  position: absolute;
  top: -18px;
  right: -18px;
  width: 36px;
  height: 36px;
  cursor: pointer;
  z-index: 8040
}
.fancybox-nav {
  position: absolute;
  top: 0;
  width: 40%;
  height: 100%;
  cursor: pointer;
  text-decoration: none;
  background: transparent url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/fancybox/blank.gif);
  -webkit-tap-highlight-color: transparent;
  z-index: 8040
}
.fancybox-prev {
  left: 0
}
.fancybox-next {
  right: 0
}
.fancybox-nav span {
  position: absolute;
  top: 50%;
  width: 36px;
  height: 34px;
  margin-top: -18px;
  cursor: pointer;
  z-index: 8040;
  visibility: hidden
}
.fancybox-prev span {
  left: 10px;
  background-position: 0 -36px
}
.fancybox-next span {
  right: 10px;
  background-position: 0 -72px
}
.fancybox-nav:hover span {
  visibility: visible
}
.fancybox-tmp {
  position: absolute;
  top: -99999px;
  left: -99999px;
  visibility: hidden;
  max-width: 99999px;
  max-height: 99999px;
  overflow: visible!important
}
.fancybox-lock {
  overflow: hidden!important;
  width: auto
}
.fancybox-lock body {
  overflow: hidden!important
}
.fancybox-lock-test {
  overflow-y: hidden!important
}
.fancybox-overlay {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  display: none;
  z-index: 8010;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/fancybox/fancybox_overlay.png)
}
.fancybox-overlay-fixed {
  position: fixed;
  bottom: 0;
  right: 0
}
.fancybox-lock .fancybox-overlay {
  overflow: auto;
  overflow-y: scroll
}
.fancybox-title {
  visibility: hidden;
  font: normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
  position: relative;
  text-shadow: none;
  z-index: 8050
}
.fancybox-opened .fancybox-title {
  visibility: visible
}
.fancybox-title-float-wrap {
  position: absolute;
  bottom: 0;
  right: 50%;
  margin-bottom: -35px;
  z-index: 8050;
  text-align: center
}
.fancybox-title-float-wrap .child {
  display: inline-block;
  margin-right: -100%;
  padding: 2px 20px;
  background: 0 0;
  background: rgba(0,0,0,.8);
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  text-shadow: 0 1px 2px #222;
  color: #fff;
  font-weight: 700;
  line-height: 24px;
  white-space: nowrap
}
.fancybox-title-outside-wrap {
  position: relative;
  margin-top: 10px;
  color: #fff
}
.fancybox-title-inside-wrap {
  padding-top: 10px
}
.fancybox-title-over-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  color: #fff;
  padding: 10px;
  background: #000;
  background: rgba(0,0,0,.8)
}
@media only screen and (-webkit-min-device-pixel-ratio:1.5),
only screen and (min--moz-device-pixel-ratio:1.5),
only screen and (min-device-pixel-ratio:1.5) {
  #fancybox-loading,
  .fancybox-close,
  .fancybox-next span,
  .fancybox-prev span {
    background-image: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/fancybox/fancybox_sprite@2x.png);
    background-size: 44px 152px
  }
  #fancybox-loading div {
    background-image: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/fancybox/fancybox_loading@2x.gif);
    background-size: 24px 24px
  }
}
.header-newsletter {
  position: relative;
  background: #fff;
  text-align: center;
  max-height: 0;
  overflow: hidden;
  -webkit-transition: all 1s cubic-bezier(.32,1.25,.375,1.15);
  transition: all 1s cubic-bezier(.32,1.25,.375,1.15)
}
.header-newsletter h4,
.header-newsletter p {
  color: #333632
}
.header-newsletter .close:before {
  content: "";
  display: block;
  position: absolute;
  right: 18px;
  top: 18px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/sprite.png);
  background-position: -23px -101px!important;
  width: 19px;
  height: 19px;
  z-index: 99
}
@media only screen and (-webkit-min-device-pixel-ratio:2),
only screen and (min--moz-device-pixel-ratio:2),
only screen and (-o-min-device-pixel-ratio:2/1),
only screen and (min-device-pixel-ratio:2),
only screen and (min-resolution:192dpi),
only screen and (min-resolution:2dppx) {
  .header-newsletter .close:before {
    background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/sprite@2x.png);
    background-size: 750px 472px
  }
}
.header-newsletter .icon-link {
  display: inline-block;
  position: relative;
  top: 40px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/sprite.png);
  background-position: -498px 0!important;
  width: 102px;
  height: 103px
}
@media only screen and (-webkit-min-device-pixel-ratio:2),
only screen and (min--moz-device-pixel-ratio:2),
only screen and (-o-min-device-pixel-ratio:2/1),
only screen and (min-device-pixel-ratio:2),
only screen and (min-resolution:192dpi),
only screen and (min-resolution:2dppx) {
  .header-newsletter .icon-link {
    background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/sprite@2x.png);
    background-size: 750px 472px
  }
}
.header-newsletter .block-title,
.header-newsletter .form-subscribe-header {
  display: none
}
.header-newsletter .block-subscribe {
  width: 367px;
  display: inline-block
}
@media only screen and (max-width:390px) {
  .header-newsletter .block-subscribe {
    width: 300px
  }
}
.header-newsletter .block-subscribe.action.button {
  margin-top: 2px;
  box-shadow: none;
  height: 40px
}
.header-newsletter .input-box {
  width: 252px;
  float: left;
  padding-top: 0
}
.header-newsletter .input-box .input-text {
  width: 100%;
  border-right: 0;
  color: #333632;
  padding-left: 20px
}
.header-newsletter .input-box:before {
  display: none
}
.header-newsletter .btn-cart {
  box-shadow: none;
  width: 113px;
  height: 40px
}
.header-newsletter .btn-cart:before {
  background-position: -44px -68px!important;
  height: 46px!important
}
.header-newsletter .newsletter-title {
  font-family: Roboto,Verdana,Arial,sans-serif;
  font-weight: 500;
  font-size: 36px;
  padding-top: 54px;
  line-height: 36px
}
.header-newsletter .newsletter-text {
  font-family: Roboto,Verdana,Arial,sans-serif;
  font-size: 18px;
  font-weight: 400;
  padding-top: 15px;
  padding-bottom: 9px
}
.header-newsletter .newsletter-text-agree {
  font-family: Roboto,Verdana,Arial,sans-serif;
  font-size: 11px;
  color: #999;
  margin-top: 8px;
  padding-bottom: 24px
}
.header-newsletter input[type=email] {
  height: 46px
}
.header-newsletter .actions button {
  height: 46px;
  width: 115px;
  padding-left: 32px
}
.header-newsletter .validation-advice,
.header-newsletter p.required {
  color: #d44343
}
@media only screen and (max-width:480px) {
  .header-newsletter .block-content {
    margin-bottom: -7px
  }
  .header-newsletter .close {
    display: none
  }
  .header-newsletter .mobileClose {
    background: 0 0;
    width: 20px;
    height: 20px;
    position: absolute;
    top: 12px;
    right: 5px;
    cursor: pointer
  }
  .header-newsletter .newsletter-text-agree {
    display: none
  }
  .header-newsletter .newsletter-title {
    font-family: Roboto,Verdana,Arial,sans-serif;
    font-size: 18px;
    text-transform: uppercase;
    padding-top: 26px;
    line-height: 18px
  }
  .header-newsletter .newsletter-text {
    font-family: Roboto,Verdana,Arial,sans-serif;
    font-size: 14px;
    padding-top: 8px;
    margin-bottom: -36px
  }
  .header-newsletter .input-box {
    width: 100%;
    float: right;
    position: relative
  }
  .header-newsletter .input-box:before {
    content: "o";
    color: #aaa;
    font-family: everlast;
    text-transform: lowercase;
    font-size: 20px;
    position: relative;
    top: 40px;
    float: right;
    padding-right: 5px
  }
  .header-newsletter .input-box .mobileSignupButton {
    background: 0 0;
    width: 40px;
    height: 40px;
    position: absolute;
    top: 32px;
    right: 0;
    cursor: pointer
  }
  .header-newsletter button {
    display: none
  }
}
@media only screen and (max-width:780px) {
  .header-newsletter .close:before {
    right: 10px
  }
  .header-newsletter .newsletter-title {
    padding-top: 55px
  }
  .header-newsletter .newsletter-text {
    margin-bottom: 0
  }
}
@media only screen and (max-width:599px) {
  .header-newsletter .close {
    display: block
  }
  .header-newsletter .input-box {
    float: none;
    width: 100%
  }
  .header-newsletter .input-box .input-text {
    border-right: 3px solid #b4b4b4
  }
  .header-newsletter .block .actions {
    margin-right: 10px
  }
  .header-newsletter .block .actions .button {
    float: none;
    width: 100%
  }
  .header-newsletter .block .actions button {
    display: block
  }
}
@media only screen and (max-width:479px) {
  .header-newsletter .newsletter-title {
    padding-top: 55px
  }
}
.button {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  position: relative;
  padding: 16px 40px;
  font-size: 14px;
  line-height: 17px;
  letter-spacing: 1.75px;
  background: #333632;
  overflow: visible;
  color: #d8f82c
}
.button.out-of-stock {
  background: #fff;
  padding: 0;
  margin: 0;
  display: table-cell
}
.button.out-of-stock:active,
.button.out-of-stock:focus,
.button.out-of-stock:hover {
  background: #fff
}
.button:hover {
  background: #595e57;
  color: #d8f82c
}
.button:hover:before {
  background-position: -12px 0
}
.button:active,
.button:focus {
  background: #0d0e0d
}
.button:active:before,
.button:focus:before {
  background-position: -24px 0
}
.btn-small {
  padding: 12px 30px 9px 30px;
  font-size: 12px;
  letter-spacing: 1.5px
}
.btn-small:hover:before {
  background-position: -56px 0
}
.btn-small:before {
  background-position: -44px 0;
  height: 38px
}
.btn-small:active:before,
.btn-small:focus:before {
  background-position: -68px 0
}
.btn-large {
  padding: 22px 60px 19px 70px;
  letter-spacing: 2px;
  font-size: 16px
}
.btn-large:hover:before {
  background-position: -100px 0
}
.btn-large:before {
  background-position: -88px 0;
  height: 58px
}
.btn-large:active:before,
.btn-large:focus:before {
  background-position: -112px 0
}
.button-secondary:hover:before {
  background-position: -188px 0
}
.button-secondary:before {
  background-position: -176px 0
}
.button-secondary:active:before,
.button-secondary:focus:before {
  background-position: -200px 0
}
.button-secondary.btn-small:hover:before {
  background-position: -144px 0
}
.button-secondary.btn-small:before {
  background-position: -132px 0;
  height: 38px
}
.button-secondary.btn-small:active:before,
.button-secondary.btn-small:focus:before {
  background-position: -156px 0
}
.button-secondary.btn-large:hover:before {
  background-position: -232px 0
}
.button-secondary.btn-large:before {
  background-position: -220px 0;
  height: 58px
}
.button-secondary.btn-large:focus:before {
  background-position: -244px 0
}
.btn-cart {
  background: #cde146;
  color: #333632
}
.btn-cart:hover {
  background: #d9e874
}
.btn-cart:hover:before {
  background-position: -56px -68px
}
.btn-cart:before {
  background-position: -44px -68px
}
.btn-cart:active,
.btn-cart:focus {
  background: #bce281;
  color: #333632
}
.btn-cart:active:before,
.btn-cart:focus:before {
  background-position: -68px -68px
}
.btn-cart.btn-small:hover:before {
  background-position: -12px -68px
}
.btn-cart.btn-small:before {
  background-position: 0 -68px;
  height: 38px
}
.btn-cart.btn-small:active:before,
.btn-cart.btn-small:focus:before {
  background-position: -24px -68px
}
.btn-cart.btn-large {
  padding: 22px 40px 19px 40px
}
.btn-cart.btn-large:hover:before {
  background-position: -151px -68px
}
.btn-cart.btn-large:before {
  background-position: -88px -68px;
  height: 58px;
  right: -60px;
  width: 60px
}
.btn-cart.btn-large:active:before,
.btn-cart.btn-large:focus:before {
  background-position: -214px -68px
}
.productdesigner-design-index .main-container {
  padding: 0
}
.productdesigner-design-index .main-container .main {
  max-width: 100%;
  width: 100%;
  padding: 0
}
.productdesigner-design-index iframe {
  width: 100%;
  min-width: 1024px;
  height: 632px;
  margin-bottom: -8px
}
/*! normalize.css v2.0.1 | MIT License | git.io/normalize */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
summary {
  display: block
}
audio,
canvas,
video {
  display: inline-block
}
audio:not([controls]) {
  display: none;
  height: 0
}
[hidden] {
  display: none
}
html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%
}
body {
  margin: 0
}
a:focus {
  outline: 0
}
a:active,
a:hover {
  outline: 0
}
h1 {
  font-size: 2em
}
abbr[title] {
  border-bottom: 1px dotted
}
b,
strong {
  font-weight: 700
}
dfn {
  font-style: italic
}
mark {
  background: #ff0;
  color: #000
}
code,
kbd,
pre,
samp {
  font-family: monospace,serif;
  font-size: 1em
}
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word
}
q {
  quotes: "“" "”" "‘" "’"
}
small {
  font-size: 80%
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline
}
sup {
  top: -.5em
}
sub {
  bottom: -.25em
}
img {
  border: 0
}
svg:not(:root) {
  overflow: hidden
}
figure {
  margin: 0
}
fieldset {
  border: 1px solid silver;
  margin: 0 2px;
  padding: .35em .625em .75em
}
legend {
  border: 0;
  padding: 0
}
button,
input,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  margin: 0
}
button,
input {
  line-height: normal
}
button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer
}
button[disabled],
input[disabled] {
  cursor: default
}
input[type=checkbox],
input[type=radio] {
  box-sizing: border-box;
  padding: 0
}
input[type=search] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box
}
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0
}
textarea {
  overflow: auto;
  vertical-align: top
}
table {
  border-collapse: collapse;
  border-spacing: 0
}
*,
:after,
:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0
}
html {
  -webkit-tap-highlight-color: transparent;
  -webkit-text-size-adjust: 100%
}
body {
  background: #fff;
  color: #000;
  line-height: 1
}
abbr,
acronym,
body,
fieldset,
html,
img {
  border: 0
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: 400
}
caption,
cite,
code,
th {
  font-weight: 400;
  font-style: normal;
  text-align: left
}
address {
  font-style: normal
}
fieldset {
  margin: 0;
  padding: 0;
  border: 0
}
img {
  display: block
}
ol,
ul {
  list-style: none
}
q:after,
q:before {
  content: ""
}
input:focus,
input[type=search]:focus {
  outline-offset: -2px
}
input[type=search] {
  -webkit-appearance: none;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}
@-ms-viewport {
  width: device-width
}
@viewport {
  width: device-width
}
a,
button {
  -ms-touch-action: manipulation;
  touch-action: manipulation
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box
}
:focus {
  outline: 0
}
body,
button,
input,
select,
table,
textarea {
  font-family: Roboto,Verdana,Arial,sans-serif;
  color: #333632;
  font-size: 14px;
  line-height: 1.5
}
p {
  font-size: 15px;
  line-height: 24px
}
a {
  color: #319e1b;
  text-decoration: none
}
a:hover {
  color: #2a8817;
  text-decoration: underline
}
a:focus {
  outline-color: #e7542f
}
ol,
ul {
  list-style: none;
  margin: 0;
  padding: 0
}
ol li,
ul li {
  list-style: none;
  font-size: 13px;
  line-height: 16px
}
.h1,
h1 {
  margin: 0;
  margin-bottom: .7em;
  color: #333632;
  font-family: Rajdhani,Verdana,Arial,sans-serif;
  font-weight: 600;
  font-size: 49px;
  font-style: normal;
  line-height: 50px;
  letter-spacing: -1px;
  text-rendering: optimizeLegibility
}
.h2,
h2 {
  margin: 0;
  margin-bottom: .5em;
  color: #333632;
  font-family: Rajdhani,Verdana,Arial,sans-serif;
  font-weight: 600;
  font-size: 38px;
  font-style: normal;
  line-height: 42px;
  letter-spacing: -1px;
  text-rendering: optimizeLegibility
}
.h3,
h3 {
  margin: 0;
  margin-bottom: 10px;
  color: #333632;
  font-family: Rajdhani,Verdana,Arial,sans-serif;
  font-weight: 600;
  font-size: 34px;
  font-style: normal;
  line-height: 43px;
  letter-spacing: -1px;
  text-rendering: optimizeSpeed
}
.h4,
h4 {
  margin: 0;
  margin-bottom: 10px;
  color: #333632;
  font-family: Rajdhani,Verdana,Arial,sans-serif;
  font-weight: 600;
  font-size: 26px;
  font-style: normal;
  line-height: 32px;
  text-rendering: optimizeSpeed
}
.h5,
h5 {
  margin: 0;
  margin-bottom: 10px;
  color: #333632;
  font-family: Rajdhani,Verdana,Arial,sans-serif;
  font-weight: 600;
  font-size: 22px;
  font-style: normal;
  line-height: 27px;
  text-rendering: optimizeSpeed
}
.h6,
h6 {
  margin: 0;
  margin-bottom: 5px;
  color: #333632;
  font-family: Roboto,Verdana,Arial,sans-serif;
  font-weight: 500;
  font-size: 16px;
  font-style: normal;
  line-height: 20px;
  text-rendering: optimizeSpeed
}
.address-list address {
  margin-bottom: 1em
}
.availability {
  margin-bottom: 0;
  font-size: 13px;
  text-transform: uppercase
}
.availability .label {
  display: none
}
.availability.available-soon,
.availability.out-of-stock {
  color: #fff1f1
}
.availability-only {
  color: #fff1f1;
  margin-bottom: 10px
}
.page-title h1,
.page-title h2,
.product-name .h1,
.product-name h1 {
  color: #333632;
  padding-bottom: 3px;
  margin-bottom: 26px
}
.block {
  margin-bottom: 20px
}
.col-left-first .block:last-of-type {
  margin-bottom: 0
}
.block-title {
  position: relative;
  padding: 10px 0 0;
  margin-bottom: 5px
}
.block-title h2,
.block-title h3,
.block-title strong {
  margin: 0;
  margin-bottom: 10px;
  color: #333632;
  font-family: Rajdhani,Verdana,Arial,sans-serif;
  font-weight: 600;
  font-size: 26px;
  font-style: normal;
  line-height: 32px;
  text-rendering: optimizeSpeed;
  color: #d8f82c;
  margin-bottom: 0;
  text-align: center
}
.block-title small {
  font-size: 100%;
  font-weight: 400;
  color: gray
}
body:not(.customer-account) .block:first-child .block-title {
  border-top: none;
  padding-top: 0;
  display: none
}
.block-subtitle {
  font-weight: 700;
  margin-bottom: 7px
}
.block-content.unpad {
  padding: 0
}
.block-content li.item {
  margin: 0 0 10px 9px
}
.block-content li.item:last-child {
  margin-bottom: 0
}
.block .actions {
  margin: 10px 0 0
}
.block .actions:after {
  content: "";
  display: table;
  clear: both
}
.block .actions a {
  float: left
}
.block .actions .button {
  float: right
}
.col-left .block .actions .button ~ a,
.col-right .block .actions .button ~ a {
  line-height: 33px;
  margin-right: 5px
}
@media only screen and (max-width:770px) {
  .sidebar .block:not(.block-layered-nav) {
    margin-bottom: 0
  }
  .sidebar .block:not(.block-layered-nav) .block-title {
    padding: 0;
    margin-top: 0;
    border-bottom: none;
    border-top: none;
    margin-bottom: 0
  }
  .sidebar .block:not(.block-layered-nav) .block-title > strong {
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-user-select: none;
    -o-user-select: none;
    user-select: none;
    margin-bottom: 0;
    padding: 7px 10px 7px 24px;
    position: relative;
    font-family: Roboto,Verdana,Arial,sans-serif;
    font-weight: 500;
    letter-spacing: 2px;
    text-transform: uppercase;
    text-align: center;
    font-size: 16px;
    line-height: 43px;
    display: block;
    width: 100%;
    cursor: pointer;
    border-bottom: 0
  }
  .sidebar .block:not(.block-layered-nav) .block-title > strong:after,
  .sidebar .block:not(.block-layered-nav) .block-title > strong:before {
    position: absolute;
    display: block;
    content: "";
    background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/sprite.png);
    background-position: -435px -20px!important;
    width: 16px;
    height: 14px;
    left: 40px;
    top: 50%;
    margin-top: -9px;
    transition: all .5s cubic-bezier(.32,1.25,.375,1.15)
  }
}
@media only screen and (max-width:770px) and (-webkit-min-device-pixel-ratio:2),
only screen and (max-width:770px) and (min--moz-device-pixel-ratio:2),
only screen and (max-width:770px) and (-o-min-device-pixel-ratio:2/1),
only screen and (max-width:770px) and (min-device-pixel-ratio:2),
only screen and (max-width:770px) and (min-resolution:192dpi),
only screen and (max-width:770px) and (min-resolution:2dppx) {
  .sidebar .block:not(.block-layered-nav) .block-title > strong:after,
  .sidebar .block:not(.block-layered-nav) .block-title > strong:before {
    background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/sprite@2x.png);
    background-size: 750px 472px
  }
}
@media only screen and (max-width:770px) {
  .sidebar .block:not(.block-layered-nav) .block-title > strong:after {
    left: auto;
    right: 40px
  }
}
@media only screen and (max-width:770px) {
  .sidebar .block:not(.block-layered-nav) .block-title.active > strong {
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-user-select: none;
    -o-user-select: none;
    user-select: none;
    margin-bottom: 0;
    padding: 7px 10px 7px 24px;
    position: relative;
    font-family: Roboto,Verdana,Arial,sans-serif;
    font-weight: 500;
    letter-spacing: 2px;
    text-transform: uppercase;
    text-align: center;
    font-size: 16px;
    line-height: 43px
  }
  .sidebar .block:not(.block-layered-nav) .block-title.active > strong:after,
  .sidebar .block:not(.block-layered-nav) .block-title.active > strong:before {
    position: absolute;
    display: block;
    content: "";
    background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/sprite.png);
    background-position: -435px -20px!important;
    width: 16px;
    height: 14px;
    left: 40px;
    top: 50%;
    margin-top: -9px;
    transition: all .5s cubic-bezier(.32,1.25,.375,1.15)
  }
}
@media only screen and (max-width:770px) and (-webkit-min-device-pixel-ratio:2),
only screen and (max-width:770px) and (min--moz-device-pixel-ratio:2),
only screen and (max-width:770px) and (-o-min-device-pixel-ratio:2/1),
only screen and (max-width:770px) and (min-device-pixel-ratio:2),
only screen and (max-width:770px) and (min-resolution:192dpi),
only screen and (max-width:770px) and (min-resolution:2dppx) {
  .sidebar .block:not(.block-layered-nav) .block-title.active > strong:after,
  .sidebar .block:not(.block-layered-nav) .block-title.active > strong:before {
    background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/sprite@2x.png);
    background-size: 750px 472px
  }
}
@media only screen and (max-width:770px) {
  .sidebar .block:not(.block-layered-nav) .block-title.active > strong:after {
    left: auto;
    right: 40px
  }
}
@media only screen and (max-width:770px) {
  .sidebar .block:not(.block-layered-nav) .block-content {
    padding: 10px;
    margin-top: 0;
    border-width: 0 1px;
    border-style: solid;
    border-color: #ccc
  }
}
@media only screen and (max-width:770px) {
  .sidebar .block:last-of-type {
    border-bottom: 1px solid #ccc
  }
}
@media only screen and (max-width:770px) {
  .sidebar .block-account .block-title > strong span:after,
  .sidebar .block-cms-menu .block-title > strong span:after {
    content: " Menu"
  }
}
.block-account .block-title,
.block-cms-menu .block-title {
  padding-top: 0;
  border-top: none
}
.block-account li,
.block-cms-menu li {
  text-transform: uppercase;
  font-family: Roboto,Verdana,Arial,sans-serif;
  margin: 7px 0
}
.block-account li strong,
.block-cms-menu li strong {
  font-weight: 500
}
.block-account li a,
.block-cms-menu li a {
  color: #333632
}
.block-account li.current,
.block-cms-menu li.current {
  background-color: #efefef
}
.button.button-secondary,
.cart-table .button,
.sidebar .actions .button {
  background: #f5f7e8;
  color: #333632
}
.button.button-secondary:hover,
.cart-table .button:hover,
.sidebar .actions .button:hover {
  background: #fafbf3;
  cursor: pointer
}
.button.button-secondary:active,
.cart-table .button:active,
.sidebar .actions .button:active {
  background: #e8eadc;
  color: #333632
}
.button.button-secondary:focus,
.cart-table .button:focus,
.sidebar .actions .button:focus {
  color: #333632;
  background: #e8eadc;
  outline: 0
}
.button,
.cart-table .product-cart-actions .button,
.footer .button {
  background: #333632;
  display: inline-block;
  padding: 7px 15px;
  border: 0;
  color: #fff;
  font-size: 13px;
  font-family: Roboto,Verdana,Arial,sans-serif;
  font-weight: 500;
  line-height: 19px;
  text-align: center;
  text-transform: uppercase;
  vertical-align: middle;
  white-space: nowrap
}
.button:hover,
.cart-table .product-cart-actions .button:hover,
.footer .button:hover {
  background: #595e57;
  cursor: pointer
}
.button:active,
.cart-table .product-cart-actions .button:active,
.footer .button:active {
  background: #0d0e0d;
  color: #fff
}
.button:focus,
.cart-table .product-cart-actions .button:focus,
.footer .button:focus {
  background-color: #0d0e0d;
  outline: 0;
  color: #fff
}
.is-punchout-session #footer-login-url {
  display: none
}
a.button {
  text-decoration: none
}
.button.disabled,
.button:disabled {
  opacity: .3;
  cursor: not-allowed
}
.button + .button {
  margin-left: 16px
}
@media only screen and (max-width:770px) {
  .button + .button {
    margin-left: 0
  }
}
.button2 {
  border: 0;
  padding: 0 5px;
  margin: 0;
  background: 0 0;
  cursor: pointer;
  vertical-align: middle
}
.button2:focus {
  outline: 0
}
.button2 span,
.button2 span span {
  line-height: 30px;
  height: 30px;
  text-decoration: underline;
  text-transform: uppercase;
  display: inline-block;
  color: #319e1b;
  font-family: Roboto,Verdana,Arial,sans-serif
}
.button2 span span:hover,
.button2 span:hover {
  text-decoration: none;
  color: #b53515
}
@media only screen and (max-width:770px) {
  .col2-set .buttons-set .button,
  .col2-set .buttons-set .button2 {
    float: none;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding: 16px 10px 13px 20px
  }
  .col2-set .buttons-set .back-link {
    display: none
  }
  .col2-set .buttons-set .required {
    display: none
  }
}
@media only screen and (max-width:479px) {
  .buttons-set .button {
    float: none;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 7px
  }
  .buttons-set .back-link {
    display: none
  }
  .buttons-set .required {
    display: none
  }
}
.paypal-logo.paypal-after {
  float: left
}
.paypal-after .paypal-or {
  float: left
}
.paypal-or {
  line-height: 40px;
  margin: 0 10px 5px
}
.paypal-after .paypal-button {
  float: left
}
.paypal-button {
  line-height: 0
}
.paypal-button img {
  display: inline
}
@media only screen and (max-width:670px) {
  .paypal-or {
    line-height: 20px
  }
  .paypal-button,
  .paypal-logo,
  .paypal-or {
    text-align: center;
    width: 100%;
    display: block;
    margin-right: 0;
    margin-left: 0;
    float: none
  }
}
.buttons-set {
  clear: both;
  margin: 25px 0 0;
  padding-top: 10px;
  text-align: right
}
.buttons-set p.required {
  margin: 0;
  margin-left: 10px;
  line-height: 33px;
  float: right
}
.buttons-set .back-link {
  float: left;
  margin: 0;
  line-height: 33px
}
.buttons-set a:not(.button) {
  line-height: 20px;
  display: inline-block;
  padding: 5px
}
.buttons-set button.button {
  float: right;
  margin-left: 5px;
  min-width: 140px
}
.buttons-set:after {
  content: "";
  display: table;
  clear: both
}
.icon-sprite,
.product-view .sharing-links a,
.sorter > .view-mode .grid,
.sorter > .view-mode .list {
  background-image: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/icon_sprite.png);
  background-repeat: no-repeat;
  text-indent: -9999px
}
@media (-webkit-min-device-pixel-ratio:2),
(min--moz-device-pixel-ratio:2),
(-o-min-device-pixel-ratio:4 / 2),
(min-device-pixel-ratio:2),
(min-resolution:192dpi),
(min-resolution:2dppx) {
  .icon-sprite,
  .product-view .sharing-links a,
  .sorter > .view-mode .grid,
  .sorter > .view-mode .list {
    background-image: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/icon_sprite@2x.png);
    background-size: 100px 1000px
  }
}
.catalog-product-view .breadcrumbs {
  border-bottom: 6px solid #333632;
  padding-left: 20px
}
.breadcrumbs {
  overflow: hidden;
  background: #fff
}
.breadcrumbs ul {
  max-width: 1200px;
  margin: 0 auto;
  padding: 23px 0 10px
}
@media only screen and (max-width:599px) {
  .breadcrumbs ul {
    padding: 23px 10px 10px
  }
}
.breadcrumbs li {
  display: inline-block;
  font-size: 11px;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin: 0 0 2px
}
.breadcrumbs li.product {
  font-family: Roboto,Verdana,Arial,sans-serif;
  font-weight: 500;
  position: relative
}
.breadcrumbs a {
  float: left;
  color: #333632;
  letter-spacing: 1px;
  padding-top: 1px
}
.breadcrumbs p {
  float: left;
  color: #333632;
  letter-spacing: 1px;
  padding-top: 1px;
  font-size: 11px;
  font-family: Roboto,Verdana,Arial,sans-serif;
  line-height: 16px
}
.breadcrumbs a:hover {
  color: #319e1b
}
.breadcrumbs strong {
  color: #333632;
  font-family: Roboto,Verdana,Arial,sans-serif;
  font-weight: 500;
  float: left
}
.breadcrumbs span {
  float: left;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/sprite.png);
  background-position: -73px -102px!important;
  width: 26px;
  height: 15px;
  text-indent: -9999em;
  margin: 0 9px
}
@media only screen and (-webkit-min-device-pixel-ratio:2),
only screen and (min--moz-device-pixel-ratio:2),
only screen and (-o-min-device-pixel-ratio:2/1),
only screen and (min-device-pixel-ratio:2),
only screen and (min-resolution:192dpi),
only screen and (min-resolution:2dppx) {
  .breadcrumbs span {
    background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/sprite@2x.png);
    background-size: 750px 472px
  }
}
@media only screen and (max-width:770px) {
  .catalog-category-view .breadcrumbs li {
    display: none
  }
  .catalog-category-view .breadcrumbs li[class^=category] {
    display: block
  }
  .catalog-category-view .breadcrumbs li[class^=category] a {
    float: none
  }
  .catalog-category-view .breadcrumbs li[class^=category] span {
    background-position: -25px -21px!important;
    transform: rotate(90deg);
    margin-top: 3px
  }
  .catalog-product-view .breadcrumbs ul {
    padding: 23px 10px 15px
  }
  .catalog-product-view .breadcrumbs li {
    display: none
  }
  .catalog-product-view .breadcrumbs li[class^=category]:nth-last-child(2) {
    display: block
  }
  .catalog-product-view .breadcrumbs li[class^=category] span,
  .catalog-product-view .breadcrumbs li[class^=category] strong {
    display: none
  }
  .catalog-product-view .breadcrumbs li[class^=category] a {
    float: none
  }
  .catalog-product-view .breadcrumbs li[class^=category] a:before {
    content: "";
    display: inline-block;
    background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/sprite.png);
    background-position: -435px -4px!important;
    width: 10px;
    height: 13px;
    position: relative;
    top: 2px;
    margin-right: 10px
  }
}
@media only screen and (max-width:770px) and (-webkit-min-device-pixel-ratio:2),
only screen and (max-width:770px) and (min--moz-device-pixel-ratio:2),
only screen and (max-width:770px) and (-o-min-device-pixel-ratio:2/1),
only screen and (max-width:770px) and (min-device-pixel-ratio:2),
only screen and (max-width:770px) and (min-resolution:192dpi),
only screen and (max-width:770px) and (min-resolution:2dppx) {
  .catalog-product-view .breadcrumbs li[class^=category] a:before {
    background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/sprite@2x.png);
    background-size: 750px 472px
  }
}
@media only screen and (max-width:599px) {
  .catalog-category-view .breadcrumbs li[class^=category] span {
    background-position: -434px -5px!important;
    transform: rotate(0);
    height: 12px;
    margin-top: 1px
  }
}
.btn-previous,
.btn-remove {
  display: inline-block;
  width: 8px;
  height: 8px;
  margin-top: 2px;
  text-align: center;
  font: 0/0 a;
  text-shadow: none;
  color: transparent;
  position: relative
}
.btn-remove:after {
  display: block;
  content: "";
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/sprite.png);
  background-position: -455px -68px!important;
  color: #319e1b;
  height: 8px;
  line-height: 20px;
  width: 8px;
  font-size: 10px;
  font-family: Arial,Roboto,Verdana,Arial,sans-serif;
  font-weight: 700
}
@media only screen and (-webkit-min-device-pixel-ratio:2),
only screen and (min--moz-device-pixel-ratio:2),
only screen and (-o-min-device-pixel-ratio:2/1),
only screen and (min-device-pixel-ratio:2),
only screen and (min-resolution:192dpi),
only screen and (min-resolution:2dppx) {
  .btn-remove:after {
    background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/sprite@2x.png);
    background-size: 750px 472px
  }
}
.btn-remove:hover:after {
  color: #fff;
  text-decoration: none
}
.btn-remove2 {
  position: absolute;
  display: block;
  content: "";
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/sprite.png);
  background-position: -23px -77px!important;
  width: 16px;
  height: 18px;
  border: none;
  vertical-align: top
}
@media only screen and (-webkit-min-device-pixel-ratio:2),
only screen and (min--moz-device-pixel-ratio:2),
only screen and (-o-min-device-pixel-ratio:2/1),
only screen and (min-device-pixel-ratio:2),
only screen and (min-resolution:192dpi),
only screen and (min-resolution:2dppx) {
  .btn-remove2 {
    background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/sprite@2x.png);
    background-size: 750px 472px
  }
}
.btn-remove2:after {
  display: none
}
.btn-remove2:hover {
  background-color: transparent;
  opacity: .8
}
.btn-previous:after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  display: block;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  border-right: 4px solid #319e1b;
  border-left: none;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -2px;
  margin-top: -4px
}
.btn-previous:hover:after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  display: block;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  border-right: 4px solid #fff;
  border-left: none
}
#compare-items .btn-previous,
#compare-items .btn-remove,
.block-layered-nav .currently .btn-previous,
.block-layered-nav .currently .btn-remove,
.mini-products-list .btn-previous,
.mini-products-list .btn-remove {
  float: right;
  margin-left: 6px
}
.checkout-agreements li {
  margin-bottom: 20px
}
.checkout-agreements .agreement-content {
  overflow-y: auto;
  max-width: 670px;
  max-height: 125px;
  margin-bottom: 10px;
  padding: 10px;
  border: 1px solid #ccc;
  background: #f4f4f4
}
.cvv-what-is-this {
  margin-left: 10px;
  font-size: 13px;
  line-height: 24px
}
.footer-container,
.main-container {
  position: relative;
  background: #fff
}
.footer-container .main,
.main-container .main {
  max-width: 1270px;
  margin: 0 auto;
  padding: 0 15px
}
.footer-container:after,
.main-container:after {
  content: "";
  display: table;
  clear: both
}
.catalog-product-view .main-container .main {
  min-width: 100%;
  padding: 0
}
@media only screen and (min-width:480px) {
  .footer-container {
    padding: 30px
  }
}
.footer-container {
  padding-top: 0;
  background: #333632
}
.col-wrapper:after,
.main:after {
  content: "";
  display: table;
  clear: both
}
.col-main,
.col-right {
  padding: 0 10px
}
@media only screen and (min-width:771px) {
  .col-left {
    position: absolute;
    float: left;
    width: 310px;
    padding-left: 0;
    clear: left
  }
}
.col-left img {
  max-width: 100%
}
.col-right {
  float: right;
  width: 100%;
  padding-left: 310px;
  padding-right: 0
}
.col-right img {
  max-width: 100%
}
.col-main {
  float: left;
  width: 100%;
  padding-left: 310px
}
.col1-layout .col-main {
  float: none;
  width: auto;
  padding: 0
}
.col2-left-layout .col-main {
  float: right;
  padding-right: 0
}
.col2-right-layout .col-main {
  padding-left: 0
}
.col3-layout .col-right {
  width: 20.8333333333%
}
.col3-layout .col-wrapper {
  float: left;
  width: 79.1666666667%
}
.col3-layout .col-wrapper .col-main {
  float: right;
  width: 73.6842105263%
}
.col3-layout .col-wrapper .col-left {
  width: 26.3157894737%
}
@media only screen and (max-width:1000px) {
  .col3-layout .col-right {
    float: left;
    clear: left;
    padding-left: 0;
    padding-right: 10px;
    width: 25%
  }
  .col3-layout .col-wrapper {
    float: right;
    width: 100%
  }
  .col3-layout .col-wrapper .col-main {
    float: right;
    width: 75%
  }
  .col3-layout .col-wrapper .col-left {
    width: 25%
  }
}
@media only screen and (max-width:770px) {
  .col-left,
  .col-main,
  .col-right,
  .col1-layout .col-left,
  .col1-layout .col-main,
  .col1-layout .col-right,
  .col2-left-layout .col-left,
  .col2-left-layout .col-main,
  .col2-left-layout .col-right,
  .col2-right-layout .col-left,
  .col2-right-layout .col-main,
  .col2-right-layout .col-right,
  .col3-layout .col-right,
  .col3-layout .col-wrapper .col-left,
  .col3-layout .col-wrapper .col-main {
    padding: 0;
    float: none;
    width: auto
  }
  .col3-layout .col-wrapper {
    float: none;
    width: auto
  }
  .col-main {
    float: none;
    width: auto
  }
  .col-main .col-left {
    padding: 0
  }
}
.col2-set {
  width: 100%
}
.col2-set .col-1,
.col2-set .col-2 {
  width: 50%;
  padding: 20px
}
@media only screen and (max-width:770px) {
  .col2-set .col-1,
  .col2-set .col-2 {
    padding: 10px
  }
}
.col2-set .col-1 {
  float: left;
  padding-left: 0
}
.col2-set .col-2 {
  float: right;
  padding-right: 0
}
@media only screen and (max-width:479px) {
  .col2-set .col-1,
  .col2-set .col-2 {
    float: none;
    width: auto;
    border: 0;
    padding-right: 0;
    padding-left: 0
  }
}
.col2-set .narrow {
  width: 33%
}
.col2-set .wide {
  width: 65%
}
.col2-set:after {
  content: "";
  display: table;
  clear: both
}
@media only screen and (min-width:771px) {
  .top-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 30px
  }
}
.global-site-notice {
  background: #333632;
  color: #e6e6e6;
  font-size: 11px
}
.global-site-notice .notice-inner {
  padding-left: 120px;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  line-height: 11px;
  min-height: 40px;
  padding-top: 14.5px;
  padding-bottom: 14.5px;
  background-image: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/demo-logo.png);
  background-position: left;
  background-repeat: no-repeat
}
.global-site-notice p {
  margin-bottom: 0
}
.promo-msg {
  color: #e7542f;
  text-align: center;
  margin: 10px;
  text-transform: uppercase;
  font-family: Roboto,Verdana,Arial,sans-serif
}
.grid:after {
  content: "";
  display: table;
  clear: both
}
.success {
  color: #cde146
}
.error {
  color: #fff1f1;
  font-weight: 700
}
.notice {
  color: #ffd4c2;
  font-weight: 700
}
.messages {
  margin-bottom: 10px;
  clear: both
}
.messages li li {
  position: relative;
  margin-bottom: 5px;
  padding: 7px 10px 7px 20px;
  background: #f4f4f4;
  min-height: 60px;
  line-height: 3.6;
  max-width: 100%;
  margin: 0 auto
}
.messages li li:before {
  top: 50%;
  left: 0;
  margin-top: -6px
}
.messages .error-msg li {
  background: #fff1f1
}
.messages .error-msg li span {
  color: #c92a2a
}
.messages .notice-msg li {
  background: #ffd4c2
}
.messages .notice-msg li span {
  color: #e7542f
}
.messages .success-msg li {
  background: #efffcd
}
.messages .success-msg li span {
  color: #488e41;
  line-height: 25px;
  display: inline-block;
  padding-top: 10px
}
@media only screen and (min-width:915px) {
  .order-list-grid .col-1 {
    width: 30%
  }
  .order-list-grid .col-2 {
    width: 50%;
    padding-right: 20px
  }
  .order-list-grid .col-3 {
    clear: none;
    width: 20%;
    padding-top: 0
  }
}
.page-popup {
  padding: 20px;
  background: #fff;
  height: auto
}
.page-popup h1 {
  margin: 0 0 .5em;
  font-size: 36px
}
.payment-methods {
  margin-bottom: 20px
}
.payment-methods dt {
  padding: 5px 0
}
.payment-methods dd {
  padding-top: 10px
}
.payment-methods .form-list {
  position: relative;
  display: inline-block;
  max-width: 100%;
  margin: 5px 15px 15px;
  padding: 15px;
  border: 1px solid #ccc;
  background: #f4f4f4
}
.payment-methods .form-list:before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  display: block;
  border-right: 10px solid transparent;
  border-left: 10px solid transparent;
  border-bottom: 10px solid #ccc;
  border-top: none;
  top: -11px;
  left: 30px
}
.payment-methods .form-list:after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  display: block;
  border-right: 10px solid transparent;
  border-left: 10px solid transparent;
  border-bottom: 10px solid #f4f4f4;
  border-top: none;
  top: -10px;
  left: 30px
}
.payment-methods .form-list li:last-child {
  margin-bottom: 0
}
.please-wait {
  display: inline-block;
  margin-left: 10px;
  margin-top: 5px;
  line-height: 24px;
  height: 24px;
  white-space: nowrap
}
.please-wait img {
  float: left;
  margin-right: 5px;
  width: 24px
}
.price-box {
  margin: 7px 0;
  font-family: Roboto,Verdana,Arial,sans-serif
}
.price-box p {
  margin-bottom: 0
}
.price-notice {
  color: gray
}
.price-box .price {
  color: #333632;
  font-size: 18px;
  letter-spacing: 1px
}
.price,
.price-box .price {
  white-space: nowrap;
  font-family: Roboto,Verdana,Arial,sans-serif;
  font-weight: 500
}
.price-box .price-label {
  color: gray;
  white-space: nowrap;
  font-family: Roboto,Verdana,Arial,sans-serif
}
.price-box .minimal-price-link {
  padding-left: 1em;
  color: #e7542f;
  display: block
}
.price-box .minimal-price-link .label {
  font-size: 16px!important;
  text-transform: none!important;
  color: #333632!important
}
.price-box .minimal-price-link .price {
  color: #d84d3c
}
.price-box .old-price,
.price-box .special-price {
  display: inline-block
}
.price-box .old-price .price-label,
.price-box .special-price .price-label {
  display: none
}
.price-box .old-price .price,
.price-box .special-price .price {
  display: inline-block
}
.price-box .old-price .price {
  color: #333632;
  text-decoration: line-through;
  font-family: Roboto,Verdana,Arial,sans-serif;
  font-weight: 500;
  font-size: 18px
}
.price-box .special-price {
  color: #d84d3c;
  padding-left: 11px;
  font-family: Roboto,Verdana,Arial,sans-serif;
  font-weight: 500;
  font-size: 16px
}
.price-box .special-price .price {
  color: #d84d3c;
  font-family: Roboto,Verdana,Arial,sans-serif;
  font-weight: 500
}
.price-box .special-price .price-label {
  color: #d84d3c
}
.price-box .price-excluding-tax,
.price-box .price-including-tax {
  display: block
}
.product-pricing,
.tier-prices,
.tier-prices-grouped {
  display: inline-block;
  margin-top: 7px
}
.product-pricing li,
.tier-prices li,
.tier-prices-grouped li {
  font-size: 15px;
  line-height: 24px
}
.product-pricing .benefit,
.tier-prices .benefit,
.tier-prices-grouped .benefit {
  font-weight: 400;
  color: #e7542f
}
.product-pricing .price,
.tier-prices .price,
.tier-prices-grouped .price {
  font-weight: 400
}
.item-options {
  font-size: 15px;
  font-family: Roboto,Verdana,Arial,sans-serif
}
.item-options:after {
  content: "";
  display: table;
  clear: both
}
.item-options dt {
  float: left;
  clear: left;
  padding-right: 5px
}
.item-options dt:after {
  content: ": "
}
.item-options dd {
  float: left;
  padding-left: 2px
}
.truncated,
.truncated a.dots {
  cursor: help
}
.truncated a.details {
  cursor: help;
  height: 16px;
  line-height: 16px
}
.truncated a.details:hover {
  text-decoration: none
}
.truncated .truncated_full_value {
  position: relative;
  z-index: 300
}
.truncated .truncated_full_value .item-options {
  display: none;
  position: absolute;
  z-index: 300;
  width: 200px;
  padding: 8px;
  border: 1px solid #319e1b;
  background-color: #f6f6f6;
  top: 21px;
  left: -100px
}
.truncated .truncated_full_value .item-options:after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  display: block;
  border-right: 7px solid transparent;
  border-left: 7px solid transparent;
  border-bottom: 7px solid #319e1b;
  border-top: none;
  left: 97px;
  top: -7px
}
.truncated .truncated_full_value .item-options > p {
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 8px
}
.truncated .show .item-options {
  display: block
}
@media only screen and (max-width:479px) {
  .truncated {
    cursor: inherit
  }
  .truncated a.details {
    display: none
  }
  .truncated .truncated_full_value .item-options {
    display: block;
    position: static;
    z-index: 1;
    width: 100%;
    border: none;
    background-color: transparent
  }
  .truncated .truncated_full_value .item-options p {
    float: none
  }
  .truncated .truncated_full_value .item-options:after {
    display: none
  }
}
.page-print {
  width: 6.5in;
  margin: 20px;
  background: #fff
}
.page-print .buttons-set button.button {
  height: 46px
}
.add-to-links {
  margin: 7px 0
}
.add-to-links a {
  display: inline-block;
  padding: 0 3px 3px
}
.add-to-links .separator {
  display: none
}
.no-touch .product-img-box .product-image:not(.zoom-available):hover,
.product-image {
  position: relative;
  display: block
}
.ratings {
  margin: 5px 0
}
.ratings .rating-box,
.ratings .rating-links {
  margin: 5px 0
}
.ratings .rating-box {
  text-align: center;
  letter-spacing: 3px;
  font-size: 19px;
  margin: 0 auto;
  display: inline-block;
  position: relative
}
.ratings .rating-box:before {
  display: block;
  content: "★★★★★";
  color: #bababa;
  padding: 3px
}
.ratings .rating-box .rating {
  position: absolute;
  top: 0;
  left: 0
}
.ratings .rating-box .rating:before {
  display: inline-block;
  content: "★★★★★";
  color: #ffdd15;
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  padding: 3px;
  width: 100%
}
.ratings .amount {
  display: block;
  margin: 5px auto
}
.ratings .rating-links .separator {
  margin: 0 3px
}
.ratings label.radio-label:before,
.ratings span.label.radio-label:before {
  margin-left: 39px
}
#customer-reviews .rating-box {
  display: block;
  content: "";
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/sprite.png);
  background-position: -647px -329px!important;
  width: 77px;
  height: 16px
}
@media only screen and (-webkit-min-device-pixel-ratio:2),
only screen and (min--moz-device-pixel-ratio:2),
only screen and (-o-min-device-pixel-ratio:2/1),
only screen and (min-device-pixel-ratio:2),
only screen and (min-resolution:192dpi),
only screen and (min-resolution:2dppx) {
  #customer-reviews .rating-box {
    background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/sprite@2x.png);
    background-size: 750px 472px
  }
}
#customer-reviews .rating-box .rating {
  display: block;
  content: "";
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/sprite.png);
  background-position: -647px -307px!important;
  width: 77px;
  height: 12px;
  text-indent: -9999em
}
@media only screen and (-webkit-min-device-pixel-ratio:2),
only screen and (min--moz-device-pixel-ratio:2),
only screen and (-o-min-device-pixel-ratio:2/1),
only screen and (min-device-pixel-ratio:2),
only screen and (min-resolution:192dpi),
only screen and (min-resolution:2dppx) {
  #customer-reviews .rating-box .rating {
    background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/sprite@2x.png);
    background-size: 750px 472px
  }
}
.std p {
  margin: 0 0 1.5em
}
.std ol {
  list-style: decimal outside;
  margin-bottom: 1.5em
}
.std ol li {
  margin-left: 2em
}
.std ul {
  list-style: disc outside;
  margin-bottom: 1.5em
}
.std ul li {
  margin-left: 2em
}
.std .note {
  color: gray;
  font-size: 13px
}
.tabs {
  margin-bottom: 10px;
  background: #fff
}
.toolbar {
  margin-top: 10px;
  margin-bottom: 39px;
  padding: 5px 10px 0 10px
}
.toolbar:after {
  content: "";
  display: table;
  clear: both
}
.pager-no-toolbar {
  margin-bottom: 10px
}
.pager-no-toolbar ~ .pager-no-toolbar {
  margin-top: 10px
}
.pager,
.toolbar {
  font-family: Roboto,Verdana,Arial,sans-serif;
  color: #333632;
  line-height: 30px;
  font-size: 12px
}
.pager-no-toolbar label,
.toolbar label {
  font-size: 16px
}
.sorter {
  float: right;
  margin-bottom: 5px
}
.sorter label {
  float: left;
  margin-right: 13px;
  margin-top: 10px
}
.sorter label:after {
  content: ""
}
.sorter .input-box:before {
  top: 0
}
div.sort-by-direction {
  left: 10px
}
div.sort-by-direction .custom-shiv {
  border: none
}
.sorter > .view-mode {
  float: right
}
.sorter > .view-mode .grid,
.sorter > .view-mode .list {
  float: left;
  width: 30px;
  height: 30px
}
.sorter > .view-mode .grid {
  margin-right: 5px;
  background-position: 8px -492px
}
.sorter > .view-mode a.grid:hover,
.sorter > .view-mode strong.grid {
  background-position: -42px -492px
}
.sorter > .view-mode .list {
  background-position: 11px -517px
}
.sorter > .view-mode a.list:hover,
.sorter > .view-mode strong.list {
  background-position: -39px -517px
}
.pager {
  width: 230px;
  float: left
}
@media only screen and (min-width:1024px) {
  .pager {
    position: absolute;
    overflow: hidden;
    left: 50%;
    float: none
  }
}
.pager > .count-container {
  float: left
}
.pager .amount {
  float: left;
  font-family: Roboto,Verdana,Arial,sans-serif;
  white-space: nowrap;
  margin: 0 15px 0 0
}
.pager .pages {
  float: none
}
.pager .pages ol {
  text-align: center
}
.pager .pages li {
  float: none;
  display: inline-block;
  line-height: 38px
}
.pager .pages li:first-child {
  margin-left: 0
}
.pager .amount,
.pager .limiter,
.pager .pages {
  margin-top: 4px
}
.limiter {
  float: left;
  height: 38px;
  line-height: 38px
}
@media only screen and (max-width:1023px) {
  .limiter {
    display: none
  }
}
.limiter > label {
  padding-right: 13px;
  margin-top: 5px;
  float: left
}
.limiter > label:after {
  content: ""
}
.limiter .custom-shiv {
  border: 0
}
.pages {
  float: right;
  overflow: hidden
}
.pages strong {
  display: none
}
.pages li {
  float: left
}
.pages .current,
.pages a {
  display: inline-block;
  border: 0;
  font-size: 13px;
  text-align: center;
  text-transform: uppercase;
  vertical-align: middle;
  white-space: nowrap;
  width: 34px;
  height: 38px;
  padding: 0;
  color: #333632;
  font-family: Roboto,Verdana,Arial,sans-serif;
  font-weight: 500
}
.pages .current,
.pages .current:hover {
  position: relative;
  color: #333632;
  width: 29px;
  background-color: #f5f7e8;
  cursor: default;
  padding-left: 10px;
  margin-right: 10px
}
.pages .next,
.pages .previous {
  font: 0/0 a;
  text-shadow: none;
  color: transparent;
  background-color: transparent;
  position: relative
}
.pages .next:before {
  position: absolute;
  display: block;
  content: "";
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/sprite.png);
  background-position: -456px -20px!important;
  width: 12px;
  height: 14px;
  margin-top: 10px;
  margin-left: 9px
}
@media only screen and (-webkit-min-device-pixel-ratio:2),
only screen and (min--moz-device-pixel-ratio:2),
only screen and (-o-min-device-pixel-ratio:2/1),
only screen and (min-device-pixel-ratio:2),
only screen and (min-resolution:192dpi),
only screen and (min-resolution:2dppx) {
  .pages .next:before {
    background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/sprite@2x.png);
    background-size: 750px 472px
  }
}
.pages .previous:before {
  position: absolute;
  display: block;
  content: "";
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/sprite.png);
  background-position: -454px -1px!important;
  width: 12px;
  height: 14px;
  margin-top: 10px;
  margin-left: 9px
}
@media only screen and (-webkit-min-device-pixel-ratio:2),
only screen and (min--moz-device-pixel-ratio:2),
only screen and (-o-min-device-pixel-ratio:2/1),
only screen and (min-device-pixel-ratio:2),
only screen and (min-resolution:192dpi),
only screen and (min-resolution:2dppx) {
  .pages .previous:before {
    background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/sprite@2x.png);
    background-size: 750px 472px
  }
}
@media only screen and (max-width:479px) {
  .pager .amount--has-pages {
    display: none
  }
  .pages {
    float: left
  }
  .limiter label {
    display: none
  }
}
@media only screen and (max-width:850px) {
  .pager,
  .sorter {
    width: 100%
  }
  .toolbar {
    padding: 0
  }
  .sorter {
    margin-bottom: 55px
  }
  .sorter label {
    display: none
  }
  .input-box.select-container,
  .sort-by {
    width: 100%
  }
  .sorter > .sort-by {
    height: 42px
  }
}
@media only screen and (max-width:770px) {
  .col1-layout .pager {
    float: left;
    clear: both
  }
  .col1-layout .pager .pages {
    float: left;
    margin-left: 0
  }
  .col1-layout .pager .count-container {
    float: right
  }
  .pager .pages {
    margin-top: 35px
  }
  .pager .pages .current {
    width: 38px;
    height: 48px;
    line-height: 48px;
    font-size: 16px
  }
  .pager .pages .current:before {
    background-position: -217px -8px!important;
    height: 48px
  }
  .pager .pages a {
    font-size: 16px;
    width: 48px;
    height: 48px;
    line-height: 48px
  }
  .pager .pages a.next {
    margin-left: 30px
  }
  .pager .pages a.next:before {
    background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/sprite.png);
    background-position: -721px 0!important;
    width: 29px;
    height: 34px;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    margin: 7px 0 0 9px
  }
}
@media only screen and (max-width:770px) and (-webkit-min-device-pixel-ratio:2),
only screen and (max-width:770px) and (min--moz-device-pixel-ratio:2),
only screen and (max-width:770px) and (-o-min-device-pixel-ratio:2/1),
only screen and (max-width:770px) and (min-device-pixel-ratio:2),
only screen and (max-width:770px) and (min-resolution:192dpi),
only screen and (max-width:770px) and (min-resolution:2dppx) {
  .pager .pages a.next:before {
    background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/sprite@2x.png);
    background-size: 750px 472px
  }
}
@media only screen and (max-width:770px) {
  .pager .pages a.previous {
    margin-right: 30px
  }
  .pager .pages a.previous:before {
    background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/sprite.png);
    background-position: -721px -40px!important;
    width: 29px;
    height: 34px;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    margin: 7px 0 0 9px
  }
}
@media only screen and (max-width:770px) and (-webkit-min-device-pixel-ratio:2),
only screen and (max-width:770px) and (min--moz-device-pixel-ratio:2),
only screen and (max-width:770px) and (-o-min-device-pixel-ratio:2/1),
only screen and (max-width:770px) and (min-device-pixel-ratio:2),
only screen and (max-width:770px) and (min-resolution:192dpi),
only screen and (max-width:770px) and (min-resolution:2dppx) {
  .pager .pages a.previous:before {
    background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/sprite@2x.png);
    background-size: 750px 472px
  }
}
@media only screen and (max-width:770px) {
  .sorter {
    position: relative;
    margin-right: 10px;
    padding-left: 10px
  }
  .sorter label {
    position: absolute;
    display: none;
    z-index: 99;
    width: 100%;
    text-align: center;
    text-transform: uppercase;
    pointer-events: none;
    font-family: Roboto,Verdana,Arial,sans-serif;
    font-weight: 500;
    letter-spacing: 2px;
    line-height: 45px;
    padding: 0 10px 0 24px;
    height: 50px
  }
  .sorter .select-container.small .custom-shiv {
    text-align: center;
    line-height: 45px;
    font-size: 16px;
    font-family: Roboto,Verdana,Arial,sans-serif;
    font-weight: 500;
    padding-top: 7px;
    padding-left: 45px
  }
  .sorter .select-container.small .custom-shiv span:before {
    background-position: -435px -20px!important;
    width: 16px;
    height: 14px;
    top: 21px;
    right: 10px;
    transform: rotate(30deg)
  }
  .sorter > .sort-by {
    height: 58px
  }
}
@media only screen and (max-width:770px) {
  .toolbar-bottom {
    margin-bottom: 91px
  }
  .toolbar-bottom .sorter {
    display: none
  }
}
@media only screen and (max-width:599px) {
  .sorter {
    margin-right: 0;
    padding-left: 0;
    padding-right: 9px
  }
}
@media only screen and (max-width:1279px) {
  .toolbar .view-mode > label {
    display: none
  }
}
#checkout-review-table .summary-collapse,
#shopping-cart-totals-table .summary-collapse,
body.customer-account .data-table .summary-collapse {
  position: relative;
  cursor: pointer
}
#checkout-review-table .summary-collapse:before,
#shopping-cart-totals-table .summary-collapse:before,
body.customer-account .data-table .summary-collapse:before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  display: block;
  border-right: 7px solid transparent;
  border-left: 7px solid transparent;
  border-top: 7px solid #39c;
  border-bottom: none;
  position: static;
  display: inline-block;
  margin-right: 5px
}
#checkout-review-table .summary-collapse:hover:before,
#shopping-cart-totals-table .summary-collapse:hover:before,
body.customer-account .data-table .summary-collapse:hover:before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  display: block;
  border-right: 7px solid transparent;
  border-left: 7px solid transparent;
  border-top: 7px solid #b53515;
  border-bottom: none;
  position: static;
  display: inline-block;
  margin-right: 5px
}
#checkout-review-table .show-details .summary-collapse:before,
#shopping-cart-totals-table .show-details .summary-collapse:before,
body.customer-account .data-table .show-details .summary-collapse:before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  display: block;
  border-right: 7px solid transparent;
  border-left: 7px solid transparent;
  border-bottom: 7px solid #39c;
  border-top: none;
  position: static;
  display: inline-block;
  margin-right: 5px
}
#checkout-review-table .show-details .summary-collapse:hover:before,
#shopping-cart-totals-table .show-details .summary-collapse:hover:before,
body.customer-account .data-table .show-details .summary-collapse:hover:before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  display: block;
  border-right: 7px solid transparent;
  border-left: 7px solid transparent;
  border-bottom: 7px solid #b53515;
  border-top: none;
  position: static;
  display: inline-block;
  margin-right: 5px
}
#shopping-cart-totals-table tfoot td .summary-collapse:before,
#shopping-cart-totals-table tfoot td .summary-collapse:hover:before {
  margin-bottom: 5px
}
.widget .pager {
  float: none;
  width: 100%
}
.a-center {
  text-align: center
}
.a-right,
.align-right {
  text-align: right
}
.no-display {
  display: none!important
}
.nobr,
.nowrap {
  white-space: nowrap
}
.width-full {
  width: 100%
}
.hidden {
  display: none
}
.page-print .print-head {
  margin: 0 0 15px
}
.page-print .print-head .logo {
  float: none;
  max-height: 50px;
  width: auto
}
.cms-index-noroute .main {
  padding: 40px 15px 20px
}
input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 1000px #fff inset
}
.fieldset p {
  margin-bottom: 7px
}
.fieldset p.required {
  margin-bottom: 5px;
  float: right;
  font-size: 12px;
  margin-top: 0
}
.fieldset + .fieldset {
  margin-top: 5px
}
form .legend {
  margin: 0;
  margin-bottom: 10px;
  color: #333632;
  font-family: Rajdhani,Verdana,Arial,sans-serif;
  font-weight: 600;
  font-size: 34px;
  font-style: normal;
  line-height: 43px;
  letter-spacing: -1px;
  text-rendering: optimizeSpeed;
  margin-bottom: 15px;
  padding-bottom: 7px;
  border-bottom: 1px solid #ededed
}
.input-box {
  padding-top: 2px
}
.input-box:after {
  content: "";
  display: table;
  clear: both
}
.input-box .v-fix {
  float: left;
  margin-right: 5px
}
label {
  display: inline-block;
  font-size: 13px;
  font-family: Roboto,Verdana,Arial,sans-serif;
  font-weight: 600;
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-user-select: none;
  -o-user-select: none;
  user-select: none
}
label.required:after,
span.required:after {
  content: " *";
  color: #e7542f;
  font-weight: 400;
  font-family: Roboto,Verdana,Arial,sans-serif;
  font-size: 12px
}
label.required em,
span.required em {
  display: none
}
.input-hint {
  color: gray;
  font-size: 12px
}
select {
  font-size: 14px
}
select + select {
  margin-left: 5px
}
select[multiple] {
  width: 270px;
  border: 1px solid #b4b4b4;
  font-size: 15px;
  padding: 5px
}
textarea {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  max-width: 100%;
  width: 450px;
  padding: 5px
}
.input-box textarea:before {
  content: none
}
.input-text {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 3px solid #b4b4b4;
  background: #fff;
  font-size: 15px
}
.input-text.validation-failed {
  background: #fff1f1;
  border-color: #d44343
}
.input-text.validation-failed:before {
  background-position: -281px -65px!important
}
input[type=email],
input[type=number],
input[type=password],
input[type=search],
input[type=tel],
input[type=text] {
  height: 44px;
  padding: 0 8px;
  width: 100%;
  max-width: 100%;
  line-height: 43px;
  border-radius: 0
}
@media only screen and (max-device-width:568px) and (-webkit-min-device-pixel-ratio:0) {
  input[type=email],
  input[type=number],
  input[type=password],
  input[type=search],
  input[type=tel],
  input[type=text],
  select {
    font-size: 16px
  }
}
.ie8 .input-text {
  max-width: none
}
.ie8 .shipping .input-text {
  max-width: 280px;
  width: 280px
}
.input-box {
  position: relative;
  padding-top: 1px
}
.input-box.swatch-input-box:before {
  display: none
}
.product-options .input-box:before {
  top: 0
}
input::-webkit-input-placeholder {
  color: #a7aa9f
}
input:-moz-placeholder {
  color: #a7aa9f
}
input::-moz-placeholder {
  color: #a7aa9f
}
input:-ms-input-placeholder {
  color: #a7aa9f
}
li.fields .select-container:before {
  top: 0
}
#header-search .input-box:before,
.wide .input-box:before,
li:not(.fields) .input-box:before {
  top: 0
}
.rewardsref-customer-index div.input-box::before {
  right: 0;
  top: 16px
}
.validation-error {
  position: relative;
  padding-top: 0
}
.validation-error:before {
  position: absolute;
  display: block;
  content: "";
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/sprite.png);
  background-position: -281px -65px!important;
  top: 16px;
  right: -10px;
  width: 13px;
  height: 45px;
  margin-top: 0
}
@media only screen and (-webkit-min-device-pixel-ratio:2),
only screen and (min--moz-device-pixel-ratio:2),
only screen and (-o-min-device-pixel-ratio:2/1),
only screen and (min-device-pixel-ratio:2),
only screen and (min-resolution:192dpi),
only screen and (min-resolution:2dppx) {
  .validation-error:before {
    background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/sprite@2x.png);
    background-size: 750px 472px
  }
}
.validation-error .input-text {
  background-color: #fff1f1;
  border: 3px solid #d44343
}
.input-box.select-container:before {
  margin-top: -1px
}
.input-box.validation-error.select-container:before {
  margin-top: 0
}
input[type=number].qty,
input[type=text].qty {
  width: 3em;
  text-align: center;
  vertical-align: middle
}
::-webkit-input-placeholder {
  color: gray
}
input:-moz-placeholder {
  color: gray
}
.checkbox,
.radio {
  position: relative;
  top: -1px;
  display: inline-block
}
.checkbox + label,
.radio + label {
  width: auto;
  max-width: 85%;
  padding: 0 0 0 8px;
  font-size: 14px;
  font-weight: 400;
  vertical-align: top
}
.validation-advice,
p.required {
  margin: 5px 0 0;
  color: #d44343;
  font-size: 13px
}
.form-list > li {
  margin-bottom: 20px
}
.form-list select {
  margin-top: 4px;
  width: 365px;
  max-width: 100%
}
.form-list .input-range .input-text {
  width: 74px
}
.form-list .control,
.form-list .field,
.form-list .wide {
  margin-bottom: 16px
}
#checkout-shipping-method-load .sp-methods dd div.input-box,
#co-shipping-method-form .sp-methods dd div.input-box,
.form-list .control div.input-box,
.product-options ul.options-list div.input-box,
.sp-methods dt div.input-box {
  display: inline;
  float: left
}
#checkout-shipping-method-load .sp-methods dd div.input-box:after,
#co-shipping-method-form .sp-methods dd div.input-box:after,
.form-list .control div.input-box:after,
.product-options ul.options-list div.input-box:after,
.sp-methods dt div.input-box:after {
  display: none
}
#checkout-shipping-method-load .sp-methods dd input.checkbox,
#checkout-shipping-method-load .sp-methods dd input.radio,
#co-shipping-method-form .sp-methods dd input.checkbox,
#co-shipping-method-form .sp-methods dd input.radio,
.form-list .control input.checkbox,
.form-list .control input.radio,
.product-options ul.options-list input.checkbox,
.product-options ul.options-list input.radio,
.sp-methods dt input.checkbox,
.sp-methods dt input.radio {
  float: left;
  margin-right: -40px;
  margin-top: 10px;
  margin-left: 15px
}
#checkout-shipping-method-load .sp-methods dd label,
#co-shipping-method-form .sp-methods dd label,
.form-list .control label,
.product-options ul.options-list label,
.sp-methods dt label {
  display: inline-block;
  width: auto;
  max-width: none;
  min-width: 250px;
  float: none;
  padding: 6px 10px 6px 40px
}
#checkout-shipping-method-load .sp-methods dd .no-display + label,
#co-shipping-method-form .sp-methods dd .no-display + label,
.form-list .control .no-display + label,
.product-options ul.options-list .no-display + label,
.sp-methods dt .no-display + label {
  padding-left: 10px;
  background-color: transparent
}
#checkout-shipping-method-load .sp-methods dd .no-display + label:hover,
#co-shipping-method-form .sp-methods dd .no-display + label:hover,
.form-list .control .no-display + label:hover,
.product-options ul.options-list .no-display + label:hover,
.sp-methods dt .no-display + label:hover {
  background-color: transparent
}
.col2-set .form-list .control label,
.product-options ul.options-list label {
  min-width: inherit;
  width: 250px;
  max-width: 100%
}
.form-list .control.remember-me-box label {
  width: auto;
  max-width: none;
  min-width: inherit
}
.form-list .control {
  margin-top: 10px
}
.form-list .control label {
  float: none
}
.form-list .control .checkbox,
.form-list .control .radio {
  margin-right: 6px
}
.form-list .control .input-box {
  clear: none;
  display: inline-block;
  width: auto;
  padding: 0
}
form .form-instructions {
  font-style: italic;
  font-family: Roboto,Verdana,Arial,sans-serif;
  font-size: 13px;
  color: gray
}
.hide-th {
  text-indent: -9999px
}
.data-table {
  width: 100%
}
.data-table td,
.data-table th {
  padding: 10px;
  vertical-align: top
}
.data-table th {
  background: #333632;
  font-family: Roboto,Verdana,Arial,sans-serif;
  font-weight: 500;
  font-size: 16px;
  color: #fff;
  line-height: 1.4;
  white-space: nowrap;
  text-transform: none
}
.data-table tbody td,
.data-table tfoot td {
  font-family: Roboto,Verdana,Arial,sans-serif;
  font-size: 15px
}
.data-table tfoot tr {
  background: #f4f4f4
}
.data-table tbody td .item-options {
  margin-left: 20px;
  margin-top: 10px
}
.data-table tbody td .item-options dt:after {
  content: ":"
}
.zebra-table th:first-child,
.zebra-table tr:first-child {
  border-top: 1px solid silver
}
.zebra-table td,
.zebra-table th {
  border-bottom: 1px solid silver;
  padding: 6px;
  background-color: transparent
}
.zebra-table tr {
  background-color: #eeeded
}
.zebra-table tr:nth-child(odd) {
  background-color: #f8f7f5
}
@media only screen and (max-width:540px) {
  .linearize-table td,
  .linearize-table th,
  .linearize-table tr {
    display: block
  }
  .linearize-table thead th {
    border-right: 0;
    border-left: 0
  }
  .linearize-table thead th.lin-hide {
    display: none
  }
  .linearize-table thead th:nth-child(1n+2) {
    display: none
  }
  .linearize-table tbody tr {
    position: relative
  }
  .linearize-table tbody td {
    padding: 0 10px 4px;
    border-right: 0;
    border-bottom: 0
  }
  .linearize-table tbody td.lin-hide {
    display: none
  }
  .linearize-table tbody td:first-child {
    padding-top: 10px
  }
  .linearize-table tbody td[data-rwd-label] {
    text-align: left;
    padding-left: 30px
  }
  .linearize-table tbody td[data-rwd-label]:before {
    content: attr(data-rwd-label) ":";
    font-size: 12px;
    font-family: Roboto,Verdana,Arial,sans-serif;
    padding-right: 5px;
    text-transform: uppercase
  }
  .linearize-table tfoot tr {
    display: block;
    text-align: right
  }
  .linearize-table tfoot tr:after {
    content: "";
    display: table;
    clear: both
  }
  .linearize-table tfoot td {
    display: block;
    float: left
  }
  .linearize-table tfoot td.lin-hide {
    display: none
  }
  .linearize-table tfoot td:nth-child(odd) {
    clear: left;
    width: 60%
  }
  .linearize-table tfoot td:nth-child(even) {
    text-align: left;
    width: 40%
  }
  .linearize-table .linearize-hide {
    display: none
  }
  .linearize-table .linearize-unpad {
    padding: 0
  }
  .linearize-table .linearize-show {
    display: block
  }
}
@media only screen and (max-width:599px) {
  .linearize-table-large td,
  .linearize-table-large th,
  .linearize-table-large tr {
    display: block
  }
  .linearize-table-large thead th {
    border-right: 0;
    border-left: 0
  }
  .linearize-table-large thead th.lin-hide {
    display: none
  }
  .linearize-table-large thead th:nth-child(1n+2) {
    display: none
  }
  .linearize-table-large tbody tr {
    position: relative
  }
  .linearize-table-large tbody td {
    padding: 0 10px 4px;
    border-right: 0;
    border-bottom: 0
  }
  .linearize-table-large tbody td.lin-hide {
    display: none
  }
  .linearize-table-large tbody td:first-child {
    padding-top: 10px
  }
  .linearize-table-large tbody td[data-rwd-label] {
    text-align: left;
    padding-left: 30px
  }
  .linearize-table-large tbody td[data-rwd-label]:before {
    content: attr(data-rwd-label) ":";
    font-size: 12px;
    font-family: Roboto,Verdana,Arial,sans-serif;
    padding-right: 5px;
    text-transform: uppercase
  }
  .linearize-table-large tfoot tr {
    display: block;
    text-align: right
  }
  .linearize-table-large tfoot tr:after {
    content: "";
    display: table;
    clear: both
  }
  .linearize-table-large tfoot td {
    display: block;
    float: left
  }
  .linearize-table-large tfoot td.lin-hide {
    display: none
  }
  .linearize-table-large tfoot td:nth-child(odd) {
    clear: left;
    width: 60%
  }
  .linearize-table-large tfoot td:nth-child(even) {
    text-align: left;
    width: 40%
  }
  .linearize-table-large .linearize-hide {
    display: none
  }
  .linearize-table-large .linearize-unpad {
    padding: 0
  }
  .linearize-table-large .linearize-show {
    display: block
  }
}
@media only screen and (min-width:600px) {
  .linearize-table .linearize-collapse {
    display: none
  }
}
body,
html {
  height: 100%
}
.wrapper {
  position: relative;
  overflow: hidden;
  width: 100%;
  min-width: 320px;
  min-height: 100%;
  margin: 0 auto
}
.wrapper.show-nav .page {
  -webkit-transform: translateZ(0) translateX(400px);
  transform: translateZ(0) translateX(400px)
}
@media only screen and (max-width:599px) {
  .wrapper.show-nav .page {
    -webkit-transform: translateZ(0) translateX(252px);
    transform: translateZ(0) translateX(252px)
  }
}
.wrapper.show-cart .page {
  -webkit-transform: translateZ(0) translateX(-85%);
  transform: translateZ(0) translateX(-85%)
}
@media only screen and (max-width:599px) {
  .wrapper.show-cart .page {
    -webkit-transform: translateZ(0) translateX(-85%);
    transform: translateZ(0) translateX(-85%)
  }
}
.wrapper.show-newsletter .header-newsletter {
  max-height: 50em
}
.ie9 .wrapper.show-nav .page {
  -webkit-transform: translateX(400px);
  transform: translateX(400px)
}
@media only screen and (max-width:599px) {
  .ie9 .wrapper.show-nav .page {
    -webkit-transform: translateX(252px);
    transform: translateX(252px)
  }
}
.ie9 .wrapper.show-cart .page {
  -webkit-transform: translateX(-85%);
  transform: translateX(-85%)
}
@media only screen and (max-width:599px) {
  .ie9 .wrapper.show-cart .page {
    -webkit-transform: translateX(-85%);
    transform: translateX(-85%)
  }
}
.wrapper:after {
  content: "";
  display: table;
  clear: both
}
.page {
  width: 100%;
  height: 100%;
  background: #fff!important;
  position: relative;
  -webkit-transition: all 350ms cubic-bezier(.32,1.25,.375,1.15);
  transition: all 350ms cubic-bezier(.32,1.25,.375,1.15);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden
}
.close-btn {
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/sprite.png);
  background-position: -374px -141px!important;
  width: 25px;
  height: 25px;
  border: none;
  text-indent: -9999em
}
@media only screen and (-webkit-min-device-pixel-ratio:2),
only screen and (min--moz-device-pixel-ratio:2),
only screen and (-o-min-device-pixel-ratio:2/1),
only screen and (min-device-pixel-ratio:2),
only screen and (min-resolution:192dpi),
only screen and (min-resolution:2dppx) {
  .close-btn {
    background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/sprite@2x.png);
    background-size: 750px 472px
  }
}
@media only screen and (max-width:599px) {
  .close-btn {
    background-position: -23px -101px!important;
    width: 19px;
    height: 19px
  }
}
.page-header {
  background: #bababa;
  -webkit-transform: translateZ(0)
}
.page-header-container {
  position: relative
}
.logo-header-bar {
  display: flex;
  align-items: center;
  justify-content: center
}
@media only screen and (min-width:771px) {
  .page-header {
    margin: 0 auto
  }
  .page-header-container {
    max-width: 1270px;
    margin: 0 auto;
    height: 100px;
    padding: 0 30px
  }
}
.header-language-container,
.header-reward-container,
.page-header {
  font-family: Roboto,Verdana,Arial,sans-serif
}
#notification-bar {
  text-align: center;
  background-color: #e6f0a3;
  font-size: 16px;
  padding: 5px 20px
}
#notification-bar #restrictions {
  font-size: 10px
}
#notification-bar #threshold-not-met {
  color: red
}
#notification-bar #met-threshold {
  color: green
}
#configurable-header-message {
  text-align: center;
  background-color: #333632;
  color: #cde146;
  padding: 4px 5px;
  font-size: 15px;
  font-family: Arial,Helvetica,sans-serif;
  font-weight: 400;
  position: relative
}
#configurable-header-message div {
  margin: 0 auto
}
#configurable-header-message .close:before {
  color: #e7542f;
  padding-left: 10px;
  font-family: FontAwesome
}
#configurable-header-message .close:hover {
  cursor: pointer
}
.header-language-background .header-language-container,
.header-language-background .header-reward-container,
.header-reward-points .header-language-container,
.header-reward-points .header-reward-container {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto
}
.header-language-background:after,
.header-reward-points:after {
  content: "";
  display: table;
  clear: both
}
.header-language-background .currency-switcher,
.header-language-background .form-language,
.header-language-background .website-switcher,
.header-reward-points .currency-switcher,
.header-reward-points .form-language,
.header-reward-points .website-switcher {
  float: left;
  margin-right: 10px
}
.header-language-background .website-switcher .input-box,
.header-reward-points .website-switcher .input-box {
  display: inline-block
}
.header-language-background .website-switcher .input-box:before,
.header-reward-points .website-switcher .input-box:before {
  display: none
}
.header-language-background .points-special-header-ee,
.header-language-background .welcome-msg,
.header-reward-points .points-special-header-ee,
.header-reward-points .welcome-msg {
  float: right;
  padding-right: 20px
}
.page-header-container .store-language-container {
  float: right;
  max-width: 35%;
  padding: 13px 15px 10px 10px
}
.page-header-container .store-language-container label {
  display: none
}
.page-header-container .store-language-container select {
  max-width: 100%
}
@media only screen and (max-width:479px) {
  .page-header-container .store-language-container {
    padding-top: 8px
  }
  .page-header-container .store-language-container select {
    font-size: 12px
  }
}
.header-language-background,
.header-language-background a,
.header-reward-points,
.header-reward-points a {
  color: #000;
  background-color: #bababa
}
.header-language-background .welcome-msg,
.header-language-background a .welcome-msg,
.header-reward-points .welcome-msg,
.header-reward-points a .welcome-msg {
  color: #000
}
.header-language-background .welcome-msg:only-child,
.header-language-background a .welcome-msg:only-child,
.header-reward-points .welcome-msg:only-child,
.header-reward-points a .welcome-msg:only-child {
  display: none
}
.sticky-header .header-language-background {
  background-color: #8e8e8e!important
}
@media only screen and (max-width:770px) {
  .header-language-background .welcome-msg,
  .header-reward-points .welcome-msg {
    display: none
  }
}
.logo {
  position: relative;
  display: block;
  float: left;
  z-index: 9
}
@media only screen and (max-width:770px) {
  .logo {
    height: 86px;
    min-width: 100px;
    min-height: 44px;
    text-align: center;
    padding: 13px 0 20px
  }
}
@media only screen and (max-width:599px) {
  .logo {
    height: 66px;
    min-width: 68px
  }
}
.logo img {
  max-width: 100%;
  max-height: 100%
}
@media only screen and (min-width:980px) {
  .logo.wbenc-logo {
    display: block;
    margin-top: 10px
  }
}
@media only screen and (min-width:771px) {
  .logo {
    width: 118px;
    height: 67px;
    margin: 0 5px
  }
  .logo.wbenc-logo {
    height: auto
  }
  .wbenc-logo {
    display: none
  }
  .logo-header-bar {
    height: 90px;
    justify-content: start
  }
  .sticky-header .logo {
    height: 41px
  }
  .sticky-header .logo-header-bar {
    height: auto
  }
}
.skip-links {
  clear: both;
  border-top: 1px solid #ededed;
  border-bottom: 1px solid #ededed
}
@media only screen and (min-width:771px) {
  .skip-links {
    border: 0;
    position: absolute;
    right: 30px;
    top: 0;
    width: 345px;
    z-index: 99;
    display: flex;
    flex-wrap: wrap
  }
  .header-contact-container {
    width: 100%;
    color: #000;
    font-size: 13px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 1.08px;
    margin-top: 18px;
    text-align: right
  }
  .header-contact-container p {
    font-size: 13px
  }
  .phone-icon {
    font-size: 16px
  }
  .phone-icon:after {
    font-family: FontAwesome;
    content: "\f095";
    color: #d8f82c;
    margin-top: -7px
  }
  .phone-number {
    text-transform: uppercase
  }
  .phone-number a {
    color: #000
  }
}
@media only screen and (max-width:770px) {
  .header-contact-container {
    display: none
  }
  .skip-links {
    border: none
  }
}
.skip-link {
  position: relative;
  float: left;
  height: 44px;
  color: #333632;
  line-height: 42px;
  text-align: right
}
a.skip-link {
  text-decoration: none
}
@media only screen and (max-width:770px) {
  .skip-link.skip-active {
    color: inherit
  }
  .skip-link.skip-active span {
    color: inherit
  }
}
.skip-link .icon {
  display: inline-block;
  width: 30px;
  height: 30px;
  vertical-align: middle
}
.skip-link.skip-cart:not(.no-count) .icon,
.skip-link.skip-nav .icon {
  margin-right: 10px
}
.skip-link .label {
  display: none
}
@media only screen and (min-width:500px) {
  .skip-link .label {
    display: inline
  }
}
.skip-content {
  display: none
}
.skip-content.skip-active {
  display: block
}
.skip-blog {
  display: none
}
.sticky-header .skip-blog {
  display: none
}
@media only screen and (min-width:980px) {
  .skip-blog {
    display: block
  }
  .skip-blog .label {
    font-family: Roboto,Verdana,Arial,sans-serif;
    font-weight: 500;
    position: relative;
    top: 1px;
    font-size: 13px;
    letter-spacing: 1px;
    color: #000;
    text-transform: uppercase
  }
  .skip-blog .icon:before {
    font-family: FontAwesome;
    content: "\f040";
    color: #d8f82c;
    margin-top: -8px;
    display: block;
    margin-right: 3px
  }
}
body.sticky-header-page {
  padding-top: 160px
}
header {
  position: relative;
  z-index: 9999
}
header.sticky-header {
  position: fixed;
  width: 100%;
  z-index: 999;
  top: -60px;
  transition: top .4s ease
}
.sticky-header.animate {
  top: 0
}
@media only screen and (min-width:599px) and (max-width:770px) {
  header {
    position: relative;
    width: 100%;
    z-index: 999
  }
  header.sticky-header {
    position: fixed;
    top: -152px;
    transition: top .4s ease
  }
  .sticky-header.animate {
    top: 0
  }
}
.close-search-button {
  display: none
}
@media only screen and (min-width:980px) {
  .close-btn.touch-close {
    position: absolute;
    top: 80px;
    right: 40px;
    z-index: 999
  }
}
@media only screen and (min-width:771px) {
  header.sticky-header #header-search,
  header.sticky-header .header-contact-container,
  header.sticky-header .skip-account,
  header.sticky-header .skip-nav {
    display: none
  }
  header.sticky-header .header-minicart {
    display: inline-block;
    position: absolute;
    right: 0;
    top: 6px
  }
  header.sticky-header .skip-link.skip-search {
    display: block;
    position: absolute;
    right: 59px;
    top: 6px
  }
  header.sticky-header .skip-link.skip-search .icon {
    background-position: -400px -68px!important
  }
  header.sticky-header .skip-link.skip-search.skip-active .icon:after {
    content: "\f00d"
  }
  header.sticky-header .logo {
    max-width: 84px;
    min-width: 84px;
    min-height: 41px;
    margin: 8px 0 1px
  }
  header.sticky-header #header-search {
    top: 0;
    width: 100%;
    height: 60px;
    padding: 7px 142px 0 238px;
    z-index: 9
  }
  header.sticky-header #header-search.skip-active {
    display: block;
    padding: 7px 89px 0 161px
  }
  header.sticky-header #header-search .search-button {
    right: 30px
  }
  header.sticky-header #header-search .close-search-button {
    display: block;
    text-indent: -9999px;
    position: absolute;
    top: 0;
    right: -10px;
    width: 40px;
    height: 40px;
    border: 0;
    background: 0 0;
    padding: 14px 0 31px 6px
  }
  header.sticky-header #header-search .close-search-button:before {
    display: block;
    content: "";
    background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/sprite.png);
    background-position: -23px -101px!important;
    width: 19px;
    height: 19px
  }
}
@media only screen and (min-width:771px) and (-webkit-min-device-pixel-ratio:2),
only screen and (min-width:771px) and (min--moz-device-pixel-ratio:2),
only screen and (min-width:771px) and (-o-min-device-pixel-ratio:2/1),
only screen and (min-width:771px) and (min-device-pixel-ratio:2),
only screen and (min-width:771px) and (min-resolution:192dpi),
only screen and (min-width:771px) and (min-resolution:2dppx) {
  header.sticky-header #header-search .close-search-button:before {
    background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/sprite@2x.png);
    background-size: 750px 472px
  }
}
@media only screen and (min-width:771px) {
  header.sticky-header #header-search .close-search-button span {
    position: absolute;
    left: -9999em
  }
}
@media only screen and (min-width:771px) {
  header.sticky-header #search_mini_form .search-button:before {
    background-position: -415px -111px!important
  }
}
@media only screen and (min-width:771px) {
  header.sticky-header .header-nav {
    position: absolute;
    bottom: 0;
    background: 0 0;
    padding-left: 160px;
    padding-right: 150px;
    width: 100%
  }
}
@media only screen and (min-width:771px) and (min-width:980px) {
  header.sticky-header .header-nav {
    padding-left: 245px!important
  }
}
@media only screen and (min-width:771px) {
  header.sticky-header .page-header-container {
    height: 60px;
    max-width: 100%
  }
}
@media only screen and (min-width:771px) {
  header.sticky-header .nav-primary {
    padding: 0
  }
}
@media only screen and (min-width:771px) {
  header.sticky-header .nav-primary li.level0 ul {
    left: -6px;
    width: calc(100% + 11px)
  }
}
@media only screen and (min-width:771px) {
  header.sticky-header .nav-primary li ul li {
    width: 50%
  }
}
@media only screen and (min-width:771px) and (min-width:1100px) {
  header.sticky-header .nav-primary li ul li {
    width: 25%
  }
}
@media only screen and (min-width:771px) and (min-width:900px) {
  header.sticky-header .nav-primary li ul li {
    width: 33%
  }
}
@media only screen and (min-width:771px) {
  header.sticky-header .nav-primary li a.level0 {
    padding: 15px 18px
  }
}
@media only screen and (min-width:771px) {
  header.sticky-header .nav-primary li:hover a.level0 {
    padding: 15px 8px 15px 18px
  }
}
@media only screen and (min-width:1100px) {
  header.sticky-header .nav-primary li a.level0 {
    padding: 15px 5px
  }
  header.sticky-header .nav-primary li:hover a.level0 {
    padding: 15px 5px 15px 5px
  }
}
@media only screen and (min-width:1200px) {
  header.sticky-header .nav-primary li a.level0 {
    padding: 15px 5px
  }
  header.sticky-header .nav-primary li:hover a.level0 {
    padding: 15px 5px 15px 5px
  }
}
.skip-nav {
  position: absolute;
  top: 26px;
  left: 20px;
  width: 44px;
  text-align: left;
  border: none
}
@media only screen and (max-width:599px) {
  .skip-nav {
    top: 12px
  }
}
.skip-nav:not(.skip-active):hover {
  text-decoration: none
}
.skip-nav:not(.skip-active):hover .icon {
  background-position: -46px 4px
}
.skip-nav .label {
  display: inline
}
.skip-nav .icon {
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/sprite.png);
  background-position: -327px -142px!important;
  width: 38px;
  height: 33px
}
@media only screen and (-webkit-min-device-pixel-ratio:2),
only screen and (min--moz-device-pixel-ratio:2),
only screen and (-o-min-device-pixel-ratio:2/1),
only screen and (min-device-pixel-ratio:2),
only screen and (min-resolution:192dpi),
only screen and (min-resolution:2dppx) {
  .skip-nav .icon {
    background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/sprite@2x.png);
    background-size: 750px 472px
  }
}
@media only screen and (max-width:599px) {
  .skip-nav .icon {
    background-position: -327px -180px!important;
    width: 26px;
    height: 23px
  }
}
@media only screen and (max-width:770px) {
  .show-nav .page {
    border-left: 6px solid #333632
  }
  #header-nav {
    display: block;
    padding: 123px 0 20px;
    width: 400px;
    height: 100%;
    position: absolute;
    top: 0;
    z-index: 9;
    left: -406px
  }
  #header-nav .close-btn {
    position: absolute;
    right: 30px;
    top: 34px;
    z-index: 9
  }
}
@media only screen and (max-width:599px) {
  #header-nav {
    width: 252px;
    left: -258px
  }
  #header-nav .close-btn {
    top: 24px;
    right: 20px
  }
}
@media only screen and (min-width:771px) {
  .skip-nav {
    display: none
  }
}
@media only screen and (max-width:770px) {
  #header-nav {
    padding: 5px 0
  }
}
.header-nav {
  background-repeat: repeat-x;
  height: 60px
}
@media only screen and (min-width:771px) {
  .header-nav {
    background-color: #333632
  }
  #header-nav {
    display: block;
    background: #333632
  }
  .sticky-header #header-nav {
    background-color: #8e8e8e
  }
}
@media only screen and (min-width:771px) {
  .nav-primary {
    display: block
  }
}
.nav-primary a {
  text-decoration: none;
  position: relative;
  display: block;
  color: #333632;
  line-height: 30px;
  font-family: Raleway,"Helvetica Neue",Verdana,Arial,sans-serif;
  font-weight: 700
}
.nav-primary li {
  position: relative
}
@media only screen and (min-width:770px) {
  body.website-default .nav-primary li.level0.first > a:after,
  body.website-waste-management .nav-primary li.level0.first > a:after {
    font-family: FontAwesome;
    content: "\f06c";
    margin-left: 5px;
    color: #319e1b
  }
}
.nav-primary .menu-active > ul.level0,
.nav-primary li.level0 li.sub-menu-active > ul {
  display: block
}
.nav-primary li.level0 > a {
  text-transform: uppercase
}
@media only screen and (max-width:770px) {
  .nav-primary {
    padding-top: 46px
  }
  .nav-primary a,
  .nav-primary a.level0 {
    line-height: 35px;
    font-size: 14px;
    letter-spacing: 1.75px;
    padding: 11px 0 12px 60px
  }
  .nav-primary li.level0 ul {
    display: none;
    background: #595d56;
    padding: 20px 0
  }
  .nav-primary li.level0 li {
    padding: 0 0 0 25px
  }
  .nav-primary li.level1 a {
    padding: 5px 15px 0 60px;
    color: #fff;
    text-transform: uppercase
  }
  .nav-primary li.parent > a:after {
    background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/sprite.png);
    background-position: -25px -21px!important;
    display: inline-block;
    content: "";
    width: 13px;
    height: 10px;
    top: 50%;
    right: 35px;
    position: absolute;
    margin-top: -8px;
    transition: all .2s ease;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg)
  }
}
@media only screen and (max-width:770px) and (-webkit-min-device-pixel-ratio:2),
only screen and (max-width:770px) and (min--moz-device-pixel-ratio:2),
only screen and (max-width:770px) and (-o-min-device-pixel-ratio:2/1),
only screen and (max-width:770px) and (min-device-pixel-ratio:2),
only screen and (max-width:770px) and (min-resolution:192dpi),
only screen and (max-width:770px) and (min-resolution:2dppx) {
  .nav-primary li.parent > a:after {
    background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/sprite@2x.png);
    background-size: 750px 472px
  }
}
@media only screen and (max-width:770px) {
  .nav-primary li.parent.menu-active > a:after,
  .nav-primary li.parent.sub-menu-active > a:after {
    -webkit-transform: rotate(0);
    transform: rotate(0)
  }
}
@media only screen and (max-width:599px) {
  .nav-primary {
    padding-top: 68px
  }
  .nav-primary a,
  .nav-primary a.level0 {
    padding: 11px 40px 12px 20px
  }
  .nav-primary li.parent > a:after {
    right: 23px
  }
  .nav-primary li.level1 a {
    padding: 5px 15px 0 0
  }
}
@media only screen and (min-width:771px) {
  .nav-primary {
    position: relative;
    text-align: justify;
    max-width: 1200px;
    padding: 0 20px;
    margin: 0 auto
  }
  .nav-primary:after {
    content: "";
    display: inline-block;
    width: 100%
  }
  .nav-primary > li {
    display: inline-block;
    position: static
  }
  .nav-primary > li > a {
    display: block;
    color: #fff;
    font-family: Raleway,"Helvetica Neue",Verdana,Arial,sans-serif
  }
  .nav-primary a.level0 {
    padding: 15px 10px;
    color: #d8f82c;
    font-size: 12px;
    letter-spacing: 1.5px
  }
  .nav-primary a.level0,
  .nav-primary li.level0 {
    display: inline-block
  }
  .nav-primary a.level0.showStickyItem,
  .nav-primary li.level0.showStickyItem {
    display: inline-block
  }
  .nav-primary a.level0.hideStickyItem,
  .nav-primary li.level0.hideStickyItem {
    display: none
  }
  .nav-primary li:last-child > a {
    border-bottom: none
  }
  .nav-primary li.level1 {
    border: 0;
    font-family: Raleway,"Helvetica Neue",Verdana,Arial,sans-serif;
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 1.2px;
    float: left;
    width: 25%
  }
  .nav-primary li.level1 > a {
    border: none;
    padding: 8px 10px 8px 40px;
    text-align: left
  }
  .nav-primary li.level1.hover,
  .nav-primary li.level1:hover {
    background: #d8f82c
  }
  .nav-primary li.level1.large-item:hover:before {
    height: 76px;
    background-size: 290px 308px
  }
  .nav-primary ul.level1 li.level2 {
    border: 0;
    font-family: Raleway,"Helvetica Neue",Verdana,Arial,sans-serif;
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 1.2px;
    float: left;
    clear: both;
    width: initial
  }
  .nav-primary ul.level1 li.level2 > a {
    border: none;
    padding: 8px 10px 8px 40px;
    text-align: left
  }
  .nav-primary ul.level1 li.level2:hover {
    background: #e7542f
  }
  .nav-primary ul.level1 li.level2:hover > a {
    color: #fff
  }
  .nav-primary ul.level1 li.level2.large-item:hover:before {
    height: 76px;
    background-size: 290px 308px
  }
  .nav-primary .menu-active,
  .nav-primary li.level0:hover {
    z-index: 200
  }
  .nav-primary li.level0 ul {
    overflow: auto;
    max-height: 50vh;
    background: #fff;
    border: 6px solid #333632;
    border-top: 0;
    position: absolute;
    left: 14px;
    top: 60px;
    z-index: 20;
    width: 100%;
    width: calc(100% - 28px);
    padding: 46px 20px;
    display: none
  }
  .nav-primary li.level0 ul.level1 {
    border: 6px solid #333632
  }
  .nav-primary li.level1 ul {
    left: 60px;
    top: 15px
  }
  .nav-primary li.level0 ul.level0.position-test {
    display: block
  }
  .nav-primary li.level0 ul.level0.spill {
    right: 0;
    left: auto
  }
  .nav-primary li.level0 ul.level0.spill li.level1 ul {
    left: auto;
    right: 50px;
    top: 20px
  }
  .nav-primary li.level0 li.parent > a {
    position: relative
  }
  .nav-primary li.level0 li.parent > a:after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    display: block;
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
    border-left: 4px solid #ccc;
    border-right: none;
    right: 5px;
    top: 50%;
    margin-top: -3px
  }
  .no-touch .nav-primary li:hover > ul {
    display: block
  }
  .no-touch .nav-primary > li:hover > a,
  .touch .nav-primary > li.menu-active > a {
    background: #d8f82c;
    color: #333632
  }
  .touch .nav-primary > li.menu-active > a {
    padding: 15px 5px 15px 5px
  }
}
@media only screen and (min-width:1000px) {
  .nav-primary a.level0 {
    padding: 15px
  }
}
.skip-search .icon {
  font-size: 21px
}
.skip-search .icon:after {
  font-family: FontAwesome;
  color: #d8f82c;
  content: "\f002";
  display: block;
  margin-top: -4px
}
@media only screen and (min-width:771px) {
  .skip-search {
    display: none
  }
}
#header-search {
  padding: 20px
}
@media only screen and (min-width:771px) {
  #header-search {
    display: block;
    position: absolute;
    top: 26px;
    left: 0;
    width: 100%;
    height: 50px;
    padding: 0 336px 0 198px
  }
}
@media only screen and (min-width:980px) {
  #header-search {
    padding: 0 386px 0 335px
  }
}
@media only screen and (max-width:770px) {
  #header-search {
    display: block;
    padding: 0 30px 20px 20px
  }
  #header-search .input-box {
    float: none
  }
  #header-search .search-button {
    right: auto
  }
  #header-search #search {
    padding: 0 49px
  }
  .skip-link.skip-search {
    display: none
  }
}
#search_mini_form .input-box {
  position: relative;
  padding-top: 0;
  width: 100%
}
#search_mini_form .input-box:before {
  position: absolute;
  content: "";
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/sprite.png);
  background-position: 0 -226px!important;
  height: 46px;
  width: 10px;
  right: -10px
}
@media only screen and (-webkit-min-device-pixel-ratio:2),
only screen and (min--moz-device-pixel-ratio:2),
only screen and (-o-min-device-pixel-ratio:2/1),
only screen and (min-device-pixel-ratio:2),
only screen and (min-resolution:192dpi),
only screen and (min-resolution:2dppx) {
  #search_mini_form .input-box:before {
    background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/sprite@2x.png);
    background-size: 750px 472px
  }
}
#search_mini_form label {
  display: none
}
#search {
  width: 100%;
  height: 46px;
  padding: 0 20px;
  padding-right: 40px;
  font-family: Roboto,Verdana,Arial,sans-serif;
  border: none
}
#search:-moz-placeholder {
  color: #333632
}
#search::-moz-placeholder {
  color: #333632
}
#search:-ms-input-placeholder {
  color: #333632
}
#search::-webkit-input-placeholder {
  color: #333632
}
#search.validation-failed {
  background: #fff
}
#search_mini_form .search-button {
  text-indent: -9999px;
  position: absolute;
  top: 0;
  right: 0;
  width: 40px;
  height: 40px;
  border: 0;
  background: 0 0;
  padding: 26px 0
}
#search_mini_form .search-button:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 30px;
  height: 30px;
  margin-top: -13px;
  margin-left: -13px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/sprite.png);
  background-position: -415px -111px!important;
  height: 20px;
  width: 24px
}
@media only screen and (-webkit-min-device-pixel-ratio:2),
only screen and (min--moz-device-pixel-ratio:2),
only screen and (-o-min-device-pixel-ratio:2/1),
only screen and (min-device-pixel-ratio:2),
only screen and (min-resolution:192dpi),
only screen and (min-resolution:2dppx) {
  #search_mini_form .search-button:before {
    background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/sprite@2x.png);
    background-size: 750px 472px
  }
}
#search_mini_form .search-button:active:before {
  margin-top: -13px;
  margin-left: -13px
}
.skip-account {
  z-index: 99;
  flex: 1
}
.skip-account .icon {
  font-size: 22px
}
.skip-account .icon:after {
  font-family: FontAwesome;
  content: "\f007";
  color: #d8f82c;
  margin-top: -8px;
  margin-right: 3px;
  display: block
}
.skip-account .label {
  font-family: Roboto,Verdana,Arial,sans-serif;
  font-weight: 500;
  position: relative;
  top: 1px;
  font-size: 13px;
  letter-spacing: 1px;
  color: #000
}
@media only screen and (max-width:770px) {
  .skip-account {
    position: absolute;
    top: 26px;
    right: 139px
  }
  .skip-account .label {
    display: none
  }
}
@media only screen and (max-width:599px) {
  .skip-account {
    top: 13px;
    right: auto;
    left: -237px
  }
  .skip-account .label {
    display: inline-block;
    color: #333632;
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 1.75px;
    top: 1px
  }
}
@media only screen and (min-width:600px) {
  .skip-account {
    text-transform: uppercase
  }
  #header-account.skip-active {
    background: #fff;
    border: 6px solid #333632;
    border-top: 0;
    display: block;
    position: absolute;
    z-index: 200;
    top: 99px;
    right: 162px;
    width: 262px
  }
  #header-account.skip-active:before {
    position: absolute;
    content: "";
    background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/sprite.png);
    background-position: -19px -226px!important;
    width: 271px;
    height: 29px;
    top: -29px;
    left: -7px
  }
}
@media only screen and (min-width:600px) and (-webkit-min-device-pixel-ratio:2),
only screen and (min-width:600px) and (min--moz-device-pixel-ratio:2),
only screen and (min-width:600px) and (-o-min-device-pixel-ratio:2/1),
only screen and (min-width:600px) and (min-device-pixel-ratio:2),
only screen and (min-width:600px) and (min-resolution:192dpi),
only screen and (min-width:600px) and (min-resolution:2dppx) {
  #header-account.skip-active:before {
    background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/sprite@2x.png);
    background-size: 750px 472px
  }
}
@media only screen and (min-width:600px) {
  #header-account a {
    display: block;
    padding: 8px 10px 8px 40px;
    color: #333632;
    line-height: 2
  }
}
@media only screen and (min-width:600px) {
  #header-account a:hover {
    color: #319e1b
  }
}
@media only screen and (min-width:771px) {
  #header-account.skip-active {
    top: 113px;
    right: 215px
  }
}
@media only screen and (max-width:599px) {
  #header-account.skip-active {
    position: absolute;
    left: -258px;
    top: 70px;
    background: #fff;
    width: 252px;
    min-height: 400px;
    z-index: 99
  }
  #header-account.skip-active ul {
    padding: 0
  }
  #header-account.skip-active a {
    line-height: 35px;
    font-size: 14px;
    letter-spacing: 1.75px;
    font-family: Roboto,Verdana,Arial,sans-serif;
    color: #333632;
    padding: 11px 0 12px 20px
  }
  #header-account.skip-active li:hover {
    background: 0 0
  }
  #header-account.skip-active li:hover:before {
    display: none
  }
  #header-account.skip-active li:hover a {
    color: #333632
  }
}
#header-account {
  padding: 5px 0
}
#header-account ul {
  padding: 3px 30px 19px 20px
}
#header-account li {
  position: relative
}
#header-account li:hover {
  background: #d8f82c
}
#header-account li:hover a {
  color: #333632
}
@media only screen and (min-width:600px) {
  #header-account li:hover a:before {
    position: absolute;
    display: block;
    font-family: FontAwesome;
    content: "\f0da";
    top: 8px;
    left: 19px
  }
}
@-moz-document url-prefix() {
  #header-account li:hover a::before {
    background-position: -23px -34px!important
  }
}
#header-account a {
  position: relative;
  display: block;
  padding: 8px 10px 8px 40px;
  font-family: Roboto,Verdana,Arial,sans-serif;
  font-weight: 500;
  line-height: 30px;
  text-align: left;
  font-size: 13px;
  letter-spacing: 1.2px;
  text-transform: uppercase
}
#header-account a:hover {
  text-decoration: none
}
.skip-cart {
  position: absolute;
  top: 42px;
  right: 0;
  border: none
}
@media only screen and (max-width:770px) {
  .skip-cart {
    top: 21px;
    right: 25px
  }
}
@media only screen and (max-width:599px) {
  .skip-cart {
    top: 12px;
    right: 24px
  }
}
.skip-cart .icon {
  font-size: 22px;
  margin-right: 12px
}
.skip-cart .icon:after {
  font-family: FontAwesome;
  content: "\f07a";
  color: #d8f82c;
  margin-top: -8px;
  display: block
}
.skip-cart .label {
  font-family: Roboto,Verdana,Arial,sans-serif;
  font-weight: 500;
  margin-right: 2px
}
@media only screen and (max-width:770px) {
  .skip-cart .label {
    display: none
  }
}
.skip-cart .count {
  font-family: Roboto,Verdana,Arial,sans-serif;
  font-weight: 500;
  position: relative;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  margin-left: 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg)
}
.skip-cart .count > span {
  position: absolute;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  left: 8px
}
.skip-cart .count.double-digits > span {
  left: 4px
}
.skip-cart.no-count .count {
  background: #d8f82c
}
@media only screen and (max-width:770px) {
  .show-cart .page {
    border-right: 6px solid #333632
  }
  #header-cart {
    display: block;
    padding: 20px;
    width: 85%;
    height: 100%;
    position: absolute;
    top: 0;
    z-index: 9999;
    right: calc(-85% - 6px)
  }
  #header-cart .close-btn {
    position: absolute;
    right: 30px;
    top: 34px;
    z-index: 9
  }
}
@media only screen and (max-width:599px) {
  #header-cart {
    width: 85%
  }
  #header-cart .close-btn {
    top: 24px;
    right: 20px
  }
}
@media only screen and (min-width:600px) {
  .skip-cart {
    width: auto;
    padding: 0 10px
  }
  #header-cart.skip-active {
    display: block;
    position: absolute;
    z-index: 200;
    top: 102px;
    right: 20px;
    width: 332px;
    height: auto;
    background: #fff;
    border: 6px solid #333632;
    border-top: 0;
    padding: 5px 20px 20px
  }
  #header-cart.skip-active:before {
    position: absolute;
    content: "";
    background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/sprite.png);
    background-position: -19px -266px!important;
    width: 333px;
    height: 32px;
    top: -32px;
    left: -7px
  }
}
@media only screen and (min-width:600px) and (-webkit-min-device-pixel-ratio:2),
only screen and (min-width:600px) and (min--moz-device-pixel-ratio:2),
only screen and (min-width:600px) and (-o-min-device-pixel-ratio:2/1),
only screen and (min-width:600px) and (min-device-pixel-ratio:2),
only screen and (min-width:600px) and (min-resolution:192dpi),
only screen and (min-width:600px) and (min-resolution:2dppx) {
  #header-cart.skip-active:before {
    background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/sprite@2x.png);
    background-size: 750px 472px
  }
}
@media only screen and (min-width:771px) {
  .skip-cart {
    position: initial;
    top: initial;
    right: initial
  }
  #header-cart.skip-active {
    top: 116px;
    right: -7px
  }
  header.sticky-header #header-cart.skip-active {
    top: 70px;
    right: -14px
  }
}
@media only screen and (max-width:599px) {
  .header-minicart .block.block-cart {
    display: block;
    position: absolute;
    background: #fff;
    width: 100%;
    z-index: 99;
    right: -100%;
    -webkit-transition: all 250ms ease-in-out;
    transition: all 250ms ease-in-out
  }
  .header-minicart .block.block-cart.skip-active {
    right: 0
  }
}
.skip-cart .count {
  display: inline-block;
  top: 4px;
  position: relative;
  z-index: 5;
  width: 22px;
  height: 22px;
  background: #d8f82c;
  color: #333632;
  font-size: 11px;
  line-height: 22px;
  text-align: center;
  font-family: Roboto,Verdana,Arial,sans-serif;
  font-weight: 500
}
@media only screen and (max-width:770px) {
  .skip-cart .count {
    width: 28px;
    height: 28px;
    font-size: 16px;
    top: 11px
  }
  .skip-cart .count > span {
    top: 4px;
    left: 10px
  }
}
@media only screen and (max-width:599px) {
  .skip-cart .count {
    width: 21px;
    height: 21px;
    top: 7px
  }
  .skip-cart .count > span {
    top: 1px;
    left: 7px
  }
}
@media only screen and (min-width:771px) {
  .skip-cart {
    color: #000;
    letter-spacing: 2px;
    font-size: 16px;
    text-transform: uppercase;
    margin-top: 2px
  }
  .skip-cart:hover {
    text-decoration: none;
    color: #000
  }
  .skip-cart .icon {
    margin-right: 0
  }
  header.sticky-header .skip-cart {
    position: relative;
    top: 0;
    right: 0;
    padding: 0
  }
  header.sticky-header .count,
  header.sticky-header .label {
    display: none
  }
}
.skip-cart .count.empty {
  display: none
}
.cart-menu .empty {
  padding: 20px;
  text-align: center
}
.cart-menu .actions {
  overflow: hidden;
  padding: 15px
}
.cart-menu .actions .button {
  float: left;
  width: 48%
}
.cart-menu .actions .button + .button {
  margin-left: 4%
}
.cart-menu .subtotal {
  padding: 0 15px 15px;
  font-family: Roboto,Verdana,Arial,sans-serif;
  font-size: 24px;
  line-height: 1.2
}
.mini-cart-list {
  margin-bottom: 5px
}
.mini-cart-list li {
  position: relative;
  min-height: 90px;
  padding: 15px 15px 15px 90px;
  border-top: 1px solid #ccc;
  font-size: 13px;
  line-height: 1.35
}
.mini-cart-list .product-name {
  display: inline-block
}
.mini-cart-list .product-image {
  position: absolute;
  left: 15px;
  top: 15px
}
.mini-cart-list .product-image img {
  width: 60px;
  height: 60px
}
.mini-cart-list .has-options {
  margin-bottom: 0;
  color: gray;
  font-size: 12px
}
.cart-menu .last-added {
  padding: 10px 15px 15px;
  border-top: 1px solid #ccc;
  font-size: 13px
}
.footer,
.footer button {
  font-family: Roboto,Verdana,Arial,sans-serif
}
.footer-tagline {
  background: #333632;
  margin: 0 auto;
  max-width: 100%
}
.footer-tagline p {
  padding-top: 20px;
  padding-bottom: 10px;
  color: #d3d3d3;
  text-align: center
}
@media only screen and (max-width:770px) {
  .footer-tagline {
    background: 0 0;
    padding: 0 20px
  }
  .footer-tagline p {
    color: #a9a9a9
  }
}
.footer-container {
  background: #333632;
  margin: 0 auto;
  max-width: 100%;
  padding: 0 0 80px
}
.footer {
  clear: both;
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 31px
}
@media only screen and (max-width:479px) {
  .footer {
    padding-top: 15px
  }
}
.footer h6 {
  font-family: Roboto,Verdana,Arial,sans-serif;
  font-weight: 500;
  font-size: 26px;
  color: #fff;
  text-transform: none;
  margin-bottom: 20px
}
.footer .trustpilot-widget {
  margin-top: 4px;
  display: inline-block
}
.footer .links {
  display: block;
  float: left;
  width: 30%;
  padding: 0 30px 0 0;
  margin-bottom: 30px;
  margin-top: 33px
}
.footer .links:first-child {
  width: 40%
}
.footer .links ul {
  margin-top: -9px
}
.footer .links li {
  word-break: break-all;
  line-height: 2.4;
  padding: 4px 0;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 1.5px
}
.footer .links a {
  color: #fff
}
.footer .links a:hover {
  text-decoration: none
}
.footer .links .phone-number a {
  color: #d8f82c
}
.footer .fax-number,
.footer .phone-number {
  font-family: Roboto,Verdana,Arial,sans-serif;
  font-size: 15px;
  color: #fff;
  text-transform: uppercase;
  display: inline-block;
  margin-bottom: 0;
  letter-spacing: .5px
}
.footer li.company-hours {
  font-family: Roboto,Verdana,Arial,sans-serif;
  font-size: 15px;
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 0;
  letter-spacing: .5px
}
.footer .divider {
  position: relative;
  display: inline-block;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/sprite.png);
  background-position: -24px -58px!important;
  width: 16px;
  height: 10px;
  margin: 0 4px 0 8px
}
@media only screen and (-webkit-min-device-pixel-ratio:2),
only screen and (min--moz-device-pixel-ratio:2),
only screen and (-o-min-device-pixel-ratio:2/1),
only screen and (min-device-pixel-ratio:2),
only screen and (min-resolution:192dpi),
only screen and (min-resolution:2dppx) {
  .footer .divider {
    background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/sprite@2x.png);
    background-size: 750px 472px
  }
}
.footer .contact-us,
.footer .faq {
  font-family: Roboto,Verdana,Arial,sans-serif;
  font-size: 11px;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  line-height: 3.3;
  display: block
}
.footer .contact-us a,
.footer .faq a {
  color: #fff
}
.footer .contact-us a:hover,
.footer .faq a:hover {
  text-decoration: none
}
.footer .connect-with-us button {
  position: relative;
  background: #595d56;
  font-family: Roboto,Verdana,Arial,sans-serif;
  font-size: 12px;
  color: #fff;
  text-transform: uppercase;
  margin-top: 7px;
  height: 38px
}
.footer .connect-with-us button:active,
.footer .connect-with-us button:focus {
  background: #595d56
}
.footer .connect-with-us button:before {
  position: absolute;
  display: block;
  content: "";
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/sprite.png);
  background-position: -426px -234px!important;
  top: 0;
  right: -10px;
  width: 11px;
  height: 38px
}
@media only screen and (-webkit-min-device-pixel-ratio:2),
only screen and (min--moz-device-pixel-ratio:2),
only screen and (-o-min-device-pixel-ratio:2/1),
only screen and (min-device-pixel-ratio:2),
only screen and (min-resolution:192dpi),
only screen and (min-resolution:2dppx) {
  .footer .connect-with-us button:before {
    background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/sprite@2x.png);
    background-size: 750px 472px
  }
}
.footer .connect-with-us button:hover {
  background: #595d56
}
.footer .connect-with-us button a {
  color: #fff
}
.footer .connect-with-us button a:hover {
  background: #595d56;
  text-decoration: none
}
.footer .connect-with-us button span:before {
  position: absolute;
  display: block;
  content: "";
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/sprite.png);
  background-position: -371px -7px!important;
  top: 12px;
  left: 14px;
  width: 18px;
  height: 14px
}
@media only screen and (-webkit-min-device-pixel-ratio:2),
only screen and (min--moz-device-pixel-ratio:2),
only screen and (-o-min-device-pixel-ratio:2/1),
only screen and (min-device-pixel-ratio:2),
only screen and (min-resolution:192dpi),
only screen and (min-resolution:2dppx) {
  .footer .connect-with-us button span:before {
    background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/sprite@2x.png);
    background-size: 750px 472px
  }
}
.footer .connect-with-us button span span {
  padding-left: 24px
}
.footer .block-subscribe,
.footer .links {
  text-transform: uppercase;
  font-size: 12px
}
.footer .form-subscribe-header {
  display: none
}
.footer .ssl {
  position: absolute;
  background-position: -149px -64px!important;
  width: 88px;
  height: 39px;
  float: right;
  right: 56px;
  top: 270px
}
.footer .social-icons {
  position: absolute;
  top: 365px
}
.footer .social-icons a {
  font-size: 39px;
  color: #e6e6e6;
  padding-left: 18px
}
.footer .social-icons a:hover {
  text-decoration: none
}
.footer .social-icons .facebook:before {
  font-family: FontAwesome;
  content: "\f082"
}
.footer .social-icons .youtube:before {
  font-family: FontAwesome;
  content: "\f166"
}
.footer .social-icons .twitter:before {
  font-family: FontAwesome;
  content: "\f081"
}
.footer .social-icons .instagram:before {
  font-family: FontAwesome;
  content: "\f16d"
}
.footer .links.social-media em {
  background-image: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/social_icons.png);
  background-repeat: no-repeat;
  width: 13px;
  vertical-align: middle;
  display: inline-block;
  margin-right: 7px
}
@media (-webkit-min-device-pixel-ratio:2),
(min--moz-device-pixel-ratio:2),
(-o-min-device-pixel-ratio:4 / 2),
(min-device-pixel-ratio:2),
(min-resolution:192dpi),
(min-resolution:2dppx) {
  .footer .links.social-media em {
    background-image: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/social_icons@2x.png);
    background-size: 50px 125px
  }
}
.footer .links.social-media em.facebook {
  background-position: 0 0;
  height: 13px
}
.footer .links.social-media a:hover em.facebook {
  background-position: -25px 0
}
.footer .links.social-media em.twitter {
  background-position: 0 -24px;
  height: 13px
}
.footer .links.social-media a:hover em.twitter {
  background-position: -25px -24px
}
.footer .links.social-media em.youtube {
  background-position: 0 -49px;
  height: 13px
}
.footer .links.social-media a:hover em.youtube {
  background-position: -25px -49px
}
.footer .links.social-media em.pinterest {
  background-position: 0 -74px;
  height: 15px
}
.footer .links.social-media a:hover em.pinterest {
  background-position: -25px -74px
}
.footer .links.social-media em.rss {
  background-position: 0 -99px;
  height: 13px
}
.footer .links.social-media a:hover em.rss {
  background-position: -25px -99px
}
.footer .block-subscribe .input-box {
  float: left;
  width: 100%;
  padding-top: 0
}
.footer .block-subscribe .input-box:before {
  top: -1px
}
.footer .block-subscribe .input-text {
  width: 100%
}
.footer .block-subscribe .block-content {
  padding-top: 7px
}
.footer .block-subscribe .block-content:after {
  content: "";
  display: table;
  clear: both
}
.footer .block-subscribe .actions {
  padding-top: 10px;
  float: right;
  width: 100%;
  margin: 0
}
.footer .block-subscribe .actions .button {
  height: 46px;
  line-height: 17px;
  float: left;
  background-color: #7a7a7a;
  color: #d8f82c;
  width: 100%
}
.footer .block-subscribe .actions .button:hover {
  background-color: #949494
}
.footer .bugs,
.footer address {
  clear: both
}
.footer .bugs {
  display: none
}
.footer .currency-switcher,
.footer .form-language,
.footer .store-switcher {
  clear: both;
  margin-bottom: 10px
}
.footer .currency-switcher,
.footer .form-language {
  display: none
}
.footer address {
  border-top: 1px solid #ccc;
  text-align: center;
  width: 100%;
  font-size: 11px;
  margin-top: 30px;
  padding: 30px 0;
  display: none
}
@media only screen and (max-width:1199px) {
  .footer .links {
    width: 26%;
    padding-right: 0;
    margin-right: 2.0833333333%
  }
  .footer .links:nth-child(4) {
    margin-right: 0
  }
  .footer .block-subscribe {
    width: 90%;
    clear: both;
    float: none;
    margin: 10px auto 30px auto
  }
}
@media only screen and (max-width:770px) {
  .footer {
    margin: 0;
    padding: 0
  }
  .footer .currency-switcher,
  .footer .form-language {
    display: block
  }
  .footer .trustpilot-widget {
    display: none
  }
  .footer .links {
    display: block;
    width: 100%;
    text-align: center;
    margin-bottom: 0;
    margin-top: 0;
    float: none
  }
  .footer .links:first-child {
    width: 100%
  }
  .footer .links ul {
    background: #fff;
    max-height: 0;
    overflow: hidden;
    transition: all .3s ease-in-out
  }
  .footer .links ul li {
    font-size: 15px;
    letter-spacing: 2px;
    line-height: 2.2;
    color: #333632
  }
  .footer .links ul li a {
    font-size: 14px;
    color: #333632
  }
  .footer .links ul li .phone-number a {
    color: #319e1b
  }
  .footer .links ul li:first-child {
    padding-top: 21px
  }
  .footer .links ul li:last-child {
    padding-bottom: 21px
  }
  .footer .links ul li.connect-with-us {
    margin-bottom: 24px
  }
  .footer .links h6 {
    cursor: pointer;
    background: #e7542f;
    line-height: 3.6;
    font-size: 16px;
    margin-bottom: 0
  }
  .footer .links h6:after,
  .footer .links h6:before {
    position: absolute;
    content: "";
    background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/sprite.png);
    background-position: -400px -20px!important;
    width: 16px;
    height: 14px;
    left: 39px;
    margin-top: 18px;
    transition: transform .3s ease-out
  }
}
@media only screen and (max-width:770px) and (-webkit-min-device-pixel-ratio:2),
only screen and (max-width:770px) and (min--moz-device-pixel-ratio:2),
only screen and (max-width:770px) and (-o-min-device-pixel-ratio:2/1),
only screen and (max-width:770px) and (min-device-pixel-ratio:2),
only screen and (max-width:770px) and (min-resolution:192dpi),
only screen and (max-width:770px) and (min-resolution:2dppx) {
  .footer .links h6:after,
  .footer .links h6:before {
    background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/sprite@2x.png);
    background-size: 750px 472px
  }
}
@media only screen and (max-width:770px) {
  .footer .links h6:after {
    right: 39px;
    left: auto
  }
}
@media only screen and (max-width:770px) {
  .footer .links.open-links {
    background: #fff;
    color: #333632
  }
  .footer .links.open-links li {
    background: #fff
  }
  .footer .links.open-links h6 {
    background: #fff;
    color: #333632
  }
  .footer .links.open-links h6:before {
    background-position: -401px -5px!important;
    transform: rotate(120deg)
  }
  .footer .links.open-links h6:after {
    background-position: -401px -5px!important;
    transform: rotate(120deg)
  }
  .footer .links.open-links .trustpilot-widget {
    display: block;
    background-color: grey;
    padding: 15px 10px 0 23px
  }
  .footer .links.open-links .trustpilot-widget iframe {
    margin: 0 auto
  }
  .footer .links.open-links ul {
    max-height: 50em
  }
}
@media only screen and (max-width:770px) {
  .footer .fax-number,
  .footer .phone-number {
    margin-bottom: 9px;
    color: #333632
  }
}
@media only screen and (max-width:770px) {
  .footer .ssl {
    position: relative;
    display: block;
    margin: 86px auto 150px;
    float: none;
    top: 0;
    right: 0
  }
}
@media only screen and (max-width:770px) {
  .footer .social-icons {
    position: static;
    padding-top: 15px;
    text-align: center
  }
}
.footer-b2b-container {
  width: 100%;
  background: #bababa
}
.footer-b2b-container .wrapper {
  max-width: 1024px;
  margin: 0 auto;
  display: flex;
  justify-content: center
}
.footer-b2b-container .b2b-item {
  width: 33%;
  float: left;
  padding: 60px 20px 74px 20px;
  text-align: center
}
.footer-b2b-container .b2b-item .diamond-shape {
  background: #d8f82c;
  text-align: center;
  height: 70px;
  width: 70px;
  transform: rotate(45deg);
  margin: auto
}
.footer-b2b-container .b2b-item .diamond-shape > span {
  transform: rotate(-45deg);
  display: table-cell;
  padding-top: 12px;
  padding-left: 10px
}
.footer-b2b-container .b2b-item .diamond-shape > span:before {
  font-family: FontAwesome;
  content: "\f0d1";
  font-size: 38px
}
.footer-b2b-container .b2b-item h3 {
  letter-spacing: -1.5px;
  margin-bottom: 1px;
  padding-top: 33px
}
.footer-b2b-container .b2b-item p {
  padding: 0 20px;
  line-height: 22px;
  margin-bottom: 20px;
  min-height: 70px
}
.footer-b2b-container .b2b-item .button {
  width: 80%
}
.footer-b2b-container .b2b-item.mini-reviews .diamond-shape > span {
  padding-left: 17px;
  padding-top: 14px
}
.footer-b2b-container .b2b-item.mini-reviews .diamond-shape > span:before {
  content: "\f044"
}
.footer-b2b-container .b2b-item.logo-request .diamond-shape > span {
  padding-left: 13px
}
.footer-b2b-container .b2b-item.logo-request .diamond-shape > span:before {
  content: "\f27a"
}
@media only screen and (max-width:1023px) {
  .footer-b2b-container .b2b-item h3 {
    font-size: 22px
  }
  .footer-b2b-container .b2b-item p {
    font-size: 14px
  }
  .footer-b2b-container .b2b-item .button {
    padding: 16px 0 13px 10px;
    font-size: 12px
  }
}
@media only screen and (max-width:770px) {
  .footer-b2b-container .b2b-item.logo-request,
  .footer-b2b-container .b2b-item.mini-reviews,
  .footer-b2b-container .b2b-item.quick-order {
    display: none
  }
}
@media only screen and (max-width:599px) {
  .footer-b2b-container .b2b-item.logo-request,
  .footer-b2b-container .b2b-item.mini-reviews,
  .footer-b2b-container .b2b-item.quick-order {
    display: none
  }
}
.footer-b2b-container #mini-reviews-slider {
  background: 0 0;
  padding-top: 33px;
  border-color: transparent
}
.footer-b2b-container #mini-reviews-slider .slides > li {
  font-size: 14px
}
.category-title h1,
body.catalogsearch-result-index .page-title h1 {
  border-bottom: none
}
.category-title {
  display: none;
  text-align: center;
  margin-bottom: 0
}
.category-view,
.sweettooth-social-buttons.sweettooth-default-theme {
  padding: 5px 30px
}
.category-view p,
.sweettooth-social-buttons.sweettooth-default-theme p {
  font-size: 12px
}
.category-view h1,
.sweettooth-social-buttons.sweettooth-default-theme h1 {
  font-size: 40px;
  margin-bottom: 0
}
@media only screen and (max-width:1239px) {
  .category-view,
  .sweettooth-social-buttons.sweettooth-default-theme {
    padding: 49px 60px
  }
}
@media only screen and (max-width:770px) {
  .category-view,
  .sweettooth-social-buttons.sweettooth-default-theme {
    padding: 28px 20px
  }
}
.empty-category-page {
  padding-left: 70px
}
.catalog-category-view .col3-layout .col-right {
  display: none
}
.catalog-category-view .col3-layout .col-wrapper {
  width: 100%
}
.catalog-category-view .col3-layout .col-main {
  padding-left: 50px
}
h2.product-name,
h3.product-name,
h4.product-name,
h5.product-name,
p.product-name {
  margin: 0 0 .5em;
  color: #333632;
  font-size: 13px;
  font-style: normal;
  line-height: 1.4;
  text-rendering: optimizeLegibility;
  font-family: Roboto,Verdana,Arial,sans-serif;
  font-weight: 500
}
h2.product-name a,
h3.product-name a,
h4.product-name a,
h5.product-name a,
p.product-name a {
  color: #333632
}
h2.product-name a:hover,
h3.product-name a:hover,
h4.product-name a:hover,
h5.product-name a:hover,
p.product-name a:hover {
  color: #319e1b;
  text-decoration: none
}
.products-grid .product-name,
.products-list .product-name {
  min-height: 86px;
  padding: 8px;
  text-align: center;
  margin-bottom: 0;
  font-size: 18px;
  font-family: Roboto,Verdana,Arial,sans-serif;
  padding-right: 0;
  padding-top: 16px;
  padding-right: 8px
}
.products-grid .product-name a,
.products-list .product-name a {
  letter-spacing: 0;
  font-weight: 700
}
h2.product-sku,
h3.product-sku,
h4.product-sku,
h5.product-sku,
p.product-sku {
  margin: 0 0 .5em;
  color: #333632;
  font-size: 12px;
  font-family: Roboto,Verdana,Arial,sans-serif;
  font-weight: 500;
  font-style: normal;
  line-height: 1.4;
  text-rendering: optimizeLegibility;
  min-height: 16px
}
h2.product-sku a,
h3.product-sku a,
h4.product-sku a,
h5.product-sku a,
p.product-sku a {
  font-weight: 400;
  color: #333632
}
h2.product-sku a:hover,
h3.product-sku a:hover,
h4.product-sku a:hover,
h5.product-sku a:hover,
p.product-sku a:hover {
  color: #319e1b;
  text-decoration: none
}
.item .product-header-info .size-range {
  text-align: right
}
h2.size-range,
h3.size-range,
h4.size-range,
h5.size-range,
p.size-range {
  text-align: right;
  margin: 0 0 .5em;
  color: #333632;
  font-size: 12px;
  font-family: Roboto,Verdana,Arial,sans-serif;
  font-weight: 400;
  font-style: normal;
  line-height: 1.4;
  text-rendering: optimizeLegibility;
  min-height: 16px
}
h2.size-range a,
h3.size-range a,
h4.size-range a,
h5.size-range a,
p.size-range a {
  font-weight: 400;
  color: #333632
}
h2.size-range a:hover,
h3.size-range a:hover,
h4.size-range a:hover,
h5.size-range a:hover,
p.size-range a:hover {
  color: #319e1b;
  text-decoration: none
}
.products-grid .product-sku,
.products-list .product-sku {
  text-transform: uppercase;
  margin-bottom: -2px;
  font-size: 12px;
  font-family: Roboto,Verdana,Arial,sans-serif;
  padding-right: 0;
  float: left;
  padding-left: 20px
}
.products-grid .product-sku a,
.products-list .product-sku a {
  font-weight: 400;
  letter-spacing: 0
}
.products-grid .product-sku a:hover,
.products-list .product-sku a:hover {
  color: #319e1b;
  text-decoration: none
}
.products-grid .size-range,
.products-list .size-range {
  float: right;
  text-transform: uppercase;
  margin-bottom: -2px;
  font-size: 12px;
  font-family: Roboto,Verdana,Arial,sans-serif;
  padding-right: 20px;
  padding-left: 0
}
.products-grid .size-range a,
.products-list .size-range a {
  font-weight: 400;
  letter-spacing: 0
}
.products-grid .size-range a:hover,
.products-list .size-range a:hover {
  color: #319e1b;
  text-decoration: none
}
.products-grid .additional-colors,
.products-list .additional-colors {
  text-transform: uppercase;
  font-size: 12px;
  font-family: Roboto,Verdana,Arial,sans-serif
}
.products-grid .additional-colors a,
.products-list .additional-colors a {
  font-weight: 400;
  letter-spacing: 0;
  color: #333632
}
.products-grid .additional-colors a:hover,
.products-list .additional-colors a:hover {
  color: #319e1b;
  text-decoration: none
}
.products-grid {
  position: relative
}
.products-grid:after {
  content: "";
  display: table;
  clear: both
}
.products-grid > li {
  position: relative;
  text-align: center
}
.products-grid > li:hover {
  -webkit-box-shadow: 0 0 10px rgba(0,0,0,.5);
  -moz-box-shadow: 0 0 10px rgba(0,0,0,.5);
  box-shadow: 0 0 10px rgba(0,0,0,.5)
}
.products-grid > li:after {
  content: "";
  display: table;
  clear: both
}
.products-grid .product-image {
  width: 100%;
  margin-bottom: 15px
}
.products-grid .product-image img {
  width: 100%;
  height: auto
}
.products-grid .product-image img:hidden {
  display: none
}
.products-grid .product-info {
  position: relative;
  padding-bottom: 18px
}
.products-grid .actions {
  padding-top: 10px;
  position: relative;
  bottom: 0;
  width: 100%;
  display: table;
  table-layout: fixed;
  border-spacing: 5px 0
}
.products-grid .ratings .rating-box {
  margin: 0 auto
}
.products-grid .ratings .amount {
  display: none
}
.products-grid .price-box {
  color: gray;
  font-size: 13px;
  margin: 0 5px 11px;
  text-align: right;
  min-height: 42px;
  margin-top: 16px;
  margin-bottom: 0
}
.products-grid .size-range-title {
  margin-bottom: 14px
}
.products-grid .add-to-links {
  margin-bottom: 0
}
#numberOfReviews {
  display: none
}
.products-grid > li {
  float: none;
  width: 100%;
  margin-right: 0
}
.products-grid > li:nth-child(odd) {
  clear: left
}
.products-grid > li:nth-child(even) {
  margin-right: 0
}
.products-grid .product-image {
  margin-bottom: 5px;
  padding: 0 20px
}
.products-grid .product-image:after,
.products-grid .product-image:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: none
}
.products-grid .product-image:before {
  background-color: #fff;
  opacity: .8;
  z-index: 2
}
.products-grid .product-image:after {
  background-image: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/opc-ajax-loader.gif);
  background-repeat: no-repeat;
  background-position: center;
  z-index: 3
}
.products-grid .product-image.loading {
  position: relative
}
.products-grid .product-image.loading:after,
.products-grid .product-image.loading:before {
  display: block
}
@media only screen and (min-width:600px) {
  .products-grid > li {
    float: left;
    width: 47.7272727273%;
    margin-right: 4.5454545455%
  }
  .products-grid > li:nth-child(odd) {
    clear: left
  }
  .products-grid > li:nth-child(even) {
    margin-right: 0
  }
  .products-grid .product-image {
    margin-bottom: 5px;
    padding: 0 20px
  }
  .products-grid .product-image:after,
  .products-grid .product-image:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: none
  }
  .products-grid .product-image:before {
    background-color: #fff;
    opacity: .8;
    z-index: 2
  }
  .products-grid .product-image:after {
    background-image: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/opc-ajax-loader.gif);
    background-repeat: no-repeat;
    background-position: center;
    z-index: 3
  }
  .products-grid .product-image.loading {
    position: relative
  }
  .products-grid .product-image.loading:after,
  .products-grid .product-image.loading:before {
    display: block
  }
}
@media only screen and (min-width:1200px) {
  .products-grid > li:nth-child(odd) {
    clear: none
  }
  .products-grid > li:nth-child(even) {
    margin-right: .9259259259%
  }
  .products-grid > li {
    width: 32.7160493827%;
    margin-right: .9259259259%
  }
  .products-grid > li:nth-child(3n+1) {
    clear: left
  }
  .products-grid > li:nth-child(3n) {
    margin-right: 0
  }
}
@media only screen and (min-width:960px) {
  .products-grid--max-3-col > li:nth-child(odd) {
    clear: none
  }
  .products-grid--max-3-col > li:nth-child(3n+1) {
    clear: none
  }
  .products-grid--max-3-col > li:nth-child(3n),
  .products-grid--max-3-col > li:nth-child(even) {
    margin-right: .5555555556%
  }
  .products-grid--max-3-col > li {
    margin-right: .5555555556%
  }
  .products-grid--max-3-col > li {
    width: 32.962962963%;
    margin-right: .5555555556%
  }
  .products-grid--max-3-col > li:nth-child(3n+1) {
    clear: left
  }
  .products-grid--max-3-col > li:nth-child(3n) {
    margin-right: 0
  }
}
.products-list {
  margin-top: 20px;
  margin-bottom: 20px
}
.products-list > li {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #ededed
}
.products-list > li:after {
  content: "";
  display: table;
  clear: both
}
.products-list > li .product-image {
  float: left;
  width: 33.3333333333%
}
.products-list > li .product-image img {
  width: 100%;
  max-width: 100%
}
.products-list > li:last-child {
  padding-bottom: 0;
  border-bottom: none
}
.products-list .product-shop {
  float: right;
  width: 66.6666666667%;
  padding-left: 20px
}
.products-list .product-shop .product-name {
  margin-bottom: 0
}
.products-list .product-shop .ratings {
  margin: 0
}
.products-list .product-shop .ratings .rating-box,
.products-list .product-shop .ratings .rating-links {
  float: left;
  margin-right: 7px
}
.products-list .product-shop .ratings .rating-links {
  margin-top: 4px
}
.products-list .product-shop .price-box {
  margin-top: 0
}
.products-list .product-shop .price-box .price {
  font-size: 18px
}
.products-list .product-shop .action {
  margin: 7px 0
}
.products-list .product-shop .desc {
  margin-top: 7px
}
.products-list .product-shop .desc,
.products-list .product-shop .product-primary {
  float: left;
  width: 75%;
  overflow: hidden
}
.products-list .product-shop .product-secondary {
  float: right;
  width: 25%;
  text-align: right;
  clear: right
}
@media only screen and (min-width:480px) {
  .products-list .product-name a {
    font-size: 18px
  }
}
@media only screen and (max-width:1279px) {
  .products-list .product-shop .desc,
  .products-list .product-shop .product-primary {
    float: left;
    width: 60%;
    padding-right: 20px
  }
  .products-list .product-shop .product-secondary {
    float: right;
    width: 40%
  }
}
@media only screen and (max-width:600px) {
  .products-list .product-shop .price-box .special-price {
    padding-left: 0
  }
  .products-list .product-shop .desc,
  .products-list .product-shop .product-primary,
  .products-list .product-shop .product-secondary {
    float: none;
    width: 100%;
    padding-right: 0;
    text-align: left
  }
}
.mini-products-list .product-image {
  float: left;
  min-width: 50px
}
.mini-products-list .product-details {
  margin-left: 60px
}
.mini-products-list .product-details .product-name {
  padding-top: 10px
}
.mini-products-list li {
  margin-bottom: 10px;
  clear: both
}
.mini-products-list li:after {
  content: "";
  display: table;
  clear: both
}
.mini-products-images-list:after {
  content: "";
  display: table;
  clear: both
}
.mini-products-images-list li.item {
  float: left;
  width: 50%;
  margin: 0;
  padding: 0 5px 10px 0
}
.mini-products-images-list li.item:nth-child(even) {
  padding-right: 0;
  padding-left: 5px
}
.mini-products-images-list li.item .product-image {
  display: block
}
.mini-products-images-list li.item .product-image img {
  width: 100%;
  max-width: 100%
}
.category-image {
  display: none
}
.category-image img {
  width: 100%;
  max-width: 100%
}
.category-image img:hidden {
  display: none
}
.catalogsearch-result-index .main,
.category-header-container {
  max-width: 1240px;
  margin: 0 auto
}
.catalogsearch-result-index .main .breadcrumbs,
.category-header-container .breadcrumbs {
  padding: 0 0 0 68px;
  display: block
}
@media only screen and (max-width:770px) {
  .catalogsearch-result-index .main .breadcrumbs,
  .category-header-container .breadcrumbs {
    padding: 0 0 0 25px
  }
  .catalogsearch-result-index .main .breadcrumbs li,
  .category-header-container .breadcrumbs li {
    display: none
  }
  .catalogsearch-result-index .main .breadcrumbs li[class^=category],
  .category-header-container .breadcrumbs li[class^=category] {
    display: block;
    line-height: 19px;
    font-family: Roboto,Verdana,Arial,sans-serif;
    font-weight: 500
  }
  .catalogsearch-result-index .main .breadcrumbs li[class^=category] span,
  .catalogsearch-result-index .main .breadcrumbs li[class^=category] strong,
  .category-header-container .breadcrumbs li[class^=category] span,
  .category-header-container .breadcrumbs li[class^=category] strong {
    display: none
  }
  .catalogsearch-result-index .main .breadcrumbs li[class^=category] a:before,
  .category-header-container .breadcrumbs li[class^=category] a:before {
    content: "";
    display: block;
    background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/sprite.png);
    background-position: -435px -4px!important;
    width: 10px;
    height: 13px;
    display: inline-block;
    position: relative;
    top: 2px;
    margin-right: 10px
  }
}
@media only screen and (max-width:770px) and (-webkit-min-device-pixel-ratio:2),
only screen and (max-width:770px) and (min--moz-device-pixel-ratio:2),
only screen and (max-width:770px) and (-o-min-device-pixel-ratio:2/1),
only screen and (max-width:770px) and (min-device-pixel-ratio:2),
only screen and (max-width:770px) and (min-resolution:192dpi),
only screen and (max-width:770px) and (min-resolution:2dppx) {
  .catalogsearch-result-index .main .breadcrumbs li[class^=category] a:before,
  .category-header-container .breadcrumbs li[class^=category] a:before {
    background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/sprite@2x.png);
    background-size: 750px 472px
  }
}
.block-layered-nav .block-subtitle--filter {
  display: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-user-select: none;
  -o-user-select: none;
  user-select: none;
  margin-bottom: 0;
  padding: 7px 10px 7px 24px;
  position: relative;
  font-family: Roboto,Verdana,Arial,sans-serif;
  font-weight: 500;
  letter-spacing: 2px;
  text-transform: uppercase;
  text-align: center;
  font-size: 16px;
  line-height: 43px;
  cursor: pointer
}
.block-layered-nav .block-subtitle--filter:after,
.block-layered-nav .block-subtitle--filter:before {
  position: absolute;
  display: block;
  content: "";
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/sprite.png);
  background-position: -435px -20px!important;
  width: 16px;
  height: 14px;
  left: 40px;
  top: 50%;
  margin-top: -9px;
  transition: all .5s cubic-bezier(.32,1.25,.375,1.15)
}
@media only screen and (-webkit-min-device-pixel-ratio:2),
only screen and (min--moz-device-pixel-ratio:2),
only screen and (-o-min-device-pixel-ratio:2/1),
only screen and (min-device-pixel-ratio:2),
only screen and (min-resolution:192dpi),
only screen and (min-resolution:2dppx) {
  .block-layered-nav .block-subtitle--filter:after,
  .block-layered-nav .block-subtitle--filter:before {
    background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/sprite@2x.png);
    background-size: 750px 472px
  }
}
.block-layered-nav .block-subtitle--filter:after {
  left: auto;
  right: 40px
}
.block-layered-nav .block-content .toggle-tabs {
  display: none
}
.block-layered-nav .block-content > dl > dt {
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-user-select: none;
  -o-user-select: none;
  user-select: none;
  margin-bottom: 0;
  padding: 7px 10px 7px 24px;
  position: relative;
  font-family: Roboto,Verdana,Arial,sans-serif;
  font-weight: 500;
  letter-spacing: 2px;
  text-transform: uppercase;
  text-align: center;
  font-size: 16px;
  line-height: 43px;
  display: block
}
.block-layered-nav .block-content > dl > dt:after,
.block-layered-nav .block-content > dl > dt:before {
  position: absolute;
  display: block;
  content: "";
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/sprite.png);
  background-position: -435px -20px!important;
  width: 16px;
  height: 14px;
  left: 40px;
  top: 50%;
  margin-top: -9px;
  transition: all .5s cubic-bezier(.32,1.25,.375,1.15)
}
@media only screen and (-webkit-min-device-pixel-ratio:2),
only screen and (min--moz-device-pixel-ratio:2),
only screen and (-o-min-device-pixel-ratio:2/1),
only screen and (min-device-pixel-ratio:2),
only screen and (min-resolution:192dpi),
only screen and (min-resolution:2dppx) {
  .block-layered-nav .block-content > dl > dt:after,
  .block-layered-nav .block-content > dl > dt:before {
    background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/sprite@2x.png);
    background-size: 750px 472px
  }
}
.block-layered-nav .block-content > dl > dt:after {
  left: auto;
  right: 40px
}
.block-layered-nav .block-content > dl > dd {
  padding: 10px;
  margin: 0;
  border-width: 0 1px;
  border-style: solid;
  border-color: #ccc
}
.block-layered-nav .block-content > dl > dd:last-child {
  border-width: 0 1px 1px 1px
}
.block-layered-nav dl dd {
  margin-bottom: 10px;
  margin-top: 10px
}
.block-layered-nav dl dd ol > li > a,
.block-layered-nav dl dd ol > li > span {
  padding: 7px 0;
  display: block;
  font-size: 15px;
  letter-spacing: 1.22px
}
.block-layered-nav dl dd ol > li > a.swatch-filter,
.block-layered-nav dl dd ol > li > span.swatch-filter {
  display: inline-block
}
.block-layered-nav dl dd ol > li > a .count {
  display: none
}
.block-layered-nav dl dd ol > li > a:first-child:before {
  font-family: FontAwesome;
  content: "\f10c";
  padding-right: 5px;
  font-size: 12px;
  bottom: 1px;
  left: 1px;
  position: relative
}
.block-layered-nav dl dd ol > li > a.swatch-link:before {
  content: none
}
@media only screen and (min-width:771px) {
  .block-layered-nav .block-content > dl > dt {
    padding-left: 15px;
    padding-top: 11px;
    text-align: left
  }
  .block-layered-nav .block-content > dl > dt:after,
  .block-layered-nav .block-content > dl > dt:before {
    display: none
  }
}
@media only screen and (max-width:770px) {
  .sidebar .block-content.toggle-content {
    padding: 0
  }
  .sidebar .block.block-layered-nav {
    border-bottom: none
  }
  .block-layered-nav--no-filters .block-title {
    display: none
  }
  .block-layered-nav .block-content {
    padding-top: 0;
    margin-top: 3px
  }
  .block-layered-nav .block-content > dl > dt {
    cursor: pointer;
    border-bottom-width: 0
  }
  .block-layered-nav .block-content > dl > dt.last {
    border-bottom-width: 1px
  }
  .block-layered-nav .block-content > dl > dd {
    display: none
  }
  .block-layered-nav .block-content.accordion-open > dl > dt.current {
    border-bottom-width: 1px;
    background: #f5f7e8
  }
  .block-layered-nav .block-content.accordion-open > dl > dd.current {
    display: block;
    background: #f5f7e8;
    padding: 20px 0 40px
  }
  .block-layered-nav .block-content.accordion-open > dl > dd.current .tab-content {
    max-width: 530px;
    margin: 0 auto;
    text-align: center;
    padding: 0 20px
  }
}
@media only screen and (max-width:770px) and (max-width:530px) {
  .block-layered-nav .block-content.accordion-open > dl > dd.current .tab-content .ratings-table {
    width: 175px;
    margin: 0 auto;
    text-align: center
  }
}
@media only screen and (max-width:770px) {
  .block-layered-nav .block-subtitle--filter {
    background-color: #333632;
    border: 0;
    margin-bottom: 0;
    display: block;
    color: #fff;
    height: 58px;
    text-transform: uppercase;
    font-size: 16px;
    text-align: center;
    line-height: 44px;
    letter-spacing: 2px;
    margin-right: 10px
  }
  .block-layered-nav .block-subtitle--filter:before {
    display: block;
    content: "";
    background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/sprite.png);
    background-position: -598px -234px!important;
    width: 11px;
    height: 58px;
    position: absolute;
    right: -10px;
    left: auto;
    top: 9px
  }
}
@media only screen and (max-width:770px) and (-webkit-min-device-pixel-ratio:2),
only screen and (max-width:770px) and (min--moz-device-pixel-ratio:2),
only screen and (max-width:770px) and (-o-min-device-pixel-ratio:2/1),
only screen and (max-width:770px) and (min-device-pixel-ratio:2),
only screen and (max-width:770px) and (min-resolution:192dpi),
only screen and (max-width:770px) and (min-resolution:2dppx) {
  .block-layered-nav .block-subtitle--filter:before {
    background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/sprite@2x.png);
    background-size: 750px 472px
  }
}
@media only screen and (max-width:770px) {
  .block-layered-nav .block-subtitle--filter:after {
    border: none;
    background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/sprite.png);
    background-position: -400px -20px!important;
    width: 16px;
    height: 14px;
    right: 10px;
    top: 28px;
    left: auto;
    -webkit-transform: rotate(150deg);
    transform: rotate(150deg)
  }
}
@media only screen and (max-width:770px) and (-webkit-min-device-pixel-ratio:2),
only screen and (max-width:770px) and (min--moz-device-pixel-ratio:2),
only screen and (max-width:770px) and (-o-min-device-pixel-ratio:2/1),
only screen and (max-width:770px) and (min-device-pixel-ratio:2),
only screen and (max-width:770px) and (min-resolution:192dpi),
only screen and (max-width:770px) and (min-resolution:2dppx) {
  .block-layered-nav .block-subtitle--filter:after {
    background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/sprite@2x.png);
    background-size: 750px 472px
  }
}
@media only screen and (max-width:770px) {
  .block-layered-nav .block-subtitle--filter:hover {
    background-color: #333632;
    color: #fff
  }
}
@media only screen and (max-width:770px) {
  .block-layered-nav .block-subtitle--filter.active:after {
    right: 10px;
    top: 50%
  }
}
@media only screen and (max-width:770px) {
  #narrow-by-list,
  #narrow-by-list2 {
    padding: 10px;
    border: none;
    border-top: 0;
    background-color: #333632
  }
}
@media only screen and (max-width:770px) {
  .block-layered-nav dl ol > li > a,
  .block-layered-nav dl ol > li > span {
    padding: 7px;
    margin: 5px
  }
}
@media only screen and (max-width:770px) {
  .block-layered-nav dl ol > li > a {
    color: #333632;
    background-color: #f4f4f4;
    padding: 5px 10px
  }
  .block-layered-nav dl ol > li > a:hover {
    text-decoration: none;
    background: shade(#f4f4f4,5%)
  }
}
@media only screen and (max-width:599px) {
  .block-layered-nav .block-subtitle--filter {
    margin-right: 9px
  }
  .block-layered-nav .block-subtitle--filter.active:after {
    right: 20px
  }
}
.accordion-open #narrow-by-list dt.current:before {
  content: "\f078"
}
#narrow-by-list {
  border: none;
  padding: 14px
}
@media only screen and (min-width:771px) {
  #narrow-by-list dt.inactive {
    border-bottom: 1px solid #ddd!important
  }
  #narrow-by-list dt.inactive:before {
    content: "\f078"!important
  }
  #narrow-by-list dt {
    border-bottom: none
  }
  #narrow-by-list dt:before {
    content: "\f077"!important
  }
}
#narrow-by-list dt {
  border: none;
  font-size: 24px;
  text-transform: none;
  font-family: Rajdhani,Verdana,Arial,sans-serif;
  position: relative
}
#narrow-by-list dt:before {
  position: absolute;
  content: "\f077";
  display: block;
  top: 20px;
  font-family: FontAwesome;
  font-size: 14px;
  background: 0 0
}
#narrow-by-list dt:before {
  right: 0;
  left: unset
}
#narrow-by-list dd {
  padding: 0 0 25px 0;
  border-left: 0;
  border-right: 0;
  border-top: 0
}
@media only screen and (min-width:771px) {
  #narrow-by-list dd {
    border-bottom: 1px solid #ddd
  }
}
#narrow-by-list dd a {
  text-decoration: none;
  color: #333632;
  font-weight: 400
}
#narrow-by-list dd a .price {
  font-weight: 400!important
}
#narrow-by-list ol {
  transition: max-height .3s ease-in-out;
  max-height: 55em
}
#narrow-by-list ol li {
  margin-bottom: 0
}
#narrow-by-list .collapse-block {
  overflow: hidden;
  max-height: 210px
}
#narrow-by-list .collapse-block.active {
  max-height: 55em
}
#narrow-by-list .btn-grey {
  color: #333632;
  background-color: transparent;
  font-weight: 700;
  text-align: left;
  font-size: 14px;
  text-decoration: underline;
  margin-top: 15px;
  line-height: inherit
}
@media only screen and (max-width:770px) {
  #narrow-by-list .btn-grey {
    display: none
  }
}
@media only screen and (min-width:771px) {
  .catalog-category-view .col-left.sidebar.col-left-first,
  .catalogsearch-result-index .col-left.sidebar.col-left-first {
    min-height: 100%
  }
  .category-image,
  .category-name {
    display: block
  }
}
.block-content.toggle-content {
  padding: 0 30px
}
.block-layered-nav .currently {
  background: #4f534c;
  padding: 20px 20px 0
}
.block-layered-nav .currently .block-subtitle {
  display: block;
  margin: 0;
  margin-bottom: 10px;
  color: #333632;
  font-family: Rajdhani,Verdana,Arial,sans-serif;
  font-weight: 600;
  font-size: 26px;
  font-style: normal;
  line-height: 32px;
  text-rendering: optimizeSpeed;
  color: #fff;
  margin-bottom: 19px
}
.block-layered-nav .currently ol li {
  margin-top: 16px;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  font-size: 11px;
  padding-right: 15px;
  position: relative
}
.block-layered-nav .currently ol li:first-child {
  margin-top: 0
}
.block-layered-nav .currently ol li:after {
  content: "";
  display: table;
  clear: both
}
.block-layered-nav .currently ol li .btn-remove {
  position: absolute;
  right: 0;
  top: 0
}
.block-layered-nav .actions {
  position: relative;
  font-size: 12px;
  letter-spacing: 1.5px;
  text-align: right;
  padding: 20px;
  margin-top: 0;
  margin-bottom: 7px;
  background: #4f534c
}
@media only screen and (max-width:770px) {
  .block-layered-nav .actions:before {
    content: "";
    display: block;
    background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/sprite.png);
    background-position: -371px -26px!important;
    width: 10px;
    height: 11px;
    position: absolute;
    right: 0;
    bottom: 0
  }
}
@media only screen and (max-width:770px) and (-webkit-min-device-pixel-ratio:2),
only screen and (max-width:770px) and (min--moz-device-pixel-ratio:2),
only screen and (max-width:770px) and (-o-min-device-pixel-ratio:2/1),
only screen and (max-width:770px) and (min-device-pixel-ratio:2),
only screen and (max-width:770px) and (min-resolution:192dpi),
only screen and (max-width:770px) and (min-resolution:2dppx) {
  .block-layered-nav .actions:before {
    background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/sprite@2x.png);
    background-size: 750px 472px
  }
}
@media only screen and (max-width:599px) {
  .block-layered-nav .actions {
    margin-bottom: 0
  }
  .block-layered-nav .actions:before {
    display: none
  }
}
.block-layered-nav .actions a {
  font-family: Roboto,Verdana,Arial,sans-serif;
  font-weight: 500;
  position: relative;
  color: #fff;
  text-transform: uppercase
}
.block-layered-nav .actions a:before {
  position: absolute;
  display: block;
  content: "";
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/sprite.png);
  background-position: -28px -39px!important;
  width: 9px;
  height: 11px;
  top: 2px;
  left: 84px
}
@media only screen and (-webkit-min-device-pixel-ratio:2),
only screen and (min--moz-device-pixel-ratio:2),
only screen and (-o-min-device-pixel-ratio:2/1),
only screen and (min-device-pixel-ratio:2),
only screen and (min-resolution:192dpi),
only screen and (min-resolution:2dppx) {
  .block-layered-nav .actions a:before {
    background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/sprite@2x.png);
    background-size: 750px 472px
  }
}
.block-layered-nav .actions a:hover {
  text-decoration: none
}
.event-container {
  clear: both;
  border: 1px solid #e7542f;
  position: relative;
  z-index: 2;
  border-width: 1px 1px;
  margin-top: 7px;
  height: 59px
}
.event-container:after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  display: block;
  border-right: 10px solid transparent;
  border-left: 10px solid transparent;
  border-top: 10px solid #e7542f;
  border-bottom: none;
  position: absolute;
  bottom: -10px;
  left: 50%;
  margin-left: -10px
}
.event-container .event {
  padding-bottom: 18px;
  margin-bottom: -18px;
  padding-top: 5px;
  height: 52px;
  line-height: 50px;
  text-align: center;
  width: auto;
  position: relative;
  z-index: 2;
  border-bottom: 0!important
}
.event-container .event .event-ticker {
  display: inline;
  font-size: 28px;
  height: auto
}
.event-container .event .event-ticker span {
  line-height: 50px;
  height: 50px;
  padding: 0
}
.event-container .container {
  display: inline;
  margin: 0;
  padding: 0;
  background: 0 0
}
.event-container .status {
  display: inline;
  margin: 0 10px 0 0;
  background: 0 0;
  font-size: 22px
}
.event-container .event-dates {
  display: inline;
  font-size: 22px;
  height: auto
}
.event-container .event-dates div,
.event-container .event-dates p {
  display: inline
}
.event-container .event-dates .time-part {
  font-size: 14px
}
.close-layered-nav {
  display: none
}
@media only screen and (max-width:770px) {
  .category-title {
    display: block;
    margin-bottom: 33px
  }
  .catalog-category-view .main-container {
    position: static
  }
  #narrow-by-list {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #efefef;
    padding: 0;
    z-index: 9999
  }
  #narrow-by-list dt {
    position: relative;
    background-color: transparent;
    padding: 16px 0 15px;
    text-align: center;
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: 2px
  }
  #narrow-by-list dt:before {
    padding-right: 35px
  }
  #narrow-by-list dd {
    background: #fff
  }
  #narrow-by-list dd a {
    color: #333632
  }
  #narrow-by-list ol {
    content: "";
    display: table;
    clear: both;
    width: 100%;
    padding: 40px 0
  }
  #narrow-by-list ol li {
    width: 50%;
    float: left;
    padding-left: 5%;
    background: #fff
  }
  #narrow-by-list ol li:nth-child(odd) {
    padding-right: 5%;
    padding-left: 0;
    text-align: right
  }
  #narrow-by-list .close-layered-nav {
    display: block;
    background: #333632;
    width: 100%;
    height: 63px;
    color: #fff;
    border: none;
    font-family: Roboto,Verdana,Arial,sans-serif;
    font-weight: 500;
    text-transform: uppercase;
    font-size: 16px;
    letter-spacing: 2px
  }
  .block-layered-nav .block-content > dl > dt.current:after,
  .block-layered-nav .block-content > dl > dt.current:before,
  .block-layered-nav .block-content.accordion-open > dl > dt.current:after,
  .block-layered-nav .block-content.accordion-open > dl > dt.current:before {
    transition: none
  }
  .accordion-open #narrow-by-list dt.current {
    background: #fff;
    color: #333632
  }
  .block-layered-nav dl ol > li > a {
    margin: 0;
    background-color: #fff
  }
  .block-layered-nav dl dd ol > li > a,
  .block-layered-nav dl dd ol > li > span {
    font-size: 14px;
    text-transform: uppercase;
    font-family: Roboto,Verdana,Arial,sans-serif;
    font-weight: 500
  }
  .products-grid > li {
    border: 1px solid #dedede;
    margin-bottom: 15px
  }
}
@media only screen and (max-width:599px) {
  .category-header-container .breadcrumbs {
    padding: 0 0 0 25px;
    width: 100%;
    text-align: center
  }
  .category-header-container .breadcrumbs li a {
    width: 100%;
    text-align: center
  }
  .category-title {
    display: none
  }
  .category-view {
    padding: 0
  }
  .col2-left-layout .col-left {
    margin-bottom: 0
  }
  .sort-by .select-container.small {
    top: 0;
    left: 0
  }
  .sort-by .select-container.small:before {
    top: 0
  }
  .limiter .select-container.small:before {
    margin-top: 0;
    top: 0
  }
  .sorter label {
    margin-top: 6px
  }
  .toolbar {
    margin: 0
  }
  .products-grid {
    padding: 58px 20px
  }
  .block-layered-nav .block-subtitle--filter:after,
  .sorter .select-container.small .custom-shiv span:before {
    right: 20px
  }
  #narrow-by-list ol li {
    width: 100%;
    text-align: center;
    padding: 0
  }
  #narrow-by-list ol li:nth-child(odd) {
    text-align: center;
    padding: 0
  }
}
@media only screen and (max-width:370px) {
  .pager .pages a.next {
    margin-left: 0
  }
  .pager .pages a.previous {
    margin-right: 0
  }
}
.catalog-product-view .main-container {
  max-width: 100%;
  padding: 0
}
.catalog-product-view-simple .add-to-cart-wrapper {
  padding-top: 25px
}
.product-view .product-essential .extra-info {
  clear: both
}
.product-view .product-essential .extra-info .ratings .amount,
.product-view .product-essential .extra-info .ratings .rating-box {
  float: left
}
.product-view .product-essential .extra-info .ratings .rating-box {
  margin-top: 8px;
  margin-right: 10px;
  cursor: pointer
}
.product-view .product-essential .extra-info .ratings:after {
  content: "";
  display: table;
  clear: both
}
.product-view .product-essential:after {
  content: "";
  display: table;
  clear: both
}
.product-view .product-img-box .product-name h1,
.product-view .product-shop .product-name .h1 {
  color: #333632;
  margin-bottom: 0;
  padding-bottom: 0;
  border: 0
}
.product-view .product-shop {
  width: 50%;
  float: right
}
.product-view .product-shop .product-name {
  display: none;
  float: left
}
.product-view .product-shop .product-name .h1 {
  float: left;
  margin-bottom: 5px
}
.product-view .product-shop .extra-info {
  float: left;
  padding-right: 15px;
  clear: left
}
.product-view .product-shop .extra-info,
.product-view .product-shop .price-info {
  margin-bottom: 10px
}
.product-view .product-shop .price-info {
  clear: both
}
.product-view .product-shop .short-description {
  margin-bottom: 10px;
  clear: both;
  display: none
}
.product-view .product-shop .ratings {
  margin-bottom: 8px
}
@media only screen and (max-width:770px) {
  .product-view .product-shop .ratings {
    width: 77px;
    margin: 0 auto
  }
}
.product-view .product-shop .price-box {
  margin-top: 0
}
.product-view .product-shop .price-box .old-price,
.product-view .product-shop .price-box .regular-price,
.product-view .product-shop .price-box .special-price {
  padding-right: 0;
  line-height: 1.2
}
.product-view .product-shop .price-box .full-product-price .price,
.product-view .product-shop .price-box .regular-price .price,
.product-view .product-shop .price-box .special-price .price {
  color: #333632;
  font-size: 18px
}
.product-view .product-shop .price-box .special-price .price {
  color: #d84d3c
}
.product-view .product-shop .price-box .special-price .price-label {
  font-size: 18px;
  text-transform: uppercase
}
.product-view .product-shop .price-box .price-excluding-tax,
.product-view .product-shop .price-box .price-including-tax {
  display: block;
  line-height: 1.2
}
.product-view .product-shop .price-box .price-excluding-tax .label,
.product-view .product-shop .price-box .price-including-tax .label {
  font-size: 18px;
  font-weight: 300
}
.product-view .product-shop .price-box .price-excluding-tax .price,
.product-view .product-shop .price-box .price-including-tax .price {
  font-size: 20px
}
.product-view .old-price .price-label {
  display: none
}
.product-view .add-to-cart-wrapper {
  width: 50%;
  float: left
}
.product-view .block-related,
.product-view .crosssell {
  max-width: 1000px;
  margin: 0 auto
}
@media only screen and (min-width:480px) {
  .product-view .block-related .h1,
  .product-view .crosssell .h1 {
    font-size: 49px;
    line-height: 50px;
    letter-spacing: -1px
  }
}
.product-view .availability {
  position: relative;
  font-size: 14px;
  font-family: Roboto,Verdana,Arial,sans-serif;
  font-weight: 500;
  letter-spacing: 1px;
  line-height: 20px;
  margin-bottom: 0
}
.product-view .availability .value {
  position: relative;
  top: 8px;
  left: 3px
}
.product-view #free-return-message {
  float: left;
  clear: both
}
.sidebar .block-layered-nav .block-title strong {
  display: none
}
.col-main .page-title {
  display: none
}
.col-main .category-products p.view-mode {
  display: none
}
.col-main .category-products .pager p.amount {
  display: none
}
.col-main .category-products .sorter p.view-mode {
  display: none
}
.col-main .category-products .pager p.amount {
  display: none
}
.col-main .category-products .pager .input-box span.custom-shiv,
.col-main .category-products .sort-by .input-box span.custom-shiv {
  border: none
}
@media only screen and (max-width:770px) {
  .col-main .category-products .sort-by .input-box span.custom-shiv {
    height: 58px
  }
  .col-main .category-products .sort-by .input-box:before {
    background-position: 71px 0!important;
    height: 58px
  }
  .col-main .category-products .sort-by .input-box:hover:before {
    background-position: 59px 0!important
  }
}
#shopping-cart-table td.cart-footer-actions button.button2 {
  display: none
}
#shopping-cart-table span.or {
  display: none
}
#giftcard-form a.check-gc-status {
  display: none
}
@media only screen and (max-width:850px) {
  .product-view .product-shop .price-box .price-excluding-tax .label,
  .product-view .product-shop .price-box .price-including-tax .label {
    font-size: 15px
  }
  .product-view .product-shop .price-box .price-excluding-tax .price,
  .product-view .product-shop .price-box .price-including-tax .price {
    font-size: 18px
  }
}
.product-name {
  padding-right: 40px
}
@media only screen and (max-width:770px) {
  .add-to-box,
  .availability,
  .price-info,
  .product-name {
    text-align: center;
    max-width: 450px;
    margin: 0 auto
  }
  .product-view .product-shop .extra-info {
    margin: 0 auto;
    padding-right: 0;
    float: none;
    text-align: center
  }
  .product-essential .product-name,
  .product-essential .product-wrapper {
    padding-right: 0
  }
  .product-essential {
    margin-bottom: 36px
  }
  .add-to-cart-buttons {
    float: none;
    width: 100%
  }
  .catalog-product-view .product-view .add-to-cart .qty-wrapper {
    float: none;
    width: 161px;
    margin: 0 auto 20px
  }
  .product-view .add-to-cart-wrapper {
    float: none;
    width: 100%;
    clear: both
  }
  .product-view .product-shop .price-box .price-excluding-tax .label,
  .product-view .product-shop .price-box .price-including-tax .label {
    font-size: 16px
  }
  .product-view .product-shop .price-box .price-excluding-tax .price,
  .product-view .product-shop .price-box .price-including-tax .price {
    font-size: 20px
  }
}
@media only screen and (max-width:420px) {
  .product-view .product-shop .price-box .price-excluding-tax,
  .product-view .product-shop .price-box .price-including-tax {
    margin-bottom: 5px
  }
  .product-view .product-shop .price-box .price-excluding-tax span,
  .product-view .product-shop .price-box .price-including-tax span {
    display: block
  }
}
.product-img-box {
  width: 50%;
  float: left
}
.product-img-box .product-name h1 {
  border: 0
}
.product-img-box .product-image {
  margin-bottom: 10px
}
.product-img-box .product-image img {
  max-width: 90%;
  max-height: 750px;
  margin: 0 auto
}
@media only screen and (max-width:479px) {
  .product-img-box .product-image img {
    max-height: 450px
  }
}
.product-image-gallery {
  position: relative
}
.product-image-gallery .gallery-image {
  display: none
}
.product-image-gallery .gallery-image.visible {
  display: block
}
.product-image-gallery .gallery-image.visible.hidden {
  visibility: hidden
}
.product-image-gallery:after,
.product-image-gallery:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: none
}
.product-image-gallery:before {
  background-color: #fff;
  opacity: .8;
  z-index: 2
}
.product-image-gallery:after {
  background-image: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/opc-ajax-loader.gif);
  background-repeat: no-repeat;
  background-position: center;
  z-index: 3
}
.product-image-gallery.loading {
  position: relative
}
.product-image-gallery.loading:after,
.product-image-gallery.loading:before {
  display: block
}
.product-image-thumbs:after,
.product-image-thumbs:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: none
}
.product-image-thumbs:before {
  background-color: #fff;
  opacity: .8;
  z-index: 2
}
.product-image-thumbs:after {
  background-image: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/opc-ajax-loader.gif);
  background-repeat: no-repeat;
  background-position: center;
  z-index: 3
}
.product-image-thumbs.loading {
  position: relative
}
.product-image-thumbs.loading:after,
.product-image-thumbs.loading:before {
  display: block
}
.product-image-thumbs li {
  display: inline-block
}
.product-image-thumbs li:first-child {
  margin-left: -1px
}
.product-image-thumbs a {
  display: inline-block;
  border: 1px solid transparent
}
.no-touch .product-image-thumbs a:hover {
  border-color: #c7c7c7
}
.product-wrapper {
  max-width: 1000px;
  margin: 0 auto
}
@media only screen and (max-width:1040px) {
  .product-wrapper {
    width: 90%
  }
  .product-wrapper:after,
  .product-wrapper:before {
    content: " ";
    display: table
  }
  .product-wrapper:after {
    clear: both
  }
}
.box-collateral,
.product-collateral,
.product-img-box,
.product-view .block-related,
.product-view .product-shop {
  margin-bottom: 0
}
.product-view .block-related {
  margin-top: 67px
}
.product-view .add-to-box:after,
.product-view .add-to-cart:after {
  content: "";
  display: table;
  clear: both
}
.product-view .add-to-cart {
  padding-bottom: 3px;
  margin-bottom: 10px
}
.product-view .add-to-cart .qty-wrapper {
  position: relative;
  background-color: #cde146;
  min-width: 160px
}
.product-view .add-to-cart .qty-wrapper .input-text {
  border: none;
  margin: 6px 58px
}
.product-view .add-to-cart .incrementer-btn {
  position: absolute;
  top: 0;
  display: inline-block;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/sprite.png);
  background-position: -626px -214px!important;
  height: 58px;
  width: 54px;
  text-indent: -999em
}
@media only screen and (-webkit-min-device-pixel-ratio:2),
only screen and (min--moz-device-pixel-ratio:2),
only screen and (-o-min-device-pixel-ratio:2/1),
only screen and (min-device-pixel-ratio:2),
only screen and (min-resolution:192dpi),
only screen and (min-resolution:2dppx) {
  .product-view .add-to-cart .incrementer-btn {
    background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/sprite@2x.png);
    background-size: 750px 472px
  }
}
.product-view .add-to-cart .incrementer-btn.increment {
  background-position: -692px -215px!important;
  right: 0
}
.product-view .add-to-cart .qty-wrapper,
.product-view .add-to-cart-buttons,
.product-view .product-options-bottom .price-box {
  min-height: 46px
}
.product-view .add-to-cart .qty-wrapper,
.product-view .add-to-cart-buttons .button,
.product-view .add-to-cart-buttons .paypal-logo,
.product-view .product-options-bottom .price-box {
  margin-bottom: 10px
}
.product-view .add-to-cart .qty-wrapper,
.product-view .add-to-cart .qty-wrapper label {
  margin-right: 10px;
  float: left
}
.product-view .add-to-cart .qty-wrapper label {
  line-height: 46px
}
.product-view .add-to-cart .qty-wrapper .qty {
  height: 46px
}
.product-view .add-to-cart-buttons {
  text-align: center;
  float: left;
  margin-right: 10px
}
.product-view .add-to-cart-buttons .paypal-logo {
  clear: left;
  text-align: center
}
.product-view .add-to-cart-buttons .paypal-logo .paypal-button {
  margin: 0 auto;
  display: block;
  width: 145px
}
.product-view .add-to-cart-buttons .paypal-logo .bml_button {
  display: block;
  width: 150px;
  margin: 0 auto
}
.product-view .add-to-cart-buttons .paypal-logo .bml_button a {
  text-align: center
}
.product-view .add-to-cart-buttons .paypal-logo .paypal-or {
  display: block;
  margin-bottom: 10px;
  margin-left: 0;
  margin-right: 0;
  line-height: 1;
  text-align: center
}
.product-view .add-to-cart-buttons .button {
  font-size: 16px;
  float: left;
  min-width: 160px;
  width: 100%
}
.product-view .add-to-cart-buttons .button:hover {
  color: #595e57
}
.product-view .sku-number {
  clear: left;
  float: left;
  letter-spacing: .5px;
  margin-bottom: 0
}
@media only screen and (max-width:770px) {
  .product-view .product-name h1 {
    margin-bottom: 10px;
    padding: 10px 10px 0 10px
  }
  .product-view .sku-number {
    padding-left: 20px
  }
  .product-view .product-shop {
    margin-bottom: 16px
  }
  .product-view .add-to-cart-buttons {
    margin-right: 0
  }
  .product-view .add-to-cart-buttons .button {
    float: none
  }
  .product-view .logo-quote-wrapper {
    text-align: center
  }
  .product-view .btn-cart.btn-large,
  .product-view button.button-logo-quote {
    width: 90%
  }
  .product-view .ratings {
    padding-left: 20px
  }
}
@media only screen and (max-width:599px) {
  .product-view .product-name h1 {
    font-size: 34px;
    line-height: 43px
  }
  .product-view .btn-cart.btn-large,
  .product-view button.button-logo-quote {
    width: 90%
  }
}
@media only screen and (max-width:479px) {
  .product-view .add-to-cart-buttons .paypal-or {
    line-height: 20px
  }
  .product-view .add-to-cart-buttons .button,
  .product-view .add-to-cart-buttons .paypal-button,
  .product-view .add-to-cart-buttons .paypal-logo,
  .product-view .add-to-cart-buttons .paypal-or {
    text-align: center;
    margin-right: 0;
    margin-left: 0;
    float: none
  }
}
.add-to-box .or {
  display: none
}
.product-view .add-to-links {
  clear: both;
  margin-top: 0;
  margin-right: 15px;
  float: left
}
.product-view .add-to-links:after {
  content: "";
  display: table;
  clear: both
}
.product-view .add-to-links li {
  float: left
}
.product-view .add-to-links a {
  padding: 2px 7px 2px 0;
  margin-left: 7px;
  border-right: 1px solid #ccc
}
.product-view .add-to-links li:first-child a {
  margin-left: 0
}
.product-view .add-to-links li:last-child a {
  border-right: 0
}
.product-view .sharing-links {
  float: left
}
.product-view .sharing-links:after {
  content: "";
  display: table;
  clear: both
}
.product-view .sharing-links li {
  float: left;
  padding: 0 7px 7px
}
.product-view .sharing-links a {
  text-indent: -9999px;
  display: block;
  width: 26px;
  height: 26px
}
.product-view .sharing-links a:hover {
  opacity: .8
}
.product-view .sharing-links a.link-wishlist {
  background-position: 0 -225px
}
.product-view .sharing-links a.link-compare {
  background-position: 0 -250px
}
.product-view .sharing-links a.link-email-friend {
  background-position: 0 -322px
}
.product-view .sharing-links a.link-facebook {
  background-position: 0 -425px
}
.product-view .sharing-links a.link-twitter {
  background-position: 0 -372px
}
ul.add-to-links,
ul.sharing-links {
  display: none
}
@media only screen and (max-width:599px) {
  .add-to-box .add-to-links a {
    float: none;
    width: auto;
    text-indent: 0
  }
}
.product-collateral {
  clear: both
}
.collateral-tabs dd h2 {
  display: none
}
.collateral-tabs .tab-description p {
  background-color: initial!important;
  font-family: inherit!important
}
.collateral-tabs .tab-description li {
  list-style: inherit!important;
  padding-left: inherit!important;
  background-color: inherit!important;
  font-family: inherit!important
}
.collateral-tabs .tab-description div {
  background-color: initial!important;
  font-family: inherit!important
}
.collateral-tabs p.size_chart_tag {
  margin-top: 25px;
  text-align: center;
  font-size: 14px
}
.collateral-tabs .tab-content.size_chart h5 {
  text-align: center
}
.collateral-tabs .tab-content.size_chart thead tr.first th {
  vertical-align: bottom
}
.collateral-tabs .tab-content.size_chart th {
  white-space: normal;
  word-break: break-all;
  text-align: center;
  border: none!important;
  background: 0 0;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 14px;
  text-transform: capitalize;
  color: #333632
}
@media only screen and (max-width:770px) {
  .collateral-tabs .tab-content.size_chart th {
    white-space: normal;
    padding-left: 10px;
    padding-right: 10px
  }
  .collateral-tabs .tab-content.size_chart td {
    vertical-align: center!important
  }
}
.collateral-tabs .tab-content.size_chart tr td:first-child {
  text-align: left
}
.collateral-tabs .tab-content.size_chart td {
  white-space: normal;
  word-break: break-all;
  text-align: center;
  border: none;
  padding: 2px
}
.collateral-tabs #product-attribute-specs-table {
  table-layout: fixed;
  max-width: 100%;
  border: none
}
.box-collateral {
  clear: both
}
@media only screen and (min-width:771px) {
  .product-collateral .toggle-tabs {
    display: block;
    width: 100%;
    position: relative;
    text-align: center
  }
  .product-collateral .toggle-tabs li {
    display: inline-block;
    float: none
  }
  .product-collateral .toggle-tabs li > span {
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-user-select: none;
    -o-user-select: none;
    user-select: none;
    display: inline-block;
    padding: 0 30px;
    height: 45px;
    line-height: 52px;
    cursor: pointer;
    text-transform: uppercase;
    font-size: 14px;
    font-family: Roboto,Verdana,Arial,sans-serif;
    font-weight: 500;
    color: #595d56;
    letter-spacing: 1.75px;
    position: relative;
    bottom: -1px
  }
  .product-collateral .toggle-tabs li.current > span {
    background-color: #efefef;
    z-index: 5
  }
  .product-collateral .toggle-tabs li:first-child {
    border-left: none
  }
  .product-collateral .toggle-tabs:after {
    content: "";
    display: table;
    clear: both
  }
  .product-collateral > dl {
    width: 100%
  }
  .product-collateral > dl > dt {
    display: none
  }
  .product-collateral > dl > dd {
    width: 100%;
    display: none;
    padding: 15px;
    border-top: 0
  }
  .product-collateral > dl > dd.current {
    display: block
  }
  .product-collateral .collateral-tabs {
    background: #efefef
  }
  .product-collateral .tab-content {
    max-width: 75%;
    margin: 45px auto;
    overflow: hidden
  }
}
@media only screen and (max-width:770px) {
  .product-collateral .toggle-tabs {
    display: none
  }
  .product-collateral > dl > dt {
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-user-select: none;
    -o-user-select: none;
    user-select: none;
    margin-bottom: 0;
    padding: 7px 10px 7px 24px;
    position: relative;
    font-family: Roboto,Verdana,Arial,sans-serif;
    font-weight: 500;
    letter-spacing: 2px;
    text-transform: uppercase;
    text-align: center;
    font-size: 16px;
    line-height: 43px;
    display: block
  }
  .product-collateral > dl > dt:after,
  .product-collateral > dl > dt:before {
    position: absolute;
    display: block;
    content: "";
    background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/sprite.png);
    background-position: -435px -20px!important;
    width: 16px;
    height: 14px;
    left: 40px;
    top: 50%;
    margin-top: -9px;
    transition: all .5s cubic-bezier(.32,1.25,.375,1.15)
  }
}
@media only screen and (max-width:770px) and (-webkit-min-device-pixel-ratio:2),
only screen and (max-width:770px) and (min--moz-device-pixel-ratio:2),
only screen and (max-width:770px) and (-o-min-device-pixel-ratio:2/1),
only screen and (max-width:770px) and (min-device-pixel-ratio:2),
only screen and (max-width:770px) and (min-resolution:192dpi),
only screen and (max-width:770px) and (min-resolution:2dppx) {
  .product-collateral > dl > dt:after,
  .product-collateral > dl > dt:before {
    background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/sprite@2x.png);
    background-size: 750px 472px
  }
}
@media only screen and (max-width:770px) {
  .product-collateral > dl > dt:after {
    left: auto;
    right: 40px
  }
}
@media only screen and (max-width:770px) {
  .product-collateral > dl > dd {
    padding: 10px;
    margin: 0;
    border-width: 0 1px;
    border-style: solid;
    border-color: #ccc
  }
}
@media only screen and (max-width:770px) {
  .product-collateral > dl > dd:last-child {
    border-width: 0 1px 1px 1px
  }
}
@media only screen and (max-width:770px) {
  .product-collateral > dl > dt {
    cursor: pointer;
    border-bottom-width: 0
  }
  .product-collateral > dl > dt.last {
    border-bottom-width: 1px
  }
  .product-collateral > dl > dd {
    display: none
  }
}
@media only screen and (max-width:770px) {
  .product-collateral.accordion-open > dl > dt.current {
    border-bottom-width: 1px;
    background: #f5f7e8
  }
  .product-collateral.accordion-open > dl > dd.current {
    display: block;
    background: #f5f7e8;
    padding: 20px 0 40px
  }
  .product-collateral.accordion-open > dl > dd.current .tab-content {
    max-width: 530px;
    margin: 0 auto;
    text-align: center;
    padding: 0 20px
  }
}
@media only screen and (max-width:770px) and (max-width:530px) {
  .product-collateral.accordion-open > dl > dd.current .tab-content .ratings-table {
    width: 175px;
    margin: 0 auto;
    text-align: center
  }
}
@media only screen and (max-width:770px) {
  .product-collateral,
  .product-img-box,
  .product-view .add-to-cart-wrapper,
  .product-view .block-related,
  .product-view .product-shop {
    width: 100%;
    float: none;
    padding-right: 0;
    padding-left: 0
  }
}
@media only screen and (min-width:771px) {
  .product-view .product-shop .product-name {
    display: block
  }
  .product-img-box .product-name {
    display: none
  }
}
@media only screen and (max-width:479px) {
  .box-collateral,
  .product-collateral,
  .product-view .block-related,
  .product-view .product-shop {
    margin-bottom: 15px
  }
  .product-img-box {
    margin-bottom: 36px
  }
}
.product-view .ratings .rating-links {
  clear: left;
  float: left;
  margin-top: 0
}
.no-rating {
  display: none
}
#product-attribute-specs-table {
  max-width: 50em;
  border: 1px solid silver
}
#product-attribute-specs-table th {
  border-right: 1px solid silver;
  border-bottom: 1px solid silver
}
.grouped-items-table-wrapper {
  border: solid 1px silver;
  width: 100%;
  padding: 10px;
  margin-bottom: 15px
}
.grouped-items-table-wrapper tbody tr:last-child td {
  border-bottom: none
}
@media only screen and (max-width:479px) {
  .grouped-items-table-wrapper {
    margin-bottom: 15px
  }
}
.grouped-items-table .name-wrapper {
  color: #e7542f;
  font-family: Roboto,Verdana,Arial,sans-serif
}
.grouped-items-table .qty-wrapper {
  padding-top: 7px
}
.grouped-items-table .qty-label {
  margin-left: 7px
}
.grouped-items-table td {
  padding: 4px
}
.product-options {
  width: 100%;
  margin: 10px 0 0;
  padding: 10px 15px 15px;
  clear: both;
  position: relative
}
.product-options .validation-advice {
  font-size: 16px
}
.product-options p.required {
  position: absolute;
  top: 6px;
  right: 15px;
  display: none
}
.product-options dt {
  margin: 10px 0 3px;
  font-weight: 400
}
.product-options dt:first-child {
  margin-top: 0
}
.product-options dd .qty-holder {
  display: block;
  padding: 10px 0 0 0
}
.product-options dd .qty-holder .qty {
  width: 3em
}
.product-options dd .qty-holder label {
  vertical-align: middle
}
.product-options dd .qty-disabled {
  background: 0 0;
  border: 0;
  padding: 0 2px
}
.product-options dd {
  padding: 0 0 10px 0;
  margin: 0 0 5px
}
.product-options dl.last dd.last {
  border-bottom: 0;
  padding-bottom: 5px;
  margin-bottom: 0
}
.product-options dd .input-text {
  width: 98%
}
.product-options dd .input-box {
  padding-top: 0
}
.product-options dd input.datetime-picker {
  width: 150px
}
.product-options dd .time-picker {
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  zoom: 1;
  padding: 2px 0;
  vertical-align: middle
}
.product-options dd textarea {
  width: 98%;
  height: 8em
}
.product-options dd select {
  width: 330px;
  max-width: 100%
}
.product-options ul.options-list {
  margin-right: 5px
}
.product-options ul.options-list li {
  line-height: 1.5;
  margin-bottom: 7px
}
.product-options ul.options-list li:last-child {
  margin-bottom: 0
}
.product-options ul.options-list .checkbox,
.product-options ul.options-list .radio {
  float: left;
  margin-top: 5px
}
.product-options ul.options-list .label {
  display: block
}
.product-options ul.options-list label {
  font-weight: 400
}
.product-options p.note {
  margin: 0;
  font-size: 11px
}
.product-options-bottom {
  padding: 15px 20px;
  border-top: 0;
  margin-bottom: 10px;
  margin-top: 0
}
.product-options-bottom:after {
  content: "";
  display: table;
  clear: both
}
.product-options-bottom .product-pricing,
.product-options-bottom .tier-prices {
  float: right;
  margin: 0;
  padding: 0 0 10px;
  border: 0;
  background: 0;
  color: #333632
}
@media only screen and (max-width:479px) {
  .product-options-bottom .product-pricing,
  .product-options-bottom .tier-prices {
    float: none;
    width: 100%;
    text-align: right;
    padding-bottom: 5px;
    margin-bottom: 10px;
    border-bottom: 1px solid #ccc
  }
}
.product-options-bottom .tier-prices li {
  background: 0;
  padding: 2px 0
}
.product-options-bottom .tier-prices .benefit,
.product-options-bottom .tier-prices .price {
  color: #333632
}
.product-options-bottom .price-box {
  display: none;
  float: right;
  margin: 0 0 10px;
  padding: 0
}
@media only screen and (max-width:479px) {
  .product-options-bottom .price-box .price-as-configured {
    text-align: right
  }
  .product-options-bottom .price-box .price-as-configured .price-label {
    display: block
  }
}
.product-options-bottom .price-tax {
  float: left
}
.block-related,
.crosssell {
  text-align: center
}
.block-related li,
.crosssell li {
  display: inline-block;
  width: 22%;
  margin-left: 4%
}
.block-related li:first-child,
.crosssell li:first-child {
  margin-left: 0
}
.block-related .block-title,
.crosssell .block-title {
  border-bottom: none
}
.block-related .block-title h2,
.crosssell .block-title h2 {
  margin: 0;
  margin-bottom: .5em;
  color: #333632;
  font-family: Rajdhani,Verdana,Arial,sans-serif;
  font-weight: 600;
  font-size: 38px;
  font-style: normal;
  line-height: 42px;
  letter-spacing: -1px;
  text-rendering: optimizeLegibility;
  margin-bottom: 37px
}
.block-related .block-subtitle,
.crosssell .block-subtitle {
  margin-bottom: 7px
}
.block-related .product,
.crosssell .product {
  position: relative
}
.block-related a:hover,
.crosssell a:hover {
  text-decoration: none
}
.block-related .product-details,
.crosssell .product-details {
  margin-left: 0
}
.block-related .product-details .price-box .price,
.block-related .product-details p,
.crosssell .product-details .price-box .price,
.crosssell .product-details p {
  color: #333632
}
.block-related .product-details .price-box .price,
.crosssell .product-details .price-box .price {
  font-family: Roboto,Verdana,Arial,sans-serif;
  font-weight: 500
}
.block-related .product-details .price-box,
.crosssell .product-details .price-box {
  margin: 25px 0 3px
}
.block-related .product-details .price-box:after,
.crosssell .product-details .price-box:after {
  content: "";
  display: table;
  clear: both
}
.block-related .link-wishlist,
.crosssell .link-wishlist {
  display: none
}
.block-related .mini-products-list .product-image,
.crosssell .mini-products-list .product-image {
  float: none;
  min-width: auto
}
@media only screen and (max-width:770px) {
  .block-related .mini-products-list .product-image,
  .crosssell .mini-products-list .product-image {
    padding: 20px
  }
}
.block-related .mini-products-list .product-image img,
.crosssell .mini-products-list .product-image img {
  width: 100%;
  height: 100%;
  padding: 15px;
  margin-bottom: 15px
}
@media only screen and (min-width:771px) {
  .block-related .owl-nav,
  .crosssell .owl-nav {
    display: none
  }
}
@media only screen and (max-width:770px) {
  .block-related .owl-item,
  .crosssell .owl-item {
    opacity: .25
  }
  .block-related .owl-item.visible-image,
  .crosssell .owl-item.visible-image {
    opacity: 1
  }
}
.box-up-sell {
  margin-top: 20px
}
.box-up-sell .ratings {
  display: none
}
.more-views {
  position: relative;
  background: #fff;
  padding-left: 25px
}
.more-views.single-product-image {
  display: none
}
.more-videos {
  padding-left: 25px
}
.more-videos .owl-nav.disabled {
  display: none
}
.catalog-product-view .owl-carousel .owl-next,
.catalog-product-view .owl-carousel .owl-prev {
  text-indent: -999em;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/sprite.png);
  background-position: -101px 0!important;
  position: absolute;
  top: 50%;
  left: 60px;
  width: 53px;
  height: 62px;
  margin-top: -31px
}
@media only screen and (-webkit-min-device-pixel-ratio:2),
only screen and (min--moz-device-pixel-ratio:2),
only screen and (-o-min-device-pixel-ratio:2/1),
only screen and (min-device-pixel-ratio:2),
only screen and (min-resolution:192dpi),
only screen and (min-resolution:2dppx) {
  .catalog-product-view .owl-carousel .owl-next,
  .catalog-product-view .owl-carousel .owl-prev {
    background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/sprite@2x.png);
    background-size: 750px 472px
  }
}
.catalog-product-view .owl-carousel .owl-next {
  background-position: -172px 0!important;
  right: 60px;
  left: auto
}
@media only screen and (max-width:770px) {
  .catalog-product-view .owl-carousel .owl-next,
  .catalog-product-view .owl-carousel .owl-prev {
    left: 30px
  }
  .catalog-product-view .owl-carousel .owl-next {
    right: 30px;
    left: auto
  }
}
@media only screen and (max-width:770px) {
  .catalog-product-view .owl-carousel .owl-next,
  .catalog-product-view .owl-carousel .owl-prev {
    background-position: -426px -302px!important;
    width: 42px;
    height: 48px;
    left: 8px
  }
  .catalog-product-view .owl-carousel .owl-next {
    background-position: -478px -302px!important;
    right: 8px;
    left: auto
  }
}
.related-products-title h3 {
  text-align: center;
  margin-top: 30px
}
#related-products-widget {
  margin: 30px auto 60px auto;
  max-width: 1240px;
  text-align: center
}
#related-products-widget img {
  margin: 10px auto;
  width: auto
}
#related-products-widget .product-name {
  padding: 0;
  margin: 0 auto
}
#related-products-widget .flex-direction-nav a {
  opacity: 1
}
.cart-msrp-totals {
  color: red;
  font-size: 12px!important;
  font-weight: 700;
  margin: 10px 10px 0;
  padding: 10px;
  text-align: right;
  text-transform: uppercase
}
.map-cart-sidebar-total {
  color: red;
  display: block;
  font-size: 10px;
  font-weight: 700;
  text-align: left;
  padding: 2px 5px
}
.map-popup {
  background: #fff;
  border: 5px solid #ccc;
  margin: 12px 0 0;
  position: absolute;
  text-align: left;
  width: 450px;
  z-index: 100
}
@media only screen and (min-width:771px) {
  .map-popup.map-popup-right {
    left: 10px!important
  }
  .map-popup.map-popup-left {
    left: auto!important;
    right: 10px!important
  }
}
@media only screen and (max-width:770px) {
  .map-popup {
    width: 100%;
    left: 0!important
  }
}
.map-popup .map-popup-heading {
  padding: 8px 10px;
  margin-right: 40px;
  width: auto
}
.map-popup .map-popup-heading h3 {
  font-size: 14px;
  margin: 0;
  overflow: hidden;
  white-space: nowrap;
  word-wrap: break-word;
  text-align: left;
  text-overflow: ellipsis
}
@media only screen and (max-width:479px) {
  .map-popup .map-popup-heading h3 {
    text-align: center
  }
}
.map-popup .map-popup-close {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  height: 36px;
  width: 36px;
  font-size: 20px;
  line-height: 32px;
  text-align: center
}
.map-popup .map-popup-content {
  border-top: 1px solid #ededed;
  padding: 10px;
  margin: 0 10px;
  overflow: hidden;
  text-align: left
}
@media only screen and (max-width:479px) {
  .map-popup .map-popup-content {
    text-align: center
  }
}
.map-popup .map-popup-checkout {
  padding: 10px 0
}
.map-popup .map-popup-checkout form:after {
  content: "";
  display: table;
  clear: both
}
.map-popup .map-popup-checkout span {
  display: block
}
.map-popup .map-popup-checkout .button {
  float: left;
  margin: 0 2px;
  clear: left
}
.map-popup .map-popup-checkout .additional-addtocart-box {
  float: left;
  min-width: 210px
}
.map-popup .map-popup-checkout .additional-addtocart-box li {
  list-style-type: none
}
.map-popup .map-popup-checkout .paypal-logo {
  width: auto
}
.map-popup .map-popup-checkout .paypal-logo a {
  display: inline-block;
  float: left;
  clear: left
}
.map-popup .map-popup-checkout .paypal-logo .paypal-or {
  float: left;
  text-align: center;
  padding: 5px 15px;
  clear: left
}
.map-popup .map-popup-checkout .paypal-logo:after {
  content: "";
  display: table;
  clear: both
}
.map-popup .map-popup-checkout .paypal-logo .bml_button a {
  clear: left
}
@media only screen and (max-width:479px) {
  .map-popup .map-popup-checkout {
    text-align: center
  }
  .map-popup .map-popup-checkout .additional-addtocart-box,
  .map-popup .map-popup-checkout .button,
  .map-popup .map-popup-checkout .paypal-logo .paypal-or,
  .map-popup .map-popup-checkout .paypal-logo a {
    float: none
  }
  .map-popup .map-popup-checkout .additional-addtocart-box {
    min-width: 0
  }
  .map-popup .map-popup-checkout .paypal-logo .paypal-or {
    margin: 0;
    margin-bottom: 10px
  }
}
.map-popup .map-popup-checkout:after {
  content: "";
  display: table;
  clear: both
}
.map-popup .map-popup-price {
  padding: 10px 0
}
.map-popup .map-popup-price .price-box,
.map-popup .map-popup-price .price-box .special-price {
  display: inline-block;
  margin: 0;
  padding: 0
}
@media only screen and (max-width:479px) {
  .map-popup .map-popup-price {
    text-align: center;
    padding-top: 0
  }
}
.map-popup .map-popup-text {
  padding: 10px 0;
  margin: 0 10px;
  word-wrap: break-word
}
.map-popup .map-popup-only-text,
.map-popup .map-popup-text {
  border-top: 1px solid #ededed
}
.block-compare .product-name:after {
  content: "";
  display: table;
  clear: both
}
.compare-table .product-image {
  display: inline-block
}
.compare-table .product-shop-row.top td {
  padding-bottom: 0;
  border-bottom: 0
}
.compare-table .product-shop-row.bottom td {
  padding-top: 0
}
.cart .cart-form {
  float: left;
  width: 59.3%
}
.cart-forms,
.cart-totals-wrapper {
  float: right;
  clear: right;
  width: 40.7%;
  padding-left: 5.2%
}
.cart-forms .discount,
.cart-forms .giftcard,
.cart-forms .shipping {
  padding-left: 32px
}
@media only screen and (max-width:770px) {
  .cart-forms .discount,
  .cart-forms .giftcard,
  .cart-forms .shipping {
    padding-left: 0
  }
}
.cart-forms .discount .input-box:before,
.cart-forms .giftcard .input-box:before,
.cart-forms .shipping .input-box:before {
  right: -12px;
  top: 0
}
.cart-forms .giftcard,
.cart-forms .shipping,
.cart-table,
.cart-totals {
  margin-bottom: 35px
}
.cart-forms .giftcard form,
.cart-forms .shipping form,
.cart-table form,
.cart-totals form {
  width: 100%;
  float: none
}
.cart-forms .discount {
  margin-bottom: 40px
}
.cart-forms .shipping h5 {
  margin-bottom: 7px
}
@media only screen and (max-width:770px) {
  .cart-forms .shipping h5 {
    margin-bottom: 19px;
    font-size: 26px;
    font-style: normal;
    line-height: 32px;
    text-align: center
  }
}
.display-both-prices .cart-form {
  float: none;
  width: 100%
}
.display-both-prices .cart-forms {
  float: left;
  padding-right: 10px;
  padding-left: 0
}
.display-both-prices .cart-totals-wrapper,
.display-both-prices .crosssell {
  padding-left: 10px
}
.display-both-prices .cart-forms,
.display-both-prices .cart-totals-wrapper,
.display-both-prices .crosssell {
  width: 50%
}
.display-both-prices .crosssell {
  clear: right;
  float: right
}
@media only screen and (max-width:979px) {
  .display-single-price .cart-form {
    float: none;
    width: 100%
  }
  .display-single-price .cart-forms {
    float: left;
    padding-right: 10px;
    padding-left: 0
  }
  .display-single-price .cart-totals-wrapper,
  .display-single-price .crosssell {
    padding-left: 10px
  }
  .display-single-price .cart-forms,
  .display-single-price .cart-totals-wrapper,
  .display-single-price .crosssell {
    width: 50%
  }
  .display-single-price .crosssell {
    clear: right;
    float: right
  }
}
@media only screen and (max-width:770px) {
  .display-both-prices .cart-forms,
  .display-both-prices .cart-totals-wrapper,
  .display-both-prices .crosssell,
  .display-single-price .cart-forms,
  .display-single-price .cart-totals-wrapper,
  .display-single-price .crosssell {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
    float: none;
    width: 100%
  }
  .display-single-price .cart-forms {
    max-width: 552px;
    margin: 0 auto;
    padding: 0 20px
  }
}
.cart .page-title {
  background: #333632;
  height: 140px;
  padding: 50px 84px;
  margin-bottom: 10px
}
.cart .page-title:after {
  content: "";
  display: table;
  clear: both
}
.cart .page-title h1 {
  float: left;
  border-bottom: none;
  margin-bottom: 6px;
  margin-right: 10px;
  color: #fff;
  font-family: Roboto,Verdana,Arial,sans-serif;
  font-weight: 500;
  font-size: 49px;
  text-transform: none
}
.cart .page-title li {
  padding-right: 30px
}
.checkout-types {
  float: right;
  text-align: right;
  max-width: 100%
}
.checkout-types li {
  vertical-align: top;
  margin: 0 0 5px 5px
}
.checkout-types li:after {
  content: "";
  display: table;
  clear: both
}
.checkout-types li img {
  display: inline;
  vertical-align: top
}
.checkout-types li:first-child {
  margin-left: 0
}
.checkout-types .method-checkout-cart-methods-multishipping {
  display: block
}
.checkout-types.top li {
  display: inline-block
}
.checkout-types.top .bml_button {
  display: inline-block;
  vertical-align: top
}
.checkout-types.top .bml_button img {
  display: block
}
.checkout-types.bottom .paypal-logo a,
.checkout-types.minicart .paypal-logo a {
  display: block
}
.checkout-types.bottom .paypal-or,
.checkout-types.minicart .paypal-or {
  margin: 0;
  width: 150px;
  display: block;
  text-align: center;
  float: right
}
@media only screen and (max-width:770px) {
  .checkout-types {
    text-align: left
  }
  .checkout-types .button {
    width: 100%
  }
}
@media only screen and (max-width:599px) {
  .checkout-types {
    float: none
  }
}
.cart-totals .checkout-types .btn-checkout {
  margin-bottom: 7px
}
@media only screen and (max-width:670px) {
  .checkout-types {
    text-align: center
  }
  .checkout-types.bottom .paypal-or,
  .checkout-types.minicart .paypal-or {
    width: auto;
    float: none
  }
  .btn-checkout {
    width: 100%
  }
}
.cart-table {
  font-family: Roboto,Verdana,Arial,sans-serif;
  font-size: 15px;
  line-height: 24px
}
.cart-table tbody td,
.cart-table td,
.cart-table th {
  border-bottom: none;
  vertical-align: top
}
.cart-table h2 {
  color: #333632;
  font-size: 15px;
  letter-spacing: .5px;
  margin-bottom: 0;
  padding-right: 0;
  text-align: left
}
.cart-table tbody td,
.cart-table thead th {
  background-color: transparent;
  padding: 11px 20px 9px;
  text-transform: none;
  font-size: 16px
}
.cart-table tbody th {
  font-family: Roboto,Verdana,Arial,sans-serif;
  font-weight: 500
}
.cart-table tbody td {
  padding: 39px 0;
  font-size: 15px
}
.cart-table tbody td.product-cart-actions {
  padding: 27px 0
}
.cart-table thead {
  background: #333632
}
.cart-table thead tr {
  color: #fff
}
.cart-table .product-cart-actions,
.cart-table .product-cart-info {
  padding-left: 15px;
  padding-bottom: 40px
}
.cart-table .product-cart-actions {
  padding-left: 0
}
.cart-table tfoot tr {
  background: 0 0
}
.cart-table tfoot tr > td:after {
  content: "";
  display: table;
  clear: both
}
.cart-table tfoot button.btn-continue {
  float: left;
  margin-left: -9px;
  background: #333632;
  color: #fff
}
.cart-table span.or {
  font-size: 9px;
  padding: 0 5px;
  text-transform: uppercase;
  font-family: Roboto,Verdana,Arial,sans-serif
}
.cart-table .product-cart-actions .button,
.cart-table .product-cart-image .cart-links,
.cart-table .product-cart-info .btn-remove {
  display: none
}
.cart-table .product-cart-image {
  padding-left: 0;
  padding-right: 0
}
.cart-table .product-cart-image .product-image img {
  max-width: 100%;
  width: 100%;
  height: 100%
}
.cart-table .product-cart-image a.cart-edit {
  display: none
}
.cart-table .btn-empty {
  float: left
}
.cart-table .product-cart-price,
.cart-table .product-cart-total {
  text-align: left;
  padding: 39px 20px
}
.cart-table .product-cart-price .price,
.cart-table .product-cart-total .price {
  font-family: Roboto,Verdana,Arial,sans-serif
}
.cart-table .cart-tax-total {
  position: relative;
  cursor: pointer
}
.cart-table .cart-tax-total:after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  display: block;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-right: 6px solid #e7542f;
  border-left: none;
  position: absolute;
  top: 3px;
  right: -11px
}
.cart-table .cart-tax-total.cart-tax-total-expanded:after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  display: block;
  border-right: 6px solid transparent;
  border-left: 6px solid transparent;
  border-top: 6px solid #e7542f;
  border-bottom: none;
  right: -15px;
  top: 6px
}
.cart-table .product-cart-remove {
  min-width: 40px;
  margin: 0 auto
}
.cart-table .cart-links > li {
  white-space: nowrap;
  line-height: 1.3;
  margin-bottom: 5px;
  min-width: 65px;
  font-size: 11px
}
.cart-table .cart-links > li > a {
  display: block;
  padding-left: 11px;
  color: #333632;
  font-weight: 400;
  text-transform: uppercase
}
.cart-table .cart-links > li:last-child {
  margin-bottom: 0
}
.cart-table .product-cart-actions {
  min-width: 60px;
  text-align: left;
  position: relative
}
.cart-table .product-cart-actions .qty {
  height: 46px;
  border-color: #b4b4b4;
  border-radius: 0;
  margin-bottom: 10px;
  text-align: center;
  margin-left: 20px
}
.cart-table .product-cart-actions .button {
  margin-bottom: 5px
}
.cart-table .update-cart-btn {
  border: none;
  padding: 0;
  background: 0 0;
  text-transform: uppercase;
  margin-left: 20px;
  font-size: 11px;
  letter-spacing: 1px
}
.cart-table tbody td .item-options {
  margin-left: 0;
  margin-top: 0
}
.cart-table .cart-footer-actions button.button {
  height: 38px;
  padding-top: 13px
}
.cart-table .cart-footer-actions button.button:before {
  display: block;
  content: "";
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/sprite.png);
  background-position: -586px -234px!important;
  width: 11px;
  height: 38px;
  margin-top: 0;
  left: 0
}
@media only screen and (-webkit-min-device-pixel-ratio:2),
only screen and (min--moz-device-pixel-ratio:2),
only screen and (-o-min-device-pixel-ratio:2/1),
only screen and (min-device-pixel-ratio:2),
only screen and (min-resolution:192dpi),
only screen and (min-resolution:2dppx) {
  .cart-table .cart-footer-actions button.button:before {
    background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/sprite@2x.png);
    background-size: 750px 472px
  }
}
.cart-table .edit-link {
  color: #333632;
  text-transform: uppercase;
  font-family: Roboto,Verdana,Arial,sans-serif;
  font-size: 11px;
  letter-spacing: 1px;
  display: block;
  margin-top: 7px
}
.cart-table .edit-link span {
  position: relative;
  display: inline-block;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/sprite.png);
  background-position: -456px -42px!important;
  width: 11px;
  height: 10px;
  margin-left: 5px;
  top: 1px
}
@media only screen and (-webkit-min-device-pixel-ratio:2),
only screen and (min--moz-device-pixel-ratio:2),
only screen and (-o-min-device-pixel-ratio:2/1),
only screen and (min-device-pixel-ratio:2),
only screen and (min-resolution:192dpi),
only screen and (min-resolution:2dppx) {
  .cart-table .edit-link span {
    background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/sprite@2x.png);
    background-size: 750px 472px
  }
}
.cart-table .product-cart-sku {
  margin-top: 8px
}
@media only screen and (max-width:770px) {
  .cart-table th {
    font-size: 12px
  }
  .cart-table td,
  .cart-table th {
    padding: 7px 6px
  }
  .cart-table .product-cart-actions > li {
    white-space: inherit
  }
}
@media only screen and (max-width:699px) {
  .display-both-prices .cart-table td.product-cart-total,
  .display-both-prices .cart-table thead th.cart-total-head {
    display: none
  }
}
@media only screen and (max-width:599px) {
  .cart-table colgroup,
  .cart-table thead {
    display: none
  }
  .cart-table .product-cart-actions,
  .cart-table .product-cart-price {
    display: none
  }
  .cart-table tr {
    display: block;
    margin-bottom: 10px;
    padding-bottom: 10px;
    overflow: hidden;
    position: relative;
    width: 100%
  }
  .cart-table tr:after {
    content: "";
    display: table;
    clear: both
  }
  .cart-table tr:last-child {
    margin-bottom: 0
  }
  .cart-table tfoot tr {
    padding-bottom: 0
  }
  .cart-table td {
    border: none;
    display: block
  }
  .cart-table td[data-rwd-label] {
    padding-left: 15px;
    margin-bottom: 6px
  }
  .cart-table td[data-rwd-label] .price {
    font-weight: 400
  }
  .cart-table td[data-rwd-label]:before {
    content: attr(data-rwd-label) ":";
    font-size: 12px;
    font-family: Roboto,Verdana,Arial,sans-serif;
    padding-right: 5px;
    text-transform: uppercase
  }
  .cart-table td.product-cart-price {
    text-align: left
  }
  .cart-table h2 {
    font-size: 15px;
    line-height: 24px
  }
  .cart-table .cart-links {
    padding-top: 5px;
    padding-right: 5px
  }
  .cart-table .cart-links > li {
    white-space: normal;
    text-align: center
  }
  .cart-table .cart-links > li > a {
    padding: 2px 0
  }
  .cart-table .cart-tax-info {
    font-style: italic;
    padding-left: 15px;
    font-size: 13px
  }
  .cart-table .cart-tax-info .price {
    font-size: 13px
  }
  .cart-table .product-cart-image {
    width: 25%;
    float: left;
    padding-bottom: 0
  }
  .cart-table .product-cart-image .cart-links {
    display: none
  }
  .cart-table .product-cart-info,
  .cart-table td[data-rwd-label] {
    float: right;
    width: 75%;
    padding-right: 30px
  }
  .cart-table .product-cart-actions,
  .cart-table .product-cart-price {
    padding-bottom: 0;
    padding-top: 0;
    float: right
  }
  .cart-table .product-cart-actions .cart-links,
  .cart-table .product-cart-remove,
  .cart-table .product-cart-total {
    display: none
  }
  .cart-table .product-cart-info .btn-remove {
    display: block
  }
  .cart-table .product-cart-actions .button {
    display: none
  }
  .cart-table .product-cart-info .btn-remove {
    position: absolute;
    right: 0;
    margin: -4px 0 2px 7px
  }
  .cart-table .product-cart-info .product-cart-sku {
    margin-bottom: 5px
  }
  .cart-table .product-cart-actions {
    text-align: left
  }
  .cart-table .product-cart-actions .qty {
    margin-right: 7px;
    margin-bottom: 7px
  }
  .cart-table .price,
  .cart-table .product-cart-price:before {
    font-weight: 500;
    font-size: 15px;
    font-family: Roboto,Verdana,Arial,sans-serif
  }
  .cart-table .cart-footer-actions {
    text-align: center;
    width: 100%
  }
  .cart-table .cart-footer-actions #empty_cart_button {
    float: right
  }
  .cart-table .cart-footer-actions .btn-continue {
    float: left
  }
  .cart-table .cart-footer-actions .btn-update,
  .cart-table .cart-footer-actions span.or {
    display: none
  }
  .display-both-prices .cart-table td[data-rwd-tax-label]:before {
    content: attr(data-rwd-tax-label) ":"
  }
}
.shipping select {
  max-width: 100%;
  height: 30px;
  display: block;
  border: 1px solid #b4b4b4
}
.shipping select.validation-failed {
  border-color: #fff1f1
}
.shipping .shipping-desc {
  display: none
}
.shipping .buttons-set {
  border: none;
  margin: 0;
  padding: 0;
  text-align: left
}
.shipping .buttons-set button.button {
  float: none;
  margin-left: 0
}
@media only screen and (max-width:770px) {
  .shipping .buttons-set button.button {
    width: 100%;
    width: calc(100% - 12px);
    padding: 16px 40px 13px 50px;
    font-size: 14px;
    line-height: 17px;
    letter-spacing: 1.75px;
    margin-bottom: 22px
  }
  .shipping .buttons-set button.button:before {
    background-position: 0 0!important;
    height: 46px
  }
  .shipping .buttons-set button.button:hover:before {
    background-position: -12px 0!important
  }
  .shipping .buttons-set button.button:active:before,
  .shipping .buttons-set button.button:focus:before {
    background-position: -24px 0!important
  }
}
.shipping .form-list:after {
  content: "";
  display: table;
  clear: both
}
.shipping .form-list li {
  float: left;
  margin: 5px 2% 4px 0
}
.shipping .form-list .shipping-country {
  width: 280px
}
.shipping .form-list .shipping-region {
  width: 280px
}
.shipping .form-list .shipping-postcode {
  width: 280px;
  margin: 1px 0 20px
}
.shipping .form-list .shipping-postcode .input-box:before {
  margin-top: 4px
}
.shipping .form-list .shipping-postcode .input-box.validation-error:before {
  margin-top: 5px
}
.shipping .form-list .shipping-postcode input {
  margin-top: 4px;
  padding: 2px 0 0 15px
}
.shipping .form-list .input-box {
  padding-top: 1px;
  width: 280px
}
@media only screen and (max-width:770px) {
  .shipping .form-list .input-box {
    float: none;
    width: 100%;
    width: calc(100% - 12px);
    margin-bottom: 19px
  }
}
.shipping .form-list .input-box:before {
  margin-top: 0
}
.shipping .form-list .input-box.validation-error:before {
  margin-top: 1px
}
.shipping .form-list input {
  height: 44px
}
.shipping .form-list label {
  font-family: Roboto,Verdana,Arial,sans-serif;
  font-size: 13px;
  font-weight: 400;
  text-transform: uppercase;
  display: none
}
.shipping .sp-methods {
  padding: 10px 0 0;
  text-align: left;
  margin-top: 20px
}
.shipping .sp-methods dd {
  margin-bottom: 10px
}
.shipping .sp-methods label {
  font-family: Roboto,Verdana,Arial,sans-serif;
  font-size: 14px;
  font-style: italic;
  min-width: 100px
}
.shipping .sp-methods label span {
  font-family: Roboto,Verdana,Arial,sans-serif;
  font-weight: 700;
  font-style: normal
}
.shipping .shipping-form .buttons-wrapper {
  margin-bottom: 25px
}
.shipping #co-shipping-method-form .buttons-set .button {
  float: left;
  margin-left: 0;
  padding: 12px 40px 9px
}
@media only screen and (max-width:770px) {
  .shipping #co-shipping-method-form .buttons-set .button {
    padding: 17px 40px 12px
  }
}
.shipping #co-shipping-method-form .sp-methods dd label {
  border: 1px solid #ccc;
  background-color: shade(#f4f4f4,5%);
  min-width: 220px
}
.shipping #co-shipping-method-form .sp-methods dd label:hover {
  background-color: shade(#f4f4f4,10%)
}
@media only screen and (max-width:770px) {
  .shipping .shipping-form .form-list > li {
    width: 100%;
    float: none
  }
  .shipping .shipping-form .form-list > li input,
  .shipping .shipping-form .form-list > li select {
    width: 100%
  }
}
.cart .cart-totals {
  text-align: right;
  background: #333632;
  border: none
}
@media only screen and (max-width:770px) {
  .cart .cart-totals {
    padding-top: 10px;
    text-align: center
  }
}
.cart .cart-totals:after {
  content: "";
  display: table;
  clear: both
}
.cart .cart-totals table {
  font-family: Roboto,Verdana,Arial,sans-serif;
  font-size: 15px;
  color: #fff;
  margin-bottom: 20px;
  width: 100%
}
.cart .cart-totals table td {
  padding: 2px 0
}
.cart .cart-totals table td.a-right,
.cart .cart-totals table tfoot td.a-right {
  text-align: left;
  padding: 16px 0 0 0
}
.cart .cart-totals table tfoot td.a-right {
  padding-top: 3px
}
.cart .cart-totals table tfoot td.a-right:first-child:after {
  display: inline-block;
  content: ":";
  position: relative;
  left: -5px
}
.cart .cart-totals table tfoot tr td.a-right:first-child {
  padding: 3px 0 0 32px
}
.cart .cart-totals table td:first-child {
  padding-right: 10px;
  min-width: 130px;
  width: 130px
}
.cart .cart-totals table tbody tr td:first-child {
  padding: 16px 0 0 32px
}
.cart .cart-totals table tbody tr:first-child td {
  padding-top: 29px
}
.cart .cart-totals table tbody tr:last-child td,
.cart .cart-totals table tbody tr:last-child th {
  padding-bottom: 10px
}
.cart .cart-totals table tfoot td {
  font-size: 24px;
  padding: 2px 5px;
  vertical-align: top
}
.cart .cart-totals table tfoot span.price,
.cart .cart-totals table tfoot strong span {
  font-family: Roboto,Verdana,Arial,sans-serif
}
.cart .cart-totals table tfoot strong {
  font-weight: 400
}
@media only screen and (max-width:770px) {
  .cart .cart-totals table {
    max-width: 400px;
    margin: 0 auto
  }
  .cart .cart-totals table tfoot,
  .cart .cart-totals table tfoot span.price,
  .cart .cart-totals table tfoot td {
    font-family: Roboto,Verdana,Arial,sans-serif;
    font-weight: 500;
    font-size: 22px
  }
}
.cart .cart-totals .checkout-types li {
  margin-right: 10px
}
.cart .cart-totals .checkout-types li .button {
  width: 100%;
  padding: 16px 20px 13px 20px
}
.cart .cart-totals .checkout-types li .button:hover {
  color: #000;
  cursor: pointer
}
.cart .cart-totals .method-checkout-cart-methods-onepage-bottom,
.cart .cart-totals .method-checkout-cart-methods-punchout-bottom {
  padding: 0 30px;
  margin-top: 11px;
  margin-bottom: 35px
}
@media only screen and (max-width:599px) {
  .cart .cart-totals .method-checkout-cart-methods-onepage-bottom,
  .cart .cart-totals .method-checkout-cart-methods-punchout-bottom {
    padding: 0 20px;
    margin-bottom: 20px
  }
}
.cart .cart-totals .method-checkout-cart-methods-onepage-bottom .button + .button,
.cart .cart-totals .method-checkout-cart-methods-punchout-bottom .button + .button {
  margin-left: 0
}
.cart .cart-totals .method-checkout-cart-methods-onepage-bottom .btn-cart.btn-large,
.cart .cart-totals .method-checkout-cart-methods-punchout-bottom .btn-cart.btn-large {
  padding: 22px 0 19px 20px;
  letter-spacing: 1.75px;
  font-size: 14px
}
@media only screen and (min-width:980px) {
  .cart .cart-totals .method-checkout-cart-methods-onepage-bottom .btn-cart.btn-large,
  .cart .cart-totals .method-checkout-cart-methods-punchout-bottom .btn-cart.btn-large {
    padding: 22px 20px 19px 40px;
    letter-spacing: 2px;
    font-size: 16px
  }
}
@media (min-width:771px) and (max-width:979px) {
  .cart .cart-totals .method-checkout-cart-methods-onepage-bottom .btn-cart.btn-large,
  .cart .cart-totals .method-checkout-cart-methods-punchout-bottom .btn-cart.btn-large {
    padding: 22px 0 19px 20px;
    letter-spacing: 2px;
    font-size: 16px
  }
}
@media only screen and (max-width:600px) {
  .cart-totals {
    text-align: right
  }
}
@media (min-width:980px) and (max-width:1280px) {
  .extra-checkout-btn-copy {
    display: none
  }
  .checkout-types {
    float: left
  }
}
#giftcard-form:after,
.discount-form:after {
  content: "";
  display: table;
  clear: both
}
.cart #giftcard-form button {
  margin-left: 0
}
#discount-coupon-message {
  color: red;
  padding: 10px 0;
  font-size: 16px
}
#discount-coupon-message-reselect {
  padding-bottom: 15px;
  font-size: 18px
}
#amgiftcard-form,
#discount-coupon-form,
.cart .giftcard {
  width: 100%;
  float: none
}
#amgiftcard-form:after,
#amgiftcard-form:before,
#discount-coupon-form:after,
#discount-coupon-form:before,
.cart .giftcard:after,
.cart .giftcard:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: none
}
#amgiftcard-form:before,
#discount-coupon-form:before,
.cart .giftcard:before {
  background-color: #fff;
  opacity: .8;
  z-index: 2
}
#amgiftcard-form:after,
#discount-coupon-form:after,
.cart .giftcard:after {
  background-image: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/opc-ajax-loader.gif);
  background-repeat: no-repeat;
  background-position: center;
  z-index: 3
}
#amgiftcard-form.loading,
#discount-coupon-form.loading,
.cart .giftcard.loading {
  position: relative
}
#amgiftcard-form.loading:after,
#amgiftcard-form.loading:before,
#discount-coupon-form.loading:after,
#discount-coupon-form.loading:before,
.cart .giftcard.loading:after,
.cart .giftcard.loading:before {
  display: block
}
#amgiftcard-form h2,
#discount-coupon-form h2,
.cart .giftcard h2 {
  display: none
}
#amgiftcard-form label,
#discount-coupon-form label,
.cart .giftcard label {
  font-family: Roboto,Verdana,Arial,sans-serif;
  font-weight: 500;
  font-size: 22px;
  text-align: left;
  min-width: 105px;
  display: block;
  margin-right: 10px;
  margin-bottom: 4px;
  text-transform: none
}
@media only screen and (max-width:770px) {
  #amgiftcard-form label,
  #discount-coupon-form label,
  .cart .giftcard label {
    display: block;
    text-align: center;
    font-size: 26px;
    line-height: 32px;
    margin-bottom: 16px
  }
}
#amgiftcard-form .field-wrapper,
#discount-coupon-form .field-wrapper,
.cart .giftcard .field-wrapper {
  display: inline-block;
  position: relative;
  padding-right: 12px;
  float: left;
  width: 100%;
  max-width: 290px
}
#amgiftcard-form .field-wrapper .input-box,
#discount-coupon-form .field-wrapper .input-box,
.cart .giftcard .field-wrapper .input-box {
  float: none
}
#amgiftcard-form .field-wrapper .input-box:before,
#discount-coupon-form .field-wrapper .input-box:before,
.cart .giftcard .field-wrapper .input-box:before {
  margin-top: 4px
}
#amgiftcard-form .field-wrapper .input-text,
#discount-coupon-form .field-wrapper .input-text,
.cart .giftcard .field-wrapper .input-text {
  margin-right: 4px
}
@media only screen and (max-width:770px) {
  #amgiftcard-form .field-wrapper,
  #discount-coupon-form .field-wrapper,
  .cart .giftcard .field-wrapper {
    float: none;
    max-width: 100%;
    width: 100%
  }
}
#amgiftcard-form .validation-advice,
#discount-coupon-form .validation-advice,
.cart .giftcard .validation-advice {
  display: inline
}
#amgiftcard-form .button-wrapper,
#discount-coupon-form .button-wrapper,
.cart .giftcard .button-wrapper {
  display: inline-block;
  vertical-align: bottom
}
@media only screen and (max-width:770px) {
  #amgiftcard-form .button-wrapper,
  #discount-coupon-form .button-wrapper,
  .cart .giftcard .button-wrapper {
    width: 100%
  }
  #amgiftcard-form .button-wrapper .button,
  #discount-coupon-form .button-wrapper .button,
  .cart .giftcard .button-wrapper .button {
    width: 100%;
    padding: 16px 40px 13px 50px;
    font-size: 14px;
    line-height: 17px;
    letter-spacing: 1.75px;
    margin-bottom: 22px
  }
  #amgiftcard-form .button-wrapper .button:before,
  #discount-coupon-form .button-wrapper .button:before,
  .cart .giftcard .button-wrapper .button:before {
    background-position: 0 0!important;
    height: 46px
  }
  #amgiftcard-form .button-wrapper .button:hover:before,
  #discount-coupon-form .button-wrapper .button:hover:before,
  .cart .giftcard .button-wrapper .button:hover:before {
    background-position: -12px 0!important
  }
  #amgiftcard-form .button-wrapper .button:active:before,
  #amgiftcard-form .button-wrapper .button:focus:before,
  #discount-coupon-form .button-wrapper .button:active:before,
  #discount-coupon-form .button-wrapper .button:focus:before,
  .cart .giftcard .button-wrapper .button:active:before,
  .cart .giftcard .button-wrapper .button:focus:before {
    background-position: -24px 0!important
  }
}
#amgiftcard-form .input-text,
#discount-coupon-form .input-text,
.cart .giftcard .input-text {
  border-radius: 0;
  height: 44px;
  margin: 4px 10px 20px 0;
  width: 100%;
  text-transform: uppercase;
  padding: 4px 0 0 15px
}
.cart .giftcard p {
  margin-bottom: 7px
}
.cart .giftcard .check-gc-status {
  float: left;
  padding: 0
}
.cart .giftcard .check-gc-status > span > span {
  font-size: 14px;
  text-transform: none
}
.crosssell h2 {
  color: #39c
}
.crosssell #crosssell-products-list .add-to-links,
.crosssell #crosssell-products-list .button {
  display: none
}
.crosssell .owl-next,
.crosssell .owl-prev {
  position: absolute;
  top: 50%;
  text-indent: -999em;
  display: block;
  content: "";
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/sprite.png);
  background-position: -101px 0!important;
  width: 53px;
  height: 62px;
  margin-top: -25px
}
@media only screen and (-webkit-min-device-pixel-ratio:2),
only screen and (min--moz-device-pixel-ratio:2),
only screen and (-o-min-device-pixel-ratio:2/1),
only screen and (min-device-pixel-ratio:2),
only screen and (min-resolution:192dpi),
only screen and (min-resolution:2dppx) {
  .crosssell .owl-next,
  .crosssell .owl-prev {
    background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/sprite@2x.png);
    background-size: 750px 472px
  }
}
@media only screen and (min-width:770px) {
  .crosssell .owl-next,
  .crosssell .owl-prev {
    display: none!important
  }
}
.crosssell .owl-prev {
  left: 50px
}
@media only screen and (max-width:470px) {
  .crosssell .owl-prev {
    background-position: -426px -301px!important;
    width: 42px;
    height: 50px;
    left: 20px
  }
}
.crosssell .owl-next {
  right: 50px;
  background-position: -171px 0!important
}
@media only screen and (max-width:470px) {
  .crosssell .owl-next {
    background-position: -478px -301px!important;
    width: 42px;
    height: 50px;
    right: 20px
  }
}
@media only screen and (max-width:979px) {
  .crosssell .products-grid > li,
  .crosssell .products-grid > li:nth-child(3n),
  .crosssell .products-grid > li:nth-child(even) {
    width: 47.7272727273%;
    margin-right: 4.5454545455%
  }
  .crosssell .products-grid > li:nth-child(odd) {
    clear: left
  }
  .crosssell .products-grid > li:nth-child(even) {
    margin-right: 0
  }
  .crosssell .products-grid > li:nth-child(3n+1) {
    clear: none
  }
}
@media only screen and (max-width:320px) {
  .crosssell ul .item {
    padding: 0 0 40px
  }
  .crosssell ul .product-details .crosssell-actions {
    padding: 0 5px
  }
}
.checkout-cart-index .main-container {
  width: 100%;
  max-width: 100%;
  padding-bottom: 285px
}
.checkout-cart-index .main-container .main {
  max-width: 100%;
  width: 100%;
  padding: 0
}
.cart {
  position: relative;
  width: 100%;
  max-width: 1270px;
  margin: 0 auto;
  padding: 0 30px 0 86px
}
.cart.open {
  padding-top: 215px
}
@media only screen and (max-width:979px) {
  .cart {
    padding: 0 30px
  }
}
@media only screen and (max-width:770px) {
  .cart {
    padding: 0;
    top: 270px
  }
  .cart form {
    padding: 0 20px
  }
}
.cart:after {
  content: "";
  display: table;
  clear: both
}
.cart .continue-shopping-link {
  padding: 16px 45px 13px 45px;
  float: left;
  margin-bottom: 40px
}
@media only screen and (max-width:979px) {
  .cart .continue-shopping-link {
    margin: 0 0 60px 40px;
    float: none
  }
}
@media only screen and (max-width:770px) {
  .cart .continue-shopping-link {
    margin: 0 0 60px 10px
  }
}
.main div.cart-header {
  position: absolute;
  background: #333632;
  top: 0;
  left: 0;
  width: 100%;
  height: 140px;
  padding: 0 80px;
  z-index: 1
}
.main div.cart-header h1 {
  color: #fff;
  float: left;
  margin-top: 49px
}
.main div.cart-header .button.btn-cart {
  float: right;
  margin-top: 40px;
  margin-right: 60px
}
.main div.cart-header .button.btn-cart:hover {
  color: #000
}
@media only screen and (max-width:1200px) {
  .main div.cart-header {
    padding: 0 30px
  }
}
@media only screen and (max-width:1060px) {
  .main div.cart-header .cart-header-btns .button.btn-cart {
    float: none;
    margin: 40px auto
  }
  .main div.cart-header .cart-header-btns .button:first-child {
    margin-right: 15px
  }
}
@media only screen and (max-width:770px) {
  .main div.cart-header {
    height: 215px
  }
  .main div.cart-header h1 {
    float: none;
    width: 100%;
    text-align: center;
    margin-bottom: 0;
    font-size: 40px
  }
  .main div.cart-header .cart-header-btns {
    text-align: center
  }
  .main div.cart-header .cart-header-btns .button.btn-cart {
    margin: 10px auto
  }
  .main div.cart-header .cart-header-btns .button:first-child {
    margin-right: 15px
  }
}
@media only screen and (max-width:599px) {
  .main div.cart-header {
    height: 250px;
    padding: 0 20px
  }
  .main div.cart-header h1 {
    font-size: 33px;
    letter-spacing: 0;
    margin-top: 15px
  }
  .main div.cart-header .cart-header-btns .button.btn-cart {
    width: 100%;
    width: calc(100% - 60px);
    font-size: 14px;
    padding: 22px 2px 19px 12px
  }
  .main div.cart-header .cart-header-btns .button:first-child {
    margin-right: auto
  }
}
.crosssell {
  max-width: 1000px;
  margin: 0 auto
}
@media only screen and (min-width:480px) {
  .crosssell .block-title .h1 {
    font-size: 49px;
    line-height: 50px;
    letter-spacing: -1px
  }
}
.crosssell-wrapper {
  position: relative;
  top: 285px;
  background: #f4f6e4;
  padding: 58px 0 71px
}
.checkout-cart-gift-card th {
  text-align: left;
  padding: 16px 0 10px 45px
}
.customer-group-langston #discount-coupon-form,
.customer-group-langston .cart-forms .shipping,
.customer-group-langston-supervisor #discount-coupon-form,
.customer-group-langston-supervisor .cart-forms .shipping {
  display: none
}
.customer-group-langston #amgiftcard-form .button,
.customer-group-langston-supervisor #amgiftcard-form .button {
  margin-top: 10px
}
.customer-group-langston #amgiftcard-form .discount-form,
.customer-group-langston-supervisor #amgiftcard-form .discount-form {
  padding-top: 5px
}
.customer-group-langston .customer-allowance-message,
.customer-group-langston-supervisor .customer-allowance-message {
  padding: 10px 15px;
  border: 1px solid #cde146;
  border-radius: 5px;
  margin-bottom: 17px;
  background: #efffcd
}
.checkout-onepage-index .col-left,
.checkout-onepage-index .col-right {
  display: none
}
.checkout-onepage-index .page-header {
  position: relative;
  z-index: 99
}
.checkout-onepage-index .logo.wbenc-logo {
  display: block!important
}
@media only screen and (min-width:770px) {
  .checkout-onepage-index .logo.wbenc-logo {
    margin-top: 10px
  }
}
.checkout-onepage-index .logo-header-bar {
  justify-content: center!important
}
.checkout-onepage-index .header-contact-container > p {
  text-align: right
}
@media only screen and (max-width:979px) {
  .checkout-onepage-index .header-contact-container .contact-us-text {
    display: none
  }
}
.checkout-onepage-index #header-nav,
.checkout-onepage-index .skip-link.skip-account {
  display: none
}
.checkout-onepage-index .main {
  max-width: 1320px;
  margin: 0 auto;
  padding: 0 60px
}
@media only screen and (max-width:770px) {
  .checkout-onepage-index .main {
    padding: 0 20px
  }
}
.checkout-onepage-index .col-main {
  width: 100%;
  float: none;
  padding-top: 162px;
  margin-bottom: 96px
}
@media only screen and (max-width:770px) {
  .checkout-onepage-index .col-main {
    padding-top: 151px
  }
}
.checkout-onepage-index .page-title {
  display: block;
  background: #333632;
  position: absolute;
  height: 100px;
  width: 100%;
  top: 0;
  left: 0
}
.checkout-onepage-index .page-title h1 {
  color: #fff;
  text-transform: none;
  font-size: 49px;
  border-bottom: 0;
  font-weight: 400
}
@media only screen and (max-width:500px) {
  .checkout-onepage-index .page-title h1 {
    font-size: 38px;
    line-height: 49px;
    letter-spacing: -1px
  }
}
.checkout-onepage-index .page-title .page-title-wrapper {
  position: relative;
  max-width: 1320px;
  margin: 31px auto 0;
  padding: 0 60px
}
@media only screen and (max-width:770px) {
  .checkout-onepage-index .page-title .page-title-wrapper {
    padding: 0 10px
  }
}
.checkout-onepage-index .back-to-cart-link {
  position: absolute;
  top: -90px;
  color: #000;
  z-index: 999;
  text-transform: uppercase;
  font-size: 11px;
  letter-spacing: 1px
}
.checkout-onepage-index .back-to-cart-link:before {
  content: "";
  position: relative;
  display: inline-block;
  width: 9px;
  height: 11px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/sprite.png);
  background-position: -471px -5px!important;
  top: 1px;
  margin-right: 10px
}
@media only screen and (-webkit-min-device-pixel-ratio:2),
only screen and (min--moz-device-pixel-ratio:2),
only screen and (-o-min-device-pixel-ratio:2/1),
only screen and (min-device-pixel-ratio:2),
only screen and (min-resolution:192dpi),
only screen and (min-resolution:2dppx) {
  .checkout-onepage-index .back-to-cart-link:before {
    background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/sprite@2x.png);
    background-size: 750px 472px
  }
}
.checkout-onepage-index .back-to-cart-link:hover {
  text-decoration: none
}
.checkout-onepage-index .change-order-link {
  color: #333632;
  text-transform: uppercase;
  font-size: 11px;
  display: block;
  padding: 35px 0;
  letter-spacing: 1px
}
.checkout-onepage-index .change-order-link:before {
  content: "";
  position: relative;
  display: inline-block;
  width: 12px;
  height: 14px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/sprite.png);
  background-position: -454px -1px!important;
  top: 3px;
  margin-right: 10px
}
@media only screen and (-webkit-min-device-pixel-ratio:2),
only screen and (min--moz-device-pixel-ratio:2),
only screen and (-o-min-device-pixel-ratio:2/1),
only screen and (min-device-pixel-ratio:2),
only screen and (min-resolution:192dpi),
only screen and (min-resolution:2dppx) {
  .checkout-onepage-index .change-order-link:before {
    background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/sprite@2x.png);
    background-size: 750px 472px
  }
}
.checkout-onepage-index .change-order-link:hover {
  text-decoration: none
}
@media only screen and (max-width:979px) {
  .checkout-onepage-index .change-order-link {
    text-align: center;
    padding: 0 0 35px
  }
}
.checkout-onepage-index .main-container {
  max-width: 100%;
  padding: 0
}
.checkout-onepage-index .step-title {
  display: none
}
.checkout-onepage-index .btn-login {
  margin-top: 6px
}
.checkout-onepage-index .forgot-password-link {
  color: #333632;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 11px;
  margin-top: 38px;
  display: block
}
.checkout-onepage-index label {
  font-size: 15px;
  line-height: 24px;
  letter-spacing: .5px;
  font-weight: 500
}
.checkout-onepage-index .input-text {
  width: 100%
}
.checkout-onepage-index .fields .field label {
  font-size: 15px;
  line-height: 24px;
  letter-spacing: .5px;
  font-weight: 400
}
.checkout-onepage-index .fields .field label,
.checkout-onepage-index .input-box {
  float: none
}
.checkout-onepage-index label.radio-label {
  font-size: 15px
}
.checkout-onepage-index .scaffold-form {
  margin-bottom: 40px
}
.checkout-onepage-index p.required {
  display: none
}
.checkout-onepage-index .changelink a {
  display: block;
  margin-top: 11px;
  color: #333632;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 1px
}
.checkout-onepage-index .changelink a:before {
  position: relative;
  display: inline-block;
  content: "";
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/sprite.png);
  background-position: -441px -43px!important;
  width: 12px;
  height: 14px;
  top: 2px;
  margin-right: 10px
}
@media only screen and (-webkit-min-device-pixel-ratio:2),
only screen and (min--moz-device-pixel-ratio:2),
only screen and (-o-min-device-pixel-ratio:2/1),
only screen and (min-device-pixel-ratio:2),
only screen and (min-resolution:192dpi),
only screen and (min-resolution:2dppx) {
  .checkout-onepage-index .changelink a:before {
    background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/sprite@2x.png);
    background-size: 750px 472px
  }
}
.checkout-onepage-index label.required:after {
  line-height: 20px
}
@media only screen and (max-width:770px) {
  .checkout-onepage-index .page-header-container {
    height: 90px
  }
  .checkout-onepage-index .back-to-cart-link,
  .checkout-onepage-index .skip-link.skip-nav {
    display: none
  }
  .checkout-onepage-index .page-title-wrapper {
    text-align: center
  }
  .checkout-onepage-index .col2-set .col-1,
  .checkout-onepage-index .col2-set .col-2 {
    width: 100%;
    float: none;
    text-align: center
  }
  .checkout-onepage-index .col2-set .col-2 {
    margin-top: 11px
  }
  .checkout-onepage-index label.radio-label {
    width: 100%
  }
}
@media only screen and (max-width:599px) {
  .checkout-onepage-index .page-header-container {
    height: 64px
  }
}
.checkout-onepage-index .data-table th {
  background: #333632;
  color: #fff;
  text-transform: none;
  font-family: Roboto,Verdana,Arial,sans-serif;
  font-weight: 500;
  font-size: 16px
}
.checkout-onepage-index .data-table tbody td,
.checkout-onepage-index .data-table thead th {
  border-bottom: 0;
  padding: 12px 19px 10px
}
.checkout-onepage-index .data-table tbody td {
  padding: 41px 19px 30px
}
.checkout-onepage-index .data-table tbody .first td {
  padding: 61px 19px 30px
}
.checkout-onepage-index .data-table tfoot tr {
  background: #333632;
  color: #fff;
  font-size: 15px
}
.checkout-onepage-index .data-table tfoot tr .price {
  font-family: Roboto,Verdana,Arial,sans-serif
}
.checkout-onepage-index .data-table tfoot tr.first td {
  padding-top: 37px
}
.checkout-onepage-index .data-table tfoot tr.last td {
  padding-top: 14px;
  padding-bottom: 20px;
  font-size: 23px
}
.checkout-onepage-index .data-table tfoot tr td {
  text-align: left;
  padding-left: 52px;
  padding-bottom: 0;
  padding-top: 2px
}
.checkout-onepage-index .data-table tfoot tr td.last {
  padding-right: 52px;
  padding-left: 0
}
@media only screen and (max-width:479px) {
  .checkout-onepage-index .data-table tfoot tr td {
    padding-left: 20px
  }
  .checkout-onepage-index .data-table tfoot tr td.last {
    padding-right: 20px
  }
}
.checkout-onepage-index .data-table tfoot tr td:first-child a {
  vertical-align: top
}
@media only screen and (max-width:479px) {
  .checkout-onepage-index .data-table tfoot tr td:first-child {
    padding-left: 15px
  }
}
@media only screen and (max-width:540px) {
  .checkout-onepage-index .data-table tfoot tr td:first-child {
    float: left
  }
  .checkout-onepage-index .data-table tfoot tr td:first-child + td {
    float: right
  }
}
.checkout-onepage-index .data-table tfoot tr td:first-child .btn-remove {
  border: none
}
.checkout-onepage-index .data-table tfoot tr td:first-child .btn-remove:after {
  color: #fff;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/sprite.png);
  background-position: -455px -68px!important;
  width: 8px;
  height: 8px;
  content: "";
  display: inline-block;
  top: 6px;
  position: relative
}
@media only screen and (-webkit-min-device-pixel-ratio:2),
only screen and (min--moz-device-pixel-ratio:2),
only screen and (-o-min-device-pixel-ratio:2/1),
only screen and (min-device-pixel-ratio:2),
only screen and (min-resolution:192dpi),
only screen and (min-resolution:2dppx) {
  .checkout-onepage-index .data-table tfoot tr td:first-child .btn-remove:after {
    background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/sprite@2x.png);
    background-size: 750px 472px
  }
}
.checkout-onepage-index #checkout-review-submit {
  padding: 10px 47px 47px 35px
}
@media only screen and (max-width:479px) {
  .checkout-onepage-index #checkout-review-submit {
    padding: 0 30px 47px 20px
  }
}
.checkout-onepage-index #checkout-review-submit .buttons-set {
  margin-top: 0
}
.checkout-onepage-index .order-review .price,
.checkout-onepage-index .order-review .price-box .price {
  font-family: Roboto,Verdana,Arial,sans-serif
}
.checkout-onepage-index .checkout-comments {
  padding: 20px 19px 20px;
  background-color: #fff
}
.checkout-onepage-index .checkout-comments label {
  font-family: Roboto,Verdana,Arial,sans-serif;
  font-weight: 500
}
.checkout-onepage-index .checkout-comments #tsa_commentbox {
  resize: none;
  width: 100%;
  height: 150px
}
.checkout-onepage-index .sp-methods dt {
  font-size: 14px
}
.checkout-onepage-index .sp-methods .price {
  font-weight: 700
}
.checkout-onepage-index .sp-methods .price:before {
  content: " - "
}
@media only screen and (max-width:540px) {
  .checkout-onepage-index .data-table tbody .first td {
    padding: 15px 19px 30px
  }
}
@media only screen and (max-width:770px) {
  .opc-review-step .main,
  .opc-review-step .opc .section .step {
    padding: 0
  }
}
@media only screen and (min-width:980px) {
  .checkout-onepage-index .col-main {
    float: left;
    width: 68.75%;
    padding-right: 20px
  }
  .checkout-onepage-index .col-left,
  .checkout-onepage-index .col-right {
    width: 31.25%;
    display: block
  }
  .checkout-onepage-index .col-right {
    padding-left: 0;
    padding-top: 141px
  }
}
.opc select {
  width: 365px
}
.opc .section.allow .step-title {
  width: 100%;
  position: relative;
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-user-select: none;
  -o-user-select: none;
  user-select: none
}
.opc .section.allow .step-title:after {
  content: "";
  display: table;
  clear: both
}
@media only screen and (max-width:979px) {
  .opc .section.allow .step-title h2 {
    width: 100%;
    text-align: center;
    margin: 0;
    font-size: 38px;
    margin-bottom: 12px
  }
}
@media only screen and (max-width:460px) {
  .opc .section.allow .step-title h2 {
    font-size: 30px
  }
}
.opc .section.allow:not(.active) .step-title {
  cursor: pointer
}
.no-touch .opc .section.allow:not(.active) .step-title:hover {
  background-color: #f4f4f4
}
.opc .section.active .step-title {
  display: block
}
.opc .section .step-title a {
  display: none
}
.opc .section.allow:not(.active) .step-title a {
  display: block;
  float: right;
  line-height: 40px;
  height: 40px;
  padding: 0 10px
}
.no-touch .opc .section .step-title a:hover {
  text-decoration: none
}
.no-touch .opc .section.allow:hover .step-title .number,
.opc .section .step-title .number,
.opc .section.allow.active .step-title .number {
  text-align: center;
  color: #fff;
  font-size: 16px;
  line-height: 36px;
  font-family: Roboto,Verdana,Arial,sans-serif;
  font-weight: 500;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/sprite.png);
  background-position: -716px -178px!important;
  width: 34px;
  height: 34px;
  display: block;
  position: absolute;
  top: 14px;
  left: 10px;
  margin-top: -13px
}
@media only screen and (-webkit-min-device-pixel-ratio:2),
only screen and (min--moz-device-pixel-ratio:2),
only screen and (-o-min-device-pixel-ratio:2/1),
only screen and (min-device-pixel-ratio:2),
only screen and (min-resolution:192dpi),
only screen and (min-resolution:2dppx) {
  .no-touch .opc .section.allow:hover .step-title .number,
  .opc .section .step-title .number,
  .opc .section.allow.active .step-title .number {
    background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/sprite@2x.png);
    background-size: 750px 472px
  }
}
@media only screen and (max-width:979px) {
  .no-touch .opc .section.allow:hover .step-title .number,
  .opc .section .step-title .number,
  .opc .section.allow.active .step-title .number {
    display: none
  }
}
.opc .section.allow .step-title .number {
  background-color: tint(#319e1b,50%)
}
.opc .section.allow .step-title h2 {
  color: gray
}
.opc .section.active .step-title h2,
.opc .section.allow .step-title:hover h2 {
  color: #333632
}
.opc .section .step-title h2 {
  font-family: Roboto,Verdana,Arial,sans-serif;
  font-weight: 500;
  color: #333632;
  font-size: 26px;
  line-height: 40px;
  float: left;
  margin: 0 4px 0 53px
}
.opc .section .step {
  padding: 15px 20px
}
.opc .section .step:after {
  content: "";
  display: table;
  clear: both
}
@media only screen and (max-width:979px) {
  .opc .section .step {
    padding: 0
  }
}
.opc h3 {
  font-size: 15px;
  line-height: 24px;
  letter-spacing: .5px;
  text-align: left
}
.opc .product-image {
  position: absolute;
  margin-right: 20px
}
.opc .product-details {
  padding-left: 95px
}
.opc .data-table tbody td .item-options {
  margin-left: 0;
  margin-top: 0
}
.opc .data-table tbody td .item-options dt {
  font-style: normal;
  font-weight: 400
}
.opc .review-sku {
  text-transform: uppercase;
  margin-bottom: 5px
}
.opc-has-progressed-from-login .buttons-set button.button {
  padding: 22px 50px 19px 50px;
  width: 90%
}
.opc .buttons-set {
  text-align: left
}
.opc .buttons-set button.button {
  float: none;
  margin-left: 0;
  margin-right: 10px;
  margin-bottom: 0
}
.opc .buttons-set button.button:hover {
  color: #000
}
.opc .buttons-set p.required {
  margin-left: 5px;
  margin-bottom: 0
}
.opc .buttons-set .back-link {
  display: block;
  float: none;
  margin: 0;
  color: #333632;
  margin-top: 29px
}
@media only screen and (max-width:979px) {
  .opc .buttons-set .back-link {
    width: 100%;
    text-align: center
  }
}
.opc .buttons-set .back-link a {
  color: #333632;
  font-size: 11px;
  text-transform: uppercase
}
.opc .buttons-set .back-link a:before {
  position: relative;
  display: inline-block;
  content: "";
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/sprite.png);
  background-position: -454px -1px!important;
  width: 12px;
  height: 14px;
  top: 3px;
  margin-right: 10px
}
@media only screen and (-webkit-min-device-pixel-ratio:2),
only screen and (min--moz-device-pixel-ratio:2),
only screen and (-o-min-device-pixel-ratio:2/1),
only screen and (min-device-pixel-ratio:2),
only screen and (min-resolution:192dpi),
only screen and (min-resolution:2dppx) {
  .opc .buttons-set .back-link a:before {
    background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/sprite@2x.png);
    background-size: 750px 472px
  }
}
.opc .buttons-set a {
  line-height: 20px;
  display: inline-block;
  padding: 5px 5px 5px 0
}
@media only screen and (max-width:479px) {
  .opc .buttons-set .button + .buttons-set .button,
  .paypal-express-review .buttons-set .button + .buttons-set .button {
    margin-left: 0
  }
}
.opc #opc-login .step {
  padding: 0
}
.opc #opc-login .buttons-set {
  border-top: 0;
  padding-top: 5px
}
.opc #opc-login .col-2 label {
  display: none
}
.opc #opc-login .input-box {
  float: none
}
.opc #opc-login .input-box input {
  padding: 0 18px 0 18px
}
@media only screen and (max-width:770px) {
  .opc #opc-login p.required {
    display: none
  }
}
#opc-payment .note {
  padding: 10px
}
#checkout-step-login h4 {
  margin-bottom: 8px
}
@media only screen and (max-width:770px) {
  #checkout-step-login h4 {
    font-size: 34px;
    margin-bottom: 18px
  }
}
#checkout-step-login .col-2 h4 {
  margin-bottom: 6px
}
@media only screen and (max-width:770px) {
  #checkout-step-login .col-2 h4 {
    margin-bottom: 10px
  }
}
#checkout-step-login .col-2 #login-form {
  padding-right: 35px
}
#checkout-step-login .col-2 .form-list > li {
  margin-bottom: 18px
}
@media only screen and (max-width:770px) {
  #checkout-step-login .form-list .control:first-child:after {
    content: "Or";
    display: block;
    font-size: 14px;
    margin: 8px 0 28px
  }
}
#checkout-step-login label.radio-label {
  position: relative;
  height: 58px;
  font-size: 16px;
  line-height: 60px;
  padding: 0!important;
  margin-bottom: 20px;
  width: 100%;
  max-width: 318px
}
#checkout-step-login label.radio-label:before {
  display: none
}
#checkout-step-login label.radio-label:hover {
  color: #000
}
@media only screen and (max-width:770px) {
  #checkout-step-login label.radio-label {
    max-width: 100%
  }
}
#checkout-step-login .col-1 .buttons-set {
  display: none
}
.opc-block-progress-step-login,
.opc.opc-firststep-login .section:not(#opc-login) .step-title {
  -webkit-transition: compact(opacity 300ms linear 0);
  -moz-transition: compact(opacity 300ms linear 0);
  -o-transition: compact(opacity 300ms linear 0);
  transition: compact(opacity 300ms linear 0)
}
.opc.opc-firststep-login .section#opc-login .step-title .number {
  -webkit-transition: compact(width 80ms linear 0);
  -moz-transition: compact(width 80ms linear 0);
  -o-transition: compact(width 80ms linear 0);
  transition: compact(width 80ms linear 0)
}
.opc.opc-firststep-login .section#opc-login .step-title h2 {
  -webkit-transition: compact(margin-left 80ms linear 0);
  -moz-transition: compact(margin-left 80ms linear 0);
  -o-transition: compact(margin-left 80ms linear 0);
  transition: compact(margin-left 80ms linear 0)
}
#opc-login .step-title {
  display: none
}
@media only screen and (max-width:979px) {
  .logged-in-user .col-right.sidebar,
  .opc-has-progressed-from-login .col-right.sidebar {
    display: block;
    position: absolute;
    top: 115px;
    left: 0;
    width: 100%;
    float: none;
    padding: 0 20px
  }
  .logged-in-user .col-right.sidebar .block:not(.block-layered-nav) .block-content,
  .opc-has-progressed-from-login .col-right.sidebar .block:not(.block-layered-nav) .block-content {
    padding: 0
  }
  .logged-in-user .col-right.sidebar .block-title,
  .opc-has-progressed-from-login .col-right.sidebar .block-title {
    display: none
  }
  .logged-in-user .col-right.sidebar .block-progress,
  .opc-has-progressed-from-login .col-right.sidebar .block-progress {
    padding: 0;
    border: none
  }
  .logged-in-user .col-right.sidebar .block-progress .block-content,
  .opc-has-progressed-from-login .col-right.sidebar .block-progress .block-content {
    display: block!important;
    border: none
  }
  .logged-in-user .col-right.sidebar .payment-info,
  .opc-has-progressed-from-login .col-right.sidebar .payment-info {
    display: none
  }
  .logged-in-user .col-right.sidebar .block-progress dl,
  .opc-has-progressed-from-login .col-right.sidebar .block-progress dl {
    font-size: 0
  }
  .logged-in-user .col-right.sidebar .block-progress dl > div,
  .opc-has-progressed-from-login .col-right.sidebar .block-progress dl > div {
    position: relative;
    display: inline-block;
    width: 20%;
    vertical-align: top
  }
  .logged-in-user .col-right.sidebar .block-progress dl > div dt,
  .opc-has-progressed-from-login .col-right.sidebar .block-progress dl > div dt {
    text-align: center;
    padding: 17px;
    font-size: 12px
  }
  .logged-in-user .col-right.sidebar .block-progress dl > div dt:before,
  .opc-has-progressed-from-login .col-right.sidebar .block-progress dl > div dt:before {
    font-size: 38px;
    line-height: 49px;
    display: block
  }
  .logged-in-user .col-right.sidebar .block-progress dl > div dd,
  .opc-has-progressed-from-login .col-right.sidebar .block-progress dl > div dd {
    padding: 0
  }
  .logged-in-user .col-right.sidebar .block-progress dl > div dd .cards-list,
  .logged-in-user .col-right.sidebar .block-progress dl > div dd p,
  .opc-has-progressed-from-login .col-right.sidebar .block-progress dl > div dd .cards-list,
  .opc-has-progressed-from-login .col-right.sidebar .block-progress dl > div dd p {
    display: none
  }
  .logged-in-user .col-right.sidebar .block-progress dl > div .changelink,
  .opc-has-progressed-from-login .col-right.sidebar .block-progress dl > div .changelink {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
  }
  .logged-in-user .col-right.sidebar .block-progress dl > div .changelink a,
  .opc-has-progressed-from-login .col-right.sidebar .block-progress dl > div .changelink a {
    text-indent: -999em;
    height: 100%;
    margin: 0
  }
  .logged-in-user .col-right.sidebar .block-progress dl > div .changelink a:before,
  .opc-has-progressed-from-login .col-right.sidebar .block-progress dl > div .changelink a:before {
    display: none
  }
  .logged-in-user dt.complete,
  .opc-has-progressed-from-login dt.complete {
    background: #effecd;
    color: #333632
  }
  .logged-in-user dt.complete div:first-child,
  .opc-has-progressed-from-login dt.complete div:first-child {
    font-size: 38px;
    line-height: 49px
  }
  .logged-in-user dt.complete:before,
  .opc-has-progressed-from-login dt.complete:before {
    display: none!important
  }
  .logged-in-user .col-main,
  .opc-has-progressed-from-login .col-main {
    padding-top: 293px
  }
  .logged-in-user .buttons-set button.button,
  .opc-has-progressed-from-login .buttons-set button.button {
    width: 90%;
    float: none
  }
}
.mobile-qty-price {
  display: none
}
@media only screen and (max-width:979px) {
  .logged-in-user .col-right.sidebar .block-progress dl > div dt,
  .opc-has-progressed-from-login .col-right.sidebar .block-progress dl > div dt {
    padding: 17px 6px;
    height: 113px
  }
}
@media only screen and (max-width:620px) {
  .logged-in-user .col-right.sidebar .block-progress dl > div dt,
  .opc-has-progressed-from-login .col-right.sidebar .block-progress dl > div dt {
    height: auto
  }
  .logged-in-user .col-main,
  .opc-has-progressed-from-login .col-main {
    padding-top: 243px
  }
}
@media only screen and (max-width:540px) {
  .order-review thead {
    display: none
  }
  .order-review .product-price-cell,
  .order-review .product-qty-cell,
  .order-review .product-subtotal-cell {
    display: none
  }
  .order-review .product-details-cell {
    width: 100%
  }
  .opc .data-table tbody td .item-options {
    float: none
  }
  .mobile-qty-price {
    display: block
  }
}
@media only screen and (max-width:460px) {
  .logged-in-user .col-right.sidebar .block-progress dl > div dt,
  .opc-has-progressed-from-login .col-right.sidebar .block-progress dl > div dt {
    padding: 0 17px;
    line-height: 22px
  }
  .opc-has-progressed-from-login .col-main {
    padding-top: 200px
  }
  .logged-in-user .buttons-set button.button,
  .opc-has-progressed-from-login .buttons-set button.button {
    width: 80%;
    float: none;
    padding: 22px 12px 19px 22px
  }
  .logged-in-user .col-right.sidebar,
  .opc-has-progressed-from-login .col-right.sidebar {
    top: 122px
  }
  .logged-in-user .col-main,
  .opc-has-progressed-from-login .col-main {
    padding-top: 227px
  }
}
body:not(.opc-has-progressed-from-login) .opc.opc-firststep-login .section#opc-login .step-title .number {
  width: 0;
  overflow: hidden
}
body:not(.opc-has-progressed-from-login) .opc.opc-firststep-login .section#opc-login .step-title h2 {
  margin-left: 0
}
@media only screen and (max-width:979px) {
  #checkout-shipping-method-load .sp-methods {
    width: 250px;
    margin: 0 auto 45px
  }
}
@media only screen and (min-width:980px) {
  #checkout-shipping-method-load .sp-methods {
    margin: 20px 0 0 35px
  }
}
@media only screen and (max-width:979px) {
  #checkout-payment-method-load.sp-methods dt {
    width: 250px;
    margin: 0 auto 16px
  }
}
@media only screen and (max-width:979px) {
  .checkout-onepage-payment-additional-giftcardaccount {
    text-align: center
  }
}
.sp-methods {
  margin: 0 0 8px
}
@media only screen and (min-width:980px) {
  .sp-methods {
    margin: 20px 0 40px 20px
  }
  .sp-methods dd {
    margin: 20px 0
  }
  .sp-methods dd .form-list {
    padding-left: 0
  }
}
@media only screen and (max-width:979px) {
  .sp-methods.checkout-onepage-payment-additional-customerbalance {
    text-align: center;
    margin: 10px 0 30px
  }
}
@media only screen and (max-width:339px) {
  .sp-methods.checkout-onepage-payment-additional-customerbalance {
    text-align: left;
    padding-left: 15px
  }
}
.sp-methods dt {
  margin: 13px 0 5px;
  font-family: Roboto,Verdana,Arial,sans-serif;
  font-weight: 500;
  text-transform: uppercase
}
.sp-methods dt:first-child {
  margin: 5px 0
}
.sp-methods dd li {
  margin: 15px 0 16px
}
.sp-methods label img {
  float: left
}
.sp-methods label a {
  margin-top: 6px;
  float: right;
  margin-left: 10px
}
.sp-methods .price {
  font-weight: 700
}
.sp-methods .form-list {
  padding-left: 20px
}
@media only screen and (max-width:599px) {
  .sp-methods .form-list {
    padding-left: 0;
    padding-right: 5px
  }
}
.sp-methods .form-list li {
  margin: 0 0 8px
}
.sp-methods select.month {
  width: 120px;
  margin-right: 10px
}
.sp-methods select.year {
  width: 96px
}
.sp-methods .checkmo-list li {
  margin: 0 0 5px;
  content: "";
  display: table;
  clear: both
}
.sp-methods .checkmo-list label {
  width: 165px;
  padding-right: 15px;
  text-align: right;
  float: left
}
.sp-methods .checkmo-list address {
  float: left
}
@media only screen and (max-width:479px) {
  .sp-methods .checkmo-list {
    padding-left: 0
  }
  .sp-methods .checkmo-list label {
    width: 135px
  }
}
.sp-methods .cvv-what-is-this {
  display: none
}
.sp-methods .release-amounts {
  margin: .5em 0
}
.sp-methods .release-amounts button {
  float: left;
  margin: 5px 10px 0 0
}
.block-progress {
  border: 0;
  margin: 0;
  padding-left: 20px
}
.block-progress h5 {
  margin-bottom: 26px;
  margin-top: 46px;
  padding-left: 20px
}
.block-progress .block-content {
  font-size: 13px
}
.block-progress dl > div {
  counter-increment: step-counter
}
.block-progress dl > div dt div {
  display: inline-block
}
.block-progress dl > div dt div:first-child {
  display: inline-block
}
@media only screen and (max-width:979px) {
  .block-progress dl > div dt div:first-child {
    display: block;
    font-size: 38px;
    line-height: 49px
  }
}
@media only screen and (max-width:460px) {
  .block-progress dl > div dt div:first-child {
    font-size: 22px;
    line-height: 26px
  }
}
@media only screen and (max-width:460px) {
  .block-progress dl > div dt.complete div:first-child {
    font-size: 22px;
    line-height: 26px
  }
}
.block-progress .progress-title {
  font-size: 12px;
  line-height: 14px
}
@media only screen and (max-width:620px) {
  .block-progress .progress-title {
    display: none
  }
}
.block-progress dt {
  padding-top: 6px;
  margin-bottom: 9px;
  text-transform: uppercase;
  font-family: Roboto,Verdana,Arial,sans-serif;
  font-weight: 500;
  font-size: 14px;
  color: #333632;
  letter-spacing: 1.75px
}
@media only screen and (min-width:980px) {
  .block-progress dt {
    padding: 15px 20px 10px
  }
}
@media only screen and (max-width:620px) {
  .block-progress dt div:first-child {
    padding: 12px 0 11px
  }
}
.block-progress dt.complete {
  color: #333632
}
.block-progress dd.complete {
  padding-left: 45px;
  padding-bottom: 15px;
  margin-bottom: 10px
}
.block-progress #payment-progress-opcheckout .subtitle {
  margin-bottom: 3px
}
.block-progress .payment-info dt {
  padding: 0;
  margin: 0 0 3px 0;
  color: #333632;
  font-family: Roboto,Verdana,Arial,sans-serif;
  text-transform: none;
  float: left;
  clear: both;
  font-size: 13px;
  letter-spacing: 0
}
.block-progress .payment-info dt:after {
  content: ": ";
  position: relative;
  background: 0 0;
  display: inline-block
}
.block-progress .payment-info dd {
  float: left;
  margin-bottom: 3px;
  font-size: 13px;
  padding: 0
}
.block-progress .payment-info:after {
  content: "";
  display: table;
  clear: both
}
.active-progress-step dt {
  position: relative;
  background: #d8f82c;
  color: #000
}
.active-progress-step dt.complete,
.opc-block-progress dt.complete {
  background: #effecd;
  color: #333632;
  margin-bottom: 0
}
.active-progress-step dt.complete .complete-check,
.opc-block-progress dt.complete .complete-check {
  display: inline-block;
  content: "";
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/sprite.png);
  background-position: -398px -40px!important;
  width: 20px;
  height: 17px;
  vertical-align: top;
  position: relative;
  top: 13px;
  margin-right: 4px
}
@media only screen and (-webkit-min-device-pixel-ratio:2),
only screen and (min--moz-device-pixel-ratio:2),
only screen and (-o-min-device-pixel-ratio:2/1),
only screen and (min-device-pixel-ratio:2),
only screen and (min-resolution:192dpi),
only screen and (min-resolution:2dppx) {
  .active-progress-step dt.complete .complete-check,
  .opc-block-progress dt.complete .complete-check {
    background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/sprite@2x.png);
    background-size: 750px 472px
  }
}
@media only screen and (min-width:980px) {
  .active-progress-step dt.complete .complete-check,
  .opc-block-progress dt.complete .complete-check {
    background-position: -421px -44px!important;
    width: 14px;
    height: 12px;
    top: 2px
  }
}
.active-progress-step dt.complete:after,
.opc-block-progress dt.complete:after {
  display: none
}
@media only screen and (min-width:980px) {
  .active-progress-step dt.complete:after,
  .opc-block-progress dt.complete:after {
    background-position: -371px -42px!important;
    top: 0;
    left: 0
  }
}
@media only screen and (min-width:980px) {
  .active-progress-step dt.complete span,
  .opc-block-progress dt.complete span {
    display: none
  }
}
@media only screen and (max-width:599px) {
  .active-progress-step dt.complete,
  .opc-block-progress dt.complete {
    background: #fff
  }
  .active-progress-step dt.complete .complete-check,
  .active-progress-step dt.complete .complete-title,
  .opc-block-progress dt.complete .complete-check,
  .opc-block-progress dt.complete .complete-title {
    display: none
  }
}
@media only screen and (max-width:460px) {
  .active-progress-step dt.complete .active-progress-step dt > div,
  .opc-block-progress dt.complete .active-progress-step dt > div {
    font-size: 22px
  }
}
.active-progress-step dd.complete,
.opc-block-progress dd.complete {
  background: #effecd;
  color: #333632
}
@media only screen and (max-width:599px) {
  .block-progress dl > div dt div {
    font-size: 22px;
    line-height: 26px;
    padding: 12px 0 11px
  }
  .block-progress dl > div dt div.complete-title {
    display: none
  }
}
label[for=authorizenet_cc_number] + .input-box:after,
label[for=ccsave_cc_number] + .input-box:after,
label[for=md_cybersource_cc_number] + .input-box:after,
label[for=paypal_direct_cc_number] + .input-box:after {
  display: block;
  content: "";
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/sprite.png);
  background-position: -453px -140px!important;
  width: 24px;
  height: 20px;
  position: absolute;
  top: 12px;
  right: 12px
}
@media only screen and (-webkit-min-device-pixel-ratio:2),
only screen and (min--moz-device-pixel-ratio:2),
only screen and (-o-min-device-pixel-ratio:2/1),
only screen and (min-device-pixel-ratio:2),
only screen and (min-resolution:192dpi),
only screen and (min-resolution:2dppx) {
  label[for=authorizenet_cc_number] + .input-box:after,
  label[for=ccsave_cc_number] + .input-box:after,
  label[for=md_cybersource_cc_number] + .input-box:after,
  label[for=paypal_direct_cc_number] + .input-box:after {
    background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/sprite@2x.png);
    background-size: 750px 472px
  }
}
label[for=authorizenet_cc_cid] + .input-box:before,
label[for=authorizenet_expiration] + .input-box:before,
label[for=ccsave_cc_cid] + .input-box:before,
label[for=ccsave_expiration] + .input-box:before,
label[for=md_cybersource_cc_cid] + .input-box:before,
label[for=md_cybersource_expiration] + .input-box:before,
label[for=paypal_direct_cc_cid] + .input-box:before,
label[for=paypal_direct_expiration] + .input-box:before,
label[for=verisign_cc_cid] + .input-box:before,
label[for=verisign_expiration] + .input-box:before {
  display: none
}
label[for=authorizenet_cc_cid] + .input-box .v-fix,
label[for=authorizenet_expiration] + .input-box .v-fix,
label[for=ccsave_cc_cid] + .input-box .v-fix,
label[for=ccsave_expiration] + .input-box .v-fix,
label[for=md_cybersource_cc_cid] + .input-box .v-fix,
label[for=md_cybersource_expiration] + .input-box .v-fix,
label[for=paypal_direct_cc_cid] + .input-box .v-fix,
label[for=paypal_direct_expiration] + .input-box .v-fix,
label[for=verisign_cc_cid] + .input-box .v-fix,
label[for=verisign_expiration] + .input-box .v-fix {
  position: relative;
  width: 50%;
  margin: 0;
  padding-right: 20px
}
#paypal_direct_centinel_logo .input-box:before {
  display: none
}
#checkout-review-table .btn-remove img {
  display: none
}
.opc-block-progress dt.complete .separator,
.opc-block-progress dt.complete a {
  display: inline
}
.opc-block-progress dt .separator,
.opc-block-progress dt a {
  display: none
}
#checkout-step-review .opc-block-progress {
  border-left: none;
  padding-left: 0
}
#checkout-step-review .opc-block-progress .block-title {
  display: none
}
#checkout-step-review .opc-block-progress .block-content {
  display: block!important;
  padding: 0
}
#checkout-step-review .opc-block-progress .block-content > dl > div {
  float: left;
  width: 50%
}
@media only screen and (max-width:479px) {
  #checkout-step-review .opc-block-progress .block-content > dl > div {
    float: none;
    width: auto
  }
}
#checkout-step-review .opc-block-progress .block-content .changelink {
  display: none
}
@media only screen and (max-width:479px) {
  #checkout-review-table thead > tr > th {
    display: none
  }
  #checkout-review-table thead > tr > th:first-child {
    display: block
  }
  #checkout-review-table thead > tr > th:first-child {
    display: block
  }
}
#checkout-step-review .centinel > p {
  margin-bottom: 10px
}
#checkout-step-review .centinel iframe {
  width: 100%;
  min-height: 400px
}
.gift-messages-form .item {
  content: "";
  display: table;
  clear: both;
  margin-top: 30px
}
.gift-messages-form .item h5 {
  font-weight: 700
}
.gift-messages-form .item .product-img-box {
  width: auto;
  float: left;
  padding-right: 15px
}
.gift-messages-form .item .details {
  float: left
}
.gift-message-form .inner-box > div {
  content: "";
  display: table;
  clear: both;
  width: 100%;
  margin-top: 15px
}
.gift-message-form .inner-box > div.extra-options-container p {
  margin-bottom: 15px
}
.gift-message-form .gift-wrapping-form label {
  margin-right: 10px
}
.gift-message-form .gift-wrapping-form img {
  float: left
}
.gift-message-form .gift-wrapping-form .gift-wrapping-design {
  height: 75px
}
.gift-message-form .gift-wrapping-form .gift-wrapping-design:after {
  content: "";
  display: table;
  clear: both
}
.gift-message-form .gift-wrapping-form .gift-wrapping-design .image-box {
  margin-right: 5px
}
.gift-message-form .gift-item {
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: solid 1px #e6e6e6
}
.gift-message-form .gift-item:after {
  content: "";
  display: table;
  clear: both
}
.gift-message-form .gift-item .product-img-box {
  width: 200px
}
.gift-message-form .gift-item .product-img-box .product-image {
  width: 75px;
  margin-left: auto;
  margin-right: auto
}
.gift-message-form .gift-item .product-img-box .product-name {
  display: block
}
.gift-message-form .gift-item .fieldset {
  margin-left: 200px
}
@media only screen and (max-width:770px) {
  .gift-message-form .gift-item .product-img-box {
    width: 100%;
    float: none
  }
  .gift-message-form .gift-item .fieldset {
    margin-left: 0
  }
  .gift-message-form .gift-item .fieldset textarea {
    width: 100%
  }
}
@media only screen and (min-width:600px) {
  .checkout-onepage-index .customer-name-middlename,
  .checkout-onepage-index .fields-city-state-zip,
  .checkout-onepage-index .fields-company-email,
  .checkout-onepage-index .fields-country-phone {
    display: flex;
    flex-direction: row
  }
  .checkout-onepage-index .customer-name-middlename > div,
  .checkout-onepage-index .fields-city-state-zip > div,
  .checkout-onepage-index .fields-company-email > div,
  .checkout-onepage-index .fields-country-phone > div {
    flex-grow: 1;
    width: 50%
  }
  .checkout-onepage-index .customer-name-middlename > div:not(:last-child),
  .checkout-onepage-index .fields-city-state-zip > div:not(:last-child),
  .checkout-onepage-index .fields-company-email > div:not(:last-child),
  .checkout-onepage-index .fields-country-phone > div:not(:last-child) {
    margin-right: 5px
  }
  .checkout-onepage-index .customer-name-middlename .input-box.select-container,
  .checkout-onepage-index .fields-city-state-zip .input-box.select-container,
  .checkout-onepage-index .fields-company-email .input-box.select-container,
  .checkout-onepage-index .fields-country-phone .input-box.select-container {
    padding-top: 1px
  }
  .checkout-onepage-index #register-customer-password .form-instructions {
    margin-bottom: 0
  }
}
.website-langston #payment_form_purchaseorder label:after {
  content: " (Enter the PO number here)"
}
.checkout-onepage-success .col-main {
  padding: 50px 0;
  text-align: center
}
.checkout-onepage-success .col-main p {
  font-size: 20px;
  line-height: 40px
}
.checkout-onepage-success .buttons-set {
  margin: 10px 0;
  text-align: center
}
.checkout-onepage-success .buttons-set button {
  float: none
}
.clearfix:after,
.configurable-swatch-list:after,
.product-view .product-options .swatch-attr:after {
  display: block;
  content: ".";
  clear: both;
  font-size: 0;
  line-height: 0;
  height: 0;
  overflow: hidden
}
.product-view .product-options .swatch-attr {
  float: none;
  display: block;
  clear: both;
  border: 0
}
.product-view .product-options dt.swatch-attr label {
  display: block;
  line-height: 1.3
}
div.color-swatches {
  text-align: center;
  margin-top: 0;
  min-height: 25px
}
.configurable-swatch-list {
  zoom: 1;
  clear: both
}
.configurable-swatch-list .owl-stage {
  margin: 0 auto
}
.configurable-swatch-list.configurable-swatch-color.clearfix.owl-carousel.owl-theme {
  padding: 0 25%
}
.configurable-swatch-list li {
  display: inline-block;
  float: none;
  zoom: 1;
  margin: 0 0 0 3px
}
#narrow-by-list dd .configurable-swatch-list li {
  margin: 0 0 0 3px;
  width: 30%
}
.swatch-link div,
.swatch-link img {
  border-radius: 3px
}
.swatch-label,
.swatch-link {
  display: block;
  border-radius: 3px;
  font-size: 14px;
  text-align: center;
  color: #666;
  text-decoration: none;
  box-sizing: content-box
}
.swatch-link {
  border: none;
  margin: 0 0 3px
}
#narrow-by-list dd .swatch-link {
  border: none;
  float: left;
  margin-right: 2px;
  padding: 0
}
.currently .swatch-link {
  display: inline-block;
  margin: 0 0 0 10px
}
.swatch-label {
  border: 1px solid #fff;
  margin: 0;
  white-space: nowrap;
  background: #efefef
}
.swatch-link:hover {
  cursor: pointer
}
.currently .swatch-link:hover {
  cursor: default
}
.swatch-link .x {
  display: none;
  text-indent: -999em;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/bg_x.png) center no-repeat transparent;
  z-index: 10
}
.configurable-swatch-list .not-available .x {
  display: block
}
.configurable-swatch-list .not-available .swatch-link {
  border-color: #e6e6e6;
  position: relative
}
.configurable-swatch-list .not-available .swatch-label {
  color: #aaa;
  background: #fff
}
.swatch-link.has-image .swatch-label {
  border: none;
  position: relative;
  background: 0 0
}
.swatch-link.has-image div,
.swatch-link.has-image img {
  border: 1px solid #d3d3d3;
  position: absolute;
  top: 0;
  left: 0
}
.swatch-link.has-image div:hover,
.swatch-link.has-image img:hover {
  border: 1px solid #e7542f!important
}
.configurable-swatch-list .not-available .swatch-link.has-image div,
.configurable-swatch-list .not-available .swatch-link.has-image img {
  opacity: .4
}
.swatch-input-box .configurable-swatch-list .selected .swatch-link .swatch-label div,
.swatch-input-box .configurable-swatch-list .selected .swatch-link .swatch-label img,
.swatch-input-box .configurable-swatch-list .selected .swatch-link:not(.has-image) .swatch-label {
  border: #000 solid 1px
}
.swatch-input-box .configurable-swatch-list .selected .swatch-link.has-image .swatch-label:after {
  content: "";
  display: block;
  position: absolute;
  right: 20px;
  top: 25px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/sprite.png);
  background-position: -216px -314px!important;
  width: 21px;
  height: 18px
}
@media only screen and (-webkit-min-device-pixel-ratio:2),
only screen and (min--moz-device-pixel-ratio:2),
only screen and (-o-min-device-pixel-ratio:2/1),
only screen and (min-device-pixel-ratio:2),
only screen and (min-resolution:192dpi),
only screen and (min-resolution:2dppx) {
  .swatch-input-box .configurable-swatch-list .selected .swatch-link.has-image .swatch-label:after {
    background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/sprite@2x.png);
    background-size: 750px 472px
  }
}
.currently .swatch-link:hover {
  border-color: #bbb
}
.configurable-swatch-list .wide-swatch .swatch-label {
  padding: 0 6px
}
.configurable-swatch-box {
  background: 0 0!important
}
.configurable-swatch-box select.swatch-select {
  display: none
}
.configurable-swatch-box .validation-advice {
  margin: 0 0 5px;
  background: #d91a00;
  padding: 2px 5px!important;
  font-weight: 700;
  color: #fff!important;
  float: left;
  display: block;
  border-radius: 3px
}
.availability.out-of-stock span {
  color: #333
}
.product-view .add-to-cart button.out-of-stock {
  background-position: -80px -362px;
  cursor: default
}
.product-view .product-options dd .input-box {
  width: auto;
  height: auto
}
.product-options .select-label {
  display: none
}
.product-options dt.swatch-attr .select-label,
.product-options dt.swatch-attr label {
  font-size: 12px
}
.product-options dt.swatch-attr .select-label {
  display: inline;
  font-weight: 400;
  color: #333632;
  font-size: 22px;
  padding-left: 5px
}
.color-swatches .owl-prev {
  width: 15px;
  height: 100px;
  position: absolute;
  top: 2px;
  margin-left: -20px;
  display: block!important;
  border: 0 solid #000
}
.color-swatches .owl-next {
  width: 15px;
  height: 100px;
  position: absolute;
  top: 2px;
  right: 51px;
  display: block!important;
  border: 0 solid #000
}
.colorswatch-img-category-container.academy-blue {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -15px 0
}
.colorswatch-img-category-container.acid {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -60px -210px
}
.colorswatch-img-category-container.action-green {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) 0 -15px
}
.colorswatch-img-category-container.admiral-blue-black-magnet-grey {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -15px -15px
}
.colorswatch-img-category-container.admiral-blue {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -30px 0
}
.colorswatch-img-category-container.adriatic-blue {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -30px -15px
}
.colorswatch-img-category-container.aero-blue-dark-grey {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) 0 -30px
}
.colorswatch-img-category-container.agave {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -15px -30px
}
.colorswatch-img-category-container.alloy-green {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -30px -30px
}
.colorswatch-img-category-container.aluminum-grey {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -45px 0
}
.colorswatch-img-category-container.aluminum-pink {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -45px -15px
}
.colorswatch-img-category-container.amber-amber {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -45px -30px
}
.colorswatch-img-category-container.amber-clear {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) 0 -45px
}
.colorswatch-img-category-container.amber-white {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -15px -45px
}
.colorswatch-img-category-container.amber {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -30px -45px
}
.colorswatch-img-category-container.amethyst-purple {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -45px -45px
}
.colorswatch-img-category-container.amethyst {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -60px 0
}
.colorswatch-img-category-container.anthracite-anthracite {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -60px -15px
}
.colorswatch-img-category-container.anthracite-black {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -60px -30px
}
.colorswatch-img-category-container.anthracite-white {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -60px -45px
}
.colorswatch-img-category-container.anthracite {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) 0 -60px
}
.colorswatch-img-category-container.antique-cherry-red {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -15px -60px
}
.colorswatch-img-category-container.antique-gold {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -30px -60px
}
.colorswatch-img-category-container.antique-heliconia {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -45px -60px
}
.colorswatch-img-category-container.antique-irish-green {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -60px -60px
}
.colorswatch-img-category-container.antique-jade-dome {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -75px 0
}
.colorswatch-img-category-container.antique-orange {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -75px -15px
}
.colorswatch-img-category-container.antique-royal {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -75px -30px
}
.colorswatch-img-category-container.antique-sapphire {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -75px -45px
}
.colorswatch-img-category-container.apple-green {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -75px -60px
}
.colorswatch-img-category-container.apple-red {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) 0 -75px
}
.colorswatch-img-category-container.aqua-green-heather {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -15px -75px
}
.colorswatch-img-category-container.aqua-heather-battleship-grey {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -30px -75px
}
.colorswatch-img-category-container.aqua-ice {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -45px -75px
}
.colorswatch-img-category-container.aqua-reflective {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -60px -75px
}
.colorswatch-img-category-container.aqua-splash-bright-lime {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -75px -75px
}
.colorswatch-img-category-container.aqua {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -90px 0
}
.colorswatch-img-category-container.aquamarine-black {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -90px -15px
}
.colorswatch-img-category-container.aquamarine-new-navy {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -90px -30px
}
.colorswatch-img-category-container.aquamarine {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -90px -45px
}
.colorswatch-img-category-container.aquatic-blue {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -90px -60px
}
.colorswatch-img-category-container.army-camo {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -90px -75px
}
.colorswatch-img-category-container.army-gold {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) 0 -90px
}
.colorswatch-img-category-container.army-green {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -15px -90px
}
.colorswatch-img-category-container.army-white {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -30px -90px
}
.colorswatch-img-category-container.army {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -45px -90px
}
.colorswatch-img-category-container.ascent-blue {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -60px -90px
}
.colorswatch-img-category-container.ash-gray {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -75px -90px
}
.colorswatch-img-category-container.ash-heather {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -90px -90px
}
.colorswatch-img-category-container.ash {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -105px 0
}
.colorswatch-img-category-container.asphalt {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -105px -15px
}
.colorswatch-img-category-container.astro-green {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -105px -30px
}
.colorswatch-img-category-container.athletic-gold-black {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -105px -45px
}
.colorswatch-img-category-container.athletic-gold-light-stone {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -105px -60px
}
.colorswatch-img-category-container.athletic-gold {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -105px -75px
}
.colorswatch-img-category-container.athletic-green {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -105px -90px
}
.colorswatch-img-category-container.athletic-heather-jet-black {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) 0 -105px
}
.colorswatch-img-category-container.athletic-heather-navy {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -15px -105px
}
.colorswatch-img-category-container.athletic-heather {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -30px -105px
}
.colorswatch-img-category-container.athletic-kelly {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -45px -105px
}
.colorswatch-img-category-container.athletic-maroon {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -60px -105px
}
.colorswatch-img-category-container.athletic-orange {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -75px -105px
}
.colorswatch-img-category-container.athletic-oxford-black {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -90px -105px
}
.colorswatch-img-category-container.athletic-oxford-neon-blue {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -105px -105px
}
.colorswatch-img-category-container.athletic-oxford {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -120px 0
}
.colorswatch-img-category-container.athletic-purple {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -120px -15px
}
.colorswatch-img-category-container.athletic-red {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -120px -30px
}
.colorswatch-img-category-container.athletic-royal {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -120px -45px
}
.colorswatch-img-category-container.atlantic-blue-chrome {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -120px -60px
}
.colorswatch-img-category-container.atomic-blue {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -120px -75px
}
.colorswatch-img-category-container.aubergine-purple-white {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -120px -90px
}
.colorswatch-img-category-container.aubergine-purple {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -120px -105px
}
.colorswatch-img-category-container.augusta-green {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) 0 -120px
}
.colorswatch-img-category-container.autumn-orange {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -15px -120px
}
.colorswatch-img-category-container.azalea {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -30px -120px
}
.colorswatch-img-category-container.azure-blue {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -45px -120px
}
.colorswatch-img-category-container.banana {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -60px -120px
}
.colorswatch-img-category-container.bark {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -75px -120px
}
.colorswatch-img-category-container.basil-green {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -90px -120px
}
.colorswatch-img-category-container.battleship-grey-black {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -105px -120px
}
.colorswatch-img-category-container.battleship-grey-charge-green {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -120px -120px
}
.colorswatch-img-category-container.battleship-grey-dark-rose {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -135px 0
}
.colorswatch-img-category-container.battleship-grey-pearl-grey {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -135px -15px
}
.colorswatch-img-category-container.battleship-grey {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -135px -30px
}
.colorswatch-img-category-container.beach-sand-dune {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -135px -45px
}
.colorswatch-img-category-container.beach {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -135px -60px
}
.colorswatch-img-category-container.beige-navy {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -135px -75px
}
.colorswatch-img-category-container.beige {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -135px -90px
}
.colorswatch-img-category-container.bermuda-purple {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -135px -105px
}
.colorswatch-img-category-container.berry-burst-felt-charcoal {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -135px -120px
}
.colorswatch-img-category-container.berry-burst {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) 0 -135px
}
.colorswatch-img-category-container.berry-heather {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -15px -135px
}
.colorswatch-img-category-container.berry {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -30px -135px
}
.colorswatch-img-category-container.birch {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -45px -135px
}
.colorswatch-img-category-container.black-anthracite {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -60px -135px
}
.colorswatch-img-category-container.black-athletic-oxford {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -75px -135px
}
.colorswatch-img-category-container.black-athletic-red {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -90px -135px
}
.colorswatch-img-category-container.black-athletic-royal {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -105px -135px
}
.colorswatch-img-category-container.black-battleship-grey {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -120px -135px
}
.colorswatch-img-category-container.black-beige {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -135px -135px
}
.colorswatch-img-category-container.black-black-magnet-grey {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -150px 0
}
.colorswatch-img-category-container.black-black {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -150px -15px
}
.colorswatch-img-category-container.black-blue-spark {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -150px -30px
}
.colorswatch-img-category-container.black-blue {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -150px -45px
}
.colorswatch-img-category-container.black-brown {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -150px -60px
}
.colorswatch-img-category-container.black-burgundy {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -150px -75px
}
.colorswatch-img-category-container.black-camo {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -150px -90px
}
.colorswatch-img-category-container.black-charcoal-grey-heather {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -150px -105px
}
.colorswatch-img-category-container.black-charcoal-grey {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -150px -120px
}
.colorswatch-img-category-container.black-charcoal-heather {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -150px -135px
}
.colorswatch-img-category-container.black-charcoal {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) 0 -150px
}
.colorswatch-img-category-container.black-chartreuse {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -15px -150px
}
.colorswatch-img-category-container.black-cherry {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -30px -150px
}
.colorswatch-img-category-container.black-chrome {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -45px -150px
}
.colorswatch-img-category-container.black-citron-white {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -60px -150px
}
.colorswatch-img-category-container.black-cool-grey {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -75px -150px
}
.colorswatch-img-category-container.black-dark-charcoal {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -90px -150px
}
.colorswatch-img-category-container.black-dark-grey-gym-red {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -105px -150px
}
.colorswatch-img-category-container.black-dark-grey {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -120px -150px
}
.colorswatch-img-category-container.black-dark-smoke-grey {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -135px -150px
}
.colorswatch-img-category-container.black-deep-grey {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -150px -150px
}
.colorswatch-img-category-container.black-deep-orange-white {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -165px 0
}
.colorswatch-img-category-container.black-deep-orange {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -165px -15px
}
.colorswatch-img-category-container.black-deep-red {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -165px -30px
}
.colorswatch-img-category-container.black-deep-smoke {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -165px -45px
}
.colorswatch-img-category-container.black-dip-dye {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -165px -60px
}
.colorswatch-img-category-container.black-electric-black {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -165px -75px
}
.colorswatch-img-category-container.black-electric {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -165px -90px
}
.colorswatch-img-category-container.black-engine-red {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -165px -105px
}
.colorswatch-img-category-container.black-felt-charcoal {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -165px -120px
}
.colorswatch-img-category-container.black-flint-grey-black {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -165px -135px
}
.colorswatch-img-category-container.black-forest-green {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -165px -150px
}
.colorswatch-img-category-container.black-frost-grey-frost {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) 0 -165px
}
.colorswatch-img-category-container.black-frost {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -15px -165px
}
.colorswatch-img-category-container.black-game-royal {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -30px -165px
}
.colorswatch-img-category-container.black-gold-white {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -45px -165px
}
.colorswatch-img-category-container.black-gold {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -60px -165px
}
.colorswatch-img-category-container.black-graphite-grey-graphite-grey {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -75px -165px
}
.colorswatch-img-category-container.black-graphite-grey-white {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -90px -165px
}
.colorswatch-img-category-container.black-graphite-grey {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -105px -165px
}
.colorswatch-img-category-container.black-graphite-heather-black {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -120px -165px
}
.colorswatch-img-category-container.black-graphite-heather-citron {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -135px -165px
}
.colorswatch-img-category-container.black-graphite-heather-true-red {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -150px -165px
}
.colorswatch-img-category-container.black-graphite-heather-true-royal {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -165px -165px
}
.colorswatch-img-category-container.black-graphite-heather-white {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -180px 0
}
.colorswatch-img-category-container.black-graphite-white {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -180px -15px
}
.colorswatch-img-category-container.black-graphite {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -180px -30px
}
.colorswatch-img-category-container.black-gray {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -180px -45px
}
.colorswatch-img-category-container.black-grey-cosmic {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -180px -60px
}
.colorswatch-img-category-container.black-grey-frost {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -180px -75px
}
.colorswatch-img-category-container.black-grey-steel {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -180px -90px
}
.colorswatch-img-category-container.black-grey-white {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -180px -105px
}
.colorswatch-img-category-container.black-gunmetal {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -180px -120px
}
.colorswatch-img-category-container.black-gym-red {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -180px -135px
}
.colorswatch-img-category-container.black-heather-black {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -180px -150px
}
.colorswatch-img-category-container.black-heather-charcoal {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -180px -165px
}
.colorswatch-img-category-container.black-heather-grey {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) 0 -180px
}
.colorswatch-img-category-container.black-heather-nickel {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -15px -180px
}
.colorswatch-img-category-container.black-heather {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -30px -180px
}
.colorswatch-img-category-container.black-hunter {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -45px -180px
}
.colorswatch-img-category-container.black-imperial-blue {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -60px -180px
}
.colorswatch-img-category-container.black-ink-grey {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -75px -180px
}
.colorswatch-img-category-container.black-iron-grey-white {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -90px -180px
}
.colorswatch-img-category-container.black-iron-grey {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -105px -180px
}
.colorswatch-img-category-container.black-khaki {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -120px -180px
}
.colorswatch-img-category-container.black-light-heather-grey {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -135px -180px
}
.colorswatch-img-category-container.black-light-oxford {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -150px -180px
}
.colorswatch-img-category-container.black-light-stone {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -165px -180px
}
.colorswatch-img-category-container.black-lime-shock {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -180px -180px
}
.colorswatch-img-category-container.black-lime {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -195px 0
}
.colorswatch-img-category-container.black-magnet-grey-black {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -195px -15px
}
.colorswatch-img-category-container.black-magnet-grey-signal-red {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -195px -30px
}
.colorswatch-img-category-container.black-magnet-grey {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -195px -45px
}
.colorswatch-img-category-container.black-maroon {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -195px -60px
}
.colorswatch-img-category-container.black-monument-grey {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -195px -75px
}
.colorswatch-img-category-container.black-multi {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -195px -90px
}
.colorswatch-img-category-container.black-natural {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -195px -105px
}
.colorswatch-img-category-container.black-neon-orange {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -195px -120px
}
.colorswatch-img-category-container.black-neon-pink {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -195px -135px
}
.colorswatch-img-category-container.black-orange {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -195px -150px
}
.colorswatch-img-category-container.black-pebble {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -195px -165px
}
.colorswatch-img-category-container.black-petrol {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -195px -180px
}
.colorswatch-img-category-container.black-pink-raspberry {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) 0 -195px
}
.colorswatch-img-category-container.black-pink {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -15px -195px
}
.colorswatch-img-category-container.black-realtree-hardwoods {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -30px -195px
}
.colorswatch-img-category-container.black-realtree-xtra {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -45px -195px
}
.colorswatch-img-category-container.black-red {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -60px -195px
}
.colorswatch-img-category-container.black-reflective {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -75px -195px
}
.colorswatch-img-category-container.black-royal-white {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -90px -195px
}
.colorswatch-img-category-container.black-royal {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -105px -195px
}
.colorswatch-img-category-container.black-safety-yellow {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -120px -195px
}
.colorswatch-img-category-container.black-sand {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -135px -195px
}
.colorswatch-img-category-container.black-scarlet-red {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -150px -195px
}
.colorswatch-img-category-container.black-scarlet-white {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -165px -195px
}
.colorswatch-img-category-container.black-scarlet {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -180px -195px
}
.colorswatch-img-category-container.black-shadow-heather {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -195px -195px
}
.colorswatch-img-category-container.black-shock-blue {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -210px 0
}
.colorswatch-img-category-container.black-shock-green {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -210px -15px
}
.colorswatch-img-category-container.black-shock-orange {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -210px -30px
}
.colorswatch-img-category-container.black-shock-pink {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -210px -45px
}
.colorswatch-img-category-container.black-signal-red {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -210px -60px
}
.colorswatch-img-category-container.black-silver-silver {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -210px -75px
}
.colorswatch-img-category-container.black-silver {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -210px -90px
}
.colorswatch-img-category-container.black-smoke-grey {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -210px -105px
}
.colorswatch-img-category-container.black-smoke {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -210px -120px
}
.colorswatch-img-category-container.black-solid-pewter-lining {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -210px -135px
}
.colorswatch-img-category-container.black-steel-grey {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -210px -150px
}
.colorswatch-img-category-container.black-stone {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -210px -165px
}
.colorswatch-img-category-container.black-stripe {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -210px -180px
}
.colorswatch-img-category-container.black-tropic-blue-white {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -210px -195px
}
.colorswatch-img-category-container.black-tropical-pink {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) 0 -210px
}
.colorswatch-img-category-container.black-true-red-white {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -15px -210px
}
.colorswatch-img-category-container.black-true-red {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -30px -210px
}
.colorswatch-img-category-container.black-true-royal-white {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -45px -210px
}
.colorswatch-img-category-container.black-true-royal {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) 0 0
}
.colorswatch-img-category-container.black-varsity-red {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -75px -210px
}
.colorswatch-img-category-container.black-vegas-gold {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -90px -210px
}
.colorswatch-img-category-container.black-vintage-heather {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -105px -210px
}
.colorswatch-img-category-container.black-watch-plaid-print {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -120px -210px
}
.colorswatch-img-category-container.black-watermelon {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -135px -210px
}
.colorswatch-img-category-container.black-white-black {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -150px -210px
}
.colorswatch-img-category-container.black-white-magnet-grey {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -165px -210px
}
.colorswatch-img-category-container.black-white-true-royal {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -180px -210px
}
.colorswatch-img-category-container.black-white {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -195px -210px
}
.colorswatch-img-category-container.black-wolf-grey {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -210px -210px
}
.colorswatch-img-category-container.black {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -225px 0
}
.colorswatch-img-category-container.blackberry {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -225px -15px
}
.colorswatch-img-category-container.blacktop-black-reflective {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -225px -30px
}
.colorswatch-img-category-container.blacktop-blacktop {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -225px -45px
}
.colorswatch-img-category-container.blacktop-chili-red {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -225px -60px
}
.colorswatch-img-category-container.blacktop-diesel-grey-signal-red {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -225px -75px
}
.colorswatch-img-category-container.blacktop-diesel-grey {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -225px -90px
}
.colorswatch-img-category-container.blacktop-gear-grey {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -225px -105px
}
.colorswatch-img-category-container.blacktop-heather {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -225px -120px
}
.colorswatch-img-category-container.blacktop-herringbone {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -225px -135px
}
.colorswatch-img-category-container.blacktop {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -225px -150px
}
.colorswatch-img-category-container.blaze-rainbow {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -225px -165px
}
.colorswatch-img-category-container.blizzard-pink {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -225px -180px
}
.colorswatch-img-category-container.blue-blue {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -225px -195px
}
.colorswatch-img-category-container.blue-crush-white-deep-red {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -225px -210px
}
.colorswatch-img-category-container.blue-crush {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) 0 -225px
}
.colorswatch-img-category-container.blue-dusk {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -15px -225px
}
.colorswatch-img-category-container.blue-enamel {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -30px -225px
}
.colorswatch-img-category-container.blue-fog {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -45px -225px
}
.colorswatch-img-category-container.blue-gill {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -60px -225px
}
.colorswatch-img-category-container.blue-glacier {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -75px -225px
}
.colorswatch-img-category-container.blue-grey {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -90px -225px
}
.colorswatch-img-category-container.blue-heather {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -105px -225px
}
.colorswatch-img-category-container.blue-horizon {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -120px -225px
}
.colorswatch-img-category-container.blue-indigo {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -135px -225px
}
.colorswatch-img-category-container.blue-iris-stone {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -150px -225px
}
.colorswatch-img-category-container.blue-iris {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -165px -225px
}
.colorswatch-img-category-container.blue-jewel {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -180px -225px
}
.colorswatch-img-category-container.blue-lake {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -195px -225px
}
.colorswatch-img-category-container.blue-mirror {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -210px -225px
}
.colorswatch-img-category-container.blue-moon {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -225px -225px
}
.colorswatch-img-category-container.blue-navy {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -240px 0
}
.colorswatch-img-category-container.blue-purple {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -240px -15px
}
.colorswatch-img-category-container.blue-red {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -240px -30px
}
.colorswatch-img-category-container.blue-sapphire-black {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -240px -45px
}
.colorswatch-img-category-container.blue-sapphire {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -240px -60px
}
.colorswatch-img-category-container.blue-skies {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -240px -75px
}
.colorswatch-img-category-container.blue-sky {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -240px -90px
}
.colorswatch-img-category-container.blue-steel {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -240px -105px
}
.colorswatch-img-category-container.blue-stripe {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -240px -120px
}
.colorswatch-img-category-container.blue-surf {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -240px -135px
}
.colorswatch-img-category-container.blue-wake-graphite-silver {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -240px -150px
}
.colorswatch-img-category-container.blue-wake-heather {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -240px -165px
}
.colorswatch-img-category-container.blue-wake-white {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -240px -180px
}
.colorswatch-img-category-container.blue-wake {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -240px -195px
}
.colorswatch-img-category-container.blue-white {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -240px -210px
}
.colorswatch-img-category-container.blue {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -240px -225px
}
.colorswatch-img-category-container.blueberry-navy {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) 0 -240px
}
.colorswatch-img-category-container.blueberry {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -15px -240px
}
.colorswatch-img-category-container.bluegrass {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -30px -240px
}
.colorswatch-img-category-container.blueprint-black {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -45px -240px
}
.colorswatch-img-category-container.blueprint-herringbone {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -60px -240px
}
.colorswatch-img-category-container.blueprint-red-white {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -75px -240px
}
.colorswatch-img-category-container.blueprint {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -90px -240px
}
.colorswatch-img-category-container.blush-red {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -105px -240px
}
.colorswatch-img-category-container.blustery-navy {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -120px -240px
}
.colorswatch-img-category-container.blustery {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -135px -240px
}
.colorswatch-img-category-container.bolt-blue {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -150px -240px
}
.colorswatch-img-category-container.bordeaux-red {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -165px -240px
}
.colorswatch-img-category-container.boulder {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -180px -240px
}
.colorswatch-img-category-container.boysenberry-pink {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -195px -240px
}
.colorswatch-img-category-container.briar-brown {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -210px -240px
}
.colorswatch-img-category-container.brick-red {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -225px -240px
}
.colorswatch-img-category-container.brick {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -240px -240px
}
.colorswatch-img-category-container.bright-aqua {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -255px 0
}
.colorswatch-img-category-container.bright-berry-bermuda-purple {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -255px -15px
}
.colorswatch-img-category-container.bright-berry-copper {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -255px -30px
}
.colorswatch-img-category-container.bright-berry {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -255px -45px
}
.colorswatch-img-category-container.bright-blue {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -255px -60px
}
.colorswatch-img-category-container.bright-burgundy {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -255px -75px
}
.colorswatch-img-category-container.bright-coral-reflective {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -255px -90px
}
.colorswatch-img-category-container.bright-coral {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -255px -105px
}
.colorswatch-img-category-container.bright-gold {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -255px -120px
}
.colorswatch-img-category-container.bright-kelly-green {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -255px -135px
}
.colorswatch-img-category-container.bright-lavender {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -255px -150px
}
.colorswatch-img-category-container.bright-lime-black {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -255px -165px
}
.colorswatch-img-category-container.bright-lime-lemon-zest {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -255px -180px
}
.colorswatch-img-category-container.bright-lime-magnet-grey-black {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -255px -195px
}
.colorswatch-img-category-container.bright-lime {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -255px -210px
}
.colorswatch-img-category-container.bright-navy-light-oxford {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -255px -225px
}
.colorswatch-img-category-container.bright-navy-solid-pewter-lining {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -255px -240px
}
.colorswatch-img-category-container.bright-navy {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) 0 -255px
}
.colorswatch-img-category-container.bright-orange-black {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -15px -255px
}
.colorswatch-img-category-container.bright-orange-chocolate {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -30px -255px
}
.colorswatch-img-category-container.bright-orange {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -45px -255px
}
.colorswatch-img-category-container.bright-pink-paisley {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -60px -255px
}
.colorswatch-img-category-container.bright-pink {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -75px -255px
}
.colorswatch-img-category-container.bright-pistachio-graphite {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -90px -255px
}
.colorswatch-img-category-container.bright-purple-battleship-grey {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -105px -255px
}
.colorswatch-img-category-container.bright-purple-classic-navy {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -120px -255px
}
.colorswatch-img-category-container.bright-purple {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -135px -255px
}
.colorswatch-img-category-container.bright-red {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -150px -255px
}
.colorswatch-img-category-container.bright-royal {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -165px -255px
}
.colorswatch-img-category-container.bright-turquoise {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -180px -255px
}
.colorswatch-img-category-container.bright-violet {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -195px -255px
}
.colorswatch-img-category-container.bright-white {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -210px -255px
}
.colorswatch-img-category-container.brilliant-blue-black {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -225px -255px
}
.colorswatch-img-category-container.brilliant-blue-deep-smoke {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -240px -255px
}
.colorswatch-img-category-container.brilliant-blue-heather-grey {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -255px -255px
}
.colorswatch-img-category-container.brilliant-blue {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -270px 0
}
.colorswatch-img-category-container.brisk-blue {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -270px -15px
}
.colorswatch-img-category-container.brown-black {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -270px -30px
}
.colorswatch-img-category-container.brown-chrome {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -270px -45px
}
.colorswatch-img-category-container.brown-cream {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -270px -60px
}
.colorswatch-img-category-container.brown-mossy-oak-new-break-up {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -270px -75px
}
.colorswatch-img-category-container.brown-rust {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -270px -90px
}
.colorswatch-img-category-container.brown-savana {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -270px -105px
}
.colorswatch-img-category-container.brown-stone {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -270px -120px
}
.colorswatch-img-category-container.brown-tan {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -270px -135px
}
.colorswatch-img-category-container.brown-taupe {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -270px -150px
}
.colorswatch-img-category-container.brown {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -270px -165px
}
.colorswatch-img-category-container.bubbles-blue {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -270px -180px
}
.colorswatch-img-category-container.bubbles-pink {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -270px -195px
}
.colorswatch-img-category-container.buffalo-plaid-print {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -270px -210px
}
.colorswatch-img-category-container.burgundy-light-stone {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -270px -225px
}
.colorswatch-img-category-container.burgundy-stripe {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -270px -240px
}
.colorswatch-img-category-container.burgundy {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -270px -255px
}
.colorswatch-img-category-container.burnt-orange-light-sand {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) 0 -270px
}
.colorswatch-img-category-container.burnt-orange-stone {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -15px -270px
}
.colorswatch-img-category-container.burnt-orange {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -30px -270px
}
.colorswatch-img-category-container.buttercup-reflective {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -45px -270px
}
.colorswatch-img-category-container.buttercup {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -60px -270px
}
.colorswatch-img-category-container.cabernet {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -75px -270px
}
.colorswatch-img-category-container.cactus-green {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -90px -270px
}
.colorswatch-img-category-container.cactus {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -105px -270px
}
.colorswatch-img-category-container.cadmium-orange-graphite {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -120px -270px
}
.colorswatch-img-category-container.cafe-brown {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -135px -270px
}
.colorswatch-img-category-container.caldera-red-black {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -150px -270px
}
.colorswatch-img-category-container.caldera-red-chrome {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -165px -270px
}
.colorswatch-img-category-container.caldera-red {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -180px -270px
}
.colorswatch-img-category-container.california-blue {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -195px -270px
}
.colorswatch-img-category-container.california-gold {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -210px -270px
}
.colorswatch-img-category-container.cambridge-blue-smoke-grey {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -225px -270px
}
.colorswatch-img-category-container.camel {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -240px -270px
}
.colorswatch-img-category-container.camo-black {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -255px -270px
}
.colorswatch-img-category-container.camo-charcoal {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -270px -270px
}
.colorswatch-img-category-container.camo-print {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -285px 0
}
.colorswatch-img-category-container.camo {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -285px -15px
}
.colorswatch-img-category-container.camouflage {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -285px -30px
}
.colorswatch-img-category-container.candy-pink {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -285px -45px
}
.colorswatch-img-category-container.canteen-grey-black {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -285px -60px
}
.colorswatch-img-category-container.canvas-canvas {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -285px -75px
}
.colorswatch-img-category-container.carbon-black {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -285px -90px
}
.colorswatch-img-category-container.carbon-grey {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -285px -105px
}
.colorswatch-img-category-container.carbon-heather {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -285px -120px
}
.colorswatch-img-category-container.cardinal-black {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -285px -135px
}
.colorswatch-img-category-container.cardinal-heather {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -285px -150px
}
.colorswatch-img-category-container.cardinal-red {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -285px -165px
}
.colorswatch-img-category-container.cardinal-white {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -285px -180px
}
.colorswatch-img-category-container.cardinal {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -285px -195px
}
.colorswatch-img-category-container.cargo-brown {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -285px -210px
}
.colorswatch-img-category-container.caribbean-blue {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -285px -225px
}
.colorswatch-img-category-container.carolina-blue-grey {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -285px -240px
}
.colorswatch-img-category-container.carolina-blue-navy {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -285px -255px
}
.colorswatch-img-category-container.carolina-blue-white {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -285px -270px
}
.colorswatch-img-category-container.carolina-blue {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) 0 -285px
}
.colorswatch-img-category-container.carribean-blue-heather-grey {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -15px -285px
}
.colorswatch-img-category-container.cayenne-orange {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -30px -285px
}
.colorswatch-img-category-container.cayenne {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -45px -285px
}
.colorswatch-img-category-container.ceil-blue {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -60px -285px
}
.colorswatch-img-category-container.celadon-blue {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -75px -285px
}
.colorswatch-img-category-container.celadon {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -90px -285px
}
.colorswatch-img-category-container.celery {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -105px -285px
}
.colorswatch-img-category-container.chalk-white-charcoal {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -120px -285px
}
.colorswatch-img-category-container.chambray-blue {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -135px -285px
}
.colorswatch-img-category-container.charcoal-black {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -150px -285px
}
.colorswatch-img-category-container.charcoal-blue-white {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -165px -285px
}
.colorswatch-img-category-container.charcoal-charcoal {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -180px -285px
}
.colorswatch-img-category-container.charcoal-gravel {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -195px -285px
}
.colorswatch-img-category-container.charcoal-gray {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -210px -285px
}
.colorswatch-img-category-container.charcoal-grey-charcoal-grey-heather {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -225px -285px
}
.colorswatch-img-category-container.charcoal-grey-charge-green {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -240px -285px
}
.colorswatch-img-category-container.charcoal-grey-deep-orange {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -255px -285px
}
.colorswatch-img-category-container.charcoal-grey-heather-charcoal-grey {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -270px -285px
}
.colorswatch-img-category-container.charcoal-grey-heather-charge-green {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -285px -285px
}
.colorswatch-img-category-container.charcoal-grey-heather-pink-rush {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -300px 0
}
.colorswatch-img-category-container.charcoal-grey-heather-true-navy {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -300px -15px
}
.colorswatch-img-category-container.charcoal-grey-heather {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -300px -30px
}
.colorswatch-img-category-container.charcoal-grey-true-royal {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -300px -45px
}
.colorswatch-img-category-container.charcoal-heather-black {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -300px -60px
}
.colorswatch-img-category-container.charcoal-heather-medium-heather-grey {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -300px -75px
}
.colorswatch-img-category-container.charcoal-heather {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -300px -90px
}
.colorswatch-img-category-container.charcoal-lemon-yellow {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -300px -105px
}
.colorswatch-img-category-container.charcoal-light-grey {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -300px -120px
}
.colorswatch-img-category-container.charcoal-neon-orange {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -300px -135px
}
.colorswatch-img-category-container.charcoal-neon-yellow {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -300px -150px
}
.colorswatch-img-category-container.charcoal-royal-blue {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -300px -165px
}
.colorswatch-img-category-container.charcoal-royal {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -300px -180px
}
.colorswatch-img-category-container.charcoal-sangria {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -300px -195px
}
.colorswatch-img-category-container.charcoal-smoke-grey {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -300px -210px
}
.colorswatch-img-category-container.charcoal-white {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -300px -225px
}
.colorswatch-img-category-container.charcoal {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -300px -240px
}
.colorswatch-img-category-container.charge-green-felt-grey {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -300px -255px
}
.colorswatch-img-category-container.charge-green-graphite-silver {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -300px -270px
}
.colorswatch-img-category-container.charge-green-magnet-grey {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -300px -285px
}
.colorswatch-img-category-container.charge-green {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) 0 -300px
}
.colorswatch-img-category-container.charity-pink {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -15px -300px
}
.colorswatch-img-category-container.chartreuse-dark-grey {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -30px -300px
}
.colorswatch-img-category-container.chartreuse {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -45px -300px
}
.colorswatch-img-category-container.checker {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -60px -300px
}
.colorswatch-img-category-container.cherry-red {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -75px -300px
}
.colorswatch-img-category-container.chestnut-brown {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -90px -300px
}
.colorswatch-img-category-container.chestnut {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -105px -300px
}
.colorswatch-img-category-container.chili-red-black {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -120px -300px
}
.colorswatch-img-category-container.chili-red-navy {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -135px -300px
}
.colorswatch-img-category-container.chili-red {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -150px -300px
}
.colorswatch-img-category-container.chlorophyll {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -165px -300px
}
.colorswatch-img-category-container.chocolate-brown-stone {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -180px -300px
}
.colorswatch-img-category-container.chocolate-brown-white {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -195px -300px
}
.colorswatch-img-category-container.chocolate-brown {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -210px -300px
}
.colorswatch-img-category-container.chocolate-heather-black {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -225px -300px
}
.colorswatch-img-category-container.chocolate-heather {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -240px -300px
}
.colorswatch-img-category-container.chocolate-khaki {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -255px -300px
}
.colorswatch-img-category-container.chocolate {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -270px -300px
}
.colorswatch-img-category-container.chocoloate {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -285px -300px
}
.colorswatch-img-category-container.chrome-black {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -300px -300px
}
.colorswatch-img-category-container.chrome-new-navy-charcoal {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -315px 0
}
.colorswatch-img-category-container.chrome {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -315px -15px
}
.colorswatch-img-category-container.cinder-stone {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -315px -30px
}
.colorswatch-img-category-container.cinder {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -315px -45px
}
.colorswatch-img-category-container.cinnamon {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -315px -60px
}
.colorswatch-img-category-container.citron {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -315px -75px
}
.colorswatch-img-category-container.city-green {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -315px -90px
}
.colorswatch-img-category-container.claret-red {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -315px -105px
}
.colorswatch-img-category-container.classic-brown {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -315px -120px
}
.colorswatch-img-category-container.classic-green-navy {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -315px -135px
}
.colorswatch-img-category-container.classic-navy-light-stone {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -315px -150px
}
.colorswatch-img-category-container.classic-navy-red-white {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -315px -165px
}
.colorswatch-img-category-container.classic-navy-white {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -315px -180px
}
.colorswatch-img-category-container.classic-navy {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -315px -195px
}
.colorswatch-img-category-container.classic-pink {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -315px -210px
}
.colorswatch-img-category-container.classic-red {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -315px -225px
}
.colorswatch-img-category-container.clay-green {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -315px -240px
}
.colorswatch-img-category-container.clay {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -315px -255px
}
.colorswatch-img-category-container.clean-denim {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -315px -270px
}
.colorswatch-img-category-container.clear-lime {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -315px -285px
}
.colorswatch-img-category-container.clear-pink {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -315px -300px
}
.colorswatch-img-category-container.clear {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) 0 -315px
}
.colorswatch-img-category-container.clover-green {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -15px -315px
}
.colorswatch-img-category-container.coal {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -30px -315px
}
.colorswatch-img-category-container.coast-blue-grey-steel {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -45px -315px
}
.colorswatch-img-category-container.coast-blue-grey {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -60px -315px
}
.colorswatch-img-category-container.coast-blue {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -75px -315px
}
.colorswatch-img-category-container.coastal-blue {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -90px -315px
}
.colorswatch-img-category-container.cobalt-black {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -105px -315px
}
.colorswatch-img-category-container.cobalt-blue-black {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -120px -315px
}
.colorswatch-img-category-container.cobalt-blue {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -135px -315px
}
.colorswatch-img-category-container.cobalt-heather {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -150px -315px
}
.colorswatch-img-category-container.cobalt {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -165px -315px
}
.colorswatch-img-category-container.cobblestone {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -180px -315px
}
.colorswatch-img-category-container.cocoa {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -195px -315px
}
.colorswatch-img-category-container.coffee-bean-light-stone {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -210px -315px
}
.colorswatch-img-category-container.coffee-bean {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -225px -315px
}
.colorswatch-img-category-container.coffee-cream-cambridge-blue {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -240px -315px
}
.colorswatch-img-category-container.coffee-cream {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -255px -315px
}
.colorswatch-img-category-container.coffee {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -270px -315px
}
.colorswatch-img-category-container.colonial-blue {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -285px -315px
}
.colorswatch-img-category-container.columbia-blue {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -300px -315px
}
.colorswatch-img-category-container.concord-purple-grey-steel {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -315px -315px
}
.colorswatch-img-category-container.cooked-carrot {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -330px 0
}
.colorswatch-img-category-container.cool-blue {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -330px -15px
}
.colorswatch-img-category-container.cool-grey-anthracite {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -330px -30px
}
.colorswatch-img-category-container.cool-grey-chartreuse {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -330px -45px
}
.colorswatch-img-category-container.cool-grey-dark-grey {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -330px -60px
}
.colorswatch-img-category-container.cool-grey-photo-blue {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -330px -75px
}
.colorswatch-img-category-container.cool-grey-vivid-pink {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -330px -90px
}
.colorswatch-img-category-container.cool-grey-white {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -330px -105px
}
.colorswatch-img-category-container.cool-grey {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -330px -120px
}
.colorswatch-img-category-container.coral-reflective {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -330px -135px
}
.colorswatch-img-category-container.coral-silk {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -330px -150px
}
.colorswatch-img-category-container.coral {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -330px -165px
}
.colorswatch-img-category-container.corn-silk {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -330px -180px
}
.colorswatch-img-category-container.cornsilk {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -330px -195px
}
.colorswatch-img-category-container.court-green {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -330px -210px
}
.colorswatch-img-category-container.court-purple {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -330px -225px
}
.colorswatch-img-category-container.cowboy-blue {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -330px -240px
}
.colorswatch-img-category-container.cowboy-red {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -330px -255px
}
.colorswatch-img-category-container.cream {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -330px -270px
}
.colorswatch-img-category-container.crimson {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -330px -285px
}
.colorswatch-img-category-container.cucumber {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -330px -300px
}
.colorswatch-img-category-container.cyan-blue-magnet-grey {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -330px -315px
}
.colorswatch-img-category-container.cyber-green-graphite {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) 0 -330px
}
.colorswatch-img-category-container.cyber-green {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -15px -330px
}
.colorswatch-img-category-container.cyber-pink {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -30px -330px
}
.colorswatch-img-category-container.cynderfunk-red {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -45px -330px
}
.colorswatch-img-category-container.cypress {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -60px -330px
}
.colorswatch-img-category-container.daffodil-yellow {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -75px -330px
}
.colorswatch-img-category-container.daisy {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -90px -330px
}
.colorswatch-img-category-container.dandelion-charcoal-blue {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -105px -330px
}
.colorswatch-img-category-container.dandelion {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -120px -330px
}
.colorswatch-img-category-container.dark-adriatic {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -135px -330px
}
.colorswatch-img-category-container.dark-blue-stonewashed {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -150px -330px
}
.colorswatch-img-category-container.dark-brown {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -165px -330px
}
.colorswatch-img-category-container.dark-cactus-green {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -180px -330px
}
.colorswatch-img-category-container.dark-cadmium-orange-shadow {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -195px -330px
}
.colorswatch-img-category-container.dark-chacoal-black {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -210px -330px
}
.colorswatch-img-category-container.dark-charcoal-black {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -225px -330px
}
.colorswatch-img-category-container.dark-charcoal-heather {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -240px -330px
}
.colorswatch-img-category-container.dark-charcoal-royal {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -255px -330px
}
.colorswatch-img-category-container.dark-charcoal-tropical-pink {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -270px -330px
}
.colorswatch-img-category-container.dark-charcoal {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -285px -330px
}
.colorswatch-img-category-container.dark-chocolate-brown-natural {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -300px -330px
}
.colorswatch-img-category-container.dark-chocolate-brown {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -315px -330px
}
.colorswatch-img-category-container.dark-chocolate {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -330px -330px
}
.colorswatch-img-category-container.dark-denim {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -345px 0
}
.colorswatch-img-category-container.dark-forest-green {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -345px -15px
}
.colorswatch-img-category-container.dark-fuchsia-battleship-grey {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -345px -30px
}
.colorswatch-img-category-container.dark-fuchsia-black {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -345px -45px
}
.colorswatch-img-category-container.dark-fuchsia-grey-frost {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -345px -60px
}
.colorswatch-img-category-container.dark-fuchsia-heather {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -345px -75px
}
.colorswatch-img-category-container.dark-fuchsia-magnet {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -345px -90px
}
.colorswatch-img-category-container.dark-fuchsia {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -345px -105px
}
.colorswatch-img-category-container.dark-green-black {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -345px -120px
}
.colorswatch-img-category-container.dark-green-navy-white {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -345px -135px
}
.colorswatch-img-category-container.dark-green-navy {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -345px -150px
}
.colorswatch-img-category-container.dark-green-white {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -345px -165px
}
.colorswatch-img-category-container.dark-green {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -345px -180px
}
.colorswatch-img-category-container.dark-grey-black-black {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -345px -195px
}
.colorswatch-img-category-container.dark-grey-black-shock-blue {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -345px -210px
}
.colorswatch-img-category-container.dark-grey-black {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -345px -225px
}
.colorswatch-img-category-container.dark-grey-cool-grey-chartreuse {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -345px -240px
}
.colorswatch-img-category-container.dark-grey-light-grey {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -345px -255px
}
.colorswatch-img-category-container.dark-grey-limelight {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -345px -270px
}
.colorswatch-img-category-container.dark-grey-military-blue {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -345px -285px
}
.colorswatch-img-category-container.dark-grey-red {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -345px -300px
}
.colorswatch-img-category-container.dark-grey-sulfur {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -345px -315px
}
.colorswatch-img-category-container.dark-grey-twilight-blue {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -345px -330px
}
.colorswatch-img-category-container.dark-grey-volt {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) 0 -345px
}
.colorswatch-img-category-container.dark-grey-white {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -15px -345px
}
.colorswatch-img-category-container.dark-grey {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -30px -345px
}
.colorswatch-img-category-container.dark-heather-gray {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -45px -345px
}
.colorswatch-img-category-container.dark-heather-grey-jet-black {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -60px -345px
}
.colorswatch-img-category-container.dark-heather {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -75px -345px
}
.colorswatch-img-category-container.dark-khaki {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -90px -345px
}
.colorswatch-img-category-container.dark-mocha-beige {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -105px -345px
}
.colorswatch-img-category-container.dark-navy-dark-navy {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -120px -345px
}
.colorswatch-img-category-container.dark-navy-heather {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -135px -345px
}
.colorswatch-img-category-container.dark-navy-light-grey {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -150px -345px
}
.colorswatch-img-category-container.dark-navy-red {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -165px -345px
}
.colorswatch-img-category-container.dark-navy-smoke-grey {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -180px -345px
}
.colorswatch-img-category-container.dark-navy {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -195px -345px
}
.colorswatch-img-category-container.dark-olive {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -210px -345px
}
.colorswatch-img-category-container.dark-purple {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -225px -345px
}
.colorswatch-img-category-container.dark-slate-black {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -240px -345px
}
.colorswatch-img-category-container.dark-slate {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -255px -345px
}
.colorswatch-img-category-container.dark-smoke-grey-black {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -270px -345px
}
.colorswatch-img-category-container.dark-smoke-grey-dark-smoke-grey {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -285px -345px
}
.colorswatch-img-category-container.dark-smoke-grey-forest-green {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -300px -345px
}
.colorswatch-img-category-container.dark-smoke-grey-lime-shock {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -315px -345px
}
.colorswatch-img-category-container.dark-smoke-grey-maroon {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -330px -345px
}
.colorswatch-img-category-container.dark-smoke-grey-navy {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -345px -345px
}
.colorswatch-img-category-container.dark-smoke-grey-purple {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -360px 0
}
.colorswatch-img-category-container.dark-smoke-grey-white {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -360px -15px
}
.colorswatch-img-category-container.dark-smoke-grey {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -360px -30px
}
.colorswatch-img-category-container.dark-spring-green {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -360px -45px
}
.colorswatch-img-category-container.dark-steel-blue-aqua-splash {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -360px -60px
}
.colorswatch-img-category-container.dark-steel-blue-black {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -360px -75px
}
.colorswatch-img-category-container.dark-steel-blue {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -360px -90px
}
.colorswatch-img-category-container.dark-steel-grey-anthracite {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -360px -105px
}
.colorswatch-img-category-container.dark-teal {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -360px -120px
}
.colorswatch-img-category-container.dashing-red {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -360px -135px
}
.colorswatch-img-category-container.dawn-blue {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -360px -150px
}
.colorswatch-img-category-container.deep-aqua-dark-charcoal {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -360px -165px
}
.colorswatch-img-category-container.deep-berry {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -360px -180px
}
.colorswatch-img-category-container.deep-black-charcoal-heather {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -360px -195px
}
.colorswatch-img-category-container.deep-black-grey-steel {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -360px -210px
}
.colorswatch-img-category-container.deep-black-rich-red {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -360px -225px
}
.colorswatch-img-category-container.deep-black-true-royal {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -360px -240px
}
.colorswatch-img-category-container.deep-black {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -360px -255px
}
.colorswatch-img-category-container.deep-blue {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -360px -270px
}
.colorswatch-img-category-container.deep-charcoal {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -360px -285px
}
.colorswatch-img-category-container.deep-coral {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -360px -300px
}
.colorswatch-img-category-container.deep-forest-green {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -360px -315px
}
.colorswatch-img-category-container.deep-forest {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -360px -330px
}
.colorswatch-img-category-container.deep-heather {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -360px -345px
}
.colorswatch-img-category-container.deep-jade-green {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) 0 -360px
}
.colorswatch-img-category-container.deep-magenta {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -15px -360px
}
.colorswatch-img-category-container.deep-mango-white {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -30px -360px
}
.colorswatch-img-category-container.deep-marine {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -45px -360px
}
.colorswatch-img-category-container.deep-navy-deep-navy {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -60px -360px
}
.colorswatch-img-category-container.deep-navy-gold {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -75px -360px
}
.colorswatch-img-category-container.deep-navy-graphite-white {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -90px -360px
}
.colorswatch-img-category-container.deep-navy-grey-white {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -105px -360px
}
.colorswatch-img-category-container.deep-navy-shadow-heather {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -120px -360px
}
.colorswatch-img-category-container.deep-navy-white {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -135px -360px
}
.colorswatch-img-category-container.deep-navy {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -150px -360px
}
.colorswatch-img-category-container.deep-orange-black-white {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -165px -360px
}
.colorswatch-img-category-container.deep-orange-black {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -180px -360px
}
.colorswatch-img-category-container.deep-orange-heather {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -195px -360px
}
.colorswatch-img-category-container.deep-orange-white {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -210px -360px
}
.colorswatch-img-category-container.deep-orange {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -225px -360px
}
.colorswatch-img-category-container.deep-purple {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -240px -360px
}
.colorswatch-img-category-container.deep-red-black {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -255px -360px
}
.colorswatch-img-category-container.deep-red-electric-deep-red {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -270px -360px
}
.colorswatch-img-category-container.deep-red-electric {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -285px -360px
}
.colorswatch-img-category-container.deep-red-silver {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -300px -360px
}
.colorswatch-img-category-container.deep-red-white {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -315px -360px
}
.colorswatch-img-category-container.deep-red {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -330px -360px
}
.colorswatch-img-category-container.deep-royal-apple-green {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -345px -360px
}
.colorswatch-img-category-container.deep-royal-black {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -360px -360px
}
.colorswatch-img-category-container.deep-royal-blue-black {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -375px 0
}
.colorswatch-img-category-container.deep-royal-blue {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -375px -15px
}
.colorswatch-img-category-container.deep-royal-heather-nickel {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -375px -30px
}
.colorswatch-img-category-container.deep-royal-light-heather-grey {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -375px -45px
}
.colorswatch-img-category-container.deep-royal-white {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -375px -60px
}
.colorswatch-img-category-container.deep-royal {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -375px -75px
}
.colorswatch-img-category-container.deep-sea-blue-dark-adriatic {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -375px -90px
}
.colorswatch-img-category-container.deep-sea-blue {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -375px -105px
}
.colorswatch-img-category-container.deep-smoke-battleship-grey {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -375px -120px
}
.colorswatch-img-category-container.deep-smoke-black {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -375px -135px
}
.colorswatch-img-category-container.deep-smoke-bright-lime {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -375px -150px
}
.colorswatch-img-category-container.deep-smoke-royal {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -375px -165px
}
.colorswatch-img-category-container.deep-smoke {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -375px -180px
}
.colorswatch-img-category-container.deep-teal-blue {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -375px -195px
}
.colorswatch-img-category-container.deep-turquoise-felt-grey {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -375px -210px
}
.colorswatch-img-category-container.deep-turquoise {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -375px -225px
}
.colorswatch-img-category-container.denali-blue {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -375px -240px
}
.colorswatch-img-category-container.denim-blue {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -375px -255px
}
.colorswatch-img-category-container.denim-white {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -375px -270px
}
.colorswatch-img-category-container.denim {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -375px -285px
}
.colorswatch-img-category-container.desert-camo {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -375px -300px
}
.colorswatch-img-category-container.desert-sand {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -375px -315px
}
.colorswatch-img-category-container.desert-tan {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -375px -330px
}
.colorswatch-img-category-container.diesel-grey-acid {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -375px -345px
}
.colorswatch-img-category-container.diesel-grey-black {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -375px -360px
}
.colorswatch-img-category-container.diesel-grey-blacktop {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) 0 -375px
}
.colorswatch-img-category-container.diesel-grey-electric-blue {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -15px -375px
}
.colorswatch-img-category-container.diesel-grey-nitro-yellow {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -30px -375px
}
.colorswatch-img-category-container.diesel-grey-orange {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -45px -375px
}
.colorswatch-img-category-container.diesel-grey-signal-red {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -60px -375px
}
.colorswatch-img-category-container.diesel-grey {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -75px -375px
}
.colorswatch-img-category-container.digital-black-grey {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -90px -375px
}
.colorswatch-img-category-container.digital-lime-green {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -105px -375px
}
.colorswatch-img-category-container.dijon {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -120px -375px
}
.colorswatch-img-category-container.dill-green {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -135px -375px
}
.colorswatch-img-category-container.dill {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -150px -375px
}
.colorswatch-img-category-container.direct-blue {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -165px -375px
}
.colorswatch-img-category-container.dirty-heather {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -180px -375px
}
.colorswatch-img-category-container.disco {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -195px -375px
}
.colorswatch-img-category-container.dove-grey {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -210px -375px
}
.colorswatch-img-category-container.dragonfruit-pink {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -225px -375px
}
.colorswatch-img-category-container.dress-blue-navy-battleship-grey {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -240px -375px
}
.colorswatch-img-category-container.dress-blue-navy-grey-steel {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -255px -375px
}
.colorswatch-img-category-container.dress-blue-navy-iron-grey {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -270px -375px
}
.colorswatch-img-category-container.dress-blue-navy-white {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -285px -375px
}
.colorswatch-img-category-container.dress-blue-navy {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -300px -375px
}
.colorswatch-img-category-container.dress-shirt-blue-white {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -315px -375px
}
.colorswatch-img-category-container.dress-shirt-blue {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -330px -375px
}
.colorswatch-img-category-container.driftwood-stone {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -345px -375px
}
.colorswatch-img-category-container.driftwood {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -360px -375px
}
.colorswatch-img-category-container.duck-brown-brown {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -375px -375px
}
.colorswatch-img-category-container.duck-brown {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -390px 0
}
.colorswatch-img-category-container.dusty-brown {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -390px -15px
}
.colorswatch-img-category-container.dusty-orange {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -390px -30px
}
.colorswatch-img-category-container.dusty-plum {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -390px -45px
}
.colorswatch-img-category-container.dusty-purple {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -390px -60px
}
.colorswatch-img-category-container.dusty-rose {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -390px -75px
}
.colorswatch-img-category-container.eco-black-eco-true-black-eco-grey {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -390px -90px
}
.colorswatch-img-category-container.eco-black-eco-true-black {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -390px -105px
}
.colorswatch-img-category-container.eco-black {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -390px -120px
}
.colorswatch-img-category-container.eco-grey-camo {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -390px -135px
}
.colorswatch-img-category-container.eco-grey-camo-rib {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -390px -150px
}
.colorswatch-img-category-container.eco-grey-eco-black-eco-ivory {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -390px -165px
}
.colorswatch-img-category-container.eco-grey-eco-black {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -390px -180px
}
.colorswatch-img-category-container.eco-grey-eco-true-black {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -390px -195px
}
.colorswatch-img-category-container.eco-grey-eco-true-green {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -390px -210px
}
.colorswatch-img-category-container.eco-grey-eco-true-navy {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -390px -225px
}
.colorswatch-img-category-container.eco-grey-eco-true-red {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -390px -240px
}
.colorswatch-img-category-container.eco-grey-stars {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -390px -255px
}
.colorswatch-img-category-container.eco-grey {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -390px -270px
}
.colorswatch-img-category-container.eco-ivory-eco-true-black {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -390px -285px
}
.colorswatch-img-category-container.eco-ivory {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -390px -300px
}
.colorswatch-img-category-container.eco-navy {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -390px -315px
}
.colorswatch-img-category-container.eco-oatmeal-eco-black {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -390px -330px
}
.colorswatch-img-category-container.eco-pacific-blue {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -390px -345px
}
.colorswatch-img-category-container.eco-red {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -390px -360px
}
.colorswatch-img-category-container.eco-true-black-eco-ivory {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -390px -375px
}
.colorswatch-img-category-container.eco-true-black {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) 0 -390px
}
.colorswatch-img-category-container.eco-true-green {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -15px -390px
}
.colorswatch-img-category-container.eco-true-huckleberry {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -30px -390px
}
.colorswatch-img-category-container.eco-true-navy-eco-grey {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -45px -390px
}
.colorswatch-img-category-container.eco-true-navy-eco-ivory-eco-true-red {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -60px -390px
}
.colorswatch-img-category-container.eco-true-navy {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -75px -390px
}
.colorswatch-img-category-container.eco-true-pacific-blue {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -90px -390px
}
.colorswatch-img-category-container.eco-true-red {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -105px -390px
}
.colorswatch-img-category-container.eco-wheat {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -120px -390px
}
.colorswatch-img-category-container.eggplant-dip-dye {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -135px -390px
}
.colorswatch-img-category-container.eggplant-heather {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -150px -390px
}
.colorswatch-img-category-container.eggplant-light-stone {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -165px -390px
}
.colorswatch-img-category-container.eggplant {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -180px -390px
}
.colorswatch-img-category-container.electric-blue-black {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -195px -390px
}
.colorswatch-img-category-container.electric-blue-blacktop {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -210px -390px
}
.colorswatch-img-category-container.electric-blue-heather {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -225px -390px
}
.colorswatch-img-category-container.electric-blue-herringbone {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -240px -390px
}
.colorswatch-img-category-container.electric-blue {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -255px -390px
}
.colorswatch-img-category-container.electric-green {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -270px -390px
}
.colorswatch-img-category-container.electric-purple {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -285px -390px
}
.colorswatch-img-category-container.elephant-grey {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -300px -390px
}
.colorswatch-img-category-container.emerald-green {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -315px -390px
}
.colorswatch-img-category-container.engine-red-black {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -330px -390px
}
.colorswatch-img-category-container.engine-red-felt-charcoal {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -345px -390px
}
.colorswatch-img-category-container.engine-red-felt-grey {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -360px -390px
}
.colorswatch-img-category-container.engine-red-paisley {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -375px -390px
}
.colorswatch-img-category-container.engine-red-white {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -390px -390px
}
.colorswatch-img-category-container.engine-red {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -405px 0
}
.colorswatch-img-category-container.ensign-blue-white {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -405px -15px
}
.colorswatch-img-category-container.enzyme-blue {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -405px -30px
}
.colorswatch-img-category-container.espresso-brown {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -405px -45px
}
.colorswatch-img-category-container.espresso-foliage-green {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -405px -60px
}
.colorswatch-img-category-container.espresso {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -405px -75px
}
.colorswatch-img-category-container.estate-blue-heather-charcoal-heather {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -405px -90px
}
.colorswatch-img-category-container.estate-blue {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -405px -105px
}
.colorswatch-img-category-container.evergreen-grey-steel {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -405px -120px
}
.colorswatch-img-category-container.evergreen {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -405px -135px
}
.colorswatch-img-category-container.expedition-blue-black {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -405px -150px
}
.colorswatch-img-category-container.faded-blue {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -405px -165px
}
.colorswatch-img-category-container.faded-denim {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -405px -180px
}
.colorswatch-img-category-container.faded-olive {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -405px -195px
}
.colorswatch-img-category-container.fair-blue {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -405px -210px
}
.colorswatch-img-category-container.fatigue-green {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -405px -225px
}
.colorswatch-img-category-container.felt-charcoal-felt-grey {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -405px -240px
}
.colorswatch-img-category-container.felt-charcoal {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -405px -255px
}
.colorswatch-img-category-container.felt-grey {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -405px -270px
}
.colorswatch-img-category-container.fern-green {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -405px -285px
}
.colorswatch-img-category-container.fiery-red {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -405px -300px
}
.colorswatch-img-category-container.fire {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -405px -315px
}
.colorswatch-img-category-container.fireberry-sport-fuchsia {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -405px -330px
}
.colorswatch-img-category-container.fireberry {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -405px -345px
}
.colorswatch-img-category-container.fireside-brown {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -405px -360px
}
.colorswatch-img-category-container.flame-red-black {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -405px -375px
}
.colorswatch-img-category-container.flame-red-white {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -405px -390px
}
.colorswatch-img-category-container.flame-red {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) 0 -405px
}
.colorswatch-img-category-container.flame {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -15px -405px
}
.colorswatch-img-category-container.flamingo {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -30px -405px
}
.colorswatch-img-category-container.flare-orange-white-magnet-grey {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -45px -405px
}
.colorswatch-img-category-container.flare-orange {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -60px -405px
}
.colorswatch-img-category-container.flash-green {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -75px -405px
}
.colorswatch-img-category-container.flax {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -90px -405px
}
.colorswatch-img-category-container.flint-grey {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -105px -405px
}
.colorswatch-img-category-container.flush-pink-black {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -120px -405px
}
.colorswatch-img-category-container.flush-pink-blacktop {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -135px -405px
}
.colorswatch-img-category-container.flush-pink {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -150px -405px
}
.colorswatch-img-category-container.forest-green-battleship-grey {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -165px -405px
}
.colorswatch-img-category-container.forest-green-black-white {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -180px -405px
}
.colorswatch-img-category-container.forest-green-black {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -195px -405px
}
.colorswatch-img-category-container.forest-green-charcoal-heather {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -210px -405px
}
.colorswatch-img-category-container.forest-green-electric {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -225px -405px
}
.colorswatch-img-category-container.forest-green-gold-white {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -240px -405px
}
.colorswatch-img-category-container.forest-green-gold {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -255px -405px
}
.colorswatch-img-category-container.forest-green-graphite-white {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -270px -405px
}
.colorswatch-img-category-container.forest-green-graphite {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -285px -405px
}
.colorswatch-img-category-container.forest-green-grey {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -300px -405px
}
.colorswatch-img-category-container.forest-green-heather {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -315px -405px
}
.colorswatch-img-category-container.forest-green-iron-grey {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -330px -405px
}
.colorswatch-img-category-container.forest-green-vintage-heather {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -345px -405px
}
.colorswatch-img-category-container.forest-green-white-black {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -360px -405px
}
.colorswatch-img-category-container.forest-green-white {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -375px -405px
}
.colorswatch-img-category-container.forest-green {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -390px -405px
}
.colorswatch-img-category-container.forest {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -405px -405px
}
.colorswatch-img-category-container.fracture {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -420px 0
}
.colorswatch-img-category-container.french-blue {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -420px -15px
}
.colorswatch-img-category-container.fresh-aqua {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -420px -30px
}
.colorswatch-img-category-container.fresh-fatigue {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -420px -45px
}
.colorswatch-img-category-container.frost-grey-black {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -420px -60px
}
.colorswatch-img-category-container.frost-grey-magnet {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -420px -75px
}
.colorswatch-img-category-container.frost-grey {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -420px -90px
}
.colorswatch-img-category-container.fruit-punch {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -420px -105px
}
.colorswatch-img-category-container.fuchsia-frost-grey-frost {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -420px -120px
}
.colorswatch-img-category-container.fuchsia-frost {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -420px -135px
}
.colorswatch-img-category-container.fuel-green {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -420px -150px
}
.colorswatch-img-category-container.fusion-pink-black {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -420px -165px
}
.colorswatch-img-category-container.fusion-pink {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -420px -180px
}
.colorswatch-img-category-container.galapagos-blue {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -420px -195px
}
.colorswatch-img-category-container.game-royal-white-black {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -420px -210px
}
.colorswatch-img-category-container.game-royal-white {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -420px -225px
}
.colorswatch-img-category-container.game-royal {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -420px -240px
}
.colorswatch-img-category-container.garden-green-grey-steel {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -420px -255px
}
.colorswatch-img-category-container.garnet-battleship-grey {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -420px -270px
}
.colorswatch-img-category-container.garnet-red {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -420px -285px
}
.colorswatch-img-category-container.garnet {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -420px -300px
}
.colorswatch-img-category-container.gear-grey-black {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -420px -315px
}
.colorswatch-img-category-container.gear-grey {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -420px -330px
}
.colorswatch-img-category-container.glacier-blue {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -420px -345px
}
.colorswatch-img-category-container.glacier {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -420px -360px
}
.colorswatch-img-category-container.gold-black {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -420px -375px
}
.colorswatch-img-category-container.gold-fish {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -420px -390px
}
.colorswatch-img-category-container.gold-grey {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -420px -405px
}
.colorswatch-img-category-container.gold-navy {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) 0 -420px
}
.colorswatch-img-category-container.gold-royal {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -15px -420px
}
.colorswatch-img-category-container.gold-true-navy-white {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -30px -420px
}
.colorswatch-img-category-container.gold-white {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -45px -420px
}
.colorswatch-img-category-container.gold {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -60px -420px
}
.colorswatch-img-category-container.goldenrod-yellow {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -75px -420px
}
.colorswatch-img-category-container.grape-harvest {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -90px -420px
}
.colorswatch-img-category-container.grape-heather {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -105px -420px
}
.colorswatch-img-category-container.grape {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -120px -420px
}
.colorswatch-img-category-container.graphite-black-silver {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -135px -420px
}
.colorswatch-img-category-container.graphite-black {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -150px -420px
}
.colorswatch-img-category-container.graphite-cyber-green {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -165px -420px
}
.colorswatch-img-category-container.graphite-dark-green {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -180px -420px
}
.colorswatch-img-category-container.graphite-deep-navy {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -195px -420px
}
.colorswatch-img-category-container.graphite-grey-black {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -210px -420px
}
.colorswatch-img-category-container.graphite-grey-forest-green-white {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -225px -420px
}
.colorswatch-img-category-container.graphite-grey-maroon-white {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -240px -420px
}
.colorswatch-img-category-container.graphite-grey-purple-white {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -255px -420px
}
.colorswatch-img-category-container.graphite-grey-true-navy-white {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -270px -420px
}
.colorswatch-img-category-container.graphite-grey-true-red-white {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -285px -420px
}
.colorswatch-img-category-container.graphite-grey-true-royal-white {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -300px -420px
}
.colorswatch-img-category-container.graphite-grey-vintage-heather {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -315px -420px
}
.colorswatch-img-category-container.graphite-grey-white {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -330px -420px
}
.colorswatch-img-category-container.graphite-grey {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -345px -420px
}
.colorswatch-img-category-container.graphite-heather-black {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -360px -420px
}
.colorswatch-img-category-container.graphite-heather-dark-green {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -375px -420px
}
.colorswatch-img-category-container.graphite-heather-deep-navy {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -390px -420px
}
.colorswatch-img-category-container.graphite-heather-forest-green {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -405px -420px
}
.colorswatch-img-category-container.graphite-heather-maroon {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -420px -420px
}
.colorswatch-img-category-container.graphite-heather-purple {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -435px 0
}
.colorswatch-img-category-container.graphite-heather-royal {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -435px -15px
}
.colorswatch-img-category-container.graphite-heather-true-navy {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -435px -30px
}
.colorswatch-img-category-container.graphite-heather-true-red {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -435px -45px
}
.colorswatch-img-category-container.graphite-heather-true-royal {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -435px -60px
}
.colorswatch-img-category-container.graphite-heather-vintage-heather {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -435px -75px
}
.colorswatch-img-category-container.graphite-heather {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -435px -90px
}
.colorswatch-img-category-container.graphite-orange {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -435px -105px
}
.colorswatch-img-category-container.graphite-purple {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -435px -120px
}
.colorswatch-img-category-container.graphite-red-white {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -435px -135px
}
.colorswatch-img-category-container.graphite-red {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -435px -150px
}
.colorswatch-img-category-container.graphite-royal-white {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -435px -165px
}
.colorswatch-img-category-container.graphite-royal {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -435px -180px
}
.colorswatch-img-category-container.graphite-scarlet {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -435px -195px
}
.colorswatch-img-category-container.graphite-shadow-heather {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -435px -210px
}
.colorswatch-img-category-container.graphite-stone {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -435px -225px
}
.colorswatch-img-category-container.graphite-true-navy-white {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -435px -240px
}
.colorswatch-img-category-container.graphite-vice-blue {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -435px -255px
}
.colorswatch-img-category-container.graphite-white {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -435px -270px
}
.colorswatch-img-category-container.graphite {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -435px -285px
}
.colorswatch-img-category-container.gravel {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -435px -300px
}
.colorswatch-img-category-container.gray-black {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -435px -315px
}
.colorswatch-img-category-container.gray-red {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -435px -330px
}
.colorswatch-img-category-container.gray {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -435px -345px
}
.colorswatch-img-category-container.green-apple {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -435px -360px
}
.colorswatch-img-category-container.green-aqua {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -435px -375px
}
.colorswatch-img-category-container.green-camo {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -435px -390px
}
.colorswatch-img-category-container.green-camo-green {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -435px -405px
}
.colorswatch-img-category-container.green-energy {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -435px -420px
}
.colorswatch-img-category-container.green-frost {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) 0 -435px
}
.colorswatch-img-category-container.green-glen {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -15px -435px
}
.colorswatch-img-category-container.green-grass-magnet-grey {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -30px -435px
}
.colorswatch-img-category-container.green-gravel {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -45px -435px
}
.colorswatch-img-category-container.green-heather {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -60px -435px
}
.colorswatch-img-category-container.green-mist {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -75px -435px
}
.colorswatch-img-category-container.green-navy {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -90px -435px
}
.colorswatch-img-category-container.green-oasis {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -105px -435px
}
.colorswatch-img-category-container.green-red-white {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -120px -435px
}
.colorswatch-img-category-container.green-shift {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -135px -435px
}
.colorswatch-img-category-container.green {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -150px -435px
}
.colorswatch-img-category-container.grey-black-electric-black {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -165px -435px
}
.colorswatch-img-category-container.grey-black-electric {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -180px -435px
}
.colorswatch-img-category-container.grey-black-stone {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -195px -435px
}
.colorswatch-img-category-container.grey-blue {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -210px -435px
}
.colorswatch-img-category-container.grey-camo {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -225px -435px
}
.colorswatch-img-category-container.grey-camo-grey {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -240px -435px
}
.colorswatch-img-category-container.grey-charcoal {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -255px -435px
}
.colorswatch-img-category-container.grey-concrete {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -270px -435px
}
.colorswatch-img-category-container.grey-deep-royal {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -285px -435px
}
.colorswatch-img-category-container.grey-frost-white {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -300px -435px
}
.colorswatch-img-category-container.grey-frost {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -315px -435px
}
.colorswatch-img-category-container.grey-graphite {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -330px -435px
}
.colorswatch-img-category-container.grey-heather-black {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -345px -435px
}
.colorswatch-img-category-container.grey-heather-forest-green {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -360px -435px
}
.colorswatch-img-category-container.grey-heather-grey {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -375px -435px
}
.colorswatch-img-category-container.grey-heather-true-navy {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -390px -435px
}
.colorswatch-img-category-container.grey-heather-true-red {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -405px -435px
}
.colorswatch-img-category-container.grey-heather-true-royal {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -420px -435px
}
.colorswatch-img-category-container.grey-heather {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -435px -435px
}
.colorswatch-img-category-container.grey-lime {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -450px 0
}
.colorswatch-img-category-container.grey-smoke {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -450px -15px
}
.colorswatch-img-category-container.grey-steel-black {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -450px -30px
}
.colorswatch-img-category-container.grey-steel-deep-black {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -450px -45px
}
.colorswatch-img-category-container.grey-steel-graphite {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -450px -60px
}
.colorswatch-img-category-container.grey-steel-neon-orange {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -450px -75px
}
.colorswatch-img-category-container.grey-steel-neon-pink {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -450px -90px
}
.colorswatch-img-category-container.grey-steel-neon-yellow {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -450px -105px
}
.colorswatch-img-category-container.grey-steel-pink-azalea {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -450px -120px
}
.colorswatch-img-category-container.grey-steel-rogue-grey {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -450px -135px
}
.colorswatch-img-category-container.grey-steel-true-black {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -450px -150px
}
.colorswatch-img-category-container.grey-steel-white {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -450px -165px
}
.colorswatch-img-category-container.grey-steel {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -450px -180px
}
.colorswatch-img-category-container.grey-stripe {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -450px -195px
}
.colorswatch-img-category-container.grey-white {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -450px -210px
}
.colorswatch-img-category-container.gridiron-green {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -450px -225px
}
.colorswatch-img-category-container.guacamole {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -450px -240px
}
.colorswatch-img-category-container.gulf-teal {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -450px -255px
}
.colorswatch-img-category-container.gusty-grey {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -450px -270px
}
.colorswatch-img-category-container.gym-blue-black {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -450px -285px
}
.colorswatch-img-category-container.gym-blue-dark-grey {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -450px -300px
}
.colorswatch-img-category-container.gym-blue {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -450px -315px
}
.colorswatch-img-category-container.gym-red-black {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -450px -330px
}
.colorswatch-img-category-container.gym-red {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -450px -345px
}
.colorswatch-img-category-container.harbor-blue {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -450px -360px
}
.colorswatch-img-category-container.harbor-grey-silver {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -450px -375px
}
.colorswatch-img-category-container.hearth-grey {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -450px -390px
}
.colorswatch-img-category-container.heather-athletic-maroon {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -450px -405px
}
.colorswatch-img-category-container.heather-aubergine {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -450px -420px
}
.colorswatch-img-category-container.heather-black {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -450px -435px
}
.colorswatch-img-category-container.heather-blue-heather-grey {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) 0 -450px
}
.colorswatch-img-category-container.heather-blue-neon-yellow {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -15px -450px
}
.colorswatch-img-category-container.heather-blue {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -30px -450px
}
.colorswatch-img-category-container.heather-bright-turquoise {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -45px -450px
}
.colorswatch-img-category-container.heather-brown {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -60px -450px
}
.colorswatch-img-category-container.heather-burgundy {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -75px -450px
}
.colorswatch-img-category-container.heather-cardinal {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -90px -450px
}
.colorswatch-img-category-container.heather-charcoal-black-silver {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -105px -450px
}
.colorswatch-img-category-container.heather-charcoal-black {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -120px -450px
}
.colorswatch-img-category-container.heather-charcoal-white {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -135px -450px
}
.colorswatch-img-category-container.heather-charcoal {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -150px -450px
}
.colorswatch-img-category-container.heather-dark-chocolate-brown {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -165px -450px
}
.colorswatch-img-category-container.heather-dark-fuchsia-heather-charcoal-black {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -180px -450px
}
.colorswatch-img-category-container.heather-dark-grey-dark-grey {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -195px -450px
}
.colorswatch-img-category-container.heather-dark-grey {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -210px -450px
}
.colorswatch-img-category-container.heather-dark-navy-heather-nickel {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -225px -450px
}
.colorswatch-img-category-container.heather-dark-navy-white {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -240px -450px
}
.colorswatch-img-category-container.heather-deep-red-heather-nickel {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -255px -450px
}
.colorswatch-img-category-container.heather-deep-red-white {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -270px -450px
}
.colorswatch-img-category-container.heather-deep-royal-heather-charcoal {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -285px -450px
}
.colorswatch-img-category-container.heather-deep-royal {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -300px -450px
}
.colorswatch-img-category-container.heather-eggplant {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -315px -450px
}
.colorswatch-img-category-container.heather-forest-green-heather-nickel {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -330px -450px
}
.colorswatch-img-category-container.heather-galapagos-blue {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -345px -450px
}
.colorswatch-img-category-container.heather-gray {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -360px -450px
}
.colorswatch-img-category-container.heather-green-heather-grey {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -375px -450px
}
.colorswatch-img-category-container.heather-green-neon-yellow {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -390px -450px
}
.colorswatch-img-category-container.heather-green {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -405px -450px
}
.colorswatch-img-category-container.heather-grey-black {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -420px -450px
}
.colorswatch-img-category-container.heather-grey-heather-charcoal {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -435px -450px
}
.colorswatch-img-category-container.heather-grey-heather-dark-grey {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -450px -450px
}
.colorswatch-img-category-container.heather-grey-heather-red {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -465px 0
}
.colorswatch-img-category-container.heather-grey-navy {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -465px -15px
}
.colorswatch-img-category-container.heather-grey-red {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -465px -30px
}
.colorswatch-img-category-container.heather-grey-royal {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -465px -45px
}
.colorswatch-img-category-container.heather-grey {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -465px -60px
}
.colorswatch-img-category-container.heather-indigo {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -465px -75px
}
.colorswatch-img-category-container.heather-irish-green {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -465px -90px
}
.colorswatch-img-category-container.heather-kelly-green {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -465px -105px
}
.colorswatch-img-category-container.heather-latte {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -465px -120px
}
.colorswatch-img-category-container.heather-military-green {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -465px -135px
}
.colorswatch-img-category-container.heather-navy-navy {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -465px -150px
}
.colorswatch-img-category-container.heather-navy-new-navy {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -465px -165px
}
.colorswatch-img-category-container.heather-navy-white {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -465px -180px
}
.colorswatch-img-category-container.heather-navy {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -465px -195px
}
.colorswatch-img-category-container.heather-nickel-black {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -465px -210px
}
.colorswatch-img-category-container.heather-nickel-white {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -465px -225px
}
.colorswatch-img-category-container.heather-nickel {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -465px -240px
}
.colorswatch-img-category-container.heather-orange {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -465px -255px
}
.colorswatch-img-category-container.heather-pink-azalea {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -465px -270px
}
.colorswatch-img-category-container.heather-pink-raspberry {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -465px -285px
}
.colorswatch-img-category-container.heather-purple-neon-yellow {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -465px -300px
}
.colorswatch-img-category-container.heather-purple {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -465px -315px
}
.colorswatch-img-category-container.heather-red-classic-red {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -465px -330px
}
.colorswatch-img-category-container.heather-red-heather-charcoal {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -465px -345px
}
.colorswatch-img-category-container.heather-red-white {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -465px -360px
}
.colorswatch-img-category-container.heather-red {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -465px -375px
}
.colorswatch-img-category-container.heather-royal-navy {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -465px -390px
}
.colorswatch-img-category-container.heather-royal {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -465px -405px
}
.colorswatch-img-category-container.heather-sangria {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -465px -420px
}
.colorswatch-img-category-container.heather-sapphire {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -465px -435px
}
.colorswatch-img-category-container.heather-steel-black {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -465px -450px
}
.colorswatch-img-category-container.heather-steel {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) 0 -465px
}
.colorswatch-img-category-container.heather-sterling-blue {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -15px -465px
}
.colorswatch-img-category-container.heather-teal {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -30px -465px
}
.colorswatch-img-category-container.heather-true-royal-heather-charcoal {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -45px -465px
}
.colorswatch-img-category-container.heather-watermelon-heather-charcoal {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -60px -465px
}
.colorswatch-img-category-container.heather-watermelon {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -75px -465px
}
.colorswatch-img-category-container.heliconia {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -90px -465px
}
.colorswatch-img-category-container.heritage-blue-royal {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -105px -465px
}
.colorswatch-img-category-container.heritage-blue {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -120px -465px
}
.colorswatch-img-category-container.hi-vis-lime-black {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -135px -465px
}
.colorswatch-img-category-container.hi-vis-lime-navy {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -150px -465px
}
.colorswatch-img-category-container.hi-vis-lime {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -165px -465px
}
.colorswatch-img-category-container.hi-vis-orange-black {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -180px -465px
}
.colorswatch-img-category-container.hi-vis-orange-navy {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -195px -465px
}
.colorswatch-img-category-container.hi-vis-orange {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -210px -465px
}
.colorswatch-img-category-container.hi-vis-pink {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -225px -465px
}
.colorswatch-img-category-container.hi-vis-yellow-black {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -240px -465px
}
.colorswatch-img-category-container.hi-vis-yellow-dark-green {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -255px -465px
}
.colorswatch-img-category-container.hi-vis-yellow-grey {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -270px -465px
}
.colorswatch-img-category-container.hi-vis-yellow-navy {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -285px -465px
}
.colorswatch-img-category-container.hi-vis-yellow-royal-blue {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -300px -465px
}
.colorswatch-img-category-container.hi-vis-yellow {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -315px -465px
}
.colorswatch-img-category-container.hi-vis {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -330px -465px
}
.colorswatch-img-category-container.hibiscus-pink {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -345px -465px
}
.colorswatch-img-category-container.hibiscus {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -360px -465px
}
.colorswatch-img-category-container.honey {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -375px -465px
}
.colorswatch-img-category-container.honeydew {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -390px -465px
}
.colorswatch-img-category-container.honeysuckle {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -405px -465px
}
.colorswatch-img-category-container.hot-coral-dark-smoke-grey {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -420px -465px
}
.colorswatch-img-category-container.hot-coral-grey-steel {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -435px -465px
}
.colorswatch-img-category-container.hot-coral {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -450px -465px
}
.colorswatch-img-category-container.hot-orange-black {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -465px -465px
}
.colorswatch-img-category-container.hot-orange-grey {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -480px 0
}
.colorswatch-img-category-container.hot-orange {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -480px -15px
}
.colorswatch-img-category-container.hot-pink-neon-yellow {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -480px -30px
}
.colorswatch-img-category-container.hot-pink-reflective {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -480px -45px
}
.colorswatch-img-category-container.hot-pink {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -480px -60px
}
.colorswatch-img-category-container.houndstooth {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -480px -75px
}
.colorswatch-img-category-container.hunter-black-stone {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -480px -90px
}
.colorswatch-img-category-container.hunter-black {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -480px -105px
}
.colorswatch-img-category-container.hunter-dark-navy {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -480px -120px
}
.colorswatch-img-category-container.hunter-grey {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -480px -135px
}
.colorswatch-img-category-container.hunter-khaki {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -480px -150px
}
.colorswatch-img-category-container.hunter-light-oxford {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -480px -165px
}
.colorswatch-img-category-container.hunter-navy {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -480px -180px
}
.colorswatch-img-category-container.hunter-stone {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -480px -195px
}
.colorswatch-img-category-container.hunter-white {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -480px -210px
}
.colorswatch-img-category-container.hunter {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -480px -225px
}
.colorswatch-img-category-container.hyacinth {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -480px -240px
}
.colorswatch-img-category-container.hyper-blue-black {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -480px -255px
}
.colorswatch-img-category-container.hyper-blue {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -480px -270px
}
.colorswatch-img-category-container.ice-blue {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -480px -285px
}
.colorswatch-img-category-container.ice-grey {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -480px -300px
}
.colorswatch-img-category-container.ice-orange-mirror {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -480px -315px
}
.colorswatch-img-category-container.imperial-blue-black {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -480px -330px
}
.colorswatch-img-category-container.imperial-blue {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -480px -345px
}
.colorswatch-img-category-container.in-out-mirror {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -480px -360px
}
.colorswatch-img-category-container.inca-gold {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -480px -375px
}
.colorswatch-img-category-container.independence-red-navy {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -480px -390px
}
.colorswatch-img-category-container.independence-red {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -480px -405px
}
.colorswatch-img-category-container.indigo-blue-orange {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -480px -420px
}
.colorswatch-img-category-container.indigo-blue-yellow {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -480px -435px
}
.colorswatch-img-category-container.indigo-blue {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -480px -450px
}
.colorswatch-img-category-container.indigo-orange {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -480px -465px
}
.colorswatch-img-category-container.indigo {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) 0 -480px
}
.colorswatch-img-category-container.infinity-blue {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -15px -480px
}
.colorswatch-img-category-container.ink-blue {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -30px -480px
}
.colorswatch-img-category-container.insignia-blue-navy-eclipse {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -45px -480px
}
.colorswatch-img-category-container.insignia-blue-navy {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -60px -480px
}
.colorswatch-img-category-container.insignia-blue {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -75px -480px
}
.colorswatch-img-category-container.iris-blue {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -90px -480px
}
.colorswatch-img-category-container.iris-purple {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -105px -480px
}
.colorswatch-img-category-container.iris {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -120px -480px
}
.colorswatch-img-category-container.irish-green {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -135px -480px
}
.colorswatch-img-category-container.iron-gate {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -150px -480px
}
.colorswatch-img-category-container.iron-gray {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -165px -480px
}
.colorswatch-img-category-container.iron-grey-black-white {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -180px -480px
}
.colorswatch-img-category-container.iron-grey-black {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -195px -480px
}
.colorswatch-img-category-container.iron-grey-forest-green {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -210px -480px
}
.colorswatch-img-category-container.iron-grey-lime-shock {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -225px -480px
}
.colorswatch-img-category-container.iron-grey-maroon {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -240px -480px
}
.colorswatch-img-category-container.iron-grey-pink-raspberry {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -255px -480px
}
.colorswatch-img-category-container.iron-grey-purple {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -270px -480px
}
.colorswatch-img-category-container.iron-grey-true-navy {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -285px -480px
}
.colorswatch-img-category-container.iron-grey-true-red {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -300px -480px
}
.colorswatch-img-category-container.iron-grey-true-royal {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -315px -480px
}
.colorswatch-img-category-container.iron-grey-white {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -330px -480px
}
.colorswatch-img-category-container.isla-blue {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -345px -480px
}
.colorswatch-img-category-container.island-yellow {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -360px -480px
}
.colorswatch-img-category-container.ivory {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -375px -480px
}
.colorswatch-img-category-container.ivy-green-black {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -390px -480px
}
.colorswatch-img-category-container.ivy-green {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -405px -480px
}
.colorswatch-img-category-container.jade-dome {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -420px -480px
}
.colorswatch-img-category-container.jade-green {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -435px -480px
}
.colorswatch-img-category-container.jade {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -450px -480px
}
.colorswatch-img-category-container.jet-black-charcoal {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -465px -480px
}
.colorswatch-img-category-container.jet-black {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -480px -480px
}
.colorswatch-img-category-container.jewel-green {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -495px 0
}
.colorswatch-img-category-container.juniper-green {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -495px -15px
}
.colorswatch-img-category-container.kelly-green-white {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -495px -30px
}
.colorswatch-img-category-container.kelly-green {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -495px -45px
}
.colorswatch-img-category-container.kelly-white {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -495px -60px
}
.colorswatch-img-category-container.kelly {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -495px -75px
}
.colorswatch-img-category-container.key-lime {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -495px -90px
}
.colorswatch-img-category-container.khaki-black {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -495px -105px
}
.colorswatch-img-category-container.khaki-brown {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -495px -120px
}
.colorswatch-img-category-container.khaki-charcoal-blue {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -495px -135px
}
.colorswatch-img-category-container.khaki-charcoal {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -495px -150px
}
.colorswatch-img-category-container.khaki-chocolate-brown {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -495px -165px
}
.colorswatch-img-category-container.khaki-heather {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -495px -180px
}
.colorswatch-img-category-container.khaki-maroon {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -495px -195px
}
.colorswatch-img-category-container.khaki-navy {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -495px -210px
}
.colorswatch-img-category-container.khaki-nutmeg {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -495px -225px
}
.colorswatch-img-category-container.khaki-true-black {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -495px -240px
}
.colorswatch-img-category-container.khaki {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -495px -255px
}
.colorswatch-img-category-container.kiwi-green {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -495px -270px
}
.colorswatch-img-category-container.kiwi {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -495px -285px
}
.colorswatch-img-category-container.lagoon-blue-heather-black {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -495px -300px
}
.colorswatch-img-category-container.lagoon-blue {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -495px -315px
}
.colorswatch-img-category-container.lake-blue {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -495px -330px
}
.colorswatch-img-category-container.lake {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -495px -345px
}
.colorswatch-img-category-container.lapis-blue {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -495px -360px
}
.colorswatch-img-category-container.lavender {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -495px -375px
}
.colorswatch-img-category-container.lawn {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -495px -390px
}
.colorswatch-img-category-container.lead-grey-black {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -495px -405px
}
.colorswatch-img-category-container.league-navy-charcoal {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -495px -420px
}
.colorswatch-img-category-container.league-navy {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -495px -435px
}
.colorswatch-img-category-container.legend-blue {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -495px -450px
}
.colorswatch-img-category-container.lemon-drop-yellow {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -495px -465px
}
.colorswatch-img-category-container.lemon-yellow {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -495px -480px
}
.colorswatch-img-category-container.leopard {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) 0 -495px
}
.colorswatch-img-category-container.leopard-print {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -15px -495px
}
.colorswatch-img-category-container.light-blue-black {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -30px -495px
}
.colorswatch-img-category-container.light-blue-light-stone {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -45px -495px
}
.colorswatch-img-category-container.light-blue-navy {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -60px -495px
}
.colorswatch-img-category-container.light-blue {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -75px -495px
}
.colorswatch-img-category-container.light-blueberry {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -90px -495px
}
.colorswatch-img-category-container.light-cyan-blue {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -105px -495px
}
.colorswatch-img-category-container.light-forest {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -120px -495px
}
.colorswatch-img-category-container.light-game-royal-heather {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -135px -495px
}
.colorswatch-img-category-container.light-green {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -150px -495px
}
.colorswatch-img-category-container.light-grey-heather {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -165px -495px
}
.colorswatch-img-category-container.light-grey-white {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -180px -495px
}
.colorswatch-img-category-container.light-grey {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -195px -495px
}
.colorswatch-img-category-container.light-heather-gray {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -210px -495px
}
.colorswatch-img-category-container.light-heather-grey-white {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -225px -495px
}
.colorswatch-img-category-container.light-indigo {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -240px -495px
}
.colorswatch-img-category-container.light-khaki-maroon {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -255px -495px
}
.colorswatch-img-category-container.light-navy {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -270px -495px
}
.colorswatch-img-category-container.light-olive {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -285px -495px
}
.colorswatch-img-category-container.light-photo-blue-deep-royal {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -300px -495px
}
.colorswatch-img-category-container.light-photo-blue {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -315px -495px
}
.colorswatch-img-category-container.light-pink-white {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -330px -495px
}
.colorswatch-img-category-container.light-pink {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -345px -495px
}
.colorswatch-img-category-container.light-royal-heather {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -360px -495px
}
.colorswatch-img-category-container.light-royal {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -375px -495px
}
.colorswatch-img-category-container.light-sand {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -390px -495px
}
.colorswatch-img-category-container.light-steel {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -405px -495px
}
.colorswatch-img-category-container.light-stone-classic-navy {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -420px -495px
}
.colorswatch-img-category-container.light-stone {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -435px -495px
}
.colorswatch-img-category-container.light-tan {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -450px -495px
}
.colorswatch-img-category-container.light-turquoise {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -465px -495px
}
.colorswatch-img-category-container.lilac-chrome {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -480px -495px
}
.colorswatch-img-category-container.lilac {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -495px -495px
}
.colorswatch-img-category-container.lime-black {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -510px 0
}
.colorswatch-img-category-container.lime-blue {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -510px -15px
}
.colorswatch-img-category-container.lime-deep-smoke {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -510px -30px
}
.colorswatch-img-category-container.lime-green {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -510px -45px
}
.colorswatch-img-category-container.lime-heather-battleship-grey {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -510px -60px
}
.colorswatch-img-category-container.lime-navy {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -510px -75px
}
.colorswatch-img-category-container.lime-red {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -510px -90px
}
.colorswatch-img-category-container.lime-royal-blue {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -510px -105px
}
.colorswatch-img-category-container.lime-shock-black {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -510px -120px
}
.colorswatch-img-category-container.lime-shock-dark-smoke-grey {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -510px -135px
}
.colorswatch-img-category-container.lime-shock-electric {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -510px -150px
}
.colorswatch-img-category-container.lime-shock {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -510px -165px
}
.colorswatch-img-category-container.lime-steel-grey {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -510px -180px
}
.colorswatch-img-category-container.lime {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -510px -195px
}
.colorswatch-img-category-container.limeade {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -510px -210px
}
.colorswatch-img-category-container.limeaide {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -510px -225px
}
.colorswatch-img-category-container.limelight {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -510px -240px
}
.colorswatch-img-category-container.loden {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -510px -255px
}
.colorswatch-img-category-container.loganberry-dark-fuchsia-silver {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -510px -270px
}
.colorswatch-img-category-container.lucky-green-black {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -510px -285px
}
.colorswatch-img-category-container.lucky-green-grey-black {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -510px -300px
}
.colorswatch-img-category-container.lucky-green-white {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -510px -315px
}
.colorswatch-img-category-container.lucky-green {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -510px -330px
}
.colorswatch-img-category-container.lush-green {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -510px -345px
}
.colorswatch-img-category-container.magenta {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -510px -360px
}
.colorswatch-img-category-container.magnet-grey-black-charge-green {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -510px -375px
}
.colorswatch-img-category-container.magnet-grey-black-very-berry {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -510px -390px
}
.colorswatch-img-category-container.magnet-grey-black {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -510px -405px
}
.colorswatch-img-category-container.magnet-grey-tropical-pink {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -510px -420px
}
.colorswatch-img-category-container.magnet-grey-white-black {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -510px -435px
}
.colorswatch-img-category-container.magnet-grey {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -510px -450px
}
.colorswatch-img-category-container.magnet-orange {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -510px -465px
}
.colorswatch-img-category-container.magnet {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -510px -480px
}
.colorswatch-img-category-container.maize-yellow {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -510px -495px
}
.colorswatch-img-category-container.maize {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) 0 -510px
}
.colorswatch-img-category-container.majestic-purple {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -15px -510px
}
.colorswatch-img-category-container.mallard-green {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -30px -510px
}
.colorswatch-img-category-container.mandarin-orange {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -45px -510px
}
.colorswatch-img-category-container.margarita {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -60px -510px
}
.colorswatch-img-category-container.marigold {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -75px -510px
}
.colorswatch-img-category-container.marina-blue-true-navy {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -90px -510px
}
.colorswatch-img-category-container.marina-blue {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -105px -510px
}
.colorswatch-img-category-container.marine-green {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -120px -510px
}
.colorswatch-img-category-container.marine {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -135px -510px
}
.colorswatch-img-category-container.maritime-blue {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -150px -510px
}
.colorswatch-img-category-container.maritime-frost {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -165px -510px
}
.colorswatch-img-category-container.maritime-heather {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -180px -510px
}
.colorswatch-img-category-container.marled-black {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -195px -510px
}
.colorswatch-img-category-container.marled-deep-red {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -210px -510px
}
.colorswatch-img-category-container.marled-evergreen {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -225px -510px
}
.colorswatch-img-category-container.marled-storm-blue {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -240px -510px
}
.colorswatch-img-category-container.maroon-black-white {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -255px -510px
}
.colorswatch-img-category-container.maroon-black {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -270px -510px
}
.colorswatch-img-category-container.maroon-charcoal-grey {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -285px -510px
}
.colorswatch-img-category-container.maroon-electric {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -300px -510px
}
.colorswatch-img-category-container.maroon-gold-white {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -315px -510px
}
.colorswatch-img-category-container.maroon-graphite-white {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -330px -510px
}
.colorswatch-img-category-container.maroon-grey {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -345px -510px
}
.colorswatch-img-category-container.maroon-heather {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -360px -510px
}
.colorswatch-img-category-container.maroon-iron-grey {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -375px -510px
}
.colorswatch-img-category-container.maroon-khaki {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -390px -510px
}
.colorswatch-img-category-container.maroon-light-oxford {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -405px -510px
}
.colorswatch-img-category-container.maroon-natural {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -420px -510px
}
.colorswatch-img-category-container.maroon-silver {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -435px -510px
}
.colorswatch-img-category-container.maroon-stone {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -450px -510px
}
.colorswatch-img-category-container.maroon-true-black {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -465px -510px
}
.colorswatch-img-category-container.maroon-vintage-heather {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -480px -510px
}
.colorswatch-img-category-container.maroon-white-black {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -495px -510px
}
.colorswatch-img-category-container.maroon-white {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -510px -510px
}
.colorswatch-img-category-container.maroon {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -525px 0
}
.colorswatch-img-category-container.mars-red-stone {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -525px -15px
}
.colorswatch-img-category-container.marshmallow-battleship-grey {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -525px -30px
}
.colorswatch-img-category-container.marshmallow {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -525px -45px
}
.colorswatch-img-category-container.maui-blue {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -525px -60px
}
.colorswatch-img-category-container.mean-green {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -525px -75px
}
.colorswatch-img-category-container.mediterranean-blue-black {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -525px -90px
}
.colorswatch-img-category-container.mediterranean-blue {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -525px -105px
}
.colorswatch-img-category-container.medium-blue-heather {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -525px -120px
}
.colorswatch-img-category-container.medium-blue {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -525px -135px
}
.colorswatch-img-category-container.medium-grey {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -525px -150px
}
.colorswatch-img-category-container.medium-heather-grey-charcoal-heather {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -525px -165px
}
.colorswatch-img-category-container.medium-heather-grey {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -525px -180px
}
.colorswatch-img-category-container.merlot {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -525px -195px
}
.colorswatch-img-category-container.metal-grey-grey-steel {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -525px -210px
}
.colorswatch-img-category-container.metal-grey {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -525px -225px
}
.colorswatch-img-category-container.metallic {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -525px -240px
}
.colorswatch-img-category-container.meteor-blue-white {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -525px -255px
}
.colorswatch-img-category-container.metro-blue {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -525px -270px
}
.colorswatch-img-category-container.midnight-black {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -525px -285px
}
.colorswatch-img-category-container.midnight-heather {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -525px -300px
}
.colorswatch-img-category-container.midnight-navy-black {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -525px -315px
}
.colorswatch-img-category-container.midnight-navy-dark-obsidian {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -525px -330px
}
.colorswatch-img-category-container.midnight-navy-photo-blue {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -525px -345px
}
.colorswatch-img-category-container.midnight-navy-white {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -525px -360px
}
.colorswatch-img-category-container.midnight-navy {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -525px -375px
}
.colorswatch-img-category-container.midnight {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -525px -390px
}
.colorswatch-img-category-container.military-blue-black {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -525px -405px
}
.colorswatch-img-category-container.military-camo {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -525px -420px
}
.colorswatch-img-category-container.military-camo-black {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -525px -435px
}
.colorswatch-img-category-container.military-camo-dark-army {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -525px -450px
}
.colorswatch-img-category-container.military-green {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -525px -465px
}
.colorswatch-img-category-container.millenium-blue {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -525px -480px
}
.colorswatch-img-category-container.millennium-blue-dark-navy {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -525px -495px
}
.colorswatch-img-category-container.mineral-green-black {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -525px -510px
}
.colorswatch-img-category-container.mineral-green-soft-orange {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) 0 -525px
}
.colorswatch-img-category-container.mineral-green {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -15px -525px
}
.colorswatch-img-category-container.mint-green {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -30px -525px
}
.colorswatch-img-category-container.mint-reflective {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -45px -525px
}
.colorswatch-img-category-container.mint {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -60px -525px
}
.colorswatch-img-category-container.mist-green {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -75px -525px
}
.colorswatch-img-category-container.mist {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -90px -525px
}
.colorswatch-img-category-container.mocha-heather {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -105px -525px
}
.colorswatch-img-category-container.mocha {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -120px -525px
}
.colorswatch-img-category-container.molten-maroon {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -135px -525px
}
.colorswatch-img-category-container.monsoon-heather {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -150px -525px
}
.colorswatch-img-category-container.monument-grey-white {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -165px -525px
}
.colorswatch-img-category-container.monument-grey {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -180px -525px
}
.colorswatch-img-category-container.moonlight-blue-white {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -195px -525px
}
.colorswatch-img-category-container.moonlight-blue {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -210px -525px
}
.colorswatch-img-category-container.moroccan-blue {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -225px -525px
}
.colorswatch-img-category-container.mosaic-blue {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -240px -525px
}
.colorswatch-img-category-container.moss {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -255px -525px
}
.colorswatch-img-category-container.mossy-oak-break-up-country {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -270px -525px
}
.colorswatch-img-category-container.mossy-oak-break-up-country-black-mesh {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -285px -525px
}
.colorswatch-img-category-container.mossy-oak-break-up-country-chocolate-elk {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -300px -525px
}
.colorswatch-img-category-container.mossy-oak-break-up-country-chocolate {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -315px -525px
}
.colorswatch-img-category-container.mossy-oak-break-up-country-neon-yellow {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -330px -525px
}
.colorswatch-img-category-container.mossy-oak-break-up-country-tan {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -345px -525px
}
.colorswatch-img-category-container.mossy-oak-new-break-up {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -360px -525px
}
.colorswatch-img-category-container.mossy-oak-new-break-up-black {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -375px -525px
}
.colorswatch-img-category-container.mossy-oak-new-break-up-brown {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -390px -525px
}
.colorswatch-img-category-container.mossy-oak-new-break-up-tan-deer {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -405px -525px
}
.colorswatch-img-category-container.natural-black {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -420px -525px
}
.colorswatch-img-category-container.natural-heather {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -435px -525px
}
.colorswatch-img-category-container.natural-hunter {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -450px -525px
}
.colorswatch-img-category-container.natural-natural {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -465px -525px
}
.colorswatch-img-category-container.natural-navy {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -480px -525px
}
.colorswatch-img-category-container.natural-pink-azalea {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -495px -525px
}
.colorswatch-img-category-container.natural-red {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -510px -525px
}
.colorswatch-img-category-container.natural-spruce {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -525px -525px
}
.colorswatch-img-category-container.natural-true-royal {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -540px 0
}
.colorswatch-img-category-container.natural-turquoise {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -540px -15px
}
.colorswatch-img-category-container.natural {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -540px -30px
}
.colorswatch-img-category-container.navy-athletic-oxford {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -540px -45px
}
.colorswatch-img-category-container.navy-battleship-grey {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -540px -60px
}
.colorswatch-img-category-container.navy-black {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -540px -75px
}
.colorswatch-img-category-container.navy-blue-lake {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -540px -90px
}
.colorswatch-img-category-container.navy-camo {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -540px -105px
}
.colorswatch-img-category-container.navy-canvas {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -540px -120px
}
.colorswatch-img-category-container.navy-carolina-blue {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -540px -135px
}
.colorswatch-img-category-container.navy-charcoal-heather {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -540px -150px
}
.colorswatch-img-category-container.navy-charcoal {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -540px -165px
}
.colorswatch-img-category-container.navy-chili-red {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -540px -180px
}
.colorswatch-img-category-container.navy-cool-grey {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -540px -195px
}
.colorswatch-img-category-container.navy-cream {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -540px -210px
}
.colorswatch-img-category-container.navy-dark-charcoal {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -540px -225px
}
.colorswatch-img-category-container.navy-dark-grey {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -540px -240px
}
.colorswatch-img-category-container.navy-dark-smoke-grey {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -540px -255px
}
.colorswatch-img-category-container.navy-dip-dye {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -540px -270px
}
.colorswatch-img-category-container.navy-eclipse {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -540px -285px
}
.colorswatch-img-category-container.navy-frost-grey-frost {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -540px -300px
}
.colorswatch-img-category-container.navy-frost {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -540px -315px
}
.colorswatch-img-category-container.navy-gold {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -540px -330px
}
.colorswatch-img-category-container.navy-graphite {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -540px -345px
}
.colorswatch-img-category-container.navy-gray {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -540px -360px
}
.colorswatch-img-category-container.navy-grey {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -540px -375px
}
.colorswatch-img-category-container.navy-gym-red-flint-grey {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -540px -390px
}
.colorswatch-img-category-container.navy-heather-black {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -540px -405px
}
.colorswatch-img-category-container.navy-heather {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -540px -420px
}
.colorswatch-img-category-container.navy-heritage-blue {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -540px -435px
}
.colorswatch-img-category-container.navy-khaki {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -540px -450px
}
.colorswatch-img-category-container.navy-light-grey {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -540px -465px
}
.colorswatch-img-category-container.navy-light-sand {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -540px -480px
}
.colorswatch-img-category-container.navy-light-stone {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -540px -495px
}
.colorswatch-img-category-container.navy-multi {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -540px -510px
}
.colorswatch-img-category-container.navy-natural {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -540px -525px
}
.colorswatch-img-category-container.navy-navy {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) 0 -540px
}
.colorswatch-img-category-container.navy-pacific-blue {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -15px -540px
}
.colorswatch-img-category-container.navy-paisley {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -30px -540px
}
.colorswatch-img-category-container.navy-plum-white {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -45px -540px
}
.colorswatch-img-category-container.navy-red {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -60px -540px
}
.colorswatch-img-category-container.navy-reflective {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -75px -540px
}
.colorswatch-img-category-container.navy-royal-blue {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -90px -540px
}
.colorswatch-img-category-container.navy-royal-cosmic {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -105px -540px
}
.colorswatch-img-category-container.navy-signal-blue {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -120px -540px
}
.colorswatch-img-category-container.navy-silver {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -135px -540px
}
.colorswatch-img-category-container.navy-twilight-blue {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -150px -540px
}
.colorswatch-img-category-container.navy-western {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -165px -540px
}
.colorswatch-img-category-container.navy-white {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -180px -540px
}
.colorswatch-img-category-container.navy-yellow {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -195px -540px
}
.colorswatch-img-category-container.navy {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -210px -540px
}
.colorswatch-img-category-container.nc-blue {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -225px -540px
}
.colorswatch-img-category-container.nearly-black-smoke-grey {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -240px -540px
}
.colorswatch-img-category-container.nearly-black {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -255px -540px
}
.colorswatch-img-category-container.nectar {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -270px -540px
}
.colorswatch-img-category-container.neon-blue-heather {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -285px -540px
}
.colorswatch-img-category-container.neon-blue {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -300px -540px
}
.colorswatch-img-category-container.neon-coral {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -315px -540px
}
.colorswatch-img-category-container.neon-gray {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -330px -540px
}
.colorswatch-img-category-container.neon-green-white {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -345px -540px
}
.colorswatch-img-category-container.neon-green {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -360px -540px
}
.colorswatch-img-category-container.neon-lemon-heather {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -375px -540px
}
.colorswatch-img-category-container.neon-lime-black {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -390px -540px
}
.colorswatch-img-category-container.neon-lime-heather {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -405px -540px
}
.colorswatch-img-category-container.neon-lime-neon-lime {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -420px -540px
}
.colorswatch-img-category-container.neon-lime {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -435px -540px
}
.colorswatch-img-category-container.neon-orange-black {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -450px -540px
}
.colorswatch-img-category-container.neon-orange-heather {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -465px -540px
}
.colorswatch-img-category-container.neon-orange {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -480px -540px
}
.colorswatch-img-category-container.neon-pink-black {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -495px -540px
}
.colorswatch-img-category-container.neon-pink-glo {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -510px -540px
}
.colorswatch-img-category-container.neon-pink-heather {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -525px -540px
}
.colorswatch-img-category-container.neon-pink-white {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -540px -540px
}
.colorswatch-img-category-container.neon-pink {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -555px 0
}
.colorswatch-img-category-container.neon-rainbow {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -555px -15px
}
.colorswatch-img-category-container.neon-yellow-white {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -555px -30px
}
.colorswatch-img-category-container.neon-yellow {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -555px -45px
}
.colorswatch-img-category-container.neon {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -555px -60px
}
.colorswatch-img-category-container.new-blue {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -555px -75px
}
.colorswatch-img-category-container.new-navy-blue {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -555px -90px
}
.colorswatch-img-category-container.new-navy-charcoal {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -555px -105px
}
.colorswatch-img-category-container.new-navy-heather-steel {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -555px -120px
}
.colorswatch-img-category-container.new-navy-light-blue {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -555px -135px
}
.colorswatch-img-category-container.new-navy-stone {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -555px -150px
}
.colorswatch-img-category-container.new-navy-white {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -555px -165px
}
.colorswatch-img-category-container.new-navy {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -555px -180px
}
.colorswatch-img-category-container.new-pink {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -555px -195px
}
.colorswatch-img-category-container.new-red-black {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -555px -210px
}
.colorswatch-img-category-container.new-red-charcoal {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -555px -225px
}
.colorswatch-img-category-container.new-red-heather-nickel {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -555px -240px
}
.colorswatch-img-category-container.new-red-light-heather-grey {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -555px -255px
}
.colorswatch-img-category-container.new-red {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -555px -270px
}
.colorswatch-img-category-container.new-slate {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -555px -285px
}
.colorswatch-img-category-container.nickel-black {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -555px -300px
}
.colorswatch-img-category-container.nickel-new-red {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -555px -315px
}
.colorswatch-img-category-container.nickel {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -555px -330px
}
.colorswatch-img-category-container.night-purple {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -555px -345px
}
.colorswatch-img-category-container.night-sky-blue-black {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -555px -360px
}
.colorswatch-img-category-container.night-sky-blue-dress-blue-navy {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -555px -375px
}
.colorswatch-img-category-container.nitro-yellow {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -555px -390px
}
.colorswatch-img-category-container.northern-grey {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -555px -405px
}
.colorswatch-img-category-container.oatmeal-heather-brown {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -555px -420px
}
.colorswatch-img-category-container.oatmeal-heather {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -555px -435px
}
.colorswatch-img-category-container.obsidian-white {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -555px -450px
}
.colorswatch-img-category-container.ocean-blue {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -555px -465px
}
.colorswatch-img-category-container.ocean-rainbow {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -555px -480px
}
.colorswatch-img-category-container.off-white {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -555px -495px
}
.colorswatch-img-category-container.oilfield-camo {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -555px -510px
}
.colorswatch-img-category-container.oilfield-camo-black-mesh {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -555px -525px
}
.colorswatch-img-category-container.old-gold {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -555px -540px
}
.colorswatch-img-category-container.old-royal-marine {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) 0 -555px
}
.colorswatch-img-category-container.old-royal {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -15px -555px
}
.colorswatch-img-category-container.olive-black {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -30px -555px
}
.colorswatch-img-category-container.olive-cayenne {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -45px -555px
}
.colorswatch-img-category-container.olive-chrome {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -60px -555px
}
.colorswatch-img-category-container.olive-heather-black {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -75px -555px
}
.colorswatch-img-category-container.olive-khaki-birch {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -90px -555px
}
.colorswatch-img-category-container.olive-khaki-white {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -105px -555px
}
.colorswatch-img-category-container.olive-khaki {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -120px -555px
}
.colorswatch-img-category-container.olive-stone {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -135px -555px
}
.colorswatch-img-category-container.olive {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -150px -555px
}
.colorswatch-img-category-container.optic-blue {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -165px -555px
}
.colorswatch-img-category-container.orange-black {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -180px -555px
}
.colorswatch-img-category-container.orange-blaze-deer {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -195px -555px
}
.colorswatch-img-category-container.orange-blaze-mossy-oak {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -210px -555px
}
.colorswatch-img-category-container.orange-blaze-realtree-xtra {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -225px -555px
}
.colorswatch-img-category-container.orange-blaze {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -240px -555px
}
.colorswatch-img-category-container.orange-blue {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -255px -555px
}
.colorswatch-img-category-container.orange-camo {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -270px -555px
}
.colorswatch-img-category-container.orange-crush {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -285px -555px
}
.colorswatch-img-category-container.orange-lime {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -300px -555px
}
.colorswatch-img-category-container.orange-navy {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -315px -555px
}
.colorswatch-img-category-container.orange-sherbet {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -330px -555px
}
.colorswatch-img-category-container.orange-white {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -345px -555px
}
.colorswatch-img-category-container.orange {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -360px -555px
}
.colorswatch-img-category-container.orchid {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -375px -555px
}
.colorswatch-img-category-container.osha-orange {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -390px -555px
}
.colorswatch-img-category-container.oxford-blue {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -405px -555px
}
.colorswatch-img-category-container.oxford-grey {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -420px -555px
}
.colorswatch-img-category-container.oxford-heather {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -435px -555px
}
.colorswatch-img-category-container.oxford {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -450px -555px
}
.colorswatch-img-category-container.oyster-white {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -465px -555px
}
.colorswatch-img-category-container.oyster {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -480px -555px
}
.colorswatch-img-category-container.pace-yellow-black-reflective {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -495px -555px
}
.colorswatch-img-category-container.pace-yellow {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -510px -555px
}
.colorswatch-img-category-container.pacific-blue {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -525px -555px
}
.colorswatch-img-category-container.pale-pink {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -540px -555px
}
.colorswatch-img-category-container.pale-yellow {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -555px -555px
}
.colorswatch-img-category-container.palm {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -570px 0
}
.colorswatch-img-category-container.passion-pink-black {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -570px -15px
}
.colorswatch-img-category-container.pastel-rainbow {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -570px -30px
}
.colorswatch-img-category-container.patriot-blue-battleship-grey {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -570px -45px
}
.colorswatch-img-category-container.patriot-blue-white {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -570px -60px
}
.colorswatch-img-category-container.peach {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -570px -75px
}
.colorswatch-img-category-container.peacock-blue-charcoal-grey {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -570px -90px
}
.colorswatch-img-category-container.peacock-blue {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -570px -105px
}
.colorswatch-img-category-container.peacock-heather {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -570px -120px
}
.colorswatch-img-category-container.peacock {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -570px -135px
}
.colorswatch-img-category-container.peak-blue {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -570px -150px
}
.colorswatch-img-category-container.pear {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -570px -165px
}
.colorswatch-img-category-container.pearl-grey-heather {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -570px -180px
}
.colorswatch-img-category-container.pearl-grey {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -570px -195px
}
.colorswatch-img-category-container.pebble-black {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -570px -210px
}
.colorswatch-img-category-container.pebble {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -570px -225px
}
.colorswatch-img-category-container.periwinkle-reflective {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -570px -240px
}
.colorswatch-img-category-container.persian-red {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -570px -255px
}
.colorswatch-img-category-container.petrol-blue-navy {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -570px -270px
}
.colorswatch-img-category-container.petrol-blue {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -570px -285px
}
.colorswatch-img-category-container.petrol-grey-blacktop-shock-green {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -570px -300px
}
.colorswatch-img-category-container.petrol-grey {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -570px -315px
}
.colorswatch-img-category-container.petrol {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -570px -330px
}
.colorswatch-img-category-container.pewter-grey-grey-steel {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -570px -345px
}
.colorswatch-img-category-container.pewter-grey {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -570px -360px
}
.colorswatch-img-category-container.pewter {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -570px -375px
}
.colorswatch-img-category-container.photo-blue-college-navy {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -570px -390px
}
.colorswatch-img-category-container.photo-blue {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -570px -405px
}
.colorswatch-img-category-container.phyto-green {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -570px -420px
}
.colorswatch-img-category-container.pine-green-anthracite {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -570px -435px
}
.colorswatch-img-category-container.pine-green {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -570px -450px
}
.colorswatch-img-category-container.pinenut {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -570px -465px
}
.colorswatch-img-category-container.pink-azalea-black {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -570px -480px
}
.colorswatch-img-category-container.pink-azalea-deep-smoke {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -570px -495px
}
.colorswatch-img-category-container.pink-azalea-grey-steel {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -570px -510px
}
.colorswatch-img-category-container.pink-azalea {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -570px -525px
}
.colorswatch-img-category-container.pink-bloom {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -570px -540px
}
.colorswatch-img-category-container.pink-blossom {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -570px -555px
}
.colorswatch-img-category-container.pink-camo-pink {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) 0 -570px
}
.colorswatch-img-category-container.pink-camo {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -15px -570px
}
.colorswatch-img-category-container.pink-crush {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -30px -570px
}
.colorswatch-img-category-container.pink-fire {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -45px -570px
}
.colorswatch-img-category-container.pink-flare-heather {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -60px -570px
}
.colorswatch-img-category-container.pink-flare {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -75px -570px
}
.colorswatch-img-category-container.pink-gravel {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -90px -570px
}
.colorswatch-img-category-container.pink-heather-black {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -105px -570px
}
.colorswatch-img-category-container.pink-heather {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -120px -570px
}
.colorswatch-img-category-container.pink-horizon {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -135px -570px
}
.colorswatch-img-category-container.pink-lotus-grey-steel {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -150px -570px
}
.colorswatch-img-category-container.pink-lotus {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -165px -570px
}
.colorswatch-img-category-container.pink-luxe {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -180px -570px
}
.colorswatch-img-category-container.pink-orchid {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -195px -570px
}
.colorswatch-img-category-container.pink-punch-diesel-grey {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -210px -570px
}
.colorswatch-img-category-container.pink-punch {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -225px -570px
}
.colorswatch-img-category-container.pink-raspberry-black {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -240px -570px
}
.colorswatch-img-category-container.pink-raspberry-grey {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -255px -570px
}
.colorswatch-img-category-container.pink-raspberry-heather-pink-raspberry {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -270px -570px
}
.colorswatch-img-category-container.pink-raspberry-heather {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -285px -570px
}
.colorswatch-img-category-container.pink-raspberry-iron-grey-white {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -300px -570px
}
.colorswatch-img-category-container.pink-raspberry-iron-grey {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -315px -570px
}
.colorswatch-img-category-container.pink-raspberry-steel-grey {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -330px -570px
}
.colorswatch-img-category-container.pink-raspberry-white-black {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -345px -570px
}
.colorswatch-img-category-container.pink-raspberry-white {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -360px -570px
}
.colorswatch-img-category-container.pink-raspberry {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -375px -570px
}
.colorswatch-img-category-container.pink-reflective {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -390px -570px
}
.colorswatch-img-category-container.pink-rush-heather {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -405px -570px
}
.colorswatch-img-category-container.pink-rush-pink-rush-heather {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -420px -570px
}
.colorswatch-img-category-container.pink-rush-white {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -435px -570px
}
.colorswatch-img-category-container.pink-rush {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -450px -570px
}
.colorswatch-img-category-container.pink-white {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -465px -570px
}
.colorswatch-img-category-container.pink {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -480px -570px
}
.colorswatch-img-category-container.pistachio {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -495px -570px
}
.colorswatch-img-category-container.platinum {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -510px -570px
}
.colorswatch-img-category-container.plum-purple {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -525px -570px
}
.colorswatch-img-category-container.pond-blue {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -540px -570px
}
.colorswatch-img-category-container.pop-orange-deep-smoke {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -555px -570px
}
.colorswatch-img-category-container.pop-raspberry-deep-smoke {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -570px -570px
}
.colorswatch-img-category-container.pop-raspberry-smoke-grey {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -585px 0
}
.colorswatch-img-category-container.pop-raspberry {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -585px -15px
}
.colorswatch-img-category-container.popcorn {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -585px -30px
}
.colorswatch-img-category-container.poppy {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -585px -45px
}
.colorswatch-img-category-container.poseidon-blue {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -585px -60px
}
.colorswatch-img-category-container.posh-purple {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -585px -75px
}
.colorswatch-img-category-container.powder-blue {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -585px -90px
}
.colorswatch-img-category-container.power-pink-electric {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -585px -105px
}
.colorswatch-img-category-container.prairie-dust {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -585px -120px
}
.colorswatch-img-category-container.prairie-green {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -585px -135px
}
.colorswatch-img-category-container.pro-blue {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -585px -150px
}
.colorswatch-img-category-container.pro-kelly-green {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -585px -165px
}
.colorswatch-img-category-container.pro-red {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -585px -180px
}
.colorswatch-img-category-container.propel-navy {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -585px -195px
}
.colorswatch-img-category-container.purple-black-white {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -585px -210px
}
.colorswatch-img-category-container.purple-black {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -585px -225px
}
.colorswatch-img-category-container.purple-charcoal {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -585px -240px
}
.colorswatch-img-category-container.purple-dark-smoke-grey {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -585px -255px
}
.colorswatch-img-category-container.purple-dress-blue-navy {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -585px -270px
}
.colorswatch-img-category-container.purple-dusk {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -585px -285px
}
.colorswatch-img-category-container.purple-electric {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -585px -300px
}
.colorswatch-img-category-container.purple-frost-grey-frost {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -585px -315px
}
.colorswatch-img-category-container.purple-frost {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -585px -330px
}
.colorswatch-img-category-container.purple-fuel {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -585px -345px
}
.colorswatch-img-category-container.purple-gold {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -585px -360px
}
.colorswatch-img-category-container.purple-gravel {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -585px -375px
}
.colorswatch-img-category-container.purple-grey {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -585px -390px
}
.colorswatch-img-category-container.purple-haze {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -585px -405px
}
.colorswatch-img-category-container.purple-heather-black {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -585px -420px
}
.colorswatch-img-category-container.purple-heather {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -585px -435px
}
.colorswatch-img-category-container.purple-impact {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -585px -450px
}
.colorswatch-img-category-container.purple-light-heather-grey {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -585px -465px
}
.colorswatch-img-category-container.purple-light-stone {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -585px -480px
}
.colorswatch-img-category-container.purple-luxe {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -585px -495px
}
.colorswatch-img-category-container.purple-orchid-heather-nickel {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -585px -510px
}
.colorswatch-img-category-container.purple-orchid {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -585px -525px
}
.colorswatch-img-category-container.purple-vintage-heather {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -585px -540px
}
.colorswatch-img-category-container.purple-white-black {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -585px -555px
}
.colorswatch-img-category-container.purple-white {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -585px -570px
}
.colorswatch-img-category-container.purple {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) 0 -585px
}
.colorswatch-img-category-container.race-day-silver {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -15px -585px
}
.colorswatch-img-category-container.radiant-pink {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -30px -585px
}
.colorswatch-img-category-container.radiant-royal-iron-grey {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -45px -585px
}
.colorswatch-img-category-container.radiant-royal {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -60px -585px
}
.colorswatch-img-category-container.radish-grey-steel {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -75px -585px
}
.colorswatch-img-category-container.rain-slicker-yellow {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -90px -585px
}
.colorswatch-img-category-container.rainbow {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -105px -585px
}
.colorswatch-img-category-container.raspberry-pink {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -120px -585px
}
.colorswatch-img-category-container.raspberry-sorbet-felt-grey {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -135px -585px
}
.colorswatch-img-category-container.raspberry {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -150px -585px
}
.colorswatch-img-category-container.realtree-ap {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -165px -585px
}
.colorswatch-img-category-container.realtree-ap-pink {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -180px -585px
}
.colorswatch-img-category-container.realtree-hardwoods {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -195px -585px
}
.colorswatch-img-category-container.realtree-max-5 {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -210px -585px
}
.colorswatch-img-category-container.realtree-max-5-khaki-duck {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -225px -585px
}
.colorswatch-img-category-container.realtree-max-5-tan-bass {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -240px -585px
}
.colorswatch-img-category-container.realtree-xtra {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -255px -585px
}
.colorswatch-img-category-container.realtree-xtra-black-tan {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -270px -585px
}
.colorswatch-img-category-container.realtree-xtra-black {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -285px -585px
}
.colorswatch-img-category-container.realtree-xtra-brown {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -300px -585px
}
.colorswatch-img-category-container.realtree-xtra-green {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -315px -585px
}
.colorswatch-img-category-container.realtree-xtra-green-mesh {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -330px -585px
}
.colorswatch-img-category-container.realtree-xtra-khaki {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -345px -585px
}
.colorswatch-img-category-container.realtree-xtra-neon-orange {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -360px -585px
}
.colorswatch-img-category-container.realtree-xtra-pink-tan {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -375px -585px
}
.colorswatch-img-category-container.realtree-xtra-seamoss-pheasant {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -390px -585px
}
.colorswatch-img-category-container.realtree-xtra-tan {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -405px -585px
}
.colorswatch-img-category-container.rebel-red {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -420px -585px
}
.colorswatch-img-category-container.red-amber {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -435px -585px
}
.colorswatch-img-category-container.red-black-stone {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -450px -585px
}
.colorswatch-img-category-container.red-black {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -465px -585px
}
.colorswatch-img-category-container.red-blue {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -480px -585px
}
.colorswatch-img-category-container.red-bud {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -495px -585px
}
.colorswatch-img-category-container.red-camo {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -510px -585px
}
.colorswatch-img-category-container.red-charcoal-heather {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -525px -585px
}
.colorswatch-img-category-container.red-charcoal {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -540px -585px
}
.colorswatch-img-category-container.red-classic-navy-white {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -555px -585px
}
.colorswatch-img-category-container.red-dark-navy {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -570px -585px
}
.colorswatch-img-category-container.red-frost-grey-frost {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -585px -585px
}
.colorswatch-img-category-container.red-frost {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -600px 0
}
.colorswatch-img-category-container.red-gravel {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -600px -15px
}
.colorswatch-img-category-container.red-gray {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -600px -30px
}
.colorswatch-img-category-container.red-green {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -600px -45px
}
.colorswatch-img-category-container.red-grey {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -600px -60px
}
.colorswatch-img-category-container.red-heather {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -600px -75px
}
.colorswatch-img-category-container.red-jet-black {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -600px -90px
}
.colorswatch-img-category-container.red-light-oxford {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -600px -105px
}
.colorswatch-img-category-container.red-light-stone {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -600px -120px
}
.colorswatch-img-category-container.red-magnet-grey-black {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -600px -135px
}
.colorswatch-img-category-container.red-mulberry {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -600px -150px
}
.colorswatch-img-category-container.red-multi {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -600px -165px
}
.colorswatch-img-category-container.red-navy {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -600px -180px
}
.colorswatch-img-category-container.red-oxide {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -600px -195px
}
.colorswatch-img-category-container.red-red {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -600px -210px
}
.colorswatch-img-category-container.red-reflective {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -600px -225px
}
.colorswatch-img-category-container.red-rhubarb {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -600px -240px
}
.colorswatch-img-category-container.red-rock {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -600px -255px
}
.colorswatch-img-category-container.red-rush {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -600px -270px
}
.colorswatch-img-category-container.red-western {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -600px -285px
}
.colorswatch-img-category-container.red-white {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -600px -300px
}
.colorswatch-img-category-container.red {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -600px -315px
}
.colorswatch-img-category-container.redwood {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -600px -330px
}
.colorswatch-img-category-container.reflective-blacktop {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -600px -345px
}
.colorswatch-img-category-container.reflex-blue {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -600px -360px
}
.colorswatch-img-category-container.regal-blue-dress-blue-navy {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -600px -375px
}
.colorswatch-img-category-container.regal-purple {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -600px -390px
}
.colorswatch-img-category-container.regal-red {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -600px -405px
}
.colorswatch-img-category-container.regatta-blue-iron-grey {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -600px -420px
}
.colorswatch-img-category-container.regatta-blue-navy {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -600px -435px
}
.colorswatch-img-category-container.regatta-blue {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -600px -450px
}
.colorswatch-img-category-container.relatree-xtra-green-mesh {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -600px -465px
}
.colorswatch-img-category-container.resort-blue {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -600px -480px
}
.colorswatch-img-category-container.retro-heather-coral {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -600px -495px
}
.colorswatch-img-category-container.retro-heather-green {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -600px -510px
}
.colorswatch-img-category-container.retro-heather-pink {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -600px -525px
}
.colorswatch-img-category-container.retro-heather-purple {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -600px -540px
}
.colorswatch-img-category-container.retro-heather-royal {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -600px -555px
}
.colorswatch-img-category-container.rhubarb-red {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -600px -570px
}
.colorswatch-img-category-container.rich-navy-white {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -600px -585px
}
.colorswatch-img-category-container.rich-navy {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) 0 -600px
}
.colorswatch-img-category-container.rich-red-battleship-grey {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -15px -600px
}
.colorswatch-img-category-container.rich-red-black {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -30px -600px
}
.colorswatch-img-category-container.rich-red-deep-black {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -45px -600px
}
.colorswatch-img-category-container.rich-red-true-black {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -60px -600px
}
.colorswatch-img-category-container.rich-red {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -75px -600px
}
.colorswatch-img-category-container.rich-royal {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -90px -600px
}
.colorswatch-img-category-container.ripped-red-black {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -105px -600px
}
.colorswatch-img-category-container.ripped-red-blacktop {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -120px -600px
}
.colorswatch-img-category-container.ripped-red {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -135px -600px
}
.colorswatch-img-category-container.river-blue-black {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -150px -600px
}
.colorswatch-img-category-container.river-blue-grey-steel {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -165px -600px
}
.colorswatch-img-category-container.river-blue-navy {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -180px -600px
}
.colorswatch-img-category-container.river-blue-river-blue {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -195px -600px
}
.colorswatch-img-category-container.river-blue {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -210px -600px
}
.colorswatch-img-category-container.riviera-blue-natural {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -225px -600px
}
.colorswatch-img-category-container.riviera-blue {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -240px -600px
}
.colorswatch-img-category-container.rogue-grey-grey-steel {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -255px -600px
}
.colorswatch-img-category-container.rogue-grey {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -270px -600px
}
.colorswatch-img-category-container.rose {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -285px -600px
}
.colorswatch-img-category-container.royal-black-silver {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -300px -600px
}
.colorswatch-img-category-container.royal-black-stone {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -315px -600px
}
.colorswatch-img-category-container.royal-black {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -330px -600px
}
.colorswatch-img-category-container.royal-blue-black {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -345px -600px
}
.colorswatch-img-category-container.royal-blue-charcoal-heather {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -360px -600px
}
.colorswatch-img-category-container.royal-blue-navy {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -375px -600px
}
.colorswatch-img-category-container.royal-blue-white {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -390px -600px
}
.colorswatch-img-category-container.royal-blue {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -405px -600px
}
.colorswatch-img-category-container.royal-charcoal {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -420px -600px
}
.colorswatch-img-category-container.royal-classic-navy {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -435px -600px
}
.colorswatch-img-category-container.royal-felt-charcoal {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -450px -600px
}
.colorswatch-img-category-container.royal-felt-grey {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -465px -600px
}
.colorswatch-img-category-container.royal-frost-grey-frost {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -480px -600px
}
.colorswatch-img-category-container.royal-frost-white {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -495px -600px
}
.colorswatch-img-category-container.royal-frost {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -510px -600px
}
.colorswatch-img-category-container.royal-grey-black {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -525px -600px
}
.colorswatch-img-category-container.royal-grey-white {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -540px -600px
}
.colorswatch-img-category-container.royal-grey {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -555px -600px
}
.colorswatch-img-category-container.royal-light-oxford {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -570px -600px
}
.colorswatch-img-category-container.royal-magnet-grey-black {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -585px -600px
}
.colorswatch-img-category-container.royal-shadow-heather {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -600px -600px
}
.colorswatch-img-category-container.royal-white-red {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -615px 0
}
.colorswatch-img-category-container.royal-white {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -615px -15px
}
.colorswatch-img-category-container.royal {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -615px -30px
}
.colorswatch-img-category-container.rush-blue-mean-green {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -615px -45px
}
.colorswatch-img-category-container.rush-pink {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -615px -60px
}
.colorswatch-img-category-container.russet {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -615px -75px
}
.colorswatch-img-category-container.rust {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -615px -90px
}
.colorswatch-img-category-container.s-orange {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -615px -105px
}
.colorswatch-img-category-container.saddle {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -615px -120px
}
.colorswatch-img-category-container.safari {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -615px -135px
}
.colorswatch-img-category-container.safety-green {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -615px -150px
}
.colorswatch-img-category-container.safety-orange-black {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -615px -165px
}
.colorswatch-img-category-container.safety-orange-reflective {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -615px -180px
}
.colorswatch-img-category-container.safety-orange-safety-yellow {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -615px -195px
}
.colorswatch-img-category-container.safety-orange {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -615px -210px
}
.colorswatch-img-category-container.safety-pink {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -615px -225px
}
.colorswatch-img-category-container.safety-yellow-black-reflective {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -615px -240px
}
.colorswatch-img-category-container.safety-yellow-black {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -615px -255px
}
.colorswatch-img-category-container.safety-yellow-deep-black {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -615px -270px
}
.colorswatch-img-category-container.safety-yellow-reflective {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -615px -285px
}
.colorswatch-img-category-container.safety-yellow-safety-orange {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -615px -300px
}
.colorswatch-img-category-container.safety-yellow {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -615px -315px
}
.colorswatch-img-category-container.saffron-cambridge-blue {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -615px -330px
}
.colorswatch-img-category-container.sage {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -615px -345px
}
.colorswatch-img-category-container.sage-green {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -615px -360px
}
.colorswatch-img-category-container.sagestone {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -615px -375px
}
.colorswatch-img-category-container.sand-camo {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -615px -390px
}
.colorswatch-img-category-container.sand-camo-sand {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -615px -405px
}
.colorswatch-img-category-container.sand-dune-black {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -615px -420px
}
.colorswatch-img-category-container.sand {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -615px -435px
}
.colorswatch-img-category-container.sandstone-bronze {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -615px -450px
}
.colorswatch-img-category-container.sandstone-charcoal-black {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -615px -465px
}
.colorswatch-img-category-container.sandstone {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -615px -480px
}
.colorswatch-img-category-container.sangria-charcoal {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -615px -495px
}
.colorswatch-img-category-container.sangria-heather-nickel {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -615px -510px
}
.colorswatch-img-category-container.sangria {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -615px -525px
}
.colorswatch-img-category-container.sapphire-blue {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -615px -540px
}
.colorswatch-img-category-container.sapphire-grey-steel {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -615px -555px
}
.colorswatch-img-category-container.sapphire-nearly-black {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -615px -570px
}
.colorswatch-img-category-container.sapphire-white {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -615px -585px
}
.colorswatch-img-category-container.sapphire {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -615px -600px
}
.colorswatch-img-category-container.scarlet-charcoal {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) 0 -615px
}
.colorswatch-img-category-container.scarlet-heather {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -15px -615px
}
.colorswatch-img-category-container.scarlet-red-shadow-heather {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -30px -615px
}
.colorswatch-img-category-container.scarlet-red-white {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -45px -615px
}
.colorswatch-img-category-container.scarlet-red {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -60px -615px
}
.colorswatch-img-category-container.scarlet {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -75px -615px
}
.colorswatch-img-category-container.scotland-blue {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -90px -615px
}
.colorswatch-img-category-container.scroll-black-white {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -105px -615px
}
.colorswatch-img-category-container.sea-salt-white-deep-grey {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -120px -615px
}
.colorswatch-img-category-container.sea-spray {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -135px -615px
}
.colorswatch-img-category-container.seafoam {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -150px -615px
}
.colorswatch-img-category-container.seagrass-green {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -165px -615px
}
.colorswatch-img-category-container.seaport-blue-dress-blue-navy {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -180px -615px
}
.colorswatch-img-category-container.shadow-grey {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -195px -615px
}
.colorswatch-img-category-container.shadow {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -210px -615px
}
.colorswatch-img-category-container.shamrock-green-smoke-grey {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -225px -615px
}
.colorswatch-img-category-container.shamrock-green {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -240px -615px
}
.colorswatch-img-category-container.shark-teal {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -255px -615px
}
.colorswatch-img-category-container.sherwood-green {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -270px -615px
}
.colorswatch-img-category-container.shock-blue-black {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -285px -615px
}
.colorswatch-img-category-container.shock-blue-magnet {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -300px -615px
}
.colorswatch-img-category-container.shock-blue-neon-green {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -315px -615px
}
.colorswatch-img-category-container.shock-green {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -330px -615px
}
.colorswatch-img-category-container.shock-lime-chocolate {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -345px -615px
}
.colorswatch-img-category-container.signal-blue-black {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -360px -615px
}
.colorswatch-img-category-container.signal-blue {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -375px -615px
}
.colorswatch-img-category-container.signal-red-blacktop-silver-grey {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -390px -615px
}
.colorswatch-img-category-container.signal-red-blacktop {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -405px -615px
}
.colorswatch-img-category-container.signal-red {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -420px -615px
}
.colorswatch-img-category-container.silver-black {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -435px -615px
}
.colorswatch-img-category-container.silver-grey {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -450px -615px
}
.colorswatch-img-category-container.silver-mirror {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -465px -615px
}
.colorswatch-img-category-container.silver-tan {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -480px -615px
}
.colorswatch-img-category-container.silver-true-navy {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -495px -615px
}
.colorswatch-img-category-container.silver-vintage-navy {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -510px -615px
}
.colorswatch-img-category-container.silver {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -525px -615px
}
.colorswatch-img-category-container.sky-blue-grey-white {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -540px -615px
}
.colorswatch-img-category-container.sky-blue {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -555px -615px
}
.colorswatch-img-category-container.sky-red-mirror {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -570px -615px
}
.colorswatch-img-category-container.sky {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -585px -615px
}
.colorswatch-img-category-container.skydiver-blue-battleship-grey {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -600px -615px
}
.colorswatch-img-category-container.skydiver-blue-grey-steel {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -615px -615px
}
.colorswatch-img-category-container.skydiver-blue {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -630px 0
}
.colorswatch-img-category-container.skyline-blue {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -630px -15px
}
.colorswatch-img-category-container.slate-blue {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -630px -30px
}
.colorswatch-img-category-container.slate-grey {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -630px -45px
}
.colorswatch-img-category-container.slate {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -630px -60px
}
.colorswatch-img-category-container.slicker-yellow {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -630px -75px
}
.colorswatch-img-category-container.smoke-black {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -630px -90px
}
.colorswatch-img-category-container.smoke-gray {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -630px -105px
}
.colorswatch-img-category-container.smoke-grey-black {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -630px -120px
}
.colorswatch-img-category-container.smoke-grey-chrome {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -630px -135px
}
.colorswatch-img-category-container.smoke-grey-grey-steel {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -630px -150px
}
.colorswatch-img-category-container.smoke-grey-nearly-black {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -630px -165px
}
.colorswatch-img-category-container.smoke-grey-pop-raspberry {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -630px -180px
}
.colorswatch-img-category-container.smoke-heather {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -630px -195px
}
.colorswatch-img-category-container.smoke-vintage-coal {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -630px -210px
}
.colorswatch-img-category-container.smoke-vintage-royal {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -630px -225px
}
.colorswatch-img-category-container.smoke-white {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -630px -240px
}
.colorswatch-img-category-container.smoke {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -630px -255px
}
.colorswatch-img-category-container.snorkel-blue-black {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -630px -270px
}
.colorswatch-img-category-container.snorkel-blue {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -630px -285px
}
.colorswatch-img-category-container.snow-white-black {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -630px -300px
}
.colorswatch-img-category-container.soft-black {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -630px -315px
}
.colorswatch-img-category-container.soft-blue {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -630px -330px
}
.colorswatch-img-category-container.soft-camel {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -630px -345px
}
.colorswatch-img-category-container.soft-pink {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -630px -360px
}
.colorswatch-img-category-container.soft-purple {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -630px -375px
}
.colorswatch-img-category-container.soft-red {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -630px -390px
}
.colorswatch-img-category-container.soft-silver {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -630px -405px
}
.colorswatch-img-category-container.solar-orange {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -630px -420px
}
.colorswatch-img-category-container.solar-yellow {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -630px -435px
}
.colorswatch-img-category-container.southern-orange {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -630px -450px
}
.colorswatch-img-category-container.spar-blue {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -630px -465px
}
.colorswatch-img-category-container.sparkling-grape {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -630px -480px
}
.colorswatch-img-category-container.spearmint-white {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -630px -495px
}
.colorswatch-img-category-container.splendid-yellow {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -630px -510px
}
.colorswatch-img-category-container.sport-blue-silver {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -630px -525px
}
.colorswatch-img-category-container.sport-blue-true-red {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -630px -540px
}
.colorswatch-img-category-container.sport-fuchsia-sport-fuchsia {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -630px -555px
}
.colorswatch-img-category-container.sport-fuchsia-white {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -630px -570px
}
.colorswatch-img-category-container.sport-fuchsia {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -630px -585px
}
.colorswatch-img-category-container.sport-gray {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -630px -600px
}
.colorswatch-img-category-container.sport-grey-black {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -630px -615px
}
.colorswatch-img-category-container.sport-grey {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) 0 -630px
}
.colorswatch-img-category-container.sport-red {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -15px -630px
}
.colorswatch-img-category-container.sport-teal-anthracite {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -30px -630px
}
.colorswatch-img-category-container.sports-grey {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -45px -630px
}
.colorswatch-img-category-container.spring-yellow {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -60px -630px
}
.colorswatch-img-category-container.spruce-green {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -75px -630px
}
.colorswatch-img-category-container.stadium-green {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -90px -630px
}
.colorswatch-img-category-container.starlight {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -105px -630px
}
.colorswatch-img-category-container.stars {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -120px -630px
}
.colorswatch-img-category-container.stealth {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -135px -630px
}
.colorswatch-img-category-container.steel-black {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -150px -630px
}
.colorswatch-img-category-container.steel-blue {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -165px -630px
}
.colorswatch-img-category-container.steel-gray {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -180px -630px
}
.colorswatch-img-category-container.steel-grey-light-stone {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -195px -630px
}
.colorswatch-img-category-container.steel-grey-true-black {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -210px -630px
}
.colorswatch-img-category-container.steel-grey-white {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -225px -630px
}
.colorswatch-img-category-container.steel-grey {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -240px -630px
}
.colorswatch-img-category-container.steel {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -255px -630px
}
.colorswatch-img-category-container.sterling-grey {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -270px -630px
}
.colorswatch-img-category-container.stone-black {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -285px -630px
}
.colorswatch-img-category-container.stone-blue-birch {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -300px -630px
}
.colorswatch-img-category-container.stone-blue {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -315px -630px
}
.colorswatch-img-category-container.stone-cinder {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -330px -630px
}
.colorswatch-img-category-container.stone-classic-navy {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -345px -630px
}
.colorswatch-img-category-container.stone-dark-navy {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -360px -630px
}
.colorswatch-img-category-container.stone {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -375px -630px
}
.colorswatch-img-category-container.stonewashed-blue {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -390px -630px
}
.colorswatch-img-category-container.stonewashed-green {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -405px -630px
}
.colorswatch-img-category-container.storm {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -420px -630px
}
.colorswatch-img-category-container.storm-blue {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -435px -630px
}
.colorswatch-img-category-container.storm-cloud {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -450px -630px
}
.colorswatch-img-category-container.storm-grey {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -465px -630px
}
.colorswatch-img-category-container.stratus-grey {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -480px -630px
}
.colorswatch-img-category-container.strong-blue {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -495px -630px
}
.colorswatch-img-category-container.sulfur-black {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -510px -630px
}
.colorswatch-img-category-container.sulfur-grey {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -525px -630px
}
.colorswatch-img-category-container.sunflower-yellow {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -540px -630px
}
.colorswatch-img-category-container.sunset-red {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -555px -630px
}
.colorswatch-img-category-container.sunset {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -570px -630px
}
.colorswatch-img-category-container.tactical-green {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -585px -630px
}
.colorswatch-img-category-container.tan-black {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -600px -630px
}
.colorswatch-img-category-container.tan-mossy-oak-break-up-country {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -615px -630px
}
.colorswatch-img-category-container.tan-realtree-xtra {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -630px -630px
}
.colorswatch-img-category-container.tan {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -645px 0
}
.colorswatch-img-category-container.tandoori {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -645px -15px
}
.colorswatch-img-category-container.tangerine-dark-steel-blue {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -645px -30px
}
.colorswatch-img-category-container.tangerine-pink {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -645px -45px
}
.colorswatch-img-category-container.tangerine {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -645px -60px
}
.colorswatch-img-category-container.taupe {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -645px -75px
}
.colorswatch-img-category-container.teal-blue {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -645px -90px
}
.colorswatch-img-category-container.teal-gray {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -645px -105px
}
.colorswatch-img-category-container.teal-green {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -645px -120px
}
.colorswatch-img-category-container.teal-spark {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -645px -135px
}
.colorswatch-img-category-container.teal-throttle {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -645px -150px
}
.colorswatch-img-category-container.teal {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -645px -165px
}
.colorswatch-img-category-container.team-cardinal {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -645px -180px
}
.colorswatch-img-category-container.team-green {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -645px -195px
}
.colorswatch-img-category-container.team-navy-flash-green {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -645px -210px
}
.colorswatch-img-category-container.team-navy-silver {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -645px -225px
}
.colorswatch-img-category-container.team-navy {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -645px -240px
}
.colorswatch-img-category-container.team-orange {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -645px -255px
}
.colorswatch-img-category-container.team-purple {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -645px -270px
}
.colorswatch-img-category-container.team-red-anthracite {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -645px -285px
}
.colorswatch-img-category-container.team-red-white {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -645px -300px
}
.colorswatch-img-category-container.team-red {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -645px -315px
}
.colorswatch-img-category-container.team-teal {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -645px -330px
}
.colorswatch-img-category-container.tennessee-orange {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -645px -345px
}
.colorswatch-img-category-container.terra {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -645px -360px
}
.colorswatch-img-category-container.terracotta-black {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -645px -375px
}
.colorswatch-img-category-container.texas-orange-light-stone {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -645px -390px
}
.colorswatch-img-category-container.texas-orange-white {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -645px -405px
}
.colorswatch-img-category-container.texas-orange {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -645px -420px
}
.colorswatch-img-category-container.thistle-purple {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -645px -435px
}
.colorswatch-img-category-container.thyme-green {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -645px -450px
}
.colorswatch-img-category-container.tidal-blue {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -645px -465px
}
.colorswatch-img-category-container.tidal-wave {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -645px -480px
}
.colorswatch-img-category-container.titanium {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -645px -495px
}
.colorswatch-img-category-container.tomato-red {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -645px -510px
}
.colorswatch-img-category-container.torque-teal {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -645px -525px
}
.colorswatch-img-category-container.tour-yellow {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -645px -540px
}
.colorswatch-img-category-container.tr {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -645px -555px
}
.colorswatch-img-category-container.track-grey-heather {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -645px -570px
}
.colorswatch-img-category-container.trails-end-brown {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -645px -585px
}
.colorswatch-img-category-container.treetop-green {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -645px -600px
}
.colorswatch-img-category-container.trophy-gold {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -645px -615px
}
.colorswatch-img-category-container.tropic-blue-black {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -645px -630px
}
.colorswatch-img-category-container.tropic-blue-heather {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) 0 -645px
}
.colorswatch-img-category-container.tropic-blue-lime-shock {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -15px -645px
}
.colorswatch-img-category-container.tropic-blue {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -30px -645px
}
.colorswatch-img-category-container.tropical-blue {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -45px -645px
}
.colorswatch-img-category-container.tropical-pink-charcoal {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -60px -645px
}
.colorswatch-img-category-container.tropical-pink-chocolate {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -75px -645px
}
.colorswatch-img-category-container.tropical-pink-dark-charcoal {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -90px -645px
}
.colorswatch-img-category-container.tropical-pink-grey {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -105px -645px
}
.colorswatch-img-category-container.tropical-pink-tangerine {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -120px -645px
}
.colorswatch-img-category-container.tropical-pink {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -135px -645px
}
.colorswatch-img-category-container.tropical-royal-white {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -150px -645px
}
.colorswatch-img-category-container.true-black-grey-heather {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -165px -645px
}
.colorswatch-img-category-container.true-black-grey {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -180px -645px
}
.colorswatch-img-category-container.true-black-true-black {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -195px -645px
}
.colorswatch-img-category-container.true-black {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -210px -645px
}
.colorswatch-img-category-container.true-blue {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -225px -645px
}
.colorswatch-img-category-container.true-hunter-true-black {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -240px -645px
}
.colorswatch-img-category-container.true-hunter-true-navy {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -255px -645px
}
.colorswatch-img-category-container.true-hunter {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -270px -645px
}
.colorswatch-img-category-container.true-khaki-coffee {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -285px -645px
}
.colorswatch-img-category-container.true-navy-battleship-grey {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -300px -645px
}
.colorswatch-img-category-container.true-navy-black-white {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -315px -645px
}
.colorswatch-img-category-container.true-navy-black {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -330px -645px
}
.colorswatch-img-category-container.true-navy-carolina-blue {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -345px -645px
}
.colorswatch-img-category-container.true-navy-charcoal-grey {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -360px -645px
}
.colorswatch-img-category-container.true-navy-deep-royal {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -375px -645px
}
.colorswatch-img-category-container.true-navy-deep-smoke {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -390px -645px
}
.colorswatch-img-category-container.true-navy-electric-true-navy {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -405px -645px
}
.colorswatch-img-category-container.true-navy-electric {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -420px -645px
}
.colorswatch-img-category-container.true-navy-gold-white {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -435px -645px
}
.colorswatch-img-category-container.true-navy-gold {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -450px -645px
}
.colorswatch-img-category-container.true-navy-graphite {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -465px -645px
}
.colorswatch-img-category-container.true-navy-grey-heather {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -480px -645px
}
.colorswatch-img-category-container.true-navy-grey {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -495px -645px
}
.colorswatch-img-category-container.true-navy-heather-grey {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -510px -645px
}
.colorswatch-img-category-container.true-navy-heather-nickel {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -525px -645px
}
.colorswatch-img-category-container.true-navy-heather-true-navy {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -540px -645px
}
.colorswatch-img-category-container.true-navy-heather {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -555px -645px
}
.colorswatch-img-category-container.true-navy-iron-grey-white {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -570px -645px
}
.colorswatch-img-category-container.true-navy-iron-grey {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -585px -645px
}
.colorswatch-img-category-container.true-navy-light-heather-grey {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -600px -645px
}
.colorswatch-img-category-container.true-navy-navy {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -615px -645px
}
.colorswatch-img-category-container.true-navy-pearl-grey {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -630px -645px
}
.colorswatch-img-category-container.true-navy-true-navy-heather {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -645px -645px
}
.colorswatch-img-category-container.true-navy-true-navy-white {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -660px 0
}
.colorswatch-img-category-container.true-navy-true-navy {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -660px -15px
}
.colorswatch-img-category-container.true-navy-vintage-heather {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -660px -30px
}
.colorswatch-img-category-container.true-navy-white-black {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -660px -45px
}
.colorswatch-img-category-container.true-navy-white {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -660px -60px
}
.colorswatch-img-category-container.true-navy {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -660px -75px
}
.colorswatch-img-category-container.true-pink-light-heather-grey {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -660px -90px
}
.colorswatch-img-category-container.true-pink-white {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -660px -105px
}
.colorswatch-img-category-container.true-pink {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -660px -120px
}
.colorswatch-img-category-container.true-purple {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -660px -135px
}
.colorswatch-img-category-container.true-red-black-white {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -660px -150px
}
.colorswatch-img-category-container.true-red-black {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -660px -165px
}
.colorswatch-img-category-container.true-red-grey {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -660px -180px
}
.colorswatch-img-category-container.true-red-magnet {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -660px -195px
}
.colorswatch-img-category-container.true-red-true-black {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -660px -210px
}
.colorswatch-img-category-container.true-red-true-navy {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -660px -225px
}
.colorswatch-img-category-container.true-red-true-royal-white {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -660px -240px
}
.colorswatch-img-category-container.true-red-vintage-heather {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -660px -255px
}
.colorswatch-img-category-container.true-red-white-black {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -660px -270px
}
.colorswatch-img-category-container.true-red-white {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -660px -285px
}
.colorswatch-img-category-container.true-red {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -660px -300px
}
.colorswatch-img-category-container.true-royal-black-white {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -660px -315px
}
.colorswatch-img-category-container.true-royal-black {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -660px -330px
}
.colorswatch-img-category-container.true-royal-deep-black {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -660px -345px
}
.colorswatch-img-category-container.true-royal-deep-orange {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -660px -360px
}
.colorswatch-img-category-container.true-royal-electric-true-royal {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -660px -375px
}
.colorswatch-img-category-container.true-royal-electric {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -660px -390px
}
.colorswatch-img-category-container.true-royal-gold-white {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -660px -405px
}
.colorswatch-img-category-container.true-royal-gold {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -660px -420px
}
.colorswatch-img-category-container.true-royal-graphite {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -660px -435px
}
.colorswatch-img-category-container.true-royal-grey {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -660px -450px
}
.colorswatch-img-category-container.true-royal-heather-black {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -660px -465px
}
.colorswatch-img-category-container.true-royal-heather {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -660px -480px
}
.colorswatch-img-category-container.true-royal-silver {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -660px -495px
}
.colorswatch-img-category-container.true-royal-true-black {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -660px -510px
}
.colorswatch-img-category-container.true-royal-true-navy {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -660px -525px
}
.colorswatch-img-category-container.true-royal-true-red-white {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -660px -540px
}
.colorswatch-img-category-container.true-royal-true-red {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -660px -555px
}
.colorswatch-img-category-container.true-royal-true-royal-heather {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -660px -570px
}
.colorswatch-img-category-container.true-royal-true-royal {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -660px -585px
}
.colorswatch-img-category-container.true-royal-vintage-heather {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -660px -600px
}
.colorswatch-img-category-container.true-royal-white {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -660px -615px
}
.colorswatch-img-category-container.true-royal {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -660px -630px
}
.colorswatch-img-category-container.true-violet {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -660px -645px
}
.colorswatch-img-category-container.true-white {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) 0 -660px
}
.colorswatch-img-category-container.turf-green-heather {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -15px -660px
}
.colorswatch-img-category-container.turf-green {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -30px -660px
}
.colorswatch-img-category-container.turquoise-frost {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -45px -660px
}
.colorswatch-img-category-container.turquoise-gravel {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -60px -660px
}
.colorswatch-img-category-container.turquoise-grey {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -75px -660px
}
.colorswatch-img-category-container.turquoise-multi {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -90px -660px
}
.colorswatch-img-category-container.turquoise-navy {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -105px -660px
}
.colorswatch-img-category-container.turquoise-shock-lime {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -120px -660px
}
.colorswatch-img-category-container.turquoise {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -135px -660px
}
.colorswatch-img-category-container.tweed {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -150px -660px
}
.colorswatch-img-category-container.twilight-blue-black {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -165px -660px
}
.colorswatch-img-category-container.twilight-blue-navy {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -180px -660px
}
.colorswatch-img-category-container.twilight-blue {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -195px -660px
}
.colorswatch-img-category-container.twilight {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -210px -660px
}
.colorswatch-img-category-container.ultra-blue {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -225px -660px
}
.colorswatch-img-category-container.ultramarine-blue {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -240px -660px
}
.colorswatch-img-category-container.ultramarine {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -255px -660px
}
.colorswatch-img-category-container.university-blue {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -270px -660px
}
.colorswatch-img-category-container.university-red {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -285px -660px
}
.colorswatch-img-category-container.urban-grey {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -300px -660px
}
.colorswatch-img-category-container.urban-haze {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -315px -660px
}
.colorswatch-img-category-container.usa-rainbow {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -330px -660px
}
.colorswatch-img-category-container.valor-blue {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -345px -660px
}
.colorswatch-img-category-container.varsity-purple-heather {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -360px -660px
}
.colorswatch-img-category-container.varsity-purple {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -375px -660px
}
.colorswatch-img-category-container.varsity-red-anthracite {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -390px -660px
}
.colorswatch-img-category-container.varsity-red-black {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -405px -660px
}
.colorswatch-img-category-container.varsity-red {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -420px -660px
}
.colorswatch-img-category-container.varsity-royal-white {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -435px -660px
}
.colorswatch-img-category-container.varsity-royal {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -450px -660px
}
.colorswatch-img-category-container.vegas-gold-white {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -465px -660px
}
.colorswatch-img-category-container.vegas-gold {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -480px -660px
}
.colorswatch-img-category-container.venetian-red {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -495px -660px
}
.colorswatch-img-category-container.verdant-green {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -510px -660px
}
.colorswatch-img-category-container.very-berry-black {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -525px -660px
}
.colorswatch-img-category-container.very-berry {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -540px -660px
}
.colorswatch-img-category-container.vibrant-blue {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -555px -660px
}
.colorswatch-img-category-container.vibrant-green {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -570px -660px
}
.colorswatch-img-category-container.vice-blue {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -585px -660px
}
.colorswatch-img-category-container.vine-green-battleship-grey {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -600px -660px
}
.colorswatch-img-category-container.vine-green-heather {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -615px -660px
}
.colorswatch-img-category-container.vine-green-magnet {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -630px -660px
}
.colorswatch-img-category-container.vine-green-white {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -645px -660px
}
.colorswatch-img-category-container.vine-green {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -660px -660px
}
.colorswatch-img-category-container.vintage-black {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -675px 0
}
.colorswatch-img-category-container.vintage-blue {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -675px -15px
}
.colorswatch-img-category-container.vintage-coal-black {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -675px -30px
}
.colorswatch-img-category-container.vintage-coal-red {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -675px -45px
}
.colorswatch-img-category-container.vintage-coal-vintage-pink {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -675px -60px
}
.colorswatch-img-category-container.vintage-coal {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -675px -75px
}
.colorswatch-img-category-container.vintage-grey {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -675px -90px
}
.colorswatch-img-category-container.vintage-heather-black {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -675px -105px
}
.colorswatch-img-category-container.vintage-heather-blue {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -675px -120px
}
.colorswatch-img-category-container.vintage-heather-carolina-blue {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -675px -135px
}
.colorswatch-img-category-container.vintage-heather-deep-orange {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -675px -150px
}
.colorswatch-img-category-container.vintage-heather-forest-green {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -675px -165px
}
.colorswatch-img-category-container.vintage-heather-gold {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -675px -180px
}
.colorswatch-img-category-container.vintage-heather-iron-grey {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -675px -195px
}
.colorswatch-img-category-container.vintage-heather-lime-shock {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -675px -210px
}
.colorswatch-img-category-container.vintage-heather-maroon {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -675px -225px
}
.colorswatch-img-category-container.vintage-heather-navy {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -675px -240px
}
.colorswatch-img-category-container.vintage-heather-pink-raspberry {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -675px -255px
}
.colorswatch-img-category-container.vintage-heather-purple {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -675px -270px
}
.colorswatch-img-category-container.vintage-heather-red {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -675px -285px
}
.colorswatch-img-category-container.vintage-heather-true-navy {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -675px -300px
}
.colorswatch-img-category-container.vintage-heather-true-red {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -675px -315px
}
.colorswatch-img-category-container.vintage-heather-true-royal {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -675px -330px
}
.colorswatch-img-category-container.vintage-heather-white {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -675px -345px
}
.colorswatch-img-category-container.vintage-heather {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -675px -360px
}
.colorswatch-img-category-container.vintage-iris {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -675px -375px
}
.colorswatch-img-category-container.vintage-khaki {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -675px -390px
}
.colorswatch-img-category-container.vintage-navy-navy {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -675px -405px
}
.colorswatch-img-category-container.vintage-navy {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -675px -420px
}
.colorswatch-img-category-container.vintage-pine-smoke {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -675px -435px
}
.colorswatch-img-category-container.vintage-pine-vintage-coal {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -675px -450px
}
.colorswatch-img-category-container.vintage-pine {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -675px -465px
}
.colorswatch-img-category-container.vintage-pink-vintage-coal {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -675px -480px
}
.colorswatch-img-category-container.vintage-pink {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -675px -495px
}
.colorswatch-img-category-container.vintage-plum {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -675px -510px
}
.colorswatch-img-category-container.vintage-red {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -675px -525px
}
.colorswatch-img-category-container.vintage-rose {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -675px -540px
}
.colorswatch-img-category-container.vintage-royal-red {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -675px -555px
}
.colorswatch-img-category-container.vintage-royal-smoke {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -675px -570px
}
.colorswatch-img-category-container.vintage-royal-white {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -675px -585px
}
.colorswatch-img-category-container.vintage-royal {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -675px -600px
}
.colorswatch-img-category-container.vintage-stone-vintage-pine {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -675px -615px
}
.colorswatch-img-category-container.vintage-stone {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -675px -630px
}
.colorswatch-img-category-container.violet-purple {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -675px -645px
}
.colorswatch-img-category-container.violet-reflective {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -675px -660px
}
.colorswatch-img-category-container.violet {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) 0 -675px
}
.colorswatch-img-category-container.vivid-blue {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -15px -675px
}
.colorswatch-img-category-container.vivid-green {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -30px -675px
}
.colorswatch-img-category-container.vivid-lime {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -45px -675px
}
.colorswatch-img-category-container.vivid-pink-dark-grey {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -60px -675px
}
.colorswatch-img-category-container.vivid-pink {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -75px -675px
}
.colorswatch-img-category-container.volt-black {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -90px -675px
}
.colorswatch-img-category-container.volt-cool-grey {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -105px -675px
}
.colorswatch-img-category-container.volt {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -120px -675px
}
.colorswatch-img-category-container.voltage-blue-blacktop-silver-grey {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -135px -675px
}
.colorswatch-img-category-container.voltage-blue {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -150px -675px
}
.colorswatch-img-category-container.walnut {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -165px -675px
}
.colorswatch-img-category-container.warm-grey {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -180px -675px
}
.colorswatch-img-category-container.wasabe {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -195px -675px
}
.colorswatch-img-category-container.washed-black {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -210px -675px
}
.colorswatch-img-category-container.watermelon-heather-nickel {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -225px -675px
}
.colorswatch-img-category-container.watermelon {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -240px -675px
}
.colorswatch-img-category-container.wattage-orange {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -255px -675px
}
.colorswatch-img-category-container.wave-reflective {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -270px -675px
}
.colorswatch-img-category-container.wave {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -285px -675px
}
.colorswatch-img-category-container.wavy-flag {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -300px -675px
}
.colorswatch-img-category-container.wheat {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -315px -675px
}
.colorswatch-img-category-container.whisper-green {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -330px -675px
}
.colorswatch-img-category-container.white-athletic-maroon {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -345px -675px
}
.colorswatch-img-category-container.white-battleship-grey {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -360px -675px
}
.colorswatch-img-category-container.white-black-cosmic {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -375px -675px
}
.colorswatch-img-category-container.white-black-silver {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -390px -675px
}
.colorswatch-img-category-container.white-black {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -405px -675px
}
.colorswatch-img-category-container.white-blue {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -420px -675px
}
.colorswatch-img-category-container.white-bright-orange {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -435px -675px
}
.colorswatch-img-category-container.white-bright-pink {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -450px -675px
}
.colorswatch-img-category-container.white-cardinal {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -465px -675px
}
.colorswatch-img-category-container.white-charcoal-grey-heather {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -480px -675px
}
.colorswatch-img-category-container.white-classic-navy-red {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -495px -675px
}
.colorswatch-img-category-container.white-classic-navy {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -510px -675px
}
.colorswatch-img-category-container.white-cool-grey {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -525px -675px
}
.colorswatch-img-category-container.white-dark-green {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -540px -675px
}
.colorswatch-img-category-container.white-dark-grey {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -555px -675px
}
.colorswatch-img-category-container.white-dark-slate {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -570px -675px
}
.colorswatch-img-category-container.white-dark-smoke-grey {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -585px -675px
}
.colorswatch-img-category-container.white-deep-orange-black {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -600px -675px
}
.colorswatch-img-category-container.white-deep-orange {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -615px -675px
}
.colorswatch-img-category-container.white-deep-royal {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -630px -675px
}
.colorswatch-img-category-container.white-forest-green {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -645px -675px
}
.colorswatch-img-category-container.white-forest {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -660px -675px
}
.colorswatch-img-category-container.white-gold {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -675px -675px
}
.colorswatch-img-category-container.white-graphite {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -690px 0
}
.colorswatch-img-category-container.white-grey-steel {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -690px -15px
}
.colorswatch-img-category-container.white-grey {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -690px -30px
}
.colorswatch-img-category-container.white-heather-charcoal-silver {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -690px -45px
}
.colorswatch-img-category-container.white-heather-grey {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -690px -60px
}
.colorswatch-img-category-container.white-heather-navy-silver {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -690px -75px
}
.colorswatch-img-category-container.white-heather-nickel {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -690px -90px
}
.colorswatch-img-category-container.white-heather-purple {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -690px -105px
}
.colorswatch-img-category-container.white-heather-true-navy {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -690px -120px
}
.colorswatch-img-category-container.white-iron-grey {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -690px -135px
}
.colorswatch-img-category-container.white-jet-black {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -690px -150px
}
.colorswatch-img-category-container.white-light-heather-grey {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -690px -165px
}
.colorswatch-img-category-container.white-light-stone {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -690px -180px
}
.colorswatch-img-category-container.white-lime-shock {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -690px -195px
}
.colorswatch-img-category-container.white-magnet {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -690px -210px
}
.colorswatch-img-category-container.white-maroon {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -690px -225px
}
.colorswatch-img-category-container.white-navy {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -690px -240px
}
.colorswatch-img-category-container.white-neon-lime {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -690px -255px
}
.colorswatch-img-category-container.white-paisley {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -690px -270px
}
.colorswatch-img-category-container.white-pink-cosmic {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -690px -285px
}
.colorswatch-img-category-container.white-pink-raspberry {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -690px -300px
}
.colorswatch-img-category-container.white-purple {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -690px -315px
}
.colorswatch-img-category-container.white-red {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -690px -330px
}
.colorswatch-img-category-container.white-reflective {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -690px -345px
}
.colorswatch-img-category-container.white-rogue-grey {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -690px -360px
}
.colorswatch-img-category-container.white-royal-black {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -690px -375px
}
.colorswatch-img-category-container.white-royal {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -690px -390px
}
.colorswatch-img-category-container.white-scarlet-black {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -690px -405px
}
.colorswatch-img-category-container.white-scarlet-red {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -690px -420px
}
.colorswatch-img-category-container.white-shadow-grey {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -690px -435px
}
.colorswatch-img-category-container.white-shadow-heather {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -690px -450px
}
.colorswatch-img-category-container.white-silver {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -690px -465px
}
.colorswatch-img-category-container.white-true-navy {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -690px -480px
}
.colorswatch-img-category-container.white-true-red {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -690px -495px
}
.colorswatch-img-category-container.white-true-royal {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -690px -510px
}
.colorswatch-img-category-container.white-white {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -690px -525px
}
.colorswatch-img-category-container.white-wolf-grey {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -690px -540px
}
.colorswatch-img-category-container.white {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -690px -555px
}
.colorswatch-img-category-container.willow-green {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -690px -570px
}
.colorswatch-img-category-container.wine {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -690px -585px
}
.colorswatch-img-category-container.winter-camo {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -690px -600px
}
.colorswatch-img-category-container.winter-white {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -690px -615px
}
.colorswatch-img-category-container.wintergreen-white {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -690px -630px
}
.colorswatch-img-category-container.wintergreen {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -690px -645px
}
.colorswatch-img-category-container.wolf-grey-charthreuse {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -690px -660px
}
.colorswatch-img-category-container.wolf-grey-dark-grey {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -690px -675px
}
.colorswatch-img-category-container.wolf-grey-silver {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) 0 -690px
}
.colorswatch-img-category-container.woodland-blue-camo {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -15px -690px
}
.colorswatch-img-category-container.woodland-brown-camo {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -30px -690px
}
.colorswatch-img-category-container.wow-pink {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -45px -690px
}
.colorswatch-img-category-container.yellow-gold {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -60px -690px
}
.colorswatch-img-category-container.yellow-haze {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -75px -690px
}
.colorswatch-img-category-container.yellow {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -90px -690px
}
.colorswatch-img-category-container.zebra-black-black {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -105px -690px
}
.colorswatch-img-category-container.zebra-black-white {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -120px -690px
}
.colorswatch-img-category-container.zebra-pink-white {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -135px -690px
}
.colorswatch-img-category-container.zebra-print {
  width: 15px;
  height: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_category.png) -150px -690px
}
.colorswatch-img-filter-container.academy-blue {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -46px 0
}
.colorswatch-img-filter-container.acid {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -184px -644px
}
.colorswatch-img-filter-container.action-green {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) 0 -46px
}
.colorswatch-img-filter-container.admiral-blue-black-magnet-grey {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -46px -46px
}
.colorswatch-img-filter-container.admiral-blue {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -92px 0
}
.colorswatch-img-filter-container.adriatic-blue {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -92px -46px
}
.colorswatch-img-filter-container.aero-blue-dark-grey {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) 0 -92px
}
.colorswatch-img-filter-container.agave {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -46px -92px
}
.colorswatch-img-filter-container.alloy-green {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -92px -92px
}
.colorswatch-img-filter-container.aluminum-grey {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -138px 0
}
.colorswatch-img-filter-container.aluminum-pink {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -138px -46px
}
.colorswatch-img-filter-container.amber-amber {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -138px -92px
}
.colorswatch-img-filter-container.amber-clear {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) 0 -138px
}
.colorswatch-img-filter-container.amber-white {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -46px -138px
}
.colorswatch-img-filter-container.amber {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -92px -138px
}
.colorswatch-img-filter-container.amethyst-purple {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -138px -138px
}
.colorswatch-img-filter-container.amethyst {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -184px 0
}
.colorswatch-img-filter-container.anthracite-anthracite {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -184px -46px
}
.colorswatch-img-filter-container.anthracite-black {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -184px -92px
}
.colorswatch-img-filter-container.anthracite-white {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -184px -138px
}
.colorswatch-img-filter-container.anthracite {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) 0 -184px
}
.colorswatch-img-filter-container.antique-cherry-red {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -46px -184px
}
.colorswatch-img-filter-container.antique-gold {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -92px -184px
}
.colorswatch-img-filter-container.antique-heliconia {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -138px -184px
}
.colorswatch-img-filter-container.antique-irish-green {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -184px -184px
}
.colorswatch-img-filter-container.antique-jade-dome {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -230px 0
}
.colorswatch-img-filter-container.antique-orange {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -230px -46px
}
.colorswatch-img-filter-container.antique-royal {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -230px -92px
}
.colorswatch-img-filter-container.antique-sapphire {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -230px -138px
}
.colorswatch-img-filter-container.apple-green {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -230px -184px
}
.colorswatch-img-filter-container.apple-red {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) 0 -230px
}
.colorswatch-img-filter-container.aqua-green-heather {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -46px -230px
}
.colorswatch-img-filter-container.aqua-heather-battleship-grey {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -92px -230px
}
.colorswatch-img-filter-container.aqua-ice {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -138px -230px
}
.colorswatch-img-filter-container.aqua-reflective {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -184px -230px
}
.colorswatch-img-filter-container.aqua-splash-bright-lime {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -230px -230px
}
.colorswatch-img-filter-container.aqua {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -276px 0
}
.colorswatch-img-filter-container.aquamarine-black {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -276px -46px
}
.colorswatch-img-filter-container.aquamarine-new-navy {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -276px -92px
}
.colorswatch-img-filter-container.aquamarine {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -276px -138px
}
.colorswatch-img-filter-container.aquatic-blue {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -276px -184px
}
.colorswatch-img-filter-container.army-camo {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -276px -230px
}
.colorswatch-img-filter-container.army-gold {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) 0 -276px
}
.colorswatch-img-filter-container.army-green {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -46px -276px
}
.colorswatch-img-filter-container.army-white {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -92px -276px
}
.colorswatch-img-filter-container.army {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -138px -276px
}
.colorswatch-img-filter-container.ascent-blue {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -184px -276px
}
.colorswatch-img-filter-container.ash-gray {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -230px -276px
}
.colorswatch-img-filter-container.ash-heather {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -276px -276px
}
.colorswatch-img-filter-container.ash {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -322px 0
}
.colorswatch-img-filter-container.asphalt {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -322px -46px
}
.colorswatch-img-filter-container.astro-green {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -322px -92px
}
.colorswatch-img-filter-container.athletic-gold-black {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -322px -138px
}
.colorswatch-img-filter-container.athletic-gold-light-stone {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -322px -184px
}
.colorswatch-img-filter-container.athletic-gold {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -322px -230px
}
.colorswatch-img-filter-container.athletic-green {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -322px -276px
}
.colorswatch-img-filter-container.athletic-heather-jet-black {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) 0 -322px
}
.colorswatch-img-filter-container.athletic-heather-navy {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -46px -322px
}
.colorswatch-img-filter-container.athletic-heather {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -92px -322px
}
.colorswatch-img-filter-container.athletic-kelly {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -138px -322px
}
.colorswatch-img-filter-container.athletic-maroon {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -184px -322px
}
.colorswatch-img-filter-container.athletic-orange {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -230px -322px
}
.colorswatch-img-filter-container.athletic-oxford-black {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -276px -322px
}
.colorswatch-img-filter-container.athletic-oxford-neon-blue {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -322px -322px
}
.colorswatch-img-filter-container.athletic-oxford {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -368px 0
}
.colorswatch-img-filter-container.athletic-purple {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -368px -46px
}
.colorswatch-img-filter-container.athletic-red {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -368px -92px
}
.colorswatch-img-filter-container.athletic-royal {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -368px -138px
}
.colorswatch-img-filter-container.atlantic-blue-chrome {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -368px -184px
}
.colorswatch-img-filter-container.atomic-blue {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -368px -230px
}
.colorswatch-img-filter-container.aubergine-purple-white {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -368px -276px
}
.colorswatch-img-filter-container.aubergine-purple {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -368px -322px
}
.colorswatch-img-filter-container.augusta-green {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) 0 -368px
}
.colorswatch-img-filter-container.autumn-orange {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -46px -368px
}
.colorswatch-img-filter-container.azalea {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -92px -368px
}
.colorswatch-img-filter-container.azure-blue {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -138px -368px
}
.colorswatch-img-filter-container.banana {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -184px -368px
}
.colorswatch-img-filter-container.bark {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -230px -368px
}
.colorswatch-img-filter-container.basil-green {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -276px -368px
}
.colorswatch-img-filter-container.battleship-grey-black {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -322px -368px
}
.colorswatch-img-filter-container.battleship-grey-charge-green {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -368px -368px
}
.colorswatch-img-filter-container.battleship-grey-dark-rose {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -414px 0
}
.colorswatch-img-filter-container.battleship-grey-pearl-grey {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -414px -46px
}
.colorswatch-img-filter-container.battleship-grey {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -414px -92px
}
.colorswatch-img-filter-container.beach-sand-dune {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -414px -138px
}
.colorswatch-img-filter-container.beach {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -414px -184px
}
.colorswatch-img-filter-container.beige-navy {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -414px -230px
}
.colorswatch-img-filter-container.beige {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -414px -276px
}
.colorswatch-img-filter-container.bermuda-purple {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -414px -322px
}
.colorswatch-img-filter-container.berry-burst-felt-charcoal {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -414px -368px
}
.colorswatch-img-filter-container.berry-burst {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) 0 -414px
}
.colorswatch-img-filter-container.berry-heather {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -46px -414px
}
.colorswatch-img-filter-container.berry {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -92px -414px
}
.colorswatch-img-filter-container.birch {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -138px -414px
}
.colorswatch-img-filter-container.black-anthracite {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -184px -414px
}
.colorswatch-img-filter-container.black-athletic-oxford {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -230px -414px
}
.colorswatch-img-filter-container.black-athletic-red {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -276px -414px
}
.colorswatch-img-filter-container.black-athletic-royal {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -322px -414px
}
.colorswatch-img-filter-container.black-battleship-grey {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -368px -414px
}
.colorswatch-img-filter-container.black-beige {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -414px -414px
}
.colorswatch-img-filter-container.black-black-magnet-grey {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -460px 0
}
.colorswatch-img-filter-container.black-black {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -460px -46px
}
.colorswatch-img-filter-container.black-blue-spark {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -460px -92px
}
.colorswatch-img-filter-container.black-blue {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -460px -138px
}
.colorswatch-img-filter-container.black-brown {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -460px -184px
}
.colorswatch-img-filter-container.black-burgundy {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -460px -230px
}
.colorswatch-img-filter-container.black-camo {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -460px -276px
}
.colorswatch-img-filter-container.black-charcoal-grey-heather {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -460px -322px
}
.colorswatch-img-filter-container.black-charcoal-grey {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -460px -368px
}
.colorswatch-img-filter-container.black-charcoal-heather {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -460px -414px
}
.colorswatch-img-filter-container.black-charcoal {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) 0 -460px
}
.colorswatch-img-filter-container.black-chartreuse {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -46px -460px
}
.colorswatch-img-filter-container.black-cherry {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -92px -460px
}
.colorswatch-img-filter-container.black-chrome {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -138px -460px
}
.colorswatch-img-filter-container.black-citron-white {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -184px -460px
}
.colorswatch-img-filter-container.black-cool-grey {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -230px -460px
}
.colorswatch-img-filter-container.black-dark-charcoal {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -276px -460px
}
.colorswatch-img-filter-container.black-dark-grey-gym-red {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -322px -460px
}
.colorswatch-img-filter-container.black-dark-grey {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -368px -460px
}
.colorswatch-img-filter-container.black-dark-smoke-grey {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -414px -460px
}
.colorswatch-img-filter-container.black-deep-grey {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -460px -460px
}
.colorswatch-img-filter-container.black-deep-orange-white {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -506px 0
}
.colorswatch-img-filter-container.black-deep-orange {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -506px -46px
}
.colorswatch-img-filter-container.black-deep-red {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -506px -92px
}
.colorswatch-img-filter-container.black-deep-smoke {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -506px -138px
}
.colorswatch-img-filter-container.black-dip-dye {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -506px -184px
}
.colorswatch-img-filter-container.black-electric-black {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -506px -230px
}
.colorswatch-img-filter-container.black-electric {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -506px -276px
}
.colorswatch-img-filter-container.black-engine-red {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -506px -322px
}
.colorswatch-img-filter-container.black-felt-charcoal {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -506px -368px
}
.colorswatch-img-filter-container.black-flint-grey-black {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -506px -414px
}
.colorswatch-img-filter-container.black-forest-green {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -506px -460px
}
.colorswatch-img-filter-container.black-frost-grey-frost {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) 0 -506px
}
.colorswatch-img-filter-container.black-frost {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -46px -506px
}
.colorswatch-img-filter-container.black-game-royal {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -92px -506px
}
.colorswatch-img-filter-container.black-gold-white {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -138px -506px
}
.colorswatch-img-filter-container.black-gold {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -184px -506px
}
.colorswatch-img-filter-container.black-graphite-grey-graphite-grey {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -230px -506px
}
.colorswatch-img-filter-container.black-graphite-grey-white {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -276px -506px
}
.colorswatch-img-filter-container.black-graphite-grey {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -322px -506px
}
.colorswatch-img-filter-container.black-graphite-heather-black {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -368px -506px
}
.colorswatch-img-filter-container.black-graphite-heather-citron {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -414px -506px
}
.colorswatch-img-filter-container.black-graphite-heather-true-red {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -460px -506px
}
.colorswatch-img-filter-container.black-graphite-heather-true-royal {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -506px -506px
}
.colorswatch-img-filter-container.black-graphite-heather-white {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -552px 0
}
.colorswatch-img-filter-container.black-graphite-white {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -552px -46px
}
.colorswatch-img-filter-container.black-graphite {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -552px -92px
}
.colorswatch-img-filter-container.black-gray {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -552px -138px
}
.colorswatch-img-filter-container.black-grey-cosmic {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -552px -184px
}
.colorswatch-img-filter-container.black-grey-frost {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -552px -230px
}
.colorswatch-img-filter-container.black-grey-steel {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -552px -276px
}
.colorswatch-img-filter-container.black-grey-white {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -552px -322px
}
.colorswatch-img-filter-container.black-gunmetal {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -552px -368px
}
.colorswatch-img-filter-container.black-gym-red {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -552px -414px
}
.colorswatch-img-filter-container.black-heather-black {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -552px -460px
}
.colorswatch-img-filter-container.black-heather-charcoal {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -552px -506px
}
.colorswatch-img-filter-container.black-heather-grey {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) 0 -552px
}
.colorswatch-img-filter-container.black-heather-nickel {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -46px -552px
}
.colorswatch-img-filter-container.black-heather {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -92px -552px
}
.colorswatch-img-filter-container.black-hunter {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -138px -552px
}
.colorswatch-img-filter-container.black-imperial-blue {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -184px -552px
}
.colorswatch-img-filter-container.black-ink-grey {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -230px -552px
}
.colorswatch-img-filter-container.black-iron-grey-white {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -276px -552px
}
.colorswatch-img-filter-container.black-iron-grey {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -322px -552px
}
.colorswatch-img-filter-container.black-khaki {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -368px -552px
}
.colorswatch-img-filter-container.black-light-heather-grey {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -414px -552px
}
.colorswatch-img-filter-container.black-light-oxford {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -460px -552px
}
.colorswatch-img-filter-container.black-light-stone {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -506px -552px
}
.colorswatch-img-filter-container.black-lime-shock {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -552px -552px
}
.colorswatch-img-filter-container.black-lime {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -598px 0
}
.colorswatch-img-filter-container.black-magnet-grey-black {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -598px -46px
}
.colorswatch-img-filter-container.black-magnet-grey-signal-red {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -598px -92px
}
.colorswatch-img-filter-container.black-magnet-grey {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -598px -138px
}
.colorswatch-img-filter-container.black-maroon {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -598px -184px
}
.colorswatch-img-filter-container.black-monument-grey {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -598px -230px
}
.colorswatch-img-filter-container.black-multi {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -598px -276px
}
.colorswatch-img-filter-container.black-natural {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -598px -322px
}
.colorswatch-img-filter-container.black-neon-orange {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -598px -368px
}
.colorswatch-img-filter-container.black-neon-pink {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -598px -414px
}
.colorswatch-img-filter-container.black-orange {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -598px -460px
}
.colorswatch-img-filter-container.black-pebble {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -598px -506px
}
.colorswatch-img-filter-container.black-petrol {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -598px -552px
}
.colorswatch-img-filter-container.black-pink-raspberry {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) 0 -598px
}
.colorswatch-img-filter-container.black-pink {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -46px -598px
}
.colorswatch-img-filter-container.black-realtree-hardwoods {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -92px -598px
}
.colorswatch-img-filter-container.black-realtree-xtra {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -138px -598px
}
.colorswatch-img-filter-container.black-red {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -184px -598px
}
.colorswatch-img-filter-container.black-reflective {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -230px -598px
}
.colorswatch-img-filter-container.black-royal-white {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -276px -598px
}
.colorswatch-img-filter-container.black-royal {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -322px -598px
}
.colorswatch-img-filter-container.black-safety-yellow {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -368px -598px
}
.colorswatch-img-filter-container.black-sand {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -414px -598px
}
.colorswatch-img-filter-container.black-scarlet-red {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -460px -598px
}
.colorswatch-img-filter-container.black-scarlet-white {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -506px -598px
}
.colorswatch-img-filter-container.black-scarlet {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -552px -598px
}
.colorswatch-img-filter-container.black-shadow-heather {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -598px -598px
}
.colorswatch-img-filter-container.black-shock-blue {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -644px 0
}
.colorswatch-img-filter-container.black-shock-green {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -644px -46px
}
.colorswatch-img-filter-container.black-shock-orange {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -644px -92px
}
.colorswatch-img-filter-container.black-shock-pink {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -644px -138px
}
.colorswatch-img-filter-container.black-signal-red {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -644px -184px
}
.colorswatch-img-filter-container.black-silver-silver {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -644px -230px
}
.colorswatch-img-filter-container.black-silver {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -644px -276px
}
.colorswatch-img-filter-container.black-smoke-grey {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -644px -322px
}
.colorswatch-img-filter-container.black-smoke {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -644px -368px
}
.colorswatch-img-filter-container.black-solid-pewter-lining {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -644px -414px
}
.colorswatch-img-filter-container.black-steel-grey {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -644px -460px
}
.colorswatch-img-filter-container.black-stone {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -644px -506px
}
.colorswatch-img-filter-container.black-stripe {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -644px -552px
}
.colorswatch-img-filter-container.black-tropic-blue-white {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -644px -598px
}
.colorswatch-img-filter-container.black-tropical-pink {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) 0 -644px
}
.colorswatch-img-filter-container.black-true-red-white {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -46px -644px
}
.colorswatch-img-filter-container.black-true-red {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -92px -644px
}
.colorswatch-img-filter-container.black-true-royal-white {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -138px -644px
}
.colorswatch-img-filter-container.black-true-royal {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) 0 0
}
.colorswatch-img-filter-container.black-varsity-red {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -230px -644px
}
.colorswatch-img-filter-container.black-vegas-gold {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -276px -644px
}
.colorswatch-img-filter-container.black-vintage-heather {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -322px -644px
}
.colorswatch-img-filter-container.black-watch-plaid-print {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -368px -644px
}
.colorswatch-img-filter-container.black-watermelon {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -414px -644px
}
.colorswatch-img-filter-container.black-white-black {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -460px -644px
}
.colorswatch-img-filter-container.black-white-magnet-grey {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -506px -644px
}
.colorswatch-img-filter-container.black-white-true-royal {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -552px -644px
}
.colorswatch-img-filter-container.black-white {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -598px -644px
}
.colorswatch-img-filter-container.black-wolf-grey {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -644px -644px
}
.colorswatch-img-filter-container.black {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -690px 0
}
.colorswatch-img-filter-container.blackberry {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -690px -46px
}
.colorswatch-img-filter-container.blacktop-black-reflective {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -690px -92px
}
.colorswatch-img-filter-container.blacktop-blacktop {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -690px -138px
}
.colorswatch-img-filter-container.blacktop-chili-red {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -690px -184px
}
.colorswatch-img-filter-container.blacktop-diesel-grey-signal-red {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -690px -230px
}
.colorswatch-img-filter-container.blacktop-diesel-grey {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -690px -276px
}
.colorswatch-img-filter-container.blacktop-gear-grey {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -690px -322px
}
.colorswatch-img-filter-container.blacktop-heather {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -690px -368px
}
.colorswatch-img-filter-container.blacktop-herringbone {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -690px -414px
}
.colorswatch-img-filter-container.blacktop {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -690px -460px
}
.colorswatch-img-filter-container.blaze-rainbow {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -690px -506px
}
.colorswatch-img-filter-container.blizzard-pink {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -690px -552px
}
.colorswatch-img-filter-container.blue-blue {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -690px -598px
}
.colorswatch-img-filter-container.blue-crush-white-deep-red {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -690px -644px
}
.colorswatch-img-filter-container.blue-crush {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) 0 -690px
}
.colorswatch-img-filter-container.blue-dusk {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -46px -690px
}
.colorswatch-img-filter-container.blue-enamel {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -92px -690px
}
.colorswatch-img-filter-container.blue-fog {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -138px -690px
}
.colorswatch-img-filter-container.blue-gill {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -184px -690px
}
.colorswatch-img-filter-container.blue-glacier {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -230px -690px
}
.colorswatch-img-filter-container.blue-grey {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -276px -690px
}
.colorswatch-img-filter-container.blue-heather {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -322px -690px
}
.colorswatch-img-filter-container.blue-horizon {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -368px -690px
}
.colorswatch-img-filter-container.blue-indigo {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -414px -690px
}
.colorswatch-img-filter-container.blue-iris-stone {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -460px -690px
}
.colorswatch-img-filter-container.blue-iris {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -506px -690px
}
.colorswatch-img-filter-container.blue-jewel {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -552px -690px
}
.colorswatch-img-filter-container.blue-lake {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -598px -690px
}
.colorswatch-img-filter-container.blue-mirror {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -644px -690px
}
.colorswatch-img-filter-container.blue-moon {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -690px -690px
}
.colorswatch-img-filter-container.blue-navy {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -736px 0
}
.colorswatch-img-filter-container.blue-purple {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -736px -46px
}
.colorswatch-img-filter-container.blue-red {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -736px -92px
}
.colorswatch-img-filter-container.blue-sapphire-black {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -736px -138px
}
.colorswatch-img-filter-container.blue-sapphire {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -736px -184px
}
.colorswatch-img-filter-container.blue-skies {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -736px -230px
}
.colorswatch-img-filter-container.blue-sky {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -736px -276px
}
.colorswatch-img-filter-container.blue-steel {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -736px -322px
}
.colorswatch-img-filter-container.blue-stripe {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -736px -368px
}
.colorswatch-img-filter-container.blue-surf {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -736px -414px
}
.colorswatch-img-filter-container.blue-wake-graphite-silver {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -736px -460px
}
.colorswatch-img-filter-container.blue-wake-heather {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -736px -506px
}
.colorswatch-img-filter-container.blue-wake-white {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -736px -552px
}
.colorswatch-img-filter-container.blue-wake {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -736px -598px
}
.colorswatch-img-filter-container.blue-white {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -736px -644px
}
.colorswatch-img-filter-container.blue {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -736px -690px
}
.colorswatch-img-filter-container.blueberry-navy {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) 0 -736px
}
.colorswatch-img-filter-container.blueberry {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -46px -736px
}
.colorswatch-img-filter-container.bluegrass {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -92px -736px
}
.colorswatch-img-filter-container.blueprint-black {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -138px -736px
}
.colorswatch-img-filter-container.blueprint-herringbone {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -184px -736px
}
.colorswatch-img-filter-container.blueprint-red-white {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -230px -736px
}
.colorswatch-img-filter-container.blueprint {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -276px -736px
}
.colorswatch-img-filter-container.blush-red {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -322px -736px
}
.colorswatch-img-filter-container.blustery-navy {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -368px -736px
}
.colorswatch-img-filter-container.blustery {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -414px -736px
}
.colorswatch-img-filter-container.bolt-blue {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -460px -736px
}
.colorswatch-img-filter-container.bordeaux-red {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -506px -736px
}
.colorswatch-img-filter-container.boulder {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -552px -736px
}
.colorswatch-img-filter-container.boysenberry-pink {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -598px -736px
}
.colorswatch-img-filter-container.briar-brown {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -644px -736px
}
.colorswatch-img-filter-container.brick-red {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -690px -736px
}
.colorswatch-img-filter-container.brick {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -736px -736px
}
.colorswatch-img-filter-container.bright-aqua {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -782px 0
}
.colorswatch-img-filter-container.bright-berry-bermuda-purple {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -782px -46px
}
.colorswatch-img-filter-container.bright-berry-copper {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -782px -92px
}
.colorswatch-img-filter-container.bright-berry {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -782px -138px
}
.colorswatch-img-filter-container.bright-blue {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -782px -184px
}
.colorswatch-img-filter-container.bright-burgundy {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -782px -230px
}
.colorswatch-img-filter-container.bright-coral-reflective {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -782px -276px
}
.colorswatch-img-filter-container.bright-coral {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -782px -322px
}
.colorswatch-img-filter-container.bright-gold {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -782px -368px
}
.colorswatch-img-filter-container.bright-kelly-green {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -782px -414px
}
.colorswatch-img-filter-container.bright-lavender {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -782px -460px
}
.colorswatch-img-filter-container.bright-lime-black {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -782px -506px
}
.colorswatch-img-filter-container.bright-lime-lemon-zest {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -782px -552px
}
.colorswatch-img-filter-container.bright-lime-magnet-grey-black {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -782px -598px
}
.colorswatch-img-filter-container.bright-lime {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -782px -644px
}
.colorswatch-img-filter-container.bright-navy-light-oxford {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -782px -690px
}
.colorswatch-img-filter-container.bright-navy-solid-pewter-lining {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -782px -736px
}
.colorswatch-img-filter-container.bright-navy {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) 0 -782px
}
.colorswatch-img-filter-container.bright-orange-black {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -46px -782px
}
.colorswatch-img-filter-container.bright-orange-chocolate {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -92px -782px
}
.colorswatch-img-filter-container.bright-orange {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -138px -782px
}
.colorswatch-img-filter-container.bright-pink-paisley {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -184px -782px
}
.colorswatch-img-filter-container.bright-pink {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -230px -782px
}
.colorswatch-img-filter-container.bright-pistachio-graphite {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -276px -782px
}
.colorswatch-img-filter-container.bright-purple-battleship-grey {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -322px -782px
}
.colorswatch-img-filter-container.bright-purple-classic-navy {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -368px -782px
}
.colorswatch-img-filter-container.bright-purple {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -414px -782px
}
.colorswatch-img-filter-container.bright-red {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -460px -782px
}
.colorswatch-img-filter-container.bright-royal {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -506px -782px
}
.colorswatch-img-filter-container.bright-turquoise {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -552px -782px
}
.colorswatch-img-filter-container.bright-violet {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -598px -782px
}
.colorswatch-img-filter-container.bright-white {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -644px -782px
}
.colorswatch-img-filter-container.brilliant-blue-black {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -690px -782px
}
.colorswatch-img-filter-container.brilliant-blue-deep-smoke {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -736px -782px
}
.colorswatch-img-filter-container.brilliant-blue-heather-grey {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -782px -782px
}
.colorswatch-img-filter-container.brilliant-blue {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -828px 0
}
.colorswatch-img-filter-container.brisk-blue {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -828px -46px
}
.colorswatch-img-filter-container.brown-black {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -828px -92px
}
.colorswatch-img-filter-container.brown-chrome {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -828px -138px
}
.colorswatch-img-filter-container.brown-cream {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -828px -184px
}
.colorswatch-img-filter-container.brown-mossy-oak-new-break-up {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -828px -230px
}
.colorswatch-img-filter-container.brown-rust {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -828px -276px
}
.colorswatch-img-filter-container.brown-savana {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -828px -322px
}
.colorswatch-img-filter-container.brown-stone {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -828px -368px
}
.colorswatch-img-filter-container.brown-tan {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -828px -414px
}
.colorswatch-img-filter-container.brown-taupe {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -828px -460px
}
.colorswatch-img-filter-container.brown {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -828px -506px
}
.colorswatch-img-filter-container.bubbles-blue {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -828px -552px
}
.colorswatch-img-filter-container.bubbles-pink {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -828px -598px
}
.colorswatch-img-filter-container.buffalo-plaid-print {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -828px -644px
}
.colorswatch-img-filter-container.burgundy-light-stone {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -828px -690px
}
.colorswatch-img-filter-container.burgundy-stripe {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -828px -736px
}
.colorswatch-img-filter-container.burgundy {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -828px -782px
}
.colorswatch-img-filter-container.burnt-orange-light-sand {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) 0 -828px
}
.colorswatch-img-filter-container.burnt-orange-stone {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -46px -828px
}
.colorswatch-img-filter-container.burnt-orange {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -92px -828px
}
.colorswatch-img-filter-container.buttercup-reflective {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -138px -828px
}
.colorswatch-img-filter-container.buttercup {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -184px -828px
}
.colorswatch-img-filter-container.cabernet {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -230px -828px
}
.colorswatch-img-filter-container.cactus-green {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -276px -828px
}
.colorswatch-img-filter-container.cactus {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -322px -828px
}
.colorswatch-img-filter-container.cadmium-orange-graphite {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -368px -828px
}
.colorswatch-img-filter-container.cafe-brown {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -414px -828px
}
.colorswatch-img-filter-container.caldera-red-black {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -460px -828px
}
.colorswatch-img-filter-container.caldera-red-chrome {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -506px -828px
}
.colorswatch-img-filter-container.caldera-red {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -552px -828px
}
.colorswatch-img-filter-container.california-blue {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -598px -828px
}
.colorswatch-img-filter-container.california-gold {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -644px -828px
}
.colorswatch-img-filter-container.cambridge-blue-smoke-grey {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -690px -828px
}
.colorswatch-img-filter-container.camel {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -736px -828px
}
.colorswatch-img-filter-container.camo-black {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -782px -828px
}
.colorswatch-img-filter-container.camo-charcoal {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -828px -828px
}
.colorswatch-img-filter-container.camo-print {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -874px 0
}
.colorswatch-img-filter-container.camo {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -874px -46px
}
.colorswatch-img-filter-container.camouflage {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -874px -92px
}
.colorswatch-img-filter-container.candy-pink {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -874px -138px
}
.colorswatch-img-filter-container.canteen-grey-black {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -874px -184px
}
.colorswatch-img-filter-container.canvas-canvas {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -874px -230px
}
.colorswatch-img-filter-container.carbon-black {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -874px -276px
}
.colorswatch-img-filter-container.carbon-grey {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -874px -322px
}
.colorswatch-img-filter-container.carbon-heather {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -874px -368px
}
.colorswatch-img-filter-container.cardinal-black {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -874px -414px
}
.colorswatch-img-filter-container.cardinal-heather {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -874px -460px
}
.colorswatch-img-filter-container.cardinal-red {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -874px -506px
}
.colorswatch-img-filter-container.cardinal-white {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -874px -552px
}
.colorswatch-img-filter-container.cardinal {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -874px -598px
}
.colorswatch-img-filter-container.cargo-brown {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -874px -644px
}
.colorswatch-img-filter-container.caribbean-blue {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -874px -690px
}
.colorswatch-img-filter-container.carolina-blue-grey {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -874px -736px
}
.colorswatch-img-filter-container.carolina-blue-navy {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -874px -782px
}
.colorswatch-img-filter-container.carolina-blue-white {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -874px -828px
}
.colorswatch-img-filter-container.carolina-blue {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) 0 -874px
}
.colorswatch-img-filter-container.carribean-blue-heather-grey {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -46px -874px
}
.colorswatch-img-filter-container.cayenne-orange {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -92px -874px
}
.colorswatch-img-filter-container.cayenne {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -138px -874px
}
.colorswatch-img-filter-container.ceil-blue {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -184px -874px
}
.colorswatch-img-filter-container.celadon-blue {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -230px -874px
}
.colorswatch-img-filter-container.celadon {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -276px -874px
}
.colorswatch-img-filter-container.celery {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -322px -874px
}
.colorswatch-img-filter-container.chalk-white-charcoal {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -368px -874px
}
.colorswatch-img-filter-container.chambray-blue {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -414px -874px
}
.colorswatch-img-filter-container.charcoal-black {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -460px -874px
}
.colorswatch-img-filter-container.charcoal-blue-white {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -506px -874px
}
.colorswatch-img-filter-container.charcoal-charcoal {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -552px -874px
}
.colorswatch-img-filter-container.charcoal-gravel {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -598px -874px
}
.colorswatch-img-filter-container.charcoal-gray {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -644px -874px
}
.colorswatch-img-filter-container.charcoal-grey-charcoal-grey-heather {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -690px -874px
}
.colorswatch-img-filter-container.charcoal-grey-charge-green {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -736px -874px
}
.colorswatch-img-filter-container.charcoal-grey-deep-orange {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -782px -874px
}
.colorswatch-img-filter-container.charcoal-grey-heather-charcoal-grey {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -828px -874px
}
.colorswatch-img-filter-container.charcoal-grey-heather-charge-green {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -874px -874px
}
.colorswatch-img-filter-container.charcoal-grey-heather-pink-rush {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -920px 0
}
.colorswatch-img-filter-container.charcoal-grey-heather-true-navy {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -920px -46px
}
.colorswatch-img-filter-container.charcoal-grey-heather {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -920px -92px
}
.colorswatch-img-filter-container.charcoal-grey-true-royal {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -920px -138px
}
.colorswatch-img-filter-container.charcoal-heather-black {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -920px -184px
}
.colorswatch-img-filter-container.charcoal-heather-medium-heather-grey {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -920px -230px
}
.colorswatch-img-filter-container.charcoal-heather {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -920px -276px
}
.colorswatch-img-filter-container.charcoal-lemon-yellow {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -920px -322px
}
.colorswatch-img-filter-container.charcoal-light-grey {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -920px -368px
}
.colorswatch-img-filter-container.charcoal-neon-orange {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -920px -414px
}
.colorswatch-img-filter-container.charcoal-neon-yellow {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -920px -460px
}
.colorswatch-img-filter-container.charcoal-royal-blue {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -920px -506px
}
.colorswatch-img-filter-container.charcoal-royal {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -920px -552px
}
.colorswatch-img-filter-container.charcoal-sangria {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -920px -598px
}
.colorswatch-img-filter-container.charcoal-smoke-grey {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -920px -644px
}
.colorswatch-img-filter-container.charcoal-white {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -920px -690px
}
.colorswatch-img-filter-container.charcoal {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -920px -736px
}
.colorswatch-img-filter-container.charge-green-felt-grey {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -920px -782px
}
.colorswatch-img-filter-container.charge-green-graphite-silver {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -920px -828px
}
.colorswatch-img-filter-container.charge-green-magnet-grey {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -920px -874px
}
.colorswatch-img-filter-container.charge-green {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) 0 -920px
}
.colorswatch-img-filter-container.charity-pink {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -46px -920px
}
.colorswatch-img-filter-container.chartreuse-dark-grey {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -92px -920px
}
.colorswatch-img-filter-container.chartreuse {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -138px -920px
}
.colorswatch-img-filter-container.checker {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -184px -920px
}
.colorswatch-img-filter-container.cherry-red {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -230px -920px
}
.colorswatch-img-filter-container.chestnut-brown {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -276px -920px
}
.colorswatch-img-filter-container.chestnut {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -322px -920px
}
.colorswatch-img-filter-container.chili-red-black {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -368px -920px
}
.colorswatch-img-filter-container.chili-red-navy {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -414px -920px
}
.colorswatch-img-filter-container.chili-red {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -460px -920px
}
.colorswatch-img-filter-container.chlorophyll {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -506px -920px
}
.colorswatch-img-filter-container.chocolate-brown-stone {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -552px -920px
}
.colorswatch-img-filter-container.chocolate-brown-white {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -598px -920px
}
.colorswatch-img-filter-container.chocolate-brown {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -644px -920px
}
.colorswatch-img-filter-container.chocolate-heather-black {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -690px -920px
}
.colorswatch-img-filter-container.chocolate-heather {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -736px -920px
}
.colorswatch-img-filter-container.chocolate-khaki {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -782px -920px
}
.colorswatch-img-filter-container.chocolate {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -828px -920px
}
.colorswatch-img-filter-container.chocoloate {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -874px -920px
}
.colorswatch-img-filter-container.chrome-black {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -920px -920px
}
.colorswatch-img-filter-container.chrome-new-navy-charcoal {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -966px 0
}
.colorswatch-img-filter-container.chrome {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -966px -46px
}
.colorswatch-img-filter-container.cinder-stone {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -966px -92px
}
.colorswatch-img-filter-container.cinder {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -966px -138px
}
.colorswatch-img-filter-container.cinnamon {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -966px -184px
}
.colorswatch-img-filter-container.citron {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -966px -230px
}
.colorswatch-img-filter-container.city-green {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -966px -276px
}
.colorswatch-img-filter-container.claret-red {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -966px -322px
}
.colorswatch-img-filter-container.classic-brown {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -966px -368px
}
.colorswatch-img-filter-container.classic-green-navy {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -966px -414px
}
.colorswatch-img-filter-container.classic-navy-light-stone {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -966px -460px
}
.colorswatch-img-filter-container.classic-navy-red-white {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -966px -506px
}
.colorswatch-img-filter-container.classic-navy-white {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -966px -552px
}
.colorswatch-img-filter-container.classic-navy {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -966px -598px
}
.colorswatch-img-filter-container.classic-pink {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -966px -644px
}
.colorswatch-img-filter-container.classic-red {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -966px -690px
}
.colorswatch-img-filter-container.clay-green {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -966px -736px
}
.colorswatch-img-filter-container.clay {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -966px -782px
}
.colorswatch-img-filter-container.clean-denim {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -966px -828px
}
.colorswatch-img-filter-container.clear-lime {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -966px -874px
}
.colorswatch-img-filter-container.clear-pink {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -966px -920px
}
.colorswatch-img-filter-container.clear {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) 0 -966px
}
.colorswatch-img-filter-container.clover-green {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -46px -966px
}
.colorswatch-img-filter-container.coal {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -92px -966px
}
.colorswatch-img-filter-container.coast-blue-grey-steel {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -138px -966px
}
.colorswatch-img-filter-container.coast-blue-grey {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -184px -966px
}
.colorswatch-img-filter-container.coast-blue {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -230px -966px
}
.colorswatch-img-filter-container.coastal-blue {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -276px -966px
}
.colorswatch-img-filter-container.cobalt-black {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -322px -966px
}
.colorswatch-img-filter-container.cobalt-blue-black {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -368px -966px
}
.colorswatch-img-filter-container.cobalt-blue {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -414px -966px
}
.colorswatch-img-filter-container.cobalt-heather {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -460px -966px
}
.colorswatch-img-filter-container.cobalt {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -506px -966px
}
.colorswatch-img-filter-container.cobblestone {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -552px -966px
}
.colorswatch-img-filter-container.cocoa {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -598px -966px
}
.colorswatch-img-filter-container.coffee-bean-light-stone {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -644px -966px
}
.colorswatch-img-filter-container.coffee-bean {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -690px -966px
}
.colorswatch-img-filter-container.coffee-cream-cambridge-blue {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -736px -966px
}
.colorswatch-img-filter-container.coffee-cream {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -782px -966px
}
.colorswatch-img-filter-container.coffee {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -828px -966px
}
.colorswatch-img-filter-container.colonial-blue {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -874px -966px
}
.colorswatch-img-filter-container.columbia-blue {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -920px -966px
}
.colorswatch-img-filter-container.concord-purple-grey-steel {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -966px -966px
}
.colorswatch-img-filter-container.cooked-carrot {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -1012px 0
}
.colorswatch-img-filter-container.cool-blue {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -1012px -46px
}
.colorswatch-img-filter-container.cool-grey-anthracite {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -1012px -92px
}
.colorswatch-img-filter-container.cool-grey-chartreuse {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -1012px -138px
}
.colorswatch-img-filter-container.cool-grey-dark-grey {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -1012px -184px
}
.colorswatch-img-filter-container.cool-grey-photo-blue {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -1012px -230px
}
.colorswatch-img-filter-container.cool-grey-vivid-pink {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -1012px -276px
}
.colorswatch-img-filter-container.cool-grey-white {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -1012px -322px
}
.colorswatch-img-filter-container.cool-grey {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -1012px -368px
}
.colorswatch-img-filter-container.coral-reflective {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -1012px -414px
}
.colorswatch-img-filter-container.coral-silk {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -1012px -460px
}
.colorswatch-img-filter-container.coral {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -1012px -506px
}
.colorswatch-img-filter-container.corn-silk {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -1012px -552px
}
.colorswatch-img-filter-container.cornsilk {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -1012px -598px
}
.colorswatch-img-filter-container.court-green {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -1012px -644px
}
.colorswatch-img-filter-container.court-purple {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -1012px -690px
}
.colorswatch-img-filter-container.cowboy-blue {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -1012px -736px
}
.colorswatch-img-filter-container.cowboy-red {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -1012px -782px
}
.colorswatch-img-filter-container.cream {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -1012px -828px
}
.colorswatch-img-filter-container.crimson {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -1012px -874px
}
.colorswatch-img-filter-container.cucumber {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -1012px -920px
}
.colorswatch-img-filter-container.cyan-blue-magnet-grey {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -1012px -966px
}
.colorswatch-img-filter-container.cyber-green-graphite {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) 0 -1012px
}
.colorswatch-img-filter-container.cyber-green {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -46px -1012px
}
.colorswatch-img-filter-container.cyber-pink {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -92px -1012px
}
.colorswatch-img-filter-container.cynderfunk-red {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -138px -1012px
}
.colorswatch-img-filter-container.cypress {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -184px -1012px
}
.colorswatch-img-filter-container.daffodil-yellow {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -230px -1012px
}
.colorswatch-img-filter-container.daisy {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -276px -1012px
}
.colorswatch-img-filter-container.dandelion-charcoal-blue {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -322px -1012px
}
.colorswatch-img-filter-container.dandelion {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -368px -1012px
}
.colorswatch-img-filter-container.dark-adriatic {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -414px -1012px
}
.colorswatch-img-filter-container.dark-blue-stonewashed {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -460px -1012px
}
.colorswatch-img-filter-container.dark-brown {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -506px -1012px
}
.colorswatch-img-filter-container.dark-cactus-green {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -552px -1012px
}
.colorswatch-img-filter-container.dark-cadmium-orange-shadow {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -598px -1012px
}
.colorswatch-img-filter-container.dark-chacoal-black {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -644px -1012px
}
.colorswatch-img-filter-container.dark-charcoal-black {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -690px -1012px
}
.colorswatch-img-filter-container.dark-charcoal-heather {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -736px -1012px
}
.colorswatch-img-filter-container.dark-charcoal-royal {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -782px -1012px
}
.colorswatch-img-filter-container.dark-charcoal-tropical-pink {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -828px -1012px
}
.colorswatch-img-filter-container.dark-charcoal {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -874px -1012px
}
.colorswatch-img-filter-container.dark-chocolate-brown-natural {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -920px -1012px
}
.colorswatch-img-filter-container.dark-chocolate-brown {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -966px -1012px
}
.colorswatch-img-filter-container.dark-chocolate {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -1012px -1012px
}
.colorswatch-img-filter-container.dark-denim {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -1058px 0
}
.colorswatch-img-filter-container.dark-forest-green {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -1058px -46px
}
.colorswatch-img-filter-container.dark-fuchsia-battleship-grey {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -1058px -92px
}
.colorswatch-img-filter-container.dark-fuchsia-black {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -1058px -138px
}
.colorswatch-img-filter-container.dark-fuchsia-grey-frost {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -1058px -184px
}
.colorswatch-img-filter-container.dark-fuchsia-heather {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -1058px -230px
}
.colorswatch-img-filter-container.dark-fuchsia-magnet {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -1058px -276px
}
.colorswatch-img-filter-container.dark-fuchsia {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -1058px -322px
}
.colorswatch-img-filter-container.dark-green-black {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -1058px -368px
}
.colorswatch-img-filter-container.dark-green-navy-white {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -1058px -414px
}
.colorswatch-img-filter-container.dark-green-navy {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -1058px -460px
}
.colorswatch-img-filter-container.dark-green-white {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -1058px -506px
}
.colorswatch-img-filter-container.dark-green {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -1058px -552px
}
.colorswatch-img-filter-container.dark-grey-black-black {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -1058px -598px
}
.colorswatch-img-filter-container.dark-grey-black-shock-blue {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -1058px -644px
}
.colorswatch-img-filter-container.dark-grey-black {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -1058px -690px
}
.colorswatch-img-filter-container.dark-grey-cool-grey-chartreuse {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -1058px -736px
}
.colorswatch-img-filter-container.dark-grey-light-grey {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -1058px -782px
}
.colorswatch-img-filter-container.dark-grey-limelight {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -1058px -828px
}
.colorswatch-img-filter-container.dark-grey-military-blue {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -1058px -874px
}
.colorswatch-img-filter-container.dark-grey-red {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -1058px -920px
}
.colorswatch-img-filter-container.dark-grey-sulfur {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -1058px -966px
}
.colorswatch-img-filter-container.dark-grey-twilight-blue {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -1058px -1012px
}
.colorswatch-img-filter-container.dark-grey-volt {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) 0 -1058px
}
.colorswatch-img-filter-container.dark-grey-white {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -46px -1058px
}
.colorswatch-img-filter-container.dark-grey {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -92px -1058px
}
.colorswatch-img-filter-container.dark-heather-gray {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -138px -1058px
}
.colorswatch-img-filter-container.dark-heather-grey-jet-black {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -184px -1058px
}
.colorswatch-img-filter-container.dark-heather {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -230px -1058px
}
.colorswatch-img-filter-container.dark-khaki {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -276px -1058px
}
.colorswatch-img-filter-container.dark-mocha-beige {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -322px -1058px
}
.colorswatch-img-filter-container.dark-navy-dark-navy {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -368px -1058px
}
.colorswatch-img-filter-container.dark-navy-heather {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -414px -1058px
}
.colorswatch-img-filter-container.dark-navy-light-grey {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -460px -1058px
}
.colorswatch-img-filter-container.dark-navy-red {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -506px -1058px
}
.colorswatch-img-filter-container.dark-navy-smoke-grey {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -552px -1058px
}
.colorswatch-img-filter-container.dark-navy {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -598px -1058px
}
.colorswatch-img-filter-container.dark-olive {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -644px -1058px
}
.colorswatch-img-filter-container.dark-purple {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -690px -1058px
}
.colorswatch-img-filter-container.dark-slate-black {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -736px -1058px
}
.colorswatch-img-filter-container.dark-slate {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -782px -1058px
}
.colorswatch-img-filter-container.dark-smoke-grey-black {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -828px -1058px
}
.colorswatch-img-filter-container.dark-smoke-grey-dark-smoke-grey {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -874px -1058px
}
.colorswatch-img-filter-container.dark-smoke-grey-forest-green {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -920px -1058px
}
.colorswatch-img-filter-container.dark-smoke-grey-lime-shock {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -966px -1058px
}
.colorswatch-img-filter-container.dark-smoke-grey-maroon {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -1012px -1058px
}
.colorswatch-img-filter-container.dark-smoke-grey-navy {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -1058px -1058px
}
.colorswatch-img-filter-container.dark-smoke-grey-purple {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -1104px 0
}
.colorswatch-img-filter-container.dark-smoke-grey-white {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -1104px -46px
}
.colorswatch-img-filter-container.dark-smoke-grey {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -1104px -92px
}
.colorswatch-img-filter-container.dark-spring-green {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -1104px -138px
}
.colorswatch-img-filter-container.dark-steel-blue-aqua-splash {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -1104px -184px
}
.colorswatch-img-filter-container.dark-steel-blue-black {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -1104px -230px
}
.colorswatch-img-filter-container.dark-steel-blue {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -1104px -276px
}
.colorswatch-img-filter-container.dark-steel-grey-anthracite {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -1104px -322px
}
.colorswatch-img-filter-container.dark-teal {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -1104px -368px
}
.colorswatch-img-filter-container.dashing-red {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -1104px -414px
}
.colorswatch-img-filter-container.dawn-blue {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -1104px -460px
}
.colorswatch-img-filter-container.deep-aqua-dark-charcoal {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -1104px -506px
}
.colorswatch-img-filter-container.deep-berry {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -1104px -552px
}
.colorswatch-img-filter-container.deep-black-charcoal-heather {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -1104px -598px
}
.colorswatch-img-filter-container.deep-black-grey-steel {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -1104px -644px
}
.colorswatch-img-filter-container.deep-black-rich-red {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -1104px -690px
}
.colorswatch-img-filter-container.deep-black-true-royal {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -1104px -736px
}
.colorswatch-img-filter-container.deep-black {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -1104px -782px
}
.colorswatch-img-filter-container.deep-blue {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -1104px -828px
}
.colorswatch-img-filter-container.deep-charcoal {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -1104px -874px
}
.colorswatch-img-filter-container.deep-coral {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -1104px -920px
}
.colorswatch-img-filter-container.deep-forest-green {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -1104px -966px
}
.colorswatch-img-filter-container.deep-forest {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -1104px -1012px
}
.colorswatch-img-filter-container.deep-heather {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -1104px -1058px
}
.colorswatch-img-filter-container.deep-jade-green {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) 0 -1104px
}
.colorswatch-img-filter-container.deep-magenta {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -46px -1104px
}
.colorswatch-img-filter-container.deep-mango-white {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -92px -1104px
}
.colorswatch-img-filter-container.deep-marine {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -138px -1104px
}
.colorswatch-img-filter-container.deep-navy-deep-navy {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -184px -1104px
}
.colorswatch-img-filter-container.deep-navy-gold {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -230px -1104px
}
.colorswatch-img-filter-container.deep-navy-graphite-white {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -276px -1104px
}
.colorswatch-img-filter-container.deep-navy-grey-white {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -322px -1104px
}
.colorswatch-img-filter-container.deep-navy-shadow-heather {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -368px -1104px
}
.colorswatch-img-filter-container.deep-navy-white {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -414px -1104px
}
.colorswatch-img-filter-container.deep-navy {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -460px -1104px
}
.colorswatch-img-filter-container.deep-orange-black-white {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -506px -1104px
}
.colorswatch-img-filter-container.deep-orange-black {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -552px -1104px
}
.colorswatch-img-filter-container.deep-orange-heather {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -598px -1104px
}
.colorswatch-img-filter-container.deep-orange-white {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -644px -1104px
}
.colorswatch-img-filter-container.deep-orange {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -690px -1104px
}
.colorswatch-img-filter-container.deep-purple {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -736px -1104px
}
.colorswatch-img-filter-container.deep-red-black {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -782px -1104px
}
.colorswatch-img-filter-container.deep-red-electric-deep-red {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -828px -1104px
}
.colorswatch-img-filter-container.deep-red-electric {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -874px -1104px
}
.colorswatch-img-filter-container.deep-red-silver {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -920px -1104px
}
.colorswatch-img-filter-container.deep-red-white {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -966px -1104px
}
.colorswatch-img-filter-container.deep-red {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -1012px -1104px
}
.colorswatch-img-filter-container.deep-royal-apple-green {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -1058px -1104px
}
.colorswatch-img-filter-container.deep-royal-black {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -1104px -1104px
}
.colorswatch-img-filter-container.deep-royal-blue-black {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -1150px 0
}
.colorswatch-img-filter-container.deep-royal-blue {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -1150px -46px
}
.colorswatch-img-filter-container.deep-royal-heather-nickel {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -1150px -92px
}
.colorswatch-img-filter-container.deep-royal-light-heather-grey {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -1150px -138px
}
.colorswatch-img-filter-container.deep-royal-white {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -1150px -184px
}
.colorswatch-img-filter-container.deep-royal {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -1150px -230px
}
.colorswatch-img-filter-container.deep-sea-blue-dark-adriatic {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -1150px -276px
}
.colorswatch-img-filter-container.deep-sea-blue {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -1150px -322px
}
.colorswatch-img-filter-container.deep-smoke-battleship-grey {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -1150px -368px
}
.colorswatch-img-filter-container.deep-smoke-black {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -1150px -414px
}
.colorswatch-img-filter-container.deep-smoke-bright-lime {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -1150px -460px
}
.colorswatch-img-filter-container.deep-smoke-royal {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -1150px -506px
}
.colorswatch-img-filter-container.deep-smoke {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -1150px -552px
}
.colorswatch-img-filter-container.deep-teal-blue {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -1150px -598px
}
.colorswatch-img-filter-container.deep-turquoise-felt-grey {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -1150px -644px
}
.colorswatch-img-filter-container.deep-turquoise {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -1150px -690px
}
.colorswatch-img-filter-container.denali-blue {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -1150px -736px
}
.colorswatch-img-filter-container.denim-blue {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -1150px -782px
}
.colorswatch-img-filter-container.denim-white {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -1150px -828px
}
.colorswatch-img-filter-container.denim {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -1150px -874px
}
.colorswatch-img-filter-container.desert-camo {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -1150px -920px
}
.colorswatch-img-filter-container.desert-sand {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -1150px -966px
}
.colorswatch-img-filter-container.desert-tan {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -1150px -1012px
}
.colorswatch-img-filter-container.diesel-grey-acid {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -1150px -1058px
}
.colorswatch-img-filter-container.diesel-grey-black {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -1150px -1104px
}
.colorswatch-img-filter-container.diesel-grey-blacktop {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) 0 -1150px
}
.colorswatch-img-filter-container.diesel-grey-electric-blue {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -46px -1150px
}
.colorswatch-img-filter-container.diesel-grey-nitro-yellow {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -92px -1150px
}
.colorswatch-img-filter-container.diesel-grey-orange {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -138px -1150px
}
.colorswatch-img-filter-container.diesel-grey-signal-red {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -184px -1150px
}
.colorswatch-img-filter-container.diesel-grey {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -230px -1150px
}
.colorswatch-img-filter-container.digital-black-grey {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -276px -1150px
}
.colorswatch-img-filter-container.digital-lime-green {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -322px -1150px
}
.colorswatch-img-filter-container.dijon {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -368px -1150px
}
.colorswatch-img-filter-container.dill-green {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -414px -1150px
}
.colorswatch-img-filter-container.dill {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -460px -1150px
}
.colorswatch-img-filter-container.direct-blue {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -506px -1150px
}
.colorswatch-img-filter-container.dirty-heather {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -552px -1150px
}
.colorswatch-img-filter-container.disco {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -598px -1150px
}
.colorswatch-img-filter-container.dove-grey {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -644px -1150px
}
.colorswatch-img-filter-container.dragonfruit-pink {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -690px -1150px
}
.colorswatch-img-filter-container.dress-blue-navy-battleship-grey {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -736px -1150px
}
.colorswatch-img-filter-container.dress-blue-navy-grey-steel {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -782px -1150px
}
.colorswatch-img-filter-container.dress-blue-navy-iron-grey {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -828px -1150px
}
.colorswatch-img-filter-container.dress-blue-navy-white {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -874px -1150px
}
.colorswatch-img-filter-container.dress-blue-navy {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -920px -1150px
}
.colorswatch-img-filter-container.dress-shirt-blue-white {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -966px -1150px
}
.colorswatch-img-filter-container.dress-shirt-blue {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -1012px -1150px
}
.colorswatch-img-filter-container.driftwood-stone {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -1058px -1150px
}
.colorswatch-img-filter-container.driftwood {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -1104px -1150px
}
.colorswatch-img-filter-container.duck-brown-brown {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -1150px -1150px
}
.colorswatch-img-filter-container.duck-brown {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -1196px 0
}
.colorswatch-img-filter-container.dusty-brown {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -1196px -46px
}
.colorswatch-img-filter-container.dusty-orange {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -1196px -92px
}
.colorswatch-img-filter-container.dusty-plum {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -1196px -138px
}
.colorswatch-img-filter-container.dusty-purple {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -1196px -184px
}
.colorswatch-img-filter-container.dusty-rose {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -1196px -230px
}
.colorswatch-img-filter-container.eco-black-eco-true-black-eco-grey {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -1196px -276px
}
.colorswatch-img-filter-container.eco-black-eco-true-black {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -1196px -322px
}
.colorswatch-img-filter-container.eco-black {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -1196px -368px
}
.colorswatch-img-filter-container.eco-grey-camo {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -1196px -414px
}
.colorswatch-img-filter-container.eco-grey-camo-rib {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -1196px -460px
}
.colorswatch-img-filter-container.eco-grey-eco-black-eco-ivory {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -1196px -506px
}
.colorswatch-img-filter-container.eco-grey-eco-black {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -1196px -552px
}
.colorswatch-img-filter-container.eco-grey-eco-true-black {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -1196px -598px
}
.colorswatch-img-filter-container.eco-grey-eco-true-green {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -1196px -644px
}
.colorswatch-img-filter-container.eco-grey-eco-true-navy {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -1196px -690px
}
.colorswatch-img-filter-container.eco-grey-eco-true-red {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -1196px -736px
}
.colorswatch-img-filter-container.eco-grey-stars {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -1196px -782px
}
.colorswatch-img-filter-container.eco-grey {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -1196px -828px
}
.colorswatch-img-filter-container.eco-ivory-eco-true-black {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -1196px -874px
}
.colorswatch-img-filter-container.eco-ivory {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -1196px -920px
}
.colorswatch-img-filter-container.eco-navy {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -1196px -966px
}
.colorswatch-img-filter-container.eco-oatmeal-eco-black {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -1196px -1012px
}
.colorswatch-img-filter-container.eco-pacific-blue {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -1196px -1058px
}
.colorswatch-img-filter-container.eco-red {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -1196px -1104px
}
.colorswatch-img-filter-container.eco-true-black-eco-ivory {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -1196px -1150px
}
.colorswatch-img-filter-container.eco-true-black {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) 0 -1196px
}
.colorswatch-img-filter-container.eco-true-green {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -46px -1196px
}
.colorswatch-img-filter-container.eco-true-huckleberry {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -92px -1196px
}
.colorswatch-img-filter-container.eco-true-navy-eco-grey {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -138px -1196px
}
.colorswatch-img-filter-container.eco-true-navy-eco-ivory-eco-true-red {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -184px -1196px
}
.colorswatch-img-filter-container.eco-true-navy {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -230px -1196px
}
.colorswatch-img-filter-container.eco-true-pacific-blue {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -276px -1196px
}
.colorswatch-img-filter-container.eco-true-red {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -322px -1196px
}
.colorswatch-img-filter-container.eco-wheat {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -368px -1196px
}
.colorswatch-img-filter-container.eggplant-dip-dye {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -414px -1196px
}
.colorswatch-img-filter-container.eggplant-heather {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -460px -1196px
}
.colorswatch-img-filter-container.eggplant-light-stone {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -506px -1196px
}
.colorswatch-img-filter-container.eggplant {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -552px -1196px
}
.colorswatch-img-filter-container.electric-blue-black {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -598px -1196px
}
.colorswatch-img-filter-container.electric-blue-blacktop {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -644px -1196px
}
.colorswatch-img-filter-container.electric-blue-heather {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -690px -1196px
}
.colorswatch-img-filter-container.electric-blue-herringbone {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -736px -1196px
}
.colorswatch-img-filter-container.electric-blue {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -782px -1196px
}
.colorswatch-img-filter-container.electric-green {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -828px -1196px
}
.colorswatch-img-filter-container.electric-purple {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -874px -1196px
}
.colorswatch-img-filter-container.elephant-grey {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -920px -1196px
}
.colorswatch-img-filter-container.emerald-green {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -966px -1196px
}
.colorswatch-img-filter-container.engine-red-black {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -1012px -1196px
}
.colorswatch-img-filter-container.engine-red-felt-charcoal {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -1058px -1196px
}
.colorswatch-img-filter-container.engine-red-felt-grey {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -1104px -1196px
}
.colorswatch-img-filter-container.engine-red-paisley {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -1150px -1196px
}
.colorswatch-img-filter-container.engine-red-white {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -1196px -1196px
}
.colorswatch-img-filter-container.engine-red {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -1242px 0
}
.colorswatch-img-filter-container.ensign-blue-white {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -1242px -46px
}
.colorswatch-img-filter-container.enzyme-blue {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -1242px -92px
}
.colorswatch-img-filter-container.espresso-brown {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -1242px -138px
}
.colorswatch-img-filter-container.espresso-foliage-green {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -1242px -184px
}
.colorswatch-img-filter-container.espresso {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -1242px -230px
}
.colorswatch-img-filter-container.estate-blue-heather-charcoal-heather {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -1242px -276px
}
.colorswatch-img-filter-container.estate-blue {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -1242px -322px
}
.colorswatch-img-filter-container.evergreen-grey-steel {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -1242px -368px
}
.colorswatch-img-filter-container.evergreen {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -1242px -414px
}
.colorswatch-img-filter-container.expedition-blue-black {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -1242px -460px
}
.colorswatch-img-filter-container.faded-blue {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -1242px -506px
}
.colorswatch-img-filter-container.faded-denim {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -1242px -552px
}
.colorswatch-img-filter-container.faded-olive {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -1242px -598px
}
.colorswatch-img-filter-container.fair-blue {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -1242px -644px
}
.colorswatch-img-filter-container.fatigue-green {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -1242px -690px
}
.colorswatch-img-filter-container.felt-charcoal-felt-grey {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -1242px -736px
}
.colorswatch-img-filter-container.felt-charcoal {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -1242px -782px
}
.colorswatch-img-filter-container.felt-grey {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -1242px -828px
}
.colorswatch-img-filter-container.fern-green {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -1242px -874px
}
.colorswatch-img-filter-container.fiery-red {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -1242px -920px
}
.colorswatch-img-filter-container.fire {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -1242px -966px
}
.colorswatch-img-filter-container.fireberry-sport-fuchsia {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -1242px -1012px
}
.colorswatch-img-filter-container.fireberry {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -1242px -1058px
}
.colorswatch-img-filter-container.fireside-brown {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -1242px -1104px
}
.colorswatch-img-filter-container.flame-red-black {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -1242px -1150px
}
.colorswatch-img-filter-container.flame-red-white {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -1242px -1196px
}
.colorswatch-img-filter-container.flame-red {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) 0 -1242px
}
.colorswatch-img-filter-container.flame {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -46px -1242px
}
.colorswatch-img-filter-container.flamingo {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -92px -1242px
}
.colorswatch-img-filter-container.flare-orange-white-magnet-grey {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -138px -1242px
}
.colorswatch-img-filter-container.flare-orange {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -184px -1242px
}
.colorswatch-img-filter-container.flash-green {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -230px -1242px
}
.colorswatch-img-filter-container.flax {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -276px -1242px
}
.colorswatch-img-filter-container.flint-grey {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -322px -1242px
}
.colorswatch-img-filter-container.flush-pink-black {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -368px -1242px
}
.colorswatch-img-filter-container.flush-pink-blacktop {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -414px -1242px
}
.colorswatch-img-filter-container.flush-pink {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -460px -1242px
}
.colorswatch-img-filter-container.forest-green-battleship-grey {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -506px -1242px
}
.colorswatch-img-filter-container.forest-green-black-white {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -552px -1242px
}
.colorswatch-img-filter-container.forest-green-black {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -598px -1242px
}
.colorswatch-img-filter-container.forest-green-charcoal-heather {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -644px -1242px
}
.colorswatch-img-filter-container.forest-green-electric {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -690px -1242px
}
.colorswatch-img-filter-container.forest-green-gold-white {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -736px -1242px
}
.colorswatch-img-filter-container.forest-green-gold {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -782px -1242px
}
.colorswatch-img-filter-container.forest-green-graphite-white {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -828px -1242px
}
.colorswatch-img-filter-container.forest-green-graphite {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -874px -1242px
}
.colorswatch-img-filter-container.forest-green-grey {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -920px -1242px
}
.colorswatch-img-filter-container.forest-green-heather {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -966px -1242px
}
.colorswatch-img-filter-container.forest-green-iron-grey {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -1012px -1242px
}
.colorswatch-img-filter-container.forest-green-vintage-heather {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -1058px -1242px
}
.colorswatch-img-filter-container.forest-green-white-black {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -1104px -1242px
}
.colorswatch-img-filter-container.forest-green-white {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -1150px -1242px
}
.colorswatch-img-filter-container.forest-green {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -1196px -1242px
}
.colorswatch-img-filter-container.forest {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -1242px -1242px
}
.colorswatch-img-filter-container.fracture {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -1288px 0
}
.colorswatch-img-filter-container.french-blue {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -1288px -46px
}
.colorswatch-img-filter-container.fresh-aqua {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -1288px -92px
}
.colorswatch-img-filter-container.fresh-fatigue {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -1288px -138px
}
.colorswatch-img-filter-container.frost-grey-black {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -1288px -184px
}
.colorswatch-img-filter-container.frost-grey-magnet {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -1288px -230px
}
.colorswatch-img-filter-container.frost-grey {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -1288px -276px
}
.colorswatch-img-filter-container.fruit-punch {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -1288px -322px
}
.colorswatch-img-filter-container.fuchsia-frost-grey-frost {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -1288px -368px
}
.colorswatch-img-filter-container.fuchsia-frost {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -1288px -414px
}
.colorswatch-img-filter-container.fuel-green {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -1288px -460px
}
.colorswatch-img-filter-container.fusion-pink-black {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -1288px -506px
}
.colorswatch-img-filter-container.fusion-pink {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -1288px -552px
}
.colorswatch-img-filter-container.galapagos-blue {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -1288px -598px
}
.colorswatch-img-filter-container.game-royal-white-black {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -1288px -644px
}
.colorswatch-img-filter-container.game-royal-white {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -1288px -690px
}
.colorswatch-img-filter-container.game-royal {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -1288px -736px
}
.colorswatch-img-filter-container.garden-green-grey-steel {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -1288px -782px
}
.colorswatch-img-filter-container.garnet-battleship-grey {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -1288px -828px
}
.colorswatch-img-filter-container.garnet-red {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -1288px -874px
}
.colorswatch-img-filter-container.garnet {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -1288px -920px
}
.colorswatch-img-filter-container.gear-grey-black {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -1288px -966px
}
.colorswatch-img-filter-container.gear-grey {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -1288px -1012px
}
.colorswatch-img-filter-container.glacier-blue {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -1288px -1058px
}
.colorswatch-img-filter-container.glacier {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -1288px -1104px
}
.colorswatch-img-filter-container.gold-black {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -1288px -1150px
}
.colorswatch-img-filter-container.gold-fish {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -1288px -1196px
}
.colorswatch-img-filter-container.gold-grey {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -1288px -1242px
}
.colorswatch-img-filter-container.gold-navy {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) 0 -1288px
}
.colorswatch-img-filter-container.gold-royal {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -46px -1288px
}
.colorswatch-img-filter-container.gold-true-navy-white {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -92px -1288px
}
.colorswatch-img-filter-container.gold-white {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -138px -1288px
}
.colorswatch-img-filter-container.gold {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -184px -1288px
}
.colorswatch-img-filter-container.goldenrod-yellow {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -230px -1288px
}
.colorswatch-img-filter-container.grape-harvest {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -276px -1288px
}
.colorswatch-img-filter-container.grape-heather {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -322px -1288px
}
.colorswatch-img-filter-container.grape {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -368px -1288px
}
.colorswatch-img-filter-container.graphite-black-silver {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -414px -1288px
}
.colorswatch-img-filter-container.graphite-black {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -460px -1288px
}
.colorswatch-img-filter-container.graphite-cyber-green {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -506px -1288px
}
.colorswatch-img-filter-container.graphite-dark-green {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -552px -1288px
}
.colorswatch-img-filter-container.graphite-deep-navy {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -598px -1288px
}
.colorswatch-img-filter-container.graphite-grey-black {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -644px -1288px
}
.colorswatch-img-filter-container.graphite-grey-forest-green-white {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -690px -1288px
}
.colorswatch-img-filter-container.graphite-grey-maroon-white {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -736px -1288px
}
.colorswatch-img-filter-container.graphite-grey-purple-white {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -782px -1288px
}
.colorswatch-img-filter-container.graphite-grey-true-navy-white {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -828px -1288px
}
.colorswatch-img-filter-container.graphite-grey-true-red-white {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -874px -1288px
}
.colorswatch-img-filter-container.graphite-grey-true-royal-white {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -920px -1288px
}
.colorswatch-img-filter-container.graphite-grey-vintage-heather {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -966px -1288px
}
.colorswatch-img-filter-container.graphite-grey-white {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -1012px -1288px
}
.colorswatch-img-filter-container.graphite-grey {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -1058px -1288px
}
.colorswatch-img-filter-container.graphite-heather-black {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -1104px -1288px
}
.colorswatch-img-filter-container.graphite-heather-dark-green {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -1150px -1288px
}
.colorswatch-img-filter-container.graphite-heather-deep-navy {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -1196px -1288px
}
.colorswatch-img-filter-container.graphite-heather-forest-green {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -1242px -1288px
}
.colorswatch-img-filter-container.graphite-heather-maroon {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -1288px -1288px
}
.colorswatch-img-filter-container.graphite-heather-purple {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -1334px 0
}
.colorswatch-img-filter-container.graphite-heather-royal {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -1334px -46px
}
.colorswatch-img-filter-container.graphite-heather-true-navy {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -1334px -92px
}
.colorswatch-img-filter-container.graphite-heather-true-red {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -1334px -138px
}
.colorswatch-img-filter-container.graphite-heather-true-royal {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -1334px -184px
}
.colorswatch-img-filter-container.graphite-heather-vintage-heather {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -1334px -230px
}
.colorswatch-img-filter-container.graphite-heather {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -1334px -276px
}
.colorswatch-img-filter-container.graphite-orange {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -1334px -322px
}
.colorswatch-img-filter-container.graphite-purple {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -1334px -368px
}
.colorswatch-img-filter-container.graphite-red-white {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -1334px -414px
}
.colorswatch-img-filter-container.graphite-red {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -1334px -460px
}
.colorswatch-img-filter-container.graphite-royal-white {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -1334px -506px
}
.colorswatch-img-filter-container.graphite-royal {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -1334px -552px
}
.colorswatch-img-filter-container.graphite-scarlet {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -1334px -598px
}
.colorswatch-img-filter-container.graphite-shadow-heather {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -1334px -644px
}
.colorswatch-img-filter-container.graphite-stone {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -1334px -690px
}
.colorswatch-img-filter-container.graphite-true-navy-white {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -1334px -736px
}
.colorswatch-img-filter-container.graphite-vice-blue {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -1334px -782px
}
.colorswatch-img-filter-container.graphite-white {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -1334px -828px
}
.colorswatch-img-filter-container.graphite {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -1334px -874px
}
.colorswatch-img-filter-container.gravel {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -1334px -920px
}
.colorswatch-img-filter-container.gray-black {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -1334px -966px
}
.colorswatch-img-filter-container.gray-red {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -1334px -1012px
}
.colorswatch-img-filter-container.gray {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -1334px -1058px
}
.colorswatch-img-filter-container.green-apple {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -1334px -1104px
}
.colorswatch-img-filter-container.green-aqua {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -1334px -1150px
}
.colorswatch-img-filter-container.green-camo {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -1334px -1196px
}
.colorswatch-img-filter-container.green-camo-green {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -1334px -1242px
}
.colorswatch-img-filter-container.green-energy {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -1334px -1288px
}
.colorswatch-img-filter-container.green-frost {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) 0 -1334px
}
.colorswatch-img-filter-container.green-glen {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -46px -1334px
}
.colorswatch-img-filter-container.green-grass-magnet-grey {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -92px -1334px
}
.colorswatch-img-filter-container.green-gravel {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -138px -1334px
}
.colorswatch-img-filter-container.green-heather {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -184px -1334px
}
.colorswatch-img-filter-container.green-mist {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -230px -1334px
}
.colorswatch-img-filter-container.green-navy {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -276px -1334px
}
.colorswatch-img-filter-container.green-oasis {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -322px -1334px
}
.colorswatch-img-filter-container.green-red-white {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -368px -1334px
}
.colorswatch-img-filter-container.green-shift {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -414px -1334px
}
.colorswatch-img-filter-container.green {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -460px -1334px
}
.colorswatch-img-filter-container.grey-black-electric-black {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -506px -1334px
}
.colorswatch-img-filter-container.grey-black-electric {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -552px -1334px
}
.colorswatch-img-filter-container.grey-black-stone {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -598px -1334px
}
.colorswatch-img-filter-container.grey-blue {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -644px -1334px
}
.colorswatch-img-filter-container.grey-camo {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -690px -1334px
}
.colorswatch-img-filter-container.grey-camo-grey {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -736px -1334px
}
.colorswatch-img-filter-container.grey-charcoal {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -782px -1334px
}
.colorswatch-img-filter-container.grey-concrete {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -828px -1334px
}
.colorswatch-img-filter-container.grey-deep-royal {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -874px -1334px
}
.colorswatch-img-filter-container.grey-frost-white {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -920px -1334px
}
.colorswatch-img-filter-container.grey-frost {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -966px -1334px
}
.colorswatch-img-filter-container.grey-graphite {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -1012px -1334px
}
.colorswatch-img-filter-container.grey-heather-black {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -1058px -1334px
}
.colorswatch-img-filter-container.grey-heather-forest-green {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -1104px -1334px
}
.colorswatch-img-filter-container.grey-heather-grey {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -1150px -1334px
}
.colorswatch-img-filter-container.grey-heather-true-navy {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -1196px -1334px
}
.colorswatch-img-filter-container.grey-heather-true-red {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -1242px -1334px
}
.colorswatch-img-filter-container.grey-heather-true-royal {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -1288px -1334px
}
.colorswatch-img-filter-container.grey-heather {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -1334px -1334px
}
.colorswatch-img-filter-container.grey-lime {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -1380px 0
}
.colorswatch-img-filter-container.grey-smoke {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -1380px -46px
}
.colorswatch-img-filter-container.grey-steel-black {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -1380px -92px
}
.colorswatch-img-filter-container.grey-steel-deep-black {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -1380px -138px
}
.colorswatch-img-filter-container.grey-steel-graphite {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -1380px -184px
}
.colorswatch-img-filter-container.grey-steel-neon-orange {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -1380px -230px
}
.colorswatch-img-filter-container.grey-steel-neon-pink {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -1380px -276px
}
.colorswatch-img-filter-container.grey-steel-neon-yellow {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -1380px -322px
}
.colorswatch-img-filter-container.grey-steel-pink-azalea {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -1380px -368px
}
.colorswatch-img-filter-container.grey-steel-rogue-grey {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -1380px -414px
}
.colorswatch-img-filter-container.grey-steel-true-black {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -1380px -460px
}
.colorswatch-img-filter-container.grey-steel-white {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -1380px -506px
}
.colorswatch-img-filter-container.grey-steel {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -1380px -552px
}
.colorswatch-img-filter-container.grey-stripe {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -1380px -598px
}
.colorswatch-img-filter-container.grey-white {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -1380px -644px
}
.colorswatch-img-filter-container.gridiron-green {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -1380px -690px
}
.colorswatch-img-filter-container.guacamole {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -1380px -736px
}
.colorswatch-img-filter-container.gulf-teal {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -1380px -782px
}
.colorswatch-img-filter-container.gusty-grey {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -1380px -828px
}
.colorswatch-img-filter-container.gym-blue-black {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -1380px -874px
}
.colorswatch-img-filter-container.gym-blue-dark-grey {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -1380px -920px
}
.colorswatch-img-filter-container.gym-blue {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -1380px -966px
}
.colorswatch-img-filter-container.gym-red-black {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -1380px -1012px
}
.colorswatch-img-filter-container.gym-red {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -1380px -1058px
}
.colorswatch-img-filter-container.harbor-blue {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -1380px -1104px
}
.colorswatch-img-filter-container.harbor-grey-silver {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -1380px -1150px
}
.colorswatch-img-filter-container.hearth-grey {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -1380px -1196px
}
.colorswatch-img-filter-container.heather-athletic-maroon {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -1380px -1242px
}
.colorswatch-img-filter-container.heather-aubergine {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -1380px -1288px
}
.colorswatch-img-filter-container.heather-black {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -1380px -1334px
}
.colorswatch-img-filter-container.heather-blue-heather-grey {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) 0 -1380px
}
.colorswatch-img-filter-container.heather-blue-neon-yellow {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -46px -1380px
}
.colorswatch-img-filter-container.heather-blue {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -92px -1380px
}
.colorswatch-img-filter-container.heather-bright-turquoise {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -138px -1380px
}
.colorswatch-img-filter-container.heather-brown {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -184px -1380px
}
.colorswatch-img-filter-container.heather-burgundy {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -230px -1380px
}
.colorswatch-img-filter-container.heather-cardinal {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -276px -1380px
}
.colorswatch-img-filter-container.heather-charcoal-black-silver {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -322px -1380px
}
.colorswatch-img-filter-container.heather-charcoal-black {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -368px -1380px
}
.colorswatch-img-filter-container.heather-charcoal-white {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -414px -1380px
}
.colorswatch-img-filter-container.heather-charcoal {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -460px -1380px
}
.colorswatch-img-filter-container.heather-dark-chocolate-brown {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -506px -1380px
}
.colorswatch-img-filter-container.heather-dark-fuchsia-heather-charcoal-black {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -552px -1380px
}
.colorswatch-img-filter-container.heather-dark-grey-dark-grey {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -598px -1380px
}
.colorswatch-img-filter-container.heather-dark-grey {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -644px -1380px
}
.colorswatch-img-filter-container.heather-dark-navy-heather-nickel {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -690px -1380px
}
.colorswatch-img-filter-container.heather-dark-navy-white {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -736px -1380px
}
.colorswatch-img-filter-container.heather-deep-red-heather-nickel {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -782px -1380px
}
.colorswatch-img-filter-container.heather-deep-red-white {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -828px -1380px
}
.colorswatch-img-filter-container.heather-deep-royal-heather-charcoal {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -874px -1380px
}
.colorswatch-img-filter-container.heather-deep-royal {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -920px -1380px
}
.colorswatch-img-filter-container.heather-eggplant {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -966px -1380px
}
.colorswatch-img-filter-container.heather-forest-green-heather-nickel {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -1012px -1380px
}
.colorswatch-img-filter-container.heather-galapagos-blue {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -1058px -1380px
}
.colorswatch-img-filter-container.heather-gray {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -1104px -1380px
}
.colorswatch-img-filter-container.heather-green-heather-grey {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -1150px -1380px
}
.colorswatch-img-filter-container.heather-green-neon-yellow {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -1196px -1380px
}
.colorswatch-img-filter-container.heather-green {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -1242px -1380px
}
.colorswatch-img-filter-container.heather-grey-black {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -1288px -1380px
}
.colorswatch-img-filter-container.heather-grey-heather-charcoal {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -1334px -1380px
}
.colorswatch-img-filter-container.heather-grey-heather-dark-grey {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -1380px -1380px
}
.colorswatch-img-filter-container.heather-grey-heather-red {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -1426px 0
}
.colorswatch-img-filter-container.heather-grey-navy {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -1426px -46px
}
.colorswatch-img-filter-container.heather-grey-red {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -1426px -92px
}
.colorswatch-img-filter-container.heather-grey-royal {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -1426px -138px
}
.colorswatch-img-filter-container.heather-grey {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -1426px -184px
}
.colorswatch-img-filter-container.heather-indigo {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -1426px -230px
}
.colorswatch-img-filter-container.heather-irish-green {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -1426px -276px
}
.colorswatch-img-filter-container.heather-kelly-green {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -1426px -322px
}
.colorswatch-img-filter-container.heather-latte {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -1426px -368px
}
.colorswatch-img-filter-container.heather-military-green {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -1426px -414px
}
.colorswatch-img-filter-container.heather-navy-navy {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -1426px -460px
}
.colorswatch-img-filter-container.heather-navy-new-navy {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -1426px -506px
}
.colorswatch-img-filter-container.heather-navy-white {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -1426px -552px
}
.colorswatch-img-filter-container.heather-navy {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -1426px -598px
}
.colorswatch-img-filter-container.heather-nickel-black {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -1426px -644px
}
.colorswatch-img-filter-container.heather-nickel-white {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -1426px -690px
}
.colorswatch-img-filter-container.heather-nickel {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -1426px -736px
}
.colorswatch-img-filter-container.heather-orange {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -1426px -782px
}
.colorswatch-img-filter-container.heather-pink-azalea {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -1426px -828px
}
.colorswatch-img-filter-container.heather-pink-raspberry {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -1426px -874px
}
.colorswatch-img-filter-container.heather-purple-neon-yellow {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -1426px -920px
}
.colorswatch-img-filter-container.heather-purple {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -1426px -966px
}
.colorswatch-img-filter-container.heather-red-classic-red {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -1426px -1012px
}
.colorswatch-img-filter-container.heather-red-heather-charcoal {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -1426px -1058px
}
.colorswatch-img-filter-container.heather-red-white {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -1426px -1104px
}
.colorswatch-img-filter-container.heather-red {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -1426px -1150px
}
.colorswatch-img-filter-container.heather-royal-navy {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -1426px -1196px
}
.colorswatch-img-filter-container.heather-royal {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -1426px -1242px
}
.colorswatch-img-filter-container.heather-sangria {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -1426px -1288px
}
.colorswatch-img-filter-container.heather-sapphire {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -1426px -1334px
}
.colorswatch-img-filter-container.heather-steel-black {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -1426px -1380px
}
.colorswatch-img-filter-container.heather-steel {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) 0 -1426px
}
.colorswatch-img-filter-container.heather-sterling-blue {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -46px -1426px
}
.colorswatch-img-filter-container.heather-teal {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -92px -1426px
}
.colorswatch-img-filter-container.heather-true-royal-heather-charcoal {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -138px -1426px
}
.colorswatch-img-filter-container.heather-watermelon-heather-charcoal {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -184px -1426px
}
.colorswatch-img-filter-container.heather-watermelon {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -230px -1426px
}
.colorswatch-img-filter-container.heliconia {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -276px -1426px
}
.colorswatch-img-filter-container.heritage-blue-royal {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -322px -1426px
}
.colorswatch-img-filter-container.heritage-blue {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -368px -1426px
}
.colorswatch-img-filter-container.hi-vis-lime-black {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -414px -1426px
}
.colorswatch-img-filter-container.hi-vis-lime-navy {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -460px -1426px
}
.colorswatch-img-filter-container.hi-vis-lime {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -506px -1426px
}
.colorswatch-img-filter-container.hi-vis-orange-black {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -552px -1426px
}
.colorswatch-img-filter-container.hi-vis-orange-navy {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -598px -1426px
}
.colorswatch-img-filter-container.hi-vis-orange {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -644px -1426px
}
.colorswatch-img-filter-container.hi-vis-pink {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -690px -1426px
}
.colorswatch-img-filter-container.hi-vis-yellow-black {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -736px -1426px
}
.colorswatch-img-filter-container.hi-vis-yellow-dark-green {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -782px -1426px
}
.colorswatch-img-filter-container.hi-vis-yellow-grey {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -828px -1426px
}
.colorswatch-img-filter-container.hi-vis-yellow-navy {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -874px -1426px
}
.colorswatch-img-filter-container.hi-vis-yellow-royal-blue {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -920px -1426px
}
.colorswatch-img-filter-container.hi-vis-yellow {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -966px -1426px
}
.colorswatch-img-filter-container.hi-vis {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -1012px -1426px
}
.colorswatch-img-filter-container.hibiscus-pink {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -1058px -1426px
}
.colorswatch-img-filter-container.hibiscus {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -1104px -1426px
}
.colorswatch-img-filter-container.honey {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -1150px -1426px
}
.colorswatch-img-filter-container.honeydew {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -1196px -1426px
}
.colorswatch-img-filter-container.honeysuckle {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -1242px -1426px
}
.colorswatch-img-filter-container.hot-coral-dark-smoke-grey {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -1288px -1426px
}
.colorswatch-img-filter-container.hot-coral-grey-steel {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -1334px -1426px
}
.colorswatch-img-filter-container.hot-coral {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -1380px -1426px
}
.colorswatch-img-filter-container.hot-orange-black {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -1426px -1426px
}
.colorswatch-img-filter-container.hot-orange-grey {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -1472px 0
}
.colorswatch-img-filter-container.hot-orange {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -1472px -46px
}
.colorswatch-img-filter-container.hot-pink-neon-yellow {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -1472px -92px
}
.colorswatch-img-filter-container.hot-pink-reflective {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -1472px -138px
}
.colorswatch-img-filter-container.hot-pink {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -1472px -184px
}
.colorswatch-img-filter-container.houndstooth {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -1472px -230px
}
.colorswatch-img-filter-container.hunter-black-stone {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -1472px -276px
}
.colorswatch-img-filter-container.hunter-black {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -1472px -322px
}
.colorswatch-img-filter-container.hunter-dark-navy {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -1472px -368px
}
.colorswatch-img-filter-container.hunter-grey {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -1472px -414px
}
.colorswatch-img-filter-container.hunter-khaki {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -1472px -460px
}
.colorswatch-img-filter-container.hunter-light-oxford {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -1472px -506px
}
.colorswatch-img-filter-container.hunter-navy {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -1472px -552px
}
.colorswatch-img-filter-container.hunter-stone {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -1472px -598px
}
.colorswatch-img-filter-container.hunter-white {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -1472px -644px
}
.colorswatch-img-filter-container.hunter {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -1472px -690px
}
.colorswatch-img-filter-container.hyacinth {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -1472px -736px
}
.colorswatch-img-filter-container.hyper-blue-black {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -1472px -782px
}
.colorswatch-img-filter-container.hyper-blue {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -1472px -828px
}
.colorswatch-img-filter-container.ice-blue {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -1472px -874px
}
.colorswatch-img-filter-container.ice-grey {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -1472px -920px
}
.colorswatch-img-filter-container.ice-orange-mirror {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -1472px -966px
}
.colorswatch-img-filter-container.imperial-blue-black {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -1472px -1012px
}
.colorswatch-img-filter-container.imperial-blue {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -1472px -1058px
}
.colorswatch-img-filter-container.in-out-mirror {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -1472px -1104px
}
.colorswatch-img-filter-container.inca-gold {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -1472px -1150px
}
.colorswatch-img-filter-container.independence-red-navy {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -1472px -1196px
}
.colorswatch-img-filter-container.independence-red {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -1472px -1242px
}
.colorswatch-img-filter-container.indigo-blue-orange {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -1472px -1288px
}
.colorswatch-img-filter-container.indigo-blue-yellow {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -1472px -1334px
}
.colorswatch-img-filter-container.indigo-blue {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -1472px -1380px
}
.colorswatch-img-filter-container.indigo-orange {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -1472px -1426px
}
.colorswatch-img-filter-container.indigo {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) 0 -1472px
}
.colorswatch-img-filter-container.infinity-blue {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -46px -1472px
}
.colorswatch-img-filter-container.ink-blue {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -92px -1472px
}
.colorswatch-img-filter-container.insignia-blue-navy-eclipse {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -138px -1472px
}
.colorswatch-img-filter-container.insignia-blue-navy {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -184px -1472px
}
.colorswatch-img-filter-container.insignia-blue {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -230px -1472px
}
.colorswatch-img-filter-container.iris-blue {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -276px -1472px
}
.colorswatch-img-filter-container.iris-purple {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -322px -1472px
}
.colorswatch-img-filter-container.iris {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -368px -1472px
}
.colorswatch-img-filter-container.irish-green {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -414px -1472px
}
.colorswatch-img-filter-container.iron-gate {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -460px -1472px
}
.colorswatch-img-filter-container.iron-gray {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -506px -1472px
}
.colorswatch-img-filter-container.iron-grey-black-white {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -552px -1472px
}
.colorswatch-img-filter-container.iron-grey-black {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -598px -1472px
}
.colorswatch-img-filter-container.iron-grey-forest-green {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -644px -1472px
}
.colorswatch-img-filter-container.iron-grey-lime-shock {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -690px -1472px
}
.colorswatch-img-filter-container.iron-grey-maroon {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -736px -1472px
}
.colorswatch-img-filter-container.iron-grey-pink-raspberry {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -782px -1472px
}
.colorswatch-img-filter-container.iron-grey-purple {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -828px -1472px
}
.colorswatch-img-filter-container.iron-grey-true-navy {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -874px -1472px
}
.colorswatch-img-filter-container.iron-grey-true-red {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -920px -1472px
}
.colorswatch-img-filter-container.iron-grey-true-royal {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -966px -1472px
}
.colorswatch-img-filter-container.iron-grey-white {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -1012px -1472px
}
.colorswatch-img-filter-container.isla-blue {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -1058px -1472px
}
.colorswatch-img-filter-container.island-yellow {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -1104px -1472px
}
.colorswatch-img-filter-container.ivory {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -1150px -1472px
}
.colorswatch-img-filter-container.ivy-green-black {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -1196px -1472px
}
.colorswatch-img-filter-container.ivy-green {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -1242px -1472px
}
.colorswatch-img-filter-container.jade-dome {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -1288px -1472px
}
.colorswatch-img-filter-container.jade-green {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -1334px -1472px
}
.colorswatch-img-filter-container.jade {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -1380px -1472px
}
.colorswatch-img-filter-container.jet-black-charcoal {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -1426px -1472px
}
.colorswatch-img-filter-container.jet-black {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -1472px -1472px
}
.colorswatch-img-filter-container.jewel-green {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -1518px 0
}
.colorswatch-img-filter-container.juniper-green {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -1518px -46px
}
.colorswatch-img-filter-container.kelly-green-white {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -1518px -92px
}
.colorswatch-img-filter-container.kelly-green {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -1518px -138px
}
.colorswatch-img-filter-container.kelly-white {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -1518px -184px
}
.colorswatch-img-filter-container.kelly {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -1518px -230px
}
.colorswatch-img-filter-container.key-lime {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -1518px -276px
}
.colorswatch-img-filter-container.khaki-black {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -1518px -322px
}
.colorswatch-img-filter-container.khaki-brown {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -1518px -368px
}
.colorswatch-img-filter-container.khaki-charcoal-blue {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -1518px -414px
}
.colorswatch-img-filter-container.khaki-charcoal {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -1518px -460px
}
.colorswatch-img-filter-container.khaki-chocolate-brown {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -1518px -506px
}
.colorswatch-img-filter-container.khaki-heather {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -1518px -552px
}
.colorswatch-img-filter-container.khaki-maroon {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -1518px -598px
}
.colorswatch-img-filter-container.khaki-navy {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -1518px -644px
}
.colorswatch-img-filter-container.khaki-nutmeg {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -1518px -690px
}
.colorswatch-img-filter-container.khaki-true-black {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -1518px -736px
}
.colorswatch-img-filter-container.khaki {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -1518px -782px
}
.colorswatch-img-filter-container.kiwi-green {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -1518px -828px
}
.colorswatch-img-filter-container.kiwi {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -1518px -874px
}
.colorswatch-img-filter-container.lagoon-blue-heather-black {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -1518px -920px
}
.colorswatch-img-filter-container.lagoon-blue {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -1518px -966px
}
.colorswatch-img-filter-container.lake-blue {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -1518px -1012px
}
.colorswatch-img-filter-container.lake {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -1518px -1058px
}
.colorswatch-img-filter-container.lapis-blue {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -1518px -1104px
}
.colorswatch-img-filter-container.lavender {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -1518px -1150px
}
.colorswatch-img-filter-container.lawn {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -1518px -1196px
}
.colorswatch-img-filter-container.lead-grey-black {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -1518px -1242px
}
.colorswatch-img-filter-container.league-navy-charcoal {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -1518px -1288px
}
.colorswatch-img-filter-container.league-navy {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -1518px -1334px
}
.colorswatch-img-filter-container.legend-blue {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -1518px -1380px
}
.colorswatch-img-filter-container.lemon-drop-yellow {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -1518px -1426px
}
.colorswatch-img-filter-container.lemon-yellow {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -1518px -1472px
}
.colorswatch-img-filter-container.leopard {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) 0 -1518px
}
.colorswatch-img-filter-container.leopard-print {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -46px -1518px
}
.colorswatch-img-filter-container.light-blue-black {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -92px -1518px
}
.colorswatch-img-filter-container.light-blue-light-stone {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -138px -1518px
}
.colorswatch-img-filter-container.light-blue-navy {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -184px -1518px
}
.colorswatch-img-filter-container.light-blue {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -230px -1518px
}
.colorswatch-img-filter-container.light-blueberry {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -276px -1518px
}
.colorswatch-img-filter-container.light-cyan-blue {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -322px -1518px
}
.colorswatch-img-filter-container.light-forest {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -368px -1518px
}
.colorswatch-img-filter-container.light-game-royal-heather {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -414px -1518px
}
.colorswatch-img-filter-container.light-green {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -460px -1518px
}
.colorswatch-img-filter-container.light-grey-heather {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -506px -1518px
}
.colorswatch-img-filter-container.light-grey-white {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -552px -1518px
}
.colorswatch-img-filter-container.light-grey {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -598px -1518px
}
.colorswatch-img-filter-container.light-heather-gray {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -644px -1518px
}
.colorswatch-img-filter-container.light-heather-grey-white {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -690px -1518px
}
.colorswatch-img-filter-container.light-indigo {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -736px -1518px
}
.colorswatch-img-filter-container.light-khaki-maroon {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -782px -1518px
}
.colorswatch-img-filter-container.light-navy {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -828px -1518px
}
.colorswatch-img-filter-container.light-olive {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -874px -1518px
}
.colorswatch-img-filter-container.light-photo-blue-deep-royal {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -920px -1518px
}
.colorswatch-img-filter-container.light-photo-blue {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -966px -1518px
}
.colorswatch-img-filter-container.light-pink-white {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -1012px -1518px
}
.colorswatch-img-filter-container.light-pink {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -1058px -1518px
}
.colorswatch-img-filter-container.light-royal-heather {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -1104px -1518px
}
.colorswatch-img-filter-container.light-royal {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -1150px -1518px
}
.colorswatch-img-filter-container.light-sand {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -1196px -1518px
}
.colorswatch-img-filter-container.light-steel {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -1242px -1518px
}
.colorswatch-img-filter-container.light-stone-classic-navy {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -1288px -1518px
}
.colorswatch-img-filter-container.light-stone {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -1334px -1518px
}
.colorswatch-img-filter-container.light-tan {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -1380px -1518px
}
.colorswatch-img-filter-container.light-turquoise {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -1426px -1518px
}
.colorswatch-img-filter-container.lilac-chrome {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -1472px -1518px
}
.colorswatch-img-filter-container.lilac {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -1518px -1518px
}
.colorswatch-img-filter-container.lime-black {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -1564px 0
}
.colorswatch-img-filter-container.lime-blue {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -1564px -46px
}
.colorswatch-img-filter-container.lime-deep-smoke {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -1564px -92px
}
.colorswatch-img-filter-container.lime-green {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -1564px -138px
}
.colorswatch-img-filter-container.lime-heather-battleship-grey {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -1564px -184px
}
.colorswatch-img-filter-container.lime-navy {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -1564px -230px
}
.colorswatch-img-filter-container.lime-red {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -1564px -276px
}
.colorswatch-img-filter-container.lime-royal-blue {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -1564px -322px
}
.colorswatch-img-filter-container.lime-shock-black {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -1564px -368px
}
.colorswatch-img-filter-container.lime-shock-dark-smoke-grey {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -1564px -414px
}
.colorswatch-img-filter-container.lime-shock-electric {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -1564px -460px
}
.colorswatch-img-filter-container.lime-shock {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -1564px -506px
}
.colorswatch-img-filter-container.lime-steel-grey {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -1564px -552px
}
.colorswatch-img-filter-container.lime {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -1564px -598px
}
.colorswatch-img-filter-container.limeade {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -1564px -644px
}
.colorswatch-img-filter-container.limeaide {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -1564px -690px
}
.colorswatch-img-filter-container.limelight {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -1564px -736px
}
.colorswatch-img-filter-container.loden {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -1564px -782px
}
.colorswatch-img-filter-container.loganberry-dark-fuchsia-silver {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -1564px -828px
}
.colorswatch-img-filter-container.lucky-green-black {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -1564px -874px
}
.colorswatch-img-filter-container.lucky-green-grey-black {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -1564px -920px
}
.colorswatch-img-filter-container.lucky-green-white {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -1564px -966px
}
.colorswatch-img-filter-container.lucky-green {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -1564px -1012px
}
.colorswatch-img-filter-container.lush-green {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -1564px -1058px
}
.colorswatch-img-filter-container.magenta {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -1564px -1104px
}
.colorswatch-img-filter-container.magnet-grey-black-charge-green {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -1564px -1150px
}
.colorswatch-img-filter-container.magnet-grey-black-very-berry {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -1564px -1196px
}
.colorswatch-img-filter-container.magnet-grey-black {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -1564px -1242px
}
.colorswatch-img-filter-container.magnet-grey-tropical-pink {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -1564px -1288px
}
.colorswatch-img-filter-container.magnet-grey-white-black {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -1564px -1334px
}
.colorswatch-img-filter-container.magnet-grey {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -1564px -1380px
}
.colorswatch-img-filter-container.magnet-orange {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -1564px -1426px
}
.colorswatch-img-filter-container.magnet {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -1564px -1472px
}
.colorswatch-img-filter-container.maize-yellow {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -1564px -1518px
}
.colorswatch-img-filter-container.maize {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) 0 -1564px
}
.colorswatch-img-filter-container.majestic-purple {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -46px -1564px
}
.colorswatch-img-filter-container.mallard-green {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -92px -1564px
}
.colorswatch-img-filter-container.mandarin-orange {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -138px -1564px
}
.colorswatch-img-filter-container.margarita {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -184px -1564px
}
.colorswatch-img-filter-container.marigold {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -230px -1564px
}
.colorswatch-img-filter-container.marina-blue-true-navy {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -276px -1564px
}
.colorswatch-img-filter-container.marina-blue {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -322px -1564px
}
.colorswatch-img-filter-container.marine-green {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -368px -1564px
}
.colorswatch-img-filter-container.marine {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -414px -1564px
}
.colorswatch-img-filter-container.maritime-blue {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -460px -1564px
}
.colorswatch-img-filter-container.maritime-frost {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -506px -1564px
}
.colorswatch-img-filter-container.maritime-heather {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -552px -1564px
}
.colorswatch-img-filter-container.marled-black {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -598px -1564px
}
.colorswatch-img-filter-container.marled-deep-red {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -644px -1564px
}
.colorswatch-img-filter-container.marled-evergreen {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -690px -1564px
}
.colorswatch-img-filter-container.marled-storm-blue {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -736px -1564px
}
.colorswatch-img-filter-container.maroon-black-white {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -782px -1564px
}
.colorswatch-img-filter-container.maroon-black {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -828px -1564px
}
.colorswatch-img-filter-container.maroon-charcoal-grey {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -874px -1564px
}
.colorswatch-img-filter-container.maroon-electric {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -920px -1564px
}
.colorswatch-img-filter-container.maroon-gold-white {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -966px -1564px
}
.colorswatch-img-filter-container.maroon-graphite-white {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -1012px -1564px
}
.colorswatch-img-filter-container.maroon-grey {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -1058px -1564px
}
.colorswatch-img-filter-container.maroon-heather {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -1104px -1564px
}
.colorswatch-img-filter-container.maroon-iron-grey {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -1150px -1564px
}
.colorswatch-img-filter-container.maroon-khaki {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -1196px -1564px
}
.colorswatch-img-filter-container.maroon-light-oxford {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -1242px -1564px
}
.colorswatch-img-filter-container.maroon-natural {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -1288px -1564px
}
.colorswatch-img-filter-container.maroon-silver {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -1334px -1564px
}
.colorswatch-img-filter-container.maroon-stone {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -1380px -1564px
}
.colorswatch-img-filter-container.maroon-true-black {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -1426px -1564px
}
.colorswatch-img-filter-container.maroon-vintage-heather {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -1472px -1564px
}
.colorswatch-img-filter-container.maroon-white-black {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -1518px -1564px
}
.colorswatch-img-filter-container.maroon-white {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -1564px -1564px
}
.colorswatch-img-filter-container.maroon {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -1610px 0
}
.colorswatch-img-filter-container.mars-red-stone {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -1610px -46px
}
.colorswatch-img-filter-container.marshmallow-battleship-grey {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -1610px -92px
}
.colorswatch-img-filter-container.marshmallow {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -1610px -138px
}
.colorswatch-img-filter-container.maui-blue {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -1610px -184px
}
.colorswatch-img-filter-container.mean-green {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -1610px -230px
}
.colorswatch-img-filter-container.mediterranean-blue-black {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -1610px -276px
}
.colorswatch-img-filter-container.mediterranean-blue {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -1610px -322px
}
.colorswatch-img-filter-container.medium-blue-heather {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -1610px -368px
}
.colorswatch-img-filter-container.medium-blue {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -1610px -414px
}
.colorswatch-img-filter-container.medium-grey {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -1610px -460px
}
.colorswatch-img-filter-container.medium-heather-grey-charcoal-heather {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -1610px -506px
}
.colorswatch-img-filter-container.medium-heather-grey {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -1610px -552px
}
.colorswatch-img-filter-container.merlot {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -1610px -598px
}
.colorswatch-img-filter-container.metal-grey-grey-steel {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -1610px -644px
}
.colorswatch-img-filter-container.metal-grey {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -1610px -690px
}
.colorswatch-img-filter-container.metallic {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -1610px -736px
}
.colorswatch-img-filter-container.meteor-blue-white {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -1610px -782px
}
.colorswatch-img-filter-container.metro-blue {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -1610px -828px
}
.colorswatch-img-filter-container.midnight-black {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -1610px -874px
}
.colorswatch-img-filter-container.midnight-heather {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -1610px -920px
}
.colorswatch-img-filter-container.midnight-navy-black {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -1610px -966px
}
.colorswatch-img-filter-container.midnight-navy-dark-obsidian {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -1610px -1012px
}
.colorswatch-img-filter-container.midnight-navy-photo-blue {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -1610px -1058px
}
.colorswatch-img-filter-container.midnight-navy-white {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -1610px -1104px
}
.colorswatch-img-filter-container.midnight-navy {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -1610px -1150px
}
.colorswatch-img-filter-container.midnight {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -1610px -1196px
}
.colorswatch-img-filter-container.military-blue-black {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -1610px -1242px
}
.colorswatch-img-filter-container.military-camo {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -1610px -1288px
}
.colorswatch-img-filter-container.military-camo-black {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -1610px -1334px
}
.colorswatch-img-filter-container.military-camo-dark-army {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -1610px -1380px
}
.colorswatch-img-filter-container.military-green {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -1610px -1426px
}
.colorswatch-img-filter-container.millenium-blue {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -1610px -1472px
}
.colorswatch-img-filter-container.millennium-blue-dark-navy {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -1610px -1518px
}
.colorswatch-img-filter-container.mineral-green-black {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -1610px -1564px
}
.colorswatch-img-filter-container.mineral-green-soft-orange {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) 0 -1610px
}
.colorswatch-img-filter-container.mineral-green {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -46px -1610px
}
.colorswatch-img-filter-container.mint-green {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -92px -1610px
}
.colorswatch-img-filter-container.mint-reflective {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -138px -1610px
}
.colorswatch-img-filter-container.mint {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -184px -1610px
}
.colorswatch-img-filter-container.mist-green {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -230px -1610px
}
.colorswatch-img-filter-container.mist {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -276px -1610px
}
.colorswatch-img-filter-container.mocha-heather {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -322px -1610px
}
.colorswatch-img-filter-container.mocha {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -368px -1610px
}
.colorswatch-img-filter-container.molten-maroon {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -414px -1610px
}
.colorswatch-img-filter-container.monsoon-heather {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -460px -1610px
}
.colorswatch-img-filter-container.monument-grey-white {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -506px -1610px
}
.colorswatch-img-filter-container.monument-grey {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -552px -1610px
}
.colorswatch-img-filter-container.moonlight-blue-white {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -598px -1610px
}
.colorswatch-img-filter-container.moonlight-blue {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -644px -1610px
}
.colorswatch-img-filter-container.moroccan-blue {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -690px -1610px
}
.colorswatch-img-filter-container.mosaic-blue {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -736px -1610px
}
.colorswatch-img-filter-container.moss {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -782px -1610px
}
.colorswatch-img-filter-container.mossy-oak-break-up-country {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -828px -1610px
}
.colorswatch-img-filter-container.mossy-oak-break-up-country-black-mesh {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -874px -1610px
}
.colorswatch-img-filter-container.mossy-oak-break-up-country-chocolate-elk {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -920px -1610px
}
.colorswatch-img-filter-container.mossy-oak-break-up-country-chocolate {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -966px -1610px
}
.colorswatch-img-filter-container.mossy-oak-break-up-country-neon-yellow {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -1012px -1610px
}
.colorswatch-img-filter-container.mossy-oak-break-up-country-tan {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -1058px -1610px
}
.colorswatch-img-filter-container.mossy-oak-new-break-up {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -1104px -1610px
}
.colorswatch-img-filter-container.mossy-oak-new-break-up-black {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -1150px -1610px
}
.colorswatch-img-filter-container.mossy-oak-new-break-up-brown {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -1196px -1610px
}
.colorswatch-img-filter-container.mossy-oak-new-break-up-tan-deer {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -1242px -1610px
}
.colorswatch-img-filter-container.natural-black {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -1288px -1610px
}
.colorswatch-img-filter-container.natural-heather {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -1334px -1610px
}
.colorswatch-img-filter-container.natural-hunter {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -1380px -1610px
}
.colorswatch-img-filter-container.natural-natural {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -1426px -1610px
}
.colorswatch-img-filter-container.natural-navy {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -1472px -1610px
}
.colorswatch-img-filter-container.natural-pink-azalea {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -1518px -1610px
}
.colorswatch-img-filter-container.natural-red {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -1564px -1610px
}
.colorswatch-img-filter-container.natural-spruce {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -1610px -1610px
}
.colorswatch-img-filter-container.natural-true-royal {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -1656px 0
}
.colorswatch-img-filter-container.natural-turquoise {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -1656px -46px
}
.colorswatch-img-filter-container.natural {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -1656px -92px
}
.colorswatch-img-filter-container.navy-athletic-oxford {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -1656px -138px
}
.colorswatch-img-filter-container.navy-battleship-grey {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -1656px -184px
}
.colorswatch-img-filter-container.navy-black {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -1656px -230px
}
.colorswatch-img-filter-container.navy-blue-lake {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -1656px -276px
}
.colorswatch-img-filter-container.navy-camo {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -1656px -322px
}
.colorswatch-img-filter-container.navy-canvas {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -1656px -368px
}
.colorswatch-img-filter-container.navy-carolina-blue {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -1656px -414px
}
.colorswatch-img-filter-container.navy-charcoal-heather {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -1656px -460px
}
.colorswatch-img-filter-container.navy-charcoal {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -1656px -506px
}
.colorswatch-img-filter-container.navy-chili-red {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -1656px -552px
}
.colorswatch-img-filter-container.navy-cool-grey {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -1656px -598px
}
.colorswatch-img-filter-container.navy-cream {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -1656px -644px
}
.colorswatch-img-filter-container.navy-dark-charcoal {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -1656px -690px
}
.colorswatch-img-filter-container.navy-dark-grey {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -1656px -736px
}
.colorswatch-img-filter-container.navy-dark-smoke-grey {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -1656px -782px
}
.colorswatch-img-filter-container.navy-dip-dye {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -1656px -828px
}
.colorswatch-img-filter-container.navy-eclipse {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -1656px -874px
}
.colorswatch-img-filter-container.navy-frost-grey-frost {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -1656px -920px
}
.colorswatch-img-filter-container.navy-frost {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -1656px -966px
}
.colorswatch-img-filter-container.navy-gold {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -1656px -1012px
}
.colorswatch-img-filter-container.navy-graphite {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -1656px -1058px
}
.colorswatch-img-filter-container.navy-gray {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -1656px -1104px
}
.colorswatch-img-filter-container.navy-grey {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -1656px -1150px
}
.colorswatch-img-filter-container.navy-gym-red-flint-grey {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -1656px -1196px
}
.colorswatch-img-filter-container.navy-heather-black {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -1656px -1242px
}
.colorswatch-img-filter-container.navy-heather {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -1656px -1288px
}
.colorswatch-img-filter-container.navy-heritage-blue {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -1656px -1334px
}
.colorswatch-img-filter-container.navy-khaki {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -1656px -1380px
}
.colorswatch-img-filter-container.navy-light-grey {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -1656px -1426px
}
.colorswatch-img-filter-container.navy-light-sand {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -1656px -1472px
}
.colorswatch-img-filter-container.navy-light-stone {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -1656px -1518px
}
.colorswatch-img-filter-container.navy-multi {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -1656px -1564px
}
.colorswatch-img-filter-container.navy-natural {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -1656px -1610px
}
.colorswatch-img-filter-container.navy-navy {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) 0 -1656px
}
.colorswatch-img-filter-container.navy-pacific-blue {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -46px -1656px
}
.colorswatch-img-filter-container.navy-paisley {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -92px -1656px
}
.colorswatch-img-filter-container.navy-plum-white {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -138px -1656px
}
.colorswatch-img-filter-container.navy-red {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -184px -1656px
}
.colorswatch-img-filter-container.navy-reflective {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -230px -1656px
}
.colorswatch-img-filter-container.navy-royal-blue {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -276px -1656px
}
.colorswatch-img-filter-container.navy-royal-cosmic {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -322px -1656px
}
.colorswatch-img-filter-container.navy-signal-blue {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -368px -1656px
}
.colorswatch-img-filter-container.navy-silver {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -414px -1656px
}
.colorswatch-img-filter-container.navy-twilight-blue {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -460px -1656px
}
.colorswatch-img-filter-container.navy-western {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -506px -1656px
}
.colorswatch-img-filter-container.navy-white {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -552px -1656px
}
.colorswatch-img-filter-container.navy-yellow {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -598px -1656px
}
.colorswatch-img-filter-container.navy {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -644px -1656px
}
.colorswatch-img-filter-container.nc-blue {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -690px -1656px
}
.colorswatch-img-filter-container.nearly-black-smoke-grey {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -736px -1656px
}
.colorswatch-img-filter-container.nearly-black {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -782px -1656px
}
.colorswatch-img-filter-container.nectar {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -828px -1656px
}
.colorswatch-img-filter-container.neon-blue-heather {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -874px -1656px
}
.colorswatch-img-filter-container.neon-blue {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -920px -1656px
}
.colorswatch-img-filter-container.neon-coral {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -966px -1656px
}
.colorswatch-img-filter-container.neon-gray {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -1012px -1656px
}
.colorswatch-img-filter-container.neon-green-white {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -1058px -1656px
}
.colorswatch-img-filter-container.neon-green {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -1104px -1656px
}
.colorswatch-img-filter-container.neon-lemon-heather {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -1150px -1656px
}
.colorswatch-img-filter-container.neon-lime-black {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -1196px -1656px
}
.colorswatch-img-filter-container.neon-lime-heather {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -1242px -1656px
}
.colorswatch-img-filter-container.neon-lime-neon-lime {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -1288px -1656px
}
.colorswatch-img-filter-container.neon-lime {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -1334px -1656px
}
.colorswatch-img-filter-container.neon-orange-black {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -1380px -1656px
}
.colorswatch-img-filter-container.neon-orange-heather {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -1426px -1656px
}
.colorswatch-img-filter-container.neon-orange {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -1472px -1656px
}
.colorswatch-img-filter-container.neon-pink-black {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -1518px -1656px
}
.colorswatch-img-filter-container.neon-pink-glo {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -1564px -1656px
}
.colorswatch-img-filter-container.neon-pink-heather {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -1610px -1656px
}
.colorswatch-img-filter-container.neon-pink-white {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -1656px -1656px
}
.colorswatch-img-filter-container.neon-pink {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -1702px 0
}
.colorswatch-img-filter-container.neon-rainbow {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -1702px -46px
}
.colorswatch-img-filter-container.neon-yellow-white {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -1702px -92px
}
.colorswatch-img-filter-container.neon-yellow {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -1702px -138px
}
.colorswatch-img-filter-container.neon {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -1702px -184px
}
.colorswatch-img-filter-container.new-blue {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -1702px -230px
}
.colorswatch-img-filter-container.new-navy-blue {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -1702px -276px
}
.colorswatch-img-filter-container.new-navy-charcoal {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -1702px -322px
}
.colorswatch-img-filter-container.new-navy-heather-steel {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -1702px -368px
}
.colorswatch-img-filter-container.new-navy-light-blue {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -1702px -414px
}
.colorswatch-img-filter-container.new-navy-stone {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -1702px -460px
}
.colorswatch-img-filter-container.new-navy-white {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -1702px -506px
}
.colorswatch-img-filter-container.new-navy {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -1702px -552px
}
.colorswatch-img-filter-container.new-pink {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -1702px -598px
}
.colorswatch-img-filter-container.new-red-black {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -1702px -644px
}
.colorswatch-img-filter-container.new-red-charcoal {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -1702px -690px
}
.colorswatch-img-filter-container.new-red-heather-nickel {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -1702px -736px
}
.colorswatch-img-filter-container.new-red-light-heather-grey {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -1702px -782px
}
.colorswatch-img-filter-container.new-red {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -1702px -828px
}
.colorswatch-img-filter-container.new-slate {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -1702px -874px
}
.colorswatch-img-filter-container.nickel-black {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -1702px -920px
}
.colorswatch-img-filter-container.nickel-new-red {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -1702px -966px
}
.colorswatch-img-filter-container.nickel {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -1702px -1012px
}
.colorswatch-img-filter-container.night-purple {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -1702px -1058px
}
.colorswatch-img-filter-container.night-sky-blue-black {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -1702px -1104px
}
.colorswatch-img-filter-container.night-sky-blue-dress-blue-navy {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -1702px -1150px
}
.colorswatch-img-filter-container.nitro-yellow {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -1702px -1196px
}
.colorswatch-img-filter-container.northern-grey {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -1702px -1242px
}
.colorswatch-img-filter-container.oatmeal-heather-brown {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -1702px -1288px
}
.colorswatch-img-filter-container.oatmeal-heather {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -1702px -1334px
}
.colorswatch-img-filter-container.obsidian-white {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -1702px -1380px
}
.colorswatch-img-filter-container.ocean-blue {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -1702px -1426px
}
.colorswatch-img-filter-container.ocean-rainbow {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -1702px -1472px
}
.colorswatch-img-filter-container.off-white {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -1702px -1518px
}
.colorswatch-img-filter-container.oilfield-camo {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -1702px -1564px
}
.colorswatch-img-filter-container.oilfield-camo-black-mesh {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -1702px -1610px
}
.colorswatch-img-filter-container.old-gold {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -1702px -1656px
}
.colorswatch-img-filter-container.old-royal-marine {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) 0 -1702px
}
.colorswatch-img-filter-container.old-royal {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -46px -1702px
}
.colorswatch-img-filter-container.olive-black {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -92px -1702px
}
.colorswatch-img-filter-container.olive-cayenne {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -138px -1702px
}
.colorswatch-img-filter-container.olive-chrome {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -184px -1702px
}
.colorswatch-img-filter-container.olive-heather-black {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -230px -1702px
}
.colorswatch-img-filter-container.olive-khaki-birch {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -276px -1702px
}
.colorswatch-img-filter-container.olive-khaki-white {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -322px -1702px
}
.colorswatch-img-filter-container.olive-khaki {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -368px -1702px
}
.colorswatch-img-filter-container.olive-stone {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -414px -1702px
}
.colorswatch-img-filter-container.olive {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -460px -1702px
}
.colorswatch-img-filter-container.optic-blue {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -506px -1702px
}
.colorswatch-img-filter-container.orange-black {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -552px -1702px
}
.colorswatch-img-filter-container.orange-blaze-deer {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -598px -1702px
}
.colorswatch-img-filter-container.orange-blaze-mossy-oak {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -644px -1702px
}
.colorswatch-img-filter-container.orange-blaze-realtree-xtra {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -690px -1702px
}
.colorswatch-img-filter-container.orange-blaze {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -736px -1702px
}
.colorswatch-img-filter-container.orange-blue {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -782px -1702px
}
.colorswatch-img-filter-container.orange-camo {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -828px -1702px
}
.colorswatch-img-filter-container.orange-crush {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -874px -1702px
}
.colorswatch-img-filter-container.orange-lime {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -920px -1702px
}
.colorswatch-img-filter-container.orange-navy {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -966px -1702px
}
.colorswatch-img-filter-container.orange-sherbet {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -1012px -1702px
}
.colorswatch-img-filter-container.orange-white {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -1058px -1702px
}
.colorswatch-img-filter-container.orange {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -1104px -1702px
}
.colorswatch-img-filter-container.orchid {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -1150px -1702px
}
.colorswatch-img-filter-container.osha-orange {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -1196px -1702px
}
.colorswatch-img-filter-container.oxford-blue {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -1242px -1702px
}
.colorswatch-img-filter-container.oxford-grey {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -1288px -1702px
}
.colorswatch-img-filter-container.oxford-heather {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -1334px -1702px
}
.colorswatch-img-filter-container.oxford {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -1380px -1702px
}
.colorswatch-img-filter-container.oyster-white {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -1426px -1702px
}
.colorswatch-img-filter-container.oyster {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -1472px -1702px
}
.colorswatch-img-filter-container.pace-yellow-black-reflective {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -1518px -1702px
}
.colorswatch-img-filter-container.pace-yellow {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -1564px -1702px
}
.colorswatch-img-filter-container.pacific-blue {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -1610px -1702px
}
.colorswatch-img-filter-container.pale-pink {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -1656px -1702px
}
.colorswatch-img-filter-container.pale-yellow {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -1702px -1702px
}
.colorswatch-img-filter-container.palm {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -1748px 0
}
.colorswatch-img-filter-container.passion-pink-black {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -1748px -46px
}
.colorswatch-img-filter-container.pastel-rainbow {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -1748px -92px
}
.colorswatch-img-filter-container.patriot-blue-battleship-grey {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -1748px -138px
}
.colorswatch-img-filter-container.patriot-blue-white {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -1748px -184px
}
.colorswatch-img-filter-container.peach {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -1748px -230px
}
.colorswatch-img-filter-container.peacock-blue-charcoal-grey {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -1748px -276px
}
.colorswatch-img-filter-container.peacock-blue {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -1748px -322px
}
.colorswatch-img-filter-container.peacock-heather {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -1748px -368px
}
.colorswatch-img-filter-container.peacock {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -1748px -414px
}
.colorswatch-img-filter-container.peak-blue {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -1748px -460px
}
.colorswatch-img-filter-container.pear {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -1748px -506px
}
.colorswatch-img-filter-container.pearl-grey-heather {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -1748px -552px
}
.colorswatch-img-filter-container.pearl-grey {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -1748px -598px
}
.colorswatch-img-filter-container.pebble-black {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -1748px -644px
}
.colorswatch-img-filter-container.pebble {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -1748px -690px
}
.colorswatch-img-filter-container.periwinkle-reflective {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -1748px -736px
}
.colorswatch-img-filter-container.persian-red {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -1748px -782px
}
.colorswatch-img-filter-container.petrol-blue-navy {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -1748px -828px
}
.colorswatch-img-filter-container.petrol-blue {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -1748px -874px
}
.colorswatch-img-filter-container.petrol-grey-blacktop-shock-green {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -1748px -920px
}
.colorswatch-img-filter-container.petrol-grey {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -1748px -966px
}
.colorswatch-img-filter-container.petrol {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -1748px -1012px
}
.colorswatch-img-filter-container.pewter-grey-grey-steel {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -1748px -1058px
}
.colorswatch-img-filter-container.pewter-grey {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -1748px -1104px
}
.colorswatch-img-filter-container.pewter {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -1748px -1150px
}
.colorswatch-img-filter-container.photo-blue-college-navy {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -1748px -1196px
}
.colorswatch-img-filter-container.photo-blue {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -1748px -1242px
}
.colorswatch-img-filter-container.phyto-green {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -1748px -1288px
}
.colorswatch-img-filter-container.pine-green-anthracite {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -1748px -1334px
}
.colorswatch-img-filter-container.pine-green {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -1748px -1380px
}
.colorswatch-img-filter-container.pinenut {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -1748px -1426px
}
.colorswatch-img-filter-container.pink-azalea-black {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -1748px -1472px
}
.colorswatch-img-filter-container.pink-azalea-deep-smoke {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -1748px -1518px
}
.colorswatch-img-filter-container.pink-azalea-grey-steel {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -1748px -1564px
}
.colorswatch-img-filter-container.pink-azalea {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -1748px -1610px
}
.colorswatch-img-filter-container.pink-bloom {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -1748px -1656px
}
.colorswatch-img-filter-container.pink-blossom {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -1748px -1702px
}
.colorswatch-img-filter-container.pink-camo-pink {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) 0 -1748px
}
.colorswatch-img-filter-container.pink-camo {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -46px -1748px
}
.colorswatch-img-filter-container.pink-crush {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -92px -1748px
}
.colorswatch-img-filter-container.pink-fire {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -138px -1748px
}
.colorswatch-img-filter-container.pink-flare-heather {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -184px -1748px
}
.colorswatch-img-filter-container.pink-flare {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -230px -1748px
}
.colorswatch-img-filter-container.pink-gravel {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -276px -1748px
}
.colorswatch-img-filter-container.pink-heather-black {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -322px -1748px
}
.colorswatch-img-filter-container.pink-heather {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -368px -1748px
}
.colorswatch-img-filter-container.pink-horizon {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -414px -1748px
}
.colorswatch-img-filter-container.pink-lotus-grey-steel {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -460px -1748px
}
.colorswatch-img-filter-container.pink-lotus {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -506px -1748px
}
.colorswatch-img-filter-container.pink-luxe {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -552px -1748px
}
.colorswatch-img-filter-container.pink-orchid {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -598px -1748px
}
.colorswatch-img-filter-container.pink-punch-diesel-grey {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -644px -1748px
}
.colorswatch-img-filter-container.pink-punch {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -690px -1748px
}
.colorswatch-img-filter-container.pink-raspberry-black {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -736px -1748px
}
.colorswatch-img-filter-container.pink-raspberry-grey {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -782px -1748px
}
.colorswatch-img-filter-container.pink-raspberry-heather-pink-raspberry {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -828px -1748px
}
.colorswatch-img-filter-container.pink-raspberry-heather {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -874px -1748px
}
.colorswatch-img-filter-container.pink-raspberry-iron-grey-white {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -920px -1748px
}
.colorswatch-img-filter-container.pink-raspberry-iron-grey {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -966px -1748px
}
.colorswatch-img-filter-container.pink-raspberry-steel-grey {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -1012px -1748px
}
.colorswatch-img-filter-container.pink-raspberry-white-black {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -1058px -1748px
}
.colorswatch-img-filter-container.pink-raspberry-white {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -1104px -1748px
}
.colorswatch-img-filter-container.pink-raspberry {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -1150px -1748px
}
.colorswatch-img-filter-container.pink-reflective {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -1196px -1748px
}
.colorswatch-img-filter-container.pink-rush-heather {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -1242px -1748px
}
.colorswatch-img-filter-container.pink-rush-pink-rush-heather {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -1288px -1748px
}
.colorswatch-img-filter-container.pink-rush-white {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -1334px -1748px
}
.colorswatch-img-filter-container.pink-rush {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -1380px -1748px
}
.colorswatch-img-filter-container.pink-white {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -1426px -1748px
}
.colorswatch-img-filter-container.pink {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -1472px -1748px
}
.colorswatch-img-filter-container.pistachio {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -1518px -1748px
}
.colorswatch-img-filter-container.platinum {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -1564px -1748px
}
.colorswatch-img-filter-container.plum-purple {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -1610px -1748px
}
.colorswatch-img-filter-container.pond-blue {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -1656px -1748px
}
.colorswatch-img-filter-container.pop-orange-deep-smoke {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -1702px -1748px
}
.colorswatch-img-filter-container.pop-raspberry-deep-smoke {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -1748px -1748px
}
.colorswatch-img-filter-container.pop-raspberry-smoke-grey {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -1794px 0
}
.colorswatch-img-filter-container.pop-raspberry {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -1794px -46px
}
.colorswatch-img-filter-container.popcorn {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -1794px -92px
}
.colorswatch-img-filter-container.poppy {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -1794px -138px
}
.colorswatch-img-filter-container.poseidon-blue {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -1794px -184px
}
.colorswatch-img-filter-container.posh-purple {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -1794px -230px
}
.colorswatch-img-filter-container.powder-blue {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -1794px -276px
}
.colorswatch-img-filter-container.power-pink-electric {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -1794px -322px
}
.colorswatch-img-filter-container.prairie-dust {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -1794px -368px
}
.colorswatch-img-filter-container.prairie-green {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -1794px -414px
}
.colorswatch-img-filter-container.pro-blue {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -1794px -460px
}
.colorswatch-img-filter-container.pro-kelly-green {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -1794px -506px
}
.colorswatch-img-filter-container.pro-red {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -1794px -552px
}
.colorswatch-img-filter-container.propel-navy {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -1794px -598px
}
.colorswatch-img-filter-container.purple-black-white {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -1794px -644px
}
.colorswatch-img-filter-container.purple-black {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -1794px -690px
}
.colorswatch-img-filter-container.purple-charcoal {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -1794px -736px
}
.colorswatch-img-filter-container.purple-dark-smoke-grey {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -1794px -782px
}
.colorswatch-img-filter-container.purple-dress-blue-navy {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -1794px -828px
}
.colorswatch-img-filter-container.purple-dusk {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -1794px -874px
}
.colorswatch-img-filter-container.purple-electric {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -1794px -920px
}
.colorswatch-img-filter-container.purple-frost-grey-frost {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -1794px -966px
}
.colorswatch-img-filter-container.purple-frost {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -1794px -1012px
}
.colorswatch-img-filter-container.purple-fuel {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -1794px -1058px
}
.colorswatch-img-filter-container.purple-gold {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -1794px -1104px
}
.colorswatch-img-filter-container.purple-gravel {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -1794px -1150px
}
.colorswatch-img-filter-container.purple-grey {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -1794px -1196px
}
.colorswatch-img-filter-container.purple-haze {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -1794px -1242px
}
.colorswatch-img-filter-container.purple-heather-black {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -1794px -1288px
}
.colorswatch-img-filter-container.purple-heather {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -1794px -1334px
}
.colorswatch-img-filter-container.purple-impact {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -1794px -1380px
}
.colorswatch-img-filter-container.purple-light-heather-grey {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -1794px -1426px
}
.colorswatch-img-filter-container.purple-light-stone {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -1794px -1472px
}
.colorswatch-img-filter-container.purple-luxe {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -1794px -1518px
}
.colorswatch-img-filter-container.purple-orchid-heather-nickel {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -1794px -1564px
}
.colorswatch-img-filter-container.purple-orchid {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -1794px -1610px
}
.colorswatch-img-filter-container.purple-vintage-heather {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -1794px -1656px
}
.colorswatch-img-filter-container.purple-white-black {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -1794px -1702px
}
.colorswatch-img-filter-container.purple-white {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -1794px -1748px
}
.colorswatch-img-filter-container.purple {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) 0 -1794px
}
.colorswatch-img-filter-container.race-day-silver {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -46px -1794px
}
.colorswatch-img-filter-container.radiant-pink {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -92px -1794px
}
.colorswatch-img-filter-container.radiant-royal-iron-grey {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -138px -1794px
}
.colorswatch-img-filter-container.radiant-royal {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -184px -1794px
}
.colorswatch-img-filter-container.radish-grey-steel {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -230px -1794px
}
.colorswatch-img-filter-container.rain-slicker-yellow {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -276px -1794px
}
.colorswatch-img-filter-container.rainbow {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -322px -1794px
}
.colorswatch-img-filter-container.raspberry-pink {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -368px -1794px
}
.colorswatch-img-filter-container.raspberry-sorbet-felt-grey {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -414px -1794px
}
.colorswatch-img-filter-container.raspberry {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -460px -1794px
}
.colorswatch-img-filter-container.realtree-ap {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -506px -1794px
}
.colorswatch-img-filter-container.realtree-ap-pink {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -552px -1794px
}
.colorswatch-img-filter-container.realtree-hardwoods {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -598px -1794px
}
.colorswatch-img-filter-container.realtree-max-5 {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -644px -1794px
}
.colorswatch-img-filter-container.realtree-max-5-khaki-duck {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -690px -1794px
}
.colorswatch-img-filter-container.realtree-max-5-tan-bass {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -736px -1794px
}
.colorswatch-img-filter-container.realtree-xtra {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -782px -1794px
}
.colorswatch-img-filter-container.realtree-xtra-black-tan {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -828px -1794px
}
.colorswatch-img-filter-container.realtree-xtra-black {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -874px -1794px
}
.colorswatch-img-filter-container.realtree-xtra-brown {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -920px -1794px
}
.colorswatch-img-filter-container.realtree-xtra-green {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -966px -1794px
}
.colorswatch-img-filter-container.realtree-xtra-green-mesh {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -1012px -1794px
}
.colorswatch-img-filter-container.realtree-xtra-khaki {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -1058px -1794px
}
.colorswatch-img-filter-container.realtree-xtra-neon-orange {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -1104px -1794px
}
.colorswatch-img-filter-container.realtree-xtra-pink-tan {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -1150px -1794px
}
.colorswatch-img-filter-container.realtree-xtra-seamoss-pheasant {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -1196px -1794px
}
.colorswatch-img-filter-container.realtree-xtra-tan {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -1242px -1794px
}
.colorswatch-img-filter-container.rebel-red {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -1288px -1794px
}
.colorswatch-img-filter-container.red-amber {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -1334px -1794px
}
.colorswatch-img-filter-container.red-black-stone {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -1380px -1794px
}
.colorswatch-img-filter-container.red-black {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -1426px -1794px
}
.colorswatch-img-filter-container.red-blue {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -1472px -1794px
}
.colorswatch-img-filter-container.red-bud {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -1518px -1794px
}
.colorswatch-img-filter-container.red-camo {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -1564px -1794px
}
.colorswatch-img-filter-container.red-charcoal-heather {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -1610px -1794px
}
.colorswatch-img-filter-container.red-charcoal {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -1656px -1794px
}
.colorswatch-img-filter-container.red-classic-navy-white {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -1702px -1794px
}
.colorswatch-img-filter-container.red-dark-navy {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -1748px -1794px
}
.colorswatch-img-filter-container.red-frost-grey-frost {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -1794px -1794px
}
.colorswatch-img-filter-container.red-frost {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -1840px 0
}
.colorswatch-img-filter-container.red-gravel {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -1840px -46px
}
.colorswatch-img-filter-container.red-gray {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -1840px -92px
}
.colorswatch-img-filter-container.red-green {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -1840px -138px
}
.colorswatch-img-filter-container.red-grey {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -1840px -184px
}
.colorswatch-img-filter-container.red-heather {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -1840px -230px
}
.colorswatch-img-filter-container.red-jet-black {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -1840px -276px
}
.colorswatch-img-filter-container.red-light-oxford {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -1840px -322px
}
.colorswatch-img-filter-container.red-light-stone {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -1840px -368px
}
.colorswatch-img-filter-container.red-magnet-grey-black {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -1840px -414px
}
.colorswatch-img-filter-container.red-mulberry {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -1840px -460px
}
.colorswatch-img-filter-container.red-multi {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -1840px -506px
}
.colorswatch-img-filter-container.red-navy {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -1840px -552px
}
.colorswatch-img-filter-container.red-oxide {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -1840px -598px
}
.colorswatch-img-filter-container.red-red {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -1840px -644px
}
.colorswatch-img-filter-container.red-reflective {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -1840px -690px
}
.colorswatch-img-filter-container.red-rhubarb {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -1840px -736px
}
.colorswatch-img-filter-container.red-rock {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -1840px -782px
}
.colorswatch-img-filter-container.red-rush {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -1840px -828px
}
.colorswatch-img-filter-container.red-western {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -1840px -874px
}
.colorswatch-img-filter-container.red-white {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -1840px -920px
}
.colorswatch-img-filter-container.red {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -1840px -966px
}
.colorswatch-img-filter-container.redwood {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -1840px -1012px
}
.colorswatch-img-filter-container.reflective-blacktop {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -1840px -1058px
}
.colorswatch-img-filter-container.reflex-blue {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -1840px -1104px
}
.colorswatch-img-filter-container.regal-blue-dress-blue-navy {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -1840px -1150px
}
.colorswatch-img-filter-container.regal-purple {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -1840px -1196px
}
.colorswatch-img-filter-container.regal-red {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -1840px -1242px
}
.colorswatch-img-filter-container.regatta-blue-iron-grey {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -1840px -1288px
}
.colorswatch-img-filter-container.regatta-blue-navy {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -1840px -1334px
}
.colorswatch-img-filter-container.regatta-blue {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -1840px -1380px
}
.colorswatch-img-filter-container.relatree-xtra-green-mesh {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -1840px -1426px
}
.colorswatch-img-filter-container.resort-blue {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -1840px -1472px
}
.colorswatch-img-filter-container.retro-heather-coral {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -1840px -1518px
}
.colorswatch-img-filter-container.retro-heather-green {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -1840px -1564px
}
.colorswatch-img-filter-container.retro-heather-pink {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -1840px -1610px
}
.colorswatch-img-filter-container.retro-heather-purple {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -1840px -1656px
}
.colorswatch-img-filter-container.retro-heather-royal {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -1840px -1702px
}
.colorswatch-img-filter-container.rhubarb-red {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -1840px -1748px
}
.colorswatch-img-filter-container.rich-navy-white {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -1840px -1794px
}
.colorswatch-img-filter-container.rich-navy {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) 0 -1840px
}
.colorswatch-img-filter-container.rich-red-battleship-grey {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -46px -1840px
}
.colorswatch-img-filter-container.rich-red-black {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -92px -1840px
}
.colorswatch-img-filter-container.rich-red-deep-black {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -138px -1840px
}
.colorswatch-img-filter-container.rich-red-true-black {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -184px -1840px
}
.colorswatch-img-filter-container.rich-red {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -230px -1840px
}
.colorswatch-img-filter-container.rich-royal {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -276px -1840px
}
.colorswatch-img-filter-container.ripped-red-black {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -322px -1840px
}
.colorswatch-img-filter-container.ripped-red-blacktop {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -368px -1840px
}
.colorswatch-img-filter-container.ripped-red {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -414px -1840px
}
.colorswatch-img-filter-container.river-blue-black {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -460px -1840px
}
.colorswatch-img-filter-container.river-blue-grey-steel {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -506px -1840px
}
.colorswatch-img-filter-container.river-blue-navy {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -552px -1840px
}
.colorswatch-img-filter-container.river-blue-river-blue {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -598px -1840px
}
.colorswatch-img-filter-container.river-blue {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -644px -1840px
}
.colorswatch-img-filter-container.riviera-blue-natural {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -690px -1840px
}
.colorswatch-img-filter-container.riviera-blue {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -736px -1840px
}
.colorswatch-img-filter-container.rogue-grey-grey-steel {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -782px -1840px
}
.colorswatch-img-filter-container.rogue-grey {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -828px -1840px
}
.colorswatch-img-filter-container.rose {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -874px -1840px
}
.colorswatch-img-filter-container.royal-black-silver {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -920px -1840px
}
.colorswatch-img-filter-container.royal-black-stone {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -966px -1840px
}
.colorswatch-img-filter-container.royal-black {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -1012px -1840px
}
.colorswatch-img-filter-container.royal-blue-black {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -1058px -1840px
}
.colorswatch-img-filter-container.royal-blue-charcoal-heather {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -1104px -1840px
}
.colorswatch-img-filter-container.royal-blue-navy {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -1150px -1840px
}
.colorswatch-img-filter-container.royal-blue-white {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -1196px -1840px
}
.colorswatch-img-filter-container.royal-blue {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -1242px -1840px
}
.colorswatch-img-filter-container.royal-charcoal {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -1288px -1840px
}
.colorswatch-img-filter-container.royal-classic-navy {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -1334px -1840px
}
.colorswatch-img-filter-container.royal-felt-charcoal {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -1380px -1840px
}
.colorswatch-img-filter-container.royal-felt-grey {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -1426px -1840px
}
.colorswatch-img-filter-container.royal-frost-grey-frost {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -1472px -1840px
}
.colorswatch-img-filter-container.royal-frost-white {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -1518px -1840px
}
.colorswatch-img-filter-container.royal-frost {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -1564px -1840px
}
.colorswatch-img-filter-container.royal-grey-black {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -1610px -1840px
}
.colorswatch-img-filter-container.royal-grey-white {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -1656px -1840px
}
.colorswatch-img-filter-container.royal-grey {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -1702px -1840px
}
.colorswatch-img-filter-container.royal-light-oxford {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -1748px -1840px
}
.colorswatch-img-filter-container.royal-magnet-grey-black {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -1794px -1840px
}
.colorswatch-img-filter-container.royal-shadow-heather {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -1840px -1840px
}
.colorswatch-img-filter-container.royal-white-red {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -1886px 0
}
.colorswatch-img-filter-container.royal-white {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -1886px -46px
}
.colorswatch-img-filter-container.royal {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -1886px -92px
}
.colorswatch-img-filter-container.rush-blue-mean-green {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -1886px -138px
}
.colorswatch-img-filter-container.rush-pink {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -1886px -184px
}
.colorswatch-img-filter-container.russet {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -1886px -230px
}
.colorswatch-img-filter-container.rust {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -1886px -276px
}
.colorswatch-img-filter-container.s-orange {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -1886px -322px
}
.colorswatch-img-filter-container.saddle {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -1886px -368px
}
.colorswatch-img-filter-container.safari {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -1886px -414px
}
.colorswatch-img-filter-container.safety-green {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -1886px -460px
}
.colorswatch-img-filter-container.safety-orange-black {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -1886px -506px
}
.colorswatch-img-filter-container.safety-orange-reflective {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -1886px -552px
}
.colorswatch-img-filter-container.safety-orange-safety-yellow {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -1886px -598px
}
.colorswatch-img-filter-container.safety-orange {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -1886px -644px
}
.colorswatch-img-filter-container.safety-pink {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -1886px -690px
}
.colorswatch-img-filter-container.safety-yellow-black-reflective {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -1886px -736px
}
.colorswatch-img-filter-container.safety-yellow-black {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -1886px -782px
}
.colorswatch-img-filter-container.safety-yellow-deep-black {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -1886px -828px
}
.colorswatch-img-filter-container.safety-yellow-reflective {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -1886px -874px
}
.colorswatch-img-filter-container.safety-yellow-safety-orange {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -1886px -920px
}
.colorswatch-img-filter-container.safety-yellow {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -1886px -966px
}
.colorswatch-img-filter-container.saffron-cambridge-blue {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -1886px -1012px
}
.colorswatch-img-filter-container.sage {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -1886px -1058px
}
.colorswatch-img-filter-container.sage-green {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -1886px -1104px
}
.colorswatch-img-filter-container.sagestone {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -1886px -1150px
}
.colorswatch-img-filter-container.sand-camo {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -1886px -1196px
}
.colorswatch-img-filter-container.sand-camo-sand {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -1886px -1242px
}
.colorswatch-img-filter-container.sand-dune-black {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -1886px -1288px
}
.colorswatch-img-filter-container.sand {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -1886px -1334px
}
.colorswatch-img-filter-container.sandstone-bronze {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -1886px -1380px
}
.colorswatch-img-filter-container.sandstone-charcoal-black {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -1886px -1426px
}
.colorswatch-img-filter-container.sandstone {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -1886px -1472px
}
.colorswatch-img-filter-container.sangria-charcoal {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -1886px -1518px
}
.colorswatch-img-filter-container.sangria-heather-nickel {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -1886px -1564px
}
.colorswatch-img-filter-container.sangria {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -1886px -1610px
}
.colorswatch-img-filter-container.sapphire-blue {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -1886px -1656px
}
.colorswatch-img-filter-container.sapphire-grey-steel {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -1886px -1702px
}
.colorswatch-img-filter-container.sapphire-nearly-black {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -1886px -1748px
}
.colorswatch-img-filter-container.sapphire-white {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -1886px -1794px
}
.colorswatch-img-filter-container.sapphire {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -1886px -1840px
}
.colorswatch-img-filter-container.scarlet-charcoal {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) 0 -1886px
}
.colorswatch-img-filter-container.scarlet-heather {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -46px -1886px
}
.colorswatch-img-filter-container.scarlet-red-shadow-heather {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -92px -1886px
}
.colorswatch-img-filter-container.scarlet-red-white {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -138px -1886px
}
.colorswatch-img-filter-container.scarlet-red {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -184px -1886px
}
.colorswatch-img-filter-container.scarlet {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -230px -1886px
}
.colorswatch-img-filter-container.scotland-blue {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -276px -1886px
}
.colorswatch-img-filter-container.scroll-black-white {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -322px -1886px
}
.colorswatch-img-filter-container.sea-salt-white-deep-grey {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -368px -1886px
}
.colorswatch-img-filter-container.sea-spray {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -414px -1886px
}
.colorswatch-img-filter-container.seafoam {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -460px -1886px
}
.colorswatch-img-filter-container.seagrass-green {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -506px -1886px
}
.colorswatch-img-filter-container.seaport-blue-dress-blue-navy {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -552px -1886px
}
.colorswatch-img-filter-container.shadow-grey {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -598px -1886px
}
.colorswatch-img-filter-container.shadow {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -644px -1886px
}
.colorswatch-img-filter-container.shamrock-green-smoke-grey {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -690px -1886px
}
.colorswatch-img-filter-container.shamrock-green {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -736px -1886px
}
.colorswatch-img-filter-container.shark-teal {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -782px -1886px
}
.colorswatch-img-filter-container.sherwood-green {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -828px -1886px
}
.colorswatch-img-filter-container.shock-blue-black {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -874px -1886px
}
.colorswatch-img-filter-container.shock-blue-magnet {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -920px -1886px
}
.colorswatch-img-filter-container.shock-blue-neon-green {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -966px -1886px
}
.colorswatch-img-filter-container.shock-green {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -1012px -1886px
}
.colorswatch-img-filter-container.shock-lime-chocolate {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -1058px -1886px
}
.colorswatch-img-filter-container.signal-blue-black {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -1104px -1886px
}
.colorswatch-img-filter-container.signal-blue {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -1150px -1886px
}
.colorswatch-img-filter-container.signal-red-blacktop-silver-grey {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -1196px -1886px
}
.colorswatch-img-filter-container.signal-red-blacktop {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -1242px -1886px
}
.colorswatch-img-filter-container.signal-red {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -1288px -1886px
}
.colorswatch-img-filter-container.silver-black {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -1334px -1886px
}
.colorswatch-img-filter-container.silver-grey {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -1380px -1886px
}
.colorswatch-img-filter-container.silver-mirror {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -1426px -1886px
}
.colorswatch-img-filter-container.silver-tan {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -1472px -1886px
}
.colorswatch-img-filter-container.silver-true-navy {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -1518px -1886px
}
.colorswatch-img-filter-container.silver-vintage-navy {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -1564px -1886px
}
.colorswatch-img-filter-container.silver {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -1610px -1886px
}
.colorswatch-img-filter-container.sky-blue-grey-white {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -1656px -1886px
}
.colorswatch-img-filter-container.sky-blue {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -1702px -1886px
}
.colorswatch-img-filter-container.sky-red-mirror {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -1748px -1886px
}
.colorswatch-img-filter-container.sky {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -1794px -1886px
}
.colorswatch-img-filter-container.skydiver-blue-battleship-grey {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -1840px -1886px
}
.colorswatch-img-filter-container.skydiver-blue-grey-steel {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -1886px -1886px
}
.colorswatch-img-filter-container.skydiver-blue {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -1932px 0
}
.colorswatch-img-filter-container.skyline-blue {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -1932px -46px
}
.colorswatch-img-filter-container.slate-blue {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -1932px -92px
}
.colorswatch-img-filter-container.slate-grey {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -1932px -138px
}
.colorswatch-img-filter-container.slate {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -1932px -184px
}
.colorswatch-img-filter-container.slicker-yellow {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -1932px -230px
}
.colorswatch-img-filter-container.smoke-black {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -1932px -276px
}
.colorswatch-img-filter-container.smoke-gray {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -1932px -322px
}
.colorswatch-img-filter-container.smoke-grey-black {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -1932px -368px
}
.colorswatch-img-filter-container.smoke-grey-chrome {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -1932px -414px
}
.colorswatch-img-filter-container.smoke-grey-grey-steel {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -1932px -460px
}
.colorswatch-img-filter-container.smoke-grey-nearly-black {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -1932px -506px
}
.colorswatch-img-filter-container.smoke-grey-pop-raspberry {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -1932px -552px
}
.colorswatch-img-filter-container.smoke-heather {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -1932px -598px
}
.colorswatch-img-filter-container.smoke-vintage-coal {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -1932px -644px
}
.colorswatch-img-filter-container.smoke-vintage-royal {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -1932px -690px
}
.colorswatch-img-filter-container.smoke-white {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -1932px -736px
}
.colorswatch-img-filter-container.smoke {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -1932px -782px
}
.colorswatch-img-filter-container.snorkel-blue-black {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -1932px -828px
}
.colorswatch-img-filter-container.snorkel-blue {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -1932px -874px
}
.colorswatch-img-filter-container.snow-white-black {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -1932px -920px
}
.colorswatch-img-filter-container.soft-black {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -1932px -966px
}
.colorswatch-img-filter-container.soft-blue {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -1932px -1012px
}
.colorswatch-img-filter-container.soft-camel {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -1932px -1058px
}
.colorswatch-img-filter-container.soft-pink {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -1932px -1104px
}
.colorswatch-img-filter-container.soft-purple {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -1932px -1150px
}
.colorswatch-img-filter-container.soft-red {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -1932px -1196px
}
.colorswatch-img-filter-container.soft-silver {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -1932px -1242px
}
.colorswatch-img-filter-container.solar-orange {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -1932px -1288px
}
.colorswatch-img-filter-container.solar-yellow {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -1932px -1334px
}
.colorswatch-img-filter-container.southern-orange {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -1932px -1380px
}
.colorswatch-img-filter-container.spar-blue {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -1932px -1426px
}
.colorswatch-img-filter-container.sparkling-grape {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -1932px -1472px
}
.colorswatch-img-filter-container.spearmint-white {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -1932px -1518px
}
.colorswatch-img-filter-container.splendid-yellow {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -1932px -1564px
}
.colorswatch-img-filter-container.sport-blue-silver {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -1932px -1610px
}
.colorswatch-img-filter-container.sport-blue-true-red {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -1932px -1656px
}
.colorswatch-img-filter-container.sport-fuchsia-sport-fuchsia {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -1932px -1702px
}
.colorswatch-img-filter-container.sport-fuchsia-white {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -1932px -1748px
}
.colorswatch-img-filter-container.sport-fuchsia {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -1932px -1794px
}
.colorswatch-img-filter-container.sport-gray {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -1932px -1840px
}
.colorswatch-img-filter-container.sport-grey-black {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -1932px -1886px
}
.colorswatch-img-filter-container.sport-grey {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) 0 -1932px
}
.colorswatch-img-filter-container.sport-red {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -46px -1932px
}
.colorswatch-img-filter-container.sport-teal-anthracite {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -92px -1932px
}
.colorswatch-img-filter-container.sports-grey {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -138px -1932px
}
.colorswatch-img-filter-container.spring-yellow {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -184px -1932px
}
.colorswatch-img-filter-container.spruce-green {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -230px -1932px
}
.colorswatch-img-filter-container.stadium-green {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -276px -1932px
}
.colorswatch-img-filter-container.starlight {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -322px -1932px
}
.colorswatch-img-filter-container.stars {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -368px -1932px
}
.colorswatch-img-filter-container.stealth {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -414px -1932px
}
.colorswatch-img-filter-container.steel-black {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -460px -1932px
}
.colorswatch-img-filter-container.steel-blue {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -506px -1932px
}
.colorswatch-img-filter-container.steel-gray {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -552px -1932px
}
.colorswatch-img-filter-container.steel-grey-light-stone {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -598px -1932px
}
.colorswatch-img-filter-container.steel-grey-true-black {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -644px -1932px
}
.colorswatch-img-filter-container.steel-grey-white {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -690px -1932px
}
.colorswatch-img-filter-container.steel-grey {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -736px -1932px
}
.colorswatch-img-filter-container.steel {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -782px -1932px
}
.colorswatch-img-filter-container.sterling-grey {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -828px -1932px
}
.colorswatch-img-filter-container.stone-black {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -874px -1932px
}
.colorswatch-img-filter-container.stone-blue-birch {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -920px -1932px
}
.colorswatch-img-filter-container.stone-blue {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -966px -1932px
}
.colorswatch-img-filter-container.stone-cinder {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -1012px -1932px
}
.colorswatch-img-filter-container.stone-classic-navy {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -1058px -1932px
}
.colorswatch-img-filter-container.stone-dark-navy {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -1104px -1932px
}
.colorswatch-img-filter-container.stone {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -1150px -1932px
}
.colorswatch-img-filter-container.stonewashed-blue {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -1196px -1932px
}
.colorswatch-img-filter-container.stonewashed-green {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -1242px -1932px
}
.colorswatch-img-filter-container.storm {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -1288px -1932px
}
.colorswatch-img-filter-container.storm-blue {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -1334px -1932px
}
.colorswatch-img-filter-container.storm-cloud {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -1380px -1932px
}
.colorswatch-img-filter-container.storm-grey {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -1426px -1932px
}
.colorswatch-img-filter-container.stratus-grey {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -1472px -1932px
}
.colorswatch-img-filter-container.strong-blue {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -1518px -1932px
}
.colorswatch-img-filter-container.sulfur-black {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -1564px -1932px
}
.colorswatch-img-filter-container.sulfur-grey {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -1610px -1932px
}
.colorswatch-img-filter-container.sunflower-yellow {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -1656px -1932px
}
.colorswatch-img-filter-container.sunset-red {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -1702px -1932px
}
.colorswatch-img-filter-container.sunset {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -1748px -1932px
}
.colorswatch-img-filter-container.tactical-green {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -1794px -1932px
}
.colorswatch-img-filter-container.tan-black {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -1840px -1932px
}
.colorswatch-img-filter-container.tan-mossy-oak-break-up-country {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -1886px -1932px
}
.colorswatch-img-filter-container.tan-realtree-xtra {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -1932px -1932px
}
.colorswatch-img-filter-container.tan {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -1978px 0
}
.colorswatch-img-filter-container.tandoori {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -1978px -46px
}
.colorswatch-img-filter-container.tangerine-dark-steel-blue {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -1978px -92px
}
.colorswatch-img-filter-container.tangerine-pink {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -1978px -138px
}
.colorswatch-img-filter-container.tangerine {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -1978px -184px
}
.colorswatch-img-filter-container.taupe {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -1978px -230px
}
.colorswatch-img-filter-container.teal-blue {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -1978px -276px
}
.colorswatch-img-filter-container.teal-gray {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -1978px -322px
}
.colorswatch-img-filter-container.teal-green {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -1978px -368px
}
.colorswatch-img-filter-container.teal-spark {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -1978px -414px
}
.colorswatch-img-filter-container.teal-throttle {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -1978px -460px
}
.colorswatch-img-filter-container.teal {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -1978px -506px
}
.colorswatch-img-filter-container.team-cardinal {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -1978px -552px
}
.colorswatch-img-filter-container.team-green {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -1978px -598px
}
.colorswatch-img-filter-container.team-navy-flash-green {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -1978px -644px
}
.colorswatch-img-filter-container.team-navy-silver {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -1978px -690px
}
.colorswatch-img-filter-container.team-navy {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -1978px -736px
}
.colorswatch-img-filter-container.team-orange {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -1978px -782px
}
.colorswatch-img-filter-container.team-purple {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -1978px -828px
}
.colorswatch-img-filter-container.team-red-anthracite {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -1978px -874px
}
.colorswatch-img-filter-container.team-red-white {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -1978px -920px
}
.colorswatch-img-filter-container.team-red {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -1978px -966px
}
.colorswatch-img-filter-container.team-teal {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -1978px -1012px
}
.colorswatch-img-filter-container.tennessee-orange {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -1978px -1058px
}
.colorswatch-img-filter-container.terra {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -1978px -1104px
}
.colorswatch-img-filter-container.terracotta-black {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -1978px -1150px
}
.colorswatch-img-filter-container.texas-orange-light-stone {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -1978px -1196px
}
.colorswatch-img-filter-container.texas-orange-white {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -1978px -1242px
}
.colorswatch-img-filter-container.texas-orange {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -1978px -1288px
}
.colorswatch-img-filter-container.thistle-purple {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -1978px -1334px
}
.colorswatch-img-filter-container.thyme-green {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -1978px -1380px
}
.colorswatch-img-filter-container.tidal-blue {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -1978px -1426px
}
.colorswatch-img-filter-container.tidal-wave {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -1978px -1472px
}
.colorswatch-img-filter-container.titanium {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -1978px -1518px
}
.colorswatch-img-filter-container.tomato-red {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -1978px -1564px
}
.colorswatch-img-filter-container.torque-teal {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -1978px -1610px
}
.colorswatch-img-filter-container.tour-yellow {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -1978px -1656px
}
.colorswatch-img-filter-container.tr {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -1978px -1702px
}
.colorswatch-img-filter-container.track-grey-heather {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -1978px -1748px
}
.colorswatch-img-filter-container.trails-end-brown {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -1978px -1794px
}
.colorswatch-img-filter-container.treetop-green {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -1978px -1840px
}
.colorswatch-img-filter-container.trophy-gold {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -1978px -1886px
}
.colorswatch-img-filter-container.tropic-blue-black {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -1978px -1932px
}
.colorswatch-img-filter-container.tropic-blue-heather {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) 0 -1978px
}
.colorswatch-img-filter-container.tropic-blue-lime-shock {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -46px -1978px
}
.colorswatch-img-filter-container.tropic-blue {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -92px -1978px
}
.colorswatch-img-filter-container.tropical-blue {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -138px -1978px
}
.colorswatch-img-filter-container.tropical-pink-charcoal {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -184px -1978px
}
.colorswatch-img-filter-container.tropical-pink-chocolate {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -230px -1978px
}
.colorswatch-img-filter-container.tropical-pink-dark-charcoal {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -276px -1978px
}
.colorswatch-img-filter-container.tropical-pink-grey {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -322px -1978px
}
.colorswatch-img-filter-container.tropical-pink-tangerine {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -368px -1978px
}
.colorswatch-img-filter-container.tropical-pink {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -414px -1978px
}
.colorswatch-img-filter-container.tropical-royal-white {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -460px -1978px
}
.colorswatch-img-filter-container.true-black-grey-heather {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -506px -1978px
}
.colorswatch-img-filter-container.true-black-grey {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -552px -1978px
}
.colorswatch-img-filter-container.true-black-true-black {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -598px -1978px
}
.colorswatch-img-filter-container.true-black {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -644px -1978px
}
.colorswatch-img-filter-container.true-blue {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -690px -1978px
}
.colorswatch-img-filter-container.true-hunter-true-black {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -736px -1978px
}
.colorswatch-img-filter-container.true-hunter-true-navy {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -782px -1978px
}
.colorswatch-img-filter-container.true-hunter {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -828px -1978px
}
.colorswatch-img-filter-container.true-khaki-coffee {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -874px -1978px
}
.colorswatch-img-filter-container.true-navy-battleship-grey {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -920px -1978px
}
.colorswatch-img-filter-container.true-navy-black-white {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -966px -1978px
}
.colorswatch-img-filter-container.true-navy-black {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -1012px -1978px
}
.colorswatch-img-filter-container.true-navy-carolina-blue {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -1058px -1978px
}
.colorswatch-img-filter-container.true-navy-charcoal-grey {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -1104px -1978px
}
.colorswatch-img-filter-container.true-navy-deep-royal {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -1150px -1978px
}
.colorswatch-img-filter-container.true-navy-deep-smoke {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -1196px -1978px
}
.colorswatch-img-filter-container.true-navy-electric-true-navy {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -1242px -1978px
}
.colorswatch-img-filter-container.true-navy-electric {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -1288px -1978px
}
.colorswatch-img-filter-container.true-navy-gold-white {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -1334px -1978px
}
.colorswatch-img-filter-container.true-navy-gold {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -1380px -1978px
}
.colorswatch-img-filter-container.true-navy-graphite {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -1426px -1978px
}
.colorswatch-img-filter-container.true-navy-grey-heather {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -1472px -1978px
}
.colorswatch-img-filter-container.true-navy-grey {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -1518px -1978px
}
.colorswatch-img-filter-container.true-navy-heather-grey {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -1564px -1978px
}
.colorswatch-img-filter-container.true-navy-heather-nickel {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -1610px -1978px
}
.colorswatch-img-filter-container.true-navy-heather-true-navy {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -1656px -1978px
}
.colorswatch-img-filter-container.true-navy-heather {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -1702px -1978px
}
.colorswatch-img-filter-container.true-navy-iron-grey-white {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -1748px -1978px
}
.colorswatch-img-filter-container.true-navy-iron-grey {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -1794px -1978px
}
.colorswatch-img-filter-container.true-navy-light-heather-grey {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -1840px -1978px
}
.colorswatch-img-filter-container.true-navy-navy {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -1886px -1978px
}
.colorswatch-img-filter-container.true-navy-pearl-grey {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -1932px -1978px
}
.colorswatch-img-filter-container.true-navy-true-navy-heather {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -1978px -1978px
}
.colorswatch-img-filter-container.true-navy-true-navy-white {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -2024px 0
}
.colorswatch-img-filter-container.true-navy-true-navy {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -2024px -46px
}
.colorswatch-img-filter-container.true-navy-vintage-heather {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -2024px -92px
}
.colorswatch-img-filter-container.true-navy-white-black {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -2024px -138px
}
.colorswatch-img-filter-container.true-navy-white {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -2024px -184px
}
.colorswatch-img-filter-container.true-navy {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -2024px -230px
}
.colorswatch-img-filter-container.true-pink-light-heather-grey {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -2024px -276px
}
.colorswatch-img-filter-container.true-pink-white {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -2024px -322px
}
.colorswatch-img-filter-container.true-pink {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -2024px -368px
}
.colorswatch-img-filter-container.true-purple {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -2024px -414px
}
.colorswatch-img-filter-container.true-red-black-white {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -2024px -460px
}
.colorswatch-img-filter-container.true-red-black {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -2024px -506px
}
.colorswatch-img-filter-container.true-red-grey {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -2024px -552px
}
.colorswatch-img-filter-container.true-red-magnet {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -2024px -598px
}
.colorswatch-img-filter-container.true-red-true-black {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -2024px -644px
}
.colorswatch-img-filter-container.true-red-true-navy {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -2024px -690px
}
.colorswatch-img-filter-container.true-red-true-royal-white {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -2024px -736px
}
.colorswatch-img-filter-container.true-red-vintage-heather {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -2024px -782px
}
.colorswatch-img-filter-container.true-red-white-black {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -2024px -828px
}
.colorswatch-img-filter-container.true-red-white {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -2024px -874px
}
.colorswatch-img-filter-container.true-red {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -2024px -920px
}
.colorswatch-img-filter-container.true-royal-black-white {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -2024px -966px
}
.colorswatch-img-filter-container.true-royal-black {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -2024px -1012px
}
.colorswatch-img-filter-container.true-royal-deep-black {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -2024px -1058px
}
.colorswatch-img-filter-container.true-royal-deep-orange {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -2024px -1104px
}
.colorswatch-img-filter-container.true-royal-electric-true-royal {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -2024px -1150px
}
.colorswatch-img-filter-container.true-royal-electric {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -2024px -1196px
}
.colorswatch-img-filter-container.true-royal-gold-white {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -2024px -1242px
}
.colorswatch-img-filter-container.true-royal-gold {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -2024px -1288px
}
.colorswatch-img-filter-container.true-royal-graphite {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -2024px -1334px
}
.colorswatch-img-filter-container.true-royal-grey {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -2024px -1380px
}
.colorswatch-img-filter-container.true-royal-heather-black {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -2024px -1426px
}
.colorswatch-img-filter-container.true-royal-heather {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -2024px -1472px
}
.colorswatch-img-filter-container.true-royal-silver {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -2024px -1518px
}
.colorswatch-img-filter-container.true-royal-true-black {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -2024px -1564px
}
.colorswatch-img-filter-container.true-royal-true-navy {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -2024px -1610px
}
.colorswatch-img-filter-container.true-royal-true-red-white {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -2024px -1656px
}
.colorswatch-img-filter-container.true-royal-true-red {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -2024px -1702px
}
.colorswatch-img-filter-container.true-royal-true-royal-heather {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -2024px -1748px
}
.colorswatch-img-filter-container.true-royal-true-royal {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -2024px -1794px
}
.colorswatch-img-filter-container.true-royal-vintage-heather {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -2024px -1840px
}
.colorswatch-img-filter-container.true-royal-white {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -2024px -1886px
}
.colorswatch-img-filter-container.true-royal {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -2024px -1932px
}
.colorswatch-img-filter-container.true-violet {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -2024px -1978px
}
.colorswatch-img-filter-container.true-white {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) 0 -2024px
}
.colorswatch-img-filter-container.turf-green-heather {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -46px -2024px
}
.colorswatch-img-filter-container.turf-green {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -92px -2024px
}
.colorswatch-img-filter-container.turquoise-frost {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -138px -2024px
}
.colorswatch-img-filter-container.turquoise-gravel {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -184px -2024px
}
.colorswatch-img-filter-container.turquoise-grey {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -230px -2024px
}
.colorswatch-img-filter-container.turquoise-multi {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -276px -2024px
}
.colorswatch-img-filter-container.turquoise-navy {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -322px -2024px
}
.colorswatch-img-filter-container.turquoise-shock-lime {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -368px -2024px
}
.colorswatch-img-filter-container.turquoise {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -414px -2024px
}
.colorswatch-img-filter-container.tweed {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -460px -2024px
}
.colorswatch-img-filter-container.twilight-blue-black {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -506px -2024px
}
.colorswatch-img-filter-container.twilight-blue-navy {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -552px -2024px
}
.colorswatch-img-filter-container.twilight-blue {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -598px -2024px
}
.colorswatch-img-filter-container.twilight {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -644px -2024px
}
.colorswatch-img-filter-container.ultra-blue {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -690px -2024px
}
.colorswatch-img-filter-container.ultramarine-blue {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -736px -2024px
}
.colorswatch-img-filter-container.ultramarine {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -782px -2024px
}
.colorswatch-img-filter-container.university-blue {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -828px -2024px
}
.colorswatch-img-filter-container.university-red {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -874px -2024px
}
.colorswatch-img-filter-container.urban-grey {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -920px -2024px
}
.colorswatch-img-filter-container.urban-haze {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -966px -2024px
}
.colorswatch-img-filter-container.usa-rainbow {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -1012px -2024px
}
.colorswatch-img-filter-container.valor-blue {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -1058px -2024px
}
.colorswatch-img-filter-container.varsity-purple-heather {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -1104px -2024px
}
.colorswatch-img-filter-container.varsity-purple {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -1150px -2024px
}
.colorswatch-img-filter-container.varsity-red-anthracite {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -1196px -2024px
}
.colorswatch-img-filter-container.varsity-red-black {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -1242px -2024px
}
.colorswatch-img-filter-container.varsity-red {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -1288px -2024px
}
.colorswatch-img-filter-container.varsity-royal-white {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -1334px -2024px
}
.colorswatch-img-filter-container.varsity-royal {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -1380px -2024px
}
.colorswatch-img-filter-container.vegas-gold-white {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -1426px -2024px
}
.colorswatch-img-filter-container.vegas-gold {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -1472px -2024px
}
.colorswatch-img-filter-container.venetian-red {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -1518px -2024px
}
.colorswatch-img-filter-container.verdant-green {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -1564px -2024px
}
.colorswatch-img-filter-container.very-berry-black {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -1610px -2024px
}
.colorswatch-img-filter-container.very-berry {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -1656px -2024px
}
.colorswatch-img-filter-container.vibrant-blue {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -1702px -2024px
}
.colorswatch-img-filter-container.vibrant-green {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -1748px -2024px
}
.colorswatch-img-filter-container.vice-blue {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -1794px -2024px
}
.colorswatch-img-filter-container.vine-green-battleship-grey {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -1840px -2024px
}
.colorswatch-img-filter-container.vine-green-heather {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -1886px -2024px
}
.colorswatch-img-filter-container.vine-green-magnet {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -1932px -2024px
}
.colorswatch-img-filter-container.vine-green-white {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -1978px -2024px
}
.colorswatch-img-filter-container.vine-green {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -2024px -2024px
}
.colorswatch-img-filter-container.vintage-black {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -2070px 0
}
.colorswatch-img-filter-container.vintage-blue {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -2070px -46px
}
.colorswatch-img-filter-container.vintage-coal-black {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -2070px -92px
}
.colorswatch-img-filter-container.vintage-coal-red {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -2070px -138px
}
.colorswatch-img-filter-container.vintage-coal-vintage-pink {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -2070px -184px
}
.colorswatch-img-filter-container.vintage-coal {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -2070px -230px
}
.colorswatch-img-filter-container.vintage-grey {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -2070px -276px
}
.colorswatch-img-filter-container.vintage-heather-black {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -2070px -322px
}
.colorswatch-img-filter-container.vintage-heather-blue {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -2070px -368px
}
.colorswatch-img-filter-container.vintage-heather-carolina-blue {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -2070px -414px
}
.colorswatch-img-filter-container.vintage-heather-deep-orange {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -2070px -460px
}
.colorswatch-img-filter-container.vintage-heather-forest-green {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -2070px -506px
}
.colorswatch-img-filter-container.vintage-heather-gold {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -2070px -552px
}
.colorswatch-img-filter-container.vintage-heather-iron-grey {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -2070px -598px
}
.colorswatch-img-filter-container.vintage-heather-lime-shock {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -2070px -644px
}
.colorswatch-img-filter-container.vintage-heather-maroon {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -2070px -690px
}
.colorswatch-img-filter-container.vintage-heather-navy {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -2070px -736px
}
.colorswatch-img-filter-container.vintage-heather-pink-raspberry {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -2070px -782px
}
.colorswatch-img-filter-container.vintage-heather-purple {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -2070px -828px
}
.colorswatch-img-filter-container.vintage-heather-red {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -2070px -874px
}
.colorswatch-img-filter-container.vintage-heather-true-navy {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -2070px -920px
}
.colorswatch-img-filter-container.vintage-heather-true-red {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -2070px -966px
}
.colorswatch-img-filter-container.vintage-heather-true-royal {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -2070px -1012px
}
.colorswatch-img-filter-container.vintage-heather-white {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -2070px -1058px
}
.colorswatch-img-filter-container.vintage-heather {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -2070px -1104px
}
.colorswatch-img-filter-container.vintage-iris {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -2070px -1150px
}
.colorswatch-img-filter-container.vintage-khaki {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -2070px -1196px
}
.colorswatch-img-filter-container.vintage-navy-navy {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -2070px -1242px
}
.colorswatch-img-filter-container.vintage-navy {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -2070px -1288px
}
.colorswatch-img-filter-container.vintage-pine-smoke {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -2070px -1334px
}
.colorswatch-img-filter-container.vintage-pine-vintage-coal {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -2070px -1380px
}
.colorswatch-img-filter-container.vintage-pine {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -2070px -1426px
}
.colorswatch-img-filter-container.vintage-pink-vintage-coal {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -2070px -1472px
}
.colorswatch-img-filter-container.vintage-pink {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -2070px -1518px
}
.colorswatch-img-filter-container.vintage-plum {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -2070px -1564px
}
.colorswatch-img-filter-container.vintage-red {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -2070px -1610px
}
.colorswatch-img-filter-container.vintage-rose {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -2070px -1656px
}
.colorswatch-img-filter-container.vintage-royal-red {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -2070px -1702px
}
.colorswatch-img-filter-container.vintage-royal-smoke {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -2070px -1748px
}
.colorswatch-img-filter-container.vintage-royal-white {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -2070px -1794px
}
.colorswatch-img-filter-container.vintage-royal {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -2070px -1840px
}
.colorswatch-img-filter-container.vintage-stone-vintage-pine {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -2070px -1886px
}
.colorswatch-img-filter-container.vintage-stone {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -2070px -1932px
}
.colorswatch-img-filter-container.violet-purple {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -2070px -1978px
}
.colorswatch-img-filter-container.violet-reflective {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -2070px -2024px
}
.colorswatch-img-filter-container.violet {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) 0 -2070px
}
.colorswatch-img-filter-container.vivid-blue {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -46px -2070px
}
.colorswatch-img-filter-container.vivid-green {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -92px -2070px
}
.colorswatch-img-filter-container.vivid-lime {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -138px -2070px
}
.colorswatch-img-filter-container.vivid-pink-dark-grey {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -184px -2070px
}
.colorswatch-img-filter-container.vivid-pink {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -230px -2070px
}
.colorswatch-img-filter-container.volt-black {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -276px -2070px
}
.colorswatch-img-filter-container.volt-cool-grey {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -322px -2070px
}
.colorswatch-img-filter-container.volt {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -368px -2070px
}
.colorswatch-img-filter-container.voltage-blue-blacktop-silver-grey {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -414px -2070px
}
.colorswatch-img-filter-container.voltage-blue {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -460px -2070px
}
.colorswatch-img-filter-container.walnut {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -506px -2070px
}
.colorswatch-img-filter-container.warm-grey {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -552px -2070px
}
.colorswatch-img-filter-container.wasabe {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -598px -2070px
}
.colorswatch-img-filter-container.washed-black {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -644px -2070px
}
.colorswatch-img-filter-container.watermelon-heather-nickel {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -690px -2070px
}
.colorswatch-img-filter-container.watermelon {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -736px -2070px
}
.colorswatch-img-filter-container.wattage-orange {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -782px -2070px
}
.colorswatch-img-filter-container.wave-reflective {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -828px -2070px
}
.colorswatch-img-filter-container.wave {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -874px -2070px
}
.colorswatch-img-filter-container.wavy-flag {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -920px -2070px
}
.colorswatch-img-filter-container.wheat {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -966px -2070px
}
.colorswatch-img-filter-container.whisper-green {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -1012px -2070px
}
.colorswatch-img-filter-container.white-athletic-maroon {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -1058px -2070px
}
.colorswatch-img-filter-container.white-battleship-grey {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -1104px -2070px
}
.colorswatch-img-filter-container.white-black-cosmic {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -1150px -2070px
}
.colorswatch-img-filter-container.white-black-silver {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -1196px -2070px
}
.colorswatch-img-filter-container.white-black {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -1242px -2070px
}
.colorswatch-img-filter-container.white-blue {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -1288px -2070px
}
.colorswatch-img-filter-container.white-bright-orange {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -1334px -2070px
}
.colorswatch-img-filter-container.white-bright-pink {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -1380px -2070px
}
.colorswatch-img-filter-container.white-cardinal {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -1426px -2070px
}
.colorswatch-img-filter-container.white-charcoal-grey-heather {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -1472px -2070px
}
.colorswatch-img-filter-container.white-classic-navy-red {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -1518px -2070px
}
.colorswatch-img-filter-container.white-classic-navy {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -1564px -2070px
}
.colorswatch-img-filter-container.white-cool-grey {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -1610px -2070px
}
.colorswatch-img-filter-container.white-dark-green {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -1656px -2070px
}
.colorswatch-img-filter-container.white-dark-grey {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -1702px -2070px
}
.colorswatch-img-filter-container.white-dark-slate {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -1748px -2070px
}
.colorswatch-img-filter-container.white-dark-smoke-grey {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -1794px -2070px
}
.colorswatch-img-filter-container.white-deep-orange-black {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -1840px -2070px
}
.colorswatch-img-filter-container.white-deep-orange {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -1886px -2070px
}
.colorswatch-img-filter-container.white-deep-royal {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -1932px -2070px
}
.colorswatch-img-filter-container.white-forest-green {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -1978px -2070px
}
.colorswatch-img-filter-container.white-forest {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -2024px -2070px
}
.colorswatch-img-filter-container.white-gold {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -2070px -2070px
}
.colorswatch-img-filter-container.white-graphite {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -2116px 0
}
.colorswatch-img-filter-container.white-grey-steel {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -2116px -46px
}
.colorswatch-img-filter-container.white-grey {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -2116px -92px
}
.colorswatch-img-filter-container.white-heather-charcoal-silver {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -2116px -138px
}
.colorswatch-img-filter-container.white-heather-grey {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -2116px -184px
}
.colorswatch-img-filter-container.white-heather-navy-silver {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -2116px -230px
}
.colorswatch-img-filter-container.white-heather-nickel {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -2116px -276px
}
.colorswatch-img-filter-container.white-heather-purple {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -2116px -322px
}
.colorswatch-img-filter-container.white-heather-true-navy {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -2116px -368px
}
.colorswatch-img-filter-container.white-iron-grey {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -2116px -414px
}
.colorswatch-img-filter-container.white-jet-black {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -2116px -460px
}
.colorswatch-img-filter-container.white-light-heather-grey {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -2116px -506px
}
.colorswatch-img-filter-container.white-light-stone {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -2116px -552px
}
.colorswatch-img-filter-container.white-lime-shock {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -2116px -598px
}
.colorswatch-img-filter-container.white-magnet {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -2116px -644px
}
.colorswatch-img-filter-container.white-maroon {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -2116px -690px
}
.colorswatch-img-filter-container.white-navy {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -2116px -736px
}
.colorswatch-img-filter-container.white-neon-lime {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -2116px -782px
}
.colorswatch-img-filter-container.white-paisley {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -2116px -828px
}
.colorswatch-img-filter-container.white-pink-cosmic {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -2116px -874px
}
.colorswatch-img-filter-container.white-pink-raspberry {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -2116px -920px
}
.colorswatch-img-filter-container.white-purple {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -2116px -966px
}
.colorswatch-img-filter-container.white-red {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -2116px -1012px
}
.colorswatch-img-filter-container.white-reflective {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -2116px -1058px
}
.colorswatch-img-filter-container.white-rogue-grey {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -2116px -1104px
}
.colorswatch-img-filter-container.white-royal-black {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -2116px -1150px
}
.colorswatch-img-filter-container.white-royal {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -2116px -1196px
}
.colorswatch-img-filter-container.white-scarlet-black {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -2116px -1242px
}
.colorswatch-img-filter-container.white-scarlet-red {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -2116px -1288px
}
.colorswatch-img-filter-container.white-shadow-grey {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -2116px -1334px
}
.colorswatch-img-filter-container.white-shadow-heather {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -2116px -1380px
}
.colorswatch-img-filter-container.white-silver {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -2116px -1426px
}
.colorswatch-img-filter-container.white-true-navy {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -2116px -1472px
}
.colorswatch-img-filter-container.white-true-red {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -2116px -1518px
}
.colorswatch-img-filter-container.white-true-royal {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -2116px -1564px
}
.colorswatch-img-filter-container.white-white {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -2116px -1610px
}
.colorswatch-img-filter-container.white-wolf-grey {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -2116px -1656px
}
.colorswatch-img-filter-container.white {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -2116px -1702px
}
.colorswatch-img-filter-container.willow-green {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -2116px -1748px
}
.colorswatch-img-filter-container.wine {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -2116px -1794px
}
.colorswatch-img-filter-container.winter-camo {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -2116px -1840px
}
.colorswatch-img-filter-container.winter-white {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -2116px -1886px
}
.colorswatch-img-filter-container.wintergreen-white {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -2116px -1932px
}
.colorswatch-img-filter-container.wintergreen {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -2116px -1978px
}
.colorswatch-img-filter-container.wolf-grey-charthreuse {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -2116px -2024px
}
.colorswatch-img-filter-container.wolf-grey-dark-grey {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -2116px -2070px
}
.colorswatch-img-filter-container.wolf-grey-silver {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) 0 -2116px
}
.colorswatch-img-filter-container.woodland-blue-camo {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -46px -2116px
}
.colorswatch-img-filter-container.woodland-brown-camo {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -92px -2116px
}
.colorswatch-img-filter-container.wow-pink {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -138px -2116px
}
.colorswatch-img-filter-container.yellow-gold {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -184px -2116px
}
.colorswatch-img-filter-container.yellow-haze {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -230px -2116px
}
.colorswatch-img-filter-container.yellow {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -276px -2116px
}
.colorswatch-img-filter-container.zebra-black-black {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -322px -2116px
}
.colorswatch-img-filter-container.zebra-black-white {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -368px -2116px
}
.colorswatch-img-filter-container.zebra-pink-white {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -414px -2116px
}
.colorswatch-img-filter-container.zebra-print {
  width: 46px;
  height: 46px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/colors_sprite_for_filter.png) -460px -2116px
}
.customer-account-login .scaffold-form label:first-child {
  width: 115px
}
.customer-account-login .col2-set .buttons-set {
  text-align: left;
  border-top: 0
}
.customer-account-login .col2-set .buttons-set .button,
.customer-account-login .col2-set .buttons-set button {
  float: none;
  min-width: 50%;
  margin: 0
}
.customer-account-login .col2-set .fieldset p {
  line-height: 16px
}
.customer-account-login .col2-set .fieldset p.required {
  margin-top: -4px
}
.customer-account-login .col2-set .col-1 ul {
  list-style: disc;
  padding-left: 20px;
  margin: 10px 0 20px 0
}
@media only screen and (min-width:480px) {
  .customer-account-login .col2-set .col-1,
  .customer-account-login .col2-set .col-2 {
    padding-top: 0;
    margin-top: 20px
  }
  .customer-account-login .col2-set .col-1 {
    padding-right: 20px
  }
  .customer-account-login .col2-set .col-2 {
    padding-left: 20px;
    border-left: 1px solid #ededed
  }
}
@media only screen and (min-width:770px) {
  .customer-account-login .col2-set .col-1 {
    padding-right: 0
  }
  .customer-account-login .col2-set .col-2 {
    padding-left: 60px;
    border-left: 1px solid #ededed
  }
}
@media only screen and (max-width:479px) {
  .customer-account-login .col2-set .col-1 {
    padding-bottom: 30px
  }
  .customer-account-login .col2-set .col-2 {
    padding-top: 30px;
    border-top: 1px solid #ededed
  }
}
@media only screen and (max-width:770px) {
  .customer-account-login .col2-set p.required {
    display: none
  }
}
.customer-account-create .scaffold-form label:first-child {
  width: 140px
}
.customer-account-create .form-confirm {
  display: none;
  visibility: hidden
}
.opc #opc-login p:not(.required) {
  font-family: Roboto,Verdana,Arial,sans-serif;
  font-size: 15px;
  margin-bottom: 24px;
  letter-spacing: .5px
}
@media only screen and (max-width:770px) {
  .opc #opc-login p:not(.required) {
    font-size: 18px;
    margin-bottom: 32px
  }
}
.remember-me-box a.hide {
  display: none
}
.remember-me-box .link-tip {
  font-size: 13px;
  padding-left: 10px
}
.remember-me-popup {
  display: none;
  border: 1px solid #ccc;
  padding: 10px;
  position: relative
}
.remember-me-popup.show {
  display: block
}
.remember-me-popup p {
  font-family: Roboto,Verdana,Arial,sans-serif
}
.remember-me-popup .remember-me-popup-close {
  position: absolute;
  top: 0;
  right: 0;
  padding: 10px;
  font-size: 12px
}
.remember-me-popup .remember-me-popup-close-button {
  display: none
}
.customer-account-create .buttons-set {
  max-width: 455px;
  margin-bottom: 25px
}
.customer-account-create .buttons-set,
.customer-account-create .fieldset {
  margin-left: 30px
}
@media only screen and (max-width:479px) {
  .customer-account-create .buttons-set,
  .customer-account-create .fieldset {
    margin-left: 0
  }
}
.customer-account-create .fieldset .hidden {
  display: none
}
.customer-account-create #remember-me-popup {
  max-width: 455px
}
.customer-address-form .scaffold-form .buttons-set {
  margin-bottom: 60px
}
.customer-account-forgotpassword .buttons-set,
.customer-account-forgotpassword .fieldset {
  margin-left: 30px;
  max-width: 400px
}
@media only screen and (max-width:479px) {
  .customer-account-forgotpassword .buttons-set,
  .customer-account-forgotpassword .fieldset {
    margin-left: 0
  }
}
.customer-account-forgotpassword .fieldset .input-box input.input-text {
  width: 100%
}
body.customer-account .my-account h2 {
  font-size: 32px
}
body.customer-account .my-account .order-info-box h2 {
  font-size: 18px
}
body.customer-account .my-account .order-info-box .box-content {
  padding-top: 4px
}
body.customer-account .my-account .page-title {
  display: block
}
body.customer-account .my-account .page-title h1 {
  color: #333632;
  font-size: 49px;
  border: 0;
  text-align: left;
  text-transform: none;
  padding-top: 5px
}
body.customer-account .my-account p {
  font-size: 15px
}
body.customer-account .my-account .title-buttons {
  position: relative;
  text-align: right
}
body.customer-account .my-account .title-buttons h1 {
  text-align: left
}
body.customer-account .my-account .title-buttons .button {
  position: absolute;
  right: 31px;
  top: 21px;
  height: 46px;
  text-transform: none;
  padding-left: 20px;
  padding-right: 10px
}
body.customer-account .my-account .title-buttons a,
body.customer-account .my-account .title-buttons span.separator {
  position: relative
}
body.customer-account .my-account .addresses-list h2,
body.customer-account .my-account .fieldset h2,
body.customer-account .my-account .order-details h2 {
  width: 100%;
  display: inline-block;
  font-family: Roboto,Verdana,Arial,sans-serif;
  font-weight: 500;
  font-size: 16px
}
body.customer-account .my-account .addresses-list h3 {
  font-size: 16px;
  font-weight: 600
}
body.customer-account .my-account .fieldset {
  margin-top: 30px;
  margin-bottom: 30px
}
body.customer-account .my-account .pager {
  position: relative;
  width: 100%;
  margin-right: 11px;
  padding-bottom: 1px;
  overflow: visible;
  left: 0
}
body.customer-account .my-account .pager .count-container {
  float: right
}
body.customer-account .my-account .pager .amount {
  display: none
}
body.customer-account .my-account .pager .input-box:before {
  top: 0
}
body.customer-account .my-account .pager .limiter > label {
  float: left;
  line-height: 40px
}
body.customer-account .my-account .pager .limiter {
  margin-top: 0
}
body.customer-account .my-account .pager .limiter .select-container:before {
  margin-top: 0
}
body.customer-account .my-account .pager .limiter .custom-shiv {
  background: #f5f7e9;
  height: 36px
}
body.customer-account .my-account .order-comment {
  padding-bottom: 40px;
  margin-bottom: 40px;
  border-bottom: 1px solid #ededed
}
body.customer-account .my-account .order-comment h2 {
  font-size: 18px
}
body.customer-account .main {
  margin-top: 35px
}
body.customer-account .main .col-left {
  width: 25%;
  position: relative
}
body.customer-account .main .col-main {
  width: 75%;
  padding-left: 25px
}
@media only screen and (max-width:770px) {
  body.customer-account .main .col-left,
  body.customer-account .main .col-main {
    width: 100%;
    padding-left: 0
  }
}
body.customer-account .data-table {
  margin-top: 5px
}
body.customer-account .data-table td.number,
body.customer-account .data-table th.number {
  padding-left: 20px
}
body.customer-account .data-table th {
  height: 80px;
  padding-top: 32px;
  padding-bottom: 0
}
body.customer-account .data-table th.view {
  padding-top: 22px
}
body.customer-account .data-table td {
  padding-top: 35px
}
body.customer-account .data-table td a {
  font-family: Roboto,Verdana,Arial,sans-serif;
  color: #333632;
  text-transform: uppercase;
  font-style: normal;
  font-size: 11px;
  letter-spacing: 1px
}
body.customer-account .data-table td em {
  font-style: normal
}
body.customer-account .sidebar.col-left-first .block-content li {
  height: 38px
}
body.customer-account .sidebar .block ol#compare-items li {
  margin: 10px 0
}
body.customer-account .sidebar .block .block-title strong {
  font-family: Roboto,Verdana,Arial,sans-serif;
  font-weight: 500;
  font-size: 22px;
  color: #333632;
  padding-left: 17px
}
body.customer-account .sidebar .block .block-content {
  border-top: none
}
body.customer-account .sidebar .block .block-content p.block-subtitle {
  margin-bottom: 15px;
  margin-left: 17px
}
body.customer-account .sidebar .block .block-content .actions {
  margin-top: 30px;
  padding-left: 10px;
  clear: both;
  float: left;
  width: 100%
}
body.customer-account .sidebar .block .block-content .actions button {
  background: #cde146;
  margin-right: 10px;
  width: 100%
}
body.customer-account .sidebar .block .block-content .actions button:hover {
  background: #d9e874
}
@media only screen and (max-width:920px) {
  body.customer-account .sidebar .block .block-content .actions button {
    padding-left: 30px
  }
}
body.customer-account .sidebar .block .block-content .actions a {
  float: right;
  margin-left: 10px
}
body.customer-account .sidebar .block .block-content li {
  position: relative;
  text-transform: none;
  padding: 11px 0 11px 17px
}
body.customer-account .sidebar .block .block-content li * {
  float: left
}
body.customer-account .sidebar .block .block-content li:hover {
  background: #d8f82c
}
body.customer-account .sidebar .block .block-content li:hover a {
  color: #000;
  text-decoration: none;
  width: 100%
}
body.customer-account .sidebar .block .block-content li:hover a strong {
  color: #000
}
body.customer-account .sidebar .block .block-content li:hover a:after {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  top: 0;
  left: 0
}
@media only screen and (max-width:770px) {
  body.customer-account .sidebar .block {
    margin-top: 20px;
    position: relative;
    margin-bottom: 20px
  }
  body.customer-account .sidebar .block .block-title {
    background: #f5f7e8;
    border: 3px solid #b4b4b4
  }
  body.customer-account .sidebar .block .block-title > strong {
    background: #f5f7e8;
    font-size: 16px
  }
  body.customer-account .sidebar .block .block-title > strong:after,
  body.customer-account .sidebar .block .block-title > strong:before {
    transition: transform .3s ease-out
  }
  body.customer-account .sidebar .block .block-title.active {
    border: 6px solid #333632
  }
  body.customer-account .sidebar .block .block-title.active > strong {
    background: #333632;
    border: none
  }
  body.customer-account .sidebar .block .block-title.active > strong:before {
    background-position: -400px -20px!important;
    transform: rotate(60deg);
    transition: transform .3s ease-out
  }
  body.customer-account .sidebar .block .block-title.active > strong:after {
    background-position: -400px -20px!important;
    transform: rotate(60deg);
    transition: transform .3s ease-out
  }
  body.customer-account .sidebar .block .block-title.active > strong > span {
    color: #fff
  }
}
@media only screen and (max-width:599px) {
  body.customer-account .sidebar .block .block-title > strong:before,
  body.customer-account .sidebar .block .block-title.active > strong:before {
    left: 20px
  }
  body.customer-account .sidebar .block .block-title > strong:after,
  body.customer-account .sidebar .block .block-title.active > strong:after {
    right: 20px
  }
}
body.customer-account .sidebar .block-cart .summary {
  margin-bottom: 15px
}
.form-list .customer-dob .dob-day,
.form-list .customer-dob .dob-month {
  width: 40px;
  float: left;
  margin-right: 20px
}
.form-list .customer-dob .dob-year {
  width: 80px;
  float: left;
  margin-right: 25px
}
.form-list li.control .input-box:before {
  display: none
}
.dashboard .box-head {
  margin-top: 30px;
  padding-bottom: 3px
}
.dashboard .box-head h2 {
  font-size: 15px;
  font-weight: 600;
  display: inline-block;
  margin-bottom: 0
}
.dashboard .box-head a {
  padding: 10px
}
.dashboard .box-head a,
.dashboard .box-title a {
  text-transform: uppercase;
  font-size: 12px
}
.dashboard .box-account {
  padding-bottom: 0;
  margin-bottom: 45px
}
.dashboard .box-account address,
.dashboard .box-account p {
  font-family: Roboto,Verdana,Arial,sans-serif;
  font-style: italic
}
.dashboard .box-account .manage-addresses {
  background: #333632;
  line-height: 3.8;
  height: 80px;
  padding-top: 16px;
  padding-bottom: 4px
}
.dashboard .box-account .manage-addresses h4 {
  float: left;
  color: #fff;
  margin: 11px 0 0 20px
}
.dashboard .box-account .manage-addresses button {
  float: right;
  margin: 7px 32px 10px 0
}
.dashboard .box-account .manage-addresses button a {
  color: #fff
}
@media only screen and (max-width:640px) {
  .dashboard .box-account .manage-addresses h4 {
    font-size: 20px
  }
}
.dashboard .box-recent .box-head {
  margin-top: 47px
}
.dashboard .col2-set .col-1,
.dashboard .col2-set .col-2 {
  padding-right: 12.0967741935%;
  padding-bottom: 0;
  padding-top: 0
}
.dashboard .col2-set .col-1 .box-title,
.dashboard .col2-set .col-2 .box-title {
  position: relative;
  padding-bottom: 1px
}
.dashboard .col2-set .col-1 .box-title h2,
.dashboard .col2-set .col-1 .box-title h3,
.dashboard .col2-set .col-2 .box-title h2,
.dashboard .col2-set .col-2 .box-title h3 {
  font-weight: 600;
  font-size: 16px;
  margin-bottom: 0;
  padding-top: 21px
}
.dashboard .col2-set .col-1 .box-title a,
.dashboard .col2-set .col-2 .box-title a {
  position: absolute;
  top: -10px;
  right: -10px;
  padding: 10px;
  line-height: 19.6px
}
.dashboard .col2-set .col-1 .box-content,
.dashboard .col2-set .col-2 .box-content {
  margin-bottom: 40px
}
.dashboard .col2-set .col-1 .box-content p,
.dashboard .col2-set .col-2 .box-content p {
  font-size: 16px;
  font-style: normal
}
.dashboard .col2-set .col-1 .box-content a,
.dashboard .col2-set .col-2 .box-content a {
  color: #333632;
  font-size: 11px;
  text-transform: uppercase;
  text-decoration: none;
  letter-spacing: 1px
}
.dashboard .box-reviews.box-account {
  padding-bottom: 0
}
.dashboard .box-reviews li {
  padding: 10px 0;
  border-top: 1px solid #ededed
}
.dashboard .box-reviews li:first-child {
  border-top: 0
}
.dashboard .box-reviews li .number {
  margin-right: -20px;
  float: left;
  line-height: 1.4;
  font-size: 13px
}
.dashboard .box-reviews li .details {
  margin-left: 20px
}
.dashboard .box-reviews li .details .ratings {
  content: "";
  display: table;
  clear: both;
  margin-bottom: 0
}
.dashboard .box-reviews li .details .ratings strong {
  float: left;
  font-family: Roboto,Verdana,Arial,sans-serif;
  font-size: 13px;
  margin-right: 5px
}
.dashboard .box-reviews li .details .ratings .rating-box {
  float: left;
  margin: 3px 0 0 0
}
.my-account .addresses-list {
  font-family: Roboto,Verdana,Arial,sans-serif;
  font-size: 15px
}
.my-account .addresses-list .col-1,
.my-account .addresses-list .col-2 {
  padding-bottom: 0
}
.my-account .addresses-list .item {
  margin: 0 0 30px 0
}
.my-account .addresses-list .item p {
  margin-top: 10px
}
.my-account .addresses-list .item p a {
  color: #333632;
  font-size: 13px
}
.my-account .addresses-list address {
  font-size: 15px
}
@media only screen and (max-width:770px) {
  .my-account .addresses-list .col-1,
  .my-account .addresses-list .col-2 {
    width: 100%;
    padding-left: 0;
    padding-right: 0
  }
  .my-account .addresses-list .col-1 li.empty,
  .my-account .addresses-list .col-2 li.empty {
    width: 100%
  }
}
@media only screen and (max-width:599px) {
  .my-account .addresses-list .addresses-additional p a {
    white-space: nowrap
  }
}
.order-info {
  padding-bottom: 10px;
  border-bottom: 1px solid #ededed;
  width: 100%;
  margin-bottom: 30px
}
.order-info dd,
.order-info dt,
.order-info li,
.order-info ul {
  display: inline
}
.order-info dt {
  margin-right: 20px
}
.order-info li {
  margin: 0 0 0 20px
}
.order-info li.current {
  font-weight: 600
}
.order-info li:first-child {
  margin-left: 0
}
.order-date {
  font-family: Roboto,Verdana,Arial,sans-serif;
  text-transform: uppercase
}
.order-info-box {
  margin-bottom: 40px;
  margin-top: 20px
}
.order-info-box + .order-info-box {
  padding-bottom: 40px;
  border-bottom: 1px solid #ededed
}
.order-info-box .col-1 {
  padding-right: 0;
  width: 48%
}
.order-info-box .col-2 {
  width: 52%
}
.order-info-box .col-1,
.order-info-box .col-2 {
  overflow: hidden;
  padding-top: 0;
  padding-bottom: 0
}
.order-info-box .box-title {
  width: 150px;
  padding-right: 10px;
  float: left
}
.order-info-box .box-title h2 {
  font-size: 14px;
  font-family: Roboto,Verdana,Arial,sans-serif;
  font-weight: 700;
  line-height: 1.5
}
.order-info-box .box-title h2:after {
  content: ":"
}
.order-info-box .box-content {
  float: left;
  font-family: Roboto,Verdana,Arial,sans-serif
}
.order-info-box .box-content td,
.order-info-box .box-content th {
  font-family: Roboto,Verdana,Arial,sans-serif;
  line-height: 1.3
}
.order-info-box .box-content th {
  padding-top: 10px
}
.order-info-box .box-content td {
  padding-left: 15px
}
.order-info-box .box-content strong {
  font-family: Roboto,Verdana,Arial,sans-serif;
  font-weight: 400;
  text-transform: uppercase
}
#my-orders-table .option-label {
  margin-left: 10px;
  font-weight: 600;
  font-style: italic
}
#my-orders-table .option-value {
  margin-left: 20px
}
#my-orders-table tr.bundle:not(:last-child) td {
  border-bottom: none;
  border-top: none
}
#my-orders-table button {
  margin: 0 21px 10px 10px
}
#my-orders-table button a {
  color: #fff
}
#my-orders-table tfoot td {
  padding-top: 7px;
  padding-bottom: 7px
}
ol#cart-sidebar-reorder {
  padding-left: 10px;
  float: left;
  width: 100%;
  clear: both
}
ol#cart-sidebar-reorder li {
  width: 100%;
  clear: both;
  float: left;
  position: relative;
  margin: 10px 0 0;
  padding-left: 47px!important;
  padding-bottom: 0!important
}
ol#cart-sidebar-reorder li .checkbox-label {
  position: absolute;
  left: 17px;
  top: 10px;
  z-index: 10
}
ol#cart-sidebar-reorder li .product-name {
  float: left
}
ol#cart-sidebar-reorder li input {
  margin-right: 10px
}
#cart-sidebar-reorder-advice-container {
  float: left;
  clear: both;
  width: 100%
}
@media only screen and (max-width:599px) {
  #my-orders-table .option-label {
    margin-left: 20px
  }
  #my-orders-table .option-value {
    margin-left: 35px
  }
  #my-orders-table td[data-rwd-label=Qty] .nobr br {
    display: none
  }
  #my-orders-table td[data-rwd-label=Qty] .nobr strong {
    margin-right: 10px
  }
  #my-orders-table tr.bundle {
    border-color: #ededed
  }
  #my-orders-table tr.bundle.child td[data-rwd-label] {
    padding-left: 60px
  }
  #my-orders-table tbody:last-child tr:last-child td {
    padding-bottom: 10px;
    border-bottom: 0
  }
  #my-orders-table tbody:last-child tr:last-child td:last-child {
    padding-bottom: 15px
  }
  #my-orders-table tfoot tr.shipping {
    margin-top: 0
  }
}
.order-additional {
  margin: 40px 0
}
.order-gift-message dd {
  margin-top: 10px
}
#giftcard-form button {
  margin-left: 25px
}
.enterprise-giftcardaccount-customer-index #giftcard_balance_lookup ul.messages {
  display: block!important
}
@media only screen and (max-width:1199px) {
  .dashboard .col2-set .col-1,
  .dashboard .col2-set .col-2 {
    padding-right: 30px;
    padding-bottom: 0
  }
}
@media only screen and (max-width:979px) {
  body.customer-account .my-account .title-buttons {
    text-align: left
  }
  body.customer-account .my-account .title-buttons h1 {
    font-size: 32px;
    line-height: 36px
  }
  body.customer-account .my-account .title-buttons a,
  body.customer-account .my-account .title-buttons span.separator {
    top: -12px
  }
  body.customer-account .my-account .page-title h1 {
    font-size: 32px;
    line-height: 36px
  }
  .data-table span.nobr a {
    white-space: nowrap
  }
  .dashboard .col2-set .col-1 .box-title a,
  .dashboard .col2-set .col-2 .box-title a {
    position: static;
    padding: 0
  }
}
@media only screen and (max-width:1024px) {
  body.customer-account .data-table.orders td.ship,
  body.customer-account .data-table.orders th.ship {
    display: none
  }
}
@media only screen and (max-width:770px) {
  .order-info-box .box-content {
    clear: left
  }
  .addresses-list .item {
    float: left;
    width: 50%;
    padding-right: 30px
  }
  .order-info dt {
    display: none
  }
  .dashboard .page-title {
    margin-top: 20px
  }
  .dashboard .page-title h1 {
    margin-top: 0
  }
  .dashboard .welcome-msg {
    font-family: Roboto,Verdana,Arial,sans-serif
  }
  .dashboard .welcome-msg .hello {
    font-style: italic
  }
  .dashboard .box-account {
    padding-bottom: 15px;
    margin-bottom: 30px
  }
  .dashboard .col2-set .col-1,
  .dashboard .col2-set .col-2 {
    width: 48%;
    padding-right: 0;
    padding-left: 0
  }
  .dashboard .col2-set .col-1 {
    float: left;
    margin-right: 4%
  }
  .dashboard .col2-set .col-2 {
    float: right
  }
}
@media only screen and (max-width:599px) {
  body.customer-account .my-account .form-list .control {
    padding-left: 0
  }
  body.customer-account .my-account .manage-addresses button {
    display: none
  }
  body.customer-account .my-account #giftcard-form button {
    font-size: 12px;
    padding-left: 42px
  }
  body.customer-account .title-buttons h1 {
    font-size: 40px
  }
}
@media only screen and (max-width:640px) {
  .data-table.orders td.status,
  .data-table.orders th.status {
    display: none
  }
}
@media only screen and (max-width:520px) {
  .data-table.orders .date {
    display: none
  }
  .data-table.orders th.view button {
    float: right
  }
  .data-table.orders td.view {
    text-align: right;
    padding-right: 25px
  }
}
@media only screen and (max-width:479px) {
  body.customer-account .my-account .page-title h1 {
    font-size: 32px;
    line-height: 36px
  }
  body.customer-account .my-account .title-buttons {
    text-align: center
  }
  body.customer-account .my-account .title-buttons .button {
    width: 100%;
    position: static;
    margin-bottom: 15px
  }
  body.customer-account .my-account .title-buttons button:before {
    top: 59px
  }
  body.customer-account .my-account .fieldset h2 {
    margin-bottom: 15px
  }
  body.customer-account .my-account .order-details h2 {
    margin-bottom: 15px
  }
  body.customer-account .my-account .buttons-set {
    border-top: 0
  }
  body.customer-account .my-account .addresses-list .item {
    margin-bottom: 15px;
    padding-right: 0;
    float: none;
    width: auto
  }
  body.customer-account .my-account .addresses-list h2 {
    margin-bottom: 15px
  }
  .order-info {
    margin-top: 15px
  }
  .dashboard .col2-set .col-1,
  .dashboard .col2-set .col-2 {
    width: 100%;
    margin-top: 15px
  }
  .dashboard .col2-set .col-1 .box-title a,
  .dashboard .col2-set .col-2 .box-title a {
    position: absolute;
    padding: 10px
  }
  .order-info-box {
    margin: 0
  }
  .order-info-box .col-1,
  .order-info-box .col-2 {
    width: 100%;
    border-bottom: 1px solid #ededed;
    padding: 15px 0
  }
  .order-info-box + .order-info-box {
    padding-bottom: 0;
    border-bottom: 0;
    margin-bottom: 30px
  }
  #my-reviews-table .nobr {
    white-space: normal
  }
}
@media only screen and (max-width:410px) {
  .data-table.orders td.total,
  .data-table.orders th.total {
    display: none
  }
}
body.newsletter-manage-index .my-account .fieldset {
  margin-bottom: 20px
}
body.newsletter-manage-index .my-account .fieldset h2 {
  display: none
}
body.newsletter-manage-index .my-account .form-list {
  border-top: 1px solid #ededed;
  padding-top: 10px
}
label.required::after,
span.required::after {
  font-size: 13px
}
#rma_comment_text,
textarea#rma_comment {
  border-right: 3px solid #b4b4b4
}
.input-box.rma_comment:before {
  display: none
}
.input-box.rma_qty:before {
  display: none
}
.review-customer-index h2.product-name {
  line-height: .7;
  margin-top: -4px
}
.review-customer-index h2.product-name a {
  font-size: 15px!important
}
.enterprise-checkout-sku-index .order-row .input-box:before {
  top: 0
}
.enterprise-checkout-sku-index .order-row .input-box .input-text.qty {
  width: 100%
}
.enterprise-checkout-sku-index .file-upload .input-box:before {
  display: none
}
.enterprise-checkout-sku-index td:first-child {
  padding-left: 0
}
.customer-account-forgotpassword .col-main {
  padding: 40px 0
}
.customer-account-forgotpassword .col-main .input-box:before {
  top: 12px!important
}
.customer-account-forgotpassword .col-main .input-box.validation-error:before {
  top: 13px!important
}
.contacts-index-index .buttons-set {
  margin-left: 30px;
  max-width: 435px
}
.contacts-index-index .buttons-set p.required {
  float: left
}
@media only screen and (max-width:599px) {
  .contacts-index-index .buttons-set {
    max-width: 330px;
    margin-left: 0
  }
  .contacts-index-index .buttons-set button {
    float: left;
    margin-left: 0
  }
  .contacts-index-index .buttons-set p.required {
    float: right
  }
}
.customer-account-create .scaffold-form .field label:first-child {
  width: 200px
}
form[class*=webforms-] {
  padding: 15px
}
form[class*=webforms-] .std {
  display: none
}
form[class*=webforms-] .type-select-checkbox .input-box:before,
form[class*=webforms-] .type-select-radio .input-box:before,
form[class*=webforms-] .type-textarea .input-box:before {
  display: none
}
form[class*=webforms-] .type-textarea textarea {
  border-right: 3px solid #b4b4b4
}
form[class*=webforms-] .type-textarea textarea.validation-failed {
  border-right: 3px solid #d44343
}
form[class*=webforms-] .buttons-set {
  margin-left: 30px;
  max-width: 435px
}
form[class*=webforms-] .buttons-set p.required {
  float: left
}
form[class*=webforms-] .legend {
  color: #e7542f
}
form[class*=webforms-] .list-select li:last-of-type {
  clear: both
}
form[class*=webforms-] .list-select li:last-of-type .validation-advice {
  clear: both
}
.cms-page-view .webforms-fields-1 .input-box:before,
.cms-page-view .webforms-fields-2 .input-box:before {
  top: 29px
}
@media only screen and (max-width:870px) and (min-width:771px) {
  .paypal-review-order .col2-set .col-1,
  .paypal-review-order .col2-set .col-2 {
    padding: 0
  }
}
.paypal-review-order .info-set {
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #ededed
}
.paypal-review-order .buttons-set {
  margin-top: 0;
  padding-top: 0;
  border: 0
}
.paypal-review-order .buttons-set button {
  margin-bottom: 10px
}
@media only screen and (max-width:770px) {
  .paypal-review-order .col-1 {
    padding-bottom: 0
  }
  .paypal-review-order .field.inactive {
    display: none
  }
}
.bml-ad {
  display: none
}
.bml-ad.small img {
  margin: auto;
  max-width: 100%
}
@media only screen and (max-width:799px) {
  .bml-ad.small {
    display: block
  }
}
@media only screen and (min-width:800px) {
  .bml-ad.large {
    display: block
  }
}
div.paypal-logo {
  text-align: center;
  margin: 15px 0;
  max-width: 100%
}
div.paypal-logo span {
  display: block;
  width: 100%
}
div.paypal-logo span a {
  display: inline-block;
  max-width: 100%
}
div.paypal-logo span a img {
  max-width: 100%
}
div.paypal-logo span > img {
  display: none
}
.checkout-types div.paypal-logo {
  text-align: right
}
.bml-checkout-type {
  list-style-type: none
}
.ugc-modal-review {
  position: fixed;
  font-family: Arial,Helvetica,sans-serif;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0,0,0,.8);
  z-index: 99999;
  -webkit-transition: opacity .4s ease-in;
  -moz-transition: opacity .4s ease-in;
  transition: opacity .4s ease-in;
  display: none
}
.ugc-modal-review .ugc-close {
  float: right;
  font-size: 35px;
  color: #fff;
  padding-top: 20px;
  padding-right: 30px;
  cursor: pointer
}
.ugc-modal-review .ugc-close:hover {
  color: #000
}
.ugc-modal-review .ugc-modal-container {
  width: 80%;
  height: 80%;
  position: relative;
  margin: 5% auto;
  border-radius: 10px
}
.ugc-modal-review .ugc-modal-container .ugc-slider-container {
  height: 100%;
  background-color: #000;
  float: left;
  width: 60%
}
.ugc-modal-review .ugc-modal-container .ugc-slider-container .slick-list,
.ugc-modal-review .ugc-modal-container .ugc-slider-container .slick-track {
  height: 100%
}
.ugc-modal-review .ugc-modal-container .ugc-slider-container .slick-list {
  padding: 0 100px!important
}
.ugc-modal-review .ugc-modal-container .ugc-slider-container .arrow-navigation {
  height: 100%;
  font-size: 90px;
  position: absolute;
  z-index: 1;
  width: 100px;
  text-align: center;
  background-color: #000;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer
}
.ugc-modal-review .ugc-modal-container .ugc-slider-container .arrow-navigation:hover {
  color: #fff
}
.ugc-modal-review .ugc-modal-container .ugc-slider-container .previous-arrow {
  top: 0;
  left: 0
}
.ugc-modal-review .ugc-modal-container .ugc-slider-container .next-arrow {
  top: 0;
  right: 0
}
.ugc-modal-review .ugc-modal-container .ugc-slider-container div.slideshow-container {
  height: 100%;
  margin: 0;
  border: none
}
.ugc-modal-review .ugc-modal-container .ugc-slider-container div.slideshow-container .slick-slide > div {
  height: 100%
}
.ugc-modal-review .ugc-modal-container .ugc-slider-container div.slideshow-container .slick-slide > div .review-image-container {
  height: 100%;
  display: flex!important
}
.ugc-modal-review .ugc-modal-container .ugc-slider-container div.slideshow-container .slick-slide > div .review-image-container img {
  max-width: 100%;
  max-height: 100%;
  margin: auto
}
.ugc-modal-review .ugc-modal-container .ugc-content-container {
  background-color: #fff;
  padding: 10px;
  float: left;
  width: 40%;
  height: 100%
}
.ugc-modal-review .ugc-modal-container .ugc-content-container .review-header .reviewer {
  color: #3085c7;
  font-size: 12px;
  float: left
}
.ugc-modal-review .ugc-modal-container .ugc-content-container .review-header .review-date {
  color: #a2a2a2;
  font-size: 12px;
  float: right
}
.ugc-modal-review .ugc-modal-container .ugc-content-container .review-header .vote-container {
  clear: both
}
.ugc-modal-review .ugc-modal-container .ugc-content-container .review-header .vote-container tr {
  float: left;
  margin-right: 15px
}
.ugc-modal-review .ugc-modal-container .ugc-content-container .review-header .vote-container tr .rating-box {
  margin-left: 5px
}
.ugc-modal-review .ugc-modal-container .ugc-content-container .review-main {
  overflow: scroll
}
@media only screen and (max-width:979px) {
  .ugc-modal-review .ugc-modal-container {
    width: 80%;
    height: 80%
  }
  .ugc-modal-review .ugc-modal-container .ugc-slider-container {
    float: none;
    height: 30%;
    width: 100%
  }
  .ugc-modal-review .ugc-modal-container .ugc-content-container {
    float: none;
    width: 100%;
    height: 70%
  }
}
#customer-reviews {
  width: auto;
  float: none
}
#customer-reviews .write-review-container {
  margin-bottom: 60px
}
#customer-reviews .review-title {
  display: block;
  font-size: 28px;
  color: #333532;
  text-transform: capitalize
}
#customer-reviews .review-heading {
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  padding: 10px 0 5px
}
#customer-reviews .review-heading:after {
  content: "";
  display: table;
  clear: both
}
#customer-reviews .review-heading h2 {
  float: left;
  display: block
}
#customer-reviews .review-heading .pager {
  clear: none;
  float: right;
  width: auto
}
#customer-reviews .review-heading .pager .count-container .limiter {
  margin-bottom: 0
}
#customer-reviews .review-heading .pager .count-container .limiter label {
  font-family: Roboto,Verdana,Arial,sans-serif;
  font-size: 10px;
  text-transform: uppercase
}
#customer-reviews .review-heading .pager .amount {
  display: none
}
#customer-reviews h2 {
  color: #39c;
  font-size: 12px;
  text-transform: uppercase
}
#customer-reviews h2 span {
  color: #333632
}
#customer-reviews h3 {
  font-family: Roboto,Verdana,Arial,sans-serif;
  font-size: 12px;
  font-weight: 400;
  text-transform: uppercase
}
#customer-reviews h3 span {
  color: #39c
}
#customer-reviews .fieldset {
  width: 470px
}
#customer-reviews .fieldset h4 {
  font-family: Roboto,Verdana,Arial,sans-serif;
  font-size: 12px;
  font-weight: 400;
  padding-bottom: 5px;
  text-transform: uppercase
}
#customer-reviews .fieldset h4 em {
  display: none
}
#customer-reviews .fieldset .form-list {
  font-family: Roboto,Verdana,Arial,sans-serif;
  font-size: 12px;
  font-weight: 400;
  margin: 10px 0;
  text-transform: uppercase;
  width: 470px
}
#customer-reviews .fieldset .form-list .inline-label:after {
  content: "";
  display: table;
  clear: both
}
#customer-reviews .fieldset .form-list label {
  font-size: 15px;
  text-transform: none;
  font-weight: 400;
  margin-bottom: 4px
}
#customer-reviews .fieldset .form-list textarea {
  border: 3px solid #b4b4b4;
  border-radius: 0;
  width: 100%;
  -webkit-appearance: none
}
#customer-reviews .fieldset .form-list textarea.validation-failed {
  border-color: #d0454a;
  background-color: #fff1f1
}
#customer-reviews .fieldset .form-list input {
  border: 3px solid #b4b4b4;
  border-radius: 0
}
#customer-reviews .fieldset .form-list input[type=text] {
  width: 100%
}
#customer-reviews .fieldset .form-list input.validation-failed {
  border-color: #d0454a
}
#customer-reviews .fieldset .form-list #review-images {
  width: .1px;
  height: .1px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  z-index: -1
}
#customer-reviews .fieldset .form-list #review-images + label {
  font-size: 1.25em;
  font-weight: 700;
  display: inline-block;
  vertical-align: middle;
  line-height: 7em;
  text-align: center;
  cursor: pointer;
  width: 100%;
  height: 7em;
  border: #3085c7 dashed 2px;
  border-radius: 5px
}
#customer-reviews .fieldset .form-list .review-images img.image-preview {
  width: 25%;
  display: inline-block;
  object-fit: contain
}
#customer-reviews .fieldset .form-list #review-images + label:hover,
#customer-reviews .fieldset .form-list #review-images:focus + label {
  background-color: #e5eac2
}
#customer-reviews .fieldset .form-list .input-box {
  float: none
}
#customer-reviews .fieldset .form-list .text-area:before {
  display: none
}
#customer-reviews .buttons-set {
  border: none;
  margin: 0;
  width: 470px
}
#customer-reviews dl {
  font-family: Roboto,Verdana,Arial,sans-serif;
  font-size: 12px;
  font-weight: 400;
  margin-bottom: 10px
}
#customer-reviews dl dt {
  margin: 0
}
#customer-reviews dl dt .reviewer {
  float: left;
  color: #3085c7;
  font-size: 12px
}
#customer-reviews dl dt .review-date {
  float: right
}
#customer-reviews dl dt h6 {
  clear: both;
  margin-bottom: 1px
}
#customer-reviews dl dt .ratings-table {
  font-family: Roboto,Verdana,Arial,sans-serif;
  font-size: 12px;
  width: 100%
}
#customer-reviews dl dt .ratings-table tr {
  float: left;
  margin-right: 15px
}
#customer-reviews dl dd {
  font-family: Roboto,Verdana,Arial,sans-serif;
  font-size: 14px;
  letter-spacing: .5px;
  margin-bottom: 41px
}
#customer-reviews dl dd table {
  margin: 11px 0 13px
}
#customer-reviews dl dd .review-meta {
  font-size: 15px
}
#customer-reviews dl dd .review-user-generated-images {
  margin-top: 10px
}
#customer-reviews dl dd .review-user-generated-images .image-review {
  position: relative;
  border: 1px solid #cfd7e3;
  border-radius: 3px;
  width: 80px;
  height: 80px;
  margin-right: 11px;
  margin-bottom: 11px;
  float: left;
  cursor: pointer
}
.write-review-link {
  margin-bottom: 40px
}
.review-summary-table {
  margin: 0 0 40px
}
.review-summary-table thead {
  background: 0 0
}
.review-summary-table thead th {
  background: 0 0;
  border: none;
  padding: 15px 7px 10px 8px
}
.review-summary-table tbody th {
  background: 0 0;
  font-size: 12px;
  color: #333632;
  font-family: Roboto,Verdana,Arial,sans-serif
}
.review-summary-table tbody td {
  border: none;
  text-align: center;
  padding: 0
}
.review-summary-table tbody td label {
  width: 100%;
  display: block;
  padding: 11px 0
}
.review-summary-table .rating-box .rating-number {
  display: none
}
.review-summary-table .rating-box .rating-number:after {
  content: "";
  display: inline-block;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/sprite.png);
  background-position: -647px -307px!important;
  width: 13px;
  height: 14px;
  margin-left: 5px;
  position: relative;
  top: 2px
}
@media only screen and (-webkit-min-device-pixel-ratio:2),
only screen and (min--moz-device-pixel-ratio:2),
only screen and (-o-min-device-pixel-ratio:2/1),
only screen and (min-device-pixel-ratio:2),
only screen and (min-resolution:192dpi),
only screen and (min-resolution:2dppx) {
  .review-summary-table .rating-box .rating-number:after {
    background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/sprite@2x.png);
    background-size: 750px 472px
  }
}
.ratings-table {
  font-family: Roboto,Verdana,Arial,sans-serif;
  font-size: 12px;
  text-transform: uppercase
}
.ratings-table th {
  padding-right: 8px;
  font-size: 15px;
  letter-spacing: .5px;
  line-height: 24px
}
.ratings-table .rating-box {
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/sprite.png);
  background-position: -647px -329px!important;
  background-repeat: repeat-x;
  height: 17px;
  overflow: hidden;
  text-indent: -9999px;
  width: 77px
}
@media only screen and (-webkit-min-device-pixel-ratio:2),
only screen and (min--moz-device-pixel-ratio:2),
only screen and (-o-min-device-pixel-ratio:2/1),
only screen and (min-device-pixel-ratio:2),
only screen and (min-resolution:192dpi),
only screen and (min-resolution:2dppx) {
  .ratings-table .rating-box {
    background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/sprite@2x.png);
    background-size: 750px 472px
  }
}
.ratings-table .rating-box .rating {
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/sprite.png);
  background-position: -647px -307px!important;
  background-repeat: repeat-x;
  float: left;
  height: 13px;
  text-indent: -9999px
}
@media only screen and (-webkit-min-device-pixel-ratio:2),
only screen and (min--moz-device-pixel-ratio:2),
only screen and (-o-min-device-pixel-ratio:2/1),
only screen and (min-device-pixel-ratio:2),
only screen and (min-resolution:192dpi),
only screen and (min-resolution:2dppx) {
  .ratings-table .rating-box .rating {
    background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/sprite@2x.png);
    background-size: 750px 472px
  }
}
@media only screen and (max-width:770px) {
  body.review-product-list .product-view .product-shop .price-info {
    padding-left: 0
  }
  body.review-product-list .product-view .product-shop .extra-info {
    padding: 0;
    min-width: 84%
  }
  body.review-product-list .product-view .product-shop .extra-info .ratings-table {
    margin: 10px 0;
    width: 100%
  }
  body.review-product-list .product-view .product-shop .extra-info .ratings-table tr {
    float: left;
    margin-right: 15px
  }
}
@media only screen and (max-width:535px) {
  body.review-product-list .product-view .product-shop .extra-info {
    min-width: 0
  }
  body.review-product-list .product-view .product-shop .extra-info .ratings-table tr {
    float: none;
    margin-right: 0
  }
}
@media only screen and (max-width:650px) {
  #customer-reviews .fieldset {
    width: 100%
  }
  #customer-reviews .fieldset .form-list {
    width: 100%
  }
  #customer-reviews .fieldset .form-list .inline-label .input-box,
  #customer-reviews .fieldset .form-list .inline-label label {
    float: none
  }
  #customer-reviews .buttons-set {
    width: 100%
  }
  #customer-reviews .review-summary-table thead th {
    padding-left: 0;
    padding-right: 0
  }
  #customer-reviews .review-summary-table tbody th {
    padding-left: 0;
    padding-right: 0
  }
  #customer-reviews .review-summary-table tbody td {
    width: 20%;
    padding: 0
  }
  #customer-reviews .review-summary-table .rating-box {
    text-indent: 0;
    text-align: center;
    background: 0 0;
    height: 19.6px;
    width: 100%;
    padding-left: 20px
  }
  #customer-reviews .review-summary-table .rating-box .rating {
    display: none
  }
  #customer-reviews .review-summary-table .rating-box .rating-number {
    display: inline-block;
    color: #333632
  }
}
@media only screen and (max-width:550px) {
  #customer-reviews dl dd .ratings-table tr {
    float: none
  }
  #customer-reviews dl dd .ratings-table {
    width: 146px;
    margin: 20px auto
  }
}
.review-product-view .product-review .product-details h2 {
  border-bottom: none
}
.review-product-view .product-review .product-img-box {
  width: auto;
  max-width: 50%
}
.review-product-view .product-review .product-img-box > a {
  width: 100%
}
.review-product-view .product-review .product-img-box .product-image {
  width: 100%
}
@media only screen and (max-width:770px) {
  .review-product-view .product-review .product-img-box {
    max-width: 100%
  }
}
.slideshow-container {
  position: relative;
  display: block;
  width: 100%;
  margin: 10px 0;
  border: 1px solid #ededed
}
.slideshow-container .slideshow {
  width: 100%;
  padding: 0;
  position: relative;
  margin: 0;
  border: 10px solid #fff
}
.slideshow-container .slideshow > li {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding: 0;
  display: block;
  margin: 0
}
.slideshow-container .slideshow > li:first-child {
  position: static;
  z-index: 100
}
.slideshow-container .slideshow > li img {
  max-width: 100%;
  width: 100%
}
.slideshow-pager {
  text-align: center;
  width: 100%;
  z-index: 115;
  position: absolute;
  bottom: 0;
  top: auto;
  overflow: hidden;
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-user-select: none;
  -o-user-select: none;
  user-select: none
}
.slideshow-pager span {
  font-family: arial;
  width: 44px;
  height: 44px;
  display: inline-block;
  color: #ddd;
  cursor: pointer
}
.slideshow-pager span:before {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  left: 50%;
  top: 50%;
  margin-left: -8px;
  margin-top: -8px;
  border-radius: 1px;
  background-color: #fff;
  position: relative
}
.slideshow-pager span:hover:before {
  background-color: #595e57
}
.slideshow-pager span.cycle-pager-active:before {
  background-color: #0d0e0d
}
.slideshow-pager > * {
  cursor: pointer
}
.slideshow-next,
.slideshow-prev {
  position: absolute;
  top: 0;
  width: 15%;
  max-width: 80px;
  height: 100%;
  opacity: .6;
  z-index: 110;
  cursor: pointer;
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-user-select: none;
  -o-user-select: none;
  user-select: none
}
.slideshow-next:before,
.slideshow-prev:before {
  content: "";
  width: 0;
  height: 0;
  font-size: 0;
  position: absolute;
  border-style: solid;
  display: block;
  top: 50%;
  margin-top: -15px
}
.slideshow-next:hover,
.slideshow-prev:hover {
  opacity: 1
}
.slideshow-next.disabled,
.slideshow-prev.disabled {
  opacity: .5;
  cursor: default
}
.slideshow-prev {
  left: 8px
}
.slideshow-prev:before {
  border-width: 15px 15px 15px 0;
  border-color: transparent #fff transparent transparent;
  top: 50%;
  left: 10px
}
.slideshow-prev:hover:before {
  border-color: transparent #595e57 transparent transparent
}
.slideshow-next {
  right: 8px
}
.slideshow-next:before {
  border-width: 15px 0 15px 15px;
  border-color: transparent transparent transparent #fff;
  top: 50%;
  right: 10px
}
.slideshow-next:hover:before {
  border-color: transparent transparent transparent #595e57
}
.cycle-caption {
  position: absolute;
  color: #fff;
  bottom: 15px;
  right: 15px;
  z-index: 110
}
.cycle-overlay {
  font-family: tahoma,arial;
  position: absolute;
  bottom: 0;
  width: 100%;
  z-index: 120;
  background: #000;
  color: #fff;
  padding: 15px;
  opacity: .5
}
#wishlist-table th {
  text-align: center
}
#wishlist-table.clean-table {
  font-family: Roboto,Verdana,Arial,sans-serif;
  font-size: 12px;
  text-transform: uppercase;
  width: 100%
}
#wishlist-table.clean-table th {
  border-bottom: 1px solid silver
}
#wishlist-table.clean-table td {
  padding: 15px;
  vertical-align: top
}
#wishlist-table.clean-table thead th {
  font-family: Roboto,Verdana,Arial,sans-serif;
  font-size: 12px;
  text-transform: uppercase
}
#wishlist-table .product-name {
  font-size: 16px;
  font-family: Roboto,Verdana,Arial,sans-serif;
  margin-bottom: 0;
  text-transform: uppercase
}
#wishlist-table .product-name a {
  color: #319e1b
}
#wishlist-table .wishlist-sku {
  font-size: 11px;
  font-family: Roboto,Verdana,Arial,sans-serif;
  margin: 5px 0
}
#wishlist-table textarea {
  border: 1px solid #b4b4b4;
  width: 100%;
  height: 45px;
  font-size: 11px;
  font-family: Roboto,Verdana,Arial,sans-serif
}
#wishlist-table textarea::-webkit-input-placeholder {
  text-transform: uppercase
}
#wishlist-table textarea:-moz-placeholder {
  text-transform: uppercase
}
#wishlist-table textarea::-moz-placeholder {
  text-transform: uppercase
}
#wishlist-table textarea:-ms-input-placeholder {
  text-transform: uppercase
}
#wishlist-table textarea:focus {
  border: 1px solid #39c
}
#wishlist-table .item-manage {
  text-align: right;
  max-width: 450px;
  padding-top: 5px
}
#wishlist-table .item-manage .button {
  color: #fff;
  font-size: 11px;
  padding: 3px 5px
}
#wishlist-table .cart-cell {
  text-align: center
}
#wishlist-table td.customer-wishlist-item-image {
  width: 113px
}
#wishlist-table td.customer-wishlist-item-quantity {
  width: 3em
}
#wishlist-table td.customer-wishlist-item-price {
  width: 120px;
  text-align: center
}
#wishlist-table td.customer-wishlist-item-cart {
  width: 150px
}
#wishlist-table td.customer-wishlist-item-cart .button {
  font-size: 12px;
  margin-bottom: 10px;
  padding: 3px 5px;
  width: 100%
}
#wishlist-table td.customer-wishlist-item-cart .truncated {
  margin-bottom: 10px
}
#wishlist-table td.customer-wishlist-item-cart > p {
  margin-bottom: 0
}
#wishlist-table td.customer-wishlist-item-cart .remove-whishlist-item {
  text-align: center
}
#wishlist-table td.customer-wishlist-item-cart .btn-remove {
  vertical-align: top
}
#wishlist-table td.customer-wishlist-item-remove {
  width: 20px
}
#wishlist-table .price-box {
  font-family: Roboto,Verdana,Arial,sans-serif;
  font-size: 12px
}
#wishlist-table .price-box .price {
  color: #333632
}
#wishlist-table .giftregisty-add {
  margin-top: 5px
}
#wishlist-table .giftregisty-add .change {
  display: none
}
#wishlist-table .giftregisty-add li {
  cursor: pointer;
  color: #319e1b;
  margin-bottom: 3px
}
#wishlist-table .truncated .details {
  background: 0 0;
  color: #319e1b
}
@media only screen and (max-width:1199px) {
  #wishlist-table.clean-table td {
    padding-left: 10px;
    padding-right: 10px
  }
}
@media only screen and (max-width:979px) {
  #wishlist-table.clean-table td {
    padding-left: 5px;
    padding-right: 5px
  }
  #wishlist-table.clean-table td textarea {
    height: 100px
  }
  #wishlist-table.clean-table td.customer-wishlist-item-cart {
    width: 110px
  }
  #wishlist-table .product-name {
    font-size: 13px
  }
}
@media only screen and (max-width:770px) {
  #wishlist-table:after {
    content: "";
    display: table;
    clear: both
  }
  #wishlist-table .product-name {
    font-size: 16px
  }
  #wishlist-table textarea {
    height: 68px;
    max-width: 100%
  }
  #wishlist-table .item-manage {
    max-width: 100%
  }
  #wishlist-table tr {
    position: relative
  }
  #wishlist-table tr:after {
    content: "";
    display: table;
    clear: both
  }
  #wishlist-table td.customer-wishlist-item-image {
    width: 70px
  }
  #wishlist-table td.customer-wishlist-item-image img {
    width: 70px;
    height: 70px
  }
  #wishlist-table td.customer-wishlist-item-cart p {
    margin-bottom: 0
  }
  #wishlist-table td.customer-wishlist-item-cart .remove-whishlist-item {
    margin-right: 0;
    padding-top: 4px
  }
  #wishlist-table td.customer-wishlist-item-cart {
    padding-right: 15px
  }
}
@media only screen and (max-width:599px) {
  #wishlist-table td.customer-wishlist-item-quantity {
    padding-left: 0
  }
  #wishlist-table td.customer-wishlist-item-image,
  #wishlist-table th.customer-wishlist-item-image {
    display: none
  }
}
@media only screen and (max-width:479px) {
  #wishlist-table tr {
    position: relative
  }
  #wishlist-table th.customer-wishlist-item-image {
    display: block
  }
  #wishlist-table td.customer-wishlist-item-cart,
  #wishlist-table td.customer-wishlist-item-image,
  #wishlist-table td.customer-wishlist-item-info,
  #wishlist-table td.customer-wishlist-item-price,
  #wishlist-table td.customer-wishlist-item-quantity {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    empty-cells: hide
  }
  #wishlist-table td.customer-wishlist-item-image {
    display: block;
    overflow: hidden
  }
  #wishlist-table td.customer-wishlist-item-image a {
    float: left
  }
  #wishlist-table td.customer-wishlist-item-image a img {
    width: 113px;
    height: 113px
  }
  #wishlist-table td.customer-wishlist-item-price,
  #wishlist-table td.customer-wishlist-item-quantity {
    text-align: left
  }
  #wishlist-table td.customer-wishlist-item-price:before,
  #wishlist-table td.customer-wishlist-item-quantity:before {
    float: left;
    margin-right: 15px
  }
  #wishlist-table td.customer-wishlist-item-price .cart-cell,
  #wishlist-table td.customer-wishlist-item-quantity .cart-cell {
    text-align: left
  }
  #wishlist-table td.customer-wishlist-item-price .price-box,
  #wishlist-table td.customer-wishlist-item-quantity .price-box {
    margin-top: 0
  }
  #wishlist-table td.customer-wishlist-item-cart .cart-cell {
    float: left;
    width: 48%
  }
  #wishlist-table td.customer-wishlist-item-cart > p {
    float: right;
    width: 48%
  }
  #wishlist-table td.customer-wishlist-item-remove {
    position: absolute;
    top: 15px;
    right: 0;
    display: block;
    padding: 0;
    height: 20px
  }
  #wishlist-table.clean-table td.customer-wishlist-item-cart {
    width: 100%
  }
}
.block-wishlist .mini-products-list > li:not(:last-child) {
  padding-bottom: 5px
}
.block-wishlist .product-details .product-name {
  padding-top: 0;
  margin-bottom: 5px
}
.block-wishlist .price-box {
  float: left;
  margin: 0
}
.block-wishlist .link-cart,
.block-wishlist .price-box,
.block-wishlist .price-box .price {
  font-size: 12px
}
.block-wishlist .link-cart {
  float: left;
  text-transform: uppercase;
  margin-right: 7px;
  padding-right: 7px;
  border-right: 1px solid #ededed
}
#header-cart .minicart-message {
  display: block;
  padding: 10px
}
#header-cart .minicart-wrapper {
  clear: both;
  position: relative
}
#header-cart .minicart-wrapper:after,
#header-cart .minicart-wrapper:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: none
}
#header-cart .minicart-wrapper:before {
  background-color: #fff;
  opacity: .8;
  z-index: 2
}
#header-cart .minicart-wrapper:after {
  background-image: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/opc-ajax-loader.gif);
  background-repeat: no-repeat;
  background-position: center;
  z-index: 3
}
#header-cart .minicart-wrapper.loading {
  position: relative
}
#header-cart .minicart-wrapper.loading:after,
#header-cart .minicart-wrapper.loading:before {
  display: block
}
#header-cart .minicart-wrapper .mini-cart-scrolling-product-list {
  overflow: auto;
  max-height: 320px
}
#header-cart h2 {
  margin-top: 7px;
  margin-bottom: 0
}
@media only screen and (max-width:599px) {
  #header-cart h2 {
    margin-top: 40px;
    font-size: 32px
  }
}
#header-cart .block-cart {
  display: none
}
#header-cart .block-subtitle {
  color: #333632;
  font-family: Roboto,Verdana,Arial,sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.4;
  padding: 5px 0 26px;
  margin-bottom: 0
}
#header-cart .block-subtitle .close {
  width: 40px;
  float: right;
  display: block;
  color: #333632;
  text-decoration: none;
  font-weight: 400;
  font-size: 30px;
  position: absolute;
  top: -8px;
  right: -3px;
  display: none
}
#header-cart .mini-products-list li {
  position: relative;
  margin-bottom: 28px
}
#header-cart .mini-products-list li.last {
  border: none
}
#header-cart .mini-products-list li .product-details {
  position: relative;
  margin-left: 81px
}
#header-cart .mini-products-list li .product-details .product-sku {
  font-weight: 700;
  margin: 0 0 0;
  font-size: 14px
}
#header-cart .mini-products-list li .product-details .product-sku a {
  color: #333632;
  text-decoration: none
}
#header-cart .mini-products-list li .product-details .product-sku a:hover {
  color: #e7542f
}
#header-cart .mini-products-list li .product-details .product-configurable-options a {
  color: #333632;
  text-decoration: none
}
#header-cart .mini-products-list li .product-details .product-configurable-options a:hover {
  color: #e7542f
}
#header-cart .product-image {
  padding: 5px
}
#header-cart .product-details .product-name {
  font-size: 15px;
  color: #333632;
  padding-top: 0;
  line-height: 24px;
  letter-spacing: .5px;
  margin-bottom: 3px
}
#header-cart .info-wrapper {
  margin-bottom: .5em
}
#header-cart .info-wrapper th {
  text-transform: uppercase;
  padding-right: 10px;
  display: none
}
#header-cart .info-wrapper td {
  color: #333632;
  clear: right
}
#header-cart .info-wrapper tr {
  float: left;
  margin-left: 5px;
  font-size: 15px;
  letter-spacing: .5px
}
#header-cart .info-wrapper tr:first-child {
  margin-left: 0
}
#header-cart .info-wrapper tr .price {
  line-height: 34px
}
#header-cart .info-wrapper .qty-wrapper td {
  height: 33px;
  line-height: 33px
}
#header-cart .info-wrapper .qty {
  padding-left: 4px;
  padding-right: 4px;
  margin-right: 2px;
  width: 30px;
  border: none
}
#header-cart .info-wrapper .quantity-button {
  opacity: 0;
  -webkit-transition-property: compact(opacity,false,false,false,false,false,false,false,false,false);
  -moz-transition-property: compact(opacity,false,false,false,false,false,false,false,false,false);
  -o-transition-property: compact(opacity,false,false,false,false,false,false,false,false,false);
  transition-property: compact(opacity,false,false,false,false,false,false,false,false,false);
  -webkit-transition-duration: .1s;
  -moz-transition-duration: .1s;
  -o-transition-duration: .1s;
  transition-duration: .1s
}
#header-cart .info-wrapper .quantity-button[disabled] {
  cursor: default
}
#header-cart .info-wrapper .quantity-button.visible {
  opacity: 1
}
#header-cart .personalization,
#header-cart .subtotal {
  text-align: left;
  line-height: 2em;
  font-family: Roboto,Verdana,Arial,sans-serif;
  font-weight: 500;
  color: #333632;
  padding-left: 81px
}
#header-cart .personalization .label,
#header-cart .subtotal .label {
  margin-right: 12px
}
#header-cart .minicart-actions {
  margin-bottom: 9px;
  overflow: hidden;
  position: relative
}
#header-cart .minicart-actions > .button {
  padding: 12px 24px;
  float: left;
  margin-right: 20px;
  line-height: normal
}
@media only screen and (max-width:599px) {
  #header-cart .minicart-actions > .button {
    width: 100%;
    margin-bottom: 10px;
    padding: 22px 32px 19px 42px
  }
}
#header-cart .minicart-actions .checkout-button {
  min-width: 145px
}
#header-cart .minicart-actions .cart-link {
  height: 33px;
  line-height: 39px;
  text-transform: uppercase;
  display: block;
  font-size: 14px;
  left: 10px;
  bottom: 17px;
  position: absolute
}
#header-cart .minicart-actions .paypal-logo .paypal-or {
  line-height: 1.6
}
#header-cart .minicart-actions .btn-cart.btn-large {
  padding: 12px 30px;
  font-size: 14px;
  line-height: normal
}
#header-cart .minicart-actions .btn-cart.btn-large:before {
  background-position: -100px -68px
}
#header-cart .minicart-actions .btn-cart.btn-large:hover {
  color: #333632
}
#header-cart .minicart-actions .btn-cart.btn-large:hover:before {
  background-position: -163px -68px
}
#header-cart .minicart-actions .btn-cart.btn-large:active:before,
#header-cart .minicart-actions .btn-cart.btn-large:focus:before {
  background-position: -226px -68px
}
@media only screen and (max-width:599px) {
  #header-cart .minicart-actions .btn-cart.btn-large {
    padding: 22px 32px 19px 42px;
    line-height: normal;
    display: inline-block
  }
}
#header-cart #minicart-error-message {
  text-align: center;
  color: red;
  display: none
}
#header-cart #minicart-success-message {
  text-align: center;
  color: green;
  display: none
}
#header-cart .jcarousel-control-next,
#header-cart .jcarousel-control-prev {
  display: none
}
.minicart-empty .minicart-wrapper {
  clear: both;
  position: relative;
  border: 6px solid #333632
}
.minicart-empty .minicart-wrapper:after,
.minicart-empty .minicart-wrapper:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: none
}
.minicart-empty .minicart-wrapper:before {
  background-color: #fff;
  opacity: .8;
  z-index: 2
}
.minicart-empty .minicart-wrapper:after {
  background-image: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/opc-ajax-loader.gif);
  background-repeat: no-repeat;
  background-position: center;
  z-index: 3
}
.minicart-empty .minicart-wrapper.loading {
  position: relative
}
.minicart-empty .minicart-wrapper.loading:after,
.minicart-empty .minicart-wrapper.loading:before {
  display: block
}
.minicart-empty .minicart-wrapper p.empty {
  padding-left: 12px;
  padding-top: 5px
}
.minicart-empty h2 {
  margin-top: 20px;
  margin-bottom: -4px;
  padding-left: 12px;
  letter-spacing: -.8px
}
.minicart-empty .block-cart {
  display: none
}
.minicart-empty .block-subtitle {
  color: #333632;
  font-family: Roboto,Verdana,Arial,sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.4;
  padding: 5px;
  margin-bottom: 0;
  padding-left: 12px
}
.minicart-empty .block-subtitle .close {
  position: absolute;
  display: block;
  content: "";
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/sprite.png);
  background-position: -23px -101px;
  top: 16px;
  right: 15px;
  width: 19px;
  height: 19px
}
@media only screen and (-webkit-min-device-pixel-ratio:2),
only screen and (min--moz-device-pixel-ratio:2),
only screen and (-o-min-device-pixel-ratio:2/1),
only screen and (min-device-pixel-ratio:2),
only screen and (min-resolution:192dpi),
only screen and (min-resolution:2dppx) {
  .minicart-empty .block-subtitle .close {
    background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/sprite@2x.png);
    background-size: 750px 472px
  }
}
.block-cart.skip-active,
.header-minicart.skip-active .block-cart {
  display: block
}
@media only screen and (max-width:479px) {
  .header-minicart a.skip-cart {
    z-index: 1
  }
}
@media only screen and (max-width:770px) {
  .header-minicart .subtotal .label {
    color: #333632
  }
  .header-minicart .minicart-wrapper:before {
    background-color: #ededed
  }
  .header-minicart .quantity-button {
    float: none
  }
  .header-minicart .header-minicart .block-cart {
    padding: 15px
  }
  .header-minicart .header-minicart .block-subtitle {
    padding-top: 59px
  }
  .header-minicart .minicart-actions .cart-link {
    bottom: 0;
    right: 10px;
    left: auto
  }
  .header-minicart .minicart-actions .checkout-types.minicart li {
    display: inline-block
  }
  .header-minicart .minicart-actions .checkout-types.minicart li .paypal-logo > a {
    display: inline
  }
  .header-minicart .minicart-actions .checkout-types.minicart li .paypal-logo .bml_button {
    display: inline-block;
    vertical-align: top
  }
  .header-minicart .minicart-actions .checkout-types.minicart li .paypal-logo .paypal-or {
    width: auto;
    float: none;
    display: inline;
    margin: 0 10px 5px 10px;
    line-height: 40px
  }
}
@media only screen and (max-width:670px) {
  .header-minicart .minicart-actions .checkout-button {
    width: 100%
  }
  .header-minicart .minicart-actions .cart-link {
    right: auto;
    left: 0;
    text-align: center;
    width: 100%
  }
  .header-minicart .minicart-actions .checkout-types.minicart li .paypal-logo .paypal-button,
  .header-minicart .minicart-actions .checkout-types.minicart li .paypal-logo .paypal-or {
    width: 100%;
    display: block;
    margin-left: 0
  }
  .header-minicart .minicart-actions .checkout-types.minicart li .paypal-logo .paypal-or {
    line-height: 1.6
  }
}
.customer-group-langston .checkout-types.minicart,
.customer-group-langston-supervisor .checkout-types.minicart {
  display: none
}
.search-autocomplete {
  left: 0!important;
  overflow: visible!important;
  position: relative!important;
  top: 15px!important;
  width: 100%!important;
  z-index: 200
}
.search-autocomplete ul {
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  background-color: #fff;
  border: 1px solid #39c;
  left: 0;
  padding-left: 0;
  position: absolute;
  top: 0;
  width: 100%
}
.search-autocomplete ul li {
  border-bottom: 1px solid #f4f4f4;
  color: #319e1b;
  cursor: pointer;
  font-size: 12px;
  padding: 4px 6px;
  text-align: left
}
.search-autocomplete ul li:hover {
  color: #2a8817
}
.search-autocomplete ul li.selected {
  background-color: #319e1b;
  color: #fff
}
.search-autocomplete ul li .amount {
  float: right;
  font-weight: 700
}
.search-autocomplete ul li:last-child {
  border-bottom: none
}
.search-autocomplete:before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  display: block;
  border-right: 7px solid transparent;
  border-left: 7px solid transparent;
  border-bottom: 7px solid #319e1b;
  border-top: none;
  left: 50%;
  top: -7px
}
.advanced-search {
  background: #f4f4f4;
  border: 1px solid #ededed;
  padding: 30px
}
.advanced-search select.multiselect option {
  border-bottom: 1px solid #ededed;
  padding: 2px 5px
}
@media only screen and (max-width:479px) {
  .advanced-search {
    padding: 15px
  }
}
@media only screen and (max-width:770px) {
  .catalogsearch-result-index .main-container {
    position: static
  }
}
.catalogsearch-result-index .category-products {
  padding: 49px 86px
}
@media only screen and (max-width:1239px) {
  .catalogsearch-result-index .category-products {
    padding: 49px 60px
  }
}
@media only screen and (max-width:770px) {
  .catalogsearch-result-index .category-products {
    padding: 0 20px 28px
  }
}
@media only screen and (max-width:599px) {
  .catalogsearch-result-index .category-products {
    padding: 0
  }
}
@media only screen and (max-width:770px) {
  .catalogsearch-result-index .sidebar {
    padding: 0 20px
  }
}
@media only screen and (max-width:599px) {
  .catalogsearch-result-index .sidebar {
    padding: 0
  }
}
.product-review .product-img-box p.label {
  border-bottom: 1px solid #ccc;
  font-size: 16px;
  font-family: Roboto,Verdana,Arial,sans-serif;
  margin-top: 20px;
  padding-bottom: 10px;
  text-transform: uppercase
}
.product-review .product-img-box .rating-box {
  margin: 15px 0
}
.product-review .product-details h2 {
  border-bottom: 1px solid #ccc;
  color: #333632;
  font-size: 16px;
  font-weight: 600;
  font-family: Roboto,Verdana,Arial,sans-serif;
  padding-bottom: 10px
}
.product-review .ratings-table {
  font-family: Roboto,Verdana,Arial,sans-serif
}
.product-review .ratings-table th {
  padding-right: 10px
}
.product-review .ratings-table tr {
  float: left;
  font-size: 12px;
  margin-right: 10px;
  text-transform: uppercase
}
.product-review .ratings-description dt {
  border-bottom: 1px solid #ccc;
  font-size: 16px;
  font-weight: 400;
  font-family: Roboto,Verdana,Arial,sans-serif;
  margin-top: 20px;
  padding: 10px 0;
  text-transform: uppercase
}
.product-review .ratings-description dd {
  color: #737373;
  font-family: Roboto,Verdana,Arial,sans-serif;
  font-size: 13px
}
@media only screen and (min-width:771px) {
  .product-review .ratings-table tr {
    float: none
  }
}
@media only screen and (min-width:1126px) {
  .product-review .ratings-table tr {
    float: left;
    margin-right: 15px
  }
}
@media only screen and (max-width:320px) {
  .product-review .ratings-table tr {
    float: none
  }
}
.cms-no-route .page-head h1,
.cms-no-route .page-head h3,
.cms-no-route .page-title h1,
.cms-no-route .page-title h3,
.cms-page-view .page-head h1,
.cms-page-view .page-head h3,
.cms-page-view .page-title h1,
.cms-page-view .page-title h3 {
  border: none
}
.cms-no-route .std img,
.cms-page-view .std img {
  max-width: 100%
}
.cms-no-route .std p,
.cms-page-view .std p {
  color: #333632;
  font-family: Roboto,Verdana,Arial,sans-serif;
  font-size: 15px;
  line-height: 24px
}
.cms-no-route .std li,
.cms-page-view .std li {
  color: #333632;
  font-family: Roboto,Verdana,Arial,sans-serif;
  font-size: 14px;
  font-style: normal;
  line-height: 30px;
  margin-bottom: 32px
}
.cms-no-route .std dt,
.cms-page-view .std dt {
  font-family: Roboto,Verdana,Arial,sans-serif;
  font-weight: 500
}
.cms-no-route .std dd,
.cms-page-view .std dd {
  margin-bottom: 20px
}
@media only screen and (max-width:770px) {
  .cms-no-route .std,
  .cms-page-view .std {
    margin-top: 30px
  }
}
.cms-no-route .col-left:after,
.cms-page-view .col-left:after {
  content: "";
  display: table;
  clear: both
}
.cms-no-route .std img {
  width: 100%
}
.cms-home .std .messages,
.cms-no-route .std .messages,
.cms-page-view .std .messages {
  margin-bottom: 10px
}
.cms-home .std .messages ul,
.cms-no-route .std .messages ul,
.cms-page-view .std .messages ul {
  margin-bottom: 0
}
.cms-home .std .messages li,
.cms-no-route .std .messages li,
.cms-page-view .std .messages li {
  list-style: none;
  margin-left: 0;
  font-style: normal;
  font-family: Roboto,Verdana,Arial,sans-serif
}
.cms-page-view .breadcrumbs {
  letter-spacing: 1px
}
.cms-page-view .col-main .page-title {
  display: block
}
.cms-page-view .col-main .page-title h1 {
  font-size: 38px;
  font-weight: 400;
  text-transform: none
}
.cms-page-view .col-main .about-us {
  display: flex
}
.cms-page-view .col-main .about-us .about-us-photo {
  padding-left: 30px
}
.cms-page-view .col-main .about-us .about-us-photo img {
  max-width: 315px
}
@media only screen and (max-width:770px) {
  .cms-page-view .col-main .about-us {
    flex-direction: column
  }
  .cms-page-view .col-main .about-us .about-us-photo {
    padding-left: 0
  }
  .cms-page-view .col-main .about-us .about-us-photo img {
    margin: 0 auto
  }
}
#accordion .toggle-tabs {
  display: none
}
#accordion > dl > dt {
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-user-select: none;
  -o-user-select: none;
  user-select: none;
  margin-bottom: 0;
  padding: 7px 10px 7px 24px;
  position: relative;
  font-family: Roboto,Verdana,Arial,sans-serif;
  font-weight: 500;
  letter-spacing: 2px;
  text-transform: uppercase;
  text-align: center;
  font-size: 16px;
  line-height: 43px;
  display: block
}
#accordion > dl > dt:after,
#accordion > dl > dt:before {
  position: absolute;
  display: block;
  content: "";
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/sprite.png);
  background-position: -435px -20px!important;
  width: 16px;
  height: 14px;
  left: 40px;
  top: 50%;
  margin-top: -9px;
  transition: all .5s cubic-bezier(.32,1.25,.375,1.15)
}
@media only screen and (-webkit-min-device-pixel-ratio:2),
only screen and (min--moz-device-pixel-ratio:2),
only screen and (-o-min-device-pixel-ratio:2/1),
only screen and (min-device-pixel-ratio:2),
only screen and (min-resolution:192dpi),
only screen and (min-resolution:2dppx) {
  #accordion > dl > dt:after,
  #accordion > dl > dt:before {
    background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/sprite@2x.png);
    background-size: 750px 472px
  }
}
#accordion > dl > dt:after {
  left: auto;
  right: 40px
}
#accordion > dl > dd {
  padding: 10px;
  margin: 0;
  border-width: 0 1px;
  border-style: solid;
  border-color: #ccc
}
#accordion > dl > dd:last-child {
  border-width: 0 1px 1px 1px
}
#accordion li {
  position: relative;
  overflow: hidden
}
#accordion li .plusimage h2 {
  margin-right: 10px
}
.page-sitemap .links {
  display: block;
  text-align: right;
  margin: 0 20px 0 0
}
.page-sitemap .links a {
  position: relative
}
.page-sitemap .sitemap {
  padding: 0 20px;
  margin: 15px 0;
  font-size: 12px
}
.page-sitemap .sitemap li {
  margin: 3px 0
}
.contacts-index-index h1 {
  border: none
}
#contactForm {
  padding-left: 40px
}
#contactForm h2 {
  display: none
}
#contactForm:after {
  content: "";
  display: table;
  clear: both
}
#contactForm .fieldset .legend + .required {
  margin: 0
}
@media only screen and (max-width:770px) {
  #contactForm {
    padding-left: 0
  }
}
.cms-tax-forms .main .std li {
  line-height: inherit;
  margin-bottom: inherit
}
.cms-index-index .highlight-certifications {
  padding: 20px 5px;
  width: 100%
}
.cms-index-index .highlight-certifications .highlight-certifications-title {
  margin: 0 auto;
  max-width: 1240px;
  text-align: center
}
.cms-index-index .highlight-certifications .highlight-certifications-inner {
  margin: 0 auto;
  display: flex;
  max-width: 1240px;
  align-items: center
}
.cms-index-index .highlight-certifications .highlight-certifications-inner .certification-logo {
  width: 20%;
  padding: 12px
}
.cms-index-index .highlight-certifications .highlight-certifications-inner .certification-logo img {
  margin: 0 auto;
  max-width: 100%;
  max-height: 100px
}
.cms-index-index #meet-the-team {
  margin: 30px auto 60px auto;
  max-width: 1240px;
  text-align: center
}
.cms-index-index #meet-the-team #meet-the-team-banner .slides > li {
  margin: 0!important
}
.cms-index-index #meet-the-team #meet-the-team-banner .slides > li .team-slide-wrapper {
  padding: 12px
}
.cms-index-index #meet-the-team #meet-the-team-banner .slides > li .team-slide-wrapper .team-name {
  font-family: Rajdhani,Verdana,Arial,sans-serif;
  font-weight: 700;
  font-size: 25px;
  padding-top: 18px
}
.cms-index-index #meet-the-team #meet-the-team-banner .slides > li .team-slide-wrapper .team-title {
  font-family: Rajdhani,Verdana,Arial,sans-serif;
  font-weight: 700;
  font-size: 17px;
  padding-top: 7px
}
.cms-index-index #meet-the-team #meet-the-team-banner .slides > li .team-slide-wrapper .team-years {
  padding-top: 3px
}
.cms-index-index #meet-the-team #meet-the-team-banner .slides > li .team-slide-wrapper .team-hobby {
  padding-top: 10px;
  line-height: 21px
}
.cms-index-index #meet-the-team #meet-the-team-banner .slides > li .team-slide-wrapper .team-quote {
  padding-top: 10px;
  font-size: 14px;
  line-height: 19px
}
@media only screen and (max-width:770px) {
  body.cms-home .highlight-certifications .highlight-certifications-inner {
    flex-wrap: wrap
  }
  body.cms-home .highlight-certifications .highlight-certifications-inner .certification-logo {
    width: 50%
  }
  body.cms-home .highlight-certifications .highlight-certifications-inner .certification-logo img {
    max-height: 100%;
    max-width: 150px
  }
}
.price-box.map-info .old-price {
  display: none
}
.price-box .minimal-price-link .label {
  color: #fff1f1;
  font-family: Roboto,Verdana,Arial,sans-serif;
  font-size: 12px;
  text-transform: uppercase
}
.notice-cookie .notice-inner {
  padding-bottom: 0
}
.notice-cookie .notice-inner:after {
  content: "";
  display: table;
  clear: both
}
.notice-cookie .notice-text {
  float: left;
  max-width: 90%;
  padding-top: 4px;
  text-align: left
}
.notice-cookie .notice-text p {
  padding-bottom: 14.5px;
  line-height: 1.3
}
.notice-cookie .actions {
  float: left;
  text-align: right;
  padding-bottom: 14.5px
}
@media only screen and (max-width:979px) {
  .notice-cookie .notice-text {
    max-width: 86%
  }
}
@media only screen and (max-width:770px) {
  .notice-cookie {
    padding: 0 20px
  }
  .notice-cookie .notice-text {
    max-width: 82%;
    padding-top: 0
  }
}
@media only screen and (max-width:620px) {
  .notice-cookie {
    padding: 0 20px
  }
  .notice-cookie .notice-inner {
    background-position: left 10px
  }
  .notice-cookie .notice-inner:after {
    content: "";
    display: table;
    clear: both
  }
  .notice-cookie .notice-text {
    float: none;
    max-width: 100%;
    padding-top: 0
  }
  .notice-cookie .actions {
    text-align: left
  }
}
.split-button {
  display: inline-block;
  z-index: 1;
  position: relative;
  max-width: 300px;
  white-space: nowrap
}
.split-button.clickable:active {
  left: 1px;
  top: 1px
}
.split-button {
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/bkg_btn.gif) no-repeat 0 0;
  height: 21px;
  padding: 0 0 0 10px;
  margin: 0
}
.split-button.active {
  z-index: 100
}
.split-button strong {
  cursor: default;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 11px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/bkg_btn.gif) no-repeat 100% 0;
  height: 19px;
  padding: 3px 30px 0 5px;
  margin: 0;
  display: block;
  overflow-x: hidden;
  white-space: nowrap;
  text-overflow: ellipsis
}
.split-button strong[onclick],
.split-button.clickable > strong {
  text-transform: uppercase;
  font-size: 11px;
  color: #c73615;
  text-transform: uppercase;
  cursor: pointer
}
.split-button .change {
  display: inline-block;
  border: 1px solid;
  border-color: transparent transparent transparent #999;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/bkg_btn-split-change.png) 5px 50% no-repeat;
  text-indent: -999em;
  overflow: hidden;
  width: 15px;
  cursor: pointer;
  height: 11px;
  margin-left: 8px;
  vertical-align: middle
}
.split-button .change {
  position: absolute;
  right: 5px;
  top: 0;
  height: 19px;
  border-left-color: #ccc
}
.split-button.light {
  background: 0 0;
  height: auto;
  padding: 0
}
.split-button.light.clickable:active {
  top: auto;
  left: auto
}
.split-button.light strong {
  display: inline-block;
  font-size: 11px;
  text-transform: none;
  background: 0 0;
  font-weight: 400;
  padding: 0;
  height: auto;
  overflow: visible;
  white-space: normal;
  text-overflow: visible
}
.split-button.light strong[onclick],
.split-button.light.clickable > strong {
  text-transform: none;
  text-decoration: underline;
  color: #999
}
.split-button.light strong[onclick]:hover,
.split-button.light.clickable > strong:hover {
  text-decoration: none
}
.split-button.light .change {
  position: static;
  right: auto;
  top: auto;
  height: 11px;
  border-left-color: #999
}
.split-button .change:hover,
.split-button.active .change {
  background-position: -995px 50%
}
.split-button .list-container {
  position: absolute;
  display: none;
  right: 0;
  top: 100%;
  padding: 0;
  min-width: 100%;
  max-width: 300px;
  float: left
}
.split-button.active .list-container {
  display: block
}
.split-button .list-container ul {
  background: #fff;
  border: 1px solid rgba(0,0,0,.1);
  position: relative
}
.split-button .list-container ul > li {
  white-space: nowrap;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/bkg_btn-split-item.png) no-repeat -10000px -10000px;
  border: 1px solid #c1c1c1;
  border-top-width: 0;
  margin: 0;
  display: block!important;
  margin: 0!important
}
.split-button .list-container ul > li:first-child {
  border-top-width: 1px
}
.split-button .list-container li a,
.split-button .list-container li span {
  display: block;
  line-height: 1.2!important;
  cursor: pointer;
  padding: 5px 18px 5px 18px;
  color: #999;
  font-size: 11px;
  text-transform: none;
  text-decoration: none;
  text-align: left;
  text-overflow: ellipsis;
  overflow: hidden
}
.split-button .list-container li:hover,
.split-button .list-container li:hover a,
.split-button .list-container li:hover span {
  color: #fff;
  text-decoration: none
}
.split-button .list-container li:hover {
  background-color: #999;
  background-position: 5px -984px
}
.split-button .list-container li.new {
  color: #d33911;
  background-color: #eee;
  background-position: 5px 7px
}
.split-button .list-container li.new:hover {
  background-color: #999;
  background-position: 5px -485px
}
.tsa-exclusive {
  font-family: Roboto,Verdana,Arial,sans-serif;
  font-weight: 500;
  font-size: 16px;
  color: #333632;
  margin-bottom: 15px
}
@media only screen and (max-width:770px) {
  .tsa-exclusive {
    text-align: center
  }
}
.catalog-category-view div.ratings {
  min-height: 22px
}
.catalog-category-view div.actions .personalizer-button {
  padding: 0;
  margin: 0;
  display: table-cell;
  line-height: 46px;
  padding-left: 30px
}
.catalog-category-view div.actions .personalizer-button span > span {
  position: relative;
  font-family: Roboto,Verdana,Arial,sans-serif;
  letter-spacing: 1.75px;
  font-size: 10px
}
@media only screen and (max-width:770px) {
  .catalog-category-view div.actions .personalizer-button span > span {
    font-size: 9px
  }
}
@media only screen and (max-width:599px) {
  .catalog-category-view div.actions .personalizer-button span > span {
    font-size: 8px
  }
}
.catalog-category-view div.actions .personalizer-button span > span:before {
  content: "";
  display: block;
  position: absolute;
  left: -31px;
  top: -6px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/sprite.png);
  background-position: -46px -71px!important;
  width: 17px;
  height: 26px
}
@media only screen and (-webkit-min-device-pixel-ratio:2),
only screen and (min--moz-device-pixel-ratio:2),
only screen and (-o-min-device-pixel-ratio:2/1),
only screen and (min-device-pixel-ratio:2),
only screen and (min-resolution:192dpi),
only screen and (min-resolution:2dppx) {
  .catalog-category-view div.actions .personalizer-button span > span:before {
    background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/sprite@2x.png);
    background-size: 750px 472px
  }
}
.catalog-category-view div.actions .personalizer-button:before {
  display: none
}
.catalog-category-view .blueacorn-quickview {
  margin-bottom: 20px;
  padding-right: 10px
}
.catalog-category-view .tsa-exclusive {
  margin-left: 18px
}
.catalog-category-view a.button:not(.personalizer-button),
.catalog-category-view button.button:not(.personalizer-button),
.catalogsearch-result-index a.button:not(.personalizer-button),
.catalogsearch-result-index button.button:not(.personalizer-button) {
  padding: 0;
  margin: 0;
  line-height: 46px;
  display: table-cell
}
.catalog-category-view a.button:not(.personalizer-button):before,
.catalog-category-view button.button:not(.personalizer-button):before,
.catalogsearch-result-index a.button:not(.personalizer-button):before,
.catalogsearch-result-index button.button:not(.personalizer-button):before {
  display: none
}
.product-shop-left .personalizer-button {
  width: 100%
}
.category-products img.flag-attribute,
.feature-grid img.flag-attribute,
.product-essential img.flag-attribute,
.products-grid img.flag-attribute,
.related-products img.flag-attribute {
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  width: auto!important;
  height: auto!important;
  display: block
}
.category-products .flag-attributes,
.feature-grid .flag-attributes,
.product-essential .flag-attributes,
.products-grid .flag-attributes,
.related-products .flag-attributes {
  clear: both
}
.category-products .flag-attributes ul,
.feature-grid .flag-attributes ul,
.product-essential .flag-attributes ul,
.products-grid .flag-attributes ul,
.related-products .flag-attributes ul {
  text-align: left;
  margin-bottom: 31px
}
@media only screen and (max-width:770px) {
  .category-products .flag-attributes ul,
  .feature-grid .flag-attributes ul,
  .product-essential .flag-attributes ul,
  .products-grid .flag-attributes ul,
  .related-products .flag-attributes ul {
    text-align: center
  }
}
.category-products .flag-attributes ul.flag-attribute-quickview,
.feature-grid .flag-attributes ul.flag-attribute-quickview,
.product-essential .flag-attributes ul.flag-attribute-quickview,
.products-grid .flag-attributes ul.flag-attribute-quickview,
.related-products .flag-attributes ul.flag-attribute-quickview {
  text-align: center
}
.category-products .flag-attributes ul li.text-attribute-badge,
.feature-grid .flag-attributes ul li.text-attribute-badge,
.product-essential .flag-attributes ul li.text-attribute-badge,
.products-grid .flag-attributes ul li.text-attribute-badge,
.related-products .flag-attributes ul li.text-attribute-badge {
  position: relative;
  display: inline-block;
  padding: 0 7px 0 21px;
  letter-spacing: 1px;
  text-transform: uppercase
}
.category-products .flag-attributes ul li.text-attribute-badge:before,
.feature-grid .flag-attributes ul li.text-attribute-badge:before,
.product-essential .flag-attributes ul li.text-attribute-badge:before,
.products-grid .flag-attributes ul li.text-attribute-badge:before,
.related-products .flag-attributes ul li.text-attribute-badge:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 2px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/sprite.png);
  background-position: -27px -5px!important;
  width: 9px;
  height: 9px
}
@media only screen and (-webkit-min-device-pixel-ratio:2),
only screen and (min--moz-device-pixel-ratio:2),
only screen and (-o-min-device-pixel-ratio:2/1),
only screen and (min-device-pixel-ratio:2),
only screen and (min-resolution:192dpi),
only screen and (min-resolution:2dppx) {
  .category-products .flag-attributes ul li.text-attribute-badge:before,
  .feature-grid .flag-attributes ul li.text-attribute-badge:before,
  .product-essential .flag-attributes ul li.text-attribute-badge:before,
  .products-grid .flag-attributes ul li.text-attribute-badge:before,
  .related-products .flag-attributes ul li.text-attribute-badge:before {
    background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/sprite@2x.png);
    background-size: 750px 472px
  }
}
.category-products .flag-attributes ul li.text-attribute-badge:first-child,
.feature-grid .flag-attributes ul li.text-attribute-badge:first-child,
.product-essential .flag-attributes ul li.text-attribute-badge:first-child,
.products-grid .flag-attributes ul li.text-attribute-badge:first-child,
.related-products .flag-attributes ul li.text-attribute-badge:first-child {
  padding-left: 0
}
.category-products .flag-attributes ul li.text-attribute-badge:first-child:before,
.feature-grid .flag-attributes ul li.text-attribute-badge:first-child:before,
.product-essential .flag-attributes ul li.text-attribute-badge:first-child:before,
.products-grid .flag-attributes ul li.text-attribute-badge:first-child:before,
.related-products .flag-attributes ul li.text-attribute-badge:first-child:before {
  display: none
}
.category-products .product-shop-right .tsa-exclusive,
.feature-grid .product-shop-right .tsa-exclusive,
.product-essential .product-shop-right .tsa-exclusive,
.products-grid .product-shop-right .tsa-exclusive,
.related-products .product-shop-right .tsa-exclusive {
  margin-left: 0
}
.category-products .products-list > li .product-image img,
.feature-grid .products-list > li .product-image img,
.product-essential .products-list > li .product-image img,
.products-grid .products-list > li .product-image img,
.related-products .products-list > li .product-image img {
  width: auto
}
.quickview-loader,
.quickview-loader-image {
  margin: 200px auto;
  vertical-align: middle;
  width: 75px!important;
  height: 75px!important;
  margin: 200px auto;
  text-align: center
}
.box-related .blueacorn-quickview {
  display: none
}
.catalog-category-view .quickview-button,
.catalogsearch-result-index .quickview-button {
  background: #333632;
  height: 38px;
  padding: 13px 10px 13px 20px;
  width: 100%
}
@media only screen and (max-width:979px) {
  .catalog-category-view .quickview-button,
  .catalogsearch-result-index .quickview-button {
    display: none
  }
}
.catalog-category-view .quickview-button:before,
.catalogsearch-result-index .quickview-button:before {
  position: absolute;
  display: block;
  content: "";
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/sprite.png);
  background-position: -532px -234px!important;
  top: 0;
  right: -10px;
  width: 11px;
  height: 38px
}
@media only screen and (-webkit-min-device-pixel-ratio:2),
only screen and (min--moz-device-pixel-ratio:2),
only screen and (-o-min-device-pixel-ratio:2/1),
only screen and (min-device-pixel-ratio:2),
only screen and (min-resolution:192dpi),
only screen and (min-resolution:2dppx) {
  .catalog-category-view .quickview-button:before,
  .catalogsearch-result-index .quickview-button:before {
    background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/sprite@2x.png);
    background-size: 750px 472px
  }
}
.catalog-category-view .more-views .owl-stage-outer,
.catalogsearch-result-index .more-views .owl-stage-outer {
  border-bottom: none
}
.catalog-category-view .more-views .owl-carousel .owl-item,
.catalogsearch-result-index .more-views .owl-carousel .owl-item {
  opacity: 1
}
.catalog-category-view .more-views .owl-dots,
.catalogsearch-result-index .more-views .owl-dots {
  background: 0 0;
  padding-top: 18px
}
.catalog-category-view .more-views .owl-dots .owl-dot,
.catalogsearch-result-index .more-views .owl-dots .owl-dot {
  margin: 0 -3px;
  background-position: -73px -102px!important
}
.catalog-category-view .more-views .owl-dots .owl-dot.active,
.catalogsearch-result-index .more-views .owl-dots .owl-dot.active {
  background-position: -47px -102px!important
}
.catalog-category-view .more-views .product-image-thumbs,
.catalogsearch-result-index .more-views .product-image-thumbs {
  display: none;
  float: left;
  width: 100%
}
.catalog-category-view .more-views .product-image-thumbs img,
.catalogsearch-result-index .more-views .product-image-thumbs img {
  margin: 0 auto;
  float: left;
  width: 100%;
  height: auto
}
.catalog-category-view .more-views .product-image-thumbs a,
.catalogsearch-result-index .more-views .product-image-thumbs a {
  border: 0;
  float: left;
  width: 100%
}
.catalog-category-view .more-views .product-image-thumbs a:hover,
.catalogsearch-result-index .more-views .product-image-thumbs a:hover {
  display: inline-block
}
.catalog-category-view .more-views .product-image-thumbs-item,
.catalogsearch-result-index .more-views .product-image-thumbs-item {
  float: left;
  width: 100%;
  height: auto
}
.catalog-category-view .more-views .product-image,
.catalogsearch-result-index .more-views .product-image {
  float: left;
  width: 100%;
  min-width: 350px
}
.catalog-category-view .fancybox-close,
.catalogsearch-result-index .fancybox-close {
  top: 10px;
  right: 10px
}
.catalog-category-view .fancybox-desktop,
.catalog-category-view .fancybox-mobile,
.catalogsearch-result-index .fancybox-desktop,
.catalogsearch-result-index .fancybox-mobile {
  width: 932px!important;
  border: 5px solid #000;
  z-index: 9999
}
@media only screen and (max-width:979px) {
  .catalog-category-view .fancybox-desktop,
  .catalog-category-view .fancybox-mobile,
  .catalogsearch-result-index .fancybox-desktop,
  .catalogsearch-result-index .fancybox-mobile {
    display: none
  }
}
.catalog-category-view .fancybox-skin,
.catalogsearch-result-index .fancybox-skin {
  position: relative;
  box-shadow: none;
  border-radius: 0;
  padding: 0!important;
  background: #fff!important
}
.catalog-category-view .fancybox-inner,
.catalogsearch-result-index .fancybox-inner {
  position: relative;
  width: 921px!important;
  height: auto!important;
  overflow: auto!important
}
.catalog-category-view .fancybox-inner:before,
.catalogsearch-result-index .fancybox-inner:before {
  position: absolute;
  display: block;
  content: "";
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/sprite.png);
  background-position: -23px -101px!important;
  top: 19px;
  right: 19px;
  width: 19px;
  height: 19px;
  z-index: 99
}
@media only screen and (-webkit-min-device-pixel-ratio:2),
only screen and (min--moz-device-pixel-ratio:2),
only screen and (-o-min-device-pixel-ratio:2/1),
only screen and (min-device-pixel-ratio:2),
only screen and (min-resolution:192dpi),
only screen and (min-resolution:2dppx) {
  .catalog-category-view .fancybox-inner:before,
  .catalogsearch-result-index .fancybox-inner:before {
    background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/sprite@2x.png);
    background-size: 750px 472px
  }
}
.catalog-category-view .product-shop,
.catalogsearch-result-index .product-shop {
  width: 100%;
  padding: 60px 0 0 0;
  margin-bottom: 0
}
.catalog-category-view .product-shop .product-name,
.catalogsearch-result-index .product-shop .product-name {
  margin-bottom: 30px
}
.catalog-category-view .product-shop .add-to-cart-wrapper,
.catalogsearch-result-index .product-shop .add-to-cart-wrapper {
  padding-left: 0;
  width: 100%
}
.catalog-category-view .product-shop .add-to-cart-wrapper .qty-wrapper,
.catalogsearch-result-index .product-shop .add-to-cart-wrapper .qty-wrapper {
  position: relative
}
.catalog-category-view .product-shop .add-to-cart-wrapper .qty-wrapper .input-text,
.catalogsearch-result-index .product-shop .add-to-cart-wrapper .qty-wrapper .input-text {
  margin-left: 58px
}
.catalog-category-view .product-shop .product-collateral,
.catalogsearch-result-index .product-shop .product-collateral {
  margin-bottom: 10px
}
.catalog-category-view .product-shop-left,
.catalogsearch-result-index .product-shop-left {
  float: left;
  width: 49%;
  padding: 0 50px
}
.catalog-category-view .product-shop-left .product-img-box,
.catalogsearch-result-index .product-shop-left .product-img-box {
  margin-bottom: 31px;
  float: left;
  width: 100%
}
.catalog-category-view .product-shop-right,
.catalogsearch-result-index .product-shop-right {
  float: left;
  width: 50%;
  margin-left: 5px
}
.catalog-category-view .product-shop-right .product-name .h1,
.catalogsearch-result-index .product-shop-right .product-name .h1 {
  float: none
}
.catalog-category-view .product-shop-right .extra-info,
.catalogsearch-result-index .product-shop-right .extra-info {
  float: none
}
.catalog-category-view .product-shop-right .extra-info .availability,
.catalogsearch-result-index .product-shop-right .extra-info .availability {
  display: none
}
.catalog-category-view .product-shop-right .extra-info .ratings .rating-box .rating,
.catalogsearch-result-index .product-shop-right .extra-info .ratings .rating-box .rating {
  display: block;
  content: "";
  background-image: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/sprite.png);
  background-position: -243px -5px!important;
  width: 117px;
  height: 16px;
  text-indent: -9999em
}
.catalog-category-view .product-shop-right .sku-info,
.catalogsearch-result-index .product-shop-right .sku-info {
  color: #333632;
  margin-bottom: 23px
}
.catalog-category-view .product-shop-right .product-options-bottom,
.catalogsearch-result-index .product-shop-right .product-options-bottom {
  padding-left: 0
}
.catalog-category-view .product-shop-right .add-to-cart .add-to-cart-buttons,
.catalogsearch-result-index .product-shop-right .add-to-cart .add-to-cart-buttons {
  width: 198px
}
.catalog-category-view .product-shop-right .swatch-input-box,
.catalogsearch-result-index .product-shop-right .swatch-input-box {
  max-width: 420px
}
.catalog-category-view .product-shop-right .swatch-input-box .swatch-option,
.catalogsearch-result-index .product-shop-right .swatch-input-box .swatch-option {
  position: relative;
  width: 64px;
  height: 64px;
  padding-top: 15px;
  margin: 2px 18px 20px 2px
}
@media only screen and (770px:945px) {
  .catalog-category-view .product-shop-right .swatch-input-box .swatch-option,
  .catalogsearch-result-index .product-shop-right .swatch-input-box .swatch-option {
    width: 48px;
    height: 48px
  }
}
.catalog-category-view .product-shop-right .swatch-input-box .swatch-option:before,
.catalogsearch-result-index .product-shop-right .swatch-input-box .swatch-option:before {
  position: absolute;
  display: block;
  content: "";
  background-image: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/white-bottom-right-corner.png);
  height: 10px;
  width: 10px;
  bottom: 0;
  right: 0
}
.catalog-category-view .product-shop-right .swatch-input-box .swatch-option.selected,
.catalogsearch-result-index .product-shop-right .swatch-input-box .swatch-option.selected {
  border: none
}
.catalog-category-view .product-shop-right .swatch-input-box .swatch-option:nth-child(5n+5),
.catalogsearch-result-index .product-shop-right .swatch-input-box .swatch-option:nth-child(5n+5) {
  margin-right: 0
}
@media only screen and (770px:945px) {
  .catalog-category-view .product-shop-right .swatch-input-box .swatch-option:nth-child(5n+5),
  .catalogsearch-result-index .product-shop-right .swatch-input-box .swatch-option:nth-child(5n+5) {
    margin-right: 18px
  }
}
@media only screen and (770px:945px) {
  .catalog-category-view .product-shop-right .swatch-input-box:nth-child(5n+5),
  .catalogsearch-result-index .product-shop-right .swatch-input-box:nth-child(5n+5) {
    margin-right: 18px
  }
  .catalog-category-view .product-shop-right .swatch-input-box:nth-child(4n+4),
  .catalogsearch-result-index .product-shop-right .swatch-input-box:nth-child(4n+4) {
    margin-right: 0
  }
}
.catalog-category-view .product-shop-right .swatch-input-box.fullcount,
.catalogsearch-result-index .product-shop-right .swatch-input-box.fullcount {
  max-height: 66px;
  overflow: hidden
}
.catalog-category-view .product-shop-right .swatch-input-box.more-items,
.catalogsearch-result-index .product-shop-right .swatch-input-box.more-items {
  max-height: 999px
}
.catalog-category-view .product-shop-right .swatch-input-box .validation-advice,
.catalogsearch-result-index .product-shop-right .swatch-input-box .validation-advice {
  color: #e7542f
}
.catalog-category-view .product-shop-right p.availability,
.catalogsearch-result-index .product-shop-right p.availability {
  margin-bottom: 0
}
.catalog-category-view .product-shop-right .product-options,
.catalogsearch-result-index .product-shop-right .product-options {
  padding-left: 0
}
.catalog-category-view .product-shop-right .product-options dt,
.catalogsearch-result-index .product-shop-right .product-options dt {
  clear: left
}
.catalog-category-view .product-shop-right .product-options dt label.required,
.catalogsearch-result-index .product-shop-right .product-options dt label.required {
  font-family: Roboto,Verdana,Arial,sans-serif;
  font-weight: 500;
  color: #333632;
  font-size: 22px;
  margin: 20px 0 6px
}
.catalog-category-view .product-shop-right .product-options dt label.required:after,
.catalogsearch-result-index .product-shop-right .product-options dt label.required:after {
  display: none
}
.catalog-category-view .product-shop-right .product-options dd .show-more,
.catalogsearch-result-index .product-shop-right .product-options dd .show-more {
  float: left;
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-user-select: none;
  -o-user-select: none;
  user-select: none;
  margin-bottom: 0;
  padding: 7px 10px 7px 24px;
  position: relative;
  font-family: Roboto,Verdana,Arial,sans-serif;
  font-weight: 500;
  letter-spacing: 2px;
  text-transform: uppercase;
  text-align: center;
  font-size: 16px;
  line-height: 43px;
  line-height: 32px;
  width: 100%;
  max-width: 400px;
  margin-top: 20px;
  font-size: 14px
}
.catalog-category-view .product-shop-right .product-options dd .show-more:after,
.catalog-category-view .product-shop-right .product-options dd .show-more:before,
.catalogsearch-result-index .product-shop-right .product-options dd .show-more:after,
.catalogsearch-result-index .product-shop-right .product-options dd .show-more:before {
  position: absolute;
  display: block;
  content: "";
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/sprite.png);
  background-position: -435px -20px!important;
  width: 16px;
  height: 14px;
  left: 40px;
  top: 50%;
  margin-top: -9px;
  transition: all .5s cubic-bezier(.32,1.25,.375,1.15)
}
@media only screen and (-webkit-min-device-pixel-ratio:2),
only screen and (min--moz-device-pixel-ratio:2),
only screen and (-o-min-device-pixel-ratio:2/1),
only screen and (min-device-pixel-ratio:2),
only screen and (min-resolution:192dpi),
only screen and (min-resolution:2dppx) {
  .catalog-category-view .product-shop-right .product-options dd .show-more:after,
  .catalog-category-view .product-shop-right .product-options dd .show-more:before,
  .catalogsearch-result-index .product-shop-right .product-options dd .show-more:after,
  .catalogsearch-result-index .product-shop-right .product-options dd .show-more:before {
    background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/sprite@2x.png);
    background-size: 750px 472px
  }
}
.catalog-category-view .product-shop-right .product-options dd .show-more:after,
.catalogsearch-result-index .product-shop-right .product-options dd .show-more:after {
  left: auto;
  right: 40px
}
.catalog-category-view .product-shop-right .product-options dd .show-more .text-full,
.catalogsearch-result-index .product-shop-right .product-options dd .show-more .text-full {
  display: none
}
@media only screen and (min-width:770px) {
  .catalog-category-view .product-shop-right .product-options dd .show-more .text-full,
  .catalogsearch-result-index .product-shop-right .product-options dd .show-more .text-full {
    display: inline
  }
  .catalog-category-view .product-shop-right .product-options dd .show-more .text-small,
  .catalogsearch-result-index .product-shop-right .product-options dd .show-more .text-small {
    display: none
  }
}
.catalog-category-view .product-shop-right .product-options dd.last,
.catalogsearch-result-index .product-shop-right .product-options dd.last {
  margin-bottom: 57px
}
.catalog-category-view .product-shop-right .product-options dd .show-more.active:before,
.catalogsearch-result-index .product-shop-right .product-options dd .show-more.active:before {
  transform: rotate(180deg)
}
.catalog-category-view .product-shop-right .product-options dd .show-more.active:after,
.catalogsearch-result-index .product-shop-right .product-options dd .show-more.active:after {
  transform: rotate(180deg)
}
body.product-configurable-product .product-options,
body.product-configurable-product .product-options-bottom {
  padding-left: 0;
  clear: both
}
body.product-configurable-product .product-options {
  padding-right: 0;
  max-width: 420px;
  margin: 0 auto;
  position: relative;
  left: 10px
}
@media only screen and (max-width:770px) {
  .catalog-category-view .product-options dt,
  .catalog-product-view .product-options dt {
    text-align: center
  }
}
.catalog-category-view .swatch-input-box,
.catalog-product-view .swatch-input-box {
  max-width: 420px
}
@media only screen and (max-width:770px) {
  .catalog-category-view .swatch-input-box,
  .catalog-product-view .swatch-input-box {
    margin: 0 auto
  }
}
.catalog-category-view .swatch-input-box .swatch-option,
.catalog-product-view .swatch-input-box .swatch-option {
  background-repeat: no-repeat;
  position: relative;
  width: 64px;
  height: 64px;
  padding-top: 15px;
  margin: 0 20px 20px 0
}
@media only screen and (770px:945px) {
  .catalog-category-view .swatch-input-box .swatch-option,
  .catalog-product-view .swatch-input-box .swatch-option {
    width: 48px;
    height: 48px
  }
}
.catalog-category-view .swatch-input-box .swatch-option:before,
.catalog-product-view .swatch-input-box .swatch-option:before {
  position: absolute;
  display: none;
  content: "";
  background-image: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/white-bottom-right-corner.png);
  height: 10px;
  width: 10px;
  bottom: 0;
  right: 0
}
.catalog-category-view .swatch-input-box .swatch-option.selected,
.catalog-product-view .swatch-input-box .swatch-option.selected {
  border: none
}
.catalog-category-view .swatch-input-box.fullcount,
.catalog-product-view .swatch-input-box.fullcount {
  max-height: 66px;
  overflow: hidden
}
.catalog-category-view .swatch-input-box.fullcount.validation-error,
.catalog-product-view .swatch-input-box.fullcount.validation-error {
  max-height: 88px
}
.catalog-category-view .swatch-input-box.validation-error,
.catalog-product-view .swatch-input-box.validation-error {
  padding-top: 20px
}
.catalog-category-view .swatch-input-box.validation-error .validation-advice,
.catalog-product-view .swatch-input-box.validation-error .validation-advice {
  margin: 0
}
.catalog-category-view .swatch-input-box.more-items,
.catalog-product-view .swatch-input-box.more-items {
  max-height: 999px
}
.catalog-category-view .select-color .swatch-option.selected:after,
.catalog-product-view .select-color .swatch-option.selected:after {
  content: "";
  display: block;
  position: absolute;
  right: 17px;
  top: 21px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/sprite.png);
  background-position: -255px -311px!important;
  width: 28px;
  height: 23px;
  z-index: 99
}
@media only screen and (-webkit-min-device-pixel-ratio:2),
only screen and (min--moz-device-pixel-ratio:2),
only screen and (-o-min-device-pixel-ratio:2/1),
only screen and (min-device-pixel-ratio:2),
only screen and (min-resolution:192dpi),
only screen and (min-resolution:2dppx) {
  .catalog-category-view .select-color .swatch-option.selected:after,
  .catalog-product-view .select-color .swatch-option.selected:after {
    background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/sprite@2x.png);
    background-size: 750px 472px
  }
}
.catalog-category-view .select-size .swatch-option,
.catalog-product-view .select-size .swatch-option {
  background-position: 0 0!important
}
.catalog-category-view .select-size .swatch-option.selected,
.catalog-product-view .select-size .swatch-option.selected {
  background-position: 0 100%!important
}
.catalog-category-view .product-options dt,
.catalog-product-view .product-options dt {
  clear: left
}
.catalog-category-view .product-options dt .configurable-option-selection,
.catalog-category-view .product-options dt label.required,
.catalog-product-view .product-options dt .configurable-option-selection,
.catalog-product-view .product-options dt label.required {
  font-family: Roboto,Verdana,Arial,sans-serif;
  font-weight: 500;
  color: #333632;
  font-size: 22px;
  margin: 20px 0 6px
}
.catalog-category-view .product-options dt .configurable-option-selection:after,
.catalog-category-view .product-options dt label.required:after,
.catalog-product-view .product-options dt .configurable-option-selection:after,
.catalog-product-view .product-options dt label.required:after {
  display: none
}
.catalog-category-view .product-options dt .configurable-option-selection,
.catalog-product-view .product-options dt .configurable-option-selection {
  padding-left: 5px
}
.catalog-category-view .product-options dd .show-more,
.catalog-product-view .product-options dd .show-more {
  float: left;
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-user-select: none;
  -o-user-select: none;
  user-select: none;
  margin-bottom: 0;
  padding: 7px 10px 7px 24px;
  position: relative;
  font-family: Roboto,Verdana,Arial,sans-serif;
  font-weight: 500;
  letter-spacing: 2px;
  text-transform: uppercase;
  text-align: center;
  font-size: 16px;
  line-height: 43px;
  padding: 7px 10px 7px 10px;
  line-height: 32px;
  width: 100%;
  max-width: 400px;
  margin-top: 20px;
  font-size: 14px;
  clear: both
}
.catalog-category-view .product-options dd .show-more:after,
.catalog-category-view .product-options dd .show-more:before,
.catalog-product-view .product-options dd .show-more:after,
.catalog-product-view .product-options dd .show-more:before {
  position: absolute;
  display: block;
  content: "";
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/sprite.png);
  background-position: -435px -20px!important;
  width: 16px;
  height: 14px;
  left: 40px;
  top: 50%;
  margin-top: -9px;
  transition: all .5s cubic-bezier(.32,1.25,.375,1.15)
}
@media only screen and (-webkit-min-device-pixel-ratio:2),
only screen and (min--moz-device-pixel-ratio:2),
only screen and (-o-min-device-pixel-ratio:2/1),
only screen and (min-device-pixel-ratio:2),
only screen and (min-resolution:192dpi),
only screen and (min-resolution:2dppx) {
  .catalog-category-view .product-options dd .show-more:after,
  .catalog-category-view .product-options dd .show-more:before,
  .catalog-product-view .product-options dd .show-more:after,
  .catalog-product-view .product-options dd .show-more:before {
    background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/sprite@2x.png);
    background-size: 750px 472px
  }
}
.catalog-category-view .product-options dd .show-more:after,
.catalog-product-view .product-options dd .show-more:after {
  left: auto;
  right: 40px
}
@media only screen and (max-width:770px) {
  .catalog-category-view .product-options dd .show-more,
  .catalog-product-view .product-options dd .show-more {
    display: block;
    float: none;
    max-width: 420px;
    margin: 20px auto 0
  }
}
@media only screen and (max-width:599px) {
  .catalog-category-view .product-options dd .show-more:before,
  .catalog-product-view .product-options dd .show-more:before {
    left: 20px
  }
  .catalog-category-view .product-options dd .show-more:after,
  .catalog-product-view .product-options dd .show-more:after {
    right: 20px
  }
}
.catalog-category-view .product-options dd .show-more.active:before,
.catalog-product-view .product-options dd .show-more.active:before {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg)
}
.catalog-category-view .product-options dd .show-more.active:after,
.catalog-product-view .product-options dd .show-more.active:after {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg)
}
.catalog-category-view .product-view .select-size .swatch-option,
.catalogsearch-result-index .product-view .select-size .swatch-option {
  background-position: 0 0!important
}
.catalog-category-view .product-view .select-size .swatch-option.selected,
.catalogsearch-result-index .product-view .select-size .swatch-option.selected {
  background-position: 0 100%!important
}
@media only screen and (max-width:770px) {
  .catalog-category-view #narrow-by-list .collapse-block,
  .catalogsearch-result-index #narrow-by-list .collapse-block {
    width: 90%;
    margin: 0 auto
  }
}
.catalog-category-view #narrow-by-list .swatch-filter:before,
.catalogsearch-result-index #narrow-by-list .swatch-filter:before {
  display: none
}
.catalog-category-view #narrow-by-list .swatch-option,
.catalogsearch-result-index #narrow-by-list .swatch-option {
  background-repeat: no-repeat;
  position: relative;
  width: 46px;
  height: 46px;
  padding-top: 15px;
  margin-bottom: 11px
}
.catalog-category-view #narrow-by-list .swatch-option:before,
.catalogsearch-result-index #narrow-by-list .swatch-option:before {
  position: absolute;
  display: none;
  content: "";
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/sprite.png);
  background-position: -302px -327px!important;
  height: 10px;
  width: 10px;
  bottom: 0;
  right: 0
}
@media only screen and (-webkit-min-device-pixel-ratio:2),
only screen and (min--moz-device-pixel-ratio:2),
only screen and (-o-min-device-pixel-ratio:2/1),
only screen and (min-device-pixel-ratio:2),
only screen and (min-resolution:192dpi),
only screen and (min-resolution:2dppx) {
  .catalog-category-view #narrow-by-list .swatch-option:before,
  .catalogsearch-result-index #narrow-by-list .swatch-option:before {
    background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/sprite@2x.png);
    background-size: 750px 472px
  }
}
@media only screen and (max-width:770px) {
  .catalog-category-view #narrow-by-list .swatch-option:before,
  .catalogsearch-result-index #narrow-by-list .swatch-option:before {
    background-position: -327px -327px!important
  }
}
.catalog-category-view #narrow-by-list .swatch-option.selected,
.catalogsearch-result-index #narrow-by-list .swatch-option.selected {
  border: none
}
.catalog-category-view #narrow-by-list .swatch-option[data-color].selected:after,
.catalogsearch-result-index #narrow-by-list .swatch-option[data-color].selected:after {
  content: "";
  display: block;
  position: absolute;
  right: 11px;
  top: 15px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/sprite.png);
  background-position: -216px -314px!important;
  width: 21px;
  height: 18px;
  z-index: 99
}
@media only screen and (-webkit-min-device-pixel-ratio:2),
only screen and (min--moz-device-pixel-ratio:2),
only screen and (-o-min-device-pixel-ratio:2/1),
only screen and (min-device-pixel-ratio:2),
only screen and (min-resolution:192dpi),
only screen and (min-resolution:2dppx) {
  .catalog-category-view #narrow-by-list .swatch-option[data-color].selected:after,
  .catalogsearch-result-index #narrow-by-list .swatch-option[data-color].selected:after {
    background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/sprite@2x.png);
    background-size: 750px 472px
  }
}
.catalog-category-view .block-layered-nav .block-content > dl > dt,
.catalogsearch-result-index .block-layered-nav .block-content > dl > dt {
  text-align: left;
  padding-left: 2px
}
.catalog-category-view .block-layered-nav .block-content > dl > dt:after,
.catalog-category-view .block-layered-nav .block-content > dl > dt:before,
.catalogsearch-result-index .block-layered-nav .block-content > dl > dt:after,
.catalogsearch-result-index .block-layered-nav .block-content > dl > dt:before {
  background-image: none
}
#cart-quickadd {
  padding-bottom: 45px;
  background-color: #f5f7e8;
  padding-top: 150px;
  display: none
}
#cart-quickadd #quickadd-wrapper {
  max-width: 1120px;
  width: 100%;
  margin: 0 auto
}
#cart-quickadd #quickadd-wrapper .field-wrapper {
  position: relative;
  width: 97%
}
#cart-quickadd #quickadd-wrapper .field-wrapper:before {
  position: absolute;
  display: block;
  content: "";
  background-image: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/sprite.png);
  background-position: -262px -64px;
  top: 5px;
  right: -10px;
  width: 13px;
  height: 45px;
  margin-top: 3px
}
#cart-quickadd #quickadd-wrapper .field-wrapper.active_edge:before {
  position: absolute;
  display: block;
  content: "";
  background-image: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/activeedge.png);
  background-position: 0;
  top: 5px;
  right: -12px;
  width: 12px;
  height: 44px;
  margin-top: 4px
}
#cart-quickadd #quickadd-wrapper .field-wrapper.active_edge:after {
  position: absolute;
  display: block;
  content: "";
  background-image: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/sprite.png);
  background-position: -23px -101px;
  top: 21px;
  width: 19px;
  height: 19px;
  right: 0
}
#cart-quickadd #quickadd-wrapper .field-wrapper.active:before {
  display: none
}
#cart-quickadd #quickadd-wrapper .field-wrapper.active #quickadd-input {
  width: 665px
}
#cart-quickadd #quickadd-wrapper label[for=quickadd-input] {
  font-family: Roboto,Verdana,Arial,sans-serif;
  font-weight: 500;
  font-size: 26px;
  line-height: 32px;
  padding-top: 34px;
  display: block
}
#cart-quickadd #quickadd-wrapper #quickadd-input {
  width: 655px;
  margin-top: 9px;
  padding: 0 15px
}
#cart-quickadd #quickadd-wrapper #spinner {
  margin-top: 20px
}
#cart-quickadd #quickadd-wrapper #quickadd-input.active {
  background-color: #efffcd;
  border: solid 3px #6bba63;
  border-right: none;
  color: #6bba63
}
#cart-quickadd #quickadd-wrapper #quickadd-input:focus {
  border: 3px solid #333632;
  background-color: #333632;
  color: #fff
}
#cart-quickadd #quickadd-wrapper #quickadd-input.active:focus {
  border: 3px solid #333632;
  background-color: #333632;
  color: #fff
}
#cart-quickadd #quickadd-wrapper .quickadd-info {
  font-size: 15px;
  display: block;
  line-height: 24px;
  margin-top: 12px
}
#cart-quickadd #quickadd-wrapper .quickadd-input-wrapper {
  float: left;
  max-width: 675px;
  width: 100%;
  position: relative
}
#cart-quickadd #quickadd-wrapper .quickadd-input-close {
  width: 24px;
  height: 20px;
  right: 13px;
  display: block;
  position: absolute;
  top: 21px;
  cursor: pointer
}
#cart-quickadd #quickadd-wrapper #quickadd-autocompleter {
  border: solid 6px #333632;
  margin-left: -20px;
  width: 97%
}
#cart-quickadd #quickadd-wrapper #quickadd-autocompleter ul li {
  padding: 15px;
  height: auto;
  background-color: #fff
}
#cart-quickadd #quickadd-wrapper #quickadd-autocompleter ul li span {
  color: #333632;
  text-transform: uppercase;
  font-size: 12px;
  font-family: Roboto,Verdana,Arial,sans-serif;
  font-weight: 500
}
#cart-quickadd #quickadd-wrapper #quickadd-autocompleter ul li.selected {
  background-color: #333632
}
#cart-quickadd #quickadd-wrapper #quickadd-autocompleter ul li.selected span {
  color: #fff
}
#cart-quickadd #quickadd-wrapper .qty-container {
  margin-top: 9px;
  float: left;
  display: inline-block!important
}
#cart-quickadd #quickadd-wrapper .qty-container #addQty {
  border: solid 4px #e7542f;
  font-size: 15px;
  padding-top: 3px
}
#cart-quickadd #quickadd-wrapper .qty-container #qty-minus {
  margin-right: -5px
}
#cart-quickadd #quickadd-wrapper .qty-container #qty-minus span {
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/sprite.png) no-repeat -106px -320px transparent;
  position: absolute;
  width: 20px;
  height: 20px;
  top: 19px;
  left: 18px
}
#cart-quickadd #quickadd-wrapper .qty-container #qty-plus {
  margin-left: -5px
}
#cart-quickadd #quickadd-wrapper .qty-container #qty-plus span {
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/sprite.png) no-repeat -172px -314px transparent;
  position: absolute;
  width: 20px;
  height: 20px;
  top: 13px;
  right: 13px
}
#cart-quickadd #quickadd-wrapper .qty-container .button {
  padding: 22px 24px
}
#cart-quickadd #quickadd-wrapper .qty-container .button span {
  font-size: 30px
}
#cart-quickadd #quickadd-wrapper .qty-container .button:before {
  display: none
}
#cart-quickadd #quickadd-wrapper #quickadd-template {
  display: inline-block!important
}
#cart-quickadd #quickadd-wrapper #quickadd-template img {
  display: none
}
#cart-quickadd #quickadd-wrapper #quickadd-template div {
  display: none
}
#cart-quickadd #quickadd-wrapper #quickadd-template .qty-container {
  display: block;
  margin-left: 6px;
  margin-right: 10px
}
#cart-quickadd #quickadd-wrapper #quickadd-template #quickadd-trigger {
  width: 223px;
  margin-top: 9px;
  height: 44px;
  display: block!important;
  float: left
}
#cart-quickadd #quickadd-wrapper #quickadd-template #disabled-quickadd {
  width: 223px;
  margin-top: 9px;
  height: 44px;
  display: block!important;
  background-color: #e3e3e3;
  color: #fff;
  cursor: not-allowed
}
#cart-quickadd #quickadd-wrapper #quickadd-template #disabled-quickadd:before {
  display: none
}
#cart-quickadd #quickadd-wrapper #quickadd-template #quickadd-trigger:before {
  height: 44px
}
#cart-quickadd #queue-wrapper {
  clear: left;
  max-width: 1120px;
  width: 100%;
  margin: 0 auto
}
#cart-quickadd #quickadd-queue-header {
  width: 100%;
  padding: 12px 12px 10px 20px;
  background-color: #ced0c3
}
#cart-quickadd #quickadd-queue-header li {
  color: #333632;
  font-size: 15px;
  font-family: Roboto,Verdana,Arial,sans-serif;
  font-weight: 500;
  width: 10%;
  letter-spacing: 0
}
#cart-quickadd #quickadd-queue-header li:first-child {
  width: 60%
}
#cart-quickadd #quickadd-queue-header li:last-child {
  width: auto
}
#cart-quickadd #quickadd-queue-template {
  width: 100%
}
#cart-quickadd #quickadd-queue-template li:last-child {
  margin-bottom: 35px
}
#cart-quickadd #quickadd-queue-template .item-name {
  width: 60%;
  padding: 40px 20px 20px 20px
}
#cart-quickadd #quickadd-queue-template .item-price,
#cart-quickadd #quickadd-queue-template .item-qty,
#cart-quickadd #quickadd-queue-template .item-subtotal {
  padding: 20px 20px 20px 0;
  width: 10%
}
#cart-quickadd #quickadd-queue-template .item-qty-wrap {
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/sprite.png);
  background-position: 202px 0!important;
  position: absolute;
  width: 20px;
  height: 20px
}
@media only screen and (-webkit-min-device-pixel-ratio:2),
only screen and (min--moz-device-pixel-ratio:2),
only screen and (-o-min-device-pixel-ratio:2/1),
only screen and (min-device-pixel-ratio:2),
only screen and (min-resolution:192dpi),
only screen and (min-resolution:2dppx) {
  #cart-quickadd #quickadd-queue-template .item-qty-wrap {
    background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/sprite@2x.png);
    background-size: 750px 472px
  }
}
#cart-quickadd #quickadd-queue-template .item-qty {
  width: 47px;
  text-align: center;
  clear: both;
  height: 44px;
  overflow: hidden;
  padding: 2px 7px 0 8px;
  font: normal 1em/30px Roboto,Verdana,Arial,sans-serif;
  border: 3px solid #b4b4b4;
  background: #fff;
  font-size: 15px;
  color: #333;
  position: relative;
  letter-spacing: 1px;
  margin-left: -9px
}
#cart-quickadd #quickadd-queue-template .item-subtotal {
  text-align: right
}
#cart-quickadd #quickadd-queue-template .item-subtotal span {
  margin-top: 8px;
  cursor: pointer
}
#cart-quickadd #quickadd-queue-template .button.delete {
  display: none!important
}
.cart-header-btns {
  width: 65%;
  float: left;
  position: absolute;
  right: 60px
}
.btn-cart.btn-large.quick-order-btn {
  background-color: #7a7a7a;
  color: #d8f82c
}
.btn-cart.btn-large.quick-order-btn:hover {
  background-color: #949494;
  color: #d8f82c!important
}
@media only screen and (max-width:1200px) {
  #cart-quickadd #quickadd-wrapper {
    padding-left: 40px
  }
  #cart-quickadd #queue-wrapper {
    padding-left: 40px;
    padding-right: 40px
  }
  #cart-quickadd #quickadd-wrapper .quickadd-input-wrapper {
    float: left;
    max-width: 675px;
    width: 45%
  }
}
@media only screen and (max-width:1060px) {
  .cart-header {
    text-align: center
  }
  .cart-header .cart-header-btns {
    width: 100%;
    float: none;
    position: initial;
    right: initial
  }
  .cart-header h1 {
    display: none
  }
}
@media only screen and (max-width:770px) {
  div.cart-header .button.btn-cart {
    margin-bottom: 20px
  }
  div.cart {
    top: 50px
  }
  .cart-header h1 {
    display: block
  }
  #cart-quickadd {
    padding-top: 250px
  }
  #cart-quickadd #queue-wrapper {
    padding-left: 25px;
    padding-right: 25px
  }
  #cart-quickadd #quickadd-wrapper {
    padding-left: 20px;
    padding-right: 20px;
    margin-top: 60px
  }
  #cart-quickadd #quickadd-wrapper #quickadd-autocompleter {
    width: 98%
  }
  #cart-quickadd #quickadd-wrapper .field-wrapper.active {
    width: 98%
  }
  #cart-quickadd #quickadd-wrapper .field-wrapper.active .quickadd-input-wrapper #quickadd-input {
    width: 100%
  }
  #cart-quickadd #quickadd-wrapper label[for=quickadd-input] {
    text-align: center
  }
  #cart-quickadd #quickadd-wrapper .quickadd-info {
    text-align: center
  }
  #cart-quickadd #quickadd-wrapper .quickadd-input-wrapper {
    max-width: none;
    width: 100%
  }
  #cart-quickadd #quickadd-wrapper .quickadd-input-wrapper #quickadd-input {
    width: 100%
  }
  #cart-quickadd #quickadd-wrapper #quickadd-template {
    width: 100%
  }
  #cart-quickadd #quickadd-wrapper #quickadd-template .qty-container {
    width: 100%;
    text-align: center;
    margin-bottom: 20px
  }
  #cart-quickadd #quickadd-wrapper #quickadd-template .qty-container #qty-minus {
    background-color: #595d56;
    margin-right: 7px
  }
  #cart-quickadd #quickadd-wrapper #quickadd-template .qty-container #qty-minus span {
    left: 16px
  }
  #cart-quickadd #quickadd-wrapper #quickadd-template .qty-container #qty-plus {
    background-color: #595d56;
    margin-left: 16px
  }
  #cart-quickadd #quickadd-wrapper #quickadd-template .qty-container #qty-plus span {
    right: 11px
  }
  #cart-quickadd #quickadd-wrapper #quickadd-template .qty-container #addQty {
    border: solid 3px #b4b4b4;
    margin-left: 10px
  }
  #cart-quickadd #quickadd-wrapper #quickadd-template #quickadd-trigger {
    width: 98%
  }
  #cart-quickadd #quickadd-queue-header {
    display: none
  }
  #cart-quickadd #quickadd-queue-template {
    width: 100%
  }
  #cart-quickadd #quickadd-queue-template .item-name {
    width: 100%;
    padding-left: 0
  }
  #cart-quickadd #quickadd-queue-template .item-price,
  #cart-quickadd #quickadd-queue-template .item-qty,
  #cart-quickadd #quickadd-queue-template .item-subtotal {
    padding: 20px 20px 20px 0;
    width: 30%
  }
  #cart-quickadd #quickadd-queue-template .item-qty {
    padding: 20px 20px 20px 0;
    width: 30%
  }
  #cart-quickadd #quickadd-queue-template .item-subtotal {
    padding: 20px 20px 20px 0;
    width: 30%
  }
  #cart-quickadd #quickadd-queue-template .button.delete {
    display: none!important
  }
}
@media only screen and (max-width:599px) {
  div.cart-header-btns {
    left: 10%;
    width: 80%
  }
  #cart-quickadd {
    margin-top: 0
  }
  #cart-quickadd #quickadd-wrapper label[for=quickadd-input] {
    padding-top: 39px
  }
}
.ie8 #qty-plus {
  display: none
}
.ie8 #qty-minus {
  display: none
}
.ie8 .cart-header h1 {
  display: block
}
#dealer-restock-form table {
  width: 100%
}
#dealer-restock-form table th {
  padding: 20px;
  background-color: #e7542f;
  color: #fff
}
#dealer-restock-form table td {
  padding: 20px
}
#dealer-restock-form .total-note {
  margin-top: 10px;
  margin-bottom: 40px;
  font-size: 12px
}
#dealer-restock-form table td.order-total-label {
  font-family: Roboto,Verdana,Arial,sans-serif;
  font-weight: 500;
  font-size: 16px
}
#dealer-restock-form table td.restock-total-value {
  font-family: Roboto,Verdana,Arial,sans-serif;
  font-weight: 500;
  font-size: 16px
}
#dealer-restock-form table tr.category-label {
  display: none
}
#dealer-restock-from button.restock-addtocart {
  margin-bottom: 25px
}
div.brands-container {
  padding: 75px;
  display: block
}
div.brands-container .arrow-container {
  color: #7e857c;
  position: absolute;
  z-index: 10;
  font-size: 24px;
  cursor: pointer;
  height: 100%;
  top: 0;
  width: 10%;
  text-align: center
}
div.brands-container .arrow-container .brand-carousel-arrow {
  position: relative;
  top: 50%;
  transform: translateY(-50%)
}
div.brands-container .arrow-container.right-arrow {
  right: 10px
}
div.brands-container .arrow-container:hover {
  color: #333632
}
div.brands-container .brand-carousel div {
  text-align: center
}
div.brands-container .brand-carousel div img {
  margin: auto
}
.brand-swatch-layered-nav {
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/brand-swatch-layered-nav.png) no-repeat top left;
  width: 46px;
  height: 46px
}
.brand-swatch-layered-nav.bg-2w {
  background-position: 0 0
}
.brand-swatch-layered-nav.bg-3a-safety {
  background-position: -46px 0;
  height: 23px
}
.brand-swatch-layered-nav.bg-3m {
  background-position: -92px 0;
  height: 25px
}
.brand-swatch-layered-nav.bg-adidas {
  background-position: -138px 0;
  height: 31px
}
.brand-swatch-layered-nav.bg-ahlborn {
  background-position: -184px 0;
  height: 23px
}
.brand-swatch-layered-nav.bg-alternative-apparel {
  background-position: -230px 0;
  height: 8px
}
.brand-swatch-layered-nav.bg-anvil {
  background-position: -276px 0;
  height: 12px
}
.brand-swatch-layered-nav.bg-arctic-radwear {
  background-position: -322px 0;
  height: 41px
}
.brand-swatch-layered-nav.bg-atlantic-safety-products {
  background-position: -368px 0;
  height: 25px
}
.brand-swatch-layered-nav.bg-augusta-sportswear {
  background-position: -414px 0
}
.brand-swatch-layered-nav.bg-badger-sportswear {
  background-position: -460px 0;
  height: 31px
}
.brand-swatch-layered-nav.bg-bagedge {
  background-position: -506px 0;
  height: 10px
}
.brand-swatch-layered-nav.bg-bayly-inc {
  background-position: -552px 0;
  height: 23px
}
.brand-swatch-layered-nav.bg-big-accessories {
  background-position: -598px 0;
  height: 7px
}
.brand-swatch-layered-nav.bg-bright-shield {
  background-position: -644px 0;
  height: 29px
}
.brand-swatch-layered-nav.bg-bulwark {
  background-position: -690px 0;
  height: 40px
}
.brand-swatch-layered-nav.bg-carhartt {
  background-position: -736px 0;
  height: 45px
}
.brand-swatch-layered-nav.bg-charles-river {
  background-position: -782px 0;
  height: 17px
}
.brand-swatch-layered-nav.bg-cheap-neckties {
  background-position: -828px 0
}
.brand-swatch-layered-nav.bg-chill-its {
  background-position: -874px 0;
  height: 25px
}
.brand-swatch-layered-nav.bg-chums {
  background-position: -920px 0;
  height: 21px
}
.brand-swatch-layered-nav.bg-cobmex {
  background-position: -966px 0;
  height: 25px
}
.brand-swatch-layered-nav.bg-commander {
  background-position: -1012px 0;
  height: 18px
}
.brand-swatch-layered-nav.bg-cornerstone {
  background-position: -1058px 0;
  height: 14px
}
.brand-swatch-layered-nav.bg-cortina-safety {
  background-position: -1104px 0;
  height: 12px
}
.brand-swatch-layered-nav.bg-devon-jones {
  background-position: -1150px 0;
  height: 9px
}
.brand-swatch-layered-nav.bg-dewalt {
  background-position: -1196px 0;
  height: 16px
}
.brand-swatch-layered-nav.bg-diamond-rubber-products-co {
  background-position: -1242px 0;
  height: 26px
}
.brand-swatch-layered-nav.bg-dickies {
  background-position: -1288px 0
}
.brand-swatch-layered-nav.bg-district-made {
  background-position: -1334px 0;
  height: 26px
}
.brand-swatch-layered-nav.bg-district {
  background-position: -1380px 0;
  height: 26px
}
.brand-swatch-layered-nav.bg-eddie-bauer {
  background-position: -1426px 0;
  height: 7px
}
.brand-swatch-layered-nav.bg-edwards {
  background-position: -1472px 0;
  height: 31px
}
.brand-swatch-layered-nav.bg-elvex-corporation {
  background-position: -1518px 0;
  height: 26px
}
.brand-swatch-layered-nav.bg-energizer {
  background-position: -1564px 0
}
.brand-swatch-layered-nav.bg-erb {
  background-position: -1610px 0;
  height: 12px
}
.brand-swatch-layered-nav.bg-ergodyne {
  background-position: -1656px 0;
  height: 42px
}
.brand-swatch-layered-nav.bg-florsheim {
  background-position: -1702px 0;
  height: 9px
}
.brand-swatch-layered-nav.bg-fox-40 {
  background-position: -1748px 0;
  height: 29px
}
.brand-swatch-layered-nav.bg-frogg-toggs {
  background-position: -1794px 0;
  height: 14px
}
.brand-swatch-layered-nav.bg-fruit-of-the-loom {
  background-position: -1840px 0;
  height: 31px
}
.brand-swatch-layered-nav.bg-georgia-boot {
  background-position: -1886px 0
}
.brand-swatch-layered-nav.bg-gildan {
  background-position: -1932px 0;
  height: 22px
}
.brand-swatch-layered-nav.bg-grabbers {
  background-position: -1978px 0
}
.brand-swatch-layered-nav.bg-gss-safety {
  background-position: -2024px 0;
  height: 24px
}
.brand-swatch-layered-nav.bg-hanes {
  background-position: -2070px 0;
  height: 40px
}
.brand-swatch-layered-nav.bg-harriton {
  background-position: -2116px 0;
  height: 32px
}
.brand-swatch-layered-nav.bg-hart-health {
  background-position: -2162px 0
}
.brand-swatch-layered-nav.bg-headsweats {
  background-position: -2208px 0;
  height: 36px
}
.brand-swatch-layered-nav.bg-hot-rods {
  background-position: -2254px 0
}
.brand-swatch-layered-nav.bg-howard-leight {
  background-position: -2300px 0;
  height: 21px
}
.brand-swatch-layered-nav.bg-iron-age {
  background-position: -2346px 0;
  height: 22px
}
.brand-swatch-layered-nav.bg-jensen-activewear {
  background-position: -2392px 0
}
.brand-swatch-layered-nav.bg-jerzees {
  background-position: -2438px 0;
  height: 12px
}
.brand-swatch-layered-nav.bg-liberty-bags {
  background-position: -2484px 0;
  height: 37px
}
.brand-swatch-layered-nav.bg-majestic {
  background-position: -2530px 0;
  height: 36px
}
.brand-swatch-layered-nav.bg-master-lock {
  background-position: -2576px 0;
  height: 11px
}
.brand-swatch-layered-nav.bg-mechanix-wear {
  background-position: -2622px 0;
  height: 18px
}
.brand-swatch-layered-nav.bg-miracool {
  background-position: -2668px 0;
  height: 23px
}
.brand-swatch-layered-nav.bg-ml-kishigo {
  background-position: -2714px 0
}
.brand-swatch-layered-nav.bg-mutual-industries {
  background-position: -2760px 0
}
.brand-swatch-layered-nav.bg-namify {
  background-position: -2806px 0;
  height: 12px
}
.brand-swatch-layered-nav.bg-new-era {
  background-position: -2852px 0
}
.brand-swatch-layered-nav.bg-nike-golf {
  background-position: -2898px 0;
  height: 49px
}
.brand-swatch-layered-nav.bg-nike {
  background-position: -2944px 0;
  height: 17px
}
.brand-swatch-layered-nav.bg-nissun-cap {
  background-position: -2990px 0;
  height: 38px
}
.brand-swatch-layered-nav.bg-niteize {
  background-position: -3036px 0
}
.brand-swatch-layered-nav.bg-nordic-blaze {
  background-position: -3082px 0;
  height: 9px
}
.brand-swatch-layered-nav.bg-occunomix {
  background-position: -3128px 0
}
.brand-swatch-layered-nav.bg-ogio-endurance {
  background-position: -3174px 0;
  height: 32px
}
.brand-swatch-layered-nav.bg-ogio {
  background-position: -3220px 0;
  height: 41px
}
.brand-swatch-layered-nav.bg-outdoor-cap-company-inc {
  background-position: -3266px 0
}
.brand-swatch-layered-nav.bg-philadelphia-rapid-transit {
  background-position: -3312px 0;
  height: 32px
}
.brand-swatch-layered-nav.bg-pip {
  background-position: -3358px 0;
  height: 14px
}
.brand-swatch-layered-nav.bg-port-authority {
  background-position: -3404px 0;
  height: 19px
}
.brand-swatch-layered-nav.bg-port-company {
  background-position: -3450px 0;
  height: 28px
}
.brand-swatch-layered-nav.bg-pro-pak-industries-inc {
  background-position: -3496px 0;
  height: 23px
}
.brand-swatch-layered-nav.bg-pyramex {
  background-position: -3542px 0;
  height: 28px
}
.brand-swatch-layered-nav.bg-radians {
  background-position: -3588px 0;
  height: 21px
}
.brand-swatch-layered-nav.bg-red-house {
  background-position: -3634px 0;
  height: 13px
}
.brand-swatch-layered-nav.bg-red-kap {
  background-position: -3680px 0;
  height: 26px
}
.brand-swatch-layered-nav.bg-reebok {
  background-position: -3726px 0;
  height: 41px
}
.brand-swatch-layered-nav.bg-reflexite {
  background-position: -3772px 0;
  height: 16px
}
.brand-swatch-layered-nav.bg-rhino {
  background-position: -3818px 0;
  height: 61px
}
.brand-swatch-layered-nav.bg-roadside-safety-supply {
  background-position: -3864px 0;
  height: 5px
}
.brand-swatch-layered-nav.bg-rockport {
  background-position: -3910px 0;
  height: 35px
}
.brand-swatch-layered-nav.bg-rubbermaid {
  background-position: -3956px 0;
  height: 14px
}
.brand-swatch-layered-nav.bg-russell-outdoors {
  background-position: -4002px 0;
  height: 42px
}
.brand-swatch-layered-nav.bg-saunders-manufacturing-co {
  background-position: -4048px 0;
  height: 14px
}
.brand-swatch-layered-nav.bg-sayre-inc {
  background-position: -4094px 0
}
.brand-swatch-layered-nav.bg-spilltech {
  background-position: -4140px 0;
  height: 37px
}
.brand-swatch-layered-nav.bg-sport-tek {
  background-position: -4186px 0;
  height: 9px
}
.brand-swatch-layered-nav.bg-streamlight {
  background-position: -4232px 0;
  height: 35px
}
.brand-swatch-layered-nav.bg-thorogood {
  background-position: -4278px 0;
  height: 25px
}
.brand-swatch-layered-nav.bg-timberland {
  background-position: -4324px 0;
  height: 39px
}
.brand-swatch-layered-nav.bg-trex {
  background-position: -4370px 0;
  height: 26px
}
.brand-swatch-layered-nav.bg-tri-mountain {
  background-position: -4416px 0;
  height: 17px
}
.brand-swatch-layered-nav.bg-truspec {
  background-position: -4462px 0;
  height: 21px
}
.brand-swatch-layered-nav.bg-tsa-safety {
  background-position: -4508px 0;
  height: 33px
}
.brand-swatch-layered-nav.bg-underwater-kinetics {
  background-position: -4554px 0;
  height: 14px
}
.brand-swatch-layered-nav.bg-utility-pro {
  background-position: -4600px 0;
  height: 18px
}
.brand-swatch-layered-nav.bg-viking {
  background-position: -4646px 0;
  height: 17px
}
.brand-swatch-layered-nav.bg-visijax {
  background-position: -4692px 0;
  height: 12px
}
.brand-swatch-layered-nav.bg-warson-group-inc {
  background-position: -4738px 0;
  height: 35px
}
.brand-swatch-layered-nav.bg-west-chester-holdings {
  background-position: -4784px 0
}
.brand-swatch-layered-nav.bg-whelen {
  background-position: -4830px 0;
  height: 11px
}
.brand-swatch-layered-nav.bg-whispering-pines-sportswear {
  background-position: -4876px 0;
  height: 31px
}
.brand-swatch-widget {
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/brand-swatch-widget.png) no-repeat top left;
  width: 75px;
  height: 75px
}
.brand-swatch-widget.bg-2w {
  background-position: 0 0
}
.brand-swatch-widget.bg-3a-safety {
  background-position: -75px 0;
  height: 38px
}
.brand-swatch-widget.bg-3m {
  background-position: -150px 0;
  height: 40px
}
.brand-swatch-widget.bg-adidas {
  background-position: -225px 0;
  height: 51px
}
.brand-swatch-widget.bg-ahlborn {
  background-position: -300px 0;
  height: 38px
}
.brand-swatch-widget.bg-alternative-apparel {
  background-position: -375px 0;
  height: 13px
}
.brand-swatch-widget.bg-anvil {
  background-position: -450px 0;
  height: 19px
}
.brand-swatch-widget.bg-arctic-radwear {
  background-position: -525px 0;
  height: 68px
}
.brand-swatch-widget.bg-atlantic-safety-products {
  background-position: -600px 0;
  height: 41px
}
.brand-swatch-widget.bg-augusta-sportswear {
  background-position: -675px 0
}
.brand-swatch-widget.bg-badger-sportswear {
  background-position: -750px 0;
  height: 50px
}
.brand-swatch-widget.bg-bagedge {
  background-position: -825px 0;
  height: 17px
}
.brand-swatch-widget.bg-bayly-inc {
  background-position: -900px 0;
  height: 38px
}
.brand-swatch-widget.bg-big-accessories {
  background-position: -975px 0;
  height: 12px
}
.brand-swatch-widget.bg-bright-shield {
  background-position: -1050px 0;
  height: 48px
}
.brand-swatch-widget.bg-bulwark {
  background-position: -1125px 0;
  height: 65px
}
.brand-swatch-widget.bg-carhartt {
  background-position: -1200px 0;
  height: 73px
}
.brand-swatch-widget.bg-charles-river {
  background-position: -1275px 0;
  height: 28px
}
.brand-swatch-widget.bg-cheap-neckties {
  background-position: -1350px 0
}
.brand-swatch-widget.bg-chill-its {
  background-position: -1425px 0;
  height: 40px
}
.brand-swatch-widget.bg-chums {
  background-position: -1500px 0;
  height: 34px
}
.brand-swatch-widget.bg-cobmex {
  background-position: -1575px 0;
  height: 40px
}
.brand-swatch-widget.bg-commander {
  background-position: -1650px 0;
  height: 29px
}
.brand-swatch-widget.bg-cornerstone {
  background-position: -1725px 0;
  height: 23px
}
.brand-swatch-widget.bg-cortina-safety {
  background-position: -1800px 0;
  height: 19px
}
.brand-swatch-widget.bg-devon-jones {
  background-position: -1875px 0;
  height: 14px
}
.brand-swatch-widget.bg-dewalt {
  background-position: -1950px 0;
  height: 27px
}
.brand-swatch-widget.bg-diamond-rubber-products-co {
  background-position: -2025px 0;
  height: 42px
}
.brand-swatch-widget.bg-dickies {
  background-position: -2100px 0
}
.brand-swatch-widget.bg-district-made {
  background-position: -2175px 0;
  height: 43px
}
.brand-swatch-widget.bg-district {
  background-position: -2250px 0;
  height: 42px
}
.brand-swatch-widget.bg-eddie-bauer {
  background-position: -2325px 0;
  height: 12px
}
.brand-swatch-widget.bg-edwards {
  background-position: -2400px 0;
  height: 50px
}
.brand-swatch-widget.bg-elvex-corporation {
  background-position: -2475px 0;
  height: 42px
}
.brand-swatch-widget.bg-energizer {
  background-position: -2550px 0
}
.brand-swatch-widget.bg-erb {
  background-position: -2625px 0;
  height: 19px
}
.brand-swatch-widget.bg-ergodyne {
  background-position: -2700px 0;
  height: 69px
}
.brand-swatch-widget.bg-florsheim {
  background-position: -2775px 0;
  height: 15px
}
.brand-swatch-widget.bg-fox-40 {
  background-position: -2850px 0;
  height: 48px
}
.brand-swatch-widget.bg-frogg-toggs {
  background-position: -2925px 0;
  height: 23px
}
.brand-swatch-widget.bg-fruit-of-the-loom {
  background-position: -3000px 0;
  height: 51px
}
.brand-swatch-widget.bg-georgia-boot {
  background-position: -3075px 0;
  height: 76px
}
.brand-swatch-widget.bg-gildan {
  background-position: -3150px 0;
  height: 36px
}
.brand-swatch-widget.bg-grabbers {
  background-position: -3225px 0
}
.brand-swatch-widget.bg-gss-safety {
  background-position: -3300px 0;
  height: 39px
}
.brand-swatch-widget.bg-hanes {
  background-position: -3375px 0;
  height: 66px
}
.brand-swatch-widget.bg-harriton {
  background-position: -3450px 0;
  height: 52px
}
.brand-swatch-widget.bg-hart-health {
  background-position: -3525px 0
}
.brand-swatch-widget.bg-headsweats {
  background-position: -3600px 0;
  height: 58px
}
.brand-swatch-widget.bg-hot-rods {
  background-position: -3675px 0
}
.brand-swatch-widget.bg-howard-leight {
  background-position: -3750px 0;
  height: 34px
}
.brand-swatch-widget.bg-iron-age {
  background-position: -3825px 0;
  height: 36px
}
.brand-swatch-widget.bg-jensen-activewear {
  background-position: -3900px 0
}
.brand-swatch-widget.bg-jerzees {
  background-position: -3975px 0;
  height: 20px
}
.brand-swatch-widget.bg-liberty-bags {
  background-position: -4050px 0;
  height: 60px
}
.brand-swatch-widget.bg-majestic {
  background-position: -4125px 0;
  height: 58px
}
.brand-swatch-widget.bg-master-lock {
  background-position: -4200px 0;
  height: 18px
}
.brand-swatch-widget.bg-mechanix-wear {
  background-position: -4275px 0;
  height: 29px
}
.brand-swatch-widget.bg-miracool {
  background-position: -4350px 0;
  height: 38px
}
.brand-swatch-widget.bg-ml-kishigo {
  background-position: -4425px 0;
  height: 76px
}
.brand-swatch-widget.bg-mutual-industries {
  background-position: -4500px 0
}
.brand-swatch-widget.bg-namify {
  background-position: -4575px 0;
  height: 19px
}
.brand-swatch-widget.bg-new-era {
  background-position: -4650px 0
}
.brand-swatch-widget.bg-nike-golf {
  background-position: -4725px 0;
  height: 80px
}
.brand-swatch-widget.bg-nike {
  background-position: -4800px 0;
  height: 27px
}
.brand-swatch-widget.bg-nissun-cap {
  background-position: -4875px 0;
  height: 62px
}
.brand-swatch-widget.bg-niteize {
  background-position: -4950px 0
}
.brand-swatch-widget.bg-occunomix {
  background-position: -5025px 0
}
.brand-swatch-widget.bg-ogio-endurance {
  background-position: -5100px 0;
  height: 52px
}
.brand-swatch-widget.bg-ogio {
  background-position: -5175px 0;
  height: 67px
}
.brand-swatch-widget.bg-outdoor-cap-company-inc {
  background-position: -5250px 0
}
.brand-swatch-widget.bg-philadelphia-rapid-transit {
  background-position: -5325px 0;
  height: 52px
}
.brand-swatch-widget.bg-pip {
  background-position: -5400px 0;
  height: 22px
}
.brand-swatch-widget.bg-port-authority {
  background-position: -5475px 0;
  height: 32px
}
.brand-swatch-widget.bg-port-company {
  background-position: -5550px 0;
  height: 45px
}
.brand-swatch-widget.bg-pro-pak-industries-inc {
  background-position: -5625px 0;
  height: 37px
}
.brand-swatch-widget.bg-pyramex {
  background-position: -5700px 0;
  height: 45px
}
.brand-swatch-widget.bg-radians {
  background-position: -5775px 0;
  height: 35px
}
.brand-swatch-widget.bg-red-house {
  background-position: -5850px 0;
  height: 22px
}
.brand-swatch-widget.bg-red-kap {
  background-position: -5925px 0;
  height: 42px
}
.brand-swatch-widget.bg-reebok {
  background-position: -6000px 0;
  height: 67px
}
.brand-swatch-widget.bg-reflexite {
  background-position: -6075px 0;
  height: 25px
}
.brand-swatch-widget.bg-rhino {
  background-position: -6150px 0;
  height: 100px
}
.brand-swatch-widget.bg-roadside-safety-supply {
  background-position: -6225px 0;
  height: 8px
}
.brand-swatch-widget.bg-rockport {
  background-position: -6300px 0;
  height: 56px
}
.brand-swatch-widget.bg-rubbermaid {
  background-position: -6375px 0;
  height: 22px
}
.brand-swatch-widget.bg-russell-outdoors {
  background-position: -6450px 0;
  height: 68px
}
.brand-swatch-widget.bg-saunders-manufacturing-co {
  background-position: -6525px 0;
  height: 23px
}
.brand-swatch-widget.bg-sayre-inc {
  background-position: -6600px 0
}
.brand-swatch-widget.bg-spilltech {
  background-position: -6675px 0;
  height: 61px
}
.brand-swatch-widget.bg-sport-tek {
  background-position: -6750px 0;
  height: 15px
}
.brand-swatch-widget.bg-streamlight {
  background-position: -6825px 0;
  height: 56px
}
.brand-swatch-widget.bg-thorogood {
  background-position: -6900px 0;
  height: 41px
}
.brand-swatch-widget.bg-timberland {
  background-position: -6975px 0;
  height: 64px
}
.brand-swatch-widget.bg-trex {
  background-position: -7050px 0;
  height: 42px
}
.brand-swatch-widget.bg-tri-mountain {
  background-position: -7125px 0;
  height: 27px
}
.brand-swatch-widget.bg-truspec {
  background-position: -7200px 0;
  height: 35px
}
.brand-swatch-widget.bg-tsa-safety {
  background-position: -7275px 0;
  height: 54px
}
.brand-swatch-widget.bg-underwater-kinetics {
  background-position: -7350px 0;
  height: 23px
}
.brand-swatch-widget.bg-utility-pro {
  background-position: -7425px 0;
  height: 29px
}
.brand-swatch-widget.bg-viking {
  background-position: -7500px 0;
  height: 27px
}
.brand-swatch-widget.bg-visijax {
  background-position: -7575px 0;
  height: 20px
}
.brand-swatch-widget.bg-warson-group-inc {
  background-position: -7650px 0;
  height: 56px
}
.brand-swatch-widget.bg-west-chester-holdings {
  background-position: -7725px 0
}
.brand-swatch-widget.bg-whelen {
  background-position: -7800px 0;
  height: 18px
}
.brand-swatch-widget.bg-whispering-pines-sportswear {
  background-position: -7875px 0;
  height: 50px
}
.brand-swatch-widget.bg-nordic-blaze {
  background-position: -7950px 0;
  width: 475px;
  height: 90px
}
.feature-block {
  content: "";
  display: table;
  clear: both;
  position: relative;
  padding: 43px 0;
  width: 100%
}
.feature-block .wrapper {
  max-width: 1240px;
  margin: 0 auto
}
@media only screen and (max-width:1280px) {
  .feature-block .wrapper {
    max-width: 100%;
    padding: 0 85px
  }
}
@media only screen and (max-width:599px) {
  .feature-block .wrapper {
    padding: 0 40px
  }
}
.feature-block .feature-info {
  width: 349px;
  position: absolute
}
.feature-block .feature-info h1 {
  margin-bottom: 9px
}
@media only screen and (max-width:599px) {
  .feature-block .feature-info h1 {
    font-size: 38px
  }
}
.feature-block .feature-info p {
  letter-spacing: .5px
}
.feature-block .feature-info .button {
  margin-top: 31px
}
@media only screen and (max-width:770px) {
  .feature-block .feature-info {
    position: relative;
    width: 100%;
    text-align: center
  }
  .feature-block .feature-info h1:before {
    display: block;
    content: "";
    background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/sprite.png);
    background-position: -600px -105px!important;
    width: 102px;
    height: 102px;
    margin: 0 auto 13px
  }
}
@media only screen and (max-width:770px) and (-webkit-min-device-pixel-ratio:2),
only screen and (max-width:770px) and (min--moz-device-pixel-ratio:2),
only screen and (max-width:770px) and (-o-min-device-pixel-ratio:2/1),
only screen and (max-width:770px) and (min-device-pixel-ratio:2),
only screen and (max-width:770px) and (min-resolution:192dpi),
only screen and (max-width:770px) and (min-resolution:2dppx) {
  .feature-block .feature-info h1:before {
    background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/sprite@2x.png);
    background-size: 750px 472px
  }
}
@media only screen and (max-width:770px) {
  .feature-block .feature-info p {
    font-size: 18px;
    line-height: 26px;
    padding: 9px 0 57px
  }
}
.feature-block .feature-grid {
  width: 100%;
  padding-left: 380px
}
@media only screen and (min-width:771px) {
  .feature-block .feature-grid .slides {
    text-align: justify;
    overflow: hidden;
    height: 288px
  }
  .feature-block .feature-grid .slides li {
    vertical-align: top
  }
}
.feature-block .feature-grid .slides:after {
  content: "";
  display: inline-block;
  width: 100%
}
.feature-block .feature-grid li.item {
  display: inline-block;
  text-align: center;
  height: 100%;
  border-radius: 6px;
  margin-top: 15px;
  margin-left: 0
}
@media only screen and (min-width:771px) {
  .feature-block .feature-grid li.item {
    width: 160px!important;
    opacity: 1!important;
    background: #f1f1f1;
    margin-right: 0!important;
    float: none!important;
    position: unset!important;
    display: inline-block!important
  }
}
.feature-block .feature-grid li.item img {
  margin: 10px auto
}
@media only screen and (min-width:771px) {
  .feature-block .feature-grid li.item img {
    width: 100%;
    padding: 0 10px 10px 10px
  }
}
.feature-block .feature-grid li.item a:hover {
  text-decoration: none
}
.feature-block .feature-grid li.item p {
  color: #333632
}
.feature-block .feature-grid li.item .feature-price,
.feature-block .feature-grid li.item .price-box {
  font-family: Roboto,Verdana,Arial,sans-serif;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 1px;
  color: #333632;
  margin-top: 18px
}
.feature-block .feature-grid li.item .feature-price .special-price,
.feature-block .feature-grid li.item .price-box .special-price {
  padding-left: 0
}
@media only screen and (max-width:770px) {
  .feature-block .feature-grid {
    padding-left: 0;
    max-width: 100%;
    margin: 0 auto
  }
  .feature-block .feature-grid li {
    margin: 0
  }
  .feature-block .feature-grid li img {
    border-left: 20px solid transparent;
    border-right: 20px solid transparent
  }
  .feature-block .feature-grid li p {
    font-size: 18px;
    padding: 0 40px
  }
}
@media only screen and (max-width:599px) {
  .feature-block .feature-grid li img {
    border-left: 5px solid transparent;
    border-right: 5px solid transparent
  }
  .feature-block .feature-grid li p {
    font-size: 15px;
    line-height: 22px;
    padding: 0 10px
  }
}
.feature-block.personalizedproducts .feature-info h1:before {
  background-position: -600px 0!important
}
@media only screen and (max-width:770px) {
  .feature-block {
    padding: 60px 0
  }
}
.feature-block .flex-viewport {
  overflow: visible!important
}
@media only screen and (min-width:771px) {
  .feature-block .flex-viewport {
    overflow: hidden!important
  }
  .feature-block .flex-viewport ul.slides {
    -webkit-transform: translate3d(0,0,0)!important;
    transform: translate3d(0,0,0)!important
  }
}
.feature-block .flex-direction-nav a {
  margin: 20px 0
}
@media only screen and (max-width:770px) {
  .feature-block .button.btn-large {
    width: 100%
  }
}
@media only screen and (max-width:599px) {
  .feature-block .button.btn-large {
    padding: 23px 40px 19px 50px
  }
}
.widget-recently-viewed {
  padding: 75px
}
.widget-recently-viewed .widget-recently-viewed-products {
  background: #fbfbfb;
  padding: 23px;
  box-shadow: inset 0 0 10px
}
.widget-recently-viewed .widget-recently-viewed-products .widget-title {
  width: 78px;
  float: left
}
.widget-recently-viewed ul.widget-products-grid li {
  float: left;
  margin: 0 10px
}
.widget-recently-viewed ul.widget-products-grid li .tool {
  position: relative
}
.widget-recently-viewed ul.widget-products-grid li .tool::after,
.widget-recently-viewed ul.widget-products-grid li .tool::before {
  position: absolute;
  left: 50%;
  opacity: 0;
  z-index: -100
}
.widget-recently-viewed ul.widget-products-grid li .tool:focus::after,
.widget-recently-viewed ul.widget-products-grid li .tool:focus::before,
.widget-recently-viewed ul.widget-products-grid li .tool:hover::after,
.widget-recently-viewed ul.widget-products-grid li .tool:hover::before {
  opacity: 1;
  z-index: 100
}
.widget-recently-viewed ul.widget-products-grid li .tool::before {
  border-style: solid;
  border-width: 1em .75em 0 .75em;
  border-color: #3e474f transparent transparent transparent;
  bottom: 100%;
  margin-left: -.5em;
  content: " "
}
.widget-recently-viewed ul.widget-products-grid li .tool::after {
  background: #3e474f;
  border-radius: .25em;
  bottom: 110%;
  color: #fff;
  width: 17.5em;
  padding: 1em;
  margin-left: -8.75em;
  content: attr(data-tip)
}
body.rma-rma-new-step2 .input-box.select-container::before,
body.rma-rma-view .input-box.select-container::before {
  margin-top: -16px
}
body.rma-rma-new-step2 #comment,
body.rma-rma-view #comment {
  border-right-width: 3px;
  border-right-style: solid;
  border-right-color: #b4b4b4
}
body.rma-rma-new-step2 div.fieldset .input-box:before,
body.rma-rma-view div.fieldset .input-box:before {
  display: none
}
body.rma-rma-index .pager {
  width: 100%
}
body.rma-rma-index .limiter {
  margin-top: 0
}
body.rma-rma-view button.button.pull-right {
  margin-right: 15px
}
body.rma-rma-view #confirm-shipment {
  margin-top: 10px
}
#magestore-login-social li.button:before,
#sociallogin_button li.button:before {
  display: none
}
#magestore-sociallogin-form-create input.input-text {
  border-right: 3px solid #b4b4b4
}
#q-and-a-product-tab {
  text-align: left;
  font-size: 15px
}
#q-and-a-product-tab textarea {
  width: 100%;
  resize: vertical
}
#q-and-a-product-tab [type=text] {
  border-right: 3px solid #b4b4b4
}
#q-and-a-product-tab [name=submit] {
  margin: 15px 0
}
#q-and-a-product-tab .answer-question-button {
  margin: 15px 0
}
#q-and-a-product-tab .q-and-a-name {
  color: #3085c7
}
#q-and-a-product-tab .q-and-a-date {
  float: right
}
#q-and-a-product-tab .question-date {
  color: #a2a2a2
}
#q-and-a-product-tab .vote-widget {
  float: right
}
#q-and-a-product-tab .vote-widget button {
  background: 0 0;
  border: none
}
#q-and-a-product-tab .vote-widget i {
  text-decoration: none;
  color: #a2a2a2
}
#q-and-a-product-tab .vote-widget i.fa.fa-thumbs-up:hover {
  color: green
}
#q-and-a-product-tab .vote-widget i.fa.fa-thumbs-down:hover {
  color: red
}
#q-and-a-product-tab .q-and-a-question {
  padding: 25px 0 22px;
  margin: 0 10px;
  border-top: 1px solid #e3e3e3
}
#q-and-a-product-tab .q-and-a-question .q-and-a-footer label.expand-action:hover {
  color: #3085c7;
  cursor: pointer
}
#q-and-a-product-tab .q-and-a-comments-box {
  margin-left: 22px
}
#q-and-a-product-tab .q-and-a-comments-box .q-and-a-comment-box {
  margin-top: 15px;
  padding: 0 0 0 10px;
  border-left: 2px solid #accee9
}
body.tsa-questionsandanswers-question-show .question-answer {
  margin-top: 15px;
  margin-bottom: 15px
}
body.tsa-questionsandanswers-question-show .question-answer .question-product-info {
  float: left;
  width: 25%;
  text-align: center
}
body.tsa-questionsandanswers-question-show .question-answer .question-product-info img {
  margin-left: auto;
  margin-right: auto
}
body.tsa-questionsandanswers-question-show .question-answer .question-product-info a {
  text-decoration: none
}
body.tsa-questionsandanswers-question-show .question-answer .question-answer-main {
  float: left;
  width: 75%
}
body.tsa-questionsandanswers-question-show .question-answer .question-answer-main form textarea {
  width: 100%
}
body.tsa-questionsandanswers-question-show .question-answer .question-answer-main form input[type=submit] {
  margin-top: 15px
}
body.tsa-easyreview-index-index div.page {
  background: #d3d3d3!important
}
body.tsa-easyreview-index-index div.page div.main-container {
  background: #d3d3d3
}
body.tsa-easyreview-index-index div.product-img img {
  margin: auto
}
body.tsa-easyreview-index-index h2.review-title {
  margin: 0
}
body.tsa-easyreview-index-index div.spinner {
  top: 50%;
  left: 50%
}
body.tsa-easyreview-index-index div.loading-mask {
  background-color: grey;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  position: absolute;
  opacity: .8
}
body.tsa-easyreview-index-index #msform {
  width: 100%;
  margin: 50px auto;
  text-align: center;
  position: relative
}
body.tsa-easyreview-index-index #msform fieldset {
  background: #fff;
  border: 0 none;
  border-radius: 3px;
  box-shadow: 0 0 15px 1px rgba(0,0,0,.4);
  padding: 20px 30px;
  box-sizing: border-box;
  margin: 0 10%;
  display: inline-block;
  position: relative
}
body.tsa-easyreview-index-index #msform fieldset:not(:first-of-type) {
  display: none
}
body.tsa-easyreview-index-index #msform input,
body.tsa-easyreview-index-index #msform textarea {
  padding: 15px;
  border: 1px solid #ccc;
  border-radius: 3px;
  margin-bottom: 10px;
  width: 100%;
  box-sizing: border-box;
  font-family: montserrat;
  color: #2c3e50;
  font-size: 13px
}
body.tsa-easyreview-index-index #msform .action-button {
  width: 100px;
  background: #27ae60;
  font-weight: 700;
  color: #fff;
  border: 0 none;
  border-radius: 1px;
  cursor: pointer;
  padding: 10px 5px;
  margin: 10px 5px
}
body.tsa-easyreview-index-index #msform .action-button:focus,
body.tsa-easyreview-index-index #msform .action-button:hover {
  box-shadow: 0 0 0 2px #fff,0 0 0 3px #27ae60
}
body.tsa-easyreview-index-index .fs-title {
  font-size: 15px;
  text-transform: uppercase;
  color: #2c3e50;
  margin-bottom: 10px
}
body.tsa-easyreview-index-index .fs-subtitle {
  font-weight: 400;
  font-size: 13px;
  color: #666;
  margin-bottom: 20px
}
body.tsa-easyreview-index-index #progressbar {
  margin-bottom: 30px;
  overflow: hidden;
  counter-reset: step;
  display: flex
}
body.tsa-easyreview-index-index #progressbar li {
  list-style-type: none;
  color: #fff;
  text-transform: uppercase;
  font-size: 9px;
  float: left;
  position: relative;
  width: 100%
}
body.tsa-easyreview-index-index #progressbar li:before {
  content: counter(step);
  counter-increment: step;
  width: 20px;
  line-height: 20px;
  display: block;
  font-size: 10px;
  color: #333;
  background: #fff;
  border-radius: 3px;
  margin: 0 auto 5px auto;
  position: relative;
  z-index: 1
}
body.tsa-easyreview-index-index #progressbar li:after {
  content: "";
  width: 100%;
  height: 2px;
  background: #fff;
  position: absolute;
  left: -50%;
  top: 9px;
  z-index: auto
}
body.tsa-easyreview-index-index #progressbar li:first-child:after {
  content: none
}
body.tsa-easyreview-index-index #progressbar li.active:after,
body.tsa-easyreview-index-index #progressbar li.active:before {
  background: #27ae60;
  color: #fff
}
body.tsa-easyreview-index-index #product-review-table {
  margin: 0 auto
}
body.tsa-easyreview-index-index #product-review-table th {
  text-align: center;
  font-size: 13px;
  font-family: Roboto,Verdana,Arial,sans-serif;
  font-weight: 600;
  padding-top: 20px;
  padding-bottom: 0
}
body.tsa-easyreview-index-index #product-review-table div.br-wrapper.br-theme-css-stars {
  margin: 0 auto;
  display: inline-block
}
body.tsa-easyreview-index-index #product-review-table div.br-wrapper.br-theme-css-stars a {
  font-size: 35px;
  margin-right: 25px
}
body.tsa-easyreview-index-index ul.form-list {
  margin-top: 15px
}
body.tsa-easyreview-index-index ul.form-list li {
  text-align: left
}
body.tsa-easyreview-index-index div.recaptcha div div div {
  width: 50%;
  margin: 0 auto
}
body.tsa-easyreview-index-index div.coupon-code {
  border: #000 3px dashed;
  padding: 7px;
  margin: 16px 0;
  background-color: #cde146
}
body.tsa-easyreview-index-index hr.thank-you {
  color: #27ae60
}
#mpblog_tags {
  display: none
}
.mpblog-post .mp-content a > img {
  border: none
}
.webforms-quote-request h2.legend {
  display: none
}
.quote-logo-information .form-list li.fields {
  display: flex;
  flex-wrap: wrap
}
.quote-logo-information .form-list li.fields .file-preview li {
  overflow: inherit
}
.quote-logo-information .form-list li.fields > div {
  width: 50%
}
@media only screen and (max-width:550px) {
  .quote-logo-information .form-list li.fields > div {
    width: 100%
  }
}
.quote-logo-information .form-list li.fields > div input,
.quote-logo-information .form-list li.fields > div textarea {
  max-width: 95%
}
.quote-logo-details > .form-list {
  display: flex;
  flex-direction: column
}
.quote-logo-details > .form-list > li.fields {
  display: flex;
  flex-direction: row;
  padding: 5px 10px;
  margin-bottom: 0
}
@media only screen and (max-width:550px) {
  .quote-logo-details > .form-list > li.fields {
    flex-wrap: wrap
  }
  .quote-logo-details > .form-list > li.fields div {
    padding-top: 5px
  }
}
.quote-logo-details > .form-list > li.fields:nth-child(even) {
  background: #efefef
}
.quote-logo-details > .form-list > li.fields div.type-number {
  padding-right: 20px;
  margin-bottom: 0
}
.quote-logo-details > .form-list > li.fields div.type-select-checkbox {
  margin-bottom: 0
}
.quote-logo-details > .form-list > li.fields div.type-select-checkbox ul.list-select {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap
}
.quote-logo-details > .form-list > li.fields div.type-select-checkbox ul.list-select li {
  margin: 0
}
div.calendar table {
  border-collapse: separate
}
div.calendar table td.button {
  display: table-cell;
  background: inherit;
  color: inherit;
  text-transform: none
}
@charset "UTF-8";
#grid {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 9999;
  pointer-events: none
}
#grid .desktop,
#grid .mobile,
#grid .tablet {
  display: none;
  float: left;
  width: 100%;
  height: 100%;
  border-top: 1px solid #d85378;
  border-bottom: 1px solid #d85378
}
#grid .desktop div,
#grid .mobile div,
#grid .tablet div {
  float: left;
  height: 100%;
  border-left: 1px solid #d85378;
  border-right: 1px solid #d85378;
  background: rgba(255,213,0,.25)
}
@media only screen and (min-width:320px) and (max-width:767px) {
  #grid .mobile {
    display: block
  }
}
@media only screen and (min-width:768px) and (max-width:1023px) {
  #grid .tablet {
    display: block
  }
}
#grid .desktop {
  float: none;
  margin: 0 auto;
  width: 1024px
}
@media only screen and (min-width:1024px) {
  #grid .desktop {
    display: block
  }
}
.m-1 {
  width: 1.25%
}
.t-1 {
  width: 3.90625%
}
.d-1 {
  width: 7.6171875%
}
.m-2 {
  margin-left: 6.25%;
  width: 15.625%
}
.t-2 {
  margin-left: 3.90625%;
  width: 11.979166667%
}
.d-2 {
  margin-left: 2.44140625%;
  width: 14.453125%
}
.m-3 {
  margin-left: 6.25%;
  width: 17.5%
}
.t-3 {
  margin-left: 3.90625%;
  width: 9.635416667%
}
.d-3 {
  margin-left: 2.44140625%;
  width: 8.10546875%
}
.m-4 {
  margin-left: 6.25%;
  width: 17.5%
}
.t-4 {
  margin-left: 3.90625%;
  width: 10.807291666%
}
.d-4 {
  margin-left: 2.44140625%;
  width: 11.23046875%
}
.m-5 {
  margin-left: 6.25%;
  width: 15.625%
}
.t-5 {
  margin-left: 3.90625%;
  width: 10.807291666%
}
.d-5 {
  margin-left: 2.44140625%;
  width: 11.328125%
}
.m-6 {
  margin-left: 6.25%;
  width: 1.25%
}
.t-6 {
  margin-left: 3.90625%;
  width: 9.635416667%
}
.d-6 {
  margin-left: 2.44140625%;
  width: 8.10546875%
}
.t-7 {
  margin-left: 3.90625%;
  width: 11.979166667%
}
.d-7 {
  margin-left: 2.44140625%;
  width: 14.453125%
}
.t-8 {
  margin-left: 3.90625%;
  width: 3.90625%
}
.d-8 {
  margin-left: 2.44140625%;
  width: 7.6171875%
}
.fields {
  clear: both;
  margin-left: 0
}
.fields .field label {
  float: left;
  width: 100%
}
.input-custom {
  position: absolute;
  left: -999em
}
.select-custom {
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  display: block;
  float: left;
  cursor: pointer;
  -webkit-appearance: menulist-button;
  width: 100%;
  height: 32px;
  opacity: 0
}
.custom-shiv {
  float: left;
  clear: both;
  width: 100%;
  height: 44px;
  overflow: hidden;
  padding: 6px 30px 0 15px;
  font: normal 1em/30px Roboto,Verdana,Arial,sans-serif;
  border: 3px solid #b4b4b4;
  background: #fff;
  font-size: 15px;
  color: #333;
  position: relative;
  cursor: pointer;
  letter-spacing: 1px
}
.custom-shiv span:before {
  position: absolute;
  right: 5px;
  top: 15px;
  display: block;
  width: 13px;
  height: 10px;
  content: "";
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/sprite.png);
  background-position: -25px -21px!important
}
@media only screen and (-webkit-min-device-pixel-ratio:2),
only screen and (min--moz-device-pixel-ratio:2),
only screen and (-o-min-device-pixel-ratio:2/1),
only screen and (min-device-pixel-ratio:2),
only screen and (min-resolution:192dpi),
only screen and (min-resolution:2dppx) {
  .custom-shiv span:before {
    background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/sprite@2x.png);
    background-size: 750px 472px
  }
}
.select-container {
  padding-top: 0;
  position: relative;
  display: inline-block
}
.select-container.validation-error .custom-shiv {
  border: 3px solid #d44343;
  background-color: #fff1f1;
  margin-bottom: 5px
}
.select-container.validation-error:hover .custom-shiv {
  background: #fff1f1
}
.select-container.validation-error:hover .custom-shiv {
  color: #333
}
.select-container.disabled {
  opacity: .5
}
.select-container.small {
  top: 4px
}
.select-container.small .select-custom {
  height: 38px
}
.select-container.small .custom-shiv {
  display: inline-block;
  height: 38px;
  line-height: 18px;
  font-family: Roboto,Verdana,Arial,sans-serif;
  font-weight: 500;
  text-transform: uppercase;
  font-size: 12px;
  padding-right: 32px;
  padding-left: 20px;
  padding-top: 11px;
  background: #f5f7e8
}
.select-container.small .custom-shiv span:before {
  width: 13px;
  height: 18px;
  font-size: 12px;
  line-height: 22px;
  top: 14px
}
label.checkbox-label,
label.radio-label,
span.label.checkbox-label,
span.label.radio-label {
  position: relative;
  line-height: 20px;
  cursor: pointer;
  padding: 0 0 0 30px!important
}
label.checkbox-label:before,
label.radio-label:before,
span.label.checkbox-label:before,
span.label.radio-label:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 16px;
  height: 16px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/sprite.png)
}
@media only screen and (-webkit-min-device-pixel-ratio:2),
only screen and (min--moz-device-pixel-ratio:2),
only screen and (-o-min-device-pixel-ratio:2/1),
only screen and (min-device-pixel-ratio:2),
only screen and (min-resolution:192dpi),
only screen and (min-resolution:2dppx) {
  label.checkbox-label:before,
  label.radio-label:before,
  span.label.checkbox-label:before,
  span.label.radio-label:before {
    background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/sprite@2x.png);
    background-size: 750px 472px
  }
}
label.radio-label:before,
span.label.radio-label:before {
  background-position: 0 0!important
}
label.radio-label.checked:before,
span.label.radio-label.checked:before {
  background-position: 0 -18px!important;
  content: "x";
  text-indent: -9999px
}
label.radio-label.disabled:before,
span.label.radio-label.disabled:before {
  background-position: 0 -36px!important
}
label.checkbox-label:before,
span.label.checkbox-label:before {
  background-position: 0 -55px!important
}
label.checkbox-label.checked:before,
span.label.checkbox-label.checked:before {
  background-position: 0 -75px!important
}
label.checkbox-label.disabled:before,
span.label.checkbox-label.disabled:before {
  background-position: 0 -95px!important
}
span.label.checkbox-label label,
span.label.radio-label label {
  padding: 0
}
.form-list .select-container {
  display: block;
  width: 100%;
  clear: both
}
.form-list select {
  margin-top: 0;
  width: 100%
}
.box-related .checkbox-label {
  float: left;
  margin-top: 36px;
  margin-right: 10px
}
.shipping #co-shipping-method-form .sp-methods dd label.radio-label {
  border: 0;
  font-style: normal
}
.opc .select-container {
  width: 100%
}
.opc .select-container.v-fix {
  width: auto;
  clear: none
}
.opc .select-container select {
  margin-top: 0;
  width: 100%;
  height: 44px;
  float: none
}
.opc .select-container.disabled {
  opacity: 1
}
.reset {
  clear: none
}
.ba-select-input {
  position: absolute;
  left: -999em
}
.ba-select-box {
  position: relative
}
.ba-select-box.open .ba-options {
  display: block
}
.ba-select-box.open.ba-over .ba-shiv,
.ba-select-box.open.ba-thumbnail .ba-shiv {
  box-shadow: 0 0 0 rgba(255,255,255,0)
}
.ba-select {
  display: inline-block;
  width: 100%
}
.ba-select.disabled {
  opacity: .75
}
.ba-shiv {
  float: left;
  position: relative;
  width: 100%;
  height: 32px;
  padding: 0 40px 0 10px;
  font: 300 1em/30px Roboto,Verdana,Arial,sans-serif;
  border: 1px solid #fff;
  color: #333;
  background-color: #fafafa;
  background-image: -moz-linear-gradient(top,#fff,#fafafa);
  background-image: -webkit-gradient(linear,0 0,0 100%,from(#fff),to(#fafafa));
  background-image: -webkit-linear-gradient(top,#fff,#fafafa);
  background-image: -o-linear-gradient(top,#fff,#fafafa);
  background-image: linear-gradient(to bottom,#fff,#fafafa);
  background-repeat: repeat-x;
  cursor: pointer;
  border-radius: 5px;
  box-shadow: 0 1px 4px rgba(0,0,0,.25)
}
.ba-shiv .ba-shiv-content {
  display: inline-block;
  font: 300 1em/30px Roboto,Verdana,Arial,sans-serif;
  color: #333
}
.ba-shiv .ba-arrow:after {
  position: absolute;
  display: block;
  content: "\f501";
  font-size: 14px;
  width: 32px;
  height: 32px;
  line-height: 32px;
  text-align: center;
  font-family: SSStandard;
  right: 0;
  top: 0;
  color: #333
}
.ba-options {
  display: none;
  position: absolute;
  z-index: 999;
  top: 0;
  left: 0;
  width: 100%;
  padding: 0 10px;
  background-color: #fafafa;
  background-image: -moz-linear-gradient(top,#fff,#fafafa);
  background-image: -webkit-gradient(linear,0 0,0 100%,from(#fff),to(#fafafa));
  background-image: -webkit-linear-gradient(top,#fff,#fafafa);
  background-image: -o-linear-gradient(top,#fff,#fafafa);
  background-image: linear-gradient(to bottom,#fff,#fafafa);
  background-repeat: repeat-x;
  border-radius: 5px;
  box-shadow: 0 1px 4px rgba(0,0,0,.25);
  border: 1px solid #fff;
  cursor: pointer
}
.ba-options ul {
  list-style: none
}
.ba-options ul li {
  float: left;
  width: 100%;
  clear: both;
  font: normal 14px Roboto,Verdana,Arial,sans-serif;
  cursor: pointer;
  font: 300 1em/30px Roboto,Verdana,Arial,sans-serif;
  color: #333
}
.ba-options ul li:hover {
  color: #e7542f
}
.ba-select-close {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: 0 0;
  z-index: 998
}
.ba-select-box.ba-left .ba-options,
.ba-select-box.ba-right .ba-options,
.ba-select-box.ba-under .ba-options {
  float: left;
  width: auto;
  position: absolute;
  left: auto
}
.ba-select-box.ba-left .ba-options:after,
.ba-select-box.ba-right .ba-options:after,
.ba-select-box.ba-under .ba-options:after {
  font-family: SSStandard;
  font-size: 14px;
  position: absolute;
  line-height: 34px;
  color: #fff;
  -webkit-transition: transform .2s ease;
  -moz-transition: transform .2s ease;
  -o-transition: transform .2s ease;
  transition: transform .2s ease;
  -webkit-transform: rotate(0);
  -moz-transform: rotate(0);
  -ms-transform: rotate(0);
  -o-transform: rotate(0);
  transform: rotate(0)
}
.ba-select-box.ba-left.open .ba-shiv,
.ba-select-box.ba-right.open .ba-shiv,
.ba-select-box.ba-under.open .ba-shiv {
  color: #fff;
  border-color: #666;
  background-color: #4d4d4d;
  background-image: -moz-linear-gradient(top,#666,#4d4d4d);
  background-image: -webkit-gradient(linear,0 0,0 100%,from(#666),to(#4d4d4d));
  background-image: -webkit-linear-gradient(top,#666,#4d4d4d);
  background-image: -o-linear-gradient(top,#666,#4d4d4d);
  background-image: linear-gradient(to bottom,#666,#4d4d4d);
  background-repeat: repeat-x
}
.ba-select-box.ba-left.open .ba-shiv-content,
.ba-select-box.ba-right.open .ba-shiv-content,
.ba-select-box.ba-under.open .ba-shiv-content {
  color: #fff
}
.ba-select-box.ba-left.open .ba-arrow:after,
.ba-select-box.ba-right.open .ba-arrow:after,
.ba-select-box.ba-under.open .ba-arrow:after {
  color: #fff;
  top: -2px
}
.ba-left .ba-options:after {
  content: "▹";
  right: -12px;
  text-shadow: 2px 0 2px rgba(0,0,0,.25)
}
.ba-left.open .ba-arrow:after {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg)
}
.ba-right .ba-options:after {
  content: "◃";
  left: -12px;
  text-shadow: -2px 0 2px rgba(0,0,0,.25)
}
.ba-right.open .ba-arrow:after {
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg)
}
.ba-under .ba-options {
  top: 100%;
  width: 100%
}
.ba-under .ba-options:after {
  content: "◃";
  left: 50%;
  top: -22px;
  margin-left: -17px;
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
  text-shadow: -2px 0 2px rgba(0,0,0,.25)
}
.ba-under.open .ba-arrow:after {
  top: 0
}
.ba-thumbnail .ba-shiv {
  height: 52px;
  padding-left: 0
}
.ba-thumbnail .ba-shiv .ba-img,
.ba-thumbnail .ba-shiv .ba-img-span,
.ba-thumbnail .ba-shiv .ba-shiv-content {
  float: left;
  line-height: 50px;
  margin-right: 5px
}
.ba-thumbnail .ba-shiv .ba-arrow:after {
  height: 52px;
  line-height: 52px
}
.ba-thumbnail li {
  padding: 5px;
  width: 20%;
  clear: none;
  float: left;
  text-align: center
}
.ba-thumbnail li:first-child {
  float: left;
  clear: both;
  width: 100%
}
.ba-thumbnail .ba-img-span {
  display: inline-block;
  width: 50px;
  height: 50px;
  background-position: 50% 50%;
  background-size: 100% auto;
  border-radius: 5px
}
.ba-thumbnail .ba-opt-content {
  float: left;
  clear: both;
  width: 100%
}
.ba-overlay.open .ba-shiv {
  -webkit-box-shadow: 0 0 0 rgba(255,255,255,0);
  box-shadow: 0 0 0 rgba(255,255,255,0)
}
.ba-overlay .ba-options {
  top: 50%
}
.ba-fullscreen .ba-options {
  display: block;
  text-align: center;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border-radius: 0;
  box-shadow: 0 0 0 rgba(255,255,255,0);
  background: rgba(255,255,255,.9);
  visibility: hidden;
  opacity: 0;
  transform: scale(.9);
  transition: transform .2s,opacity .2s,visibility 0s .2s
}
.ba-fullscreen .ba-options ul {
  position: absolute;
  top: 50%
}
.ba-fullscreen .ba-options ul li span {
  font-size: 32px;
  line-height: 40px;
  margin-bottom: 20px;
  color: #e7542f;
  border-bottom: 2px solid rgba(255,255,255,0)
}
.ba-fullscreen .ba-options ul li span:hover {
  border-bottom: 2px solid #000;
  color: #000
}
.ba-fullscreen.open .ba-options {
  visibility: visible;
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: -webkit-transform .4s,opacity .4s;
  transition: transform .4s,opacity .4s
}
.ba-fullscreen + .ba-select-close {
  position: fixed;
  left: auto;
  right: 20px;
  top: 20px;
  width: 50px;
  height: 50px;
  z-index: 9999;
  cursor: pointer
}
.ba-fullscreen + .ba-select-close:after {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  content: "␡";
  color: #000;
  font-family: SSStandard;
  font-size: 40px;
  text-align: right
}
.ba-fullthumb .ba-options {
  display: block;
  text-align: center;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border-radius: 0;
  box-shadow: 0 0 0 rgba(255,255,255,0);
  background: rgba(0,0,0,.9);
  visibility: hidden;
  opacity: 0;
  transition: opacity .2s,visibility 0s .2s
}
.ba-fullthumb .ba-options ul {
  float: left;
  clear: both;
  width: 100%;
  padding: 20px
}
.ba-fullthumb .ba-options ul li span {
  font-size: 32px;
  line-height: 40px;
  margin-bottom: 20px;
  color: #e7542f;
  border-bottom: 2px solid rgba(255,255,255,0)
}
.ba-fullthumb .ba-options ul li span:hover {
  border-bottom: 2px solid #000;
  color: #000
}
.ba-fullthumb .ba-options li {
  padding: 5px;
  margin-left: 2.44140625%;
  width: 18.046875%;
  margin-bottom: 20px;
  clear: none;
  float: left;
  text-align: center;
  background: #fff;
  border-radius: 5px
}
.ba-fullthumb .ba-options li:nth-child(5n+1) {
  margin-left: 0;
  clear: both
}
.ba-fullthumb .ba-options .ba-color-box,
.ba-fullthumb .ba-options .ba-img-span {
  display: inline-block;
  width: 100%;
  height: 100%;
  max-width: 100%;
  min-height: 100px;
  background-position: 50% 50%;
  background-size: 100% auto;
  border-radius: 5px
}
.ba-fullthumb .ba-options .ba-opt-content {
  float: left;
  clear: both;
  width: 100%
}
.ba-fullthumb.open .ba-options {
  visibility: visible;
  opacity: 1
}
.ba-color-name {
  float: left;
  clear: both;
  width: 100%;
  font-size: 16px
}
/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-image,
.fancybox-inner,
.fancybox-nav,
.fancybox-nav span,
.fancybox-outer,
.fancybox-skin,
.fancybox-tmp,
.fancybox-wrap,
.fancybox-wrap iframe,
.fancybox-wrap object {
  padding: 0;
  margin: 0;
  border: 0;
  outline: 0;
  vertical-align: top
}
.fancybox-wrap {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 8020
}
.fancybox-skin {
  position: relative;
  background: #f9f9f9;
  color: #333632;
  text-shadow: none;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px
}
.fancybox-opened {
  z-index: 8030
}
.fancybox-opened .fancybox-skin {
  -webkit-box-shadow: 0 10px 25px rgba(0,0,0,.5);
  -moz-box-shadow: 0 10px 25px rgba(0,0,0,.5);
  box-shadow: 0 10px 25px rgba(0,0,0,.5)
}
.fancybox-inner,
.fancybox-outer {
  position: relative
}
.fancybox-inner {
  overflow: hidden
}
.fancybox-type-iframe .fancybox-inner {
  -webkit-overflow-scrolling: touch
}
.fancybox-error {
  color: #444;
  font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
  margin: 0;
  padding: 15px;
  white-space: nowrap
}
.fancybox-iframe,
.fancybox-image {
  display: block;
  width: 100%;
  height: 100%
}
.fancybox-image {
  max-width: 100%;
  max-height: 100%
}
#fancybox-loading,
.fancybox-close,
.fancybox-next span,
.fancybox-prev span {
  background-image: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/fancybox/fancybox_sprite.png)
}
#fancybox-loading {
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -22px;
  margin-left: -22px;
  background-position: 0 -108px;
  opacity: .8;
  cursor: pointer;
  z-index: 8060
}
#fancybox-loading div {
  width: 44px;
  height: 44px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/fancybox/fancybox_loading.gif) center center no-repeat
}
.fancybox-close {
  position: absolute;
  top: -18px;
  right: -18px;
  width: 36px;
  height: 36px;
  cursor: pointer;
  z-index: 8040
}
.fancybox-nav {
  position: absolute;
  top: 0;
  width: 40%;
  height: 100%;
  cursor: pointer;
  text-decoration: none;
  background: transparent url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/fancybox/blank.gif);
  -webkit-tap-highlight-color: transparent;
  z-index: 8040
}
.fancybox-prev {
  left: 0
}
.fancybox-next {
  right: 0
}
.fancybox-nav span {
  position: absolute;
  top: 50%;
  width: 36px;
  height: 34px;
  margin-top: -18px;
  cursor: pointer;
  z-index: 8040;
  visibility: hidden
}
.fancybox-prev span {
  left: 10px;
  background-position: 0 -36px
}
.fancybox-next span {
  right: 10px;
  background-position: 0 -72px
}
.fancybox-nav:hover span {
  visibility: visible
}
.fancybox-tmp {
  position: absolute;
  top: -99999px;
  left: -99999px;
  visibility: hidden;
  max-width: 99999px;
  max-height: 99999px;
  overflow: visible!important
}
.fancybox-lock {
  overflow: hidden!important;
  width: auto
}
.fancybox-lock body {
  overflow: hidden!important
}
.fancybox-lock-test {
  overflow-y: hidden!important
}
.fancybox-overlay {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  display: none;
  z-index: 8010;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/fancybox/fancybox_overlay.png)
}
.fancybox-overlay-fixed {
  position: fixed;
  bottom: 0;
  right: 0
}
.fancybox-lock .fancybox-overlay {
  overflow: auto;
  overflow-y: scroll
}
.fancybox-title {
  visibility: hidden;
  font: normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
  position: relative;
  text-shadow: none;
  z-index: 8050
}
.fancybox-opened .fancybox-title {
  visibility: visible
}
.fancybox-title-float-wrap {
  position: absolute;
  bottom: 0;
  right: 50%;
  margin-bottom: -35px;
  z-index: 8050;
  text-align: center
}
.fancybox-title-float-wrap .child {
  display: inline-block;
  margin-right: -100%;
  padding: 2px 20px;
  background: 0 0;
  background: rgba(0,0,0,.8);
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  text-shadow: 0 1px 2px #222;
  color: #fff;
  font-weight: 700;
  line-height: 24px;
  white-space: nowrap
}
.fancybox-title-outside-wrap {
  position: relative;
  margin-top: 10px;
  color: #fff
}
.fancybox-title-inside-wrap {
  padding-top: 10px
}
.fancybox-title-over-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  color: #fff;
  padding: 10px;
  background: #000;
  background: rgba(0,0,0,.8)
}
@media only screen and (-webkit-min-device-pixel-ratio:1.5),
only screen and (min--moz-device-pixel-ratio:1.5),
only screen and (min-device-pixel-ratio:1.5) {
  #fancybox-loading,
  .fancybox-close,
  .fancybox-next span,
  .fancybox-prev span {
    background-image: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/fancybox/fancybox_sprite@2x.png);
    background-size: 44px 152px
  }
  #fancybox-loading div {
    background-image: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/fancybox/fancybox_loading@2x.gif);
    background-size: 24px 24px
  }
}
.header-newsletter {
  position: relative;
  background: #fff;
  text-align: center;
  max-height: 0;
  overflow: hidden;
  -webkit-transition: all 1s cubic-bezier(.32,1.25,.375,1.15);
  transition: all 1s cubic-bezier(.32,1.25,.375,1.15)
}
.header-newsletter h4,
.header-newsletter p {
  color: #333632
}
.header-newsletter .close:before {
  content: "";
  display: block;
  position: absolute;
  right: 18px;
  top: 18px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/sprite.png);
  background-position: -23px -101px!important;
  width: 19px;
  height: 19px;
  z-index: 99
}
@media only screen and (-webkit-min-device-pixel-ratio:2),
only screen and (min--moz-device-pixel-ratio:2),
only screen and (-o-min-device-pixel-ratio:2/1),
only screen and (min-device-pixel-ratio:2),
only screen and (min-resolution:192dpi),
only screen and (min-resolution:2dppx) {
  .header-newsletter .close:before {
    background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/sprite@2x.png);
    background-size: 750px 472px
  }
}
.header-newsletter .icon-link {
  display: inline-block;
  position: relative;
  top: 40px;
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/sprite.png);
  background-position: -498px 0!important;
  width: 102px;
  height: 103px
}
@media only screen and (-webkit-min-device-pixel-ratio:2),
only screen and (min--moz-device-pixel-ratio:2),
only screen and (-o-min-device-pixel-ratio:2/1),
only screen and (min-device-pixel-ratio:2),
only screen and (min-resolution:192dpi),
only screen and (min-resolution:2dppx) {
  .header-newsletter .icon-link {
    background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/sprite@2x.png);
    background-size: 750px 472px
  }
}
.header-newsletter .block-title,
.header-newsletter .form-subscribe-header {
  display: none
}
.header-newsletter .block-subscribe {
  width: 367px;
  display: inline-block
}
@media only screen and (max-width:390px) {
  .header-newsletter .block-subscribe {
    width: 300px
  }
}
.header-newsletter .block-subscribe.action.button {
  margin-top: 2px;
  box-shadow: none;
  height: 40px
}
.header-newsletter .input-box {
  width: 252px;
  float: left;
  padding-top: 0
}
.header-newsletter .input-box .input-text {
  width: 100%;
  border-right: 0;
  color: #333632;
  padding-left: 20px
}
.header-newsletter .input-box:before {
  display: none
}
.header-newsletter .btn-cart {
  box-shadow: none;
  width: 113px;
  height: 40px
}
.header-newsletter .btn-cart:before {
  background-position: -44px -68px!important;
  height: 46px!important
}
.header-newsletter .newsletter-title {
  font-family: Roboto,Verdana,Arial,sans-serif;
  font-weight: 500;
  font-size: 36px;
  padding-top: 54px;
  line-height: 36px
}
.header-newsletter .newsletter-text {
  font-family: Roboto,Verdana,Arial,sans-serif;
  font-size: 18px;
  font-weight: 400;
  padding-top: 15px;
  padding-bottom: 9px
}
.header-newsletter .newsletter-text-agree {
  font-family: Roboto,Verdana,Arial,sans-serif;
  font-size: 11px;
  color: #999;
  margin-top: 8px;
  padding-bottom: 24px
}
.header-newsletter input[type=email] {
  height: 46px
}
.header-newsletter .actions button {
  height: 46px;
  width: 115px;
  padding-left: 32px
}
.header-newsletter .validation-advice,
.header-newsletter p.required {
  color: #d44343
}
@media only screen and (max-width:480px) {
  .header-newsletter .block-content {
    margin-bottom: -7px
  }
  .header-newsletter .close {
    display: none
  }
  .header-newsletter .mobileClose {
    background: 0 0;
    width: 20px;
    height: 20px;
    position: absolute;
    top: 12px;
    right: 5px;
    cursor: pointer
  }
  .header-newsletter .newsletter-text-agree {
    display: none
  }
  .header-newsletter .newsletter-title {
    font-family: Roboto,Verdana,Arial,sans-serif;
    font-size: 18px;
    text-transform: uppercase;
    padding-top: 26px;
    line-height: 18px
  }
  .header-newsletter .newsletter-text {
    font-family: Roboto,Verdana,Arial,sans-serif;
    font-size: 14px;
    padding-top: 8px;
    margin-bottom: -36px
  }
  .header-newsletter .input-box {
    width: 100%;
    float: right;
    position: relative
  }
  .header-newsletter .input-box:before {
    content: "o";
    color: #aaa;
    font-family: everlast;
    text-transform: lowercase;
    font-size: 20px;
    position: relative;
    top: 40px;
    float: right;
    padding-right: 5px
  }
  .header-newsletter .input-box .mobileSignupButton {
    background: 0 0;
    width: 40px;
    height: 40px;
    position: absolute;
    top: 32px;
    right: 0;
    cursor: pointer
  }
  .header-newsletter button {
    display: none
  }
}
@media only screen and (max-width:780px) {
  .header-newsletter .close:before {
    right: 10px
  }
  .header-newsletter .newsletter-title {
    padding-top: 55px
  }
  .header-newsletter .newsletter-text {
    margin-bottom: 0
  }
}
@media only screen and (max-width:599px) {
  .header-newsletter .close {
    display: block
  }
  .header-newsletter .input-box {
    float: none;
    width: 100%
  }
  .header-newsletter .input-box .input-text {
    border-right: 3px solid #b4b4b4
  }
  .header-newsletter .block .actions {
    margin-right: 10px
  }
  .header-newsletter .block .actions .button {
    float: none;
    width: 100%
  }
  .header-newsletter .block .actions button {
    display: block
  }
}
@media only screen and (max-width:479px) {
  .header-newsletter .newsletter-title {
    padding-top: 55px
  }
}
.button {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  position: relative;
  padding: 16px 40px;
  font-size: 14px;
  line-height: 17px;
  letter-spacing: 1.75px;
  background: #333632;
  overflow: visible;
  color: #d8f82c
}
.button.out-of-stock {
  background: #fff;
  padding: 0;
  margin: 0;
  display: table-cell
}
.button.out-of-stock:active,
.button.out-of-stock:focus,
.button.out-of-stock:hover {
  background: #fff
}
.button:hover {
  background: #595e57;
  color: #d8f82c
}
.button:hover:before {
  background-position: -12px 0
}
.button:active,
.button:focus {
  background: #0d0e0d
}
.button:active:before,
.button:focus:before {
  background-position: -24px 0
}
.btn-small {
  padding: 12px 30px 9px 30px;
  font-size: 12px;
  letter-spacing: 1.5px
}
.btn-small:hover:before {
  background-position: -56px 0
}
.btn-small:before {
  background-position: -44px 0;
  height: 38px
}
.btn-small:active:before,
.btn-small:focus:before {
  background-position: -68px 0
}
.btn-large {
  padding: 22px 60px 19px 70px;
  letter-spacing: 2px;
  font-size: 16px
}
.btn-large:hover:before {
  background-position: -100px 0
}
.btn-large:before {
  background-position: -88px 0;
  height: 58px
}
.btn-large:active:before,
.btn-large:focus:before {
  background-position: -112px 0
}
.button-secondary:hover:before {
  background-position: -188px 0
}
.button-secondary:before {
  background-position: -176px 0
}
.button-secondary:active:before,
.button-secondary:focus:before {
  background-position: -200px 0
}
.button-secondary.btn-small:hover:before {
  background-position: -144px 0
}
.button-secondary.btn-small:before {
  background-position: -132px 0;
  height: 38px
}
.button-secondary.btn-small:active:before,
.button-secondary.btn-small:focus:before {
  background-position: -156px 0
}
.button-secondary.btn-large:hover:before {
  background-position: -232px 0
}
.button-secondary.btn-large:before {
  background-position: -220px 0;
  height: 58px
}
.button-secondary.btn-large:focus:before {
  background-position: -244px 0
}
.btn-cart {
  background: #cde146;
  color: #333632
}
.btn-cart:hover {
  background: #d9e874
}
.btn-cart:hover:before {
  background-position: -56px -68px
}
.btn-cart:before {
  background-position: -44px -68px
}
.btn-cart:active,
.btn-cart:focus {
  background: #bce281;
  color: #333632
}
.btn-cart:active:before,
.btn-cart:focus:before {
  background-position: -68px -68px
}
.btn-cart.btn-small:hover:before {
  background-position: -12px -68px
}
.btn-cart.btn-small:before {
  background-position: 0 -68px;
  height: 38px
}
.btn-cart.btn-small:active:before,
.btn-cart.btn-small:focus:before {
  background-position: -24px -68px
}
.btn-cart.btn-large {
  padding: 22px 40px 19px 40px
}
.btn-cart.btn-large:hover:before {
  background-position: -151px -68px
}
.btn-cart.btn-large:before {
  background-position: -88px -68px;
  height: 58px;
  right: -60px;
  width: 60px
}
.btn-cart.btn-large:active:before,
.btn-cart.btn-large:focus:before {
  background-position: -214px -68px
}
.productdesigner-design-index .main-container {
  padding: 0
}
.productdesigner-design-index .main-container .main {
  max-width: 100%;
  width: 100%;
  padding: 0
}
.productdesigner-design-index iframe {
  width: 100%;
  min-width: 1024px;
  height: 632px;
  margin-bottom: -8px
}
.custom-website-landing {
  max-width: 1240px;
  margin: 0 auto
}
.custom-website-landing .custom-website-landing-inner {
  height: 100%;
  overflow: hidden;
  position: relative
}
.custom-website-landing .custom-website-landing-inner .image-assets img {
  width: 100%;
  object-fit: cover
}
.custom-website-landing .custom-website-landing-inner .custom-website-landing-content {
  position: absolute;
  top: 50%;
  left: 60px;
  right: 60px;
  transform: translateY(-50%);
  text-align: center
}
.custom-website-landing .custom-website-landing-inner .custom-website-landing-content .landing-logo-text {
  display: flex;
  flex-direction: row;
  margin: 20px auto
}
.custom-website-landing .custom-website-landing-inner .custom-website-landing-content .landing-logo-text .landing-logo {
  padding-right: 10px;
  display: flex;
  align-items: center;
  justify-content: center
}
.custom-website-landing .custom-website-landing-inner .custom-website-landing-content .landing-logo-text .landing-logo img {
  width: 100%
}
.custom-website-landing .custom-website-landing-inner .custom-website-landing-content .landing-logo-text .landing-text {
  padding-left: 10px;
  flex-basis: 640px;
  flex-grow: 0;
  flex-shrink: 0;
  letter-spacing: 1px;
  font-size: 25px;
  color: #fff;
  font-family: Raleway,helvetica neue,Verdana,Arial,sans-serif
}
.custom-website-landing .custom-website-landing-inner .custom-website-landing-content .landing-center {
  width: 80%;
  margin: 0 auto;
  padding: 10px 20px;
  font-weight: 700;
  background-color: #f2faf7;
  font-size: 30px;
  color: #082a2d;
  text-transform: uppercase;
  font-family: Rajdhani,Verdana,Arial,sans-serif
}
.custom-website-landing .custom-website-landing-inner .custom-website-landing-content .landing-bottom {
  letter-spacing: 1px;
  width: 80%;
  margin: 20px auto;
  font-size: 25px;
  color: #fff;
  font-family: Raleway,helvetica neue,Verdana,Arial,sans-serif
}
@media only screen and (max-width:1199px) {
  .custom-website-landing .custom-website-landing-inner .custom-website-landing-content .landing-logo-text .landing-text {
    font-size: 20px
  }
  .custom-website-landing .custom-website-landing-inner .custom-website-landing-content .landing-center {
    font-size: 25px
  }
  .custom-website-landing .custom-website-landing-inner .custom-website-landing-content .landing-bottom {
    font-size: 20px
  }
}
@media only screen and (max-width:979px) {
  .custom-website-landing .custom-website-landing-inner .custom-website-landing-content .landing-logo-text .landing-text {
    flex-basis: 520px;
    font-size: 18px;
    line-height: 23px
  }
  .custom-website-landing .custom-website-landing-inner .custom-website-landing-content .landing-center {
    font-size: 20px
  }
  .custom-website-landing .custom-website-landing-inner .custom-website-landing-content .landing-bottom {
    font-size: 18px;
    line-height: 23px
  }
}
@media only screen and (max-width:770px) {
  .custom-website-landing .custom-website-landing-inner .image-assets img {
    width: auto;
    object-fit: cover
  }
  .custom-website-landing .custom-website-landing-inner .custom-website-landing-content .landing-logo-text {
    flex-direction: column
  }
  .custom-website-landing .custom-website-landing-inner .custom-website-landing-content .landing-logo-text .landing-logo img {
    width: 50%;
    margin-bottom: 20px
  }
  .custom-website-landing .custom-website-landing-inner .custom-website-landing-content .landing-logo-text .landing-text {
    flex-basis: auto!important
  }
}
@media only screen and (max-width:599px) {
  .custom-website-landing .custom-website-landing-inner .custom-website-landing-content {
    right: 30px;
    left: 30px
  }
  .custom-website-landing .custom-website-landing-inner .custom-website-landing-content .landing-logo-text .landing-text {
    font-size: 14px;
    line-height: inherit
  }
  .custom-website-landing .custom-website-landing-inner .custom-website-landing-content .landing-center {
    font-size: 14px
  }
  .custom-website-landing .custom-website-landing-inner .custom-website-landing-content .landing-bottom {
    font-size: 14px;
    line-height: inherit
  }
}
.website-unifi .logo-request.b2b-item {
  display: none
}
.hero-banner {
  height: 500px;
  max-width: 1240px;
  margin: 0 auto
}
.hero-banner.first {
  padding-top: 25px
}
.hero-banner .hero-banner-content {
  height: 100%;
  overflow: hidden;
  position: relative
}
.hero-banner .hero-banner-content .image-assets img {
  width: 100%;
  height: 500px;
  object-fit: cover
}
.hero-banner .hero-banner-content .hero-gradient {
  width: 100%;
  background-image: linear-gradient(to left,rgba(0,0,0,0),rgba(0,0,0,.5));
  position: absolute;
  top: 0;
  left: 0;
  height: 100%
}
.hero-banner .hero-banner-content .cta-block {
  position: absolute;
  top: 50%;
  left: 60px;
  transform: translateY(-50%);
  width: 500px
}
.hero-banner .hero-banner-content .cta-block .cta-block-text {
  color: #fff
}
.hero-banner .hero-banner-content .cta-block .cta-block-text h1 {
  color: #fff;
  margin-bottom: 35px
}
.hero-banner .hero-banner-content .cta-block .cta-block-text p {
  font-size: 18px;
  margin-bottom: 35px
}
@media only screen and (max-width:770px) {
  body .hero-banner .hero-banner-content .cta-block {
    width: auto;
    right: 30px;
    left: 30px;
    top: unset;
    bottom: 30px;
    transform: none
  }
}
.cms-home .slideshow-container {
  margin-top: 0
}
.slideshow .banner-msg {
  position: absolute;
  text-align: center;
  text-transform: uppercase;
  width: 100%;
  top: 30%;
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-user-select: none;
  -o-user-select: none;
  user-select: none
}
.slideshow .banner-msg h2 {
  color: #fff;
  font-size: 24px;
  text-shadow: compact(compact(1px 1px 3px false #555),false,false,false,false,false,false,false,false,false)
}
.slideshow .banner-msg h2 strong {
  font-weight: 700;
  display: block;
  font-size: 36px
}
@media only screen and (max-width:770px) {
  .slideshow .banner-msg h2 {
    font-size: 20px
  }
  .slideshow .banner-msg h2 strong {
    font-size: 24px
  }
}
@media only screen and (max-width:479px) {
  .slideshow .banner-msg {
    top: 20%
  }
  .slideshow .banner-msg h2 {
    font-size: 14px
  }
  .slideshow .banner-msg h2 strong {
    font-size: 16px
  }
}
.promos {
  margin: 0 0 10px 0;
  padding: 0;
  width: 100%
}
.promos:after {
  content: "";
  display: table;
  clear: both
}
body .promos > li {
  margin: 0 0 10px 0;
  list-style: none;
  text-align: center;
  position: relative;
  border: 1px solid #ccc;
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-user-select: none;
  -o-user-select: none;
  user-select: none
}
.promos > li:last-child {
  margin-bottom: 0
}
.promos img {
  max-width: 100%;
  width: 100%
}
.promos a:hover {
  opacity: .8;
  display: block
}
.promos span {
  color: #fff;
  text-transform: uppercase;
  position: absolute;
  display: block;
  width: 100%;
  top: 10%;
  font-weight: 500;
  font-size: 20px;
  font-family: Roboto,Verdana,Arial,sans-serif;
  text-shadow: compact(compact(1px 1px 3px false #555),false,false,false,false,false,false,false,false,false)
}
.promos strong {
  font-weight: 600;
  font-size: 26px;
  display: block
}
@media only screen and (min-width:771px) {
  .promos span {
    font-size: 16px
  }
  .promos strong {
    font-size: 17px
  }
  body .promos > li {
    float: left;
    width: 31.746031746%;
    margin-right: 2.380952381%
  }
  .promos > li:nth-child(3n) {
    margin-right: 0
  }
}
@media only screen and (min-width:880px) {
  .promos span {
    font-size: 18px
  }
  .promos strong {
    font-size: 24px
  }
}
.cms-index-index .products-grid .actions,
.cms-index-index .products-grid .ratings,
.cms-index-noroute .products-grid .actions,
.cms-index-noroute .products-grid .ratings {
  display: none
}
.cms-index-index h2.subtitle {
  padding: 6px 0;
  text-align: center;
  color: #e7542f;
  font-weight: 600;
  border-bottom: 1px solid #ccc;
  border-top: 1px solid #ccc
}
.cms-index-noroute h2.subtitle {
  display: none
}
.cms-index-index .feature-block .feature-grid .slides {
  height: 325px
}
.cms-index-index .feature-block .feature-grid .price-box > p {
  display: block
}
.cms-index-index .feature-block .feature-grid .price-box .old-price {
  margin-bottom: 0
}
.feature-grid .flex-direction-nav a,
.flexslider .flex-direction-nav a,
.more-views .flex-direction-nav a {
  height: 56px;
  width: 48px
}
.feature-grid .flex-direction-nav a:before,
.flexslider .flex-direction-nav a:before,
.more-views .flex-direction-nav a:before {
  font-family: FontAwesome;
  content: "\f0a8";
  width: 48px;
  height: 56px;
  line-height: 53px;
  color: #ddd!important
}
.feature-grid .flex-direction-nav a.flex-next,
.flexslider .flex-direction-nav a.flex-next,
.more-views .flex-direction-nav a.flex-next {
  right: 30px
}
.feature-grid .flex-direction-nav a.flex-next:before,
.flexslider .flex-direction-nav a.flex-next:before,
.more-views .flex-direction-nav a.flex-next:before {
  content: "\f0a9";
  padding-right: 8px
}
.feature-grid .flex-direction-nav a.flex-prev,
.flexslider .flex-direction-nav a.flex-prev,
.more-views .flex-direction-nav a.flex-prev {
  left: 30px
}
.feature-grid .flex-direction-nav a.flex-prev:before,
.flexslider .flex-direction-nav a.flex-prev:before,
.more-views .flex-direction-nav a.flex-prev:before {
  padding-left: 8px
}
#hero-banner-carousel {
  margin-bottom: 40px
}
#hero-banner-carousel .hero-banner-content {
  max-height: 500px
}
#hero-banner-carousel .flex-viewport li.item {
  margin-left: auto;
  max-height: 500px
}
#hero-banner-carousel .flex-control-nav {
  position: relative;
  bottom: auto
}
#hero-banner-carousel .flex-control-nav.flex-control-paging li {
  margin-left: .5em
}
@media only screen and (max-width:860px) {
  #hero-banner-carousel .flex-direction-nav .flex-next,
  #hero-banner-carousel .flex-direction-nav .flex-prev {
    opacity: 0
  }
}
.feature-cms-wrapper {
  max-width: 960px;
  margin: 40px auto
}
.feature-cms-wrapper:after {
  content: "";
  display: table;
  clear: both
}
.feature-cms-wrapper .feature-cms-block {
  float: left;
  width: 50%
}
.feature-cms-wrapper .feature-cms-block:after {
  content: "";
  display: table;
  clear: both
}
@media only screen and (max-width:900px) {
  .feature-cms-wrapper .feature-cms-block {
    width: 100%;
    max-width: 500px;
    margin: 0 auto 40px;
    float: none
  }
}
.feature-cms-wrapper .feature-cms-block .feature-img {
  float: left;
  max-width: 190px;
  margin-right: 10px
}
.feature-cms-wrapper .feature-cms-block .feature-img img {
  width: 100%
}
.feature-cms-wrapper .feature-cms-block .button {
  margin-top: 40px
}
@media only screen and (max-width:450px) {
  .feature-cms-wrapper .feature-cms-block {
    margin: 0 auto 80px
  }
  .feature-cms-wrapper .feature-cms-block .feature-img {
    float: none;
    margin: 0 auto
  }
  .feature-cms-wrapper .feature-cms-block .feature-info {
    text-align: center;
    padding-top: 20px
  }
}
.category-image {
  position: relative
}
.categorylandingMainblock {
  border: 1px solid #e2e2e2;
  padding: 7px
}
.catblocks {
  float: left;
  padding: 0 0 20px 0;
  width: 100%
}
.catblocks li {
  position: relative;
  float: left!important;
  width: 23%!important;
  margin-right: 2.6666666667%!important;
  margin-bottom: 10px;
  border: 1px solid #ccc;
  padding: 10px
}
.catblocks li:hover {
  border-color: #39c
}
@media only screen and (max-width:770px) {
  .catblocks li {
    width: 49%!important;
    margin-right: 2%!important
  }
  .catblocks li:nth-child(even) {
    margin-right: 0!important
  }
}
@media only screen and (max-width:479px) {
  .catblocks li {
    width: 100%!important;
    margin-right: 0!important;
    float: none
  }
}
.catblocks li:last-child {
  margin-right: 0!important
}
.catblocks li img {
  width: 100%;
  max-width: 100%
}
.catblocks li a span {
  color: #fff;
  position: absolute;
  background-color: #7b7c7b;
  font-family: raleway;
  font-size: 17px;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 5px 10px;
  margin-right: 10px
}
.catblocklinks a {
  color: #fff;
  text-decoration: none
}
.catlandingbottomPromoblock {
  float: left;
  width: 100%;
  border: 1px solid #e2e2e2;
  margin-bottom: 100px
}
.catalog-category-view div.categoryland-caption {
  display: block;
  margin: 0;
  position: absolute;
  color: #000;
  font-size: 30px;
  font-weight: 500;
  line-height: 36px;
  text-align: center
}
.catalog-category-view div.categoryland-caption span.blue-big-text {
  color: #39c;
  font-size: 50px;
  font-weight: 800;
  padding: 0 0 0 8px
}
.catalog-category-view div.categoryland-caption span.blue-big-text {
  padding: 0!important
}
.catalog-category-view div.categoryland-caption span.three-dots {
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/bg_threeDots.png) no-repeat center center;
  display: block;
  height: 20px
}
.catalog-category-view div.categoryland-caption p.desc {
  font: italic 18px/28px Georgia,"Times New Roman",Times,serif;
  color: #656565
}
.cms-home #homepage-main-slides div.slides_control div div.slideshow-caption a.link:hover,
.cms-home #homepage-main-slides div.slides_control div div.slideshow-caption span.link:hover {
  text-decoration: underline;
  color: #1189c5
}
.catalog-category-view div.categoryland-caption span.blue-big-text,
.cms-home #homepage-main-slides div.slides_control div div.slideshow-caption span.blue-big-text {
  color: #39c;
  font-size: 50px;
  font-weight: 800;
  padding: 0 0 0 8px
}
.catalog-category-view div.categoryland-caption span.blue-big-text {
  padding: 0!important
}
.catalog-category-view div.categoryland-caption span.three-dots,
.cms-home #homepage-main-slides div.slides_control div div.slideshow-caption span.three-dots {
  background: url(https://cf-cdn.tsasafety.com/skin/frontend/blueacorn/tsa/images/bg_threeDots.png) no-repeat center center;
  display: block;
  height: 20px
}
.catalog-category-view div.categoryland-caption p.desc,
.cms-home #homepage-main-slides div.slides_control div div.slideshow-caption p.desc {
  font: italic 18px/28px Georgia,"Times New Roman",Times,serif;
  color: #656565
}
.catalog-category-view .category-description {
  background: #f5f7e8;
  padding: 15px 25px;
  margin-bottom: 25px;
  font-family: Raleway,serif;
  font-size: 15px;
  display: flex;
  align-items: center;
  font-weight: 400
}
.catalog-category-view .category-description .category-recycle {
  padding-right: 25px;
  padding-top: 3px
}
.catalog-category-view .category-description .category-recycle:before {
  font-size: 55px;
  color: #09710d
}
.catalog-category-view .button.btn-cart:hover {
  color: #595e57
}
