<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#BoltFilterContainer {
  margin-bottom: 40px; }
  #BoltFilterContainer .Heading {
    font-size: 18px;
    color: #14479e;
    font-weight: bold;
    margin-bottom: 5px; }
  #BoltFilterContainer .BoltStyleContainer {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 10px; }
    #BoltFilterContainer .BoltStyleContainer .BoltStyle {
      width: 23%;
      display: block;
      margin-bottom: 20px;
      cursor: pointer;
      overflow: hidden; }
      #BoltFilterContainer .BoltStyleContainer .BoltStyle .Inner {
        border: solid 2px #B0B0B0;
        position: relative;
        overflow: hidden; }
        #BoltFilterContainer .BoltStyleContainer .BoltStyle .Inner .Image {
          width: 100%;
          height: 180px;
          display: flex;
          justify-content: center;
          flex-direction: column;
          transition: all .4s ease; }
          #BoltFilterContainer .BoltStyleContainer .BoltStyle .Inner .Image img {
            -webkit-transition: all 0.3s ease;
            -moz-transition: all 0.3s ease;
            -ms-transition: all 0.3s ease;
            -o-transition: all 0.3s ease;
            transition: all 0.3s ease;
            vertical-align: middle; }
            #BoltFilterContainer .BoltStyleContainer .BoltStyle .Inner .Image img:hover {
              -webkit-transform: scale(1.02);
              /* Safari and Chrome */
              -moz-transform: scale(1.02);
              /* Firefox */
              -ms-transform: scale(1.02);
              /* IE 9 */
              -o-transform: scale(1.02);
              /* Opera */
              transform: scale(1.02); }
          #BoltFilterContainer .BoltStyleContainer .BoltStyle .Inner .Image img {
            width: 100%; }
        #BoltFilterContainer .BoltStyleContainer .BoltStyle .Inner .Text {
          width: 100%;
          text-align: center;
          font-size: 18px;
          color: #202020;
          bottom: 5px;
          position: absolute;
          left: 0; }
      #BoltFilterContainer .BoltStyleContainer .BoltStyle:hover .Inner {
        border-color: #202020; }
      #BoltFilterContainer .BoltStyleContainer .BoltStyle.Selected .Inner {
        border-color: #CC000D; }
  #BoltFilterContainer .BoltValueContainer {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 20px; }
    #BoltFilterContainer .BoltValueContainer .BoltValue {
      display: block;
      cursor: pointer;
      width: 23%;
      margin-bottom: 10px; }
      #BoltFilterContainer .BoltValueContainer .BoltValue .Inner {
        width: 100%;
        border: solid 2px #202020;
        display: block;
        height: 40px;
        line-height: 40px;
        font-size: 18px;
        text-align: center;
        white-space: nowrap; }
      #BoltFilterContainer .BoltValueContainer .BoltValue.Selected .Inner {
        border-color: #CC000D; }
    #BoltFilterContainer .BoltValueContainer .BoltValueDummy {
      height: 1px;
      width: 23%; }

#BoltPartContainer #BoltPartListing {
  width: 100%; }
  #BoltPartContainer #BoltPartListing thead {
    border-bottom: solid 1px #C8C8C8;
    border-top: solid 1px #C8C8C8; }
    #BoltPartContainer #BoltPartListing thead th {
      font-size: 14px;
      font-weight: bold;
      padding: 5px !important; }
  #BoltPartContainer #BoltPartListing tbody {
    border-bottom: solid 1px #C8C8C8; }
    #BoltPartContainer #BoltPartListing tbody tr td {
      text-align: center;
      font-size: 14px;
      padding: 5px !important; }
      #BoltPartContainer #BoltPartListing tbody tr td.Wrap {
        white-space: normal;
        width: 170px;
        text-align: center; }
      #BoltPartContainer #BoltPartListing tbody tr td.Image img {
        width: 100px; }
      #BoltPartContainer #BoltPartListing tbody tr td img.BoltWarning {
        width: 20px;
        margin-left: 2px; }
      #BoltPartContainer #BoltPartListing tbody tr td .Stock img {
        margin-right: 5px; }
      #BoltPartContainer #BoltPartListing tbody tr td .Price .PriceNice .PriceFaded .Before {
        display: none; }
      #BoltPartContainer #BoltPartListing tbody tr td .Price .PriceNice .PriceFaded .TheValue {
        color: #B0B0B0;
        text-decoration: line-through;
        font-size: 14px; }
      #BoltPartContainer #BoltPartListing tbody tr td .Price .PriceNice .PriceMain .Now {
        display: none; }
      #BoltPartContainer #BoltPartListing tbody tr td .Price .PriceNice .PriceMain .TheValue {
        font-size: 16px;
        color: #000000;
        font-weight: bold; }
      #BoltPartContainer #BoltPartListing tbody tr td .AmountSelection {
        font-weight: bold;
        font-size: 14px;
        position: relative;
        width: 100%;
        -webkit-appearance: none;
        padding: 5px 10px;
        border: none;
        color: #202020;
        height: 40px;
        background-repeat: no-repeat;
        background-color: #EEF2F3;
        background-size: 14px;
        background-position: right 5px center;
        border-bottom: solid 1px #B0B0B0; }

