.row-slider {
  height: calc(98vh - 190px);
  min-height: 615px;
  background-color: #1e1e1e;
}
@media screen and (max-width: 600px) {
  .row-slider {
    min-height: 565px;
  }
}
.row-slider .slider-main {
  height: 100%;
}
.row-slider .slider-main .slick-list {
  height: 100%;
}
.row-slider .slider-main .slick-list .slick-track {
  height: 100%;
}
.row-slider .slider-main .slick-list .slick-track .slick-slide {
  display: flex;
  align-items: center;
  height: 100%;
  position: relative;
}
.row-slider .slider-main .slick-list .slick-track .container {
  width: 100%;
}
.row-slider .slider-main .slick-list .slick-track .gradient {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&0.71+0,0+100 */
  background: -moz-linear-gradient(left, rgba(0, 0, 0, 0.71) 0%, transparent 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.71) 0%, transparent 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, rgba(0, 0, 0, 0.71) 0%, transparent 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b5000000', endColorstr='#00000000',GradientType=1 );
  /* IE6-9 */
}
@media screen and (max-width: 768px) {
  .row-slider .slider-main .slick-list .slick-track .gradient {
    background-color: rgba(0, 0, 0, 0.4);
  }
}
.row-slider .slider-main .slick-list .slick-track .caption {
  width: 53%;
  max-width: 640px;
  padding-left: 60px;
  box-sizing: border-box;
}
@media screen and (max-width: 1000px) {
  .row-slider .slider-main .slick-list .slick-track .caption {
    padding-left: 30px;
  }
}
@media screen and (max-width: 900px) {
  .row-slider .slider-main .slick-list .slick-track .caption {
    width: 75%;
  }
}
@media screen and (max-width: 768px) {
  .row-slider .slider-main .slick-list .slick-track .caption {
    width: 100%;
    text-align: center;
    max-width: 100%;
    box-sizing: border-box;
    padding: 0 20px;
  }
}
@media screen and (max-width: 600px) {
  .row-slider .slider-main .slick-list .slick-track .caption {
    padding-bottom: 50px;
  }
}
.row-slider .slider-main .slick-list .slick-track .caption p {
  color: #fff;
  letter-spacing: -1px;
}
.row-slider .slider-main .slick-list .slick-track .caption .lg {
  font-size: 28px;
  line-height: 35px;
  font-style: italic;
  margin-bottom: 25px;
}
@media screen and (max-width: 600px) {
  .row-slider .slider-main .slick-list .slick-track .caption .lg {
    font-size: 25px;
    line-height: 32px;
  }
}
@media screen and (max-width: 480px) {
  .row-slider .slider-main .slick-list .slick-track .caption .lg {
    font-size: 21px;
    line-height: 27px;
  }
}
.row-slider .slider-main .slick-list .slick-track .caption .lg strong {
  font-weight: 400;
  font-style: normal;
}
.row-slider .slider-main .slick-list .slick-track .caption .sm {
  font-size: 18px;
  line-height: 26px;
  font-style: italic;
  max-width: 440px;
}
@media screen and (max-width: 768px) {
  .row-slider .slider-main .slick-list .slick-track .caption .sm {
    display: block;
    margin: 0 auto;
  }
}
.row-slider .slider-main .slick-list .slick-track .caption .btn-secondary {
  margin-top: 15px;
}
@media screen and (max-width: 768px) {
  .row-slider .slider-main .slick-list .slick-track .caption .btn-secondary {
    margin-top: 30px;
  }
}
.row-slider .slider-main .slick-dots {
  position: absolute;
  left: 100px;
  bottom: 35px;
  margin: 0;
  padding: 0;
  list-style: none;
}
@media screen and (max-width: 1000px) {
  .row-slider .slider-main .slick-dots {
    left: 50px;
  }
}
@media screen and (max-width: 768px) {
  .row-slider .slider-main .slick-dots {
    right: 50px;
    text-align: center;
  }
}
.row-slider .slider-main .slick-dots li {
  display: inline-block;
  margin-right: 8px;
}
@media screen and (max-width: 768px) {
  .row-slider .slider-main .slick-dots li {
    margin: 0 4px;
  }
}
.row-slider .slider-main .slick-dots li button {
  text-indent: -9999px;
  width: 15px;
  height: 15px;
  background-color: #fff;
  outline: 0;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  border-radius: 100%;
  box-sizing: border-box;
  padding: 0;
  cursor: pointer;
  border: 0;
}
.row-slider .slider-main .slick-dots li.slick-active button {
  background-color: #ff9c00;
}

.row-content {
  padding: 40px 0;
}
@media screen and (max-width: 1000px) {
  .row-content {
    padding: 20px 0;
  }
}
.row-content .index-blocks h2 {
  color: #fff;
  text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.14);
  position: relative;
  font-weight: 400;
}
.row-content .index-blocks h2:after {
  content: '';
  width: 50px;
  height: 2px;
  background-color: #fff;
  display: block;
  margin-top: 20px;
  margin-bottom: 5px;
  -webkit-box-shadow: 2px 2px 2px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 2px 2px 2px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 2px 2px 2px 0px rgba(0, 0, 0, 0.1);
}
.row-content .index-blocks p {
  color: #fff;
  font-style: italic;
  text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.14);
  font-weight: 300;
  font-size: 17px;
  line-height: 24px;
  margin: 0;
}
.row-content .index-blocks p span {
  color: #ff9c00;
  font-weight: 400;
}
.row-content .index-blocks .icon {
  position: absolute;
  top: 0;
  right: 0;
  width: 70px;
  height: 70px;
}
.row-content .index-blocks .blocks-left {
  float: left;
  width: 49%;
}
@media screen and (max-width: 1000px) {
  .row-content .index-blocks .blocks-left {
    float: none;
    width: 100%;
    margin-bottom: 20px;
  }
}
.row-content .index-blocks .blocks-left .block-center {
  display: block;
  background-color: #1085a7;
  height: 100%;
  text-align: center;
  padding: 45px 35px;
  box-sizing: border-box;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
}
@media screen and (max-width: 1000px) {
  .row-content .index-blocks .blocks-left .block-center {
    padding: 55px 35px;
  }
}
.row-content .index-blocks .blocks-left .block-center h2:after {
  margin: 20px auto 5px;
}
.row-content .index-blocks .blocks-right {
  float: right;
  width: 49%;
}
@media screen and (max-width: 1000px) {
  .row-content .index-blocks .blocks-right {
    float: none;
    width: 100%;
  }
}
.row-content .index-blocks .blocks-right .block-center {
  display: block;
  background-color: #1085a7;
  padding: 55px 35px;
  margin-bottom: 25px;
  text-align: center;
  position: relative;
  text-decoration: none;
}
@media screen and (max-width: 1000px) {
  .row-content .index-blocks .blocks-right .block-center {
    margin-bottom: 20px;
  }
}
.row-content .index-blocks .blocks-right .block-center h2:after {
  margin: 20px auto 5px;
}
.row-content .index-blocks .blocks-right .clearfix a {
  display: block;
  float: left;
  width: 48%;
  margin-right: 4%;
  background-color: #1085a7;
  padding: 45px 35px 35px;
  box-sizing: border-box;
  position: relative;
  text-decoration: none;
}
@media screen and (max-width: 1000px) {
  .row-content .index-blocks .blocks-right .clearfix a {
    width: 49%;
    margin-right: 2%;
  }
}
@media screen and (max-width: 600px) {
  .row-content .index-blocks .blocks-right .clearfix a {
    float: none;
    width: 100%;
    margin-right: 0;
    text-align: center;
    padding: 55px 35px;
  }
}
@media screen and (max-width: 600px) {
  .row-content .index-blocks .blocks-right .clearfix a h2:after {
    margin: 20px auto 5px;
  }
}
@media screen and (max-width: 600px) {
  .row-content .index-blocks .blocks-right .clearfix a:first-of-type {
    margin-bottom: 20px;
  }
}
.row-content .index-blocks .blocks-right .clearfix a:last-of-type {
  margin-right: 0;
}
@media screen and (max-width: 1000px) {
  .row-content .index-blocks .blocks-right .clearfix a:last-of-type {
    margin-right: 0;
  }
}
.row-content .index-blocks .tech {
  background: #1085a7 url("../img/tech-bg.jpg") no-repeat center center;
  background-size: cover;
}
.row-content .index-blocks .tech .icon {
  background: transparent url("../img/icon-tech.png") no-repeat center top;
}
.row-content .index-blocks .american {
  background: #1085a7 url("../img/american-bg.jpg") no-repeat center center;
  background-size: cover;
}
.row-content .index-blocks .american .icon {
  background: transparent url("../img/icon-american.png") no-repeat center top;
}
.row-content .index-blocks .testimonials {
  background: #1085a7 url("../img/testimonials-bg.jpg") no-repeat center center;
  background-size: cover;
}
.row-content .index-blocks .testimonials .icon {
  background: transparent url("../img/icon-testimonials.png") no-repeat center top;
}
.row-content .index-blocks .contact {
  background: #1085a7 url("../img/contact-bg.jpg") no-repeat right center;
  background-size: cover;
}
.row-content .index-blocks .contact .icon {
  background: transparent url("../img/icon-contact.png") no-repeat center top;
}
.row-content .subpage-blocks {
  margin-top: 50px;
}
.row-content .subpage-blocks a {
  display: block;
  float: left;
  width: 31.33333%;
  margin-right: 3%;
  background-color: #1085a7;
  padding: 45px 35px 35px;
  box-sizing: border-box;
  position: relative;
  text-decoration: none;
}
@media screen and (max-width: 768px) {
  .row-content .subpage-blocks a {
    width: 48.33333%;
  }
}
@media screen and (max-width: 600px) {
  .row-content .subpage-blocks a {
    float: none;
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
    text-align: center;
  }
}
.row-content .subpage-blocks a .icon {
  position: absolute;
  top: 0;
  right: 0;
  width: 70px;
  height: 70px;
}
.row-content .subpage-blocks a h2 {
  color: #fff;
  text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.14);
  position: relative;
  font-weight: 400;
}
.row-content .subpage-blocks a h2:after {
  content: '';
  width: 50px;
  height: 2px;
  background-color: #fff;
  display: block;
  margin-top: 20px;
  margin-bottom: 5px;
  -webkit-box-shadow: 2px 2px 2px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 2px 2px 2px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 2px 2px 2px 0px rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 600px) {
  .row-content .subpage-blocks a h2:after {
    margin: 20px auto 5px;
  }
}
.row-content .subpage-blocks a p {
  color: #fff;
  font-style: italic;
  text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.14);
  font-weight: 300;
  font-size: 17px;
  line-height: 24px;
  margin: 0;
}
.row-content .subpage-blocks a p span {
  color: #ff9c00;
  font-weight: 400;
}
.row-content .subpage-blocks a:last-of-type {
  margin-right: 0;
}
@media screen and (max-width: 600px) {
  .row-content .subpage-blocks a:last-of-type {
    margin-bottom: 0px;
  }
}
.row-content .subpage-blocks .tech {
  background: #1085a7 url("../img/tech-bg.jpg") no-repeat center center;
  background-size: cover;
}
.row-content .subpage-blocks .tech .icon {
  background: transparent url("../img/icon-tech.png") no-repeat center top;
}
.row-content .subpage-blocks .testimonials {
  background: #1085a7 url("../img/testimonials-bg.jpg") no-repeat center center;
  background-size: cover;
}
@media screen and (max-width: 768px) {
  .row-content .subpage-blocks .testimonials {
    display: none;
  }
}
.row-content .subpage-blocks .testimonials .icon {
  background: transparent url("../img/icon-testimonials.png") no-repeat center top;
}
.row-content .subpage-blocks .contact {
  background: #1085a7 url("../img/contact-bg.jpg") no-repeat right center;
  background-size: cover;
}
.row-content .subpage-blocks .contact .icon {
  background: transparent url("../img/icon-contact.png") no-repeat center top;
}

