@font-face {
    font-family: 'Bahnschrift';
    src: url('/assets/fonts/Bahnschrift.woff2') format('woff2'),
        url('/assets/fonts/Bahnschrift.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}


html, body
{
  font-family: 'Bahnschrift', sans-serif !important;
}
#SEOContent
{
  margin-top: 20px;
}
#SEOContent p
{

  text-align: justify;
}
#SEOContent img
{
  text-align: center;
  max-height: 300px;
  margin-top: 20px;
  margin-bottom: 20px;
  max-width: 100%;
}
#SEOContent h1,#SEOContent h2, #SEOContent h3
{
  font-weight: 800;
  color: var(--tfblack);
  line-height: 24px;
  text-transform: uppercase;
  margin-bottom: 20px;
  font-size: 1.7em;
}
#SEOContent h2
{
  font-size: 1.6em;
}
#SEOContent h3
{
  font-size: 1.1em;;
}
.HeaderCenter
{
  font-size: 1.3em;
  font-weight: 500;
  padding-top: 6px;
  padding-bottom: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.HeaderGradient
{
  width: 100%;
  height: 8px;
  background-image: url('/assets/images/gradient.png');
  bottom: 0px;
}
.ProductByCat
{
  font-size: 26px;
  font-weight: 900;
  text-transform: uppercase;
  color: black;
  padding-left: 20px;
}
a
{
  text-decoration: none;
  color: inherit;
}
.SystemTotals
{
  font-size: 18px;
  font-weight: bold;
  color: black;
}
.ProductPart, .SystemCategoryDescription
{
  font-weight: 400;
  color: var(--tfblack);
  font-size: 14px;
}
.SystemCategoryDescription
{
  margin-bottom: 15px;
  text-transform: none !important;
}

.SystemCategory
{
  display: block;
  text-transform: capitalize !important;
  font-size: 16px;
  font-weight: bold;
  border-bottom: 1px solid var(--tfblack);
  padding-bottom: 5px;
  margin-bottom: 20px;
}
.StickyRow
{
  position: sticky;
  top: 0px;
  background-color: white;
  z-index: 10;
}
.SystemShow
{
  color: var(--tfblack);
  text-transform: uppercase;
  border: none;
  background-color: transparent;
  width: 100%;
  margin-right: 5px;
  font-weight: 900;
  font-size: 1.2em;
}
.fa-shopping-cart:hover
{
  color: var(--tforange);
}
.ButtonProduct:hover
{
  background-color: var(--tfnavy);
}
.ProceedOrange
{
  cursor: pointer;
  background-color: var(--tforange);
  font-size: 1.2em;
  text-transform: uppercase;
  padding:5px;
  text-align:center;
  color: var(--tfwhite);
}
.AddOrange, .BlackPrice
{
  background-color: var(--tforange);
  font-size: 1.7em;
  text-transform: uppercase;
  padding-top: 10px;
  padding-bottom: 10px;
  text-align:center;
  color: var(--tfwhite);
  line-height: 40px;
}

.BlackPrice
{
  background-color: var(--tfblack);
  display: flex;
  justify-content: center;
}
.ProductFooterText
{
  background-color: var(--tflgrey);
  padding: 25px 20px;
  color: #555;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0.5px;
  word-wrap: break-word;
  color: var(--tfblack) !important;
}
.ProductFooter
{
  background-color: var(--tfblack);
  color: var(--tfwhite);
  padding: 5px;
  text-transform: uppercase;
  font-size: 16px;
  cursor: pointer;
  text-align: center;
  align-items: stretch;
  margin-right: 3px;
  flex: 1 1 auto;

}


.ProductFooterSelected
{
  background-color: var(--tfnavy);
}
.ProductDiscount
{
    font-size: 14px;
    font-weight: 400;
    color: #228B22;
    display: inline-block;
    padding-left: 20px;
}

.ProductPageCrossed
{
  text-decoration: line-through;
  color: var(--tflgrey);
  font-size: 0.6em;
  font-weight: 400;
  display: inline-block;
  padding-left: 20px;
}
.ProductDesc
{
  color: #555;
  padding-bottom: 20px;
  border-bottom: 2px dotted #e6e6e6;
  margin-bottom: 20px;
}
.ProductTitle
{
    font-size: 20px;
    font-weight: 800;
    color: var(--tfblack);
    line-height: 24px;
    padding-bottom: 20px;
    text-transform: uppercase;
    margin-bottom: 20px;
    font-size: 1.7em;
}
.ProductBlueText
{
    font-size: 18px;
    color: #00abf3 !important;
    font-weight: 800;
    line-height: 24px;
    font-style: italic;
}
.WeAccept
{
  font-size: 11px;
  font-weight: 900;
  text-transform: none;

}
#ZoomBox
{
  width: 100%;
  height:100%;
  max-height: 100vh;
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 10;
}
#ZoomBox img
{
  max-height: 95%;
  max-width: 95%;
  border: 1px solid var(--tflgrey);
  background-color: white;
}
.ProductBlock
{
  cursor: pointer;
}
.ProductHeadline
{
  margin-top: 15px;
  font-size: 16px;
  cursor: pointer;
  line-height: 20px;
  min-height: 50px;
}
.OrangeDays
{

  color: var(--tforange);
}
.ButtonOrange
{
  text-align: center;
    color: white;
  background-color: var(--tforange);
}
.FilterTop select
{
  padding: 4px;
  border-color: var(--tflgrey);
  color: var(--tfdgrey);
  font-weight: 100;
}
.FilterTop
{
  margin-right: 20px;
}
.ButtonBlack
{
  color: white;
  background-color: var(--tfblack);
  cursor: pointer;
}
.ButtonLGrey
{
  color: black;
  background-color: var(--tflgrey);
}
.ButtonNavy
{
  color: white;
  background-color: var(--tfnavy);
}
.ButtonLGrey, .ButtonOrange, .ButtonBlack, .ButtonNavy
{
  text-transform: uppercase;
  font-size: 1.2em;
  padding-top: 10px;
  padding-bottom: 10px;
  flex: 1 1 auto;
  text-align: center;
  cursor: pointer;
}
.DespatchDays
{
  text-transform: uppercase;
  font-size: 1.4em;
  font-weight: 700;
  text-align: center;
  margin-top: 30px;
}
.ReviewBlock
{
  background-color: var(--tfblack);
  color: var(--tfwhite);
  text-align: center;
  padding: 30px;
}
.ReviewHeading
{
  font-size: 1.7em;
}
.ReviewStars
{
  max-width: 50%;
}
.ReviewImage
{
  position: absolute;
  max-height: 150px;
  bottom: 0px;
  left: 0px;
  width: 100%;
  max-width: 100%;
  overflow: hidden;
}
.ReviewImageParent
{
  min-height: 150px;
  margin-top: 20px;

}
.DespatchDaysBox
{
  background-color: var(--tfblack);
  color: white;
  padding-top: 10px;
  padding-bottom: 10px;
  margin-top: 10px;
  margin-bottom: 10px;
}

.ProductHeadline:hover
{
  color: var(--tfblack);
}
.HomeBox
{
  background-color: var(--tflgrey);
  border-radius: 30px;
  padding: 30px;
  border: 10px solid white;
  align-self: stretch;
}
.HomeBox h1, .HomeBox .h2
{
  font-weight: 900 !important;
  text-transform: uppercase;
  font-size: 1.6em !important;
}
.ProductPrice
{
  font-weight: 700;
  font-size: 17px;
  display: inline-block;
  color: #000;
}
.ProductCrossed
{
  display: inline-block;
  text-decoration: line-through;
  padding-left: 20px;
  color: #a5a5a5;
}
#Search, #Search2
{
  border-radius: 10px !important;
  height: 26px;
}
.ProductCatBoxBorder
{
    border-right: 1px solid #e6e6e6;
    padding: 0px;
}
.ZeroPad
{
  padding: 0px !important;
}
.ProductCat
{
  font-size: 1.2em;
  font-weight: 400;
  padding: 12px 0 12px 0;
  border-left: 5px solid transparent;

  text-transform: capitalize;
  color: var(--tfblack);
  padding-left: 20px;
  cursor: pointer;
}
.ButtonProduct, .ButtonProductOrange
{
  cursor: pointer;
  background-color: var(--tfblack);
  color: var(--tfwhite) !important;
  width: auto;
  display: inline-block;
  padding: 3px 15px 3px 15px;
  font-size: 13px;
}
.ButtonProductOrange
{
  background-color: var(--tforange);
}
.ButtonFilter
{
  background-color: var(--tfblack);
  color: var(--tfwhite);
  padding: 6px 20px 6px 20px;
  font-size: 1.2em;
  cursor: pointer;
  display: inline-block;
}
.ButtonFilterOpen
{
  background-color: var(--tfnavy);
  margin-bottom: 15px;
}
.ProductCatSel
{
  border-image:  url('/assets/images/gradientv.png') 5;
  border-width: 0px 0px 0px 5px;

}
.Footer
{
  background-color: black;
  padding-top: 50px;
  padding-bottom: 50px;
  color: #b8b8b8;
  text-transform: uppercase;
}
.FooterHeader
{
  font-size: 18px;
  color: white;
  margin-bottom: 10px;
}
.Footer a, .HeaderMenu a
{
  text-decoration: none;
  color: inherit;

}
.Footer ul
{
  list-style: none;
  padding-left: 0px;
}
.Footer li
{
  line-height: 24px;

}
.Footer li:hover
{
  color: white;
}

.FooterBar
{
  margin-top: 40px;
  background-color: var(--tfdgrey);
  color: white;
  min-height: 60px;
}
.Header
{
  background-color: var(--tfdgrey);
  color: white;  
  display: flex;
  justify-content: justify-content-between;
  flex-direction: column;

}
.HeaderMenu
{
  padding-top: 25px;
  padding-bottom: 20px;
}
.HeaderIcon .fa, .HeaderIcon .far
{
  font-size: 25px;
  margin-top: 5px;
  margin-right: 5px;
  cursor: pointer;
}
.NewCartTable
{
  width: 100%;
}
.HeaderItem
{
  font-size: 15px;
  margin-left: 20px;
  padding-right: 20px;
  margin-top: 18px;
  display: inline-block;
}
@keyframes rotation {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(180deg);
  }
}
.RotateChevron
{
  animation: rotation 0.2s 1 forwards;
}
@keyframes unrotation {
  from {
    transform: rotate(180deg);
  }
  to {
    transform: rotate(0deg);
  }
}
.UnRotateChevron
{
  animation: unrotation 0.2s 1 forwards;
}
.HeaderItem:hover
{
  color: #00abf3;
}
.HeaderIcon
{
  display: inline-block;
  position: relative;
}
.HeaderIcon:hover
{
  color: var(--tforange);
}

.HeaderIconTotal
{
  font-size: 1.2em;
  color: var(--tforange);
  position: absolute;
  top: 4px;
  text-align: center;
  width: 100%;
  font-weight: 900;
  text-shadow: 2px 2px 2px var(--tfblack);
}
.square
{
  border-radius: 0px !important;
}
.ModalClose
{
  background-image: url('/assets/images/icon-5.png');
  height: 30px;
  width: 40px;
  cursor: pointer;
  margin-right: 30px;
  margin-top: 10px;
}
#CreditCardBox iframe
{
  margin-top: 10px;
  width: 100%;
}

.HomeImage img
{
  max-width: 100%;
  margin-bottom: 15px;
  margin-top: 15px;
}

.MobileMenuDivider
{
  border-bottom: 1px solid #eee;
  height: 10px;
  width: 100%;
  margin-bottom: 10px;
}

.Special
{
  position: absolute;
  top: 10px;
  left: 20px;
  background-color: var(--tforange);
  color: white;
  font-size: 15px;
  font-weight: 500;
  padding: 2px 6px 2px 6px;
  text-align: center;
}

.MobileMenuHeading
{
  padding: 12px;
  color: var(--tfwhite);
  font-size: 1.5em;
}
.MobileMenuTitle
{
      font-size: 18px;
      font-weight: 900;
      text-transform: uppercase;
      color: #404040;
}
.MobileMenuItem, .MobileMenuSubItem
{
    text-decoration: none;
    font-size: 13px;
    padding: 12px;
    font-weight: 500;

    line-height: 16px;
    text-transform: uppercase;
    color: var(--tfwhite);
}
.MobileMenuSubItem
{
  margin-left: 20px;

}
#MobileMenu
{
  top: 0px;
  display:none;
  position: fixed;
  left: 0px;
  width: 300px;
  background-color: var(--tfblack);
  height: 100vh;
  z-index: 1001;
  padding: 12px;
}
.FilterTop select, .FilterTop .ButtonProduct
{
  margin-left: 10px;
  margin-right:0px;
}
.FilterTopBold
{
  font-weight: bold;
  display: inline-block;
}
@media only screen and (min-width: 992px)
{

  .ButtonCartXL
  {
    font-size: 26px;
    margin-top: 2px;
  }
  .ButtonProductXL
  {
    font-size: 15px;
  }

}
@media only screen and (max-width: 992px)
{
  .ButtonWrap
  {
    width: 100%;
    margin-bottom: 5px;
    margin-right: 0px !important;
  }
  .ButtonCartXL
  {
    font-size: 22px;
    margin-top: 4px;
  }

  .Special
  {
    font-size: 12px;
  }
  .ProductFooter
  {
    width: 45%;
    margin-bottom: 6px;
  }
  .FilterTop
  {
    display: block;
    width: 100%;
    margin-top: 5px;
  }
  .FilterTopBold
  {
    min-width: 70px !important;
  }
  #GPUFilter
  {
    max-width: calc(100vw - 150px);
  }
  .HeaderCenter
  {
    font-size: 1em;
  }
  .AddOrange, .BlackPrice
  {
    font-size: 1.4em;
  }
}
