.product-view .additional-sizes,
.product-view .configurable-swatch-list {
  *zoom: 1;
}
.product-view .additional-sizes:before,
.product-view .additional-sizes:after,
.product-view .configurable-swatch-list:before,
.product-view .configurable-swatch-list:after {
  content: " ";
  display: table;
  line-height: 0;
}
.product-view .additional-sizes:after,
.product-view .configurable-swatch-list:after {
  clear: both;
}
.product-view .carousel .controls,
.product-view .videos,
.product-view .options-list,
.product-view .additional-sizes,
.product-view .configurable-swatch-list,
.product-view .learn-more .attributes-list {
  margin-bottom: 0;
  padding-left: 0;
  text-indent: 0;
  list-style: none;
}
.product-view .technology-section .technology-grid,
.product-view .technology-section .title {
  max-width: 1170px;
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.product-view .technology-section .content h4:before {
  font-family: 'contigo';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 0.95;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.product-view .spiff a {
  color: #3eb54a;
  text-decoration: none;
}
.product-view .spiff a:after {
  content: "\e604";
  font-size: 11px;
  padding: 0 2px;
}
.breadcrumbs {
  display: none;
}
@media screen and (min-width: 768px) {
  .product-view-container {
    position: relative;
  }
  .product-view-container .product-details .badge {
    margin: 0;
    right: 15px;
    position: absolute;
    top: -42px;
  }
}
.product-view {
  padding-top: 42px;
}
.product-view .technology-video {
  overflow: hidden;
  position: relative;
}
@media screen and (min-width: 768px) {
  .product-view .technology-grid.reveal {
    transition: opacity 0.3s ease-in-out, bottom 0.3s ease-in-out;
    opacity: 0;
    position: relative;
    bottom: -50px;
  }
  .product-view .technology-grid.reveal.is-animated {
    opacity: 1;
    bottom: 0;
  }
}
.product-view .carousel .slides-wrapper {
  margin: 0 auto;
  overflow: hidden;
  width: 60%;
}
@media screen and (min-width: 768px) {
  .product-view .carousel .slides-wrapper {
    width: 100%;
  }
}
.product-view .carousel .slide {
  text-align: center;
}
.product-view .carousel .carousel-control {
  display: none;
  color: #c2c1c1;
  font-size: 24px;
  left: 0;
}
.product-view .carousel .carousel-control.right {
  left: auto;
  right: 0;
}
.product-view .carousel .controls {
  margin: 36px 0 12px 0;
  font-size: 0;
  text-align: center;
}
.product-view .carousel .controls li {
  display: inline-block;
  vertical-align: top;
  margin-left: 10px;
}
.product-view .carousel .controls li:first-child {
  margin-left: 0;
}
.product-view .carousel .controls li span {
  border: 1px solid #dddddd;
  display: block;
  padding: 2px;
  opacity: 0.47;
  filter: alpha(opacity=47);
  transition: 0.3s ease-out;
}
.product-view .carousel .controls li span:hover,
.product-view .carousel .controls li span.active {
  opacity: 1;
  filter: alpha(opacity=100);
}
.product-view .carousel .controls a,
.product-view .carousel .controls img {
  display: block;
}
.product-view .videos {
  font-size: 0;
  text-align: center;
}
.product-view .videos li {
  display: inline-block;
  vertical-align: top;
  margin-left: 10px;
  width: 52px;
}
.product-view .videos li:first-child {
  margin-left: 0;
}
.product-view .videos a {
  position: relative;
  display: block;
  background-color: #000000;
  border: 1px solid #dddddd;
  opacity: 0.47;
  filter: alpha(opacity=47);
  transition: 0.3s ease-out;
}
.product-view .videos a:hover {
  opacity: 1;
  filter: alpha(opacity=100);
}
.product-view .videos a i {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -7px 0 -7px 0;
  font-size: 14px;
  color: #ffffff;
}
.product-view .product-name h1 {
  margin: 10px 0 6px 0;
  font-size: 20px;
  line-height: 26px;
  font-weight: 300;
}
@media screen and (min-width: 768px) {
  .product-view .product-name h1 {
    font-size: 25px;
    line-height: 32px;
    margin-top: 20px;
  }
}
.product-view .product-name h2 {
  margin: 0;
  font-size: 14px;
  line-height: 24px;
  font-weight: 300;
}
.product-view .price-box {
  margin: 18px 0;
  color: #666666;
}
.product-view .short-description {
  margin: 0 auto;
  max-width: 600px;
  text-align: center;
  font-size: 20px;
}
.product-view .short-description p {
  margin-bottom: 0;
}
.product-view .ratings {
  margin-bottom: 20px;
}
.product-view .ratings .rating-links {
  display: inline-block;
  margin-left: 10px;
}
.product-view .ratings .rating-links a {
  text-decoration: none;
}
.product-view .sku {
  height: 24px;
}
.product-view .product-form {
  padding-top: 30px;
  border-top: 1px solid #ebebeb;
}
.product-view .swatch-attr .custom-styled-select,
.product-view .swatch-attr .super-attribute-select {
  display: none!important;
}
.product-view .swatch-attr .validation-advice {
  margin-top: 10px;
}
.product-view .swatch-link {
  border-radius: 50%;
  height: 30px;
  overflow: hidden;
  width: 30px;
}
.product-view .swatch-link img {
  width: 100%;
}
.product-view .swatch-link,
.product-view .swatch-link img {
  display: block;
}
.product-view .options-list {
  margin-bottom: 30px;
}
.product-view .additional-sizes li.is-media {
  border: 1px solid #d2d0d0;
}
.product-view .additional-sizes,
.product-view .configurable-swatch-list {
  position: relative;
  margin-left: -6px;
  margin-right: -6px;
}
.product-view .additional-sizes li,
.product-view .configurable-swatch-list li {
  float: left;
  margin: 0 2.5px;
}
.product-view .configurable-swatch-list li {
  float: left;
  margin: 0 5px;
}
.product-view .select-label {
  display: block;
  font-size: 12px;
  line-height: 21px;
  color: #999999;
}
.product-view .select-label .individual-sale {
  float: right;
  margin-left: 5px;
  color: red;
  font-weight: bold;
  text-transform: capitalize;
}
.product-view .additional-sizes li:hover a,
.product-view .additional-sizes li.active a,
.product-view .additional-sizes li:hover span,
.product-view .additional-sizes li.active span {
  border-color: #dddddd;
}
.product-view .additional-sizes a,
.product-view .additional-sizes span {
  display: block;
  padding: 12px;
  line-height: 1;
  color: #666666;
  text-decoration: none;
  border: 1px solid transparent;
  transition: 0.3s ease-out;
}
.product-view .add-to-cart .qty {
  width: 55px;
  float: left;
  text-align: center;
  margin-right: 26px;
}
.product-view .sharing-links {
  display: none;
}
.product-view .learn-more {
  margin-top: 30px;
}
.product-view .learn-more .std {
  margin: 15px 0;
}
.product-view .learn-more .short-description .std {
  margin-bottom: 0;
}
.product-view .learn-more .accordion-content {
  font-size: 12px;
  line-height: 2;
}
.product-view .learn-more .accordion-content.gorilla-active {
  height: auto;
}
.product-view .learn-more .row {
  *zoom: 1;
}
.product-view .learn-more .row:before,
.product-view .learn-more .row:after {
  content: " ";
  display: table;
  line-height: 0;
}
.product-view .learn-more .row:after {
  clear: both;
}
.product-view .learn-more .col-1,
.product-view .learn-more .col-2 {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .product-view .learn-more .col-1,
  .product-view .learn-more .col-2 {
    width: 47%;
  }
  .product-view .learn-more .col-1 {
    float: left;
  }
  .product-view .learn-more .col-2 {
    float: right;
  }
}
.product-view .learn-more .accordion-item {
  border: 0;
}
.product-view .learn-more .accordion-item .accordion-trigger {
  color: #3eb54a;
  font-size: 20px;
  font-weight: 300;
}
.product-view .learn-more .accordion-item .accordion-trigger:after {
  position: static;
  margin-left: 10px;
  width: 12px;
  height: 20px;
  display: inline-block;
}
.product-view .learn-more .accordion-content {
  color: #666;
  font-weight: 200;
}
.product-view .learn-more .accordion-content h4 {
  font-weight: 500;
}
.product-view .learn-more .accordion-content-inner {
  padding: 0 20px;
}
.product-view .learn-more .modal-content {
  text-align: center;
}
.product-view .learn-more .attributes-list {
  color: #333333;
  font-size: 13px;
  font-weight: 300;
}
.product-view .learn-more .attributes-list li {
  line-height: 20px;
}
.product-view .learn-more .attributes-list li .label:before {
  content: '+';
  padding-right: 5px;
}
.product-view .learn-more .download {
  display: block;
  margin: 20px 0;
  font-size: 10px;
  font-weight: 600;
  padding-left: 5px;
  text-transform: uppercase;
  text-decoration: none;
}
.product-view .learn-more .download .icon {
  position: relative;
  right: 5px;
}
.product-view .learn-more .retailers {
  list-style-type: none;
  padding-left: 0;
  text-indent: 0;
}
.product-view .learn-more .retailers li {
  display: inline;
  margin-right: 15px;
}
.product-view .product-extras {
  background-color: #fcfcfc;
}
.product-view .product-extras ul {
  text-indent: 0;
}
.product-view .technology-section {
  background-color: #FCFCFC;
  font-size: 16px;
}
.product-view .technology-section .row {
  margin-top: 100px;
  margin-bottom: 100px;
}
.product-view .technology-section .title {
  text-align: center;
  color: #3eb54a;
  padding-top: 30px;
  padding-bottom: 60px;
  margin: 0 auto;
}
.product-view .technology-section .thumbs {
  *zoom: 1;
}
.product-view .technology-section .thumbs:before,
.product-view .technology-section .thumbs:after {
  content: " ";
  display: table;
  line-height: 0;
}
.product-view .technology-section .thumbs:after {
  clear: both;
}
.product-view .technology-section .photo {
  background: center center no-repeat;
  background-size: cover;
  display: block;
  padding-top: 108.5%;
  position: relative;
}
.product-view .technology-section .image {
  text-align: center;
}
.product-view .technology-section .content h4:before {
  content: '\e608';
  display: inline-block;
  font-size: 10px;
  line-height: 20px;
  padding-right: 10px;
  vertical-align: top;
}
@media screen and (min-width: 768px) {
  .product-view .technology-section .content h4 {
    display: none;
  }
}
.product-view .technology-section .label {
  display: none;
}
@media screen and (min-width: 768px) {
  .product-view .technology-section .label {
    display: block;
    font-size: 18px;
    font-weight: 300;
    margin: 16px 0;
    -ms-flex-order: -1;
        order: -1;
  }
}
.product-view .technology-section .text {
  padding-right: 80px;
}
.product-view .technology-section h4 {
  margin-bottom: 1.33333333em;
}
.product-view .technology-section p {
  color: #666666;
  margin: 2em 0;
  line-height: 2;
}
.product-view .technology-section .icon-video-play.is-hidden:before {
  content: none;
}
.product-view .technology-section .icon-video-play:before {
  background-color: transparent;
  border: 1px solid #fff;
  color: #fff;
  content: '\f04b';
  display: inline-block;
  font-family: 'contigo';
  left: 50%;
  padding: 1.25em 2em;
  position: absolute;
  text-align: center;
  top: 50%;
  -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .product-view .technology-section .icon-video-play:before {
    content: none;
  }
}
.product-view .technology-section video {
  display: block;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .product-view .technology-section .item {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    float: left;
    margin-left: 8%;
    width: 28%;
  }
  .product-view .technology-section .item:first-child {
    margin-left: 0;
  }
}
.product-view .description {
  padding-top: 100px;
  padding-bottom: 100px;
}
.product-view .description .image {
  text-align: center;
}
.product-view .description .text p {
  color: #666666;
}
.product-view .description .text ul {
  list-style-type: none;
}
.product-view .description .text ul li {
  color: #666666;
  font-weight: 300;
  font-size: 13px;
  line-height: 30px;
}
.product-view .description .text ul li:before {
  content: '+';
  padding-right: 5px;
}
.product-view .description p {
  color: #666666;
}
.product-view .spiff {
  padding-top: 150px;
  padding-bottom: 150px;
}
.product-view .spiff h1 {
  margin: 0 0 10px 0;
  font-size: 48px;
}
.product-view .spiff p {
  margin-bottom: 10px;
}
.product-view .spiff .vertical-align-inner {
  width: 50%;
  text-align: center;
}
.product-view .full-bleed .button {
  min-width: 0;
}
.product-view .full-bleed p {
  font-size: 18px;
}
.product-specs {
  text-transform: lowercase;
}
.product-tech-talk .title {
  font-size: 18px;
  font-weight: 200;
  margin: 0 0 16px 0;
}
.product-tech-talk ul {
  padding-left: 0;
  text-indent: initial;
}
.product-tech-talk p {
  margin: 0;
}
.product-details .badge {
  margin: 10px 0;
}
.product-details .rating-box {
  float: left;
}
.related-product-section {
  margin: 20px 0;
}
@media screen and (min-width: 768px) {
  .related-product-section {
    margin-bottom: 40px;
  }
}
.related-product-section .product-anchor {
  margin: 0 auto;
  max-width: 60%;
}
@media screen and (min-width: 768px) {
  .related-product-section .product-anchor {
    max-width: none;
  }
}
.related-product-section .product-anchor img {
  display: block;
}
.related-product-section .related-products .item {
  margin-bottom: 0;
}
.related-product-section .related-products header h2 {
  text-align: center;
  font-size: 24px;
  margin: 0 0 40px;
}
.related-product-section .related-products .products-grid .inner {
  padding-bottom: 30px;
}
.price-as-configured {
  display: none;
}
.input-hide,
.product-options dd div span.price-notice {
  display: none;
}
.product-options dt label {
  font-weight: bold;
}
.qty-bundle label {
  margin-bottom: 20px;
}
.product-bundled-product .product-form {
  border: none;
  padding-top: 0;
}
.bundled-table {
  display: none;
  margin-bottom: 30px;
  border: none;
}
.bundled-table th {
  font-size: 14px;
  background-color: transparent;
  border-bottom: 1px solid #ebebeb;
  padding-bottom: 6px;
}
.bundled-table td {
  padding-top: 12px;
  padding-bottom: 12px;
}
.bundled-table th,
.bundled-table td {
  padding-left: 0;
  padding-right: 0;
  border-top: 0;
  border-left: 0;
  border-right: 0;
  text-align: left;
}
.bundled-table th + th,
.bundled-table td + th,
.bundled-table th + td,
.bundled-table td + td {
  padding-left: 10px;
}
.bundled-table .qty,
.bundled-table .product-name {
  font-size: 14px;
  font-weight: 300;
  margin: 0;
}
.foursixty-container {
  margin-bottom: 20px;
  margin-top: 20px;
}
@media screen and (min-width: 768px) {
  .foursixty-container {
    margin-bottom: 40px;
    margin-top: 40px;
  }
}
.foursixty-container .fs-mobile div.fs-entry-container {
  width: calc((100% / 3) - 5px) !important;
}
.box-reviews .review-heading .accordion-trigger {
  font-size: 24px;
  color: #666666;
  font-weight: 300;
}
.box-reviews .review-heading .accordion-trigger:after {
  position: relative;
  right: 0px;
  content: "\e605";
  font-family: contigo;
  font-size: 12px;
}
.box-reviews .review-heading .accordion-trigger.gorilla-active:after {
  content: "\e603";
}
.box-reviews #review-content .ratings {
  text-align: center;
}
.box-reviews #review-content .ratings a {
  text-decoration: none;
}
.box-reviews #review-content .review-count {
  text-align: center;
}
.box-reviews #review-content .reviews .rating {
  margin-bottom: 60px;
}
.box-reviews #review-content .reviews .rating .rating-stars {
  float: left;
  margin-right: 16px;
  margin-top: -2px;
}
.box-reviews #review-content .reviews .rating .review-title {
  text-decoration: none;
}
.box-reviews #review-content .reviews .rating .review-date {
  margin: 27px 0;
}
.box-reviews #review-content .reviews .limiter {
  display: none;
}
.box-reviews #review-content .form-add {
  padding-left: 100px;
}
.box-reviews #review-content .form-add #stars {
  margin: 17px 0 20px;
}
.box-reviews #review-content .form-add #review_field {
  width: 100%;
  height: 144px;
}
.box-reviews #review-content .form-add .button {
  min-width: 0px;
}
.care-and-use a {
  text-decoration: none;
  color: #3eb54a;
}
.care-and-use h1 {
  color: #3eb54a;
  font-weight: 200;
}
.care-and-use .heading .section-links {
  list-style-type: none;
}
.care-and-use .section {
  padding: 25px;
}
.care-and-use .section ul {
  text-align: left;
}
.care-and-use address {
  font-style: normal;
}
@media screen and (max-width: 768px) {
  .product-view {
    padding-top: 20px;
  }
  .product-view .carousel:before {
    top: 0;
    right: auto;
    left: 15px;
  }
  .product-view .carousel .controls {
    text-align: center;
    list-style-type: none;
  }
  .product-view .carousel .controls li {
    margin-left: 3px;
  }
  .product-view .carousel .controls li span {
    width: 8px;
    height: 8px;
    background-color: #cccccc;
    display: inline-block;
  }
  .product-view .carousel .controls li span.active {
    background-color: #3eb54a;
  }
  .product-view .carousel .controls li span img {
    display: none;
  }
  .product-view .carousel .carousel-control {
    display: block;
  }
  .product-view .carousel .carousel-control.disabled {
    display: none;
  }
  .product-view .carousel .controls.disabled {
    display: none;
  }
  .product-view .videos {
    display: none;
  }
  .product-view .product-options-bottom {
    padding-top: 30px;
    border-top: 1px solid #ebebeb;
  }
  .product-view .add-to-cart .qty {
    width: 55px;
    float: left;
    text-align: center;
    margin-right: 10px;
  }
  .product-view .add-to-cart .button {
    width: 100%;
    width: calc(100% - 65px);
  }
  .product-view .product-extras .row {
    margin: 0;
  }
  .product-view .product-extras .right {
    float: none;
  }
  .product-view .specs-care .accordion-item:first-child {
    border: 0;
  }
  .product-view .specs-care .accordion-trigger {
    font-size: 19px;
    color: #666666;
    font-weight: 300;
  }
  .product-view .specs-care .accordion-trigger:after {
    font-size: 16px;
    font-weight: 600;
  }
  .product-view .technology-section {
    font-size: inherit;
  }
  .product-view .technology-section .row {
    margin-top: 60px;
    margin-bottom: 60px;
  }
  .product-view .technology-section .pull-right {
    float: none !important;
  }
  .product-view .technology-section .text {
    padding-top: 30px;
    padding-right: 0;
  }
  .product-view .technology-section p {
    line-height: 24px;
  }
  .product-view .description {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .product-view .description h2 {
    text-align: center;
    font-size: 24px;
    color: #3eb54a;
  }
  .product-view .description h4 {
    text-align: center;
  }
  .product-view .video-container {
    height: 460px;
    padding-top: 0;
    background-size: cover;
    background-position: center center;
  }
  .product-view .video-container .button {
    width: auto;
  }
  .product-view .spiff {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .product-view .spiff .vertical-align,
  .product-view .spiff .vertical-align-inner {
    display: block;
    width: 100%;
    text-align: center;
  }
  .related-products header h2 {
    text-align: center;
    font-size: 24px;
    color: #666666;
  }
  .bundled-table {
    margin-bottom: 0;
  }
  .bundled-table tr:last-child td {
    border-bottom: none;
  }
  .box-reviews #review-content .form-add {
    padding-left: 0;
  }
}
.product-lifetime-guarantee {
  position: absolute;
  top: 0;
  left: 10%;
  width: 56px;
  height: 56px;
}
.product-lifetime-guarantee:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 56px;
  height: 56px;
  background: url('../images/lifetime-guarantee.png') no-repeat;
  z-index: 1;
}
.product-lifetime-guarantee .product-lifetime-tooltip {
  display: none;
  background-color: #f1f1f1;
  z-index: 1;
}
.product-lifetime-guarantee .product-lifetime-tooltip p {
  margin: 0;
  font-size: 10px;
  line-height: 16px;
  color: #666;
}
.product-lifetime-guarantee:hover .product-lifetime-tooltip {
  display: block;
  position: absolute;
  top: 67px;
  left: 32px;
  background-color: #f1f1f1;
  padding: 15px;
  width: 220px;
}
@media screen and (min-width: 768px) {
  .product-lifetime-guarantee {
    left: 50px;
  }
}