.row-content.subpage {
  padding: 40px 0;
}
@media screen and (max-width: 1000px) {
  .row-content.subpage {
    padding: 30px 0 20px;
  }
}
.row-content.subpage .breadcrumbs {
  margin: 0 0 10px;
  padding: 0;
  font-style: italic;
  font-size: 15px;
}
.row-content.subpage .breadcrumbs span {
  margin: 0 8px;
}
.row-content.subpage .breadcrumbs a {
  text-decoration: none;
  color: #5d5d5d;
}
.row-content.subpage .breadcrumbs a:hover {
  color: #494949;
}
.row-content.subpage .breadcrumbs .active, .row-content.subpage .breadcrumbs a:last-of-type {
  color: #1085a7;
}
.row-content.subpage .content-with-sidebar {
  float: right;
  width: calc(100% - 330px);
}
@media screen and (max-width: 1100px) {
  .row-content.subpage .content-with-sidebar {
    width: calc(100% - 270px);
  }
}
@media screen and (max-width: 900px) {
  .row-content.subpage .content-with-sidebar {
    width: 100%;
    float: none;
  }
}
.row-content.subpage .left-content {
  float: left;
  width: calc(100% - 330px);
}
@media screen and (max-width: 900px) {
  .row-content.subpage .left-content {
    width: 100%;
    float: none;
    margin-bottom: 40px;
  }
}
.row-content.subpage .right-sidebar {
  float: right;
  width: 300px;
}
@media screen and (max-width: 900px) {
  .row-content.subpage .right-sidebar {
    width: 100%;
    float: none;
  }
}
.row-content.subpage .right-sidebar h3 {
  padding-bottom: 10px;
}
.row-content.subpage .right-sidebar p {
  margin-bottom: 4px;
}
.row-content.subpage h1 {
  margin-bottom: 20px;
}

/* PRODUCT DETAILS */
.product-container {
  margin-top: 40px;
}
@media screen and (max-width: 1000px) {
  .product-container {
    margin-top: 30px;
  }
}
.product-container .product-images {
  float: left;
  width: 30%;
}
@media screen and (max-width: 900px) {
  .product-container .product-images {
    float: none;
    width: 100%;
    max-width: 600px;
    margin: 0 auto 30px;
  }
}
.product-container .product-images .main-img {
  width: 100%;
  display: block;
  border: 1px solid #494949;
  box-sizing: border-box;
  margin-bottom: 10px;
  outline: 0;
}
.product-container .product-images .main-img img {
  width: 100%;
}
.product-container .product-images .img-thmbs {
  margin: 0;
  padding: 0;
  list-style: none;
}
.product-container .product-images .img-thmbs li {
  float: left;
  width: calc(25% - 7.5px);
  margin-right: 10px;
  margin-bottom: 10px;
}
.product-container .product-images .img-thmbs li a {
  display: block;
  border: 1px solid #494949;
  outline: 0;
}
.product-container .product-images .img-thmbs li a img {
  width: 100%;
  opacity: 0.6;
}
.product-container .product-images .img-thmbs li a:hover img {
  opacity: 1;
}
.product-container .product-images .img-thmbs li:nth-of-type(4n) {
  margin-right: 0;
}
.product-container .product-images .img-thmbs li:nth-of-type(4n+5) {
  clear: both;
}
.product-container .product-details {
  float: right;
  width: 67%;
}
@media screen and (max-width: 900px) {
  .product-container .product-details {
    float: none;
    width: 100%;
  }
}
.product-container .product-details .product-name {
  float: left;
  width: calc(100% - 350px);
}
@media screen and (max-width: 768px) {
  .product-container .product-details .product-name {
    float: none;
    width: 100%;
    margin-bottom: 40px;
  }
}
.product-container .product-details .product-name h1 {
  margin-bottom: 10px;
  padding-bottom: 0;
}
.product-container .product-details .product-name .reviews {
  display: block;
  margin-bottom: 20px;
}
.product-container .product-details .product-name .reviews .rating {
  display: inline-block;
  margin: 0 5px 0;
  position: relative;
  top: 3px;
}
.product-container .product-details .product-name .reviews .rating span {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: transparent url("../img/icon-star-gray.png") no-repeat center center;
  background-size: 20px 20px;
}
.product-container .product-details .product-name .reviews .rating .gold {
  background: transparent url("../img/icon-star-gold.png") no-repeat center center;
  background-size: 20px 20px;
}
.product-container .product-details .product-name .reviews p {
  display: inline-block;
  font-size: 15px;
}
.product-container .product-details .product-name .reviews p strong {
  font-weight: 400;
  margin-right: 6px;
}
.product-container .product-details .product-name .reviews p a {
  color: #ff9c00;
}
.product-container .product-details .product-name .price {
  font-style: italic;
}
.product-container .product-details .product-name .price .value {
  font-size: 28px;
  font-weight: 700;
  font-style: normal;
  margin-left: 5px;
}
.product-container .product-details .product-name .price .value .sign {
  position: relative;
  top: -8px;
  font-size: 20px;
}
.product-container .product-details .product-buttons {
  float: right;
  width: 330px;
}
@media screen and (max-width: 768px) {
  .product-container .product-details .product-buttons {
    float: none;
    width: 100%;
  }
}
.product-container .product-details .product-buttons ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.product-container .product-details .product-buttons ul li {
  margin-bottom: 15px;
}
.product-container .product-details .product-buttons ul li a {
  display: block;
  width: 100%;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  color: #fff;
  text-decoration: none;
  box-sizing: border-box;
  padding: 12px 15px;
  font-size: 18px;
  line-height: 16px;
  font-weight: 400;
  height: 52px;
}
.product-container .product-details .product-buttons ul li a span {
  display: block;
  font-size: 10px;
  font-weight: normal;
}
.product-container .product-details .product-buttons ul li .works-with {
  background: #1085a7 url("../img/icon-works-with.png") no-repeat right center;
  background-size: auto 100%;
}
.product-container .product-details .product-buttons ul li .works-with:hover {
  background-color: #096c89;
}
.product-container .product-details .product-buttons ul li .salvage {
  background: #ff9c00 url("../img/icon-salvage.png") no-repeat right center;
  background-size: auto 100%;
}
.product-container .product-details .product-buttons ul li .salvage:hover {
  background-color: #e99005;
}
.product-container .product-details .product-buttons ul li #form_add_to_cart input[type="submit"] {
  display: block;
  width: 100%;
  background-color: #1aa52e;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  color: #fff;
  text-decoration: none;
  box-sizing: border-box;
  padding: 0 15px;
  font-size: 18px;
  line-height: 18px;
  font-weight: 400;
  text-align: left;
  border: 0;
  outline: 0;
  height: 52px;
  cursor: pointer;
  background: #1aa52e url("../img/icon-add-cart.png") no-repeat right center;
  background-size: auto 100%;
}
.product-container .product-details .product-buttons ul li #form_add_to_cart input[type="submit"]:hover {
  background: #0f9022 url("../img/icon-add-cart.png") no-repeat right center;
  background-size: auto 100%;
}
.product-container .product-details .product-info {
  margin-top: 30px;
}
.product-container .product-details .product-info #tabs ul.ui-tabs-nav {
  list-style: none;
  margin: 0 0 30px;
  padding: 0;
  border-bottom: 1px solid #e9e9e9;
}
.product-container .product-details .product-info #tabs ul.ui-tabs-nav li.ui-tabs-tab {
  display: inline-block;
  margin-bottom: 0;
}
.product-container .product-details .product-info #tabs ul.ui-tabs-nav li.ui-tabs-tab a.ui-tabs-anchor {
  display: block;
  padding: 14px 35px;
  background-color: #fff;
  text-decoration: none;
  font-size: 16px;
  font-weight: 400;
  color: #9a9a9a;
  outline: 0;
  -webkit-border-top-left-radius: 3px;
  -webkit-border-top-right-radius: 3px;
  -moz-border-radius-topleft: 3px;
  -moz-border-radius-topright: 3px;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.product-container .product-details .product-info #tabs ul.ui-tabs-nav li.ui-tabs-tab a:hover {
  color: #494949;
}
.product-container .product-details .product-info #tabs ul.ui-tabs-nav li.ui-state-active a.ui-tabs-anchor {
  background-color: #e9e9e9;
  color: #494949;
}
.product-container .product-details .product-info #tabs .tvc-header {
  display: inline-block;
  padding-right: 20px;
  background: transparent url("/img/icon-arrow-down.png") no-repeat right 10px;
}
.product-container .product-details .product-info #tabs .tvc-header.up {
  background: transparent url("/img/icon-arrow-up.png") no-repeat right 10px;
}
.product-container .product-details iframe {
  width: 100%;
}

