/* ============================================ *
 * Global
 * ============================================ */
/***/
/***/
/*********************************************/
/**********************************/
/**************************************/
/***************************************/
/****************************************/
/****************************************/
/* ============================================ *
 * Linearize Table
 * ============================================ */
/***/
/***/
/* -------------------------------------------- *
 * Buttons
 */
.featured-carousel-btn a {
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  background: #4AC0E0;
  display: inline-block;
  padding: 16px 26px;
  color: #212121;
  border: none;
  font-size: 16px;
  font-weight: 400;
  font-family: "DIN2014-Bold", sans-serif;
  text-align: center;
  text-transform: uppercase;
  vertical-align: middle;
  overflow: hidden;
  position: relative; }
  .featured-carousel-btn a span {
    z-index: 9;
    position: relative; }
  .featured-carousel-btn a:not(a)::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 0;
    bottom: 0;
    left: 0;
    background: #8A8B8A;
    z-index: 2; }
  .featured-carousel-btn a:hover {
    background: #8A8B8A;
    cursor: pointer; }
    .featured-carousel-btn a:hover::after {
      height: 100%; }
  .featured-carousel-btn a:active::after {
    background: #8A8B8A; }
  .featured-carousel-btn a:focus {
    color: #212121;
    background: #8A8B8A; }

.featured-carousel-btn a {
  background: #212121;
  color: #4AC0E0;
  text-shadow: none; }
  .featured-carousel-btn a:not(a)::after {
    background: #4A4C4B; }
  .featured-carousel-btn a:hover {
    background: #4A4C4B;
    cursor: pointer;
    color: #4AC0E0; }
  .featured-carousel-btn a:active {
    color: #4AC0E0; }
    .featured-carousel-btn a:active::after {
      background: #4A4C4B; }
  .featured-carousel-btn a:focus {
    background: #4A4C4B;
    color: #4AC0E0;
    outline: none; }

/* -------------------------------------------- *
 * Button hover
 */
.featured-carousel-btn a:hover {
  border-bottom-color: transparent;
  border-right-color: transparent;
  border-top-color: rgba(0, 0, 0, 0.28);
  border-left-color: rgba(0, 0, 0, 0.2); }

.featured-carousel-btn a:hover {
  z-index: 999; }

/* -------------------------------------------- *
 * Swatch label hover
 */
/* -------------------------------------------- *
 * Custom Radio button, Checkbox
 */
/* -------------------------------------------- *
 * Custom Select
 */
/* -------------------------------------------- *
 * Theme elements
 */
.theme-border, .table-bordered {
  border-top: solid 2px #4AC0E0; }

.theme-color {
  color: #4AC0E0; }

.title-border {
  border-bottom: solid 2px #dfdfdf;
  padding-bottom: 10px !important;
  margin-bottom: 20px !important; }
  @media only screen and (max-width: 767px) {
    .title-border {
      margin-bottom: 15px !important;
      padding-bottom: 10px !important; } }

.theme-block {
  border: solid 1px #dfdfdf;
  border-top: solid 2px #4AC0E0;
  padding: 30px 29px;
  margin-bottom: 60px; }

.no-theme-block {
  border: none;
  padding: 0;
  margin-bottom: 0; }

.table-bordered thead > tr > th,
.table-bordered thead > tr > td {
  font-size: 16px;
  line-height: 1.667em;
  color: #333333;
  text-transform: uppercase;
  font-weight: 500; }

@media only screen and (max-width: 991px) {
  .theme-block {
    padding: 15px;
    margin-bottom: 30px; } }
/* -------------------------------------------- *
* Table Bordered
*/
.table-bordered thead > tr > th,
.table-bordered thead > tr > td {
  border-bottom-width: 1px; }
.table-bordered th, .table-bordered td {
  border: solid 1px #dfdfdf; }

/* -------------------------------------------- *
 * Material Design Click Animation
 */
.ink {
  display: block;
  position: absolute;
  background: rgba(0, 0, 0, 0.1);
  border-radius: 100%;
  -moz-transform: scale(0);
  -o-transform: scale(0);
  -ms-transform: scale(0);
  -webkit-transform: scale(0);
  transform: scale(0);
  z-index: 9999; }

.animate {
  -webkit-animation: ripple 0.65s linear;
  -webkit-animation: ripple 0.65s linear;
  -moz-animation: ripple 0.65s linear;
  -ms-animation: ripple 0.65s linear;
  -o-animation: ripple 0.65s linear;
  animation: ripple 0.65s linear; }

@-webkit-keyframes ripple {
  100% {
    opacity: 0;
    -moz-transform: scale(2.5);
    -o-transform: scale(2.5);
    -ms-transform: scale(2.5);
    -webkit-transform: scale(2.5);
    transform: scale(2.5); } }
@-moz-keyframes ripple {
  100% {
    opacity: 0;
    -moz-transform: scale(2.5);
    -o-transform: scale(2.5);
    -ms-transform: scale(2.5);
    -webkit-transform: scale(2.5);
    transform: scale(2.5); } }
@-o-keyframes ripple {
  100% {
    opacity: 0;
    -moz-transform: scale(2.5);
    -o-transform: scale(2.5);
    -ms-transform: scale(2.5);
    -webkit-transform: scale(2.5);
    transform: scale(2.5); } }
@keyframes ripple {
  100% {
    opacity: 0;
    -moz-transform: scale(2.5);
    -o-transform: scale(2.5);
    -ms-transform: scale(2.5);
    -webkit-transform: scale(2.5);
    transform: scale(2.5); } }
/* -------------------------------------------- *
 * Icons
 */
.icon-sprite, .icon-sprite-for-modules {
  background-image: url(../images/icon_sprite.png);
  background-repeat: no-repeat;
  text-indent: -9999px; }

.icon-sprite-for-modules {
  background-image: url(../images/icon_sprite.png); }

@media (-webkit-min-device-pixel-ratio: 2), (min--moz-device-pixel-ratio: 2), (-o-min-device-pixel-ratio: 4 / 2), (min-device-pixel-ratio: 2), (min-resolution: 192dpi), (min-resolution: 2dppx) {
  .icon-sprite, .icon-sprite-for-modules {
    background-image: url(../images/icon_sprite@2x.png);
    background-size: 100px 1000px; } }
html,
body {
  height: 100%; }

.wrapper {
  min-width: 320px;
  min-height: 100%;
  margin: 0 auto;
  background-color: #ffffff; }

.wrapper:after {
  content: '';
  display: table;
  clear: both; }

.page {
  margin: 0 auto;
  padding: 0 0 0;
  text-align: left;
  max-width: 100%;
  background-color: #ffffff;
  overflow: hidden; }

@media (min-width: 768px) {
  .container {
    width: 750px; } }
@media (min-width: 992px) {
  .container {
    width: 970px; } }
@media (min-width: 1260px) {
  .container {
    width: 1260px; } }

/*
-------------------------------
GT THEME OVERRIDES
-------------------------------
*/
body, input, select, table, textarea {
  font-family: "DIN2014-Regular", sans-serif;
  color: #000;
  font-size: 14px; }

p {
  margin: 0 0 20px;
  line-height: 1.65em; }

/*HOME SLIDER*/
.slider-block {
  border-bottom: none; }

.camera_prev {
  left: 3%; }

.camera_next {
  right: 3%; }

.camera_prev:hover > span:before,
.camera_next:hover > span:before {
  color: #4AC0E0; }

.camera_caption {
  padding-top: 17%;
  text-align: center;
  left: 50%;
  margin-left: -40%; }

.camera_caption h3 {
  color: #ffffff;
  margin-left: 0px;
  text-transform: uppercase;
  font-family: "Roag W05 Black", sans-serif;
  font-style: normal; }

.camera_caption p {
  color: #ffffff;
  max-width: 800px;
  margin: 10px auto;
  font-family: "DIN2014-Regular", sans-serif; }

.camera_caption a.button {
  margin-left: 0;
  height: 50px;
  line-height: 50px;
  padding: 0 30px;
  font-size: 16px;
  display: inline-block;
  border: none;
  font-family: "DIN2014-Bold", sans-serif;
  color: #212121;
  background: #4AC0E0;
  text-transform: uppercase;
  margin-top: 20px;
  letter-spacing: 0;
  font-weight: normal; }

.camera_caption a.button:hover {
  color: #212121;
  background: #8A8B8A; }

/*HOME BANNERS*/
/*Content Blocks > Banner Container 1  - Used on Home page*/
.banner-container-1 .banner-block.box-1 {
  border-top: 3px solid #000000;
  border-bottom: 3px solid #000000;
  border-right: 3px solid #000000; }

.banner-container-1 .banner-block.box-2 {
  border-top: 3px solid #000000;
  border-bottom: 3px solid #000000;
  border-left: 3px solid #000000; }

.banner-container-1 .banner-block.box-3 {
  border-top: 3px solid #000000;
  border-bottom: 3px solid #000000;
  border-right: 3px solid #000000; }

.banner-container-1 .banner-block.box-4 {
  border-top: 3px solid #000000;
  border-bottom: 3px solid #000000;
  border-left: 3px solid #000000; }

.banner-container-1 .banner-block .text-box .banner-btn,
.banner-container-1 .banner-block h3,
.banner-container-1 .banner-block.box-2 h3 {
  text-transform: uppercase;
  text-decoration: none;
  font-size: 3vw;
  line-height: 0.8;
  color: #FFF;
  margin-top: 15px;
  font-weight: 700; }

.banner-container-1 .banner-block .text-box .banner-btn:hover,
.banner-container-1 .banner-block h3:hover {
  color: #4AC0E0; }

.banner-container-1 .banner-block .text-box,
.banner-container-1 .banner-block.box-2 .text-box {
  padding: 29.6% 0% 5.6% 5%;
  text-align: left;
  float: left; }

/*Content Blocks > Featured Bikes Carousel - Used on Home page*/
.widget-catalogsale-products-carousel .page-title h1 {
  font-size: 17px;
  padding-bottom: 3px;
  position: relative;
  text-align: center;
  margin: 0 auto;
  font-family: "DIN2014-Regular", sans-serif;
  border-bottom: 3px solid #000000;
  display: inline-block; }

.widget-catalogsale-products-carousel .products-grid .actions {
  display: none; }

.featured-carousel-btn {
  margin: 80px auto 80px;
  text-align: center; }

/*Content Blocks > Banner Container 2  - Used on Home page*/
/*.video-block {
    position: relative;
    background-color:  #333;
    background-size: cover;
    left: 0%;
    z-index: 5;
    #bgndVideo {
        bottom: 0;
        left: 0;
        position: absolute;
        right: 0;
        top: 0;
        z-index: 1;
    }
    .banner-container-2-wrapper {
        position: relative;
        z-index: 9;
        padding: 10.25% 8.1% 15.97%;
        p {
            font-size: 17px;
            color: $c-white;
			font-weight: 300;
			max-width: 360px;
        }
        h3 {
            font-size: 72px;
            color: $c-white;
            text-transform: uppercase;
            font-family: $f-stack-sans;
            @include bp(max-width, $bp-small) {font-size: 55px;}
        }
        .subtitle {
            font-size: 25px;
            text-transform: uppercase;
            color: $c-white;
            display: block;
            font-family: $f-stack-sans;
			font-weight: 300;
			margin-top: 40px;
			margin-bottom: 20px;
        }
        .button {
            line-height: 40px;
            margin-top: 50px;
        }
    }
}*/
.banner-container-2 img {
  width: 100%;
  margin-bottom: 20px; }
.banner-container-2 h1 {
  font-size: 54px;
  margin-bottom: 3px; }
.banner-container-2 h4 {
  font-size: 17px;
  padding-bottom: 14px;
  border-bottom: 3px solid #000000;
  display: inline-block;
  padding-bottom: 3px;
  font-family: "DIN2014-Bold", sans-serif;
  margin-bottom: 6px; }
.banner-container-2 p {
  font-size: 16px;
  margin-bottom: 12px; }
.banner-container-2 .more-link {
  font-size: 16px;
  text-transform: uppercase;
  color: #4AC0E0;
  position: relative; }
  .banner-container-2 .more-link:after {
    font-family: FontAwesome;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0);
    content: "\f105";
    font-size: 25px;
    line-height: 20px;
    position: absolute;
    top: 0;
    right: -18px; }

/*Content Blocks > Banner Container 3  - Used on Home page*/
.banner-container-3 img {
  width: 100%;
  margin-top: 20px;
  margin-bottom: 20px; }
.banner-container-3 h1 {
  font-size: 54px;
  margin-bottom: 3px; }
.banner-container-3 h4 {
  font-size: 17px;
  border-bottom: 3px solid #000000;
  display: inline-block;
  padding-bottom: 3px;
  font-family: "DIN2014-Bold", sans-serif;
  margin-bottom: 6px; }
.banner-container-3 p {
  font-size: 16px;
  margin-bottom: 12px; }
.banner-container-3 .more-link {
  font-size: 16px;
  text-transform: uppercase;
  color: #4AC0E0;
  position: relative; }
  .banner-container-3 .more-link:after {
    font-family: FontAwesome;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0);
    content: "\f105";
    font-size: 25px;
    line-height: 20px;
    position: absolute;
    top: 0;
    right: -18px; }

/* BUTTONS */
/*.button.button-secondary, .button, .cart-table .product-cart-actions .button, #co-shipping-method-form .buttons-set .button, .footer .button, .compare-table .btn-cart {
    background: $c-dark-gray;
    color: $c-main;
    font-family: $f-stack-bold;
}


.button.button-secondary:hover, .button:hover, .cart-table .product-cart-actions .button:hover, #co-shipping-method-form .buttons-set .button:hover, .footer .button:hover, .compare-table .btn-cart:hover {
    background: $c-main;
	color: $c-dark-gray;
    display: inline-block;
}

.button.button-secondary:not(a)::after, .button:not(a)::after, .cart-table .product-cart-actions .button:not(a)::after, #co-shipping-method-form .buttons-set .button:not(a)::after, .footer .button:not(a)::after,
.compare-table .btn-cart::after {
    background: #333;
}
*/
/*Titles*/
.page-title, .page-title h1, .widget-title {
  text-align: center;
  font-family: "DIN2014-Regular", sans-serif;
  font-weight: 700;
  font-size: 36px;
  margin-bottom: 1.0em; }

.page-title,
.page-title h1 {
  font-family: "Roag W05 Black", sans-serif;
  text-align: center;
  font-size: 60px; }

/*Blog*/
.blog-index-list .page-title h1 {
  display: none; }
.blog-index-list .postWrapper .postTitle h2 {
  color: #000000;
  text-align: left;
  font-size: 60px;
  line-height: 70px;
  position: relative;
  padding-bottom: 20px; }
  .blog-index-list .postWrapper .postTitle h2::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 3px;
    background: #000000;
    bottom: 0;
    left: 0; }
  .blog-index-list .postWrapper .postTitle h2 a {
    color: #000000; }
    .blog-index-list .postWrapper .postTitle h2 a:hover {
      color: #4AC0E0; }
.blog-index-list .top-toolbar {
  display: none; }
.blog-index-list .blog-list .postWrapper .blog-img-block {
  float: none;
  margin: 0;
  width: 100%; }
  .blog-index-list .blog-list .postWrapper .blog-img-block img {
    width: 100%; }
.blog-index-list h3 {
  font-family: "XheighterCondensedBoldItalic", sans-serif; }
.blog-index-list .blog-list > li:not(.last) {
  border-bottom: none; }

.blog-post-view .postWrapper .postTitle.page-title {
  border-bottom: solid 3px #000000;
  padding-bottom: 10px !important;
  margin-bottom: 20px !important;
  padding-left: 0; }
  .blog-post-view .postWrapper .postTitle.page-title h2 {
    font-size: 60px;
    color: #000000;
    padding-bottom: 0;
    margin-bottom: 23px;
    text-transform: uppercase;
    margin-bottom: 0;
    text-align: left; }
.blog-post-view .post-container .postDetails {
  text-align: left;
  padding-bottom: 10px; }
.blog-post-view h3 {
  font-family: "XheighterCondensedBoldItalic", sans-serif !important; }

.blog-bg .container {
  max-width: 1240px;
  width: auto;
  padding: 0 15px; }
.blog-bg h3 {
  margin-bottom: 3px;
  font-size: 17px;
  font-family: "DIN2014-Bold", sans-serif;
  line-height: 20px; }
.blog-bg .page-title {
  text-align: left !important;
  border-bottom: 3px solid #000000;
  display: inline-block;
  padding: 0 0 3px;
  margin: 0 0 20px -15px; }
  @media only screen and (max-width: 991px) {
    .blog-bg .page-title {
      margin: 0 0 20px 0; } }
.blog-bg .more-link {
  font-size: 16px;
  text-transform: uppercase; }
.blog-bg .widget-latest-title a {
  font-family: "XheighterCondensedBoldItalic", sans-serif;
  -webkit-font-smoothing: antialiased;
  text-transform: uppercase; }

/*Owl Controls*/
.owl-controls .owl-nav div.owl-prev::before, .owl-controls .owl-nav div.owl-next::before {
  color: #4A4C4B; }

.owl-controls .owl-nav div.owl-prev, .owl-controls .owl-nav div.owl-next,
.owl-controls .owl-nav div.owl-prev:hover, .owl-controls .owl-nav div.owl-next:hover {
  background: #000;
  background: transparent; }

/*CATEGORY PAGES*/
.product-subcategory-plp {
  text-transform: uppercase;
  font-size: 14px;
  color: #4A4C4B;
  font-family: "DIN2014-Bold", sans-serif; }

/*.category-title h1{
    font-family: $f-stack-special;
    text-align: left;
    margin-left: 25%;
    font-size: 60px;
    @include bp(max-width, $bp-medium) {
        margin-left: 0;
        text-align: center;
    }
}*/
.block-layered-nav .block-content > dl > dt {
  background-color: #ffffff;
  color: #000000;
  padding: 14px 0 5px;
  font-family: "DIN2014-Bold", sans-serif; }
  @media only screen and (max-width: 767px) {
    .block-layered-nav .block-content > dl > dt {
      background-color: #000000;
      color: #ffffff;
      padding: 10px 20px; }
      .block-layered-nav .block-content > dl > dt:hover {
        color: #FFFFFF; } }

.block-layered-nav .block-content > dl > dd {
  padding: 5px 0 30px;
  background-color: #ffffff;
  margin: 0; }
  @media only screen and (max-width: 767px) {
    .block-layered-nav .block-content > dl > dd {
      background-color: #000000;
      color: #ffffff;
      padding: 10px 20px; } }

.mini-products-list {
  display: none; }

.category-products .toolbar {
  display: none; }
.category-products .toolbar-bottom .toolbar {
  display: block; }

/*PRODUCT PAGES*/
#my-product {
  margin-bottom: 80px; }

.products-grid .product-name,
.products-list .product-name {
  margin-bottom: 10px;
  font-family: "XheighterCondensedBoldItalic", sans-serif;
  text-transform: uppercase;
  font-size: 28px;
  margin-bottom: 2px; }

.products-grid .wrapper-hover .desc_grid {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 16px;
  color: #000000;
  text-align: left; }

.products-grid .price-box {
  margin: 12px 0 5px; }
  .products-grid .price-box .price,
  .products-grid .price-box .special-price .price {
    color: #4A4C4B;
    font-size: 20px;
    font-family: "DIN2014-Regular", sans-serif;
    font-weight: 400;
    margin: 0; }

.product-view .product-shop .price-box .regular-price .price,
.product-view .product-shop .price-box .special-price .price,
.product-view .product-shop .price-box .full-product-price .price {
  font-size: 45px;
  font-family: "XheighterCondensedBoldItalic", sans-serif; }

#block-related,
#upsell-product {
  display: none; }

.product-description {
  padding-right: 20px;
  color: #212121;
  font-size: 16px; }
  .product-description:after {
    content: "";
    background-color: #EAEAEA;
    position: absolute;
    width: 1px;
    height: 100%;
    min-height: 140px;
    top: 0;
    right: 0;
    display: block; }
  .product-description h5 {
    font-family: "DIN2014-Bold", sans-serif;
    font-size: 20px;
    color: #212121;
    text-transform: none; }

.features_right {
  padding-left: 30px; }
  .features_right ul li {
    list-style-type: disc;
    color: #4A4C4B;
    font-size: 18px;
    margin: 0 0 12px; }

.video-box {
  border-top: 1px solid #EAEAEA;
  margin-top: 48px; }
  .video-box .box-collateral-content {
    padding: 60px 0; }

.tech-top img {
  max-width: 100%;
  margin-bottom: 50px; }

.tech {
  display: flex;
  align-items: center;
  padding: 0 15px; }
  .tech .col-md-6 {
    padding-left: 0 !important;
    padding-right: 0 !important; }
  .tech-left {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap; }
    .tech-left h4 {
      font-size: 28px;
      border-bottom: 3px solid #000000;
      display: inline-block;
      padding-bottom: 3px;
      font-family: "XheighterCondensedBoldItalic", sans-serif;
      margin-bottom: 6px;
      margin-right: 40px;
      line-height: 28px; }
    .tech-left p {
      padding-right: 40px;
      font-size: 16px; }
    .tech-left img {
      width: 100%;
      max-width: 100%; }
  .tech-right {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap; }
    .tech-right h4 {
      font-weight: 800;
      font-size: 28px;
      border-bottom: 3px solid #000000;
      display: inline-block;
      padding-bottom: 3px;
      font-family: "XheighterCondensedBoldItalic", sans-serif;
      margin-bottom: 6px;
      margin-left: 50px;
      line-height: 28px; }
    .tech-right p {
      padding-left: 50px;
      font-size: 16px; }
    .tech-right img {
      width: 100%;
      max-width: 100%; }

/* -------------------------------------------- *
 * Product Name
 */
h2.product-name,
h3.product-name,
h4.product-name,
h5.product-name,
p.product-name {
  font-size: 17px;
  font-weight: 400;
  line-height: 1.56em; }

h2.product-name a,
h3.product-name a,
h4.product-name a,
h5.product-name a,
p.product-name a {
  color: c-black; }

h2.product-name a:hover,
h3.product-name a:hover,
h4.product-name a:hover,
h5.product-name a:hover,
p.product-name a:hover {
  color: #4AC0E0; }

.price-box .old-price .price {
  display: none; }

.geo-box img {
  max-width: 100%; }

.toolbar, .pager {
  font-family: "DIN2014-Regular", sans-serif;
  /*color: #ccc;*/ }

.sorter > .view-mode strong.list,
.sorter > .view-mode strong.grid {
  color: #4AC0E0;
  /*background-color: #333;*/ }

.sorter > .sort-by .sort-by-switcher,
.pager .amount {
  color: #333333;
  font-size: 16px;
  /*background-color: #333;*/ }

.btn-remove:after {
  color: #333333; }

/* TABLES */
table {
  font-family: "DIN2014-Regular", sans-serif;
  color: #000;
  font-size: 14px;
  line-height: 1.5; }

.theme-border, .table-bordered, .table-bordered, .compare-table {
  border-top: solid 2px #4AC0E0 !important; }

.data-table tbody td, .data-table tfoot td {
  font-family: "DIN2014-Regular", sans-serif;
  font-weight: 300; }

/* DL */
dl.faq dd {
  margin-bottom: 2em;
  line-height: 24px; }

/* ICONS */
.catalog-product-compare-index .title-buttons h1:before {
  color: #4AC0E0 !important; }

/* PRODUCT COMPARE */
.link-print {
  font-size: 24px; }

/*FOOTER*/
.footer-about {
  display: inline-block;
  margin: 0 0 60px; }
  .footer-about h1 {
    font-family: "FuriousStyles", sans-serif;
    color: #4AC0E0;
    font-size: 75px;
    -webkit-font-smoothing: antialiased; }
  .footer-about p {
    color: #8A8B8A;
    font-size: 16px;
    font-weight: 400;
    font-family: "DIN2014-Regular", sans-serif; }

.left {
  float: left; }

.right {
  float: right; }

.half-width {
  display: inline-block;
  width: 50%; }

@media only screen and (max-width: 479px) {
  .left, .right {
    float: none; }

  .half-width {
    width: 100%; } }
/*SHOPIFY BUY BUTTON */
@media (min-width: 950px) {
  .shopify-buy-frame--product.shopify-buy__layout-horizontal iframe {
    max-width: 1230px !important; } }
/*MOBILE TWEEKS*/
@media only screen and (max-width: 1199px) {
  .more-views {
    height: auto;
    max-width: 380px; } }
@media only screen and (max-width: 991px) {
  .logo {
    margin: 20px auto;
    float: none;
    width: 240px; }

  .skip-link.skip-nav {
    border-left: none; }

  .skip-link {
    border-right: none; }

  #search {
    width: 100%; }

  #search_mini_form .search-button {
    border-bottom: none; }

  .home-banner-cols .row {
    display: flex;
    display: -ms-flex;
    flex-direction: column; }

  .home-banner-cols .row .first {
    order: 2; }

  .home-banner-cols .row .second {
    order: 1; }

  .more-views {
    width: 70%; } }
@media only screen and (max-width: 767px) {
  .banner-container-1 .banner-block.box-1,
  .banner-container-1 .banner-block.box-2,
  .banner-container-1 .banner-block.box-3,
  .banner-container-1 .banner-block.box-4 {
    border-top: 0px;
    border-right: none;
    border-left: none; }

  .banner-container-1 .banner-block .text-box .banner-btn,
  .banner-container-1 .banner-block h3,
  .banner-container-1 .banner-block.box-2 h3 {
    font-size: 8vw; }

  #narrow-by-list dd .swatch-link.has-image .count,
  .block-layered-nav dl dd ol > li > a .count {
    color: #4AC0E0; }

  .product-collateral > dl > dd {
    padding: 5px 30px 30px;
    background-color: #ffffff;
    margin: 0; }

  .tech-top img {
    width: 100%;
    margin-bottom: 0px; }

  .tech {
    display: block;
    padding: 40px 15px; }

  .tech-left p,
  .tech-left h4 {
    padding-right: 0px; }

  .tech-left img {
    padding-bottom: 20px; }

  .tech-right p,
  .tech-right h4 {
    padding-left: 0px; }

  .product-collateral {
    border-top: none; }

  .product-collateral > dl > dt {
    color: #000000;
    font-weight: 500;
    margin-bottom: 0px;
    border-top: none;
    border-bottom: solid 2px #4AC0E0;
    position: relative;
    background-color: #ffffff; }

  .product-collateral.accordion-open > dl > dt.current,
  .product-collateral > dl > dt:hover {
    border-bottom-width: 2px;
    background-color: #ffffff;
    color: #4AC0E0; } }
@media only screen and (min-width: 480px) {
  .main-container {
    padding: 30px 0 30px; } }
@media only screen and (max-width: 479px) {
  .banner-container-1 {
    display: flex; } }
