:root {
  --regular-text-color: #000;
  --first-col-width: 24%;
  --shipped-col-count: 4;
  --unshipped-col-count: 7;

  --mobile-bg-color: #d3d3d3 !important;
  --mobile-text-color: #000 !important;
  --mobile-border-color: rgb(191, 191, 191) !important;

}


* {
  margin: 0;
  padding: 0;
}

::-webkit-scrollbar {
  width: 6px;
  height: 6px;
}

::-webkit-scrollbar-track {
  -webkit-border-radius: 10px;
  border-radius: 10px;
}

::-webkit-scrollbar-thumb {
  -webkit-border-radius: 10px;
  border-radius: 10px;
  background: #c42a2e;
}

::-webkit-scrollbar-thumb:window-inactive {
  background: #c42a2e;
}

html {
  height: 100%;
}

body {
  height: 100%;
  font-family: 'Roboto', sans-serif;
  overflow-x: hidden;
	overflow-y: scroll;
}

img {
  border: none;
  max-width: 100%;
}

a {
  color: #111;
  text-decoration: none;
}

.clear {
  clear: both;
}

.clear:after {
  content: '';
  display: block;
  clear: both;
}

.wp-content {
	height: 100%;
  position: relative;
}

.content {
  min-height: 100%;
	height: auto !important;
	height: 100%;
  position: relative;
}

.responsive-menu-trigger {
  float: right;
  height: 77px;
  width: 77px;
  margin-left: 12px;
  background: #edaa08;
  cursor: pointer;
  display: none;
  transition: background .5s;
}

.responsive-menu-trigger:hover {
  background: #d0960b;
}

.responsive-menu-trigger span {
  display: block;
  width: 55px;
  height: 5px;
  margin: 5px auto;
  background: #fff;
}

.responsive-menu-trigger span:first-child {
  margin-top: 25px;
}

.responsive-menu-container {
  display: none;
  width: 100%;
  position: absolute;
  right: 0;
  top: 77px;
  z-index: 11;
}

.responsive-menu-container A:link, .responsive-menu-container A:visited {
  display: block;
  text-align: right;
  padding: 10px 15px 10px 5px;
  background-color: rgba(0, 0, 0, 0.9);
  border-bottom: 1px solid #C3C3C3;
  text-decoration: none;
  color: #FFF;
}

.responsive-menu-container A:hover {
  background: rgba(0,0,0,0.7);
}

.header {
  /*height: 185px;*/
  position: relative;
  z-index: 2;
}

.header-top {
  float: right;
  position: fixed;
  left: 0;
  right: 0;
  z-index: 1;
}

.header-top.minified {
  background: #fff;
}

.logo {
  position: fixed;
  top: 22px;
  left: 50px;
  z-index: 2;
  width: 221px;
  height: 158px;
  background-image: url('/images/logo.png');
  background-size: cover;
  /*transition: background-image .5s;*/
  transition: top .5s, left .5s;
}

.logo.minified {
  width: 200px;
  height: 40px;
  top: 17px;
  z-index: 2;
  left: 10px;
  border: 5px solid #fff;
  background-color: #fff;
  background-image: url('/images/logo-small.png');
}

.inquire-trigger {
  float: right;
  height: 77px;
  line-height: 77px;
  font-size: 16px;
  padding: 0 10px;
  color: #fff;
  text-shadow: 0 0 5px rgba(0,0,0,.5);
  background: #edaa08;
  transition: background .5s;
}

.inquire-trigger:hover {
  background: #d0960b;
}

.product-quote {
  display: inline-block;
  height: 57px;
  line-height: 57px;
  padding: 0 25px;
  font-size: 20px;
  color: #fff;
  margin-bottom: 10px;
  text-shadow: 0 0 5px rgba(0,0,0,.5);
  background: #edaa08;
  transition: background .5s;
}

.product-quote:hover {
  background: #d0960b;
}

.header-search {
  margin: 20px 0 0 7px;
  float: right;
  position: relative;
}

.header-search input[type="text"] {
  margin-top: 3px;
  padding-right: 10px;
  margin-right: 48px;
  height: 32px;
  line-height: 32px;
  text-indent: 10px;
  width: 190px;
  border: 1px solid #c3c4c5;
  border-radius: 3px;
}

