@charset "UTF-8";
*,::after,::before {
  box-sizing: border-box
}
html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: #000
}
article,aside,figcaption,figure,footer,header,hgroup,main,nav,section {
  display: block
}
body {
  margin: 0;
  font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans","Liberation Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: left;
  background-color: #fff
}
[tabindex="-1"]:focus:not(:focus-visible) {
  outline: 0!important
}
p {
  margin-top: 0;
  margin-bottom: 1.5rem
}
abbr[data-original-title],abbr[title] {
  text-decoration: underline;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
  text-decoration-skip-ink: none
}
address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit
}
dl,ol,ul {
  margin-top: 0;
  margin-bottom: 1rem
}
ol ol,ol ul,ul ol,ul ul {
  margin-bottom: 0
}
dt {
  font-weight: 700
}
dd {
  margin-bottom: .5rem;
  margin-left: 0
}
blockquote,figure {
  margin: 0 0 1rem
}
b,strong {
  font-weight: bolder
}
small {
  font-size: 80%
}
sub,sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline
}
sub {
  bottom: -.25em
}
sup {
  top: -.5em
}
a {
  background-color: transparent;
  color: #333;
  text-decoration: underline
}
a:hover {
  color: rgb(168.3, 28.05, 34);
  text-decoration: underline;
  color: #757575
}
a:not([href]):not([class]),a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none
}
code,kbd,pre,samp {
  font-family: SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace;
  font-size: 1em
}
pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  -ms-overflow-style: scrollbar
}
img {
  vertical-align: middle;
  border-style: none;
  max-width: 100%;
  height: auto
}
svg {
  overflow: hidden;
  vertical-align: middle
}
table {
  border-collapse: collapse
}
caption {
  padding-top: .75rem;
  padding-bottom: .75rem;
  color: #6c757d;
  text-align: left;
  caption-side: bottom
}
th {
  text-align: inherit;
  text-align: -webkit-match-parent
}
label {
  display: inline-block;
  margin-bottom: .5rem
}
button {
  border-radius: 0;
  background: 0 0;
  border: 0
}
button:focus:not(:focus-visible) {
  outline: 0
}
button,input,optgroup,select,textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit
}
button,input {
  overflow: visible
}
button,select {
  text-transform: none
}
[role=button],[type=button]:not(:disabled),[type=reset]:not(:disabled),[type=submit]:not(:disabled),button:not(:disabled) {
  cursor: pointer
}
select {
  word-wrap: normal
}
[type=button],[type=reset],[type=submit],button {
  -webkit-appearance: button
}
[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner {
  padding: 0;
  border-style: none
}
input[type=checkbox],input[type=radio] {
  box-sizing: border-box;
  padding: 0
}
textarea {
  overflow: auto;
  resize: vertical
}
fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0
}
legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: .5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal
}
progress {
  vertical-align: baseline
}
[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button {
  height: auto
}
[type=search] {
  outline-offset: -2px;
  -webkit-appearance: none
}
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none
}
::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button
}
output {
  display: inline-block
}
summary {
  display: list-item;
  cursor: pointer
}
template {
  display: none
}
[hidden] {
  display: none!important
}
body {
  background: #fff;
  font-family: Barlow,Helvetica,Arial,sans-serif;
  color: #333
}
svg.icon {
  color: #757575
}
.price {
  color: #707070
}
.old-price .price {
  color: #999;
  font-weight: 300
}
h1,h2,h3,h4,h5,h6 {
  color: #222;
  font-weight: 400;
  letter-spacing: .25px;
  margin-top: 2.25rem;
  margin-bottom: .75rem
}
.grid-container {
  min-width: 320px;
  margin: 0 auto;
  padding-left: 10px;
  padding-right: 10px;
  max-width: 1580px
}
.grid-container:after,.grid-container:before {
  content: " ";
  display: table
}
.grid-container:after {
  clear: both
}
.grid-container .grid-row {
  margin-left: -10px;
  margin-right: -10px
}
.grid-container .grid-row:after,.grid-container .grid-row:before {
  content: " ";
  display: table
}
.grid-container .grid-row:after {
  clear: both
}
.grid-container .grid-row-with-column {
  margin-left: -10px;
  margin-right: -10px;
  padding-left: 10px;
  padding-right: 10px
}
.grid-container .grid-row-with-column:after,.grid-container .grid-row-with-column:before {
  content: " ";
  display: table
}
.grid-container .grid-row-with-column:after {
  clear: both
}
.row {
  margin-left: -10px;
  margin-right: -10px
}
.row:after,.row:before {
  content: " ";
  display: table
}
.row:after {
  clear: both
}
.col,[class*=col-] {
  position: relative;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
  width: 100%
}
[class*=col-] {
  float: left
}
.col-1 {
  width: 8.3333333333%
}
.col-2 {
  width: 16.6666666667%
}
.col-3 {
  width: 25%
}
.col-4 {
  width: 33.3333333333%
}
.col-5 {
  width: 41.6666666667%
}
.col-6 {
  width: 50%
}
.col-7 {
  width: 58.3333333333%
}
.col-8 {
  width: 66.6666666667%
}
.col-9 {
  width: 75%
}
.col-10 {
  width: 83.3333333333%
}
.col-11 {
  width: 91.6666666667%
}
.col-12 {
  width: 100%
}
@media (min-width:576px) {
  .col-xs-1 {
    width: 8.3333333333%
  }
  .col-xs-2 {
    width: 16.6666666667%
  }
  .col-xs-3 {
    width: 25%
  }
  .col-xs-4 {
    width: 33.3333333333%
  }
  .col-xs-5 {
    width: 41.6666666667%
  }
  .col-xs-6 {
    width: 50%
  }
  .col-xs-7 {
    width: 58.3333333333%
  }
  .col-xs-8 {
    width: 66.6666666667%
  }
  .col-xs-9 {
    width: 75%
  }
  .col-xs-10 {
    width: 83.3333333333%
  }
  .col-xs-11 {
    width: 91.6666666667%
  }
  .col-xs-12 {
    width: 100%
  }
}
@media (min-width:768px) {
  .col-sm-1 {
    width: 8.3333333333%
  }
  .col-sm-2 {
    width: 16.6666666667%
  }
  .col-sm-3 {
    width: 25%
  }
  .col-sm-4 {
    width: 33.3333333333%
  }
  .col-sm-5 {
    width: 41.6666666667%
  }
  .col-sm-6 {
    width: 50%
  }
  .col-sm-7 {
    width: 58.3333333333%
  }
  .col-sm-8 {
    width: 66.6666666667%
  }
  .col-sm-9 {
    width: 75%
  }
  .col-sm-10 {
    width: 83.3333333333%
  }
  .col-sm-11 {
    width: 91.6666666667%
  }
  .col-sm-12 {
    width: 100%
  }
}
@media (min-width:1024px) {
  .col-md-1 {
    width: 8.3333333333%
  }
  .col-md-2 {
    width: 16.6666666667%
  }
  .col-md-3 {
    width: 25%
  }
  .col-md-4 {
    width: 33.3333333333%
  }
  .col-md-5 {
    width: 41.6666666667%
  }
  .col-md-6 {
    width: 50%
  }
  .col-md-7 {
    width: 58.3333333333%
  }
  .col-md-8 {
    width: 66.6666666667%
  }
  .col-md-9 {
    width: 75%
  }
  .col-md-10 {
    width: 83.3333333333%
  }
  .col-md-11 {
    width: 91.6666666667%
  }
  .col-md-12 {
    width: 100%
  }
}
@media (min-width:1310px) {
  .col-lg-1 {
    width: 8.3333333333%
  }
  .col-lg-2 {
    width: 16.6666666667%
  }
  .col-lg-3 {
    width: 25%
  }
  .col-lg-4 {
    width: 33.3333333333%
  }
  .col-lg-5 {
    width: 41.6666666667%
  }
  .col-lg-6 {
    width: 50%
  }
  .col-lg-7 {
    width: 58.3333333333%
  }
  .col-lg-8 {
    width: 66.6666666667%
  }
  .col-lg-9 {
    width: 75%
  }
  .col-lg-10 {
    width: 83.3333333333%
  }
  .col-lg-11 {
    width: 91.6666666667%
  }
  .col-lg-12 {
    width: 100%
  }
}
@font-face {
  font-family: symbols;
  src: url(https://cdn.cheaperthandirt.com/skin/frontend/cheaperthandirt/default/fonts/symbols/symbols-28832528.eot);
  src: url(https://cdn.cheaperthandirt.com/skin/frontend/cheaperthandirt/default/fonts/symbols/symbols-28832528.eot?#iefix) format("embedded-opentype"),url(https://cdn.cheaperthandirt.com/skin/frontend/cheaperthandirt/default/fonts/symbols/symbols-28832528.woff) format("woff"),url(https://cdn.cheaperthandirt.com/skin/frontend/cheaperthandirt/default/fonts/symbols/symbols-28832528.ttf) format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: block
}
[class*=" icon-"]:before,[class^=icon-]:before {
  font-family: symbols;
  display: inline-block;
  vertical-align: middle;
  line-height: 1;
  font-weight: normal;
  font-style: normal;
  speak: none;
  text-decoration: inherit;
  font-size: inherit;
  text-transform: none;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale
}
.icon-filter:before {
  content: "\ea03"
}
.icon-eye:before {
  content: "\ea04"
}
.icon-loader:before {
  content: "\ea05"
}
.icon-close:before {
  content: "\ea06"
}
.icon-star-o:before {
  content: "\ea01"
}
.icon-star:before {
  content: "\ea02"
}
.b1-white,.b3-white {
  font-weight: 500;
  letter-spacing: .5px;
  color: #fff
}
.b1-white {
  text-transform: uppercase;
  font-size: 1.1875rem;
  line-height: 1.1578947368
}
.b1-black {
  color: #222;
  font-size: 1.375rem;
  font-weight: 500;
  letter-spacing: .5px;
  line-height: .909090909
}
.b3-white {
  font-size: 1.125rem;
  line-height: 1.2222222222
}
.b3-black {
  color: #222;
  font-size: 1.125rem;
  font-weight: 500;
  letter-spacing: .5px;
  line-height: 1.2222222222
}
.b4-black {
  color: #222;
  font-size: .9375rem;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.2
}
.b5-black {
  color: #222;
  font-size: 1.125rem;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.2222222222
}
@media (min-width:1024px) {
  .b1-white {
    font-size: 1.125rem
  }
  .b3-white {
    font-size: 1rem;
    font-weight: 400
  }
  .b3-black {
    font-weight: 400;
    letter-spacing: 0;
    line-height: 1.0555555556
  }
  .b4-black {
    font-size: 1.125rem;
    line-height: 1.0555555556
  }
  .b5-black {
    line-height: .9444444444
  }
}
.h1-white {
  color: #fff;
  font-size: 2.375rem;
  font-weight: 900;
  letter-spacing: 1.35px;
  line-height: 1
}
.h3-white {
  font-size: 1.875rem;
  text-transform: uppercase;
  color: #fff;
  font-weight: 900;
  line-height: 1.3333333333;
  letter-spacing: 1.31px
}
.h3-black {
  color: #222;
  font-size: 2.25rem;
  font-weight: 900;
  letter-spacing: 1.31px;
  line-height: 1.11111
}
.h4-grey-1 {
  color: #404040;
  font-size: 1.75rem;
  font-weight: 900;
  letter-spacing: 1px;
  line-height: 1.2142857143
}
@media (min-width:1024px) {
  .h1-white {
    font-size: 3.4375rem;
    letter-spacing: 2px
  }
  .h3-white {
    font-size: 2.25rem;
    line-height: 1.1111111111
  }
}
@font-face {
  font-family: Barlow;
  font-style: normal;
  font-weight: 400;
  src: url(https://cdn.cheaperthandirt.com/skin/frontend/cheaperthandirt/default/fonts/barlow-v12-latin-regular/barlow-v12-latin-regular.woff2) format("woff2"),url(https://cdn.cheaperthandirt.com/skin/frontend/cheaperthandirt/default/fonts/barlow-v12-latin-regular/barlow-v12-latin-regular.ttf) format("truetype");
  font-display: swap
}
@font-face {
  font-family: Barlow;
  font-style: normal;
  font-weight: 500;
  src: url(https://cdn.cheaperthandirt.com/skin/frontend/cheaperthandirt/default/fonts/barlow-v12-latin-500/barlow-v12-latin-500.woff2) format("woff2"),url(https://cdn.cheaperthandirt.com/skin/frontend/cheaperthandirt/default/fonts/barlow-v12-latin-500/barlow-v12-latin-500.ttf) format("truetype");
  font-display: swap
}
@font-face {
  font-family: Barlow;
  font-style: normal;
  font-weight: 700;
  src: url(https://cdn.cheaperthandirt.com/skin/frontend/cheaperthandirt/default/fonts/barlow-v12-latin-700/barlow-v12-latin-700.woff2) format("woff2"),url(https://cdn.cheaperthandirt.com/skin/frontend/cheaperthandirt/default/fonts/barlow-v12-latin-700/barlow-v12-latin-700.ttf) format("truetype");
  font-display: swap
}
@font-face {
  font-family: Barlow;
  font-style: normal;
  font-weight: 900;
  src: url(https://cdn.cheaperthandirt.com/skin/frontend/cheaperthandirt/default/fonts/barlow-v12-latin-900/barlow-v12-latin-900.woff2) format("woff2"),url(https://cdn.cheaperthandirt.com/skin/frontend/cheaperthandirt/default/fonts/barlow-v12-latin-900/barlow-v12-latin-900.ttf) format("truetype");
  font-display: swap
}
html {
  font-size: 16px
}
a[href]:focus {
  outline: #0f7fff solid 2px;
  outline-offset: 1px
}
.text-bold {
  font-weight: bold
}
.align-center {
  text-align: center
}
.align-right {
  text-align: right
}
.align-left {
  text-align: left
}
.caption {
  font-size: 12px;
  line-height: 1.1;
  letter-spacing: .4px;
  color: #222
}
hr {
  box-sizing: content-box;
  overflow: visible;
  display: block;
  width: 100%;
  height: 0;
  border: none;
  border-top: 1px solid #222;
  margin: 15px 0
}
ol,ul {
  padding-left: 20px
}
.mt-0 {
  margin-top: 0!important
}
.mr-0 {
  margin-right: 0!important
}
.mb-0 {
  margin-bottom: 0!important
}
.ml-0 {
  margin-left: 0!important
}
.mt-1 {
  margin-top: .25rem!important
}
.mr-1 {
  margin-right: .25rem!important
}
.mb-1 {
  margin-bottom: .25rem!important
}
.ml-1 {
  margin-left: .25rem!important
}
.mt-2 {
  margin-top: .5rem!important
}
.mr-2 {
  margin-right: .5rem!important
}
.mb-2 {
  margin-bottom: .5rem!important
}
.ml-2 {
  margin-left: .5rem!important
}
.mt-3 {
  margin-top: .75rem!important
}
.mr-3 {
  margin-right: .75rem!important
}
.mb-3 {
  margin-bottom: .75rem!important
}
.ml-3 {
  margin-left: .75rem!important
}
.mt-4 {
  margin-top: 1rem!important
}
.mr-4 {
  margin-right: 1rem!important
}
.mb-4 {
  margin-bottom: 1rem!important
}
.ml-4 {
  margin-left: 1rem!important
}
.mt-5 {
  margin-top: 1.25rem!important
}
.mr-5 {
  margin-right: 1.25rem!important
}
.mb-5 {
  margin-bottom: 1.25rem!important
}
.ml-5 {
  margin-left: 1.25rem!important
}
.mt-6 {
  margin-top: 1.5rem!important
}
.mr-6 {
  margin-right: 1.5rem!important
}
.mb-6 {
  margin-bottom: 1.5rem!important
}
.ml-6 {
  margin-left: 1.5rem!important
}
.mt-7 {
  margin-top: 1.75rem!important
}
.mr-7 {
  margin-right: 1.75rem!important
}
.mb-7 {
  margin-bottom: 1.75rem!important
}
.ml-7 {
  margin-left: 1.75rem!important
}
.mt-8 {
  margin-top: 2rem!important
}
.mr-8 {
  margin-right: 2rem!important
}
.mb-8 {
  margin-bottom: 2rem!important
}
.ml-8 {
  margin-left: 2rem!important
}
.mt-9 {
  margin-top: 2.25rem!important
}
.mr-9 {
  margin-right: 2.25rem!important
}
.mb-9 {
  margin-bottom: 2.25rem!important
}
.ml-9 {
  margin-left: 2.25rem!important
}
.mt-10 {
  margin-top: 2.5rem!important
}
.mr-10 {
  margin-right: 2.5rem!important
}
.mb-10 {
  margin-bottom: 2.5rem!important
}
.ml-10 {
  margin-left: 2.5rem!important
}
.mt-11 {
  margin-top: 2.75rem!important
}
.mr-11 {
  margin-right: 2.75rem!important
}
.mb-11 {
  margin-bottom: 2.75rem!important
}
.ml-11 {
  margin-left: 2.75rem!important
}
.mt-12 {
  margin-top: 3rem!important
}
.mr-12 {
  margin-right: 3rem!important
}
.mb-12 {
  margin-bottom: 3rem!important
}
.ml-12 {
  margin-left: 3rem!important
}
.mt-13 {
  margin-top: 3.25rem!important
}
.mr-13 {
  margin-right: 3.25rem!important
}
.mb-13 {
  margin-bottom: 3.25rem!important
}
.ml-13 {
  margin-left: 3.25rem!important
}
.mt-14 {
  margin-top: 3.5rem!important
}
.mr-14 {
  margin-right: 3.5rem!important
}
.mb-14 {
  margin-bottom: 3.5rem!important
}
.ml-14 {
  margin-left: 3.5rem!important
}
.mt-15 {
  margin-top: 3.75rem!important
}
.mr-15 {
  margin-right: 3.75rem!important
}
.mb-15 {
  margin-bottom: 3.75rem!important
}
.ml-15 {
  margin-left: 3.75rem!important
}
.mt-16 {
  margin-top: 4rem!important
}
.mr-16 {
  margin-right: 4rem!important
}
.mb-16 {
  margin-bottom: 4rem!important
}
.ml-16 {
  margin-left: 4rem!important
}
.hidden {
  display: none!important;
  border: 0!important;
  margin: 0!important;
  padding: 0!important;
  font-size: 0!important;
  line-height: 0!important;
  width: 0!important;
  height: 0!important;
  overflow: hidden!important
}
.nobr {
  white-space: nowrap!important
}
.wrap {
  white-space: normal!important
}
.a-left {
  text-align: left!important
}
.a-center {
  text-align: center!important
}
.a-right {
  text-align: right!important
}
.v-top {
  vertical-align: top
}
.v-middle {
  vertical-align: middle
}
.f-left {
  float: left!important
}
.f-right {
  float: right!important
}
.f-none {
  float: none!important
}
.no-display {
  display: none
}
.no-margin {
  margin: 0!important
}
.no-padding {
  padding: 0!important
}
.no-bg {
  background: none!important
}
.u-clear-list {
  margin: 0;
  padding: 0;
  list-style: none
}
.u-clearfix:after,.u-clearfix:before {
  content: " ";
  display: table
}
.u-clearfix:after {
  clear: both
}
.text-uppercase {
  text-transform: uppercase
}
form {
  margin: 0 0 24px
}
.more.text-uppercase {
  font-weight: 700;
  text-decoration: none;
  text-transform: uppercase
}
.more.text-uppercase:hover {
  color: #222!important;
  text-decoration: underline!important
}
.lazy-bg {
  background-image: none!important
}
.lazy-block {
  display: none!important
}
.divider {
  margin: 10px 0;
  border-bottom: 1px solid #aeaeae;
  display: block;
  width: 100%
}
a.link-chevron:after,span.link-chevron:after {
  content: "";
  display: inline-block;
  width: .6em;
  height: .6em;
  border: 2px solid #c62128;
  border-width: 2px 2px 0 0;
  transform: rotate(45deg)
}
.price sup {
  top: -.4em;
  font-size: 65%
}
.aria-description--hidden {
  height: 1px;
  left: 0;
  margin-left: -10000px;
  overflow: hidden;
  position: absolute;
  top: 0;
  width: 1px
}
.u-clip-hide {
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  width: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0
}
@media (max-width:767.98px) {
  .hide-phone {
    display: none!important
  }
}
@media (min-width:768px) and (max-width:1023.98px) {
  .hide-tablet {
    display: none!important
  }
}
@media (max-width:1023.98px) {
  .hide-mobile,  .show-desktop {
    display: none!important
  }
}
.e-heading-page {
  color: #484848;
  font-size: 22px;
  margin: 0 0 22px
}
@media (min-width:1024px) {
  .hide-desktop,  .show-mobile {
    display: none!important
  }
  .e-heading-page {
    font-size: 28px
  }
}
.e-label--required {
  position: relative
}
.e-label--required:after {
  content: "*";
  margin-left: 10px;
  font-weight: bold;
  color: #a94442
}
.e-label span.required {
  display: none
}
.b-form-control_select select,.e-input {
  border: 1px solid #ccafaf;
  background: #fff;
  width: 100%;
  display: block;
  border-radius: 4px;
  height: 3rem;
  padding: .75rem 1rem;
  transition: border-color .1s ease-out;
  margin: 0;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  appearance: none;
  color: #666;
  font-size: 1rem
}
.b-form-control_select select:focus,.e-input:focus {
  outline: 0
}
.e-input-textarea {
  padding: 10px;
  height: auto
}
.e-button {
  background-color: #c62128;
  border: 0;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  line-height: 1rem;
  font-size: 1.0625rem;
  font-weight: 700;
  padding: 14px 36px;
  text-align: center;
  text-transform: uppercase;
  border-radius: 0;
  text-decoration: none
}
.e-button:focus {
  outline: #c62128 dashed 1px;
  outline-offset: 4px
}
.e-button:hover {
  background: #a71c21;
  color: #fff;
  text-decoration: none
}
.e-button:active {
  background: #c62128
}
.e-button--big {
  padding: 12px 16px
}
.e-button--small {
  line-height: 22px;
  padding: 6px 16px
}
.e-button--navy {
  background-color: #077492
}
.e-button--navy:active,.e-button--navy:hover {
  background: #077492
}
.e-button--light {
  background-color: #fff;
  color: #c62128;
  border: 1px solid #c62128
}
.e-button--light:hover {
  background-color: #fff;
  color: #a71c21
}
.e-button--gray {
  background-color: #c1c1c1;
  color: #fff;
  border: 1px solid #c1c1c1
}
.e-button--gray:hover {
  background-color: #c1c1c1;
  color: #fff
}
.e-button-add-to-cart {
  background: #090;
  font-family: "Barlow Condensed";
  font-size: 1.4375rem;
  width: 240px
}
.e-button-add-to-cart:active {
  background: #090
}
.e-button-add-to-cart:hover {
  background: #008100
}
@media (max-width:1023.98px) {
  .e-button-add-to-cart {
    width: auto;
    padding-left: 23px;
    padding-right: 23px
  }
  .b-header-top-links__item:not(.b-header-top-links__item--cart):not(.b-header-top-links__item--login):not(.b-header-top-links__item--account) {
    display: none
  }
}
.e-button-call-to-order {
  background-color: #c62128;
  border: 0;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  padding: 10px 20px;
  margin: 0;
  text-transform: uppercase;
  font-size: 12px;
  line-height: 1.4;
  font-family: Barlow,Helvetica,Arial,sans-serif;
  text-align: center;
  font-weight: normal;
  width: auto
}
.e-button-call-to-order:hover {
  color: #fff;
  background-color: #c62128
}
.blackout {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .7333333333);
  z-index: 1040
}
.blackout i {
  display: none
}
.loader i {
  display: block;
  color: #c62128;
  font-size: 30px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%)
}
.loader i:before {
  animation-name: spinner;
  animation-duration: 1s;
  animation-iteration-count: infinite;
  animation-timing-function: steps(12)
}
@keyframes spinner {
  0% {
    transform: rotate(0)
  }
  100% {
    transform: rotate(359deg)
  }
}
.b-price-regular {
  font-size: 1.25rem;
  color: #707070;
  line-height: 1
}
.minimal-price-link,.minimal-price-link:hover {
  text-decoration: none;
  color: #000
}
.minimal-price-link .label {
  text-transform: lowercase;
  font-weight: 400
}
.minimal-price-link .price {
  font-size: 1.125rem!important
}
.b-price-sale {
  font-size: 1.25rem
}
.b-price-sale__old {
  line-height: 1;
  margin: 0 0 0 5px;
  color: #999;
  text-decoration: line-through;
  font-size: .8em;
  font-weight: 400;
  font-style: italic;
  order: 2
}
.b-price-sale__special {
  line-height: 1;
  margin: 0;
  color: #707070;
  order: 3
}
.b-price-sale .minimal-price-link {
  order: 1;
  margin-left: 5px
}
.b-price-sale-inline .b-price-sale {
  display: flex;
  flex-direction: row-reverse;
  align-items: baseline
}
.b-price-tier {
  font-size: 12px;
  color: #484848;
  margin: 0
}
.b-tier-prices {
  margin: 0;
  padding: 0;
  list-style: none
}
.b-price-ppr {
  font-size: 14px;
  color: #999
}
.b-rating-stars {
  text-align: left;
  display: inline-block;
  color: #222;
  position: relative;
  font-size: 16px
}
.b-rating-stars:before {
  font-family: symbols;
  display: block;
  content: "\ea01  \ea01  \ea01  \ea01  \ea01"
}
.b-rating-stars__score {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  text-indent: -9999px;
  color: transparent
}
.b-rating-stars__score:before {
  text-indent: 0;
  color: #222;
  font-family: symbols;
  display: block;
  content: "\ea02  \ea02  \ea02  \ea02  \ea02";
  white-space: nowrap
}
.b-rating-summary {
  font-size: 14px
}
.b-rating-summary__link,.b-rating-summary__separator {
  line-height: 20px;
  font-size: 1.0625rem;
  color: #222
}
.b-rating-summary__link {
  cursor: pointer;
  padding: 0;
  margin: 0;
  text-decoration: underline
}
.b-rating-summary__empty:hover {
  color: inherit
}
.b-rating-summary__label {
  font-size: .75rem;
  color: #757575;
  margin: 0;
  vertical-align: bottom
}
.b-rating-summary__stars {
  margin-right: 6px
}
.b-rating-summary--one-line {
  text-align: left
}
.b-rating-summary--one-line .b-rating-summary__links,.b-rating-summary--one-line .b-rating-summary__stars {
  display: inline-block;
  vertical-align: top
}
.b-rating-summary--one-line .b-rating-summary__stars {
  line-height: 20px
}
.b-rating-summary--one-line .b-rating-summary__links {
  margin: 0 0 0 10px
}
.b-rating-summary--one-line .b-rating-summary__label {
  vertical-align: baseline;
  display: inline-block
}
.b-tabs-nav {
  margin: 0;
  padding: 0;
  border-bottom: 1px solid #484848;
  list-style: none
}
.b-tabs-nav:after,.b-tabs-nav:before {
  content: " ";
  display: table
}
.b-tabs-nav:after {
  clear: both
}
.b-tabs-nav__tab a {
  display: block;
  float: left;
  margin-right: 2px;
  margin-bottom: -1px;
  font-size: 14px;
  cursor: pointer;
  border: 1px solid #484848;
  border-bottom: 0;
  padding: 10px;
  color: #000
}
.b-tabs-nav__tab a:hover {
  text-decoration: none
}
.b-tabs-nav__tab.active a {
  background: #c62128;
  border-bottom: 1px solid #c62128;
  color: #fff
}
.b-tabs-content {
  text-align: left;
  padding: 22px 0
}
@media (min-width:576px) {
  .b-tabs-nav {
    padding-left: 10px
  }
  .b-tabs-nav__tab a {
    margin-right: 10px
  }
}
.b-form-control__wrapper {
  position: relative
}
.b-form-control__label {
  color: #666;
  cursor: pointer;
  display: block;
  font-size: 1rem;
  line-height: 1.5
}
.b-form-control__label:focus {
  background-color: #fff;
  border: transparent;
  font-size: 12px;
  left: 15px;
  outline: 0;
  padding: 0 5px;
  top: -10px
}
.b-form-control__note {
  color: #666;
  font-size: .75rem;
  margin: .5em 0 0;
  line-height: 1.1
}
.b-form-control__note:before {
  content: "";
  background: url(https://cdn.cheaperthandirt.com/skin/frontend/cheaperthandirt/default/images/components/blocks/global/form/control/_control/info.svg) center/contain no-repeat;
  display: inline-block;
  width: 14px;
  height: 14px;
  margin-right: 8px;
  vertical-align: top;
  opacity: .6
}
.b-form-control .e-input,.b-form-control_select select {
  appearance: none;
  background-color: #fff;
  background-repeat: no-repeat;
  border: 1px solid #ccafaf;
  display: block;
  font-family: inherit;
  font-smoothing: antialiased;
  height: 3rem;
  margin: 0;
  padding: .75rem 15px;
  transition: border-color .1s ease-out;
  width: 100%;
  border-radius: 3px;
  color: #222;
  font-size: 1rem
}
.b-form-control .e-input:focus,.b-form-control_select select:focus {
  box-shadow: 0 0 0 .2rem rgba(0, 161, 224, .25);
  outline: 0!important
}
.b-form-control_select select {
  background-image: url(https://cdn.cheaperthandirt.com/skin/frontend/cheaperthandirt/default/images/components/blocks/global/form/control/_control/arrow-down.svg);
  background-repeat: no-repeat;
  background-position: right 9px top 11px;
  padding-right: 48px
}
.b-form-control select.e-input.required-entry {
  background-image: url(https://cdn.cheaperthandirt.com/skin/frontend/cheaperthandirt/default/images/components/blocks/global/form/control/_control/arrow-down.svg);
  background-repeat: no-repeat;
  background-position: right 9px top 11px;
  padding-right: 48px;
  color: #666
}
.b-form-control select.e-input.required-entry.has-value {
  color: #222
}
.b-form-control_select select ~ .b-form-control__label,.e-input[type=email] ~ .b-form-control__label,.e-input[type=number] ~ .b-form-control__label,.e-input[type=password] ~ .b-form-control__label,.e-input[type=tel] ~ .b-form-control__label,.e-input[type=text] ~ .b-form-control__label,select[style*="display: none"] ~ .e-input ~ .b-form-control__label,select[style*="display:none"] ~ .e-input ~ .b-form-control__label {
  left: 15px;
  pointer-events: none;
  position: absolute;
  top: 10px;
  -webkit-transition: font-size .3s,color .3s,-webkit-transform .3s;
  transition: transform .3s,font-size .3s,color .3s,-webkit-transform .3s;
  z-index: 1;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  max-width: calc(100% - 30px)
}
.b-form-control_select select ~ .b-form-control__label,.e-input.has-value[type=email] ~ .b-form-control__label,.e-input.has-value[type=number] ~ .b-form-control__label,.e-input.has-value[type=password] ~ .b-form-control__label,.e-input.has-value[type=tel] ~ .b-form-control__label,.e-input.has-value[type=text] ~ .b-form-control__label,.e-input[type=email]:focus ~ .b-form-control__label,.e-input[type=email]:not(:placeholder-shown) ~ .b-form-control__label,.e-input[type=number]:focus ~ .b-form-control__label,.e-input[type=number]:not(:placeholder-shown) ~ .b-form-control__label,.e-input[type=password]:focus ~ .b-form-control__label,.e-input[type=password]:not(:placeholder-shown) ~ .b-form-control__label,.e-input[type=tel]:focus ~ .b-form-control__label,.e-input[type=tel]:not(:placeholder-shown) ~ .b-form-control__label,.e-input[type=text]:focus ~ .b-form-control__label,.e-input[type=text]:not(:placeholder-shown) ~ .b-form-control__label,select ~ .e-input[style*="display: none"] ~ .b-form-control__label,select ~ .e-input[style*="display:none"] ~ .b-form-control__label {
  background-color: #fff;
  color: #c1c1c1;
  font-size: 12px;
  left: 15px;
  outline: 0;
  padding: 0 5px;
  top: -7px;
  line-height: 1
}
.b-form-control .validation-advice {
  clear: both;
  min-height: 13px;
  margin: 10px 0 0;
  padding-bottom: 1rem;
  font-size: 11px;
  line-height: 1.3;
  display: block;
  font-weight: 700;
  text-transform: uppercase;
  color: red
}
.b-form-control .validation-advice:before {
  background: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Cpath d='M19 6.41L17.59 5 12 10.59 6.41 5 5 6.41 10.59 12 5 17.59 6.41 19 12 13.41 17.59 19 19 17.59 13.41 12z' fill='rgba(204, 71, 73, 0.999)' /%3E%3C/svg%3E") 0 0/100% no-repeat;
  content: "";
  display: inline-block;
  height: 1.27273em;
  left: -.18182em;
  margin-right: .09091em;
  position: relative;
  top: .27273em;
  width: 1.27273em
}
.b-form-control .e-input-textarea {
  min-height: 4.375rem;
  height: auto;
  resize: none
}
.b-form-fieldset {
  border: 1px solid #ddd;
  padding: 44px 20px 22px;
  margin-top: 22px
}
.b-form-fieldset:after,.b-form-fieldset:before {
  content: " ";
  display: table
}
.b-form-fieldset:after {
  clear: both
}
.b-form-fieldset__legend {
  float: left;
  font-size: 18px;
  border: 1px solid #ddd;
  color: #c62128;
  margin: -66px 0 0 -10px;
  background-color: #fff;
  padding: 5.5px 20px;
  text-transform: uppercase
}
.b-form__fieldset {
  margin: 44px 0 22px
}
.b-form__control {
  margin-bottom: 11px
}
.b-form__actions {
  margin-top: 22px
}
.b-form-actions:after,.b-form-actions:before {
  content: " ";
  display: table
}
.b-form-actions:after {
  clear: both
}
.b-form-actions--centered {
  margin-top: 10px;
  text-align: center
}
.b-form-actions__required-legend {
  font-size: 12px;
  margin: 11px 0;
  text-align: right;
  float: right
}
.b-form-actions:not(.b-form-actions--centered) .b-form-actions__action {
  float: right;
  clear: right
}
.b-form-required-legend {
  position: relative;
  display: inline-block;
  color: #a94442;
  font-size: 12px
}
.b-form-required-legend:before {
  content: "*";
  font-weight: bold;
  color: #a94442
}
.b-form-control-radio__option {
  margin-bottom: 11px
}
.b-form-control-radio__option label {
  position: relative;
  padding-left: 40px
}
.b-form-control-radio__option label:before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  border-radius: 20px;
  border: 3px solid #fff;
  box-shadow: 0 0 0 1px #ccafaf;
  cursor: pointer;
  position: absolute;
  left: 5px;
  top: 3px
}
.b-form-control-radio__option label:hover:before {
  background: #e0e0e0
}
.b-form-control-radio__option .b-form-control-radio__input {
  display: none
}
.b-form-control-radio__option .b-form-control-radio__input:checked + label:before {
  background: #c62128
}
.b-form-control-radio__option .b-form-control-radio__note {
  color: #ddd;
  font-size: 14px;
  margin-top: .25em
}
.b-form-control-checkbox__option {
  margin-bottom: 11px
}
.b-form-control-checkbox__option label {
  position: relative;
  padding-left: 40px
}
.b-form-control-checkbox__option label:before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  border-radius: 4px;
  border: 3px solid #fff;
  box-shadow: 0 0 0 1px #ccafaf;
  cursor: pointer;
  position: absolute;
  left: 5px;
  top: 3px;
  background: #fff
}
.b-form-control-checkbox__option label:after {
  content: "";
  display: block;
  width: 6px;
  height: 14px;
  border: 2px solid #fff;
  border-width: 0 2px 2px 0;
  position: absolute;
  left: 12px;
  top: 4px;
  transform: rotate(45deg);
  cursor: pointer
}
.b-form-control-checkbox__option label:hover:after {
  border-color: #e0e0e0
}
.b-form-control-checkbox__option .b-form-control-checkbox__input {
  visibility: hidden;
  position: absolute;
  left: -9999em;
  top: -9999em;
  width: 0;
  height: 0;
  user-select: none
}
.b-form-control-checkbox__option .b-form-control-checkbox__input:checked + label:after {
  border-color: #c62128
}
.b-form-control-checkbox__option .b-form-control-checkbox__note {
  color: #ddd;
  font-size: 14px;
  margin-top: .25em
}
.b-form-control-address__next-line {
  margin-top: 11px
}
.b-form-control-name {
  margin-left: -10px;
  margin-right: -10px
}
.b-form-control-name:after,.b-form-control-name:before {
  content: " ";
  display: table
}
.b-form-control-name:after {
  clear: both
}
.b-form-control-name__first-name,.b-form-control-name__last-name,.b-form-control-name__middle-name {
  position: relative;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
  float: left;
  width: 100%
}
.b-form-control-name__first-name,.b-form-control-name__middle-name {
  margin-bottom: 11px
}
@media (min-width:576px) {
  .b-form-control-name__first-name,  .b-form-control-name__last-name,  .b-form-control-name__middle-name {
    position: relative;
    min-height: 1px;
    padding-left: 10px;
    padding-right: 10px;
    float: left;
    width: 50%;
    margin-top: 0;
    margin-bottom: 0
  }
  .b-form-control-name__middle-name {
    margin-bottom: 11px
  }
}
.b-form-control-password-confirm__confirm,.b-form-control-password-confirm__password {
  width: 100%
}
.table {
  width: 100%;
  margin-bottom: 11px;
  color: #484848
}
.table td,.table th {
  padding: 11px 10px;
  vertical-align: top;
  border-top: 1px solid #999
}
.table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #999;
  border-top: none
}
.table tbody + tbody {
  border-top: 2px solid #999
}
.table caption {
  padding: 11px 10px;
  color: #999;
  text-align: left
}
.table-condensed td,.table-condensed th {
  padding: 5.5px 5px
}
.table-striped tbody tr:nth-of-type(2n+1) {
  background-color: rgb(244.02, 244.02, 244.02)
}
.table-bordered,.table-bordered td,.table-bordered th {
  border: 1px solid #999
}
.table-bordered thead td,.table-bordered thead th {
  border-bottom-width: 2px
}
.table-hover tbody tr:hover {
  background-color: rgb(236.55, 236.55, 236.55)
}
.table-hover.table-striped tbody tr:nth-of-type(2n+1):hover {
  background-color: rgb(231.819, 231.819, 231.819)
}
@media screen and (max-width:767px) {
  .table-responsive {
    width: 100%;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #999;
    margin-bottom: 11px
  }
  .table-responsive .table {
    margin: 0
  }
  .table-responsive > .table > thead > tr > td,  .table-responsive > .table > thead > tr > th {
    white-space: nowrap
  }
  .table-responsive > .table-bordered {
    border: 0
  }
  .table-responsive > .table-bordered > tbody > tr > td:first-child,  .table-responsive > .table-bordered > tbody > tr > th:first-child,  .table-responsive > .table-bordered > tfoot > tr > td:first-child,  .table-responsive > .table-bordered > tfoot > tr > th:first-child,  .table-responsive > .table-bordered > thead > tr > td:first-child,  .table-responsive > .table-bordered > thead > tr > th:first-child {
    border-left: 0
  }
  .table-responsive > .table-bordered > tbody > tr > td:last-child,  .table-responsive > .table-bordered > tbody > tr > th:last-child,  .table-responsive > .table-bordered > tfoot > tr > td:last-child,  .table-responsive > .table-bordered > tfoot > tr > th:last-child,  .table-responsive > .table-bordered > thead > tr > td:last-child,  .table-responsive > .table-bordered > thead > tr > th:last-child {
    border-right: 0
  }
  .table-responsive > .table-bordered > tbody > tr:last-child > td,  .table-responsive > .table-bordered > tbody > tr:last-child > th,  .table-responsive > .table-bordered > tfoot > tr:last-child > td,  .table-responsive > .table-bordered > tfoot > tr:last-child > th,  .table-responsive > .table-bordered > thead > tr:last-child > td,  .table-responsive > .table-bordered > thead > tr:last-child > th {
    border-bottom: 0
  }
}
.b-limiter__label {
  display: none
}
.b-limiter__select {
  display: inline-block;
  width: auto;
  padding: 0 8px;
  height: 1.7rem;
  font-size: 1rem
}
.b-limiter__suffix {
  display: inline-block
}
.b-pages {
  display: flex;
  align-items: center;
  justify-content: center
}
.b-pages__pagination {
  display: flex;
  flex-wrap: wrap;
  text-align: center;
  justify-content: center;
  margin: 0;
  padding: 0
}
.b-pages__page {
  display: inline-block;
  padding: 4px 10px;
  margin: 0 5px;
  font-size: 1.125rem;
  font-weight: 700;
  color: #333;
  text-decoration: none
}
.b-pages__page--current {
  color: #c62128
}
.b-pages__page:hover {
  color: inherit;
  text-decoration: none
}
.b-pages__page--current,.b-pages__page--current:hover {
  color: #c62128
}
.b-pages__page.i-next,.b-pages__page.i-previous {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-indent: -9999px;
  overflow: hidden
}
.b-pages__page.i-next:before,.b-pages__page.i-previous:before {
  content: "";
  display: block;
  width: .555556em;
  height: .555556em;
  border-style: solid;
  border-color: #333
}
.b-pages__page.i-previous:before {
  border-width: 0 0 .111112em .111112em;
  transform: rotate(45deg) translate(.111112em, -.111112em)
}
.b-pages__page.i-next:before {
  border-width: .111112em .111112em 0 0;
  transform: rotate(45deg) translate(-.111112em, .111112em)
}
.messages {
  list-style: none;
  padding: 0;
  margin: 22px 0;
  text-align: center
}
.messages ul {
  list-style: none;
  margin: 0;
  padding: 0
}
.error-msg,.note-msg,.notice-msg,.success-msg,.warning-msg {
  border-style: solid;
  border-width: 1px;
  background-position: 10px 12px;
  background-repeat: no-repeat;
  padding: 10px 10px 10px 32px;
  font-weight: bold;
  border-radius: 4px
}
.error-msg a,.note-msg a,.notice-msg a,.success-msg a,.warning-msg a {
  cursor: pointer;
  font-weight: bold
}
.error-msg {
  border-color: #fdd;
  background-color: #fdd;
  color: #6a0000
}
.error-msg a {
  color: #6a0000
}
.success-msg {
  border-color: #d5ffd8;
  background-color: #d5ffd8;
  color: #008a06
}
.success-msg a {
  color: #008a06
}
.note-msg,.notice-msg {
  border-color: #666;
  background-color: #666;
  color: #dfdfdf
}
.note-msg a,.notice-msg a {
  color: #dfdfdf
}
.warning-msg {
  border-color: #faebcc;
  background-color: #fcf8e3;
  color: #8a6d3b
}
.warning-msg a {
  color: #8a6d3b
}
.b-product-list-item {
  text-align: left;
  background-color: #fff;
  border: 1px solid #ddd;
  padding: 8px
}
.b-product-list-item:after,.b-product-list-item:before {
  content: " ";
  display: table
}
.b-product-list-item:after {
  clear: both
}
.b-product-list-item__image {
  float: left;
  margin-right: 8px
}
.b-product-list-item__image img {
  width: 90px;
  height: auto
}
.b-product-list-item__name {
  font-size: 12px;
  margin: 0;
  color: #484848
}
.b-product-list-item__name a {
  color: #484848
}
.b-product-list-item__price {
  float: right;
  text-align: right;
  font-size: 16px;
  font-weight: bold;
  margin: .5em 0
}
.b-product-list-item__add-to-cart {
  clear: right;
  float: right;
  width: auto;
  font-size: 12px
}
@media (min-width:1024px) {
  .b-product-list-item__image img {
    width: 90px
  }
  .b-product-list-item__add-to-cart {
    font-size: 12px;
    padding: 8px 15px
  }
}
.b-product-list__title {
  font-weight: bold;
  margin-top: 0
}
.b-product-list__list {
  margin: 0;
  padding: 0;
  list-style: none
}
.b-product-list__list .b-product-list__item {
  margin-bottom: 22px
}
.b-breadcrumbs {
  display: flex;
  flex-wrap: wrap;
  position: relative;
  top: 16px;
  list-style: none;
  margin: 0;
  padding-left: 0
}
.b-breadcrumbs li {
  margin-right: .25rem
}
.b-breadcrumbs__link {
  color: #222;
  text-decoration: none
}
.b-breadcrumbs__link:hover {
  color: inherit;
  text-decoration: none
}
.b-breadcrumbs__label,.b-breadcrumbs__separator,li:last-child .b-breadcrumbs__link {
  color: #757575
}
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: .8
}
.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: 0!important;
  -webkit-backface-visibility: hidden
}
.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box
}
.mfp-container:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle
}
.mfp-align-top .mfp-container:before {
  display: none
}
.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045
}
.mfp-ajax-holder .mfp-content,.mfp-inline-holder .mfp-content {
  width: 100%;
  cursor: auto
}
.mfp-ajax-cur {
  cursor: progress
}
.mfp-zoom-out-cur,.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out
}
.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in
}
.mfp-auto-cursor .mfp-content {
  cursor: auto
}
.mfp-arrow,.mfp-close,.mfp-counter,.mfp-preloader {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none
}
.mfp-loading.mfp-figure {
  display: none
}
.mfp-hide {
  display: none!important
}
.mfp-preloader {
  color: #ccc;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -.8em;
  left: 8px;
  right: 8px;
  z-index: 1044
}
.mfp-preloader a {
  color: #ccc
}
.mfp-preloader a:hover {
  color: #fff
}
.mfp-s-error .mfp-content,.mfp-s-ready .mfp-preloader {
  display: none
}
button.mfp-arrow,button.mfp-close {
  overflow: visible;
  cursor: pointer;
  background: 0 0;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: 0;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation
}
button::-moz-focus-inner {
  padding: 0;
  border: 0
}
.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: .65;
  padding: 0 0 18px 10px;
  color: #fff;
  font-style: normal;
  font-size: 28px;
  font-family: Arial,Baskerville,monospace
}
.mfp-close:focus,.mfp-close:hover {
  opacity: 1
}
.mfp-close:active {
  top: 1px
}
.mfp-close-btn-in .mfp-close {
  color: #333
}
.mfp-iframe-holder .mfp-close,.mfp-image-holder .mfp-close {
  color: #fff;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%
}
.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #ccc;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap
}
.mfp-arrow {
  position: absolute;
  opacity: .65;
  margin: -55px 0 0;
  top: 50%;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}