.product-bottom {
  border-top: 1px solid #e9e9e9;
  padding-top: 60px;
  margin-top: 60px;
  margin-bottom: 60px;
}
@media screen and (max-width: 900px) {
  .product-bottom {
    margin-top: 50px;
    padding-top: 50px;
  }
}
.product-bottom .related {
  float: left;
  width: 50%;
  box-sizing: border-box;
  padding: 0 30px;
}
@media screen and (max-width: 1230px) {
  .product-bottom .related {
    padding: 0 15px 0 0;
  }
}
@media screen and (max-width: 900px) {
  .product-bottom .related {
    float: none;
    width: 100%;
    padding: 0 0 60px;
    margin-bottom: 60px;
    border-bottom: 1px solid #e9e9e9;
  }
}
.product-bottom .related h2 {
  text-align: center;
  position: relative;
  color: #494949;
}
.product-bottom .related h2:after {
  content: '';
  width: 50px;
  height: 2px;
  background-color: #ff9c00;
  display: block;
  margin: 30px auto;
}
.product-bottom .top-review {
  float: right;
  width: 50%;
  box-sizing: border-box;
  padding: 0 30px;
}
@media screen and (max-width: 1230px) {
  .product-bottom .top-review {
    padding: 0 0 0 15px;
  }
}
@media screen and (max-width: 900px) {
  .product-bottom .top-review {
    float: none;
    width: 100%;
    padding: 0;
  }
}
.product-bottom .top-review h2 {
  text-align: center;
  position: relative;
  color: #494949;
}
.product-bottom .top-review h2:after {
  content: '';
  width: 50px;
  height: 2px;
  background-color: #ff9c00;
  display: block;
  margin: 30px auto;
}
.product-bottom .top-review .rating {
  display: inline-block;
  margin: 0 5px 5px 0;
  position: relative;
  top: 3px;
}
.product-bottom .top-review .rating span {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: transparent url("../img/icon-star-gray.png") no-repeat center center;
  background-size: 20px 20px;
}
.product-bottom .top-review .rating .gold {
  background: transparent url("../img/icon-star-gold.png") no-repeat center center;
  background-size: 20px 20px;
}
.product-bottom .top-review .rating-value {
  display: inline-block;
  margin: 0;
}
.product-bottom .top-review .name {
  font-style: italic;
  color: #5d5d5d;
}
.product-bottom .top-review .review-content h3 {
  color: #494949;
  margin-bottom: 0;
  padding-bottom: 6px;
}
.product-bottom .top-review .review-content p {
  font-size: 14px;
  line-height: 20px;
}
.product-bottom .top-review .helpful-block {
  background-color: #e9e9e9;
  padding: 22px;
}
.product-bottom .top-review .helpful-block p {
  color: #8a8a8a;
  font-size: 14px;
  line-height: 14px;
}
.product-bottom .top-review .helpful-block p:last-of-type {
  margin: 0;
}
.product-bottom .top-review .helpful-block p:last-of-type a {
  color: #1085a7;
}
.product-bottom .top-review .all-reviews {
  border-top: 1px solid #e9e9e9;
  padding-top: 14px;
  margin-top: 14px;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 14px;
}
.product-bottom .top-review .all-reviews a {
  color: #ff9c00;
}

.related-items a {
  display: block;
  width: 33.333333%;
  text-align: center;
  box-sizing: border-box;
  padding: 0 15px;
  float: left;
  text-decoration: none;
  color: #494949;
}
@media screen and (max-width: 480px) {
  .related-items a {
    float: none;
    width: 100%;
    margin-bottom: 40px;
  }
}
.related-items a .img-container {
  margin-bottom: 12px;
  border: 1px solid #494949;
  box-sizing: border-box;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.related-items a .img-container img {
  width: 100%;
}
.related-items a h4 {
  color: #1085a7;
  margin-bottom: 0;
  padding-bottom: 6px;
}
.related-items a p {
  font-size: 14px;
  line-height: 20px;
  margin: 0;
}
.related-items a .price {
  font-weight: 400;
  font-size: 18px;
  margin-top: 5px;
}
.related-items a:nth-of-type(3n+4) {
  clear: both;
}
@media screen and (max-width: 480px) {
  .related-items a:last-of-type {
    margin-bottom: 0px;
  }
}
.related-items a:hover .img-container {
  border: 1px solid #ff9c00;
}
.related-items a:hover p {
  color: #ff9c00;
}
.related-items a:hover h4 {
  color: #ff9c00;
}
.related-items a:hover .price {
  color: #ff9c00;
}

#related .related-items a {
  margin-bottom: 40px;
}

/* CATEGORY DETAILS */
.filters-bar {
  margin-bottom: 25px;
}
.filters-bar h3 {
  display: inline-block;
  margin-right: 10px;
}
.filters-bar a {
  display: inline-block;
  text-decoration: none;
  background: #e9e9e9 url("/img/icon-clear.png") no-repeat right center;
  background-size: auto 9px;
  color: #494949;
  padding: 5px 25px 5px 7px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  border-radius: 2px;
  margin-right: 3px;
  position: relative;
  top: -2px;
  font-size: 14px;
}

.results-sorting {
  margin-bottom: 25px;
  background-color: #e9e9e9;
  border: 1px solid #dddddd;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  padding: 15px 35px 15px 20px;
}
@media screen and (max-width: 600px) {
  .results-sorting {
    padding: 15px 20px;
  }
}
@media screen and (max-width: 480px) {
  .results-sorting {
    margin-top: 40px;
  }
}
.results-sorting .sort-filter {
  float: left;
  width: 50%;
}
@media screen and (max-width: 600px) {
  .results-sorting .sort-filter {
    float: none;
    width: 100%;
  }
}
.results-sorting .sort-filter span {
  display: block;
  float: left;
  margin-right: 10px;
  position: relative;
  top: 11px;
}
.results-sorting .sort-filter select {
  width: 270px;
  float: left;
  max-width: calc(100% - 68px);
}
@media screen and (max-width: 600px) {
  .results-sorting .sort-filter select {
    width: 100%;
  }
}
.results-sorting .sort-page {
  float: right;
  text-align: right;
}
@media screen and (max-width: 600px) {
  .results-sorting .sort-page {
    float: none;
    width: 100%;
    text-align: left;
  }
}
.results-sorting .sort-page a {
  text-decoration: none;
  background-color: #d0d0d0;
  color: #494949;
  padding: 3px 7px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  border-radius: 2px;
  margin-left: 3px;
  position: relative;
  top: 1px;
}
.results-sorting .sort-page a.current {
  background-color: #ff9c00;
  color: #fff;
}

@media screen and (max-width: 480px) {
  .results-sorting.top {
    margin-top: 0px;
  }
}
.results-sorting.top .sort-page {
  position: relative;
  top: 10px;
}
@media screen and (max-width: 600px) {
  .results-sorting.top .sort-page {
    top: 0;
    margin-top: 15px;
  }
}