.header-search input[type="image"] {
  width: 35px;
  height: 34px;
  position: absolute;
  top: 3px;
  right: 11px;
}

.top-menu {
  float: right;
  margin-top: 30px;
}

.top-menu a {
  margin: 0 23px;
  font-size: 17px;
  color: #000;
  text-transform: uppercase;
}

.top-menu a:hover {
  color: #d0150d;
}

.top-menu .tm-itemS {
  color: #d0150d;
  text-decoration: underline;
}

.header-bottom {
  margin-top: 89px;
  float: right;
  border-bottom: 8px solid #dc0204;
}

.hb-item {
  padding: 10px 30px;
  float: left;
  border-right: 1px solid #ddd;
}

.hb-item:first-child {
  padding-left: 0;
}

.product-tbl {
  max-width: 700px;
  padding: 10px 0;
}

.product-tbl table{
  border: 1px solid #EDEDED;
  padding: 1px;
}

.product-tbl td{
  padding: 2px;
}

.product-tbl td {
  font-size: 8pt;
}

.product-tbl a {
 color: #972839;
 text-decoration: underline;
}

.product-tbl tr.m-odd {
  background-color: #F6F5F5;
}

.product-tbl td.m-header {
  background-color: #333333;
  color: #FFF;
  text-transform: uppercase;
  white-space: nowrap
}

.product-btn {
  width: 100%;
  padding-top: 15px;
}

.product-btn div {
  float: left;
  padding-right: 10px;
}

.p-msg {
  padding-top: 2px;
  color: #0363D3;
}

.hb-item:last-child {
  border: none;
}

.hb-item p {
  font-weight: 300;
  font-size: 14px;
  color: #0d0d0d;
}

.hb-item span {
  font-size: 21px;
  color: #cf1510;
  margin-left: .5em;
}

.hb-addr {
  margin-top: -5px;
}

.google-translate-wrapper {
  display: none;
}

.js-google {
  cursor: pointer;
}

.learn-more {
  display: inline-block;
  padding: 0 30px;
  height: 65px;
  line-height: 65px;
  font-weight: 300;
  font-size: 18px;
  color: #fff;
  background: #dc0204;
  border-radius: 5px;
  transition: background .5s;
}

.learn-more:hover {
  background: #ba0204;
}

.home-cats {
  margin: 40px 0;
  text-align: center;
}

.hc-item {
  display: inline-block;
  vertical-align: top;
  max-width: 445px;
  margin: 0 10px 20px;
  text-align: left;
}

.hc-item:hover {
  opacity: .7;
}

.hc-pic {
  margin-bottom: 1em;
  padding-left: 38px;
}

.hc-item h4,
.hc-item__title {
  font-weight: 300;
  font-size: 36px;
  color: #242424;
  padding-left: 38px;
  background: url('/images/hc-white.jpg') 0 9px no-repeat;
}

.hc-item span {
  max-width: 310px;
  margin-top: 1em;
  padding-left: 38px;
  display: block;
  font-weight: 300;
  font-size: 14px;
}

.sep {
  height: 1px;
  background: #d3d3d3;
}

.text-block {
  margin: 40px 0;
  padding: 0 10px;
  text-align: center;
}

.search-block {
  max-width: 95%;
  margin: 40px auto;
  padding: 0 10px;
  text-align: center;
}

.title-block {
  padding: 0 10px;
}

.tb-wrapper {
  width: 880px;
  float: right;
  padding-top: 15px;
  padding-bottom: 20px;
}

.text-block p {
  max-width: 1060px;
  margin: 0 auto 1em;
  font-weight: 300;
  font-size: 18px;
  color: #272626;
}

.text-block h1,
.title-block h1,
.search-block h1 {
  font-weight: 900;
  font-size: 35px;
  margin-bottom: 1em;
}

.ui-autocomplete {
  position: fixed !important;
  max-width: 300px;
  max-height: 295px;
  overflow-y: auto;
  overflow-x: hidden;
}

.sku-pic {
  max-width: 100px;
}

.scart-btn{
  width: 100%;
  padding-top: 15px;
}

.scart-btn div.sbtn-update{
  float: left;
}

.scart-btn div.sbtn-submit{
  float: right;
  padding-right: 10px;
}

.scart-quote-form{
  padding-top: 20px;
  position: relative;
}

.scart-quote-row{
  width: 100%;
  padding-top: 15px;
}