.mfp-arrow:active {
  margin-top: -54px
}
.mfp-arrow:focus,.mfp-arrow:hover {
  opacity: 1
}
.mfp-arrow:after,.mfp-arrow:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: inset transparent
}
.mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px
}
.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: .7
}
.mfp-arrow-left {
  left: 0
}
.mfp-arrow-left:after {
  border-right: 17px solid #fff;
  margin-left: 31px
}
.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3f3f3f
}
.mfp-arrow-right {
  right: 0
}
.mfp-arrow-right:after {
  border-left: 17px solid #fff;
  margin-left: 39px
}
.mfp-arrow-right:before {
  border-left: 27px solid #3f3f3f
}
.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px
}
.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px
}
.mfp-iframe-holder .mfp-close {
  top: -40px
}
.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%
}
.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, .6);
  background: #000
}
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0;
  margin: 0 auto
}
.mfp-figure {
  line-height: 0
}
.mfp-figure:after {
  content: "";
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, .6);
  background: #444
}
.mfp-figure small {
  color: #bdbdbd;
  display: block;
  font-size: 12px;
  line-height: 14px
}
.mfp-figure figure {
  margin: 0
}
.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto
}
.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #f3f3f3;
  word-wrap: break-word;
  padding-right: 36px
}
.mfp-image-holder .mfp-content {
  max-width: 100%
}
.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer
}
@media screen and (max-width:800px) and (orientation:landscape),screen and (max-height:300px) {
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0
  }
  .mfp-img-mobile img.mfp-img {
    padding: 0
  }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0
  }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px
  }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, .6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box
  }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0
  }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px
  }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, .6);
    position: fixed;
    text-align: center;
    padding: 0
  }
}
@media all and (max-width:900px) {
  .mfp-arrow {
    -webkit-transform: scale(.75);
    transform: scale(.75)
  }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0
  }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%
  }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px
  }
}
.b-restricted-shipping-notice {
  margin: 0 0 8px;
  padding: 0;
  list-style: none
}
.b-restricted-shipping-notice__exception {
  border-color: #ebccd1;
  background: #f2dede;
  color: #a94442;
  padding: 20px;
  margin: 1em 0
}
.b-restricted-shipping-notice--approved .b-restricted-shipping-notice__exception {
  border-color: #d6e9c6;
  background-color: #dff0d8;
  color: #3c763d
}
.popover {
  width: 200px;
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 3px;
  box-shadow: 1px 1px 2px 1px rgba(80, 80, 80, .5);
  padding: 10px;
  z-index: 21
}
.tooltip-backdrop {
  position: fixed!important;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 20
}
.b-collapse__button {
  border: 0;
  background: none;
  border-bottom: 1px solid #e3e0e0;
  border-top: 1px solid #e3e0e0;
  color: #333;
  cursor: pointer;
  display: flex;
  font-size: 1rem;
  font-weight: 700;
  justify-content: space-between;
  margin: 0;
  padding: 10px 0;
  text-align: left;
  text-transform: uppercase;
  width: 100%;
  align-items: center
}
.b-collapse__button--indicator:after {
  content: "";
  display: block;
  width: 14px;
  height: 14px;
  background: linear-gradient(0deg, transparent calc(50% - 1px), #999 calc(50% - 1px), #999 calc(50% + 1px), transparent calc(50% + 1px)),linear-gradient(90deg, transparent calc(50% - 1px), #999 calc(50% - 1px), #999 calc(50% + 1px), transparent calc(50% + 1px))
}
.b-collapse.active .b-collapse__button--indicator:after,.b-collapse__button--indicator.active:after,.b-collapse__button--indicator.mobile-button-toggle-show:not(.mobile-button-toggle-hiding):after,.b-collapse__button--indicator.mobile-button-toggle-showing:after {
  background: linear-gradient(0deg, transparent calc(50% - 1px), #999 calc(50% - 1px), #999 calc(50% + 1px), transparent calc(50% + 1px))
}
.b-collapse.active .b-collapse__button,.b-collapse__button.active {
  border-bottom: 0
}
.b-collapse__content {
  display: none
}
.b-collapse.active .b-collapse__content,.b-collapse__content.active {
  display: block
}
.modal-open {
  overflow: hidden
}
.modal-open .b-modal {
  overflow-x: hidden;
  overflow-y: auto
}
.b-modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: auto;
  outline: 0;
  background: rgba(0, 0, 0, .7333333333)
}
.b-modal.fixed-height .b-modal__dialog {
  height: calc(100% - 20px)
}
.b-modal.fixed-height .b-modal__body,.b-modal.fixed-height .b-modal__content {
  height: 100%
}
.b-modal.fixed-height .b-modal__footer,.b-modal.fixed-height .b-modal__header {
  display: none!important
}
.b-modal.open {
  display: block
}
.b-modal__dialog {
  position: relative;
  width: auto;
  margin: 10px;
  pointer-events: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - 20px)
}
.b-modal.fade .b-modal__dialog {
  transition: .3s ease-out;
  -webkit-transform: translate(0, -25%);
  transform: translate(0, -25%);
  opacity: 0
}
.b-modal.show .b-modal__dialog {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
  opacity: 1
}
.b-modal__content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 520px;
  pointer-events: auto;
  background-color: #f9f9f9;
  background-clip: padding-box;
  border: 1px solid #f9f9f9;
  outline: 0;
  margin: auto;
  border-radius: 4px;
  padding: 30px 10px 10px
}
.b-modal__content .icon-close {
  font-size: 20px;
  position: absolute;
  right: 10px;
  top: 0;
  cursor: pointer
}
.b-modal__iframe {
  width: 100%;
  height: 100%
}
.b-modal__iframe--dark {
  padding: 10px
}
.b-modal.wide .b-modal__content {
  max-width: 800px
}
.b-modal__button-set {
  margin: 10px 0 5px;
  text-align: right
}
.b-modal__button-set > * {
  margin-left: 5px;
  margin-bottom: 5px
}
.b-header-logo {
  text-align: center;
  height: 60px
}
.b-header-logo__link {
  align-items: center;
  color: #333;
  display: flex;
  height: inherit;
  justify-content: center;
  margin: 0 auto;
  position: relative;
  text-decoration: none;
  width: 60%;
  width: calc(100% - 160px)
}
.b-header-logo picture {
  display: flex
}
.b-header-logo img,.b-header-logo picture {
  max-height: 100%
}
@media (min-width:1024px) {
  .b-header-logo {
    display: inline-block;
    position: relative;
    height: inherit
  }
  .b-header-logo__link {
    width: auto
  }
}
.b-header-top-links {
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: right
}
.b-header-top-links__item {
  display: inline-block;
  margin-right: .75rem;
  padding: 12px 0 0
}
.b-header-top-links__item:last-child {
  margin-right: 12px
}
.b-header-top-links__link {
  position: relative;
  color: #222;
  display: block;
  font-size: .8125rem;
  line-height: .875rem;
  text-decoration: none
}
.b-header-top-links__link:hover {
  color: #222;
  text-decoration: underline
}
.b-header-top-links__link-icon {
  display: block;
  margin: 0 auto
}
.b-header-top-links__link-icon--cart {
  width: 22px;
  height: 20px;
  background: url(https://cdn.cheaperthandirt.com/skin/frontend/cheaperthandirt/default/images/components/blocks/layout/header/top-links/cart-icon.svg) no-repeat
}
.b-header-top-links__link-icon--user {
  width: 18px;
  height: 21px;
  background: url(https://cdn.cheaperthandirt.com/skin/frontend/cheaperthandirt/default/images/components/core/icons/user-icon-gray.svg) no-repeat
}
.b-header-top-links__link-icon--logged-user {
  width: 25px;
  height: 21px;
  background: url(https://cdn.cheaperthandirt.com/skin/frontend/cheaperthandirt/default/images/components/blocks/layout/header/top-links/logged-user-icon.svg) no-repeat
}
.b-header-top-links__link-icon--wishlist {
  width: 20px;
  height: 20px;
  background: url(https://cdn.cheaperthandirt.com/skin/frontend/cheaperthandirt/default/images/components/core/icons/wishlist-icon.svg) no-repeat
}
.b-header-top-links__link-count {
  position: absolute;
  right: -14px;
  top: -12px;
  background-color: #c62128;
  border-radius: 50%;
  color: #fff;
  font-size: 12px;
  height: 14px;
  line-height: 1.25;
  margin-left: 3px;
  text-align: center;
  width: 14px
}
@media (min-width:1024px) {
  .b-header-top-links__item {
    margin-right: 2.1875rem
  }
  .b-header-top-links__item:last-child {
    margin-right: 12px
  }
  .b-header-top-links__link-icon--cart {
    margin-bottom: 16px
  }
  .b-header-top-links__link-icon--logged-user,  .b-header-top-links__link-icon--user {
    margin-bottom: 15px
  }
  .b-header-top-links__link-icon--wishlist {
    margin-bottom: 16px
  }
}
.b-header-search .algolia-autocomplete {
  width: 100%
}
.b-header-search__input {
  border: 1px solid #c62128;
  border-radius: 0;
  color: #999;
  font-style: italic;
  height: 2.9rem;
  line-height: 1.125rem;
  padding: .5625rem .625rem .5625rem 2.5rem
}
.b-header-search__input :-ms-input-placeholder,.b-header-search__input ::-ms-input-placeholder,.b-header-search__input ::placeholder {
  color: #999;
  opacity: 1
}
.b-header-search__form {
  margin: 0
}
.b-header-search .form-search {
  position: relative
}
.b-header-search .form-search:before {
  content: "";
  display: block;
  width: 18px;
  height: 18px;
  position: absolute;
  top: .8875rem;
  left: .875rem;
  background: url(https://cdn.cheaperthandirt.com/skin/frontend/cheaperthandirt/default/images/components/blocks/layout/header/search/search/search-icon.svg) no-repeat;
  z-index: 1
}
.b-header-search__msg {
  color: #222;
  display: block;
  font-size: .875rem;
  font-weight: 500;
  line-height: 1.2142857143;
  padding: 0 5px 10px;
  text-align: center;
  margin: 0
}
@media (min-width:1024px) {
  .b-header-search__input {
    border-color: #424040;
    height: 2.8rem
  }
  .b-header-search__msg {
    display: inline-block
  }
}
.aa-dropdown-menu,.algoliasearch-autocomplete {
  background: #fff;
  position: absolute;
  right: 0;
  left: auto;
  top: 41px;
  width: 100%;
  min-width: 280px;
  z-index: 1000;
  font-size: 14px;
  -webkit-box-shadow: 0 3px 10px -1px #ddd;
  -moz-box-shadow: 0 3px 10px -1px #ddd;
  box-shadow: 0 3px 10px -1px #ddd
}
.aa-dropdown-menu .no-results,.algoliasearch-autocomplete .no-results {
  padding: 10px
}
.aa-dataset-products,.other-sections {
  min-height: 0!important
}
.algoliasearch-autocomplete-title,.autocomplete-wrapper .category {
  background-color: #f9f9f9;
  text-align: left;
  font-weight: bold;
  border: 1px solid #ddd;
  padding: 5px;
  color: #484848
}
.algoliasearch-autocomplete-all-products {
  text-align: center;
  border: 1px solid #ddd
}
.algoliasearch-autocomplete-all-products a {
  cursor: pointer;
  padding: 10px;
  text-align: center;
  display: block;
  background: #f9f9f9;
  color: #484848;
  font-size: 17px;
  font-weight: bold;
  -webkit-transition: 150ms;
  -moz-transition: 150ms;
  -ms-transition: all 150ms;
  -o-transition: 150ms;
  transition: 150ms
}
.algoliasearch-autocomplete-all-products a:hover {
  text-decoration: none;
  background: #c62128;
  color: #fff
}
.algoliasearch-autocomplete-hit {
  display: block;
  text-decoration: none;
  clear: both;
  text-align: left;
  padding: 10px;
  border: 1px solid #ddd;
  border-top: 0;
  color: #000
}
.algoliasearch-autocomplete-hit:after {
  content: "";
  display: block;
  clear: both
}
.algoliasearch-autocomplete-hit:hover {
  background-color: #f9f9f9;
  color: #000
}
.algoliasearch-autocomplete-hit.marked {
  background-color: #e5e5e5;
  color: #000
}
.algoliasearch-autocomplete-hit em {
  font-weight: bold;
  font-style: normal
}
.algoliasearch-autocomplete-hit .thumb {
  float: left
}
.algoliasearch-autocomplete-hit .thumb img {
  width: 50px
}
.algoliasearch-autocomplete-hit .info {
  margin-left: 60px
}
.algoliasearch-autocomplete-hit .clearfix:after {
  content: " ";
  visibility: hidden;
  display: block;
  height: 0;
  clear: both
}
.aa-no-results,.aa-no-results-products {
  padding: 5px 10px
}
.aa-suggestion:last-child .algoliasearch-autocomplete-hit {
  border-bottom: 0
}
.algoliasearch-autocomplete-category,.algoliasearch-autocomplete-price {
  color: #666;
  font-size: .8em
}
@media (min-width:1024px) {
  .aa-dropdown-menu,  .algoliasearch-autocomplete {
    width: calc(48% - 10px);
    max-width: 749px
  }
}
.aa-dropdown-menu,.algoliasearch-autocomplete {
  width: calc(100% + 20px)
}
@media (min-width:1024px) {
  .aa-dropdown-menu,  .algoliasearch-autocomplete {
    width: calc(64% + 3px);
    max-width: 749px
  }
  .b-footer-categories .b-collapse__button {
    display: none!important
  }
  .b-footer-categories .b-collapse__content {
    display: block!important
  }
}
.b-back-to-top {
  display: flex
}
.b-back-to-top__link {
  display: flex;
  align-items: center;
  gap: 12px
}
.b-back-to-top__link:active,.b-back-to-top__link:focus {
  outline: 0!important
}
.b-back-to-top__link:hover {
  text-decoration: none
}
.b-back-to-top__icon-wrapper {
  align-items: center;
  background: #c62128;
  display: flex;
  height: 36px;
  justify-content: center;
  width: 36px
}
.b-footer-categories {
  margin: 0;
  padding: 0 20px;
  text-align: left;
  width: 100%
}
.b-footer-categories__title {
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 10px
}
.b-footer-categories__item {
  margin-bottom: 10px
}
.b-footer-categories__item a {
  color: #222;
  font-size: .875rem
}
.b-footer-categories__item--accent a {
  color: #077492
}
.b-footer-copyrights {
  line-height: 1.5;
  padding: 15px 0 30px;
  text-align: center
}
.b-footer-copyrights p {
  color: #222;
  font-size: .75rem;
  margin: 0
}
.b-footer-copyrights a {
  color: #222
}
.b-footer-guarantee {
  align-items: center;
  display: flex;
  flex-direction: row;
  height: auto;
  justify-content: center;
  padding: 0 0 12px;
  width: 100%
}
.b-footer-guarantee__msg {
  align-items: center;
  color: #222;
  display: flex;
  flex-direction: column;
  margin: 0;
  padding-top: 1.25rem
}
.b-footer-guarantee__msg-heading {
  color: #222;
  font-size: 1.5rem;
  font-weight: 700;
  padding: 0 0 .625rem;
  text-align: center;
  text-transform: uppercase
}
.b-footer-guarantee__msg-link {
  margin: 0;
  padding: 0 20px;
  text-align: left;
  width: 100%;
  font-size: .875rem
}
.b-footer-guarantee p:last-child {
  margin-bottom: 0
}
@media (max-width:1023.98px) {
  .b-footer-categories .b-collapse__content.active {
    padding-top: 10px
  }
  .b-footer-guarantee__msg-link {
    padding: 0 15px 20px;
    text-align: center!important
  }
}
.b-footer-subscribe-form__wrapper {
  display: flex
}
.b-footer-subscribe-form__control {
  width: 100%;
  width: calc(100% - 132px)
}
.b-footer-subscribe-form__control .e-input {
  border-color: #c62128;
  border-radius: 0;
  height: 44px
}
.b-footer-subscribe-form__control .e-input:focus {
  box-shadow: none
}
.b-footer-subscribe-form__control .b-form-control__label {
  color: #333!important;
  font-style: italic;
  padding-right: 4px
}
.b-footer-subscribe-form__button {
  white-space: nowrap
}
.b-footer-social__links {
  display: flex;
  align-items: center
}
.b-footer-social__item {
  margin: 0 12px
}
.b-footer-social__item-link img {
  filter: grayscale(1)
}
.b-footer-social__item-link:hover img {
  filter: grayscale(0)
}
.b-footer-social__item-link:active,.b-footer-social__item-link:focus {
  box-shadow: none
}
.b-footer-subscribe__heading {
  color: #222;
  font-size: 1rem;
  font-weight: 700;
  margin: 15px 0;
  padding: 0;
  text-transform: uppercase
}
.b-footer-subscribe__heading a,.b-footer-subscribe__heading a:hover {
  color: #222
}
.b-footer-subscribe__heading--find-dealer img {
  vertical-align: text-bottom
}
@media (max-width:1023.98px) {
  .b-footer-subscribe__heading {
    text-align: center
  }
  .b-footer-subscribe .b-footer-social {
    margin-bottom: 10px
  }
  .b-footer-subscribe .b-footer-social__links {
    justify-content: center
  }
}
.b-top-menu {
  width: 100%;
  position: relative
}
.b-top-menu__nav {
  transition: .3s ease-in-out;
  padding: 1rem 0
}
.b-top-menu__back-btn {
  opacity: 0;
  padding: 15px 20px;
  position: absolute;
  text-align: left;
  top: 0;
  width: 100%;
  border: 0
}
.b-top-menu__back-btn.active {
  opacity: 1
}
.b-top-menu__back-btn:before {
  content: "∟";
  display: inline-block;
  margin-right: 10px;
  transform: rotate(45deg)
}
.b-top-menu__breadcrumb {
  display: none;
  font-size: 1.1rem;
  font-weight: 700;
  margin: 4px 3px;
  opacity: 0;
  padding: 11px 17px;
  text-decoration: none;
  outline: 0!important
}
.b-top-menu__breadcrumb:hover {
  text-decoration: none
}
.b-top-menu__breadcrumb.active {
  display: block;
  opacity: 1
}
.b-top-menu-items__link {
  display: block;
  color: #000;
  outline: 0!important;
  text-decoration: none
}
.b-top-menu-items__link:hover {
  text-decoration: none
}
.b-top-menu-items__item {
  list-style: none;
  margin: 0;
  padding: 0
}
.b-top-menu-items__item--space:before {
  content: "";
  display: block;
  padding: 6.944444444% 0 0;
  margin-bottom: 12px
}
.b-top-menu-items__item.level0 > .b-top-menu-items__link {
  font-weight: 700
}
@media (max-width:1023.98px) {
  .b-top-menu {
    overflow-x: hidden;
    padding-top: 3.5rem
  }
  .b-top-menu:before {
    content: close-quote;
    display: block;
    position: absolute;
    width: 100%;
    height: 3.5rem;
    background: #f2f2f2;
    top: 0;
    left: 0
  }
  .b-top-menu__nav.scroll-1 {
    transform: translateX(-100%)
  }
  .b-top-menu__nav.scroll-2 {
    transform: translateX(-200%)
  }
  .b-top-menu-items__link {
    font-size: .9375rem;
    padding: 15px 20px;
    position: relative
  }
  .b-top-menu-items__link img {
    display: none
  }
  .level0 .b-top-menu-items .b-top-menu-items__link {
    font-size: 1.1rem
  }
  .level0 .b-top-menu-items__subitems,  .level1 .b-top-menu-items__subitems {
    bottom: 0;
    display: none;
    height: fit-content;
    min-height: 100%;
    position: absolute;
    right: -100%;
    top: 0;
    width: 100%
  }
  .b-top-menu-items__item.active > .b-top-menu-items__subitems {
    display: block
  }
  .b-top-menu-items__item.has-children > .b-top-menu-items__link:after {
    color: #000;
    content: "∟";
    display: inline-block;
    margin-right: 40px;
    position: absolute;
    right: 5px;
    top: 15px;
    transform: rotate(225deg)
  }
  .b-top-menu-items__item.level0 > .b-top-menu-items__link:after {
    display: none
  }
}
@media (min-width:1024px) {
  .b-top-menu {
    position: relative
  }
  .b-top-menu__nav {
    max-width: 1580px;
    margin: 0 auto;
    padding: 0
  }
  .b-top-menu__nav > .b-top-menu-items {
    width: 100%;
    justify-content: space-around;
    display: flex
  }
  .b-top-menu__back-btn,  .b-top-menu__breadcrumb {
    display: none!important
  }
  .b-top-menu:after {
    background: rgba(0, 0, 0, .5);
    content: "";
    height: 100vh;
    opacity: 0;
    position: absolute;
    transition: visibility .25s,opacity .25s;
    visibility: hidden;
    width: 100%;
    z-index: 1999
  }
  .b-top-menu.visible:after {
    opacity: 1;
    visibility: visible
  }
  .b-top-menu.lazy-on-hover .b-top-menu-items__link img {
    display: none!important
  }
  .b-top-menu-items__item--space {
    padding-top: 26px
  }
  .b-top-menu-items .level0 {
    display: flex;
    flex-direction: column;
    justify-content: center
  }
  .level0 > .b-top-menu-items__link {
    padding: 19px;
    color: #fff;
    text-align: center
  }
  .level0:hover > .b-top-menu-items__link {
    text-decoration: underline
  }
  .level0 > .b-top-menu-items__subitems {
    background-color: #fff;
    box-shadow: 0 8px 6px -6px rgba(0, 0, 0, .2);
    left: 0;
    opacity: 0;
    position: absolute;
    top: 100%;
    right: 0;
    transform: none;
    transition: visibility 10ms linear .25s,opacity 10ms linear .25s;
    visibility: hidden;
    width: 100%;
    z-index: 2000
  }
  .level0:hover > .b-top-menu-items__subitems {
    opacity: 1;
    visibility: visible
  }
  .level0 > .b-top-menu-items__subitems > .b-top-menu-items {
    margin: 0 auto;
    max-width: 1024px;
    padding: 20px;
    width: 100%;
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr))
  }
  .b-top-menu-items .level1 {
    margin: 1.2rem 40px 1.2rem 0;
    position: relative;
    width: 100%
  }
  .b-top-menu-items .level2,  .b-top-menu-items .level3 {
    padding: .3rem 0;
    position: relative
  }
  .level1 > .b-top-menu-items__link span {
    font-size: 1.1rem;
    font-weight: 700;
    margin-bottom: 1.2rem;
    display: block
  }
}
.b-show-top-menu__icon {
  background-image: url(https://cdn.cheaperthandirt.com/skin/frontend/cheaperthandirt/default/images/components/blocks/layout/top-nav/toggle/mobile-hamburger.svg);
  background-repeat: no-repeat;
  background-position: 0 37.7936670072%;
  background-size: contain;
  display: block;
  height: .9375rem;
  left: .8125rem;
  position: absolute;
  top: 1.3625rem;
  width: 1.25rem
}
.b-user-menu {
  padding-top: 20px
}
.b-user-menu__item {
  padding: 0 0 20px
}
.b-user-menu__item:first-child {
  padding-top: 18px
}
.b-user-menu__item-link {
  align-items: center;
  display: flex;
  font-size: .9375rem;
  justify-content: flex-start;
  line-height: 1.5;
  padding: 0 0 0 .9375rem;
  font-style: normal;
  font-weight: 500;
  text-transform: uppercase;
  text-decoration: none
}
.b-user-menu__item-link:hover {
  text-decoration: none
}
.b-user-menu__item-link:focus {
  outline: 0!important
}
.b-user-menu__item--referandearn .b-user-menu__item-link {
  text-transform: initial;
  font-weight: 400
}
.b-user-menu__item-icon {
  background-size: contain;
  background-repeat: no-repeat;
  margin-right: .1875rem
}
.b-user-menu__item-icon--user {
  height: .73125rem;
  width: .8125rem;
  background-image: url(https://cdn.cheaperthandirt.com/skin/frontend/cheaperthandirt/default/images/components/core/icons/user-icon-gray.svg)
}
.b-user-menu__item-icon--locateffl {
  height: .6875rem;
  width: .8125rem;
  background-image: url(https://cdn.cheaperthandirt.com/skin/frontend/cheaperthandirt/default/images/components/core/icons/location-gray.svg)
}
.b-user-menu__item-icon--wishlists {
  height: .8125rem;
  width: .8125rem;
  background-image: url(https://cdn.cheaperthandirt.com/skin/frontend/cheaperthandirt/default/images/components/core/icons/wishlist-icon-o-gray.svg)
}
.b-user-menu__details {
  background: #f2f2f2;
  margin-left: 0;
  margin-top: 13px;
  padding: 15px 18px 0;
  width: 100%
}
.b-user-menu__details span {
  display: block;
  margin-bottom: .75rem;
  width: auto
}
.b-user-menu__details span a {
  display: inline-block;
  font-size: .875rem;
  line-height: 1.0625rem;
  text-decoration: none
}
.b-user-menu__welcome-text {
  font-size: .9375rem;
  font-weight: 700;
  line-height: 1.125rem;
  margin-bottom: 1.125rem!important
}
.b-user-menu__sign-out a {
  text-decoration: underline!important
}
.l-header {
  background-color: #f2f2f2;
  position: relative;
  width: 100%
}
@media (max-width:1023.98px) {
  .l-header__top-links {
    position: absolute;
    top: 0;
    right: 12px;
    height: 60px;
    padding-top: 7px
  }
  .l-header__search {
    margin-left: -10px;
    margin-right: -10px
  }
}
@media (min-width:1024px) {
  .l-header__logo {
    float: left;
    width: 110px
  }
  .l-header__top-links {
    float: right;
    margin-top: 15px
  }
  .l-header__navbar {
    height: 113px
  }
  .l-header__search {
    float: left;
    width: 48%;
    margin: 23px 0 0 calc(3.3% + 7px)
  }
}
.l-footer {
  background-color: #f2f2f2;
  border-top: 1px solid #e5e5e5;
  position: relative
}
.l-footer a {
  text-decoration: none
}
.l-footer a:hover {
  text-decoration: underline
}
.l-footer__guarantee {
  border-bottom: 1px solid #999
}
.l-footer__back-to-top {
  justify-content: flex-end
}
@media (max-width:1023.98px) {
  .l-footer__back-to-top {
    margin: 20px 0;
    padding-right: 20px
  }
  .l-top-nav.is-open {
    left: 0;
    margin-right: 1.25em;
    right: 0;
    width: 95%;
    z-index: 1050
  }
}
@media (min-width:1024px) {
  .l-footer__subscribe {
    display: inline-block;
    width: 33.3333333333%;
    padding: 0 15px 0 0
  }
  .l-footer__info-item {
    display: inline-block;
    overflow-wrap: break-word;
    vertical-align: top;
    padding: 0 10px
  }
  .l-footer__info-item--categories {
    width: 16.6666666667%
  }
  .l-footer__info-item:nth-child(1of.l-footer__info-item--categories) {
    border-left: 1px solid #999
  }
  .l-footer__info-wrapper {
    padding-top: 30px;
    position: relative;
    display: flex;
    align-items: flex-start
  }
}
.l-top-nav {
  background-color: #fff;
  bottom: 0;
  display: block;
  left: -100%;
  max-width: 100%;
  min-width: 50%;
  overflow-y: auto;
  position: fixed;
  top: 0;
  -webkit-transition: left .5s cubic-bezier(0, 1, .5, 1);
  transition: left .5s cubic-bezier(0, 1, .5, 1)
}
.l-top-nav.is-open + .l-top-nav__bg {
  display: block;
  z-index: 1040
}
.l-top-nav__close-menu {
  position: fixed;
  top: .95rem;
  right: 5rem;
  align-items: center;
  color: #222;
  display: none;
  justify-content: flex-end;
  text-decoration: none;
  text-transform: uppercase
}
.l-top-nav__close-menu:hover {
  text-decoration: none
}
.l-top-nav__close-menu:active,.l-top-nav__close-menu:focus {
  outline: 0!important
}
.l-top-nav.is-open .l-top-nav__close-menu {
  display: flex
}
.l-top-nav__close-menu-ico {
  background: url(https://cdn.cheaperthandirt.com/skin/frontend/cheaperthandirt/default/images/components/layouts/top-nav/close.svg) no-repeat;
  height: 15px;
  width: 15px;
  margin-left: 5px;
  display: inline-block
}
.l-top-nav__menu {
  border-bottom: 1px solid #e5e5e5
}
@media (min-width:1024px) {
  .l-top-nav {
    background-color: #c62128;
    clear: both;
    left: 0;
    overflow: unset;
    position: relative;
    width: 100%;
    z-index: 19
  }
  .l-top-nav.is-open + .l-top-nav__bg,  .l-top-nav__close-menu,  .l-top-nav__user {
    display: none!important
  }
}
.l-sidebar__nav {
  border-bottom: 1px solid #999;
  margin-bottom: 22px;
  padding-bottom: 22px
}
.l-sidebar__checkout-trust-signals {
  text-align: center
}
.l-sidebar__checkout-address,.l-sidebar__checkout-cc,.l-sidebar__checkout-help {
  margin-top: 22px;
  padding-top: 22px;
  border-top: 1px solid #999
}
.l-content-without-sidebar {
  padding-bottom: 22px;
  padding-top: 0
}
.l-content-with-sidebar__main,.l-content-with-sidebar__sidebar {
  min-height: 1px;
  float: left;
  width: 100%;
  position: static;
  padding: 22px 10px
}
@media (min-width:1024px) {
  .l-content-with-sidebar__main {
    position: relative;
    min-height: 1px;
    padding-left: 10px;
    padding-right: 10px;
    float: left;
    width: 75%
  }
  .l-content-with-sidebar__sidebar {
    position: relative;
    min-height: 1px;
    padding-left: 10px;
    padding-right: 10px;
    float: left;
    width: 25%
  }
  .l-content-with-sidebar_left .l-content-with-sidebar__main {
    left: 25%
  }
  .l-content-with-sidebar_left .l-content-with-sidebar__sidebar {
    right: 75%
  }
  .l-content-with-sidebar > .grid-row {
    display: flex;
    flex-direction: row
  }
}
.l-page__breadcrumbs {
  position: relative;
  z-index: 2
}
.l-page__breadcrumbs + .l-content-without-sidebar {
  padding-top: 16px
}
.l-page .l-content-without-sidebar > .grid-container > .sp-upgrades {
  display: none
}
@font-face {
  font-family: "Barlow Condensed";
  font-style: normal;
  font-weight: 400;
  src: url(https://cdn.cheaperthandirt.com/skin/frontend/cheaperthandirt/default/fonts/barlow-condensed-v12-vietnamese_latin-regular/barlow-condensed-v12-vietnamese_latin-regular.eot);
  src: local(""),url(https://cdn.cheaperthandirt.com/skin/frontend/cheaperthandirt/default/fonts/barlow-condensed-v12-vietnamese_latin-regular/barlow-condensed-v12-vietnamese_latin-regular.eot?#iefix) format("embedded-opentype"),url(https://cdn.cheaperthandirt.com/skin/frontend/cheaperthandirt/default/fonts/barlow-condensed-v12-vietnamese_latin-regular/barlow-condensed-v12-vietnamese_latin-regular.woff2) format("woff2"),url(https://cdn.cheaperthandirt.com/skin/frontend/cheaperthandirt/default/fonts/barlow-condensed-v12-vietnamese_latin-regular/barlow-condensed-v12-vietnamese_latin-regular.woff) format("woff"),url(https://cdn.cheaperthandirt.com/skin/frontend/cheaperthandirt/default/fonts/barlow-condensed-v12-vietnamese_latin-regular/barlow-condensed-v12-vietnamese_latin-regular.ttf) format("truetype"),url(https://cdn.cheaperthandirt.com/skin/frontend/cheaperthandirt/default/fonts/barlow-condensed-v12-vietnamese_latin-regular/barlow-condensed-v12-vietnamese_latin-regular.svg#BarlowCondensed) format("svg");
  font-display: swap
}
@font-face {
  font-family: "Barlow Condensed";
  font-style: normal;
  font-weight: 600;
  src: url(https://cdn.cheaperthandirt.com/skin/frontend/cheaperthandirt/default/fonts/barlow-condensed-v12-vietnamese_latin-600/barlow-condensed-v12-vietnamese_latin-600.eot);
  src: local(""),url(https://cdn.cheaperthandirt.com/skin/frontend/cheaperthandirt/default/fonts/barlow-condensed-v12-vietnamese_latin-600/barlow-condensed-v12-vietnamese_latin-600.eot?#iefix) format("embedded-opentype"),url(https://cdn.cheaperthandirt.com/skin/frontend/cheaperthandirt/default/fonts/barlow-condensed-v12-vietnamese_latin-600/barlow-condensed-v12-vietnamese_latin-600.woff2) format("woff2"),url(https://cdn.cheaperthandirt.com/skin/frontend/cheaperthandirt/default/fonts/barlow-condensed-v12-vietnamese_latin-600/barlow-condensed-v12-vietnamese_latin-600.woff) format("woff"),url(https://cdn.cheaperthandirt.com/skin/frontend/cheaperthandirt/default/fonts/barlow-condensed-v12-vietnamese_latin-600/barlow-condensed-v12-vietnamese_latin-600.ttf) format("truetype"),url(https://cdn.cheaperthandirt.com/skin/frontend/cheaperthandirt/default/fonts/barlow-condensed-v12-vietnamese_latin-600/barlow-condensed-v12-vietnamese_latin-600.svg#BarlowCondensed) format("svg");
  font-display: swap
}
@font-face {
  font-family: "Barlow Condensed";
  font-style: normal;
  font-weight: 700;
  src: url(https://cdn.cheaperthandirt.com/skin/frontend/cheaperthandirt/default/fonts/barlow-condensed-v12-vietnamese_latin-700/barlow-condensed-v12-vietnamese_latin-700.eot);
  src: local(""),url(https://cdn.cheaperthandirt.com/skin/frontend/cheaperthandirt/default/fonts/barlow-condensed-v12-vietnamese_latin-700/barlow-condensed-v12-vietnamese_latin-700.eot?#iefix) format("embedded-opentype"),url(https://cdn.cheaperthandirt.com/skin/frontend/cheaperthandirt/default/fonts/barlow-condensed-v12-vietnamese_latin-700/barlow-condensed-v12-vietnamese_latin-700.woff2) format("woff2"),url(https://cdn.cheaperthandirt.com/skin/frontend/cheaperthandirt/default/fonts/barlow-condensed-v12-vietnamese_latin-700/barlow-condensed-v12-vietnamese_latin-700.woff) format("woff"),url(https://cdn.cheaperthandirt.com/skin/frontend/cheaperthandirt/default/fonts/barlow-condensed-v12-vietnamese_latin-700/barlow-condensed-v12-vietnamese_latin-700.ttf) format("truetype"),url(https://cdn.cheaperthandirt.com/skin/frontend/cheaperthandirt/default/fonts/barlow-condensed-v12-vietnamese_latin-700/barlow-condensed-v12-vietnamese_latin-700.svg#BarlowCondensed) format("svg");
  font-display: swap
}
.blackout {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .7333333333);
  z-index: 1040
}
.blackout i {
  display: none
}
.loader i {
  display: block;
  color: #c62128;
  font-size: 30px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%)
}
.loader i:before {
  animation-name: spinner;
  animation-duration: 1s;
  animation-iteration-count: infinite;
  animation-timing-function: steps(12)
}
@keyframes spinner {
  0% {
    transform: rotate(0)
  }
  100% {
    transform: rotate(359deg)
  }
}
.e-button-add-to-cart {
  background: #090;
  font-family: "Barlow Condensed";
  font-size: 1.4375rem;
  width: 240px
}
.e-button-add-to-cart:active {
  background: #090
}
.e-button-add-to-cart:hover {
  background: #008100
}
@media (max-width:1023.98px) {
  .e-button-add-to-cart {
    width: auto;
    padding-left: 23px;
    padding-right: 23px
  }
}
/*! lightslider - v1.1.3 - 2015-04-14
* https://github.com/sachinchoolur/lightslider
* Copyright (c) 2015 Sachin N; Licensed MIT */
.lSSlideOuter {
  overflow: hidden;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none
}
.lightSlider:after,.lightSlider:before {
  content: " ";
  display: table
}
.lightSlider {
  overflow: hidden;
  margin: 0;
  z-index: 2
}
.lSSlideWrapper {
  max-width: 100%;
  overflow: hidden;
  position: relative
}
.lSSlideWrapper > .lightSlider:after {
  clear: both
}
.lSSlideWrapper .lSSlide {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  -webkit-transition: -webkit-transform 1s,height 1s;
  -moz-transition-property: -moz-transform,height;
  transition-property: transform,height;
  -webkit-transition-duration: inherit!important;
  transition-duration: inherit!important;
  -webkit-transition-timing-function: inherit!important;
  transition-timing-function: inherit!important
}
.lSSlideWrapper .lSFade {
  position: relative
}
.lSSlideWrapper .lSFade > * {
  position: absolute!important;
  top: 0;
  left: 0;
  z-index: 9;
  margin-right: 0;
  width: 100%
}
.lSSlideWrapper.usingCss .lSFade > * {
  opacity: 0;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
  -webkit-transition-duration: inherit!important;
  transition-duration: inherit!important;
  -webkit-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-timing-function: inherit!important;
  transition-timing-function: inherit!important
}
.lSSlideWrapper .lSFade > .active {
  z-index: 10
}
.lSSlideWrapper.usingCss .lSFade > .active {
  opacity: 1
}
.lSSlideOuter .lSPager.lSpg {
  margin: 10px 0 0;
  padding: 0;
  text-align: center
}
.lSSlideOuter .lSPager.lSpg > li {
  cursor: pointer;
  display: inline-block;
  padding: 0 5px
}
.lSSlideOuter .lSPager.lSpg > li a {
  background-color: #222;
  border-radius: 30px;
  display: inline-block;
  height: 8px;
  overflow: hidden;
  text-indent: -999em;
  width: 8px;
  position: relative;
  z-index: 99;
  -webkit-transition: .5s linear;
  transition: .5s linear
}
.lSSlideOuter .lSPager.lSpg > li.active a,.lSSlideOuter .lSPager.lSpg > li:hover a {
  background-color: #428bca
}
.lSSlideOuter .media {
  opacity: .8
}
.lSSlideOuter .media.active {
  opacity: 1
}
.lSSlideOuter .lSPager.lSGallery {
  list-style: none;
  padding-left: 0;
  margin: 0;
  overflow: hidden;
  transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  -webkit-transition-property: -webkit-transform;
  -moz-transition-property: -moz-transform;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none
}
.lSSlideOuter .lSPager.lSGallery li {
  overflow: hidden
}
.lSSlideOuter .lSPager.lSGallery li.active,.lSSlideOuter .lSPager.lSGallery li:hover {
  border-radius: 5px
}
.lSSlideOuter .lSPager.lSGallery img {
  display: block;
  height: auto;
  max-width: 100%
}
.lSSlideOuter .lSPager.lSGallery:after,.lSSlideOuter .lSPager.lSGallery:before {
  content: " ";
  display: table
}
.lSSlideOuter .lSPager.lSGallery:after {
  clear: both
}
.lSAction > a {
  width: 32px;
  display: block;
  top: 50%;
  height: 32px;
  cursor: pointer;
  position: absolute;
  z-index: 99;
  margin-top: -16px;
  opacity: .5;
  -webkit-transition: opacity .35s linear;
  transition: opacity .35s linear;
  background: none
}
.lSAction > a:hover {
  opacity: 1
}
.lSAction > .lSPrev {
  background-position: 0 0;
  left: 10px
}
.lSAction > .lSNext {
  background-position: -32px 0;
  right: 10px
}
.lSAction > a.disabled {
  pointer-events: none
}
.cS-hidden {
  height: 1px;
  opacity: 0;
  overflow: hidden
}
.lSSlideOuter.vertical {
  position: relative
}
.lSSlideOuter.vertical.noPager {
  padding-right: 0!important
}
.lSSlideOuter.vertical .lSGallery {
  position: absolute!important;
  right: 0;
  top: 0
}
.lSSlideOuter.vertical .lightSlider > * {
  width: 100%!important;
  max-width: none!important
}
.lSSlideOuter.vertical .lSAction > a {
  left: 50%;
  margin-left: -14px;
  margin-top: 0
}
.lSSlideOuter.vertical .lSAction > .lSNext {
  background-position: 31px -31px;
  bottom: 10px;
  top: auto
}
.lSSlideOuter.vertical .lSAction > .lSPrev {
  background-position: 0 -31px;
  bottom: auto;
  top: 10px
}
.lSSlideOuter.lSrtl {
  direction: rtl
}
.lSSlideOuter .lSPager,.lSSlideOuter .lightSlider {
  padding-left: 0;
  list-style: none
}
.lSSlideOuter.lSrtl .lSPager,.lSSlideOuter.lSrtl .lightSlider {
  padding-right: 0
}
.lSSlideOuter .lSGallery li,.lSSlideOuter .lightSlider > * {
  float: left
}
.lSSlideOuter.lSrtl .lSGallery li,.lSSlideOuter.lSrtl .lightSlider > * {
  float: right!important
}
@-webkit-keyframes rightEnd {
  0%,  100% {
    left: 0
  }
  50% {
    left: -15px
  }
}
@keyframes rightEnd {
  0%,  100% {
    left: 0
  }
  50% {
    left: -15px
  }
}
@-webkit-keyframes topEnd {
  0%,  100% {
    top: 0
  }
  50% {
    top: -15px
  }
}
@keyframes topEnd {
  0%,  100% {
    top: 0
  }
  50% {
    top: -15px
  }
}
@-webkit-keyframes leftEnd {
  0%,  100% {
    left: 0
  }
  50% {
    left: 15px
  }
}
@keyframes leftEnd {
  0%,  100% {
    left: 0
  }
  50% {
    left: 15px
  }
}
@-webkit-keyframes bottomEnd {
  0%,  100% {
    bottom: 0
  }
  50% {
    bottom: -15px
  }
}
@keyframes bottomEnd {
  0%,  100% {
    bottom: 0
  }
  50% {
    bottom: -15px
  }
}
.lSSlideOuter .rightEnd {
  -webkit-animation: .3s rightEnd;
  animation: .3s rightEnd;
  position: relative
}
.lSSlideOuter .leftEnd {
  -webkit-animation: .3s leftEnd;
  animation: .3s leftEnd;
  position: relative
}
.lSSlideOuter.vertical .rightEnd {
  -webkit-animation: .3s topEnd;
  animation: .3s topEnd;
  position: relative
}
.lSSlideOuter.vertical .leftEnd {
  -webkit-animation: .3s bottomEnd;
  animation: .3s bottomEnd;
  position: relative
}
.lSSlideOuter.lSrtl .rightEnd {
  -webkit-animation: .3s leftEnd;
  animation: .3s leftEnd;
  position: relative
}
.lSSlideOuter.lSrtl .leftEnd {
  -webkit-animation: .3s rightEnd;
  animation: .3s rightEnd;
  position: relative
}
.lightSlider.lsGrab > * {
  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab
}
.lightSlider.lsGrabbing > * {
  cursor: move;
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
  cursor: -o-grabbing;
  cursor: -ms-grabbing;
  cursor: grabbing
}
.b-lightslider {
  list-style: none;
  margin: 0;
  padding: 0;
  height: auto!important
}
.lSNotInitialized {
  display: flex;
  flex-wrap: nowrap
}
.lSNotInitialized > li {
  flex: 0 0 auto
}
.lSSlideOuter .lSPager {
  z-index: 3
}
.lSSlideOuter .lSPager.lSpg > li a {
  z-index: 2;
  width: 20px;
  height: 20px;
  border: 6px solid #fff;
  background: #000;
  opacity: .25;
  transition: .1s ease-out
}
.lSSlideOuter .lSPager.lSpg > li a:focus {
  outline: 0
}
.lSSlideOuter .lSPager.lSpg > li:hover a {
  border-color: #333;
  background: #000;
  opacity: 1
}
.lSSlideOuter .lSPager.lSpg > li.active a {
  border-color: #757575;
  background: #000;
  opacity: .75
}
.lSAction {
  z-index: 3
}
.lSAction > a.lSNext,.lSAction > a.lSPrev {
  background: 0 0;
  border: 0;
  color: transparent;
  cursor: pointer;
  display: block;
  font-size: 0;
  height: 40px;
  line-height: 0;
  margin-top: -.9375rem;
  outline: 0;
  padding: 0;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  width: 40px;
  z-index: 1
}
.lSAction > a.lSNext:hover,.lSAction > a.lSPrev:hover {
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 100%;
  color: transparent;
  outline: 0!important;
  outline-offset: unset!important
}
.lSAction > a.lSNext:before,.lSAction > a.lSPrev:before {
  content: "";
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 14px 14px;
  border: 1px solid #8f8f8f;
  border-radius: 50%;
  display: block;
  height: 40px;
  line-height: 1;
  opacity: 1;
  width: 40px
}
.lSAction > a.lSPrev {
  left: 0
}
.lSAction > a.lSPrev:before {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='42' viewBox='0 0 24 42'%3E%3Cpath d='M22.4572074 1.00746147l-21 20.02482143 20.9479397 19.9751786' stroke='%238f8f8f' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' fill='none' fill-rule='evenodd' /%3E%3C/svg%3E");
  background-position: 45%
}
.lSAction > a.lSPrev:hover:before {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='42' viewBox='0 0 24 42'%3E%3Cpath d='M22.4572074 1.00746147l-21 20.02482143 20.9479397 19.9751786' stroke='%23474747' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' fill='none' fill-rule='evenodd' /%3E%3C/svg%3E")
}
.lSAction > a.lSNext {
  right: 0
}
.lSAction > a.lSNext:before {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='42' viewBox='0 0 24 42'%3E%3Cpath d='M1.45679 1.00746147l21 20.02482143L1.50885 41.0074615' stroke='%238f8f8f' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' fill='none' fill-rule='evenodd' /%3E%3C/svg%3E");
  background-position: 55%
}
.lSAction > a.lSNext:hover:before {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='42' viewBox='0 0 24 42'%3E%3Cpath d='M1.45679 1.00746147l21 20.02482143L1.50885 41.0074615' stroke='%23474747' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' fill='none' fill-rule='evenodd' /%3E%3C/svg%3E")
}
.js-mobile-slider-3.lightSlider.lsGrab > * {
  cursor: default
}
.b-add-to-cart {
  display: flex;
  flex-direction: row;
  justify-content: space-between
}
.b-add-to-cart__dec-btn,.b-add-to-cart__inc-btn {
  border: 1px solid #ccafaf;
  background: 0;
  height: 2.625rem
}
.b-add-to-cart__dec-btn img,.b-add-to-cart__inc-btn img {
  opacity: .3
}
.b-add-to-cart__dec-btn {
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
  border-right: 0
}
.b-add-to-cart__inc-btn {
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
  border-left: 0
}
.b-add-to-cart__increment-form {
  align-items: center;
  display: flex;
  flex-direction: row;
  justify-content: center
}
.b-add-to-cart__input {
  display: inline-block;
  height: 2.625rem;
  padding: 0;
  text-align: center;
  vertical-align: middle;
  width: 3.125rem;
  font-family: "Barlow Condensed",sans-serif;
  font-size: 1.375rem;
  font-weight: 400;
  line-height: 1.5rem
}
.b-collapsible-tabs {
  font-family: "Barlow Condensed"
}
.b-collapsible-tabs .b-collapse__content {
  padding: 24px 0;
  color: #222;
  font-family: Barlow,Helvetica,Arial,sans-serif;
  font-size: 1rem;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.1875
}
@media (max-width:1023.98px) {
  .b-collapsible-tabs .b-collapse__button {
    color: #707070;
    font-size: 1.75rem;
    line-height: 1
  }
  .b-collapsible-tabs .b-collapse__content.mobile-toggle-show:not(.mobile-toggle-hiding),  .b-collapsible-tabs .b-collapse__content.mobile-toggle-showing {
    display: block
  }
}
@media (min-width:1024px) {
  .b-collapsible-tabs__tabs-menu {
    align-items: center;
    border-bottom: 2px solid #e0e0e0;
    display: flex;
    justify-content: space-around;
    margin: 0 auto
  }
  .b-collapsible-tabs__tabs-menu-link {
    display: block;
    padding: 6px 0;
    text-align: center;
    text-decoration: none;
    color: #222;
    font-family: Barlow,Helvetica,Arial,sans-serif;
    font-size: .9375rem;
    line-height: 18px;
    text-transform: uppercase;
    font-weight: 700
  }
  .b-collapsible-tabs__tabs-menu-link:hover {
    text-decoration: none;
    color: inherit
  }
  .b-collapsible-tabs__tabs-menu-link.button-toggle-show:not(.button-toggle-hiding),  .b-collapsible-tabs__tabs-menu-link.button-toggle-showing {
    color: #c62128;
    border-bottom: 2px solid #c62128;
    margin-bottom: -1px
  }
  .b-collapsible-tabs__tabs-menu-link:focus {
    outline: 0!important
  }
  .b-collapsible-tabs .b-collapse__content.toggle-show:not(.toggle-hiding),  .b-collapsible-tabs .b-collapse__content.toggle-showing {
    display: block
  }
}
.b-add-to-wishlist {
  display: inline-flex;
  align-items: center
}
.b-add-to-wishlist:before {
  display: inline-block;
  content: "";
  width: 20px;
  height: 20px;
  background: url(https://cdn.cheaperthandirt.com/skin/frontend/cheaperthandirt/default/images/components/core/icons/wishlist-icon-o-gray.svg);
  margin: 0 5px
}
.b-product-grid-item {
  background-color: #fff;
  transition: .15s ease-in-out;
  border: 1px solid rgba(0, 0, 0, .125);
  text-align: center;
  border-radius: 1px;
  box-shadow: 1px 1px 5px 0 rgba(0, 0, 0, .6);
  display: flex;
  flex-direction: column;
  justify-content: start;
  height: 100%;
  margin-bottom: 0;
  padding: 0;
  position: relative
}
.b-product-grid-item__header {
  display: flex;
  justify-content: space-between;
  width: 100%
}
.b-product-grid-item__wishlist {
  margin: 5px 10px
}
.b-product-grid-item__wishlist:before {
  margin: 0
}
.b-product-grid-item__figure {
  overflow: hidden;
  padding: 3px;
  position: relative;
  margin: 0
}
.b-product-grid-item__figure .b-product-grid-item__link {
  display: block;
  height: 100%;
  position: relative
}
.b-product-grid-item__img-container {
  width: 100%;
  height: auto;
  margin: auto;
  max-height: 292px;
  max-width: 292px
}
.b-product-grid-item__img {
  margin: auto;
  border: 0;
  max-height: 100%;
  object-fit: contain;
  width: 100%
}
.b-product-grid-item__figcaption {
  bottom: 0;
  height: 100%;
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  text-align: center;
  top: 0;
  display: none;
  margin: 0;
  pointer-events: none
}
.b-product-grid-item__figure:hover .b-product-grid-item__figcaption {
  opacity: 1
}
.b-product-grid-item__figcaption-body {
  position: relative;
  top: 50%;
  transform-style: preserve-3d;
  display: inline-block;
  pointer-events: all;
  transform: translate3d(0, -50%, 0);
  z-index: 10
}
.b-product-grid-item__details-container {
  padding: 12px 0 0;
  text-align: center;
  color: #000;
  line-height: 1.5;
  overflow: hidden;
  box-sizing: initial;
  margin: 0 10px 16px;
  width: auto;
  display: flex;
  height: 100%;
  justify-content: space-between;
  flex-direction: column
}
.b-product-grid-item__details {
  align-items: baseline;
  column-gap: .8125rem;
  display: flex;
  flex-direction: column;
  margin-bottom: 3px;
  padding: 0
}
.b-product-grid-item__price {
  font-family: "Barlow Condensed"
}
.b-product-grid-item__price .b-price-regular,.b-product-grid-item__price .b-price-sale {
  color: #c62128;
  font-weight: 700;
  font-size: 1.125rem
}
.b-product-grid-item__price .b-price-regular .price,.b-product-grid-item__price .b-price-sale .price {
  color: #c62128
}
.b-product-grid-item__price .old-price .price {
  color: #757575;
  font-weight: 700
}
.b-product-grid-item__name-container {
  box-sizing: border-box;
  height: fit-content;
  overflow: visible;
  padding: 4px 0 0
}
.b-product-grid-item__name {
  color: #707070;
  font-family: "Barlow Condensed";
  font-size: 1rem;
  font-weight: 600;
  letter-spacing: normal;
  margin: 0;
  padding: 0
}
.b-product-grid-item__name .b-product-grid-item__link {
  margin-top: 0;
  margin-bottom: 0;
  text-decoration: none;
  color: #707070;
  -webkit-box-orient: vertical;
  display: block;
  padding: 0
}
.b-product-grid-item__add-to-cart,.b-product-grid-item__oos-button {
  margin-top: 20px;
  width: 100%
}
.b-product-grid-item__add-to-cart:focus,.b-product-grid-item__oos-button:focus {
  outline: 0!important
}
.b-product-grid-item .b-rating-summary__empty {
  font-size: .75rem;
  color: #757575;
  text-decoration: none
}
@media (min-width:1024px) {
  .b-product-grid-item__figcaption {
    display: block
  }
  .b-product-grid-item__name {
    font-size: 1.125rem;
    font-weight: 700
  }
  .b-product-grid-item__price .b-price-regular .price,  .b-product-grid-item__price .special-price .price {
    font-size: 1.25rem
  }
}
.b-product-grid-carousel__item-container {
  padding: 4px
}
.b-product-grid-carousel .b-lightslider {
  display: flex
}
.b-product-grid-carousel .b-product-grid-item__figure {
  height: 185px
}
.b-product-grid-carousel .b-product-grid-item__name {
  display: -webkit-box;
  font-size: 1rem;
  font-weight: 700;
  height: auto;
  letter-spacing: normal;
  line-height: 1.0625;
  overflow: hidden;
  padding: 0;
  text-align: left;
  text-overflow: ellipsis;
  visibility: visible;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical
}
.b-product-grid-carousel .b-product-grid-item__img-container {
  height: 100%
}
.b-availability__out-of-stock {
  border-style: none;
  display: flex;
  align-items: center;
  font-size: 1rem;
  font-weight: 400;
  padding: 12px 18px;
  position: relative;
  background-color: #e5e5e5;
  color: #000;
  border-radius: 4px;
  margin: 0
}
.b-availability__out-of-stock:before {
  content: "";
  display: inline-block;
  width: 24px;
  height: 24px;
  background: url(https://cdn.cheaperthandirt.com/skin/frontend/cheaperthandirt/default/images/components/core/icons/alert-dark.svg) center no-repeat;
  opacity: .4;
  margin-right: 18px
}
.b-listbox {
  position: relative;
  width: auto;
  min-width: 175px
}
.b-listbox__btn {
  padding-top: 4px;
  padding-bottom: 4px;
  padding-right: 40px;
  text-align: left;
  position: relative;
  width: 100%
}
.b-listbox__btn:after {
  content: "";
  display: block;
  border: 2px solid #c62128;
  border-width: 0 2px 2px 0;
  width: 12px;
  height: 12px;
  position: absolute;
  right: 15px;
  margin-top: -9px;
  top: 50%;
  transform: rotate(45deg)
}
.b-listbox__btn.active:after {
  margin-top: -3px;
  transform: rotate(225deg)
}
.b-listbox__btn-label,.b-listbox__label {
  font-size: .6875rem;
  line-height: 1.18;
  text-transform: uppercase;
  display: block;
  color: #000;
  letter-spacing: normal;
  font-weight: 400
}
.b-listbox__btn-label {
  font-size: .875rem;
  line-height: 1.28;
  text-transform: none
}
.b-listbox__list {
  display: none;
  margin: 0;
  outline: 0;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 3;
  box-shadow: 0 4px 15px rgba(0, 0, 0, .15);
  padding: 8px;
  background: #fff;
  border-radius: 4px;
  min-width: 8.75rem
}
.b-listbox__btn.active + .b-listbox__list {
  display: block
}
.b-listbox__option {
  color: #000;
  background-color: transparent;
  border: none;
  width: 100%;
  padding: 12px 8px;
  white-space: nowrap;
  text-decoration: none
}
.b-listbox__option.active {
  outline: rgba(198, 33, 40, .2) solid 1px
}
.b-listbox__option-text {
  white-space: nowrap;
  color: #000;
  font-size: .875rem;
  line-height: 1.28;
  font-weight: 400
}
.b-product-carousel__item {
  margin: auto;
  max-width: 646px;
  position: relative;
  width: 100%
}
.b-product-carousel a img,.b-product-carousel a picture {
  width: 100%;
  height: auto;
  display: block
}
.b-product-carousel .lSNotInitialized > li {
  display: none;
  width: 100%
}
.b-product-carousel .lSNotInitialized > li:first-child {
  display: block
}
.b-product-carousel .lightSlider > li:not(.active):not(.loaded) img {
  display: none
}
.b-product-carousel .lSSlideOuter .lSPager.lSGallery li {
  padding: 5px
}
.b-product-carousel .lSSlideOuter .lSPager.lSGallery a {
  border: 1px solid #e5e5e5;
  display: flex;
  justify-content: center;
  max-width: 100%;
  height: 100%;
  padding: 2px;
  position: relative;
  width: 100%
}
.b-product-carousel .lSSlideOuter .lSPager.lSGallery a:hover {
  border-color: #333
}
.b-product-carousel .lSSlideOuter .lSPager.lSGallery img {
  display: block;
  max-width: 75px;
  margin: auto
}
.b-product-carousel .easyzoom-flyout {
  width: 100%;
  height: 100%;
  left: 0;
  top: 0
}
.b-product-carousel .easyzoom-flyout img {
  max-width: unset
}
.b-product-related {
  padding: 20px 7px 30px;
  text-align: center
}
.b-product-related__title {
  color: #404040;
  font-size: 1.5rem;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.2083333333;
  margin-bottom: 24px
}
.b-product-shop {
  font-family: "Barlow Condensed"
}
.b-product-shop__price-container {
  display: flex;
  justify-content: space-between;
  align-items: center
}
.b-product-shop__availability {
  color: #fff;
  font-size: 1.25rem;
  font-weight: 900;
  line-height: .85;
  padding: 9px 20px;
  text-transform: uppercase;
  background: #4670e3;
  position: relative
}
.b-product-shop__availability:before {
  position: absolute;
  right: 100%;
  top: 0;
  content: "";
  display: block;
  border-style: solid;
  border-width: 17.5px 10px;
  border-color: transparent #4670e3 transparent transparent
}
.b-product-shop .b-availability {
  margin: 30px auto 15px
}
.b-product-shop__price .old-price,.b-product-shop__saving {
  font-family: Barlow,Helvetica,Arial,sans-serif
}
.b-product-shop__price {
  font-family: "Barlow Condensed";
  display: flex;
  align-items: center;
  width: 60%
}
.b-product-shop__price .b-price-regular,.b-product-shop__price .b-price-sale {
  font-size: 1.875rem;
  font-weight: 700
}
.b-product-shop__price .b-price-sale {
  align-items: center
}
.b-product-shop__price .old-price {
  font-style: normal
}
.b-product-shop__saving {
  margin-left: 7px;
  font-size: 1.5rem
}
.b-product-shop__add-to-cart {
  margin: 24px 0
}
.b-product-shop__info {
  background-color: #eff0f2;
  color: #222;
  font-family: Barlow,Helvetica,Arial,sans-serif;
  font-size: 1.125rem;
  line-height: 1.125;
  padding: 15px
}
@media (max-width:1023.98px) {
  .b-product-shop__saving {
    font-size: 1rem;
    color: #999
  }
  .b-product-shop__price {
    padding: 15px 0
  }
}
.b-product-attributes {
  display: grid;
  grid-template-columns: 1fr 1fr
}
.b-product-attributes__item {
  align-items: center;
  display: flex;
  flex-direction: row;
  width: 100%;
  padding: 7px 0
}
.b-product-attributes__item-label,.b-product-attributes__item-link,.b-product-attributes__item-value {
  color: #707070;
  font-family: "Barlow Condensed";
  font-size: 1.125rem;
  margin: 0;
  padding: 0;
  line-height: 1
}
.b-product-attributes__item-label {
  font-weight: 600;
  width: 50%
}
.b-product-attributes__item-value {
  align-items: center;
  display: flex;
  width: 50%
}
@media (max-width:1023.98px) {
  .b-product-attributes {
    columns: 1;
    display: flex;
    flex-direction: column
  }
  .b-product-attributes__item-label,  .b-product-attributes__item-link,  .b-product-attributes__item-value {
    font-size: 1.3125rem
  }
}
.b-product-share-sc {
  align-items: center;
  display: flex;
  flex-direction: row;
  justify-content: center;
  padding: 30px 0
}
.b-product-share-sc__title {
  font-family: Helvetica,Arial,sans-serif;
  font-size: 1rem;
  font-weight: 400;
  margin-right: 10px
}
.b-product-share-sc__items {
  align-items: center;
  display: flex;
  flex-direction: row;
  justify-content: center
}
.b-product-share-sc__item {
  margin: 0 12px
}
.b-product-share-sc__icon {
  filter: grayscale(100%)
}
.b-product-share-sc__link {
  cursor: pointer
}
.b-product-share-sc__link .b-product-share-sc__icon:hover {
  filter: grayscale(0)
}
.b-product-share-wl__items {
  align-items: center;
  display: flex;
  flex-direction: column;
  padding: 30px 0
}
.b-product-share-wl__item {
  margin: .3125rem 0
}
.b-product-share-wl__link {
  font-family: Helvetica,Arial,sans-serif;
  font-size: 1rem;
  text-decoration: none
}
.b-product-share-wl__link:hover {
  text-decoration: none;
  color: inherit
}
.b-product-share {
  font-family: Barlow,Helvetica,Arial,sans-serif
}
.b-product-share__buttons {
  align-items: center;
  display: flex;
  flex-direction: row;
  font-size: .8125rem;
  font-weight: 400;
  justify-content: center;
  margin: 15px 0
}
.b-product-share__btn {
  align-items: center;
  border: 0;
  display: flex;
  flex-direction: row;
  font-size: .8125rem;
  font-weight: 400;
  height: auto;
  justify-content: center;
  margin: 0 .625rem;
  padding: 0;
  text-transform: none;
  background: none
}
.b-product-share__btn-label {
  color: #0070d2;
  padding: 0 15px 0 5px;
  text-decoration: none
}
.b-product-share__icon {
  max-width: 18px
}
.b-product-share__content {
  overflow: hidden;
  transition: max-height .5s linear;
  max-height: 0
}
.b-product-share__content.toggle-show:not(.toggle-hiding),.b-product-share__content.toggle-showing {
  max-height: 150px
}
.b-product-share__content.toggle-show,.b-product-share__content.toggle-showing {
  border-top: 2px solid #e0e0e0
}
.b-product-share__content.toggle-hiding + .toggle-showing,.b-product-share__content.toggle-showing + .toggle-hiding {
  border-top: 0
}
.b-product-share.lazy-on-hover .b-product-share-sc__icon {
  display: none!important
}
.b-product-ships {
  grid-template-columns: 1fr
}
@media (min-width:1024px) {
  .b-product-share__buttons {
    margin-top: 0
  }
  .b-product-ships .b-product-attributes__item-label {
    width: 25%
  }
  .b-product-ships .b-product-attributes__item-value {
    width: 75%
  }
}
.b-product-reviews-rb__heading {
  font-size: .875rem;
  letter-spacing: normal;
  line-height: 1.1875;
  text-transform: none;
  font-weight: 700;
  color: #000
}
.b-product-reviews-rb__bar-wrap {
  margin-top: 4px;
  display: flex;
  align-items: center;
  text-decoration: none
}
.b-product-reviews-rb__bar-wrap[role=button] {
  cursor: pointer
}
.b-product-reviews-rb__bar-wrap:hover {
  text-decoration: none
}
.b-product-reviews-rb__bar {
  display: inline-block;
  width: calc(100% - 70px);
  height: 1.125rem;
  position: relative;
  background-color: rgba(0, 0, 0, .12);
  margin-right: .25rem
}
.b-product-reviews-rb__bar-progress {
  display: block;
  position: absolute;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #c62128
}
.b-product-reviews-rb__rating {
  min-width: 1.6875rem;
  margin-right: 8px;
  display: flex;
  align-items: center;
  line-height: 1;
  color: #c62128
}
.b-product-reviews-rb__rating:before {
  content: "\ea02";
  font-family: symbols;
  display: inline-block;
  margin: 0 4px 2px 0
}
.b-product-reviews-rb__percent,.b-product-reviews-rb__rating-number {
  font-size: .6875rem;
  letter-spacing: normal;
  line-height: 1.18;
  text-transform: none;
  color: #c62128;
  font-weight: 400;
  white-space: nowrap
}
.b-product-reviews-summary__grid-row {
  padding: 10px 0
}
.b-product-reviews-summary__grid-header {
  border-bottom: 1px solid rgba(0, 0, 0, .25);
  flex: 0 0 100%;
  width: 100%
}
.b-product-reviews-summary__heading {
  font-size: 1.25rem;
  line-height: 1.1;
  font-weight: 700;
  color: #000
}
.b-product-reviews-summary__rating-number {
  font-size: 4rem;
  font-weight: 700;
  color: #000;
  margin-right: 8px;
  line-height: .75
}
.b-product-reviews-summary__rating-text {
  font-size: .875rem;
  letter-spacing: normal;
  line-height: 1.1875;
  text-transform: none;
  font-weight: 400;
  color: #000
}
.b-product-reviews-summary__stars .b-rating-stars {
  font-size: 32px;
  line-height: 1
}
.b-product-reviews-summary__stars .b-rating-stars,.b-product-reviews-summary__stars .b-rating-stars__score:before {
  color: #c62128
}
.b-product-reviews-summary__write-review {
  display: inline-flex;
  align-items: center;
  vertical-align: middle;
  border: 0;
  cursor: pointer;
  text-align: center;
  text-decoration: none;
  white-space: nowrap;
  height: auto;
  min-width: auto;
  max-width: none;
  width: 100%;
  justify-content: center;
  padding: 12px 24px;
  border-radius: 4px;
  font-size: .75rem;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: .0625rem;
  line-height: 1;
  transition: .3s;
  background-color: #c62128;
  color: #fff
}
.b-product-reviews-summary__ratings-breakdown {
  margin-bottom: 32px
}
.b-product-reviews-summary__dim-heading {
  font-size: .875rem;
  line-height: 1.1875;
  display: flex;
  justify-content: center;
  font-weight: 700;
  color: #000
}
.b-product-reviews-summary__dim-select {
  display: inline-flex;
  align-items: center;
  vertical-align: middle;
  cursor: pointer;
  text-align: center;
  white-space: nowrap;
  height: auto;
  min-width: auto;
  max-width: none;
  background-color: transparent;
  border: none;
  padding: 0;
  color: #c62128;
  font-weight: 400;
  font-size: .75rem;
  line-height: 1.3;
  text-transform: none;
  letter-spacing: normal;
  text-decoration: underline
}
.b-product-reviews-summary__dim-select:not(:last-child):after {
  color: #000;
  content: ","
}
@media (min-width:576px) {
  .b-product-reviews-summary__grid-row {
    display: flex;
    flex-wrap: wrap
  }
  .b-product-reviews-summary__grid-col--1 {
    flex: 0 0 auto;
    width: 49%;
    margin-right: 2%
  }
  .b-product-reviews-summary__grid-col--2 {
    flex: 0 0 auto;
    width: 49%
  }
  .b-product-reviews-summary__grid-col--3 {
    flex: 0 0 auto;
    width: 49%;
    margin-right: 2%
  }
}
@media (min-width:768px) {
  .b-product-reviews-summary__grid-col--1,  .b-product-reviews-summary__grid-col--2 {
    flex: 0 0 auto;
    width: 31%;
    margin-right: 3%
  }
  .b-product-reviews-summary__grid-col--3 {
    flex: 0 0 auto;
    width: 32%;
    margin-right: 0
  }
}
.b-product-review {
  border-bottom: 1px solid rgba(0, 0, 0, .12);
  padding: 16px 0 8px;
  color: #000
}
.b-product-review__row {
  display: flex
}
.b-product-review .b-rating-stars,.b-product-review .b-rating-stars__score:before {
  color: #c62128;
  font-size: 24px;
  line-height: 1
}
.b-product-review__heading-text {
  font-size: 1.25rem;
  line-height: 1.1;
  font-weight: 700;
  word-wrap: break-word
}
.b-product-review__author,.b-product-review__date,.b-product-review__purchased,.b-product-review__toolbar-text {
  font-size: .75rem;
  line-height: 1.3
}
.b-product-review__date,.b-product-review__purchased {
  font-weight: 400;
  opacity: .58
}
.b-product-review__text-content {
  font-size: .875rem;
  line-height: 1.1875;
  font-weight: 400;
  word-wrap: break-word
}
.b-product-review__byline {
  word-wrap: break-word
}
.b-product-review__author {
  font-weight: 400;
  vertical-align: middle
}
.b-product-review__badge {
  margin-left: 4px;
  display: inline-flex;
  align-items: center;
  padding: 2px 14px;
  background-color: #c62128;
  border-radius: 8px;
  font-size: .6875rem;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 1px;
  line-height: normal;
  color: #fff;
  vertical-align: middle
}
.b-product-review__toolbar-content {
  display: flex;
  align-items: center
}
.b-product-review__toolbar-content--right {
  margin-left: auto
}
.b-product-review__toolbar-text {
  font-weight: 400;
  white-space: nowrap
}
.b-product-review__vote-button {
  display: inline-flex;
  align-items: center;
  vertical-align: middle;
  cursor: pointer;
  text-align: center;
  text-decoration: none;
  white-space: nowrap;
  height: auto;
  min-width: auto;
  max-width: none;
  margin-left: 16px;
  border: none;
  padding: 4px 0;
  font-size: .75rem;
  font-weight: 400;
  text-transform: none;
  letter-spacing: 0;
  line-height: 1;
  background-color: transparent;
  color: #c62128;
  fill: #c62128
}
.b-product-review__vote-button svg {
  margin-right: 4px
}
.b-product-review__vote-button svg .helpful-on {
  display: none
}
.b-product-review__vote-button:hover {
  color: #6f1216;
  fill: #6f1216
}
.b-product-review__vote-button--down svg {
  transform: rotate(180deg)
}
.b-product-review__vote-button--voted svg .helpful-on {
  display: block
}
.b-product-review__vote-button--voted svg .helpful-off {
  display: none
}
.b-product-review .message {
  margin: 0;
  font-size: 11px;
  line-height: 1.3;
  display: block;
  font-weight: 700;
  text-transform: uppercase;
  color: red
}
.b-product-review-sort .b-listbox__btn {
  border-color: #c62128
}
.b-product-review-sort .b-listbox__option {
  padding: 0
}
.b-product-review-sort .b-listbox__option a {
  padding: 12px 8px;
  display: block;
  text-decoration: none
}
.b-product-review-sort .b-listbox__option a:hover {
  color: inherit;
  text-decoration: none
}
.b-product-review-sort .b-listbox__option a:focus {
  outline: 0
}
.b-product-review-sort .b-listbox__option a:before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 9px;
  border: 3px solid transparent;
  border-width: 0 0 3px 3px;
  transform: rotate(-45deg) translate(0, -50%);
  margin-right: -4px;
  margin-left: 4px
}
.b-product-review-sort .b-listbox__option.active a:before,.b-product-review-star-filter .b-listbox__btn {
  border-color: #c62128
}
.b-product-review-star-filter .b-listbox__option {
  padding: 0
}
.b-product-review-star-filter .b-listbox__option a {
  padding: 12px 8px;
  display: flex;
  align-items: center;
  text-decoration: none
}
.b-product-review-star-filter .b-listbox__option a:hover {
  color: inherit;
  text-decoration: none
}
.b-product-review-star-filter .b-listbox__option a:focus {
  outline: 0
}
.b-product-review-star-filter__icon-wrap {
  border: 2px solid #c62128;
  background: #fff;
  width: 20px;
  height: 20px;
  border-radius: 3px;
  margin-right: 4px;
  position: relative
}
.b-listbox__option.active .b-product-review-star-filter__icon-wrap {
  background: #c62128
}
.b-listbox__option.active .b-product-review-star-filter__icon-wrap:before {
  content: "";
  display: block;
  width: 6px;
  height: 11px;
  border: 2px solid #fff;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
  margin: -7px 0 0 -3px;
  position: absolute;
  top: 50%;
  left: 50%
}
.b-product-review-star-filter .b-rating-stars {
  margin-right: 4px
}
.b-product-review-star-filter .b-rating-stars,.b-product-review-star-filter .b-rating-stars__score:before {
  line-height: 1;
  color: #c62128
}
.review-list,.review-toolbar {
  position: relative
}
.review-loader {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 50;
  background: #fff;
  opacity: .5
}
.b-product-review-list__show-more {
  text-align: center;
  padding: 20px 0;
  border-bottom: 1px solid rgba(0, 0, 0, .12)
}
.b-product-review-list__show-more .e-button {
  display: inline-flex;
  align-items: center;
  vertical-align: middle;
  text-align: center;
  white-space: nowrap;
  justify-content: center;
  padding: 12px 24px;
  border-radius: 4px;
  font-size: .75rem;
  font-weight: 500;
  letter-spacing: .0625rem;
  line-height: 1;
  transition: .3s
}
.b-product-review-toolbar {
  display: flex;
  flex-wrap: wrap
}
.b-product-review-toolbar .b-product-review-filters {
  width: 100%
}
.b-product-review-toolbar .b-product-review-star-filter {
  order: 2
}
.b-product-review-toolbar .b-product-review-filters-state {
  order: 3;
  width: 100%;
  margin-top: 12px
}
@media (max-width:1023.98px) {
  .b-product-review-toolbar .b-listbox,  .b-product-review-toolbar .b-product-review-sorter {
    width: 100%;
    margin-bottom: 16px
  }
  .b-product-review-filters-state {
    overflow-x: scroll;
    overflow-y: hidden;
    white-space: nowrap
  }
}
@media (min-width:1024px) {
  .b-product-review-toolbar .b-listbox {
    margin: 0 8px 4px 0
  }
}
.b-product-review-filters-state {
  width: 100%;
  -webkit-overflow-scrolling: touch;
  display: flex;
  align-items: center;
  flex-wrap: wrap
}
.b-product-review-filters-state__clear,.b-product-review-filters-state__filter {
  text-transform: uppercase;
  letter-spacing: .0625rem;
  line-height: 1;
  margin-bottom: 8px
}
.b-product-review-filters-state__clear {
  font-size: .75rem;
  font-weight: 700;
  color: #c62128
}
.b-product-review-filters-state__clear:hover {
  color: #a71c21
}
.b-product-review-filters-state__filter {
  cursor: pointer;
  padding: 6px 8px;
  border-radius: 6.25rem;
  font-size: .6875rem;
  font-weight: 500;
  transition: .3s;
  background-color: #c62128;
  color: #fff;
  display: inline-flex;
  align-items: center;
  vertical-align: middle;
  border: 0;
  text-align: center;
  text-decoration: none;
  white-space: nowrap;
  height: auto;
  min-width: auto;
  max-width: none
}
.b-product-review-filters-state__filter + .b-product-review-filters-state__filter {
  margin-left: 4px
}
.b-product-review-filters-state__close-icon {
  position: relative;
  width: 10px;
  height: 10px;
  margin-left: 8px;
  display: block
}
.b-product-review-filters-state__close-icon:after,.b-product-review-filters-state__close-icon:before {
  content: "";
  display: block;
  width: 12px;
  height: 2px;
  background: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -1px 0 0 -6px
}
.b-product-review-filters-state__close-icon:before {
  transform: rotate(-45deg)
}
.b-product-review-filters-state__close-icon:after {
  transform: rotate(45deg)
}
.b-product-review-no-reviews__body {
  padding: 16px 0
}
.b-product-review-no-reviews__write-review-wrap {
  text-align: center
}
.b-product-review-no-reviews__write-review-wrap .e-button {
  display: inline-block;
  width: auto
}
.b-product-qa-list {
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: left
}
.b-product-qa-list__item {
  border-top: 1px solid #aeaeae;
  position: relative;
  display: flex;
  padding: 16px 8px 16px 0
}
.b-product-qa-item {
  display: flex
}
.b-product-qa-item__icon-container {
  min-width: 56px;
  text-align: center
}
.b-product-qa-item__icon {
  opacity: .58
}
.b-product-qa-item__question {
  font-size: 1.25rem;
  letter-spacing: normal;
  line-height: 1.1;
  text-transform: none;
  font-weight: 700;
  color: #000;
  margin: 0 0 4px
}
.b-product-qa-item__byline {
  box-sizing: border-box;
  margin-top: 4px;
  word-wrap: break-word
}
.b-product-qa-item__byline-item {
  font-size: 12px;
  letter-spacing: normal;
  line-height: 1.3;
  text-transform: none;
  color: #666;
  font-weight: 400;
  vertical-align: middle;
  white-space: nowrap
}
.b-product-qa-item__byline-dot {
  box-sizing: border-box;
  display: inline-block;
  font-size: .875rem;
  position: relative;
  top: -.1875rem;
  width: .1875rem;
  height: .1875rem;
  background-color: #c1c1c1;
  border-radius: 50%
}
.b-product-qa-item__answer {
  line-height: 1.4;
  padding: 16px 0 0;
  margin-top: 4px
}
.b-product-qa-item__answer-label {
  color: #c62128;
  font-weight: 700
}
.b-product-qa-item__answer-text {
  color: #000;
  font-size: 1rem;
  line-height: 1.3
}
.b-product-qa-item__badge {
  display: inline-flex;
  align-items: center;
  padding: .125rem .875rem;
  background-color: #c62128;
  border-radius: .5rem;
  font-size: .6875rem;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: .0625rem;
  line-height: normal;
  color: #fff;
  vertical-align: middle
}
.b-product-qa-item__byline-author {
  color: #000
}
.b-product-qa-form {
  text-align: left
}
.b-product-qa-form__title {
  display: block;
  margin: 0 0 .5rem;
  color: #000
}
.b-product-qa-form .b-form__control {
  margin-bottom: 24px
}
.b-product-qa-form .b-form__control input,.b-product-qa-form .b-form__control textarea {
  border-color: #c62128
}
.b-product-qa-form .e-button-submit {
  height: auto;
  font-size: .75rem;
  font-weight: 500;
  letter-spacing: .0625rem;
  padding: 12px 24px;
  border-radius: 4px
}
@media (min-width:768px) {
  .b-product-qa-form__email,  .b-product-qa-form__name {
    width: 50%
  }
}
.b-product-qa {
  text-align: left
}
.easyzoom {
  position: relative;
  display: inline-block
}
.easyzoom img {
  vertical-align: bottom
}
.easyzoom.is-loading img {
  cursor: progress
}
.easyzoom.is-ready img {
  cursor: crosshair
}
.easyzoom.is-error img {
  cursor: not-allowed
}
.easyzoom-notice {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 150;
  width: 10em;
  margin: -1em 0 0 -5em;
  line-height: 2em;
  text-align: center;
  background: #fff;
  box-shadow: 0 0 10px #888
}
.easyzoom-flyout {
  position: absolute;
  z-index: 100;
  overflow: hidden;
  background: #fff
}
.easyzoom--overlay .easyzoom-flyout {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%
}
.easyzoom--adjacent .easyzoom-flyout {
  top: 0;
  left: 100%;
  width: 100%;
  height: 100%;
  margin-left: 20px
}
.p-product__container {
  max-width: 1315px;
  margin: 0 auto
}
.p-product__name {
  color: #707070;
  font-family: "Barlow Condensed";
  font-size: 1.625rem;
  font-weight: 700;
  line-height: 1.3846153846;
  display: block;
  margin: 0;
  padding: 0
}
.p-product__rating-summary {
  padding: 16px 0
}
.p-product__desc {
  clear: both
}
.p-product__details {
  margin-bottom: 24px
}
.p-product__brand-title {
  color: #707070;
  font-family: "Barlow Condensed";
  font-size: 1.25rem;
  font-weight: 600;
  margin: 0
}
.p-product__brand-title a {
  color: #707070;
  text-decoration: none;
  display: inline-block
}
.p-product__brand-title a:hover {
  color: inherit;
  text-decoration: underline
}
@media (max-width:1023.98px) {
  .catalog-product-view .l-page__breadcrumbs li:last-child {
    display: none
  }
  .p-product__brand-title {
    border-bottom: 1px solid #e5e5e5
  }
  .p-product__brand-title,  .p-product__brand-title a {
    color: #999;
    font-size: 1.125rem;
    font-weight: 500;
    letter-spacing: .0625rem;
    line-height: 1.4444444444
  }
  .p-product__rating-summary {
    border-bottom: 1px solid #e5e5e5
  }
  .p-product .b-product-share {
    overflow: hidden;
    border-top: 1px solid #e5e5e5
  }
}
@media (min-width:1024px) {
  .p-product__name {
    margin-top: 24px;
    margin-bottom: 10px
  }
  .p-product__image {
    width: 60%;
    margin-bottom: 24px;
    float: left;
    padding: 0 16px 0 6px
  }
  .p-product__details {
    clear: right;
    float: right;
    width: 40%
  }
  .p-product__tabs .b-collapsible-tabs__tabs-menu:after,  .p-product__tabs .b-collapsible-tabs__tabs-menu:before {
    content: "";
    display: block
  }
}
@media (min-width:1024px) and (max-width:1100px) {
  .p-product__details--data {
    padding: 0 0 0 5px
  }
}