.sub-categories a {
  display: block;
  float: left;
  width: 23.5%;
  margin-right: 2%;
  margin-bottom: 25px;
  border: 1px solid #494949;
  box-sizing: border-box;
  text-decoration: none;
  position: relative;
}
@media screen and (max-width: 1100px) {
  .sub-categories a {
    width: 32%;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 600px) {
  .sub-categories a {
    width: 49%;
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 400px) {
  .sub-categories a {
    float: none;
    width: 100%;
    margin-right: 0;
  }
}
.sub-categories a div {
  height: 230px;
  overflow: hidden;
}
@media screen and (max-width: 1230px) {
  .sub-categories a div {
    height: 190px;
  }
}
@media screen and (max-width: 400px) {
  .sub-categories a div {
    height: auto;
    max-height: 230px;
  }
}
.sub-categories a div img {
  width: 100%;
}
.sub-categories a span {
  display: block;
  background-color: #1085a7;
  color: #fff;
  padding: 8px;
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
}
.sub-categories a:nth-of-type(4n) {
  margin-right: 0;
}
@media screen and (max-width: 1100px) {
  .sub-categories a:nth-of-type(4n) {
    margin-right: 2%;
  }
}
@media screen and (max-width: 1100px) {
  .sub-categories a:nth-of-type(3n) {
    margin-right: 0;
  }
}
@media screen and (max-width: 600px) {
  .sub-categories a:nth-of-type(3n) {
    margin-right: 2%;
  }
}
@media screen and (max-width: 600px) {
  .sub-categories a:nth-of-type(2n) {
    margin-right: 0;
  }
}
.sub-categories a:nth-of-type(4n+5) {
  clear: both;
}
@media screen and (max-width: 1100px) {
  .sub-categories a:nth-of-type(4n+5) {
    clear: none;
  }
}
@media screen and (max-width: 1100px) {
  .sub-categories a:nth-of-type(3n+4) {
    clear: both;
  }
}
@media screen and (max-width: 600px) {
  .sub-categories a:nth-of-type(3n+4) {
    clear: none;
  }
}
@media screen and (max-width: 600px) {
  .sub-categories a:nth-of-type(2n+3) {
    clear: both;
  }
}

.products-list {
  margin-left: -15px;
}
.products-list a {
  display: block;
  width: 25%;
  text-align: center;
  box-sizing: border-box;
  padding: 0 15px;
  float: left;
  text-decoration: none;
  color: #494949;
  margin-bottom: 30px;
}
@media screen and (max-width: 1230px) {
  .products-list a {
    width: 33.333333%;
  }
}
@media screen and (max-width: 480px) {
  .products-list a {
    float: none;
    width: 100%;
    margin-bottom: 40px;
  }
}
.products-list a .img-container {
  margin-bottom: 12px;
  border: 1px solid #494949;
  box-sizing: border-box;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.products-list a .img-container img {
  width: 100%;
}
.products-list a h4 {
  color: #1085a7;
  margin-bottom: 0;
  padding-bottom: 6px;
}
.products-list a p {
  font-size: 14px;
  line-height: 20px;
  margin: 0;
}
.products-list a .price {
  font-weight: 400;
  font-size: 18px;
  margin-top: 5px;
}
.products-list a:nth-of-type(4n+5) {
  clear: both;
}
@media screen and (max-width: 1230px) {
  .products-list a:nth-of-type(4n+5) {
    clear: none;
  }
}
@media screen and (max-width: 1230px) {
  .products-list a:nth-of-type(3n+4) {
    clear: both;
  }
}
@media screen and (max-width: 480px) {
  .products-list a:last-of-type {
    margin-bottom: 0px;
  }
}
.products-list a:hover .img-container {
  border: 1px solid #ff9c00;
}
.products-list a:hover p {
  color: #ff9c00;
}
.products-list a:hover h4 {
  color: #ff9c00;
}
.products-list a:hover .price {
  color: #ff9c00;
}

.products-list.suggested a {
  margin-bottom: 0;
}
@media screen and (max-width: 480px) {
  .products-list.suggested a {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 480px) {
  .products-list.suggested a:last-of-type {
    margin-bottom: 0px;
  }
}

/* ALL REVIEWS */
.review-container .review-item {
  margin-bottom: 25px;
}
.review-container .rating {
  display: inline-block;
  margin: 0 5px 5px 0;
  position: relative;
  top: 3px;
}
.review-container .rating span {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: transparent url("../img/icon-star-gray.png") no-repeat center center;
  background-size: 20px 20px;
}
.review-container .rating .gold {
  background: transparent url("../img/icon-star-gold.png") no-repeat center center;
  background-size: 20px 20px;
}
.review-container .rating-value {
  display: inline-block;
  margin: 0;
}
.review-container .name {
  font-style: italic;
  color: #5d5d5d;
}
.review-container .review-content h3 {
  color: #494949;
  margin-bottom: 0;
  padding-bottom: 6px;
}
.review-container .review-content p {
  font-size: 14px;
  line-height: 20px;
}
.review-container .helpful-block {
  background-color: #e9e9e9;
  padding: 22px;
}
.review-container .helpful-block p {
  color: #8a8a8a;
  font-size: 14px;
  line-height: 14px;
}
.review-container .helpful-block p:last-of-type {
  margin: 0;
}
.review-container .helpful-block p:last-of-type a {
  color: #1085a7;
}

/* TESTIMONIALS */
.testimonials-list {
  list-style: none;
  margin: 40px 0 0 0;
  padding: 0;
}
.testimonials-list li {
  margin-bottom: 30px;
  background: transparent url("../img/testimonial_top.gif") no-repeat left 26px;
  margin-bottom: 25px;
}
.testimonials-list li .testimonial-title strong {
  color: #1085a7;
}
.testimonials-list li div {
  background: transparent url("../img/testimonial_bottom.gif") no-repeat right bottom;
  padding: 15px 25px 5px 20px;
}
.testimonials-list li div img {
  float: right;
  width: 160px;
  margin: 0 0 15px 15px;
}
@media screen and (max-width: 480px) {
  .testimonials-list li div img {
    float: none;
    width: 100%;
    margin: 5px 0 15px 0;
  }
}

/* TEAM / SPONSORED */
.profiles-list a {
  display: block;
  float: left;
  width: 18.4%;
  text-decoration: none;
  text-align: center;
  margin-bottom: 30px;
  margin: 0 2% 30px 0;
  border: 1px solid #dddddd;
  padding: 15px;
  box-sizing: border-box;
}
@media screen and (max-width: 1000px) {
  .profiles-list a {
    width: 23.5%;
    margin-bottom: 25px;
  }
}
@media screen and (max-width: 768px) {
  .profiles-list a {
    width: 32%;
    margin-bottom: 12px;
  }
}
@media screen and (max-width: 600px) {
  .profiles-list a {
    width: 49%;
  }
}
.profiles-list a img {
  width: 100%;
  margin-bottom: 10px;
}
.profiles-list a p {
  margin: 0;
}
.profiles-list a p span {
  color: #494949;
  line-height: 19px;
  display: block;
  margin-top: 5px;
}
.profiles-list a:nth-of-type(5n) {
  margin-right: 0;
}
@media screen and (max-width: 1000px) {
  .profiles-list a:nth-of-type(5n) {
    margin-right: 2%;
  }
}
@media screen and (max-width: 1000px) {
  .profiles-list a:nth-of-type(4n) {
    margin-right: 0;
  }
}
@media screen and (max-width: 768px) {
  .profiles-list a:nth-of-type(4n) {
    margin-right: 2%;
  }
}
@media screen and (max-width: 768px) {
  .profiles-list a:nth-of-type(3n) {
    margin-right: 0;
  }
}
@media screen and (max-width: 600px) {
  .profiles-list a:nth-of-type(3n) {
    margin-right: 2%;
  }
}
@media screen and (max-width: 600px) {
  .profiles-list a:nth-of-type(2n) {
    margin-right: 0;
  }
}
.profiles-list a:nth-of-type(5n+6) {
  clear: both;
}
@media screen and (max-width: 1000px) {
  .profiles-list a:nth-of-type(5n+6) {
    clear: none;
  }
}
@media screen and (max-width: 1000px) {
  .profiles-list a:nth-of-type(4n+5) {
    clear: both;
  }
}
@media screen and (max-width: 768px) {
  .profiles-list a:nth-of-type(4n+5) {
    clear: none;
  }
}
@media screen and (max-width: 768px) {
  .profiles-list a:nth-of-type(3n+4) {
    clear: both;
  }
}
@media screen and (max-width: 600px) {
  .profiles-list a:nth-of-type(3n+4) {
    clear: none;
  }
}
@media screen and (max-width: 600px) {
  .profiles-list a:nth-of-type(2n+3) {
    clear: both;
  }
}

.employee-top img {
  float: left;
  margin: 0 25px 25px 0;
  width: 200px;
}
.employee-top div {
  float: left;
}

.profile-left {
  float: left;
  width: 250px;
}
@media screen and (max-width: 768px) {
  .profile-left {
    float: none;
    width: 100%;
  }
}
.profile-left h2 {
  color: #fff;
  background-color: #494949;
  padding: 10px;
}
.profile-left div {
  margin-top: 25px;
}
.profile-left div ul {
  list-style: none;
  margin: 0 0 25px;
  padding: 12px;
  background-color: #6c6c6c;
}
.profile-left div ul li {
  color: #fff;
}

.profile-right {
  float: right;
  width: calc(100% - 280px);
}
@media screen and (max-width: 768px) {
  .profile-right {
    float: none;
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .profile-right img {
    width: 100%;
  }
}
.profile-right .profile-content {
  margin-top: 25px;
}
.profile-right .profile-content .profile-post {
  margin-bottom: 20px;
}

/* GEAR RATIO CALCULATOR */
#calc-form-container {
  float: left;
  width: 38%;
  padding: 20px;
  box-sizing: border-box;
  background-color: #1085a7;
}
@media screen and (max-width: 900px) {
  #calc-form-container {
    float: none;
    width: 100%;
    margin-bottom: 40px;
  }
}

#calc-results-container {
  float: right;
  width: 59%;
}
@media screen and (max-width: 900px) {
  #calc-results-container {
    float: none;
    width: 100%;
  }
}

/* VEHICLE CONFIGURATOR */
#builder_options_table {
  min-width: 700px;
}
#builder_options_table tr td {
  vertical-align: middle;
}
#builder_options_table thead tr th {
  color: #fff;
  text-align: left;
  padding: 15px;
}
#builder_options_table tbody tr:nth-of-type(odd) {
  background-color: #fff;
}
#builder_options_table .options_row div {
  margin-bottom: 15px;
}
#builder_options_table .options_row div select {
  width: calc(100% - 40px);
  display: inline-block;
}
#builder_options_table .options_row div a {
  background-color: #ff9c00;
  color: #fff;
  display: inline-block;
  width: 25px;
  height: 25px;
  text-align: center;
  text-decoration: none;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  border-radius: 100%;
  line-height: 25px;
  margin-left: 10px;
  outline: 0;
}
#builder_options_table .options_row div:last-of-type {
  margin-bottom: 0;
}

/* SUPPORT */
.support_box {
  border: 1px solid #dddddd;
  max-width: 750px;
  padding: 15px;
  margin-bottom: 5px;
  box-sizing: border-box;
}
.support_box ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.support_box ul li .number {
  color: #1085a7;
  font-weight: bold;
}
.support_box ul li input[type="text"] {
  margin-top: 15px;
}
.support_box .results_ajax li {
  margin-bottom: 15px;
}
.support_box .results_ajax li a {
  text-decoration: none;
  color: #1085a7;
}

/* DISTRIBUTOR PORTAL */
.dist-nav {
  margin: 0 0 40px;
  display: flex;
  align-content: space-between;
  padding: 15px 0;
  border: 1px solid #bcdff1;
  background-color: #d9edf7;
  color: #bcdff1;
}
@media screen and (max-width: 900px) {
  .dist-nav {
    display: block;
  }
}
.dist-nav a {
  flex-grow: 1;
  margin: 0;
  text-align: center;
  color: #31709c;
  text-decoration: none;
}
@media screen and (max-width: 900px) {
  .dist-nav a {
    display: block;
    padding: 6px 0;
  }
}
@media screen and (max-width: 900px) {
  .dist-nav span {
    display: none;
  }
}

.filter-row {
  width: 100%;
  background-color: #e9e9e9;
  margin: 0 0 25px;
  border: 1px solid #dddddd;
  padding: 15px;
  box-sizing: border-box;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
}
.filter-row span {
  float: left;
  display: block;
  width: 70px;
  position: relative;
  top: 12px;
}
.filter-row input[type="text"] {
  float: right;
  width: calc(100% - 80px);
}

