/* restrict locales initial mice image */
.deathadder-restrict-usca, :lang(en-US) .deathadder-restrict, :lang(en-CA) .deathadder-restrict {
display:none;
}
:lang(en-US) .deathadder-restrict-usca, :lang(en-CA) .deathadder-restrict-usca {
display:block;
}
/* end restrict */
/* lambda bootstrap fix */
:lang(ar-MENA),
:lang(en-MENA),
:lang(pt-BR),
:lang(es-MX),
:lang(zh-CN) {
@media (min-width: 768px) {
#find-fit .col-md-6 {
  flex: 0 0 50%;
  max-width: 50%;
}
#find-fit .col-md-4 {
  flex: 0 0 33.33333333%;
  max-width: 33.33333333%;
}
#find-fit .col-md-8 {
  flex: 0 0 66.66666667%;
  max-width: 66.66666667%;
}
}
@media (min-width: 1200px) {
#find-fit .col-lg-4 {
  flex: 0 0 33.33333333%;
  max-width: 33.33333333%;
}
#find-fit .col-lg-3 {
  flex: 0 0 25%;
  max-width: 25%;
}
#find-fit .col-lg-9 {
  flex: 0 0 75%;
  max-width: 75%;
}
}
}
/* end bootstrap fix */
#find-fit label:focus-within {
	outline: Highlight auto 1px;
	outline: -webkit-focus-ring-color auto 1px;
}
#find-fit{
	min-height: 0 !important;
	padding-bottom: 4rem;
}
#find-fit .grid {
	max-height: unset !important;
	position: relative;
	height: auto;
}
#find-fit .main-content {
margin-top:3rem;
}
#find-fit .grid {
    position: relative;
}
#find-fit .lt2 {
     text-align: left;
     font-size:1rem;
padding-top: 1rem;
color:#999;
}
#find-fit h2 img {
width:165px;
padding-bottom:1.2rem;
}
#find-fit .product-cta a::after {
  content: " >";
}
#find-fit h3 {
text-transform:uppercase;
font-size: 1.2rem;
color:white;
}
#find-fit .col-6 {
padding-right: 0;
}
#find-fit h4, #find-fit h5{
text-transform:uppercase;
}
 #find-fit h4{
     color:white;
     font-size: 0.875rem;
}
 #find-fit h5{
font-size: 0.875rem;
padding-bottom: 0.5rem;
background-color: #44d62c;
color: black;
display: inline-block;
padding: 5px 7px;
font-weight:600;
}
 #find-fit .divider-line {
     border-bottom: 1px solid #555;
     margin: 1.5rem 0;
}
#find-fit .lt2 .col-lg-3, #find-fit .lt2 .col-lg-4 {
text-align:center;
padding-top: 2rem;
}
#find-fit .lt2 .selection-copy { 
text-align:left; 
}
#find-fit .product-name {
color:white;
text-transform: uppercase;
}
#find-fit .col-lg-3 img, #find-fit .col-lg-4 img{
width: 250px;
height: 250px;
object-fit: cover;
padding-bottom:1rem;
margin: 0 auto;
}
#find-fit .product-line img, #find-fit .product-line img{
height: 180px;
}
#mouse-filter-results .col-lg-4 {
display: flex;
flex-flow: column nowrap;
}
#find-fit #mouse-filter-results .product-cta {
margin-top: auto;
}
#find-fit .product-cta a{
font-size:0.875rem;
text-decoration:none;
padding: 0 0.5rem;
white-space: nowrap;
text-transform: none;
}
#find-fit .product-cta a.learn-more-link{
padding-right: 1.5rem;
}
#mouse-filter-no-result-message {
display:none;
}
#find-fit input[type="radio"] {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  left: 7px;
  top: 14px;
}
#find-fit label {
  position: relative;
  display: inline-block;
  padding-left: 1.25rem;
  line-height: 1.25rem;
  vertical-align: top;
  cursor: pointer;
  color: #999;
  font-size: 0.875rem;
  font-weight: 400;
  width: 100%;
  z-index: 1;
margin-bottom: .25rem;
}
#find-fit label::after {
  position: absolute;
  display: block;
  content: "";
  left: 4px;
  top: 7px;
  width: 6px;
  height: 6px;
  border: solid black;
  border-radius: 12px;
 border: solid #44D62C;
border-width: 3px;
border-radius: 12px;
}
#find-fit label::before {
  position: absolute;
  left: 0;
  top: 3px;
  content: "";
  width: 14px;
  height: 14px;
  border-radius: 20px;
