/* ---------------------------------- PAGINATION  -------------------------- */
/*
 * Style.less 
 */
/*
 * vars.less 
 */
/****** ---------------------------------- CONSTANTS ----------------------- ******/
/****** ---------------------------------- OPERATIONS & COLOR FUNCTIONS ---- ******/
/****** ---------------------------------- MIXINS -------------------------- ******/
.product .description h1 {
  font-size: 18px;
  display: block;
  width: 100%;
  border-bottom: dotted 2px #ffffff;
  padding-bottom: 4px;
  margin-top: 15px;
  margin-bottom: 15px;
  text-transform: none;
  text-align: left;
}
.product p {
  font-size: 18px;
  color: #c4c4c4;
}
.product .nav-tabs {
  width: 100%;
}
.product .nav-tabs > li a:first-child {
  border-left: solid 1px #ffffff;
}
.product blockquote {
  margin: 40px 0;
}
.product blockquote > img {
  float: left;
  margin-right: 40px;
}
.product blockquote .blockquote-text {
  display: table-cell;
  background-color: #ffffff;
  color: #000000;
  position: relative;
  padding: 10px;
  padding-left: 40px;
}
.product blockquote .blockquote-text .arrow {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  top: 30px;
  left: -21px;
  margin-top: -10px;
  border-style: solid;
  border-width: 21px 21px 21px 0;
  border-color: transparent #ffffff transparent transparent;
}
.product blockquote .blockquote-text .quote-ico {
  background-image: url(../images/quote-ico.png);
  height: 20px;
  width: 28px;
  display: block;
  background-repeat: no-repeat;
  position: relative;
  background-position: top;
  float: left;
  margin-right: 10px;
}
.product blockquote .blockquote-text .h3 {
  text-transform: uppercase;
  font-size: 18px;
}
.product blockquote .blockquote-text p {
  font-size: 16px;
  margin: 5% 0 0;
  color: #000000;
}
.product .tech-specs table {
  margin-bottom: 20px;
  border-bottom: none;
}
.product .tech-specs table:hover {
  cursor: pointer;
}
.product .tech-specs table:hover td {
  color: #808080;
  border-bottom-color: #808080;
}
.product .tech-specs table:hover tr.even {
  background-color: transparent;
}
.product .tech-specs td,
.product .tech-specs th {
  text-align: center;
  vertical-align: middle;
  padding: 10px 2px;
  min-width: 0;
  font-size: 13px;
  border-bottom: none;
}
.product .tech-specs td:first-child,
.product .tech-specs th:first-child {
  width: 5%;
  font-weight: bold;
  min-width: 0;
}
.product .tech-specs th {
  font-weight: bold;
}
.product .tech-specs tr:hover td {
  color: #ffffff;
  border-bottom-color: #cccccc;
}
.product .tech-specs tr.even {
  background-color: #262626;
}
.product .tech-specs td,
.product .tech-specs th {
  border: dotted 2px #cccccc;
  border: solid 1px #cccccc;
  border-top-color: transparent;
  border-left-color: transparent;
  border-right-color: transparent;
}
.product .tech-specs .visible-xs {
  margin-top: 5%;
  margin-bottom: 5%;
}
.product .tech-specs .visible-xs table.tech_specs_table:hover {
  cursor: auto;
}
.product .tech-specs .visible-xs table.tech_specs_table:hover td {
  color: #ffffff;
}
.product .tech-specs .visible-xs table.tech_specs_table:hover tr.even {
  background-color: #262626;
}
.product .tech-specs .visible-xs .dropdown {
  position: relative;
  display: inline-block;
  width: 100%;
  margin-top: 10px;
  margin-bottom: 10px;
}
.product .tech-specs .visible-xs .dropdown button {
  text-transform: uppercase;
  background-color: #3c3c3c;
  width: 100%;
  border-radius: 0;
  color: #ffffff;
  border: 1px solid transparent;
  font-size: 14px;
  text-align: left;
  padding: 6px 12px;
}
.product .tech-specs .visible-xs .dropdown button:after {
  content: " ";
  position: absolute;
  top: 15px;
  right: 20px;
  width: 0;
  height: 0;
  border-top: 4px solid #000000;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
  border-width: 8px;
  top: 13px;
  right: 15px;
  border-top-color: #ffffff;
}
.product .tech-specs .visible-xs .dropdown-toggle:focus {
  outline: 0;
}
.product .tech-specs .visible-xs .dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  margin: 0;
  list-style: none;
  font-size: 14px;
  background-color: #f2f2f2;
  border: 1px solid #ffffff;
  background-clip: padding-box;
  width: 100%;
  border-radius: 0;
  text-transform: uppercase;
}
.product .tech-specs .visible-xs .dropdown-menu > li > a {
  display: block;
  padding: 10px;
  clear: both;
  font-weight: normal;
  line-height: 1.42857143;
  color: #000000;
  white-space: nowrap;
}
.product .tech-specs .visible-xs .dropdown-menu > li > a:hover,
.product .tech-specs .visible-xs .dropdown-menu > li > a:focus {
  text-decoration: none;
  background-color: #e6e6e6;
}
.product .tech-specs .visible-xs .dropdown-menu > .active > a,
.product .tech-specs .visible-xs .dropdown-menu > .active > a:hover,
.product .tech-specs .visible-xs .dropdown-menu > .active > a:focus {
  color: #ffffff;
  text-decoration: none;
  outline: 0;
  background-color: #428bca;
}
.product .tech-specs .visible-xs .open > .dropdown-menu {
  display: block;
}
.product .tech-specs .visible-xs .open > a {
  outline: 0;
}
.product .tech-specs .visible-xs table {
  border-bottom: 0;
}
.product .tech-specs .visible-xs table th,
.product .tech-specs .visible-xs table td {
  text-align: left;
  padding: 12px;
  border-bottom: none;
  font-size: 16px;
}
.product .tech-specs .visible-xs table tr {
  border-bottom: none;
}
.product .tech-specs .visible-xs table th {
  width: 35%;
}
.product section article {
  margin-bottom: 0;
  padding-right: 0 !important;
}
.product a.hover_img:hover {
  background: url(../images/plus-sign-sm.png) no-repeat scroll 50% 45%;
}
.product .preview:hover {
  cursor: auto;
}
.product .related {
  margin-bottom: 15%;
  margin-top: 15%;
  position: relative;
}
.product .related h3 {
  border-bottom: 2px solid #ffffff;
  line-height: 1.1;
  margin: 0 auto 20px;
  text-align: center;
  padding: 0 10px;
  display: table;
  width: 100%;
}
.product .related a {
  display: block;
}
.product .related > div {
  position: static;
}
.product .related img {
  padding: 15px;
  margin: 0 auto 10%;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.product .related img:hover {
  -webkit-transition-duration: 0.1s;
  transition-duration: 0.1s;
  -webkit-transform: scale(1.08);
  -moz-transform: scale(1.08);
  -ms-transform: scale(1.08);
  -o-transform: scale(1.08);
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
}
.product .related img + span {
  text-transform: uppercase;
  font-size: 14px;
  text-align: center;
  display: block;
  width: 100%;
  position: absolute;
  top: 15px;
  margin-left: -10px;
  margin-top: 100%;
}
.product .selector {
  padding-left: 10px;
}
.product .selector > span {
  text-transform: uppercase;
  font-size: 12px;
  line-height: 40px;
  float: left;
  margin-right: 5%;
}
.product .selector ul {
  float: left;
  width: auto;
}
.product .selector ul li {
  float: left;
  margin: 5px;
}
.product .selector ul li span {
  display: block;
  color: #666666;
  font-size: 12px;
  text-align: center;
  line-height: 2em;
}
.product .selector ul li:hover {
  cursor: pointer;
}
.product .selector ul li:hover span,
.product .selector ul li.active span {
  color: #ffffff;
}
.product .selector ul li:hover.active {
  cursor: default;
}
.product .product-slider {
  max-width: 240px;
  margin-top: 20px;
}
.product .product-slider .carousel-control {
  top: 50%;
  margin-top: -40px;
}
.product .carousel-indicators {
  list-style: none;
  padding: 0;
}
.product .carousel-indicators li {
  display: block;
  width: 25%;
  float: left;
}
.product .carousel-indicators li img {
  max-width: 100%;
  height: auto;
  opacity: 0.6;
  cursor: pointer;
}
.product .carousel-indicators li.active img,
.product .carousel-indicators li:hover img {
  opacity: 1;
}
.product .carousel-indicators li.active:hover img {
  cursor: default;
}
/* ---------------------------------- PAGINATION  -------------------------- */
.woocommerce nav.woocommerce-pagination {
  margin-bottom: 3%;
}
.woocommerce nav.woocommerce-pagination ul {
  width: auto;
  border: none;
}
.woocommerce nav.woocommerce-pagination ul li {
  width: auto;
  border: none !important;
  min-width: 30px;
  text-align: center;
}
.woocommerce nav.woocommerce-pagination ul li .page-numbers {
  font-size: 14px;
  border: solid 1px transparent;
  font-weight: bold;
}
.woocommerce nav.woocommerce-pagination ul li a {
  background-color: transparent;
  color: #ffffff;
}
.woocommerce nav.woocommerce-pagination ul li a:hover {
  border-color: #ffffff;
  background-color: transparent;
  color: #ffffff;
}
.woocommerce nav.woocommerce-pagination ul li span.current {
  background-color: #ffffff;
  color: #000000;
  border-color: #ffffff;
}
.woocommerce nav.woocommerce-pagination ul li .prev,
.woocommerce nav.woocommerce-pagination ul li .next {
  color: transparent;
}
.woocommerce nav.woocommerce-pagination ul li .prev:hover,
.woocommerce nav.woocommerce-pagination ul li .next:hover {
  border-color: transparent;
  color: transparent;
}
.woocommerce nav.woocommerce-pagination ul li .prev:before,
.woocommerce nav.woocommerce-pagination ul li .next:after {
  color: #bfbfbf;
  font-weight: normal;
}
.woocommerce nav.woocommerce-pagination ul li .prev:before:hover,
.woocommerce nav.woocommerce-pagination ul li .next:after:hover {
  color: #ffffff;
}
.woocommerce nav.woocommerce-pagination ul li .prev:hover:before,
.woocommerce nav.woocommerce-pagination ul li .next:hover:after {
  color: #ffffff;
}
.woocommerce nav.woocommerce-pagination ul li .prev:before {
  content: '< PREVIOUS';
}
.woocommerce nav.woocommerce-pagination ul li .next:after {
  content: 'NEXT >';
}
/*-------  PRODUCT MEDIA LAYOUTS -------*/
@media (max-width: 479px) {
  .test section > div,
  .media section > div,
  .downloads section > div {
    width: 100%;
  }
  .product .nav-tabs > li a {
    font-size: 14px;
  }
  .product .product-slider {
    max-width: 100%;
  }
  .product blockquote img {
    position: relative;
    z-index: 10;
    float: none;
    margin-bottom: 45px;
  }
  .product blockquote .blockquote-text {
    display: block;
  }
  .product blockquote .blockquote-text .arrow {
    top: 0;
    left: 25px;
    margin-top: -21px;
    border-width: 0 21px 21px 21px;
    border-color: transparent transparent #ffffff transparent;
  }
}
@media (min-width: 420px) and (max-width: 639px) {
  .product .preview,
  .product .product-slider {
    margin-left: 0;
    width: 50%;
  }
  .product .product-slider {
    position: absolute;
    right: 10px;
    max-width: 300px;
    width: 45%;
    bottom: 35px;
  }
}
@media (min-width: 640px) and (max-width: 767px) {
  .test section > div,
  .media section > div,
  .downloads section > div {
    width: 100%;
  }
}
@media (min-width: 640px) {
  .product > h2 {
    margin-top: -21px;
  }
}
@media (min-width: 768px) {
  .product .tech-specs td,
  .product .tech-specs th {
    padding: 10px 4px;
    min-width: 40px;
    font-size: 14px;
  }
}
@media (max-width: 991px) {
  .product .nav-tabs > li {
    width: 31%;
    margin: 1%;
  }
  .product .nav-tabs > li a {
    border: solid 1px #ffffff;
    padding: 6px 0;
  }
}
@media (min-width: 992px) {
  .product {
    margin-top: -10px;
  }
  .product .nav-tabs {
    width: 100%;
  }
  .product .nav-tabs > li {
    width: 20%;
  }
  .product .nav-tabs > li a {
    padding: 6px 0;
  }
  .product .tech-specs td,
  .product .tech-specs th {
    min-width: 60px;
    font-size: 16px;
  }
}
@media (min-width: 1200px) {
  .product .related .products {
    padding: 0 5%;
  }
}