#BoltPartContainer #BoltAmountWarning {
  overflow: hidden;
  margin-top: 10px;
  margin-left: 370px; }
  #BoltPartContainer #BoltAmountWarning img {
    float: left;
    height: 20px; }
  #BoltPartContainer #BoltAmountWarning span {
    display: block;
    float: left;
    font-weight: normal;
    height: 20px;
    line-height: 20px;
    margin-left: 10px;
    font-size: 18px; }

@media only screen and (max-width: 999px) {
  #BoltFilterContainer .Heading {
    font-size: 30px;
    margin-bottom: 10px; }
  #BoltFilterContainer .BoltStyleContainer {
    margin-bottom: 40px; }
    #BoltFilterContainer .BoltStyleContainer .BoltStyle {
      width: 32%; }
      #BoltFilterContainer .BoltStyleContainer .BoltStyle .Inner .Text {
        font-size: 24px; }
  #BoltFilterContainer .BoltValueContainer {
    justify-content: space-between;
    margin-bottom: 40px; }
    #BoltFilterContainer .BoltValueContainer .BoltValue {
      width: 32%;
      min-width: unset;
      margin-right: 0; }
      #BoltFilterContainer .BoltValueContainer .BoltValue .Inner {
        font-size: 30px;
        height: 50px;
        line-height: 50px; }
  #BoltPartContainer #BoltPartListing.ResponsiveTable tr {
    border-top: 2px solid #202020;
    border-bottom: 2px solid #202020; }
  #BoltPartContainer #BoltPartListing tbody tr td {
    text-align: right;
    font-size: 24px;
    margin: 0 0 10px 0;
    padding: 0 !important; }
    #BoltPartContainer #BoltPartListing tbody tr td:before {
      float: unset;
      text-align: center;
      width: 100%;
      font-weight: normal; }
    #BoltPartContainer #BoltPartListing tbody tr td .Inner {
      float: unset;
      width: 100%;
      margin-bottom: 20px;
      text-align: center;
      margin-top: 5px;
      font-weight: bold;
      font-size: 30px; }
    #BoltPartContainer #BoltPartListing tbody tr td.Wrap {
      text-align: right;
      width: unset;
      white-space: nowrap; }
    #BoltPartContainer #BoltPartListing tbody tr td.Image {
      text-align: center;
      margin: 0; }
      #BoltPartContainer #BoltPartListing tbody tr td.Image img {
        width: 60%; }
    #BoltPartContainer #BoltPartListing tbody tr td .Price {
      display: flex;
      justify-content: center;
      margin-top: 0; }
      #BoltPartContainer #BoltPartListing tbody tr td .Price .PriceNice {
        display: flex;
        justify-content: start;
        flex-direction: column; }
        #BoltPartContainer #BoltPartListing tbody tr td .Price .PriceNice .PriceFaded {
          text-align: center;
          margin-bottom: 5px; }
          #BoltPartContainer #BoltPartListing tbody tr td .Price .PriceNice .PriceFaded .Before {
            display: none; }
          #BoltPartContainer #BoltPartListing tbody tr td .Price .PriceNice .PriceFaded .TheValue {
            color: #B0B0B0;
            text-decoration: line-through;
            font-size: 24px; }
        #BoltPartContainer #BoltPartListing tbody tr td .Price .PriceNice .PriceMain {
          text-align: center; }
          #BoltPartContainer #BoltPartListing tbody tr td .Price .PriceNice .PriceMain .Now {
            display: none; }
          #BoltPartContainer #BoltPartListing tbody tr td .Price .PriceNice .PriceMain .TheValue {
            font-size: 40px;
            color: #000000;
            font-weight: bold; }
    #BoltPartContainer #BoltPartListing tbody tr td .BoltAmount {
      display: flex;
      justify-content: center;
      margin-bottom: 0; }
      #BoltPartContainer #BoltPartListing tbody tr td .BoltAmount .AmountSelection {
        font-size: 40px;
        width: 100%;
        height: 70px;
        text-align: -moz-center;
        text-align: -webkit-center;
        text-align: center;
        text-align-last: center;
        -ms-text-align-last: center;
        -moz-text-align-last: center; }
  #BoltPartContainer #BoltPartListing tbody tr .BoltBuy {
    display: flex;
    justify-content: center;
    margin-bottom: 40px;
    flex-direction: column; }
    #BoltPartContainer #BoltPartListing tbody tr .BoltBuy .NormalButton.BuyNow {
      width: 100%;
      font-size: 40px;
      height: 70px;
      line-height: 70px; }
    #BoltPartContainer #BoltPartListing tbody tr .BoltBuy .Stock {
      display: flex;
      justify-content: center;
      overflow: hidden;
      margin-top: 10px; }
      #BoltPartContainer #BoltPartListing tbody tr .BoltBuy .Stock img {
        width: 20px;
        height: 20px;
        margin-top: 2px; } }

@media only screen and (max-width: 740px) {
  #BoltFilterContainer .BoltStyleContainer .BoltStyle {
    width: 49%; }
  #BoltFilterContainer .BoltValueContainer .BoltValue {
    width: 49%; }
  #BoltFilterContainer .BoltValueContainer .BoltValueDummy {
    width: 49%; } }

@media only screen and (max-width: 500px) {
  #BoltFilterContainer .BoltStyleContainer .BoltStyle {
    width: 100%;
    margin-bottom: 10px; }
  #BoltFilterContainer .BoltValueContainer .BoltValue {
    width: 100%; }
  #BoltFilterContainer .BoltValueContainer .BoltValueDummy {
    display: none; } }
</pre></body></html>