background-color: transparent;
border: 2px solid #999;
}
#find-fit label.disabled {
opacity:0.5;
cursor:default;
}
#find-fit .filter-label.unchecked:hover:before, #find-fit .filter-label:hover:before {
  background-color: transparent;
  border-color: #44d62c;
}
 #find-fit label.unchecked::after {
     visibility:hidden;
}
#find-fit label.unchecked::before {
      border: 2px solid #999;
  background-color: transparent;
  border-radius: 20px;
}
@media (min-width:768px) { 
#find-fit .lt2 .col-lg-3, #find-fit .lt2 .col-lg-4 {
padding-right: 5px;
}
}
@media (max-width: 767px) {
 #find-fit {
 padding-bottom:1rem; 
}
#find-fit .col-lg-3 img, #find-fit .col-lg-4 img {
padding: 1.5rem 0 1rem;
}
#find-fit .col-lg-4 img {
height: 250px;
}
}
#find-fit-reset-option-button {
  padding: 0rem 2rem !important;
  height: 2.5rem;
  min-height: 2.5rem;
}
#find-fit input[type="checkbox"]:focus{
opacity: 1!important;
height: 100%!important;
width: 100%!important;
left: 0!important;
}
:lang(ar-MENA),
:lang(en-MENA),
:lang(pt-BR),
:lang(es-MX) {
.product-cta .buy-link {
display:none;
}
}
:lang(zh-CN) .product-cta .buy-link-init {
display:none;
}
 @media screen and (max-width:767px){#pnxssr_322b56ad739b3ece9f73b5d914bb4a9c div[pnxssr_2]{background-image:none;background-color:#111;min-height:1160px;}#pnxssr_322b56ad739b3ece9f73b5d914bb4a9c h2[pnxssr_5]{font-weight:200;}#pnxssr_322b56ad739b3ece9f73b5d914bb4a9c div[pnxssr_6]{color:#999;max-width:100%;}#pnxssr_322b56ad739b3ece9f73b5d914bb4a9c div[pnxssr_7]{max-width:100%;}#pnxssr_322b56ad739b3ece9f73b5d914bb4a9c div[pnxssr_90]{padding-top: 2rem}} @media screen and (-webkit-max-device-pixel-ratio: 1) and (min-width: 1200px), screen and (min-width: 768px) and (max-width: 1200px){#pnxssr_322b56ad739b3ece9f73b5d914bb4a9c div[pnxssr_2]{background-image:none;background-color:#111;min-height:1160px;}#pnxssr_322b56ad739b3ece9f73b5d914bb4a9c div[pnxssr_3]{max-height:1160px;}#pnxssr_322b56ad739b3ece9f73b5d914bb4a9c h2[pnxssr_5]{margin:0rem 0 1rem;font-weight:200;}#pnxssr_322b56ad739b3ece9f73b5d914bb4a9c div[pnxssr_6]{color:#999;max-width:850px;}#pnxssr_322b56ad739b3ece9f73b5d914bb4a9c div[pnxssr_90]{padding-top: 2rem}} @media screen and (-webkit-min-device-pixel-ratio: 1) and (min-width: 1200px){#pnxssr_322b56ad739b3ece9f73b5d914bb4a9c div[pnxssr_2]{background-image:none;background-color:#111;min-height:1160px;}#pnxssr_322b56ad739b3ece9f73b5d914bb4a9c div[pnxssr_3]{max-height:1160px;}#pnxssr_322b56ad739b3ece9f73b5d914bb4a9c h2[pnxssr_5]{margin:0rem 0 1rem;font-weight:200;}#pnxssr_322b56ad739b3ece9f73b5d914bb4a9c div[pnxssr_6]{color:#999;max-width:850px;}#pnxssr_322b56ad739b3ece9f73b5d914bb4a9c div[pnxssr_90]{padding-top: 2rem}} @media screen and (-webkit-min-device-pixel-ratio: 1.5) and (min-width: 1200px){#pnxssr_322b56ad739b3ece9f73b5d914bb4a9c div[pnxssr_2]{background-image:none;background-color:#111;min-height:1160px;}#pnxssr_322b56ad739b3ece9f73b5d914bb4a9c div[pnxssr_3]{max-height:1160px;}#pnxssr_322b56ad739b3ece9f73b5d914bb4a9c h2[pnxssr_5]{margin:0rem 0 1rem;font-weight:200;}#pnxssr_322b56ad739b3ece9f73b5d914bb4a9c div[pnxssr_6]{color:#999;max-width:850px;}#pnxssr_322b56ad739b3ece9f73b5d914bb4a9c div[pnxssr_90]{padding-top: 2rem}}