/*********************
SITE GENESIS
**********************/
.pt_product-compare .product-tile, .category-switch {
  *zoom: 1; }
  .pt_product-compare .product-tile:before, .category-switch:before, .pt_product-compare .product-tile:after, .category-switch:after {
    content: " ";
    display: table;
    line-height: 0; }
  .pt_product-compare .product-tile:after, .category-switch:after {
    clear: both; }

/************************
Responsive Mixin Usage:

- 768px or larger:
  default (no mixin)
  
- >=768px:
	@include respond('standard') {
		//for standard viewport settings only
	}

- >=940px:
	@include respond('desktop') {
		//for desktop viewports only
	}
	
- >=1024px:
	@include respond('desktopMin'){
		//for desktop viewports only
	}
	
- 1200px -> 1400px;	
	@include respond('medium-desktop') {
		//for tablet viewports only
	}
	
- 1300px -> 1400px;	
	@include respond('medium-lg-desktop') {
		//for tablet viewports only
	}
	
- 1024px -> 1200px;	
	@include respond('small-desktop') {
		//for tablet viewports only
	}

- 1024px -> 1150px;	
	@include respond('xsmall-desktop') {
		//for tablet viewports only
	}

- 768px -> 1024px;	
	@include respond('large') {
		//for tablet viewports only
	}
	
- 768px -> 940px;	
	@include respond('medium') {
		//for tablet viewports only
	}
		
- <= 768px:	
	@include respond('small') {
		//for mobile viewports
	}
	
- <= 480px:	
	@include respond('xsmall') {
		//for extra small mobile viewports
	}
	
- <= 380px:	
	@include respond('xxsmall') {
		//for extra small mobile viewports
	}
	


****************************/
.js-offset .pt_product-compare .compare-tabs.mobile {
  position: fixed;
  letter-spacing: 0;
  top: 0;
  width: 100%;
  z-index: 5000; }
  .js-offset .pt_product-compare .compare-tabs.mobile .compare-tabs-single li {
    margin-top: 0;
    border-right: 1px solid #d3d9e1;
    width: 32.9%; }
    .js-offset .pt_product-compare .compare-tabs.mobile .compare-tabs-single li:first-child {
      border-left: 1px solid #d3d9e1; }
  .js-offset .pt_product-compare .compare-tabs.mobile .compare-tabs-single a.tab-button {
    display: block;
    background: #FFF; }
    .js-offset .pt_product-compare .compare-tabs.mobile .compare-tabs-single a.tab-button .product-name {
      padding: .5em 0; }
  .js-offset .pt_product-compare .compare-tabs.mobile .compare-product-image {
    display: none; }

.pt_product-compare .header-area {
  z-index: 1; }
  @media only screen and (max-width: 768px) {
    .pt_product-compare .header-area {
      position: relative;
      z-index: 300; } }
  .pt_product-compare .header-area .compare-copy {
    position: absolute;
    top: 5%;
    left: 0;
    right: 0;
    width: 77%;
    margin: 0 auto; }
    @media only screen and (min-width: 769px) and (max-width: 1024px) {
      .pt_product-compare .header-area .compare-copy {
        top: 3%; } }
    @media only screen and (min-width: 769px) and (max-width: 925px) {
      .pt_product-compare .header-area .compare-copy {
        top: 1%; } }
    @media only screen and (max-width: 768px) {
      .pt_product-compare .header-area .compare-copy {
        top: 13%;
        width: 99%; } }
    .pt_product-compare .header-area .compare-copy h3 {
      color: #FFF;
      text-align: center;
      font: italic 20px "proxima-nova", sans-serif;
      text-transform: capitalize;
      margin-bottom: .3em; }
      @media only screen and (max-width: 768px) {
        .pt_product-compare .header-area .compare-copy h3 {
          font-size: 12px; } }
    .pt_product-compare .header-area .compare-copy h1.responsive-headline {
      color: #FFF;
      text-align: center;
      position: relative; }
      @media only screen and (max-width: 768px) {
        .pt_product-compare .header-area .compare-copy h1.responsive-headline {
          font-family: "proxima-nova", sans-serif;
          font-size: 45px;
          font-weight: 600;
          text-transform: none; } }
  .pt_product-compare .header-area img {
    max-width: 100%;
    width: 100%;
    height: auto; }

.pt_product-compare .tiles-container {
  position: relative;
  max-width: 81%;
  margin: -21% auto 0;
  z-index: 500;
  text-align: center; }
  @media only screen and (min-width: 769px) and (max-width: 1024px) {
    .pt_product-compare .tiles-container {
      margin-top: -20%;
      max-width: 86%; } }
  @media only screen and (min-width: 769px) and (max-width: 925px) {
    .pt_product-compare .tiles-container {
      margin-top: -20%;
      max-width: 96%; } }
  @media only screen and (max-width: 768px) {
    .pt_product-compare .tiles-container {
      width: 100%;
      margin-top: 5%; } }

.pt_product-compare .compare-tabs.mobile {
  text-align: center; }
  .pt_product-compare .compare-tabs.mobile .compare-tabs-single {
    list-style: none;
    padding: 0;
    margin: 0;
    font-size: 0;
    position: relative; }
    .pt_product-compare .compare-tabs.mobile .compare-tabs-single li {
      display: inline-block;
      width: 33.333%;
      position: relative;
      z-index: 500;
      margin-top: -26%;
      height: 100%; }
      .pt_product-compare .compare-tabs.mobile .compare-tabs-single li.compare-tabs-variable-border {
        position: absolute;
        top: 0;
        margin-top: 0;
        height: 100%;
        z-index: 499;
        box-sizing: border-box; }
        .pt_product-compare .compare-tabs.mobile .compare-tabs-single li.compare-tabs-variable-border.three-tab-border {
          left: 33.333%;
          border-right: 1px solid #d3d9e1;
          border-left: 1px solid #d3d9e1;
          width: 33.333%; }
        .pt_product-compare .compare-tabs.mobile .compare-tabs-single li.compare-tabs-variable-border.two-tab-border {
          left: 50%;
          width: 50%;
          border-left: 1px solid #d3d9e1; }
        .pt_product-compare .compare-tabs.mobile .compare-tabs-single li.compare-tabs-variable-border.tab-end-borders {
          width: 66.666%;
          left: 16.667%;
          border-right: 1px solid #d3d9e1;
          border-left: 1px solid #d3d9e1; }
        .pt_product-compare .compare-tabs.mobile .compare-tabs-single li.compare-tabs-variable-border.no-show {
          display: none; }
  .pt_product-compare .compare-tabs.mobile a.tab-button {
    position: relative;
    text-align: center;
    text-decoration: none;
    width: 100%;
    box-sizing: border-box; }
    .pt_product-compare .compare-tabs.mobile a.tab-button .compare-product-image {
      padding: 0; }
    .pt_product-compare .compare-tabs.mobile a.tab-button img {
      width: 100%;
      height: auto; }
    .pt_product-compare .compare-tabs.mobile a.tab-button .product {
      clear: both;
      width: 100%;
      padding: 1em 2em;
      border-bottom: 1px solid #d3d9e1;
      -o-box-sizing: border-box;
      box-sizing: border-box; }
      .pt_product-compare .compare-tabs.mobile a.tab-button .product:first-child {
        border-left: 1px solid #d3d9e1; }
    .pt_product-compare .compare-tabs.mobile a.tab-button .product-name {
      font-family: "proxima-nova", sans-serif;
      font-weight: 600;
      font-size: 24px;
      font-size: 1.5rem;
      line-height: 1.25;
      letter-spacing: .015rem; }
      @media only screen and (max-width: 480px) {
        .pt_product-compare .compare-tabs.mobile a.tab-button .product-name {
          font-size: 20px;
          font-size: 1.25rem; } }
      .pt_product-compare .compare-tabs.mobile a.tab-button .product-name .product-name-line {
        position: absolute;
        left: 0;
        bottom: -1px;
        height: 3px;
        background: #e31837;
        display: none;
        width: 100%; }
    .pt_product-compare .compare-tabs.mobile a.tab-button.active .product-name-line {
      display: block; }

.pt_product-compare .compare-grid-table {
  margin-top: 1.5em; }

.pt_product-compare .compare-bottom {
  border-top: 1px solid #d3d9e1;
  margin-bottom: 2em; }
  .pt_product-compare .compare-bottom .product {
    border-right: 1px solid #d3d9e1; }
    @media only screen and (max-width: 768px) {
      .pt_product-compare .compare-bottom .product {
        display: none;
        border: none; }
        .pt_product-compare .compare-bottom .product.compare-show {
          display: block; } }
    .pt_product-compare .compare-bottom .product:last-child {
      border: none; }
    .pt_product-compare .compare-bottom .product .product-name a {
      font-size: 20px;
      font-size: 1.25rem;
      font-weight: 600;
      text-transform: none;
      font-family: "proxima-nova", sans-serif; }
  .pt_product-compare .compare-bottom .bottom {
    margin-top: 1em; }

.pt_product-compare a:hover {
  text-decoration: underline; }

.pt_product-compare .attribute-row.header {
  background: #f5f8f9;
  padding: .5em;
  font-size: 18px;
  font-family: "proxima-nova", sans-serif;
  text-transform: none;
  font-weight: 600; }
  @media only screen and (max-width: 768px) {
    .pt_product-compare .attribute-row.header {
      font-size: 16px; } }

.pt_product-compare .attribute-row .value {
  display: inline-block;
  width: 32%;
  padding: 1em;
  min-height: 50px;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  border-right: 1px solid #d3d9e1;
  vertical-align: top; }
  .pt_product-compare .attribute-row .value.two-col {
    width: 49%; }
    @media only screen and (max-width: 768px) {
      .pt_product-compare .attribute-row .value.two-col {
        width: 100%; } }
  .pt_product-compare .attribute-row .value:last-child {
    border: none; }
  @media only screen and (min-width: 769px) and (max-width: 1024px) {
    .pt_product-compare .attribute-row .value {
      width: 32%; } }
  @media only screen and (max-width: 768px) {
    .pt_product-compare .attribute-row .value {
      display: none;
      width: 100%;
      border: none; }
      .pt_product-compare .attribute-row .value.compare-show {
        display: block; } }

.pt_product-compare .product-attribute {
  word-break: break-all; }
  .pt_product-compare .product-attribute .tooltip .tooptip-svg {
    background-color: #141414;
    display: inline-block;
    height: 15px;
    width: 15px;
    mask-image: url(compareicon.svg);
    -webkit-mask-image: url(compareicon.svg); }

.pt_product-compare .action {
  display: block;
  padding: 0.5em 0; }

.pt_product-compare .remove-link {
  color: #999;
  float: right;
  padding: .3rem;
  transition: color .5s ease; }
  .pt_product-compare .remove-link:hover {
    color: #84bd00;
    text-decoration: none; }

.pt_product-compare .product-tile {
  margin-bottom: .5em; }

.pt_product-compare .pr-review-block .p-w-r .pr-snippet .pr-snippet-stars-png .pr-star-v4, .pt_product-compare .pr-review-block .p-w-r .pr-snippet .pr-snippet-stars-png .pr-star-v4-0-filled, .pt_product-compare .pr-review-block .p-w-r .pr-snippet .pr-snippet-stars-png .pr-star-v4-25-filled, .pt_product-compare .pr-review-block .p-w-r .pr-snippet .pr-snippet-stars-png .pr-star-v4-50-filled, .pt_product-compare .pr-review-block .p-w-r .pr-snippet .pr-snippet-stars-png .pr-star-v4-75-filled, .pt_product-compare .pr-review-block .p-w-r .pr-snippet .pr-snippet-stars-png .pr-star-v4-100-filled, .pt_product-compare .pr-review-block .p-w-r .pr-snippet .pr-snippet-stars-png .pr-star-accessible-0-filled, .pt_product-compare .pr-review-block .p-w-r .pr-snippet .pr-snippet-stars-png .pr-star-accessible-25-filled, .pt_product-compare .pr-review-block .p-w-r .pr-snippet .pr-snippet-stars-png .pr-star-accessible-50-filled, .pt_product-compare .pr-review-block .p-w-r .pr-snippet .pr-snippet-stars-png .pr-star-accessible-75-filled, .pt_product-compare .pr-review-block .p-w-r .pr-snippet .pr-snippet-stars-png .pr-star-accessible-100-filled, .pt_product-compare .pr-review-block .p-w-r .pr-snippet .pr-snippet-stars-png .pr-star, .pt_product-compare .pr-review-block .p-w-r .pr-snippet .pr-snippet-stars-png .pr-star-selected, .pt_product-compare .pr-review-block .p-w-r .pr-snippet .pr-snippet-stars-png .pr-star-half {
  box-sizing: border-box;
  width: 15.2px;
  height: 15.2px;
  margin-right: .25rem; }

.pt_product-compare .pr-review-block .product-review-link {
  display: inline-block;
  height: 30px;
  margin: 0 auto;
  position: relative;
  text-align: center;
  top: -35px;
  width: 246px; }

.pt_product-compare .product {
  font-weight: normal;
  text-align: center;
  width: 33%;
  padding: 1em 0.4em;
  display: inline-block;
  -o-box-sizing: border-box;
  box-sizing: border-box; }
  .pt_product-compare .product.two-up {
    width: 48%; }
    @media only screen and (max-width: 768px) {
      .pt_product-compare .product.two-up {
        width: 100%; } }
  @media only screen and (min-width: 769px) and (max-width: 1024px) {
    .pt_product-compare .product {
      width: 32%; } }
  @media only screen and (max-width: 768px) {
    .pt_product-compare .product {
      width: 100%; }
      .pt_product-compare .product.tile {
        display: none; }
        .pt_product-compare .product.tile.compare-show {
          display: block; } }
  .pt_product-compare .product .product-compare-single-line {
    padding: 0 3.76%; }
    .pt_product-compare .product .product-compare-single-line .ratings-area > a:hover > .ratings-text {
      text-decoration: underline; }
  .pt_product-compare .product .cart-button {
    display: inline-block; }
  .pt_product-compare .product a.learn-more {
    display: inline-block;
    margin-left: 1em;
    color: #e31837;
    vertical-align: baseline;
    text-transform: none;
    font-weight: 600;
    font-family: "proxima-nova", sans-serif;
    margin-top: .5em; }
    @media only screen and (min-width: 769px) and (max-width: 925px) {
      .pt_product-compare .product a.learn-more {
        font-size: 18px; } }
    @media only screen and (max-width: 768px) {
      .pt_product-compare .product a.learn-more {
        font-size: 18px;
        margin-top: .3em; } }
    .pt_product-compare .product a.learn-more:hover {
      text-decoration: none; }

.pt_product-compare .value .value-item:after {
  content: ', '; }

.pt_product-compare .value .value-item:last-child:after {
  content: ''; }

.pt_product-compare .product-tile-outline-monthlyenable + .combine-btn-compare {
  padding-bottom: 1em; }

.pt_product-compare .product-tile-outline-monthlyenable .product-pricing {
  font-family: inherit;
  padding-top: 1em;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 600;
  color: #141414; }
  .pt_product-compare .product-tile-outline-monthlyenable .product-pricing .product-sales-price {
    font-size: 24px;
    font-size: 1.5rem;
    font-weight: 600;
    text-transform: none;
    line-height: 1;
    font-family: "proxima-nova", sans-serif; }
    .pt_product-compare .product-tile-outline-monthlyenable .product-pricing .product-sales-price.mipfont {
      font-size: 24px;
      font-size: 1.5rem;
      font-weight: bold;
      text-transform: none;
      color: #e31837;
      line-height: 1;
      font-family: "proxima-nova", sans-serif; }
  .pt_product-compare .product-tile-outline-monthlyenable .product-pricing .product-standard-price {
    font-size: 18px;
    font-size: 1.125rem;
    color: #141414;
    font-weight: normal;
    text-decoration: line-through; }

.pt_product-compare .product-tile-outline-monthlyenable .product-pricing-monthly {
  color: #141414;
  display: block;
  font-weight: 600;
  font-size: 16px;
  font-size: 1rem;
  text-transform: uppercase;
  line-height: normal;
  font-family: inherit;
  margin-bottom: 8px; }
  .pt_product-compare .product-tile-outline-monthlyenable .product-pricing-monthly span {
    font-size: 14px;
    text-transform: capitalize;
    font-weight: 400;
    font-family: "proxima-nova", sans-serif;
    color: #636e7e; }

.pt_product-compare .product-tile-outline-monthlyenable .product-pricing-monthly-message {
  display: block;
  font-size: 13px;
  color: #636e7e;
  font-weight: 400;
  margin-bottom: 1em; }

.pt_product-compare .product-tile-outline-monthlyenable .product-pricing-monthly-modal {
  margin-bottom: 1em; }
  .pt_product-compare .product-tile-outline-monthlyenable .product-pricing-monthly-modal a {
    font-size: 13px;
    color: #636e7e;
    font-weight: 400; }

.pt_product-compare .product-tile-outline-monthlydisable .product-pricing {
  padding-top: 1em;
  font-family: "proxima-nova", sans-serif;
  font-weight: 600;
  font-size: 20px;
  text-transform: none;
  color: #141414; }
  .pt_product-compare .product-tile-outline-monthlydisable .product-pricing .product-sales-price {
    font-size: 24px;
    font-size: 1.5rem; }
    .pt_product-compare .product-tile-outline-monthlydisable .product-pricing .product-sales-price.mipfont {
      font-size: 24px;
      font-size: 1.5rem;
      font-weight: bold;
      text-transform: none;
      color: #e31837;
      line-height: 1;
      font-family: "proxima-nova", sans-serif; }
  .pt_product-compare .product-tile-outline-monthlydisable .product-pricing .product-standard-price {
    font-size: 18px;
    font-size: 1.125rem;
    color: #141414;
    font-weight: normal;
    text-decoration: line-through; }

.pt_product-compare .product-tile .product-name {
  height: auto;
  margin: .2em 0 1em 0; }
  .pt_product-compare .product-tile .product-name a {
    text-transform: none;
    font-family: "proxima-nova", sans-serif;
    font-weight: 600;
    font-size: 20px; }

.pt_product-compare .product-tile .watch-video a {
  font-size: 16px;
  font-size: 1rem;
  font-family: "proxima-nova", sans-serif;
  text-decoration: none;
  text-transform: none;
  font-weight: 400; }

.pt_product-compare .product-tile .watch-video img {
  margin: 0 7px -3px 0; }
  @media only screen and (max-width: 768px) {
    .pt_product-compare .product-tile .watch-video img {
      width: 20px;
      height: 20px; } }

.pt_product-compare .product-tile .product-pricing {
  margin: 1em 0 .5em;
  padding-top: 1em;
  border-top: 1px solid #d3d9e1;
  font-family: "proxima-nova", sans-serif;
  font-weight: 600;
  font-size: 20px;
  text-transform: none;
  font-size: 24px;
  color: #141414;
  font-weight: normal; }
  .pt_product-compare .product-tile .product-pricing .product-standard-price {
    font-size: 18px;
    font-size: 1.125rem;
    color: #141414;
    font-weight: normal;
    text-decoration: line-through; }
  .pt_product-compare .product-tile .product-pricing .product-sales-price {
    font-size: 24px;
    font-size: 1.5rem;
    color: #e31837;
    font-weight: bold; }

.pt_product-compare .product-tile .swatch-list {
  display: inline-block; }

.pt_product-compare .product-image {
  height: auto; }
  .pt_product-compare .product-image img {
    height: auto; }
    @media only screen and (max-width: 768px) {
      .pt_product-compare .product-image img {
        width: 100%; } }

.pt_product-compare .selectcategory label {
  display: block;
  font-size: 0.9em;
  margin: 1em 0;
  text-transform: none; }

.pt_product-compare .selectcategory select {
  margin: 0;
  width: 100px; }

.pt_product-compare .comparelists {
  padding: 0; }

.pt_product-compare .compare-lists label,
.pt_product-compare .compare-lists select {
  float: none;
  text-align: left;
  width: 100%; }

.pt_product-compare .product-promo-msg {
  text-transform: none;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 400;
  min-height: 34px; }
  .pt_product-compare .product-promo-msg a {
    font-size: 14px;
    font-size: .875rem;
    color: #141414;
    margin-left: .5rem; }

.compare-buttons {
  float: left;
  padding: 0.7em 0 0; }

.category-switch {
  margin-bottom: 2em; }
  .category-switch label {
    float: left;
    margin: 0;
    width: 45%; }
    @media (min-width: 410px) {
      .category-switch label {
        width: 11em; } }
  .category-switch select {
    float: left;
    margin: 0;
    width: 55%; }
    @media (min-width: 410px) {
      .category-switch select {
        margin-left: 1em;
        width: 15em; } }

@media only screen and (max-width: 768px) {
  .pt_product-compare .compare-style-01 .header-area .compare-copy {
    top: 24%;
    width: 99%; } }

.pt_product-compare .compare-style-01 .header-top {
  text-align: center;
  margin-top: 6rem;
  margin-bottom: 1rem; }
  @media only screen and (max-width: 768px) {
    .pt_product-compare .compare-style-01 .header-top {
      margin-top: 1rem;
      margin-bottom: 0; } }
  .pt_product-compare .compare-style-01 .header-top span {
    font-size: 1.25rem; }
  .pt_product-compare .compare-style-01 .header-top h1 {
    font-size: 3rem;
    font-weight: 400;
    line-height: 72px; }
    @media only screen and (max-width: 768px) {
      .pt_product-compare .compare-style-01 .header-top h1 {
        font-size: 2rem;
        line-height: 40px;
        margin: 1rem 0; } }
  .pt_product-compare .compare-style-01 .header-top.hasimg {
    margin-top: -4rem; }
    @media only screen and (max-width: 768px) {
      .pt_product-compare .compare-style-01 .header-top.hasimg {
        margin-top: 0; } }
    .pt_product-compare .compare-style-01 .header-top.hasimg span, .pt_product-compare .compare-style-01 .header-top.hasimg h1 {
      color: #fff; }
    .pt_product-compare .compare-style-01 .header-top.hasimg span {
      font-style: italic; }
      @media only screen and (max-width: 768px) {
        .pt_product-compare .compare-style-01 .header-top.hasimg span {
          font-size: 12px; } }
    .pt_product-compare .compare-style-01 .header-top.hasimg h1 {
      font-size: 144.306px;
      line-height: 133px;
      font-weight: 300; }
      @media only screen and (max-width: 768px) {
        .pt_product-compare .compare-style-01 .header-top.hasimg h1 {
          font-size: 45px;
          line-height: 50px;
          font-weight: 700;
          margin-top: 0; } }

.pt_product-compare .compare-style-01 .compare-tabs.mobile .compare-tabs-single li {
  margin-top: 0; }
  .pt_product-compare .compare-style-01 .compare-tabs.mobile .compare-tabs-single li.four-col {
    width: 22.333%; }
  .pt_product-compare .compare-style-01 .compare-tabs.mobile .compare-tabs-single li a.tab-button .product-name {
    font-family: "proxima-nova", sans-serif;
    font-weight: 600;
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 1.25;
    letter-spacing: .015rem; }
    @media only screen and (max-width: 480px) {
      .pt_product-compare .compare-style-01 .compare-tabs.mobile .compare-tabs-single li a.tab-button .product-name {
        font-size: 20px;
        font-size: 1.25rem; } }

@media only screen and (max-width: 768px) {
  .pt_product-compare .compare-style-01 .product {
    border-right-width: 0; } }

.pt_product-compare .compare-style-01 .product.four-col {
  width: 23%; }
  @media only screen and (max-width: 768px) {
    .pt_product-compare .compare-style-01 .product.four-col {
      width: 100%; } }

.pt_product-compare .compare-style-01 .product .top-compare .content-asset {
  display: block; }
  .pt_product-compare .compare-style-01 .product .top-compare .content-asset .find-a-store .find-store-button {
    padding-right: 0; }

.pt_product-compare .compare-style-01 .product .top-compare .cart-button {
  display: block; }
  .pt_product-compare .compare-style-01 .product .top-compare .cart-button button {
    display: inline-block; }

.pt_product-compare .compare-style-01 .product .top-compare .learn-more {
  margin-top: 1rem;
  margin-left: 0;
  font-size: 14px;
  vertical-align: baseline;
  text-transform: none;
  font-weight: 600;
  font-family: "proxima-nova", sans-serif; }

.pt_product-compare .compare-style-01 .attribute-row .value, .pt_product-compare .compare-style-01 .compare-bottom .product {
  border-right: 1px solid #f5f8f9; }
  @media only screen and (max-width: 768px) {
    .pt_product-compare .compare-style-01 .attribute-row .value, .pt_product-compare .compare-style-01 .compare-bottom .product {
      border-right-width: 0; } }
  .pt_product-compare .compare-style-01 .attribute-row .value:last-child, .pt_product-compare .compare-style-01 .compare-bottom .product:last-child {
    border-right: 0px solid #f5f8f9; }
  .pt_product-compare .compare-style-01 .attribute-row .value.four-col, .pt_product-compare .compare-style-01 .compare-bottom .product.four-col {
    width: 23% !important; }
    @media only screen and (max-width: 768px) {
      .pt_product-compare .compare-style-01 .attribute-row .value.four-col, .pt_product-compare .compare-style-01 .compare-bottom .product.four-col {
        width: 100% !important; } }

@media only screen and (min-width: 940px) {
  .pt_product-compare .compare-style-01 .product-image img {
    max-width: 90%; } }

.pt_product-compare .compare-style-01 .compare-bottom {
  border-top: 1px solid #f5f8f9; }
  .pt_product-compare .compare-style-01 .compare-bottom .product .product-name a {
    font-size: 20px;
    font-weight: 600;
    text-transform: none;
    font-family: "proxima-nova", sans-serif; }
  .pt_product-compare .compare-style-01 .compare-bottom .product .content-asset + .learn-more {
    font-size: 14px;
    margin: 15px auto 0; }
  .pt_product-compare .compare-style-01 .compare-bottom .product .content-asset .find-a-store .find-store-button {
    padding-right: 0; }

.pt_product-compare .compare-style-01 .product-tile .product-name a {
  font-size: 20px;
  font-weight: 600;
  text-transform: none;
  font-family: "proxima-nova" ,sans-serif; }

.pt_product-compare .compare-style-01 .product-tile .watch-video a .video-icon {
  top: 2px;
  position: relative; }

.pt_product-compare .compare-style-01 .compare-top > .product {
  border-right: 1px solid #f5f8f9; }
  @media only screen and (max-width: 768px) {
    .pt_product-compare .compare-style-01 .compare-top > .product {
      border-right-width: 0; } }
  .pt_product-compare .compare-style-01 .compare-top > .product.lastproduct {
    border-right-width: 0; }

/* Slider */
.slick-loading .slick-list {
  background: #fff center center no-repeat; }

.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  margin: 0px;
  outline: none;
  transition: all ease-in-out .3s;
  display: none; }
  [dir="rtl"] .slick-slide {
    float: right; }
  .slick-slide img {
    display: block; }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-initialized .slick-slide {
    display: block; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

#pb_iframe {
  min-height: 778px; }

.pb-price {
  font-size: 13px;
  font-weight: normal;
  text-transform: none;
  color: #141414;
  font-family: 'proxima-nova'; }
  .pb-price p {
    font-family: 'proxima-nova' !important; }
  .pb-price p img {
    width: 7.4em !important; }
  .pb-price a {
    cursor: pointer;
    letter-spacing: normal;
    color: #141414 !important;
    font-weight: normal !important;
    text-decoration: underline !important;
    display: block;
    line-height: 2; }

.paybright-class-modal .paybright-class-modal-content {
  margin-bottom: 100px; }

.product-name.badge {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center; }
  @media only screen and (max-width: 768px) {
    .product-name.badge {
      -ms-flex-direction: column;
          flex-direction: column; } }
  .product-name.badge .name-link {
    margin-right: .5rem; }
    @media only screen and (max-width: 768px) {
      .product-name.badge .name-link {
        margin-right: 0; } }

.grid-badge .badgeWrapper {
  letter-spacing: .05em;
  text-transform: uppercase;
  font-style: italic;
  font-size: .75rem;
  color: #fff;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
  padding-left: .375rem;
  padding-right: .375rem;
  font-weight: 600;
  display: inline-block; }
  .grid-badge .badgeWrapper.other-bd-new {
    background-color: #ffcc01;
    color: #000; }
  .grid-badge .badgeWrapper.other-bd-sale {
    background-color: #e31837; }
  .grid-badge .badgeWrapper.other-bd-exclusive {
    background-color: #ffcc01;
    color: #000; }

body .p-w-r .pr-category-snippet__total {
  padding-top: 4px; }

body.schwinn .pt_product-compare .pr-review-block .p-w-r .pr-snippet .pr-snippet-stars-png .pr-star-v4, body.schwinn .pt_product-compare .pr-review-block .p-w-r .pr-snippet .pr-snippet-stars-png .pr-star-v4-0-filled, body.schwinn .pt_product-compare .pr-review-block .p-w-r .pr-snippet .pr-snippet-stars-png .pr-star-v4-25-filled, body.schwinn .pt_product-compare .pr-review-block .p-w-r .pr-snippet .pr-snippet-stars-png .pr-star-v4-50-filled, body.schwinn .pt_product-compare .pr-review-block .p-w-r .pr-snippet .pr-snippet-stars-png .pr-star-v4-75-filled, body.schwinn .pt_product-compare .pr-review-block .p-w-r .pr-snippet .pr-snippet-stars-png .pr-star-v4-100-filled, body.schwinn .pt_product-compare .pr-review-block .p-w-r .pr-snippet .pr-snippet-stars-png .pr-star-accessible-0-filled, body.schwinn .pt_product-compare .pr-review-block .p-w-r .pr-snippet .pr-snippet-stars-png .pr-star-accessible-25-filled, body.schwinn .pt_product-compare .pr-review-block .p-w-r .pr-snippet .pr-snippet-stars-png .pr-star-accessible-50-filled, body.schwinn .pt_product-compare .pr-review-block .p-w-r .pr-snippet .pr-snippet-stars-png .pr-star-accessible-75-filled, body.schwinn .pt_product-compare .pr-review-block .p-w-r .pr-snippet .pr-snippet-stars-png .pr-star-accessible-100-filled, body.schwinn .pt_product-compare .pr-review-block .p-w-r .pr-snippet .pr-snippet-stars-png .pr-star, body.schwinn .pt_product-compare .pr-review-block .p-w-r .pr-snippet .pr-snippet-stars-png .pr-star-selected, body.schwinn .pt_product-compare .pr-review-block .p-w-r .pr-snippet .pr-snippet-stars-png .pr-star-half {
  box-sizing: border-box;
  width: 16px;
  height: 16px;
  margin-right: .25rem; }

body.schwinn .pt_product-compare .header-area {
  position: relative;
  font-size: 0; }
  @media only screen and (max-width: 768px) {
    body.schwinn .pt_product-compare .header-area {
      z-index: 2000; } }
  body.schwinn .pt_product-compare .header-area .compare-copy {
    position: absolute;
    top: auto;
    bottom: 0; }
    body.schwinn .pt_product-compare .header-area .compare-copy h1.responsive-headline {
      line-height: 50px; }
      @media only screen and (max-width: 768px) {
        body.schwinn .pt_product-compare .header-area .compare-copy h1.responsive-headline {
          font-size: 30px !important;
          line-height: 22px;
          margin: 0; } }

body.schwinn .pt_product-compare .product-attribute .tooltip .tooptip-svg {
  background-color: #FFF; }

body.schwinn .pt_product-compare .product-pricing {
  padding: 0;
  border-top: 0; }

body.schwinn .pt_product-compare .product-tile .product-name {
  margin-bottom: 10px; }
  body.schwinn .pt_product-compare .product-tile .product-name a {
    text-transform: capitalize;
    font-weight: bold;
    font-size: 26px; }
    @media only screen and (max-width: 768px) {
      body.schwinn .pt_product-compare .product-tile .product-name a {
        font-size: 22px; } }

@media only screen and (max-width: 768px) {
  body.schwinn .pt_product-compare .product-tile .product-pricing {
    font-size: 15px; } }

body.schwinn .pt_product-compare .product-tile .product-promo-msg {
  margin: 1em 0 0.7em; }
  @media only screen and (max-width: 768px) {
    body.schwinn .pt_product-compare .product-tile .product-promo-msg {
      font-size: 16px; } }

body.schwinn .pt_product-compare .product-tile .ratings {
  margin: 7px auto 0; }
  @media only screen and (max-width: 768px) {
    body.schwinn .pt_product-compare .product-tile .ratings {
      font-size: 12px; } }
  body.schwinn .pt_product-compare .product-tile .ratings img {
    width: auto; }

body.schwinn .pt_product-compare .product-tile .category-message {
  color: #141414;
  margin-top: 8px; }
  @media only screen and (max-width: 768px) {
    body.schwinn .pt_product-compare .product-tile .category-message {
      font-size: 12px; } }

body.schwinn .pt_product-compare .product-tile .watch-video {
  height: 24px; }
  @media only screen and (max-width: 768px) {
    body.schwinn .pt_product-compare .product-tile .watch-video {
      height: auto; } }

body.schwinn .pt_product-compare .no-video-links .product-tile .watch-video {
  display: none; }

body.schwinn .pt_product-compare .product a.learn-more {
  margin: 10px 0 0;
  font-size: 12px; }
  @media only screen and (max-width: 768px) {
    body.schwinn .pt_product-compare .product a.learn-more {
      font-size: 15px; } }

body.schwinn .pt_product-compare .cart-button {
  width: 100%; }
  body.schwinn .pt_product-compare .cart-button span {
    margin: 0; }
  body.schwinn .pt_product-compare .cart-button .icon {
    display: none; }

body.schwinn .pt_product-compare .compare-tabs.mobile a.tab-button .compare-product-image {
  display: none; }

body.schwinn .pt_product-compare .compare-tabs.mobile .compare-tabs-single li {
  margin-top: 0;
  z-index: 1000;
  border-right: 1px solid #d0d2d3;
  margin: 0 -1px; }
  body.schwinn .pt_product-compare .compare-tabs.mobile .compare-tabs-single li:first-child {
    border-left: 1px solid #d0d2d3; }
  @media only screen and (max-width: 768px) {
    body.schwinn .pt_product-compare .compare-tabs.mobile .compare-tabs-single li .tab-button.active .product-name {
      color: #e31837; } }

@media only screen and (max-width: 768px) {
  body.schwinn .pt_product-compare .compare-tabs.mobile .compare-tabs-single .compare-tabs-variable-border {
    display: none; } }

body.schwinn .pt_product-compare .compare-tabs.mobile .compare-tabs-single .product .product-name {
  font-size: 12px;
  font-weight: bold;
  font-family: 'Open Sans', sans-serif; }

@media only screen and (max-width: 768px) {
  body.schwinn .pt_product-compare .product .product-compare-single-line {
    padding: 0; } }

body.schwinn .pt_product-compare .product .line {
  display: none; }

body.schwinn .pt_product-compare .compare-bottom .product-name a {
  font-family: "Open Sans", sans-serif;
  text-transform: capitalize;
  font-weight: bold;
  font-size: 20px; }

body.schwinn .pt_product-compare .tiles-container {
  z-index: 0; }
  @media only screen and (max-width: 768px) {
    body.schwinn .pt_product-compare .tiles-container {
      max-width: calc(100% - 30px);
      margin: 5% auto; } }
  body.schwinn .pt_product-compare .tiles-container .compare-grid-table .attribute-row svg.icon {
    fill: #636e7e;
    width: 24px;
    height: 24px; }
    body.schwinn .pt_product-compare .tiles-container .compare-grid-table .attribute-row svg.icon:hover {
      fill: #636e7e;
      cursor: default; }
  body.schwinn .pt_product-compare .tiles-container .compare-grid-table .attribute-row .value {
    border-right: 0px solid #d0d2d3; }

@media only screen and (max-width: 768px) {
  body.schwinn .pt_product-compare .product-line-nav ul.top-level > li:hover > a {
    border: none;
    color: #141414; }
    body.schwinn .pt_product-compare .product-line-nav ul.top-level > li:hover > a.active {
      color: #e31837;
      border-bottom: 1px solid #e31837; } }

body.schwinn button.black:disabled:hover, body.schwinn .button.black:disabled:hover {
  border: none; }

.js-offset body.schwinn .pt_product-compare .compare-tabs.mobile li {
  margin-top: 0; }

@media only screen and (max-width: 768px) {
  .js-offset body.schwinn .pt_product-compare .compare-tabs.mobile .compare-tabs-single .product {
    border-bottom: 1px solid #d0d2d3; }
  .js-offset body.schwinn .pt_product-compare .compare-tabs.mobile .compare-tabs-single .active .product-name .product-name-line {
    display: block; } }

body.schwinn .pt_product-compare .compare-bottom {
  border-top: 0px solid #d0d2d3; }
  body.schwinn .pt_product-compare .compare-bottom .product {
    border-right: 0px solid #d0d2d3; }

body.schwinn .pt_product-compare .primary-content {
  margin-bottom: 0 !important; }

@media only screen and (max-width: 768px) {
  body.schwinn .pt_product-compare .compare-style-01 .header-area .compare-copy {
    top: 24%;
    width: 99%; } }

body.schwinn .pt_product-compare .compare-style-01 .attribute-row .value {
  width: 33%; }
  @media only screen and (max-width: 768px) {
    body.schwinn .pt_product-compare .compare-style-01 .attribute-row .value {
      width: 100%; } }

body.schwinn .pt_product-compare .compare-style-01 .header-top {
  text-align: center;
  margin-top: 6rem;
  margin-bottom: 1rem; }
  @media only screen and (max-width: 768px) {
    body.schwinn .pt_product-compare .compare-style-01 .header-top {
      margin-top: 1rem;
      margin-bottom: 0; } }
  body.schwinn .pt_product-compare .compare-style-01 .header-top span {
    font-size: 1.25rem; }
  body.schwinn .pt_product-compare .compare-style-01 .header-top h1 {
    font-size: 3rem;
    font-weight: 400;
    line-height: 72px; }
    @media only screen and (max-width: 768px) {
      body.schwinn .pt_product-compare .compare-style-01 .header-top h1 {
        font-size: 2rem;
        line-height: 40px;
        margin: 1rem 0; } }
  body.schwinn .pt_product-compare .compare-style-01 .header-top.hasimg {
    margin-top: -4rem; }
    @media only screen and (max-width: 768px) {
      body.schwinn .pt_product-compare .compare-style-01 .header-top.hasimg {
        margin-top: 0; } }
    body.schwinn .pt_product-compare .compare-style-01 .header-top.hasimg span, body.schwinn .pt_product-compare .compare-style-01 .header-top.hasimg h1 {
      color: #fff; }
    body.schwinn .pt_product-compare .compare-style-01 .header-top.hasimg span {
      font-style: italic; }
      @media only screen and (max-width: 768px) {
        body.schwinn .pt_product-compare .compare-style-01 .header-top.hasimg span {
          font-size: 12px; } }
    body.schwinn .pt_product-compare .compare-style-01 .header-top.hasimg h1 {
      font-size: 79.306px;
      line-height: 80px;
      font-weight: 300; }
      @media only screen and (max-width: 768px) {
        body.schwinn .pt_product-compare .compare-style-01 .header-top.hasimg h1 {
          font-size: 45px;
          line-height: 50px;
          font-weight: 700;
          margin-top: 0; } }

body.schwinn .pt_product-compare .compare-style-01 .compare-tabs.mobile .compare-tabs-single li {
  margin-top: 0; }
  body.schwinn .pt_product-compare .compare-style-01 .compare-tabs.mobile .compare-tabs-single li.four-col {
    width: 22.333%; }
  body.schwinn .pt_product-compare .compare-style-01 .compare-tabs.mobile .compare-tabs-single li a.tab-button .product {
    border-right: 0px solid #d0d2d3;
    border-left: 0px solid #d0d2d3; }
    body.schwinn .pt_product-compare .compare-style-01 .compare-tabs.mobile .compare-tabs-single li a.tab-button .product:first-child {
      border-left-width: 0px; }
  @media only screen and (max-width: 480px) {
    body.schwinn .pt_product-compare .compare-style-01 .compare-tabs.mobile .compare-tabs-single li a.tab-button .product-name {
      font-size: 26px; } }

@media only screen and (max-width: 768px) {
  body.schwinn .pt_product-compare .compare-style-01 .product {
    border-right-width: 0; } }

body.schwinn .pt_product-compare .compare-style-01 .product.four-col {
  width: 23%; }
  @media only screen and (max-width: 768px) {
    body.schwinn .pt_product-compare .compare-style-01 .product.four-col {
      width: 100%; } }

body.schwinn .pt_product-compare .compare-style-01 .product .top-compare .cart-button {
  display: block; }
  body.schwinn .pt_product-compare .compare-style-01 .product .top-compare .cart-button button {
    display: inline-block; }

body.schwinn .pt_product-compare .compare-style-01 .product .top-compare .learn-more {
  margin-top: 1rem;
  margin-left: 0;
  font-size: 14px; }

body.schwinn .pt_product-compare .compare-style-01 .attribute-row .value, body.schwinn .pt_product-compare .compare-style-01 .compare-bottom .product {
  border-right: 0px solid #f3f4f4; }
  @media only screen and (max-width: 768px) {
    body.schwinn .pt_product-compare .compare-style-01 .attribute-row .value, body.schwinn .pt_product-compare .compare-style-01 .compare-bottom .product {
      border-right-width: 0; } }
  body.schwinn .pt_product-compare .compare-style-01 .attribute-row .value:last-child, body.schwinn .pt_product-compare .compare-style-01 .compare-bottom .product:last-child {
    border-right: 0px solid #f3f4f4; }
  body.schwinn .pt_product-compare .compare-style-01 .attribute-row .value.four-col, body.schwinn .pt_product-compare .compare-style-01 .compare-bottom .product.four-col {
    width: 23% !important; }
    @media only screen and (max-width: 768px) {
      body.schwinn .pt_product-compare .compare-style-01 .attribute-row .value.four-col, body.schwinn .pt_product-compare .compare-style-01 .compare-bottom .product.four-col {
        width: 100% !important; } }

@media only screen and (min-width: 940px) {
  body.schwinn .pt_product-compare .compare-style-01 .product-image img {
    max-width: 90%; } }

body.schwinn .pt_product-compare .compare-style-01 .compare-bottom {
  border-top: 0px solid #f3f4f4; }
  body.schwinn .pt_product-compare .compare-style-01 .compare-bottom .product .product-name a {
    font-size: 20px; }

body.schwinn .pt_product-compare .compare-style-01 .product-tile .product-name a {
  font-size: 20px; }

body.schwinn .pt_product-compare .compare-style-01 .product-tile .watch-video a .video-icon {
  top: 2px;
  position: relative; }

body.schwinn .pt_product-compare .compare-style-01 .compare-top > .product {
  border-right: 0px solid #f3f4f4; }
  @media only screen and (max-width: 768px) {
    body.schwinn .pt_product-compare .compare-style-01 .compare-top > .product {
      border-right-width: 0; } }
  body.schwinn .pt_product-compare .compare-style-01 .compare-top > .product.lastproduct {
    border-right-width: 0; }

.slick-recommendation-container {
  padding: 3rem 0;
  background-color: #f5f8f9; }
  .slick-recommendation-container.default-pdp-bg {
    background-color: #fff; }
  .slick-recommendation-container.grey-pdp-bg {
    background-color: #f5f8f9; }
  .slick-recommendation-container .slick-recommendation-wrapper {
    max-width: 100%;
    margin: 0 auto; }
    .slick-recommendation-container .slick-recommendation-wrapper h2, .slick-recommendation-container .slick-recommendation-wrapper h3 {
      text-align: center; }
      .slick-recommendation-container .slick-recommendation-wrapper h2.schwinn-rd-header, .slick-recommendation-container .slick-recommendation-wrapper h3.schwinn-rd-header {
        font-size: 18px;
        overflow: hidden;
        margin-bottom: 1rem; }
        .slick-recommendation-container .slick-recommendation-wrapper h2.schwinn-rd-header:before, .slick-recommendation-container .slick-recommendation-wrapper h2.schwinn-rd-header:after, .slick-recommendation-container .slick-recommendation-wrapper h3.schwinn-rd-header:before, .slick-recommendation-container .slick-recommendation-wrapper h3.schwinn-rd-header:after {
          background-color: #e31837;
          content: "";
          display: inline-block;
          height: 2px;
          position: relative;
          vertical-align: middle;
          width: 50%; }
        .slick-recommendation-container .slick-recommendation-wrapper h2.schwinn-rd-header:before, .slick-recommendation-container .slick-recommendation-wrapper h3.schwinn-rd-header:before {
          right: 6em;
          margin-left: -50%; }
          @media only screen and (max-width: 768px) {
            .slick-recommendation-container .slick-recommendation-wrapper h2.schwinn-rd-header:before, .slick-recommendation-container .slick-recommendation-wrapper h3.schwinn-rd-header:before {
              right: 1em; } }
        .slick-recommendation-container .slick-recommendation-wrapper h2.schwinn-rd-header:after, .slick-recommendation-container .slick-recommendation-wrapper h3.schwinn-rd-header:after {
          left: 6em;
          margin-right: -50%; }
          @media only screen and (max-width: 768px) {
            .slick-recommendation-container .slick-recommendation-wrapper h2.schwinn-rd-header:after, .slick-recommendation-container .slick-recommendation-wrapper h3.schwinn-rd-header:after {
              left: 1em; } }
    .slick-recommendation-container .slick-recommendation-wrapper .slick-recommendation {
      -ms-flex-pack: justify;
          justify-content: space-between;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-pack: center;
          justify-content: center;
      -ms-flex-align: center;
          align-items: center;
      -ms-flex: 1 100%;
          flex: 1 100%;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      width: 80%;
      max-width: 1180px;
      margin: 0 auto;
      margin-bottom: 2rem;
      margin-top: 1.5rem; }
      @media only screen and (min-width: 769px) and (max-width: 939px) {
        .slick-recommendation-container .slick-recommendation-wrapper .slick-recommendation {
          width: 80%; } }
      @media only screen and (max-width: 768px) {
        .slick-recommendation-container .slick-recommendation-wrapper .slick-recommendation {
          width: 78%; } }
      .slick-recommendation-container .slick-recommendation-wrapper .slick-recommendation .slick-list {
        display: -ms-flexbox;
        display: flex;
        width: 100%; }
      .slick-recommendation-container .slick-recommendation-wrapper .slick-recommendation .slick-track {
        margin-bottom: 1rem;
        display: -ms-flexbox;
        display: flex; }
      .slick-recommendation-container .slick-recommendation-wrapper .slick-recommendation .slide, .slick-recommendation-container .slick-recommendation-wrapper .slick-recommendation .slick-item {
        display: -ms-flexbox;
        display: flex;
        -ms-flex: 1 100%;
            flex: 1 100%;
        -ms-flex-pack: center;
            justify-content: center;
        -ms-flex-align: center;
            align-items: center;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        margin: 0 .5rem;
        margin-top: 0.1rem;
        background: #fff;
        box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
        text-decoration: none; }
        .slick-recommendation-container .slick-recommendation-wrapper .slick-recommendation .slide:hover, .slick-recommendation-container .slick-recommendation-wrapper .slick-recommendation .slick-item:hover {
          box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05); }
        .slick-recommendation-container .slick-recommendation-wrapper .slick-recommendation .slide:focus, .slick-recommendation-container .slick-recommendation-wrapper .slick-recommendation .slick-item:focus {
          outline: -webkit-focus-ring-color auto 1px; }
        .slick-recommendation-container .slick-recommendation-wrapper .slick-recommendation .slide .slick-inner-content, .slick-recommendation-container .slick-recommendation-wrapper .slick-recommendation .slick-item .slick-inner-content {
          padding: 1rem;
          font-size: 16px;
          width: 100%; }
          .slick-recommendation-container .slick-recommendation-wrapper .slick-recommendation .slide .slick-inner-content .product-recommendation, .slick-recommendation-container .slick-recommendation-wrapper .slick-recommendation .slick-item .slick-inner-content .product-recommendation {
            -ms-flex-direction: column;
                flex-direction: column;
            display: -ms-flexbox;
            display: flex;
            -ms-flex-align: center;
                align-items: center;
            -ms-flex-pack: justify;
                justify-content: space-between; }
            .slick-recommendation-container .slick-recommendation-wrapper .slick-recommendation .slide .slick-inner-content .product-recommendation .product-img-container, .slick-recommendation-container .slick-recommendation-wrapper .slick-recommendation .slick-item .slick-inner-content .product-recommendation .product-img-container {
              width: 12rem;
              position: relative;
              overflow: hidden;
              padding: .5rem; }
              .slick-recommendation-container .slick-recommendation-wrapper .slick-recommendation .slide .slick-inner-content .product-recommendation .product-img-container img, .slick-recommendation-container .slick-recommendation-wrapper .slick-recommendation .slick-item .slick-inner-content .product-recommendation .product-img-container img {
                width: 100%; }
            .slick-recommendation-container .slick-recommendation-wrapper .slick-recommendation .slide .slick-inner-content .product-recommendation .product-title-recommendation, .slick-recommendation-container .slick-recommendation-wrapper .slick-recommendation .slick-item .slick-inner-content .product-recommendation .product-title-recommendation {
              width: 100%;
              padding-bottom: .5rem; }
              .slick-recommendation-container .slick-recommendation-wrapper .slick-recommendation .slide .slick-inner-content .product-recommendation .product-title-recommendation .product-title-rd, .slick-recommendation-container .slick-recommendation-wrapper .slick-recommendation .slide .slick-inner-content .product-recommendation .product-title-recommendation .product-title, .slick-recommendation-container .slick-recommendation-wrapper .slick-recommendation .slick-item .slick-inner-content .product-recommendation .product-title-recommendation .product-title-rd, .slick-recommendation-container .slick-recommendation-wrapper .slick-recommendation .slick-item .slick-inner-content .product-recommendation .product-title-recommendation .product-title {
                text-align: center;
                margin-bottom: .5rem;
                line-height: 1.25;
                font-weight: 600;
                display: block;
                padding: 0 5px; }
              .slick-recommendation-container .slick-recommendation-wrapper .slick-recommendation .slide .slick-inner-content .product-recommendation .product-title-recommendation .product-pricing, .slick-recommendation-container .slick-recommendation-wrapper .slick-recommendation .slick-item .slick-inner-content .product-recommendation .product-title-recommendation .product-pricing {
                text-align: center;
                display: block; }
                .slick-recommendation-container .slick-recommendation-wrapper .slick-recommendation .slide .slick-inner-content .product-recommendation .product-title-recommendation .product-pricing .product-sales-price, .slick-recommendation-container .slick-recommendation-wrapper .slick-recommendation .slick-item .slick-inner-content .product-recommendation .product-title-recommendation .product-pricing .product-sales-price {
                  font-size: 16px;
                  font-size: 1rem;
                  font-weight: normal; }
                  .slick-recommendation-container .slick-recommendation-wrapper .slick-recommendation .slide .slick-inner-content .product-recommendation .product-title-recommendation .product-pricing .product-sales-price.mipfont, .slick-recommendation-container .slick-recommendation-wrapper .slick-recommendation .slick-item .slick-inner-content .product-recommendation .product-title-recommendation .product-pricing .product-sales-price.mipfont {
                    color: #e31837; }
                .slick-recommendation-container .slick-recommendation-wrapper .slick-recommendation .slide .slick-inner-content .product-recommendation .product-title-recommendation .product-pricing .product-standard-price, .slick-recommendation-container .slick-recommendation-wrapper .slick-recommendation .slick-item .slick-inner-content .product-recommendation .product-title-recommendation .product-pricing .product-standard-price {
                  font-size: 14px;
                  font-size: .875rem;
                  font-weight: normal;
                  color: #141414;
                  text-decoration: line-through; }
                .slick-recommendation-container .slick-recommendation-wrapper .slick-recommendation .slide .slick-inner-content .product-recommendation .product-title-recommendation .product-pricing .product-price, .slick-recommendation-container .slick-recommendation-wrapper .slick-recommendation .slick-item .slick-inner-content .product-recommendation .product-title-recommendation .product-pricing .product-price {
                  border: 0;
                  padding: 0;
                  text-align: center; }
                  .slick-recommendation-container .slick-recommendation-wrapper .slick-recommendation .slide .slick-inner-content .product-recommendation .product-title-recommendation .product-pricing .product-price .price-new, .slick-recommendation-container .slick-recommendation-wrapper .slick-recommendation .slick-item .slick-inner-content .product-recommendation .product-title-recommendation .product-pricing .product-price .price-new {
                    font-size: 16px !important;
                    font-size: 1rem;
                    font-weight: normal; }
                  .slick-recommendation-container .slick-recommendation-wrapper .slick-recommendation .slide .slick-inner-content .product-recommendation .product-title-recommendation .product-pricing .product-price .price-standard, .slick-recommendation-container .slick-recommendation-wrapper .slick-recommendation .slick-item .slick-inner-content .product-recommendation .product-title-recommendation .product-pricing .product-price .price-standard {
                    font-size: 14px !important;
                    font-size: 0.875rem;
                    font-weight: normal; }
      .slick-recommendation-container .slick-recommendation-wrapper .slick-recommendation img {
        display: block;
        margin: auto; }
      .slick-recommendation-container .slick-recommendation-wrapper .slick-recommendation .slide-arrow {
        font-size: 3rem;
        line-height: 1;
        position: absolute;
        top: 35%;
        display: none;
        padding: 0.5rem .35rem;
        transition: all .15s ease-in-out;
        cursor: pointer;
        color: #d3d9e1;
        border: none;
        z-index: 10;
        background: transparent;
        height: auto; }
        .slick-recommendation-container .slick-recommendation-wrapper .slick-recommendation .slide-arrow:hover {
          color: #636e7e; }
        .slick-recommendation-container .slick-recommendation-wrapper .slick-recommendation .slide-arrow.prev-arrow {
          left: -50px; }
          @media only screen and (max-width: 768px) {
            .slick-recommendation-container .slick-recommendation-wrapper .slick-recommendation .slide-arrow.prev-arrow {
              left: -40px; } }
        .slick-recommendation-container .slick-recommendation-wrapper .slick-recommendation .slide-arrow.next-arrow {
          right: -50px; }
          @media only screen and (max-width: 768px) {
            .slick-recommendation-container .slick-recommendation-wrapper .slick-recommendation .slide-arrow.next-arrow {
              right: -40px; } }
        .slick-recommendation-container .slick-recommendation-wrapper .slick-recommendation .slide-arrow svg, .slick-recommendation-container .slick-recommendation-wrapper .slick-recommendation .slide-arrow i {
          display: block;
          vertical-align: middle; }

/*# sourceMappingURL=schwinn_compare.css.map */