﻿/* FONT FACES */
@font-face {
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  /* or block, swap, fallback, optional */
  src: local('Awesome Font'), url('../fonts/Source_Sans_Pro/SourceSansPro-Light.ttf') format('truetype');
}
@font-face {
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  /* or block, swap, fallback, optional */
  src: local('Awesome Font'), url('../fonts/Source_Sans_Pro/SourceSansPro-Regular.ttf') format('truetype');
}
@font-face {
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  /* or block, swap, fallback, optional */
  src: local('Awesome Font'), url('../fonts/Source_Sans_Pro/SourceSansPro-SemiBold.ttf') format('truetype');
}
@font-face {
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  /* or block, swap, fallback, optional */
  src: local('Awesome Font'), url('../fonts/Source_Sans_Pro/SourceSansPro-Bold.ttf') format('truetype');
}
@font-face {
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  /* or block, swap, fallback, optional */
  src: local('Awesome Font'), url('../fonts/Source_Sans_Pro/SourceSansPro-Black.ttf') format('truetype');
}
body {
  max-width: 100%;
  overflow-x: hidden;
  background-color: #fff;
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 1px;
  color: #777;
}
body p {
  line-height: 1.6em;
  font-size: 18px;
  letter-spacing: 0;
  color: black;
  font-weight: 400;
}
.header-menu {
  font-weight: 400;
}
.item-box .product-title {
  font-size: 16px;
  letter-spacing: 0.5px;
  font-weight: 400;
}
.overview .product-name h1 {
  font-size: 24px;
}
@media (min-width: 1201px) {
  .header-menu > ul > li > a,
  .header-menu > ul > li > span {
    display: block;
    box-shadow: 0 1px 0 0 transparent;
    padding: 2px 0;
    font-size: 15px;
    text-transform: uppercase;
    color: #222;
    cursor: pointer;
    transition: box-shadow 0.5s ease, color 0.2s ease;
  }
}
input[type="checkbox"] + label[for^="product_attribute"]:before {
  color: black;
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 27px;
  margin: auto;
  border: 1px solid #c5c5c5;
  box-shadow: inset 0 0 0 2px #fff;
  background-color: transparent;
  left: 10px;
}
input[type="radio"] + label[for^="product_attribute"]:before {
  /*-webkit-appearance: checkbox;*/
  /* Chrome, Safari, Opera */
  /*-moz-appearance: checkbox;*/
  /* Firefox */
  /*-ms-appearance: checkbox;*/
  /* not currently supported */
  border-radius: 0;
  color: black;
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 27px;
  margin: auto;
  border: solid #1a233f 2px;
  box-shadow: inset 0 0 0 2px #fff;
  background-color: transparent;
  left: 10px;
}
input[type="radio"]:checked + label[for^="product_attribute"]:before {
  /*-webkit-appearance: checkbox;*/
  /* Chrome, Safari, Opera */
  /*-moz-appearance: checkbox;*/
  /* Firefox */
  /*-ms-appearance: checkbox;*/
  /* not currently supported */
  border-radius: 0;
  color: white !important;
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 27px;
  margin: auto;
  border: solid #1a233f 4px;
  box-shadow: none;
  background-color: black;
  left: 10px;
  z-index: -100;
}
input[type="radio"]:checked + label[for^="product_attribute"],
input[type="checkbox"]:checked + label[for^="product_attribute"] {
  color: white !important;
}
dd[id^="product_attribute"] ul.option-list li {
  margin: 0 3px;
  display: inline-block;
}
/*Topics*/
#ph-topic .page-body {
  font-family: 'Source Sans Pro', sans-serif;
}
#ph-topic .page-body h2 {
  font-size: 1.6em;
}
#ph-topic .page-body h3 {
  font-size: 1.4em;
}
#ph-topic .page-body h2,
#ph-topic .page-body h3 {
  font-family: 'Source Sans Pro', sans-serif;
  letter-spacing: 0.5px;
  font-weight: 400;
  color: #ff6a00;
  margin: 0.5em 0 1em;
}
#ph-topic .page-body p {
  font-size: 1.2em;
  font-weight: 300;
  letter-spacing: 0px;
}
/*Product Attributes*/
.image-squares .tooltip-container {
  bottom: 56px;
  left: -179px;
  width: 400px;
  height: 400px;
}
.ui-tabs .ui-tabs-panel {
  text-align: left;
}
[id^=quickTab] {
  font-family: 'Source Sans Pro', sans-serif;
  text-align: left;
}
[id^=quickTab] h2 {
  font-size: 1.6em;
}
[id^=quickTab] h3 {
  font-size: 1.4em;
}
[id^=quickTab] h2,
[id^=quickTab] h3 {
  font-family: 'Source Sans Pro', sans-serif;
  letter-spacing: 0.5px;
  font-weight: 400;
  color: #ff6a00;
  margin: 0.5em 0 1em;
}
[id^=quickTab] p {
  font-size: 1.2em;
  font-weight: 300;
  letter-spacing: 0px;
}
@media all and (max-width: 768px) {
  .image-squares .tooltip-container {
    bottom: 56px;
    left: -79px;
    width: 200px;
    height: 200px;
  }
}
.footer-text p.text {
  color: white;
  font-size: 14px;
}
.intelli-dev a span.inw {
  color: black;
}
.intelli-dev a span.inb {
  color: black;
  font-weight: 800;
}
.intelli-dev img {
  display: inline-block;
  margin-bottom: -2px !important;
  margin-left: 5px;
}
/* Custom Mobile Language Selector */
/*@media all and (min-width: 501px) {

    select#customerlanguage {
        border: 0 none !important;
        padding: 0  !important;
    }
}
@media all and (min-width: 769px){
    select#customerlanguage {
        border: 0 none !important;
        padding: 0  !important;
    }
}
@media all and (min-width: 1025px){

}*/
@media all and (min-width: 1201px) {
  .responsive-nav-wrapper .language-button {
    display: none;
  }
}
@media all and (min-width: 1501px) {
  .responsive-nav-wrapper .language-button {
    display: none;
  }
}