.scart-quote-row label{
  display: block;
  padding-bottom: 3px;
}

.scart-quote-row input[type="text"],
.scart-quote-row input[type="password"] {
  width: 350px;
  padding: 5px 3px;
  border: 1px solid #B2C0C9;
  font-family: Verdana;
  font-size: 10pt;
  border-radius: 4px;
  box-shadow: 0 0 4px rgba(0,0,0,.4);
}

.scart-quote-row select {
  width: 358px;
  padding: 5px 3px;
  border: 1px solid #B2C0C9;
  font-family: Verdana;
  font-size: 10pt;
  border-radius: 4px;
  box-shadow: 0 0 4px rgba(0,0,0,.4);
}

.scart-quote-row textarea{
  width: 350px;
  padding: 5px 3px;
  border: 1px solid #B2C0C9;
  font-family: Verdana;
  font-size: 10pt;
  border-radius: 4px;
  resize: none;
  box-shadow: 0 0 4px rgba(0,0,0,.4);
}

.scart-update {
  display: none;
}

.search-block h1 span {
  font-size: 18px;
}

.title-block h1 {
  margin-bottom: 0;
}

.title-block h1 span {
  font-weight: 300;
}

.text-block h1 span {
  font-weight: 300;
  font-size: 57px;
  color: #cf1510;
}

.text-block .text-large {
  font-size: 26px
}

.footer {
  font-size: 13px;
  background: #f6f8f9;
}

.f-top {
  padding: 60px 70px 20px;
  color: #0d0d0d;
  border-top: 1px solid #d3d3d3;
}

.f-top a {
  color: #0d0d0d;
}

.f-top a:hover {
  text-decoration: underline;
}

.ft-block {
  display: inline-block;
  vertical-align: top;
  width: 15%;
  margin-right: 1%;
  position: relative;
}

.ft-block:nth-child(2) {
  width: 48%;
}

.ft-block:last-child {
  float: right;
  text-align: right;
  margin-right: 0;
}

.ft-sep {
  position: absolute;
  right: -8px;
  top: 0px;
}

.ft-block img {
  margin-bottom: 30px;
}

.ft-label {
  margin-bottom: 30px;
  font-weight: 500;
  font-size: 16px;
  color: #0f0f0f;
  text-transform: uppercase;
}

.f-bottom .ft-label {
  margin-bottom: 15px;
}

.socials img{
    width: 25px;
}

.socials a:link, .socials a:visited{
    display: inline-block;

}

.ft-menu {
  max-width: 200px;
  list-style: none;
  display: inline-block;
  vertical-align: top;
  margin-right: 55px;
  margin-bottom: 1em;
}

.ft-menu li {
  margin-bottom: 10px;
}

.ft-menu:last-child {
  margin: 0;
}

.f-bottom {
  padding: 20px 70px 40px;
  color: #0d0d0d;
}

.f-bottom a {
  color: #0d0d0d;
}

.f-bottom a:hover {
  text-decoration: underline;
}

.fb-left {
  float: left;
}

.fb-right {
  float: right;
}

.ft-quest {
  font-size: 24px;
  font-weight: 300;
}

.ft-phone {
  font-size: 30px;
  font-weight: 900;
}

.ft-block p {
  float: right;
  margin: 1em 0;
  max-width: 420px;
}

.f-bottom .sep {
  margin-bottom: 30px;
}

.tabs-links-responsive {
  display: none;
}

.tabs-links {
  padding-left: 60px;
  border-top: 1px solid #dfe0e0;
  border-bottom: 1px solid #dfe0e0;
}

.tbl-item {
  float: left;
  height: 69px;
  line-height: 69px;
  padding: 0 74px;
  background: #fff;
  color: #2e3337;
  font-size: 20px;
  margin-right: -1px;
  border-left: 1px solid #d8d9d9;
  border-right: 1px solid #d8d9d9;
  transition: background .5s;
}

.tbl-item:hover {
  color: #d21310;
  text-decoration: underline;
}

.tbl-itemS,
.tbl-itemS:hover {
  color: #fff;
  background: #d21310;
  text-decoration: none;
}

.tabs-links:after {
  content: '';
  display: block;
  clear: both;
}

.tab-links-bottom {
  height: 13px;
  border-top: 1px solid #bfbfbf;
  background: #f5f5f5;
}