.modules-33 {
  margin-bottom: 40px;
}
@media screen and (max-width: 900px) {
  .modules-33 {
    margin-bottom: 0px;
  }
}
.modules-33 a {
  display: block;
  text-decoration: none;
  float: left;
  width: 31.33333333%;
  margin-right: 3%;
  background-color: #f9f9f9;
  padding: 30px;
  box-sizing: border-box;
  color: #494949;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media screen and (max-width: 900px) {
  .modules-33 a {
    float: none;
    width: 100%;
    margin-right: 0;
    margin-bottom: 30px;
  }
}
.modules-33 a h2 {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: relative;
}
.modules-33 a h2:before {
  position: relative;
  top: 6px;
  margin-right: 10px;
  display: inline-block;
  content: '';
  width: 30px;
  height: 30px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.modules-33 a h2.media:before {
  background: transparent url("/img/icon-media-kit.png") no-repeat center top;
  background-size: 30px 30px;
}
.modules-33 a h2.stock:before {
  background: transparent url("/img/icon-stock.png") no-repeat center top;
  background-size: 30px 30px;
}
.modules-33 a h2.quote:before {
  background: transparent url("/img/icon-quote.png") no-repeat center top;
  background-size: 30px 30px;
}
.modules-33 a p {
  margin: 0;
}
.modules-33 a:hover {
  background-color: #1085a7;
  color: #fff;
}
.modules-33 a:hover h2 {
  color: #fff;
}
.modules-33 a:hover h2.media:before {
  background: transparent url("/img/icon-media-kit-hover.png") no-repeat center top;
  background-size: 30px 30px;
}
.modules-33 a:hover h2.stock:before {
  background: transparent url("/img/icon-stock-hover.png") no-repeat center top;
  background-size: 30px 30px;
}
.modules-33 a:hover h2.quote:before {
  background: transparent url("/img/icon-quote-hover.png") no-repeat center top;
  background-size: 30px 30px;
}
.modules-33 a:last-of-type {
  margin-right: 0;
}

.modules-50 a {
  display: block;
  text-decoration: none;
  float: left;
  width: 48.5%;
  margin-right: 3%;
  background-color: #f9f9f9;
  padding: 30px;
  box-sizing: border-box;
  color: #494949;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media screen and (max-width: 900px) {
  .modules-50 a {
    float: none;
    width: 100%;
    margin-right: 0;
    margin-bottom: 30px;
  }
}
.modules-50 a h2 {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: relative;
}
.modules-50 a h2:before {
  position: relative;
  top: 6px;
  margin-right: 10px;
  display: inline-block;
  content: '';
  width: 30px;
  height: 30px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.modules-50 a h2.calculator:before {
  background: transparent url("/img/icon-calculator.png") no-repeat center top;
  background-size: 30px 30px;
}
.modules-50 a h2.history:before {
  background: transparent url("/img/icon-account-history.png") no-repeat center top;
  background-size: 30px 30px;
}
.modules-50 a p {
  margin: 0;
}
.modules-50 a:hover {
  background-color: #1085a7;
  color: #fff;
}
.modules-50 a:hover h2 {
  color: #fff;
}
.modules-50 a:hover h2.calculator:before {
  background: transparent url("/img/icon-calculator-hover.png") no-repeat center top;
  background-size: 30px 30px;
}
.modules-50 a:hover h2.history:before {
  background: transparent url("/img/icon-account-history-hover.png") no-repeat center top;
  background-size: 30px 30px;
}
.modules-50 a:last-of-type {
  margin-right: 0;
}
@media screen and (max-width: 900px) {
  .modules-50 a:last-of-type {
    margin-bottom: 0;
  }
}

/* INSTRUCTIONS */
.instructions-items {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-gap: 6px;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
}
.instructions-items li {
  border: 1px solid #dddddd;
  box-sizing: border-box;
  text-align: center;
  padding: 15px 8px;
  margin-bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.instructions-items li p {
  font-size: 18px;
  margin: 0 0 10px;
}
.instructions-items li a {
  display: inline-block;
  background-color: #ff9c00;
  color: #fff;
  padding: 4px 8px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  font-size: 14px;
  text-decoration: none;
  margin: 0;
  max-width: 160px;
  overflow: hidden;
}
.instructions-items li:hover {
  background-color: #e9e9e9;
}

/* MEDIA KIT */
.media-section {
  border-bottom: 1px solid #dddddd;
}
@media screen and (max-width: 900px) {
  .media-section {
    margin-bottom: 30px;
  }
}

.media-section.logos {
  border-top: 1px solid #dddddd;
}
@media screen and (max-width: 900px) {
  .media-section.logos {
    border-top: 0;
  }
}
.media-section.logos .media-section-content {
  padding: 15px 15px 0;
}

.media-section-header {
  float: left;
  width: 300px;
  padding-top: 24px;
}
@media screen and (max-width: 1230px) {
  .media-section-header {
    width: 220px;
  }
}
@media screen and (max-width: 900px) {
  .media-section-header {
    float: none;
    width: 100%;
    border-bottom: 1px solid #dddddd;
    padding-top: 0;
  }
}

.media-section-content {
  float: right;
  width: calc(100% - 350px);
  border-left: 1px solid #dddddd;
  box-sizing: border-box;
}
@media screen and (max-width: 1230px) {
  .media-section-content {
    width: calc(100% - 270px);
  }
}
@media screen and (max-width: 900px) {
  .media-section-content {
    float: none;
    width: 100%;
    border-right: 1px solid #dddddd;
  }
}
.media-section-content .logos-list .logo-item {
  float: left;
  width: 18.4%;
  margin-right: 2%;
  margin-bottom: 15px;
}
@media screen and (max-width: 768px) {
  .media-section-content .logos-list .logo-item {
    width: 23.5%;
  }
}
@media screen and (max-width: 480px) {
  .media-section-content .logos-list .logo-item {
    width: 48.5%;
    margin-right: 3%;
  }
}
.media-section-content .logos-list .logo-item a {
  text-decoration: none;
  text-align: center;
  padding: 20px;
  background-color: #f9f9f9;
  border: 1px solid #dddddd;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 1230px) {
  .media-section-content .logos-list .logo-item a {
    padding: 10px;
  }
}
.media-section-content .logos-list .logo-item a img {
  width: 100%;
}
.media-section-content .logos-list .logo-item:nth-of-type(5n) {
  margin-right: 0;
}
@media screen and (max-width: 768px) {
  .media-section-content .logos-list .logo-item:nth-of-type(5n) {
    margin-right: 2%;
  }
}
@media screen and (max-width: 480px) {
  .media-section-content .logos-list .logo-item:nth-of-type(5n) {
    margin-right: 3%;
  }
}
.media-section-content .logos-list .logo-item:nth-of-type(5n+6) {
  clear: both;
}
@media screen and (max-width: 768px) {
  .media-section-content .logos-list .logo-item:nth-of-type(5n+6) {
    clear: none;
  }
}
@media screen and (max-width: 768px) {
  .media-section-content .logos-list .logo-item:nth-of-type(4n) {
    margin-right: 0;
  }
}
@media screen and (max-width: 480px) {
  .media-section-content .logos-list .logo-item:nth-of-type(4n) {
    margin-right: 3%;
  }
}
@media screen and (max-width: 768px) {
  .media-section-content .logos-list .logo-item:nth-of-type(4n+5) {
    clear: both;
  }
}
@media screen and (max-width: 480px) {
  .media-section-content .logos-list .logo-item:nth-of-type(4n+5) {
    clear: none;
  }
}
@media screen and (max-width: 480px) {
  .media-section-content .logos-list .logo-item:nth-of-type(even) {
    margin-right: 0;
  }
}
@media screen and (max-width: 480px) {
  .media-section-content .logos-list .logo-item:nth-of-type(2n+3) {
    clear: both;
  }
}
.media-section-content table {
  margin-bottom: 0;
}
.media-section-content table tr {
  border-bottom: 1px solid #dddddd;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.media-section-content table tr th {
  text-align: left;
  padding: 25px 15px;
}
.media-section-content table tr td {
  padding: 15px;
}
.media-section-content table tr:hover {
  background-color: #f9f9f9;
}
.media-section-content table tr:last-of-type {
  border-bottom: 0;
}

/* FAQ */
.list_questions {
  list-style: none;
  padding: 0;
  margin-bottom: 30px;
}

/* TECH VAULT */
#vault-searchbar {
  width: 100%;
  background-color: #e9e9e9;
  margin: 15px 0 25px;
  border: 1px solid #dddddd;
  padding: 15px;
  box-sizing: border-box;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
}
#vault-searchbar input[type="text"] {
  float: left;
  width: 85%;
}
@media screen and (max-width: 900px) {
  #vault-searchbar input[type="text"] {
    width: calc(100% - 125px);
  }
}
@media screen and (max-width: 480px) {
  #vault-searchbar input[type="text"] {
    float: none;
    width: 100%;
    margin-bottom: 10px;
  }
}
#vault-searchbar input[type="submit"] {
  float: right;
  width: 14%;
  padding: 13px 0;
}
@media screen and (max-width: 900px) {
  #vault-searchbar input[type="submit"] {
    width: 115px;
  }
}
@media screen and (max-width: 480px) {
  #vault-searchbar input[type="submit"] {
    float: none;
    width: 100%;
  }
}

.vault-section {
  border: 1px solid #dddddd;
  margin-bottom: 20px;
  padding: 10px;
}
.vault-section .section_title {
  font-size: 18px;
  font-weight: bold;
  padding: 10px;
  display: block;
  background-color: #1085a7;
  color: #fff;
  text-decoration: none;
  margin-bottom: 10px;
}
.vault-section div a {
  width: 100%;
  display: block;
  padding: 8px 8px 8px 25px;
  outline: 0;
  background: transparent url("/img/bullet_dots.gif") no-repeat 10px 15px;
  box-sizing: border-box;
}
.vault-section div a:hover {
  background-color: #e9e9e9;
}

.search-results-list {
  margin: 0;
  padding-left: 20px;
}
.search-results-list li {
  margin-bottom: 20px;
}
.search-results-list li a {
  text-decoration: none;
  color: #494949;
}
.search-results-list li a strong {
  color: #ff9c00;
}

/* CHOOSE ADDRESS */
.choose-address-left {
  float: left;
  width: 46%;
}
@media screen and (max-width: 768px) {
  .choose-address-left {
    float: none;
    width: 100%;
    margin-bottom: 40px;
  }
}

.choose-address-right {
  float: right;
  width: 46%;
}
@media screen and (max-width: 768px) {
  .choose-address-right {
    float: none;
    width: 100%;
  }
}

/* CHECKOUT */
.checkout-left {
  float: left;
  width: 24%;
}
@media screen and (max-width: 900px) {
  .checkout-left {
    float: none;
    width: 100%;
    margin-bottom: 30px;
  }
}
.checkout-left .summary_cost {
  margin-bottom: 30px;
}
.checkout-left .summary_cost .cost_summary_items, .checkout-left .summary_cost .cost_summary_discount, .checkout-left .summary_cost .cost_summary_subtotal, .checkout-left .summary_cost .cost_summary_tax, .checkout-left .summary_cost .cost_summary_shipping, .checkout-left .summary_cost .cost_summary_total {
  margin: 0 0 4px;
  padding: 0 0 4px;
}
.checkout-left .summary_cost .cost_summary_items span, .checkout-left .summary_cost .cost_summary_discount span, .checkout-left .summary_cost .cost_summary_subtotal span, .checkout-left .summary_cost .cost_summary_tax span, .checkout-left .summary_cost .cost_summary_shipping span, .checkout-left .summary_cost .cost_summary_total span {
  float: right;
}
.checkout-left .summary_cost .cost_summary_items {
  border-bottom: 1px solid #dddddd;
}
.checkout-left .summary_cost .cost_summary_total {
  background-color: #1085a7;
  color: #fff;
  padding: 5px;
  font-weight: 600;
}

.checkout-right {
  float: right;
  width: 70%;
}
@media screen and (max-width: 900px) {
  .checkout-right {
    float: none;
    width: 100%;
  }
}

/* NV4500 TRANSMISSION */
.sub-category-listing {
  position: relative;
  width: 23%;
  overflow: hidden;
  padding: 5px 0 0 0;
  margin: 0 .5% 8px 1%;
  border: 1px solid #dddddd;
}
.sub-category-listing .sub_container {
  padding: 0;
}
.sub-category-listing .sub_container .name a {
  display: block;
  height: auto;
  background-color: #494949;
  color: #fff;
  text-decoration: none;
  padding: 6px;
  font-size: 14px;
}

/* EVENTS */
.events-list .event-item {
  border-top: 1px solid #dddddd;
  padding: 25px 0 10px;
}
.events-list .event-item img {
  float: left;
  width: 15%;
  margin-bottom: 15px;
}
@media screen and (max-width: 1000px) {
  .events-list .event-item img {
    width: 20%;
  }
}
@media screen and (max-width: 768px) {
  .events-list .event-item img {
    width: 24%;
  }
}
@media screen and (max-width: 600px) {
  .events-list .event-item img {
    float: none;
    width: 100%;
    margin-bottom: 20px;
  }
}
.events-list .event-item div {
  float: right;
  width: 82%;
}
@media screen and (max-width: 1000px) {
  .events-list .event-item div {
    width: 77%;
  }
}
@media screen and (max-width: 768px) {
  .events-list .event-item div {
    width: 73%;
  }
}
@media screen and (max-width: 600px) {
  .events-list .event-item div {
    float: none;
    width: 100%;
  }
}
.events-list .event-item div h3 {
  margin-bottom: 0;
  padding-bottom: 0;
}
.events-list .event-item div h3 a {
  text-decoration: none;
  color: #1085a7;
}
.events-list .event-item div p.date {
  font-style: italic;
  font-weight: 500;
}
.events-list .event-item div p a {
  color: #ff9c00;
}

/* ORDER FORM */
.order-form .order-form-product-labels {
  border-bottom: 1px solid #dddddd;
  padding-bottom: 8px;
  margin-bottom: 8px;
}
.order-form .order-form-product-labels .form-col-1 {
  width: 14%;
  float: left;
  font-weight: bold;
}
.order-form .order-form-product-labels .form-col-2 {
  float: left;
  width: 70%;
  font-weight: bold;
  margin: 0 1%;
}
.order-form .order-form-product-labels .form-col-3 {
  float: left;
  width: 14%;
  font-weight: bold;
}
.order-form .order-form-product {
  border-bottom: 1px solid #dddddd;
  padding-bottom: 8px;
  margin-bottom: 8px;
}
.order-form .order-form-product .form-col-1 {
  width: 14%;
  float: left;
}
.order-form .order-form-product .form-col-2 {
  float: left;
  width: 70%;
  margin: 0 1%;
}
.order-form .order-form-product .form-col-3 {
  float: left;
  width: 14%;
}
.order-form .col-4 {
  padding-right: 2%;
}
@media screen and (max-width: 900px) {
  .order-form .col-4 {
    float: none;
    width: 100%;
    padding-right: 0;
    margin-bottom: 25px;
  }
}
.order-form .col-4 div .expiration .divider {
  display: block;
  width: 30px;
  text-align: center;
  float: left;
  position: relative;
  top: 12px;
}
.order-form .col-4 div .expiration select {
  width: calc(50% - 15px);
  display: block;
  float: left;
}

/* GALLERY */
.gallery-list .photo-item {
  float: left;
  width: 18.4%;
  margin-right: 2%;
  margin-bottom: 25px;
  border: 1px solid #dddddd;
  box-sizing: border-box;
  text-align: center;
}
@media screen and (max-width: 900px) {
  .gallery-list .photo-item {
    width: 23.5%;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 600px) {
  .gallery-list .photo-item {
    width: 49%;
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 400px) {
  .gallery-list .photo-item {
    float: none;
    width: 100%;
    margin-right: 0;
  }
}
.gallery-list .photo-item a {
  display: block;
  outline: 0;
  text-align: center;
}
.gallery-list .photo-item a img {
  width: 100%;
}
.gallery-list .photo-item .photo-rating {
  text-align: center;
  padding: 10px 0 0;
}
.gallery-list .photo-item .photo-rating span {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: transparent url("../img/icon-star-gray.png") no-repeat center center;
  background-size: 20px 20px;
}
.gallery-list .photo-item .photo-rating .gold {
  background: transparent url("../img/icon-star-gold.png") no-repeat center center;
  background-size: 20px 20px;
}
.gallery-list .photo-item .vote-btn {
  padding: 10px;
  text-align: center;
}
.gallery-list .photo-item .vote-btn img {
  margin-bottom: 6px;
}
.gallery-list .photo-item .vote-btn p {
  margin: 0;
}
.gallery-list .photo-item:nth-of-type(5n) {
  margin-right: 0;
}
@media screen and (max-width: 900px) {
  .gallery-list .photo-item:nth-of-type(5n) {
    margin-right: 2%;
  }
}
@media screen and (max-width: 900px) {
  .gallery-list .photo-item:nth-of-type(4n) {
    margin-right: 0;
  }
}
@media screen and (max-width: 600px) {
  .gallery-list .photo-item:nth-of-type(4n) {
    margin-right: 2%;
  }
}
@media screen and (max-width: 400px) {
  .gallery-list .photo-item:nth-of-type(4n) {
    margin-right: 0;
  }
}
@media screen and (max-width: 600px) {
  .gallery-list .photo-item:nth-of-type(2n) {
    margin-right: 0;
  }
}
.gallery-list .photo-item:nth-of-type(5n+6) {
  clear: both;
}
@media screen and (max-width: 900px) {
  .gallery-list .photo-item:nth-of-type(5n+6) {
    clear: none;
  }
}
@media screen and (max-width: 900px) {
  .gallery-list .photo-item:nth-of-type(4n+5) {
    clear: both;
  }
}
@media screen and (max-width: 600px) {
  .gallery-list .photo-item:nth-of-type(4n+5) {
    clear: none;
  }
}
@media screen and (max-width: 600px) {
  .gallery-list .photo-item:nth-of-type(2n+3) {
    clear: both;
  }
}
@media screen and (max-width: 400px) {
  .gallery-list .photo-item:nth-of-type(2n+3) {
    clear: none;
  }
}

.gallery-list.categories .photo-item a {
  text-decoration: none;
  color: #494949;
  font-weight: 700;
}
.gallery-list.categories .photo-item a p {
  padding: 8px;
  margin: 0;
}

/* SUBMIT PHOTO */
.photo-upload-container {
  border: 1px dotted #dddddd;
  padding: 20px;
  background-color: #e9e9e9;
  margin-bottom: 12px;
  margin: 25px 0;
}

/* ALL PRODUCTS */
.category-title a {
  text-decoration: none;
}

.categories-list li a {
  text-decoration: none;
}

/* RECEIPT */
.receipt-container {
  max-width: 850px;
}

.sidebar {
  width: 300px;
  float: left;
}
@media screen and (max-width: 1100px) {
  .sidebar {
    width: 240px;
  }
}
@media screen and (max-width: 900px) {
  .sidebar {
    width: 100%;
    float: none;
    margin-bottom: 30px;
  }
}
.sidebar .vehicle-filter {
  margin-bottom: 15px;
}
.sidebar .vehicle-filter h3 {
  background-color: #393939;
  color: #fff;
  padding: 12px 15px;
}
.sidebar .vehicle-filter h4 {
  color: #fff;
  padding-bottom: 4px;
}
.sidebar .vehicle-filter div {
  padding: 15px;
  background-color: #5d5d5d;
}
.sidebar .vehicle-filter div p {
  color: #fff;
}
.sidebar .vehicle-filter div p a {
  color: #fff;
}
.sidebar .vehicle-filter.product-filter div {
  padding-bottom: 0;
}
.sidebar .vehicle-filter.product-filter div:last-of-type {
  padding-bottom: 15px;
}
@media screen and (max-width: 900px) {
  .sidebar .tech-vault {
    display: none;
  }
}
.sidebar .tech-vault h3 {
  background-color: #393939;
  color: #fff;
  padding: 12px 15px;
}
.sidebar .tech-vault div {
  padding: 15px;
  background-color: #5d5d5d;
}
.sidebar .tech-vault div h4 {
  color: #fff;
  padding-bottom: 0;
  font-style: italic;
}
.sidebar .tech-vault div p {
  color: #fff;
}
.sidebar .tech-vault div p a {
  color: #fff;
}
.sidebar .tech-vault .click-here {
  display: block;
  width: 100%;
  padding: 12px 15px;
  box-sizing: border-box;
  background-color: #1085a7;
  color: #fff;
  text-decoration: none;
  font-weight: bold;
}

.row-newsletter {
  background-color: #6c6c6c;
  padding: 25px 0;
}
@media screen and (max-width: 1230px) {
  .row-newsletter {
    padding: 25px 0 30px;
  }
}
.row-newsletter p {
  color: #fff;
  font-size: 17px;
  font-style: italic;
  float: left;
  margin: 0;
  position: relative;
  top: 14px;
}
@media screen and (max-width: 1230px) {
  .row-newsletter p {
    float: none;
    text-align: center;
    top: 0;
    margin-bottom: 22px;
  }
}
.row-newsletter form {
  float: right;
  width: calc(100% - 680px);
}
@media screen and (max-width: 1230px) {
  .row-newsletter form {
    float: none;
    width: 100%;
    max-width: 500px;
    margin: 0 auto;
  }
}

.row-footer {
  background-color: #5d5d5d;
  padding: 35px 0;
}
.row-footer .clearfix img {
  float: left;
}
@media screen and (max-width: 900px) {
  .row-footer .clearfix img {
    display: none;
  }
}
.row-footer .clearfix p {
  color: #c1c1c1;
  font-style: italic;
  font-size: 14px;
  line-height: 21px;
  margin: 0;
  padding: 0;
  float: left;
  width: calc(100% - 430px);
  position: relative;
  top: 10px;
  margin-left: 45px;
}
@media screen and (max-width: 1230px) {
  .row-footer .clearfix p {
    top: 0;
  }
}
@media screen and (max-width: 900px) {
  .row-footer .clearfix p {
    float: none;
    width: 100%;
    text-align: center;
    margin-left: 0;
  }
}
.row-footer .clearfix .footer-socials {
  list-style: none;
  margin: 0;
  padding: 0;
  max-height: 50px;
  float: right;
  margin-top: 16px;
}
@media screen and (max-width: 900px) {
  .row-footer .clearfix .footer-socials {
    float: none;
    width: 100%;
    text-align: center;
    margin-top: 30px;
  }
}
.row-footer .clearfix .footer-socials li {
  display: block;
  float: left;
  width: auto;
  margin-right: 12px;
}
@media screen and (max-width: 900px) {
  .row-footer .clearfix .footer-socials li {
    display: inline-block;
    float: none;
  }
}
.row-footer .clearfix .footer-socials li a {
  display: block;
  width: 30px;
  height: 30px;
  background-color: red;
  text-indent: -9999px;
  padding: 0;
  margin: 0;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
}
.row-footer .clearfix .footer-socials li:last-of-type {
  margin-right: 0;
}
.row-footer .clearfix .footer-socials li.instagram a {
  background: #cd5859 url("/img/icon-social-instagram.png") no-repeat center center;
}
.row-footer .clearfix .footer-socials li.youtube a {
  background: #bb0400 url("/img/icon-social-youtube.png") no-repeat center center;
}
.row-footer .clearfix .footer-socials li.facebook a {
  background: #3b5897 url("/img/icon-social-facebook.png") no-repeat center center;
}
.row-footer .clearfix .footer-socials li.email a {
  background: #faaa10 url("/img/icon-social-email.png") no-repeat center center;
}
.row-footer .footer-menu {
  list-style: none;
  margin: 35px 0 0 0;
  padding: 0;
  display: flex;
  align-content: space-between;
}
@media screen and (max-width: 1000px) {
  .row-footer .footer-menu {
    display: none;
  }
}
.row-footer .footer-menu li {
  flex-grow: 1;
  margin: 0;
}
.row-footer .footer-menu li a {
  display: block;
  font-size: 14px;
  color: #fff;
  text-decoration: none;
  text-align: center;
  border-right: 1px solid #393939;
}
.row-footer .footer-menu li a:hover {
  color: #ff9c00;
}
.row-footer .footer-menu li:last-of-type a {
  border-right: 0;
}

.row-copyright {
  background-color: #393939;
  padding: 25px 0;
}
.row-copyright p {
  color: #fff;
  font-size: 14px;
  margin: 0;
  padding: 0;
}
.row-copyright p a {
  color: #fff;
  text-decoration: none;
}
.row-copyright p a:hover {
  text-decoration: underline;
}
.row-copyright .left {
  float: left;
}
@media screen and (max-width: 900px) {
  .row-copyright .left {
    float: none;
    text-align: center;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 480px) {
  .row-copyright .left .hide {
    display: none;
  }
}
@media screen and (max-width: 480px) {
  .row-copyright .left .links {
    display: block;
    margin-top: 10px;
  }
}
.row-copyright .right {
  float: right;
}
@media screen and (max-width: 900px) {
  .row-copyright .right {
    float: none;
    text-align: center;
  }
}

/* //// BUTTONS //// */
.btn, .btn-primary, .btn-secondary, .btn-green, .btn-red, .btn-large, .btn-touch {
  display: inline-block;
  background-color: #ccc;
  border: 0;
  color: #fff;
  font-size: 17px;
  padding: 18px 25px;
  text-decoration: none;
  box-sizing: border-box;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  font-weight: 500;
  outline: 0;
  cursor: pointer;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
}

.btn-primary {
  background-color: #1085a7;
}

.btn-primary:hover {
  background-color: #096c89;
}

.btn-secondary {
  background-color: #ff9c00;
}

.btn-secondary:hover {
  background-color: #e38b00;
}

.btn-green {
  background-color: #1aa52e;
}

.btn-green:hover {
  background-color: #279022;
}

.btn-red {
  background-color: #d9534f;
}

.btn-red:hover {
  background-color: #b93c38;
}

.btn-small {
  font-size: 15px;
  padding: 13px 20px;
}

button:disabled, button[disabled], .disabled {
  background-color: #cccccc !important;
  color: #666666 !important;
  cursor: default;
}

.btn-xsmall {
  font-size: 14px;
  padding: 8px 12px;
}

/*make button larger*/
.btn-large {
  font-size: 1.5em;
}
@media screen and (max-width: 480px) {
  .btn-large {
    display: block;
    font-size: 1em;
    width: 100%;
    text-align: center;
  }
}

/*a tag specific*/
a.btn-large {
  padding: 15px 25px;
  line-height: 66px;
}
@media screen and (max-width: 480px) {
  a.btn-large {
    line-height: 36px;
  }
}

/*button tag specific*/
button {
  cursor: pointer;
  font-family: "Chivo", sans-serif;
}

/*make button full width @ mobile level*/
@media screen and (max-width: 480px) {
  .btn-touch {
    display: block;
    width: 100%;
    text-align: center;
    padding: 0;
  }
}

input[type="text"], input[type="email"], input[type="password"], input[type="file"], select, textarea {
  display: block;
  outline: 0;
  font-family: "Chivo", sans-serif;
  font-weight: 300;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-size: 16px;
  border: 1px solid #dddddd;
  padding: 12px;
  width: 100%;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background-color: #fff;
}

input[type="text"]:focus, input[type="email"]:focus, input[type="password"]:focus, select:focus, textarea:focus {
  border: 1px solid #6c6c6c;
}

textarea {
  height: 220px;
}

select {
  cursor: pointer;
  padding-right: 45px;
  background: #fff url("../img/icon-select-arrow.png") no-repeat right center;
}

input[type="submit"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-family: "Chivo", sans-serif;
  cursor: pointer;
}

.checkbox-label, .radio-label {
  display: inline-block;
  cursor: pointer;
  margin-bottom: 15px;
}
.checkbox-label input[type="checkbox"], .radio-label input[type="checkbox"] {
  display: inline-block;
  width: auto;
}
.checkbox-label input[type="radio"], .radio-label input[type="radio"] {
  display: inline-block;
  width: auto;
}

.radio-label {
  margin-right: 20px;
  position: relative;
  top: 14px;
}

p input, p textarea, p select {
  margin-top: 8px;
}

.fields-100 input, .fields-100 textarea, .fields-100 select {
  width: 100%;
}

.assistance {
  padding: 20px;
  background-color: #e9e9e9;
  margin-bottom: 20px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  border: 1px solid #dddddd;
}
.assistance p {
  margin: 0;
}
.assistance input {
  margin-bottom: 0;
}

.fields-50 p {
  float: left;
  width: 49%;
  margin-right: 2%;
}
@media screen and (max-width: 600px) {
  .fields-50 p {
    float: none;
    width: 100%;
    margin-right: 0;
    margin-bottom: 15px;
  }
}
.fields-50 p input, .fields-50 p textarea, .fields-50 p select {
  width: 100%;
}
.fields-50 p:last-of-type {
  margin-right: 0;
}

.fields-33 p {
  float: left;
  width: 32%;
  margin-right: 2%;
}
@media screen and (max-width: 600px) {
  .fields-33 p {
    float: none;
    width: 100%;
    margin-right: 0;
    margin-bottom: 15px;
  }
}
.fields-33 p input, .fields-33 p select {
  width: 100%;
}
.fields-33 p:last-of-type {
  margin-right: 0;
}

#form_search {
  position: relative;
}
#form_search input[type="text"] {
  background: transparent;
  border: 0;
  border-bottom: 1px solid #a6a6a6;
  outline: 0;
  font-size: 15px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  font-style: italic;
  color: #fff;
  padding: 0 38px 8px 8px;
  width: 330px;
}
@media screen and (max-width: 1230px) {
  #form_search input[type="text"] {
    width: 220px;
  }
}
#form_search ::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #a6a6a6;
}
#form_search ::-moz-placeholder {
  /* Firefox 19+ */
  color: #a6a6a6;
}
#form_search :-ms-input-placeholder {
  /* IE 10+ */
  color: #a6a6a6;
}
#form_search :-moz-placeholder {
  /* Firefox 18- */
  color: #a6a6a6;
}
#form_search input[type="submit"] {
  width: 20px;
  height: 20px;
  background: transparent url("../img/icon-search-submit.png") no-repeat center top;
  outline: 0;
  border: 0;
  position: absolute;
  top: 0;
  right: 8px;
  cursor: pointer;
  text-indent: -99999px;
}
#form_search input[type="submit"]:hover {
  background: transparent url("../img/icon-search-submit-hover.png") no-repeat center top;
}