.tab-container {
  text-align: center;
  color: #fff;
  background-color: #001d47;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

.tbc-opacity {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(21,21,21,0.7);
}

.tbc-body {
  padding: 30px 20px 30px;
  font-size: 17px;
  position: relative;
}

.tbc-body a {
  color: #fff;
}

.tbc-body ul {
  list-style: none;
}

.tab-container h3 {
  font-size: 36px;
  font-weight: 900;
  margin-bottom: 1em;
  color: #fff;
}

.tab-container p {
  max-width: 840px;
  margin: 0 auto 2em;
}

.text-block h3 {
  font-size: 29px;
  font-weight: 300;
  color: #252525;
}

.title-bg {
 position: relative;
 z-index: 1;
 background: #fff;
 background: -webkit-linear-gradient(#fff, #f0f1f1);
 background: -o-linear-gradient(#fff, #f0f1f1);
 background: -moz-linear-gradient(#fff, #f0f1f1);
 background: linear-gradient(#fff, #f0f1f1);
}

.points-block {
  padding: 0 10px 50px;
  text-align: center;
}

.points-item {
  max-width: 340px;
  display: inline-block;
  vertical-align: top;
  text-align: left;
  margin: 0 15px;
  padding-left: 25px;
  font-weight: 300;
  font-size: 17px;
  color: #212121;
  background: url('/images/red-dot-icon.jpg') 0 5px no-repeat;
}

.logos-block {
  text-align: center;
  vertical-align: middle;
  padding: 20px 10px;
}

.logos-block img {
  vertical-align: middle;
  margin: 0 20px;
}

.customer-block {
  max-width: 1060px;
  margin: 0 auto 50px;
  padding: 0 10px;
  font-size: 0;
}

.cb-item {
  display: inline-block;
  vertical-align: top;
  width: 45%;
  margin: 0 2.5% 20px;
  font-weight: 300;
  font-size: 17px;
}

.cb-item h4 {
  font-weight: 900;
  font-size: 24px;
  color: #0b0b0b;
  margin-bottom: 1em;
}

.cb-item p {
  color: #212121;
}

.cb-item ul {
  margin: 1em 0;
  list-style: none;
}

.cb-item li {
  padding-left: 20px;
  background: url('/images/red-dot-icon.jpg') 0 5px no-repeat;
}

.cb-pic {
  padding: 30px 0;
  text-align: center;
}

.ppl-responsive {
  display: none;
}

.product-page {
  display: flex;
  align-content: stretch;
}

.pp-l {
  flex-basis: 455px;
  flex-shrink: 0;
}

.pp-r {
  flex: 2;
  padding: 55px 0;
}

.left-menu {
  margin: 55px 10px 55px 85px;
}

.lm-item {
  margin-bottom: 15px;
  max-width: 245px;
  float: left;
  clear: left;
  font-weight: 700;
  font-size: 16px;
  color: #080808;
}

.left-menu a:hover {
  text-decoration: underline;
}

.left-menu .lm-itemS {
  color: #d21310;
  text-decoration: underline;
}

.sub-menu {
  margin: 5px 0 10px;
  float: left;
  clear: left;
}

.sm-item {
  float: left;
  clear: left;
  font-weight: 300;
  font-size: 16px;
  color: #080808;
  margin-bottom: 10px;
}

.products-menu {
  margin: 5px 0;
  float: left;
  clear: left;
}

.pm-item {
  margin-bottom: 15px;
  float: left;
  clear: left;
  font-weight: 300;
  font-size: 14px;
  color: #080808;
  padding-left: 18px;
  background: url('/images/black-dot-icon.jpg') 0 5px no-repeat;
}

.pm-item.lm-itemS {
  background: url('/images/red-dot-icon.jpg') 0 5px no-repeat;
  background-size: 8px;
}

.pp-top h2 {
  font-weight: 500;
  font-size: 24px;
  margin-bottom: 5px;
  color: #0b0b0b;
}

.pp-top p {
  margin-bottom: 30px;
  max-width: 950px;
  font-weight: 300;
  font-size: 18px;
  color: #101010;
}

.pp-top h3 {
  font-weight: 900;
  font-size: 24px;
  margin-bottom: 5px;
  color: #0b0b0b;
}

.pp-top .highlighted {
  color: #d21310;
}

.pp-top ul {
  margin: 1em 0;
  list-style: none;
}

.pp-top li {
  padding-left: 20px;
  background: url(/images/red-dot-icon.jpg) 0 5px no-repeat;
}

.pp-thumbs {
  display: flex;
  flex-wrap: wrap;
  font-size: 0;
}

.pp-thumbs a {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 1%;
  background: #f9f9f9;
  width: 21%;
  margin-right: 2%;
  margin-bottom: 15px;
  position: relative;
  transition: opacity .5s;
}

.pp-thumbs a:hover {
  opacity: .8;
}

.ppt-img {
  right: 14px;
  bottom: 14px;
  left: 14px;
  border: 1px solid #f1f1f1;
  text-align: center;
  min-height: 250px;
  background-position: 50%;
  background-size: cover;
}

.ppt-title {
  min-height: 25px;
  text-align: left;
  display: block;
  font-weight: 500;
  margin-bottom: 3px;
  font-size: 16px;
  color: #242424;
  padding-left: 30px;
  background: url('/images/hc-icon.jpg') 0 3px no-repeat;
  background-size: 20px
}

.pp-info {
  margin-top: 30px;
}

.pp-img {
  float: left;
  width: 25%;
  margin-right: 2%;
  text-align: center;
}

.pp-img a {
  display: inline-block;
  position: relative;
}

.zoom-icon {
  display: block;
  width: 29px;
  height: 30px;
  position: absolute;
  right: 10px;
  bottom: 10px;
}

.pp-descr {
  float: left;
  width: 70%;
}

.pp-descr h1 {
  margin-bottom: 20px;
  font-weight: 500;
  font-size: 24px;
  color: #242424;
  padding-left: 30px;
  background: url('/images/hc-icon.jpg') 0 6px no-repeat;
  background-size: 20px;
}

.pp-feat {
  margin-bottom: 20px;
  padding-bottom: 12px;
  font-weight: 300;
  font-size: 24px;
  color: #c50f2b;
  border-bottom: 1px solid #c0c0c0;
}

.pp-descr p {
  max-width: 650px;
  font-weight: 300;
  font-size: 16px;
  color: #000;
  margin-bottom: 1em;
}

a.data-pdf,
a.data-doc,
a.data-xls,
a.data-ppt {
  margin-left: -6px;
  padding-left: 40px;
  margin-bottom: 1em;
  float: left;
  margin-right: 20px;
  font-size: 12px;
  color: #972839;
  background: url('/images/icons/pdf-icon.gif') 0 1px no-repeat;
}

.data-doc:link, .data-doc:visited{
  background: url('/images/icons/doc-icon.gif') 0 1px no-repeat;
}

.data-xls:link, .data-xls:visited{
  background: url('/images/icons/xls-icon.gif') 0 1px no-repeat;
}

.data-ppt:link, .data-ppt:visited{
  background: url('/images/icons/ppt-icon.gif') 0 1px no-repeat;
}

a.data-pdf:after {
  content: '(Download PDF)';
}

a.data-doc:after {
  content: '(Download DOC)';
}

a.data-xls:after {
  content: '(Download XLS)';
}

a.data-ppt:after {
  content: '(Download PPT)';
}

.data-pdf span,
.data-doc span,
.data-xls span,
.data-ppt span {
  display: block;
  font-size: 14px;
  color: #2f2f2f;
  text-decoration: underline;
}

.data-pdf:hover,
.data-doc:hover,
.data-xls:hover,
.data-ppt:hover {
  opacity: 0.9;
}

.common-page {
  max-width: 1060px;
  margin: 50px auto;
  padding-left: 10px;
  padding-right: 10px;
}

.pp-spec {
  margin-top: 20px;
}

.pp-table {
  margin: 35px 35px 35px 0;
  overflow-x: auto;
  background: #fff;
}

.pp-table input[type="text"] {
  margin-top: 3px;
  margin-right: 11px;
  height: 32px;
  width: 60px;
  line-height: 32px;
  border: 1px solid #c3c4c5;
  border-radius: 3px;
}

.pp-table table {
  border-collapse: collapse;
  table-layout: fixed;
}

.pp-table th {
  text-align: left;
  font-weight: 500;
  font-size: 15px;
  padding: 20px;
}

.pp-table th:nth-child(odd) {
  background: #e7ecf1;
}

.pp-table th:nth-child(even) {
  color: #fff;
  background: #d21310;
}

.pp-table tbody td {
  min-width: 40px;
}

.pp-table tbody tr:nth-child(odd) td {
  padding: 30px 18px;
}

.pp-table tbody tr:nth-child(odd) td:nth-child(odd) {
  background: #fff;
}

.pp-table tbody tr:nth-child(odd) td:nth-child(even) {
  background: #f8f8f8;
}

.pp-table tbody tr:nth-child(even) td:nth-child(odd) {
  background: #f5f5f5;
}

.pp-table tbody tr:nth-child(even) td:nth-child(even) {
  background: #efefef;
}

.pp-table tbody tr:nth-child(even) td {
  padding: 20px 18px;
}

.add {
  white-space: nowrap;
  display: inline-block;
  height: 36px;
  line-height: 36px;
  padding: 0 26px;
  border: 1px solid #a58c01;
  background: #dbb702;
  background: -webkit-linear-gradient(#dcba02, #d39c04);
  background: -o-linear-gradient(#dcba02, #d39c04);
  background: -moz-linear-gradient(#dcba02, #d39c04);
  background: linear-gradient(#dcba02, #d39c04);
  color: #fff;
  font-weight: 400;
  font-size: 14px;
  transition: background .5s;
}

.add:hover {
  background: #d39c04;
  background: -webkit-linear-gradient(#d39c04, #d39c04);
  background: -o-linear-gradient(#d39c04, #d39c04);
  background: -moz-linear-gradient(#d39c04, #d39c04);
  background: linear-gradient(#d39c04, #d39c04);
}

.related{
  width: 100%;
  padding-top: 30px;
}

.related label{
  display: block;
  font-size: 14pt;
}

.related-item{
  float: left;
  width: 170px;
  padding: 15px 9px 0 0;
}

.related-item A:link, .related-item A:visited{
  display: block;
  padding: 2px;
  border: 1px solid #BEBEBE;
}

.related-item A:hover{
  background-color: #DFE4E6;
  border: 1px solid #CF1510;
}

.related-item span{
  display: block;
  cursor: pointer;
  width: 100%;
  height: 115px;
  overflow: hidden;
}

.related-item img{
  width: 170px;
}

.related-ttl{
  padding: 10px 10px 0 5px;
  font-size: 9pt;
  font-family: Arial;
  font-weight: bold;
  color: #565758;
}

.pp-bottom {
  margin: 20px 0;
  font-weight: 900;
  font-size: 21px;
  color: #101010;
}

.tb-text {
  max-width: 1080px;
  margin: 0 auto;
  font-weight: 300;
  font-size: 28px;
  color: #282828;
  padding-bottom: 20px;
}

.videos-wrapper {
  text-align: center;
}

.videos-block {
  display: inline-block;
  vertical-align: top;
  margin: 40px 2%;
}

.videos-block h2 {
  font-weight: 900;
  font-size: 30px;
  margin-bottom: 10px;
}

.videos-item {
  display: inline-block;
  vertical-align: top;
}

.checkOutBox {
  width:100%;
  padding-top:50px;
}

.bx1 {
  float:left;
  width:190px;
}

.bx2{
  float:left;
  padding-left:60px;
  width:300px;
}

.bxLabel {
  font-weight:bold;
  text-transform: uppercase;
  white-space: nowrap;font-size: 8pt;
}

.fl {
  float:left;
}

.checkOutDiv {
	float:left;
	padding-right:80px;
}

.logged{
  float: right;
  margin-top: 28px;
  margin-right: 15px;
}
.login__title{
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 10px;
}
.login-btn{
  float: right;
}

.login-input{
  float: left;
  border: 1px solid #DEDEDE;
  padding: 1px 2px;
  margin-top: 1px;
}

.login-input label{
  display: block;
  float: left;
  padding: 3px 3px 2px 5px;
  font-size: 8pt;
}

.login-input div{
  float: left;
}

.login-input input{
  background-color: transparent;
  font-size: 8pt;
  font-family: Verdana;
  border: 0;
  padding-top: 3px;
  color: #D2140E;
}

.login-input input.li-username{
  width: 137px;
}

.login-input input.li-password{
  width: 113px;
}

.login-input2 {
  border: 1px solid #dedede;
  border-radius: 7px;
  float: left;
  height: 20px;
  margin-top: 1px;
  padding: 6px 2px;
  margin-bottom:5px;
}

.login-input2 label{
  display: block;
  float: left;
  padding: 3px 3px 2px 5px;
  font-size: 8pt;
}

.login-input2 div{
  float: left;
}

.login-input2 input{
  background-color: transparent;
  font-size: 8pt;
  font-family: Verdana;
  border: 0;
  padding-top: 3px;
  color: #D2140E;
}

.login-input2 input.li-username{
  width: 137px;
}

.login-input2 input.li-password{
  width: 113px;
}

.reg-link{
  clear: both;
  padding-left: 47px;
}

.reg-link A:link, .reg-link A:visited{
  font-size: 8pt;
}

.pt15 {
  padding-top: 15px;
}

.cart-qty {
  width: 60px;
  padding: 2px;
  text-align: center;
  border: 1px solid #BCBCBC;
  border-radius: 5px;
  font-family: Verdana;
  font-size: 8pt;
}

.login {
  float: right;
  margin-top: 28px;
  margin-right: 15px;
}

.login-icon {
  cursor: pointer;
}

.login-popup {
  display: none;
  background: #fff;
  width: 260px;
}

.login-popup .wrapper {
  padding: 15px 15px 5px;
}

.login-popup h3 {
  margin-bottom: 10px;
}

.login-popup input[type="text"],
.login-popup input[type="password"] {
  margin-top: 3px;
  padding-right: 10px;
  height: 32px;
  line-height: 32px;
  text-indent: 10px;
  width: calc(100% - 10px);
  border: 1px solid #c3c4c5;
  border-radius: 3px;
}

.password-form {
  display: none;
}

.l-submit {
  margin-top: 10px;
  width: 83px;
  padding: 5px 16px;
  font-weight: 700;
  font-size: 13px;
  color: #fff;
  border: 1px solid #249533;
  border-radius: 3px;
  background: #36b047;
  cursor: pointer;
}

.l-submit:hover {
  box-shadow: 0 0 6px rgba(0,0,0,.3);
}

.l-submit:active {
  background: #2f973d;
}

.l-bottom {
  margin-top: 10px;
}

.l-bottom a {
  font-size: 12px;
  color: #7d7d7d;
  border-bottom: 1px dashed #7d7d7d;
}

.l-bottom a:hover {
  border: none;
}

.l-register {
  float: left;
}

.l-lost,
.l-show-login {
  float: right;
}

.l-show-login {
  display: none;
}

#LP-message{
  display: none;
  position: absolute;
  left: 5%;
  bottom: 5%;
  width: calc(90% - 20px);
  padding: 10px;
  background-color: #FFF;
  font-size: 8pt;
  border: 1px solid #bfbcbc;
}

.LP_error span{
  display: block;
  padding-bottom: 10px;
  font-weight: bold;
}

.LP_error div{
  color: #FF0000;
  padding-top: 3px;
}

.LP-close{
  text-align: center;
  padding: 10px 0;
}

.LP-close A:link, .qf-close A:visited{
  font-size: 8pt;
}

.LP-loading {
  width: 30px;
  display: none;
}

.shopping-cart {
  float: right;
  margin-right: 10px;
  margin-top: 28px;
}

.shopping-cart A:link, .shopping-cart A:visited {
  display: block;
  height: 23px;
  padding-left: 35px;
  background: url(../images/shopping-cart.png) no-repeat;
  font-size: 8pt;
  text-decoration: none;
  color: #505050;
}

.shopping-cart A:hover {
  color: #F06725;
}

.shopping-cart span {
  display: block;
  cursor: pointer;
}

.shopping-cart span.sc-lbl {
  font-weight: bold;
}

.shopping-cart span.sc-total {
  color: #7E8081;
}

.shopping-cart span.sc-total span {
  float: left;
  padding-right: 5px;
}

.tbl-files {
  background-color: #fff;
  border: 1px solid #dddddd;
  width:100%;
}

.files-header{
  background-color: #E9E9E9;
  border: 1px solid #DADEE1;
  font-size:9pt;
}

.tbl-files td{
  border-bottom: 1px dotted #DADEE1;
  font-size:8pt;
}

.scart-controls {
  margin: 15px 0 0;
}

a.scart-edit {
  display: inline-block;
  padding: 2px 17px;
  font-size: 14px;
  color: #fff;
  text-decoration: none;
  background: rgb(0,117,254);
  background: linear-gradient(180deg, rgba(0,117,254,1) 0%, rgba(1,88,191,1) 100%);
  border-radius: 5px;
}

@media (max-width: 1590px) {
  .top-menu a {
    margin: 0 10px;
  }
}

@media (max-width: 1460px) {
  .header-search input[type="text"] {
    width: 100px;
  }
}

@media (max-width: 1370px) {
  .hb-item span {
    font-size: 17px;
  }

  .tb-wrapper {
    width: 828px;
  }

  .inquire-trigger {
    font-size: 16px;
  }
}

@media (max-width: 1315px) {
  .logo {
    left: 10px;
  }
}

@media (max-width: 1260px) {
  .pp-l {
    flex-basis: 325px;
  }

  .left-menu {
    margin-left: 15px;
  }
}

@media (max-width: 1270px) {
  .hb-item:last-child {
    display: none;
  }

  .tb-wrapper {
    width: 684px;
  }

  .title-block h1 {
    font-size: 25px;
  }

  .top-menu a {
    margin: 0 6px;
    font-size: 15px;
  }

  .header-search {
    margin: 20px 5px;
  }
}

@media (max-width: 1235px) {
  .ft-block:nth-child(2) .ft-menu {
    display: none;
  }

  .ft-block:nth-child(2) .ft-menu:first-of-type {
    display: block;
  }

  .ft-block,
  .ft-block:nth-child(2) {
    width: 24%;
  }
}

@media (max-width: 1185px) {
  .top-menu {
    display: none;
  }

  .responsive-menu-trigger {
    display: block;
  }

  .shopping-cart {
    display: none;
  }
}

@media (max-width: 1115px) {
  .text-block h1,
  .text-block h1 span {
    font-size: 30px;
  }

  .text-block .text-large {
    font-size: 18px;
  }
}

@media (max-width: 1110px) {
  .hb-item:nth-child(3) {
    display: none;
  }

  .hb-item:last-child {
    display: none;
  }

  .tb-wrapper {
    text-align: center;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 25px;
    width: 100%;
  }
}

@media (max-width: 1090px) {

}

@media (max-width: 1075px) {
  .pp-l {
    flex-basis: 235px;
  }

  .pp-thumbs a {
    width: 29%;
  }
}

@media (max-width: 945px) {
  .f-top {
    display: none;
  }

  .pp-thumbs a {
    width: 46%;
  }

  .pp-img,
  .pp-descr {
    float: none;
    width: auto;
  }
}

@media (max-width: 820px) {
  .logo {
    width: 200px;
    height: 40px;
    top: 17px;
    z-index: 2;
    left: 10px;
    border: 5px solid #fff;
    background-color: #fff;
    background-image: url('/images/logo-small.png');
  }
}

@media (max-widtH: 745px) {
  .product-page {
    display: block;
  }

  .pp-table {
    margin: 35px 0;
  }

  .pp-l {
    display: none;
  }

  .pp-r {
    padding: 20px
  }
}

@media (max-width: 690px) {
  .fb-left,
  .fb-right {
    float: none;
    text-align: center;
  }

  .logo,
  .logo.minified {
    width: 30px;
    background-size: 200px;
  }

  .header-search input[type="text"] {
    width: 110px;
    font-size: 16px;
  }

  .header-search {
    margin-right: -9px;
  }
}

@media (max-width: 600px) {
  .footer {
    font-size: 15px;
  }
}

@media (max-width: 530px) {
  .hb-item:nth-child(2) {
    display: none;
  }

  .header-bottom {
    margin-top: 59px;
  }
}

@media (max-width: 510px) {
  .hc-item h4 {
    font-size: 24px;
    padding: 0;
    background: #fff;
  }

  .hc-item span {
    padding: 0;
  }

  .hc-pic {
    padding-left: 0;
  }
}

@media (max-width: 520px) {
  .inquire-trigger {
    display: none;
  }
}

@media (max-width: 440px) {
  .pp-thumbs a {
    width: 98%;
  }
}

@media (max-width: 360px) {
  .responsive-menu-trigger {
    margin-left: 0;
  }

  .login,
  .logged {
    margin-right: 5px;
  }
}