#form_mobile_search {
  position: relative;
  margin-bottom: 30px;
}
#form_mobile_search input[type="text"] {
  background-color: #fff;
  border: 0;
  outline: 0;
  font-size: 15px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  border-radius: 2px;
  font-style: italic;
  color: #fff;
  color: #494949;
  padding: 12px 40px 12px 12px;
  width: 100%;
}
#form_mobile_search input[type="submit"] {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 40px;
  background: transparent url("../img/icon-search-submit.png") no-repeat center center;
  text-indent: -9999px;
  border: 0;
  outline: 0;
  padding: 0;
}
#form_mobile_search ::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #a6a6a6;
}
#form_mobile_search ::-moz-placeholder {
  /* Firefox 19+ */
  color: #a6a6a6;
}
#form_mobile_search :-ms-input-placeholder {
  /* IE 10+ */
  color: #a6a6a6;
}
#form_mobile_search :-moz-placeholder {
  /* Firefox 18- */
  color: #a6a6a6;
}

#form_fixed_search {
  position: relative;
  float: right;
  width: calc(100% - 220px);
  margin-top: 13px;
}
@media screen and (max-width: 900px) {
  #form_fixed_search {
    margin-top: 7px;
    width: calc(100% - 175px);
  }
}
@media screen and (max-width: 480px) {
  #form_fixed_search {
    width: calc(100% - 155px);
  }
}
#form_fixed_search input[type="text"] {
  background: transparent;
  border: 0;
  border-bottom: 1px solid #a6a6a6;
  outline: 0;
  font-size: 20px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  font-style: italic;
  color: #fff;
  padding: 0 38px 11px 8px;
  width: 100%;
}
@media screen and (max-width: 900px) {
  #form_fixed_search input[type="text"] {
    font-size: 17px;
  }
}
#form_fixed_search ::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #a6a6a6;
}
#form_fixed_search ::-moz-placeholder {
  /* Firefox 19+ */
  color: #a6a6a6;
}
#form_fixed_search :-ms-input-placeholder {
  /* IE 10+ */
  color: #a6a6a6;
}
#form_fixed_search :-moz-placeholder {
  /* Firefox 18- */
  color: #a6a6a6;
}
#form_fixed_search input[type="submit"] {
  width: 20px;
  height: 20px;
  background: transparent url("../img/icon-search-submit.png") no-repeat center top;
  outline: 0;
  border: 0;
  position: absolute;
  top: 0;
  right: 8px;
  cursor: pointer;
  text-indent: -99999px;
}
#form_fixed_search input[type="submit"]:hover {
  background: transparent url("../img/icon-search-submit-hover.png") no-repeat center top;
}

#form_slider_newsletter {
  position: relative;
  width: 90%;
  margin-top: 30px;
}
@media screen and (max-width: 768px) {
  #form_slider_newsletter {
    display: block;
    margin: 30px auto 0;
  }
}
@media screen and (max-width: 600px) {
  #form_slider_newsletter {
    width: 100%;
  }
}
#form_slider_newsletter input[type="email"] {
  background-color: #fff;
  border: 0;
  font-size: 18px;
  padding: 20px 18px;
  padding-right: 130px;
  width: 100%;
  letter-spacing: -1px;
}
@media screen and (max-width: 600px) {
  #form_slider_newsletter input[type="email"] {
    padding: 17px;
  }
}
#form_slider_newsletter input[type="submit"] {
  position: absolute;
  top: 6px;
  right: 6px;
  bottom: 6px;
  background-color: #ff9c00;
  color: #fff;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  font-size: 17px;
  font-weight: 500;
  outline: 0;
  border: 0;
  font-family: "Chivo", sans-serif;
  padding: 0 25px;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  #form_slider_newsletter input[type="submit"] {
    padding: 0 16px;
    font-size: 15px;
  }
}
#form_slider_newsletter input[type="submit"]:hover {
  background-color: #e38b00;
}

#form_newsletter {
  position: relative;
}
#form_newsletter input[type="email"] {
  background-color: #fff;
  border: 0;
  font-size: 18px;
  padding: 15px 18px;
  padding-right: 130px;
  width: 100%;
  letter-spacing: -1px;
}
@media screen and (max-width: 480px) {
  #form_newsletter input[type="email"] {
    padding-right: 120px;
  }
}
#form_newsletter input[type="submit"] {
  position: absolute;
  top: 6px;
  right: 6px;
  bottom: 6px;
  background-color: #ff9c00;
  color: #fff;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  font-size: 17px;
  font-weight: 500;
  outline: 0;
  border: 0;
  font-family: "Chivo", sans-serif;
  padding: 0 25px;
  cursor: pointer;
}
@media screen and (max-width: 480px) {
  #form_newsletter input[type="submit"] {
    padding: 0 15px;
  }
}
#form_newsletter input[type="submit"]:hover {
  background-color: #e38b00;
}

#form_testimonial_submit {
  max-width: 700px;
}

#form_account_sign_in input[type="text"] {
  max-width: 400px;
  margin-top: 8px;
}
@media screen and (max-width: 480px) {
  #form_account_sign_in input[type="text"] {
    width: 100%;
    max-width: 480px;
  }
}
#form_account_sign_in input[type="password"] {
  max-width: 300px;
  margin: 8px 0px 0px 22px;
}
@media screen and (max-width: 480px) {
  #form_account_sign_in input[type="password"] {
    margin-left: 0;
    width: 100%;
    max-width: 480px;
  }
}

#form_catalog_request {
  max-width: 1000px;
  margin-top: 30px;
}
#form_catalog_request .zip {
  margin-right: 2%;
}
@media screen and (max-width: 480px) {
  #form_catalog_request .zip {
    margin-right: 0;
  }
}
#form_catalog_request select {
  margin-right: 0;
}

#calc_form {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
}
#calc_form label {
  display: block;
  color: #fff;
  margin-bottom: 6px;
}
#calc_form input, #calc_form select {
  border: 0;
  margin-bottom: 15px;
}
#calc_form input[type="submit"] {
  margin-bottom: 0;
  width: 100%;
}

#calc-results-container #gear_ratios {
  float: left;
  width: 40%;
  margin-right: 3%;
}
@media screen and (max-width: 600px) {
  #calc-results-container #gear_ratios {
    float: none;
    width: 100%;
  }
}
#calc-results-container #transfer_case {
  float: right;
  width: 57%;
}
@media screen and (max-width: 600px) {
  #calc-results-container #transfer_case {
    float: none;
    width: 100%;
  }
}
#calc-results-container #speedometer, #calc-results-container #overall {
  width: 100%;
}

#form_dealer_account {
  max-width: 1000px;
  margin-top: 30px;
}

#form_stock_inquiry {
  margin-bottom: 40px;
  position: relative;
  max-width: 500px;
}
#form_stock_inquiry input[type="text"] {
  float: left;
  width: calc(100% - 90px);
}
#form_stock_inquiry button {
  float: right;
  width: 82px;
  height: 45px;
  text-align: center;
  padding: 0;
}

#form_account {
  margin-bottom: 40px;
}
#form_account input {
  max-width: 400px;
}
#form_account input[type="submit"], #form_account input[type="button"] {
  margin-bottom: 8px;
}

#form_account_vehicles .fields-33 {
  margin-bottom: 0;
}
#form_account_vehicles input[type="submit"] {
  margin-bottom: 30px;
}

#form_cart .labels, .saved-items .labels {
  border-bottom: 1px solid #dddddd;
  margin: 30px 0 0;
  padding-bottom: 15px;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  #form_cart .labels, .saved-items .labels {
    display: none;
  }
}
#form_cart .labels .label_items, .saved-items .labels .label_items {
  float: left;
  width: 54%;
}
#form_cart .labels .label_cost, .saved-items .labels .label_cost {
  float: left;
  width: 12%;
}
#form_cart .labels .label_qty, .saved-items .labels .label_qty {
  float: left;
  width: 10%;
}
#form_cart .labels .label_total, .saved-items .labels .label_total {
  float: left;
  width: 12%;
  text-align: right;
}
#form_cart .listing, .saved-items .listing {
  border-bottom: 1px dotted #dddddd;
  padding: 15px 0;
}
@media screen and (max-width: 768px) {
  #form_cart .listing .product-info, .saved-items .listing .product-info {
    display: block;
    width: 100%;
  }
}
#form_cart .listing .product-info .prod_img, .saved-items .listing .product-info .prod_img {
  float: left;
  width: 12%;
  box-sizing: border-box;
}
@media screen and (max-width: 480px) {
  #form_cart .listing .product-info .prod_img, .saved-items .listing .product-info .prod_img {
    width: 20%;
  }
}
#form_cart .listing .product-info .prod_img a, .saved-items .listing .product-info .prod_img a {
  display: block;
  width: 100%;
  border: 1px solid #dddddd;
  box-sizing: border-box;
}
#form_cart .listing .product-info .prod_img a img, .saved-items .listing .product-info .prod_img a img {
  width: 100%;
}
#form_cart .listing .product-info .prod_name, .saved-items .listing .product-info .prod_name {
  float: left;
  width: 42%;
  box-sizing: border-box;
  padding-left: 15px;
}
@media screen and (max-width: 768px) {
  #form_cart .listing .product-info .prod_name, .saved-items .listing .product-info .prod_name {
    width: 88%;
  }
}
@media screen and (max-width: 480px) {
  #form_cart .listing .product-info .prod_name, .saved-items .listing .product-info .prod_name {
    width: 80%;
  }
}
@media screen and (max-width: 768px) {
  #form_cart .listing .product-info .prod_name .prod_links, .saved-items .listing .product-info .prod_name .prod_links {
    display: block;
    margin-bottom: 20px;
  }
}
#form_cart .listing .product-info .prod_name .prod_links a, .saved-items .listing .product-info .prod_name .prod_links a {
  text-transform: uppercase;
  font-size: 13px;
}
@media screen and (max-width: 768px) {
  #form_cart .listing .product-pricing, .saved-items .listing .product-pricing {
    display: block;
    width: 100%;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  #form_cart .listing .product-pricing, .saved-items .listing .product-pricing {
    margin-top: 20px;
  }
}

#form_cart .listing .product-pricing .prod_cost, .saved-items .listing .product-pricing .prod_cost {
  float: left;
  width: 12%;
}
@media screen and (max-width: 768px) {
  #form_cart .listing .product-pricing .prod_cost, .saved-items .listing .product-pricing .prod_cost {
    width: 20%;
  }
}
@media screen and (max-width: 480px) {
  #form_cart .listing .product-pricing .prod_cost, .saved-items .listing .product-pricing .prod_cost {
    width: 33.33333%;
  }
}
#form_cart .listing .product-pricing .prod_qty, .saved-items .listing .product-pricing .prod_qty {
  float: left;
  width: 10%;
}
@media screen and (max-width: 480px) {
  #form_cart .listing .product-pricing .prod_qty, .saved-items .listing .product-pricing .prod_qty {
    width: 33.33333%;
  }
}
#form_cart .listing .product-pricing .prod_qty input, .saved-items .listing .product-pricing .prod_qty input {
  width: 60px;
  text-align: center;
}
#form_cart .listing .product-pricing .prod_total, .saved-items .listing .product-pricing .prod_total {
  float: left;
  width: 12%;
  text-align: right;
}
@media screen and (max-width: 768px) {
  #form_cart .listing .product-pricing .prod_total, .saved-items .listing .product-pricing .prod_total {
    display: none;
  }
}
#form_cart .listing .product-pricing .prod_add, .saved-items .listing .product-pricing .prod_add {
  display: block;
  float: right;
  margin: 20px 0 0;
}
@media screen and (max-width: 768px) {
  #form_cart .listing .product-pricing .prod_add, .saved-items .listing .product-pricing .prod_add {
    margin: 0;
    width: 40%;
  }
}
@media screen and (max-width: 480px) {
  #form_cart .listing .product-pricing .prod_add, .saved-items .listing .product-pricing .prod_add {
    width: 100%;
    text-align: right;
    margin-top: 10px;
  }
}

.affirm-as-low-as {
  position: relative;
}

.affirm-as-low-as:after {
  content: '';
  width: 51px;
  height: 20px;
  display: inline-block;
  margin-left: 5px;
  background: transparent url("../img/affirm-logo.png") no-repeat center center;
  background-size: 51px 20px;
  position: relative;
  top: 3px;
}

#calc_shipping {
  border-top: 1px solid #dddddd;
  border-bottom: 1px solid #dddddd;
  padding: 15px 0;
  margin-bottom: 15px;
}
#calc_shipping p {
  margin: 0;
}
#calc_shipping .calculate-label {
  float: left;
  width: 20%;
  position: relative;
  top: 7px;
}
@media screen and (max-width: 900px) {
  #calc_shipping .calculate-label {
    float: none;
    width: 100%;
    top: 0;
    margin-bottom: 15px;
  }
}
#calc_shipping .calc-fields {
  float: left;
  width: calc(80% - 95px);
}
@media screen and (max-width: 900px) {
  #calc_shipping .calc-fields {
    width: calc(100% - 95px);
  }
}
@media screen and (max-width: 600px) {
  #calc_shipping .calc-fields {
    float: none;
    width: 100%;
  }
}
#calc_shipping .calc-fields div {
  float: left;
  width: 50%;
  padding-right: 10px;
  box-sizing: border-box;
}
@media screen and (max-width: 600px) {
  #calc_shipping .calc-fields div {
    float: none;
    width: 100%;
    padding-right: 0;
    margin-bottom: 6px;
  }
}
#calc_shipping .calc-fields div p {
  float: left;
  margin: 0;
  position: relative;
  top: 7px;
}
#calc_shipping .calc-fields div select {
  float: right;
  padding: 10px;
  font-size: 14px;
  width: calc(100% - 85px);
}
#calc_shipping .calc-fields div input[type="text"] {
  float: right;
  padding: 10px;
  font-size: 14px;
  width: calc(100% - 45px);
}
@media screen and (max-width: 600px) {
  #calc_shipping .calc-fields div input[type="text"] {
    width: calc(100% - 85px);
  }
}
#calc_shipping .calc-fields div.country {
  padding-right: 20px;
}
@media screen and (max-width: 600px) {
  #calc_shipping .calc-fields div.country {
    padding-right: 0;
  }
}
#calc_shipping input[type="button"] {
  padding: 10px 12px;
}
#calc_shipping .shipping-estimate {
  float: none;
  padding: 15px !important;
  margin: 18px 0 0 0;
  width: 100%;
  box-sizing: border-box;
}
#calc_shipping .shipping-estimate p {
  display: block;
  margin-bottom: 10px;
  float: none;
  top: 0;
}
#calc_shipping .shipping-estimate div {
  float: none;
}

#form_checkout .expiration .divider {
  display: block;
  width: 30px;
  text-align: center;
  float: left;
  position: relative;
  top: 16px;
}
#form_checkout .expiration select {
  width: calc(50% - 15px);
  display: block;
  float: left;
}
#form_checkout .affirm-btn {
  width: 276px;
  height: 56px;
  text-indent: -9999px;
  background: transparent url("../img/affirm-btn.png") no-repeat center top;
  cursor: pointer;
}

#form-quote-info {
  margin-bottom: 25px;
}

/* ADD TO CART */
#form_choose_options .product-option {
  border-bottom: 1px solid #dddddd;
  padding: 0 0 15px;
  margin-bottom: 15px;
}
#form_choose_options .product-option p {
  margin: 0;
}
#form_choose_options .product-option p select {
  display: inline-block;
  width: 70%;
  max-width: 400px;
}
#form_choose_options .product-option p .cost {
  display: inline-block;
  width: 30%;
  max-width: 80px;
  padding-left: 10px;
}
#form_choose_options .subtotal {
  padding-bottom: 12px;
}
#form_choose_options .subtotal p {
  float: left;
  width: 70%;
  max-width: 400px;
  margin: 0;
}
#form_choose_options .subtotal #options_total, #form_choose_options .subtotal #items_total, #form_choose_options .subtotal #total {
  float: left;
  width: 30%;
  max-width: 80px;
  padding-left: 10px;
  box-sizing: border-box;
}
#form_choose_options .total {
  border-top: 1px solid #dddddd;
  padding: 12px 0;
  margin-bottom: 15px;
}
#form_choose_options .total p {
  float: left;
  width: 70%;
  max-width: 400px;
  margin: 0;
}
#form_choose_options .total #grand_total {
  float: left;
  width: 30%;
  max-width: 80px;
  padding-left: 10px;
  box-sizing: border-box;
}

#support-select {
  max-width: 750px;
  margin-bottom: 15px;
}
