/* colors */
/*font family*/
/* breakpoints */
/*transform*/
/*transform*/
/*opacity*/
/*opacity- end*/
.cp-compare-flyout {
  position: fixed;
  z-index: 10;
  bottom: -10rem;
  width: 100%;
  padding: 4.5rem 3rem 3rem;
  border-radius: 1.6rem 1.6rem 0 0;
  box-shadow: 0 -1px 41px 0 rgba(177, 177, 177, 0.54);
  background: #ffffff;
  cursor: pointer;
  transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease; }
  @media only screen and (max-width: 768px) {
    .cp-compare-flyout {
      padding: 2.9rem 2rem 2.2rem;
      bottom: -8rem; }
      .cp-compare-flyout .container {
        padding: 0; } }
  .cp-compare-flyout .combike-wrap {
    display: none; }
  .cp-compare-flyout .close-compare {
    position: absolute;
    font-size: 1.4rem;
    color: #bd001c;
    right: 2.5rem;
    top: 2.5rem;
    transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease; }
    @media only screen and (max-width: 768px) {
      .cp-compare-flyout .close-compare {
        right: 17px;
        top: 1.5rem;
        left: auto;
        transform: translateX(-50%) rotate(270deg); } }
  .cp-compare-flyout .close-icon {
    font-size: 1rem;
    color: #ffffff;
    background: #bd001c;
    padding: 0.7rem;
    border-radius: 50%;
    position: absolute;
    right: -1rem;
    top: -1rem;
    width: 2.3rem;
    height: 2.3rem; }
  .cp-compare-flyout.open {
    bottom: 0rem; }
    .cp-compare-flyout.open .combike-wrap {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-pack: justify;
          justify-content: space-between;
      -ms-flex-align: center;
          align-items: center; }
      @media only screen and (max-width: 768px) {
        .cp-compare-flyout.open .combike-wrap {
          display: block; } }
    .cp-compare-flyout.open .combike-list {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-pack: justify;
          justify-content: space-between;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
    .cp-compare-flyout.open:before {
      color: #bd001c;
      transform: rotate(90deg); }
      @media only screen and (max-width: 768px) {
        .cp-compare-flyout.open:before {
          top: 2rem;
          transform: translateX(-50%) rotate(90deg); } }
  .cp-compare-flyout .close-compare .desc {
    font-family: "Gotham-Book";
    font-size: 2.1rem;
    color: #bd001c;
    text-align: center; }
    @media only screen and (max-width: 768px) {
      .cp-compare-flyout .close-compare .desc {
        font-size: 1.4rem; } }
    .cp-compare-flyout .close-compare .desc span {
      font-family: "Gotham-Bold"; }
  .cp-compare-flyout .btn {
    font-size: 1.4rem;
    min-width: 18.8rem; }
  .cp-compare-flyout .product-list {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: start;
        justify-content: start;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 85%; }
    @media only screen and (max-width: 768px) {
      .cp-compare-flyout .product-list {
        width: 100%; } }
    .cp-compare-flyout .product-list .product-item {
      width: 22.5%;
      margin-right: 2rem; }
      @media only screen and (max-width: 768px) {
        .cp-compare-flyout .product-list .product-item {
          width: 44%;
          margin-bottom: 2rem; } }
      .cp-compare-flyout .product-list .product-item.last-child {
        margin-right: 0; }
      .cp-compare-flyout .product-list .product-item .close {
        background: #8c8c8c;
        color: #ffffff;
        border-radius: 50%;
        text-align: center;
        font-size: 1rem;
        width: 2rem;
        height: 2rem;
        position: absolute;
        right: -4px;
        top: -6px;
        line-height: 2rem; }
  .cp-compare-flyout .compare-btn {
    position: absolute;
    bottom: -37px;
    right: -118px; }
    .cp-compare-flyout .compare-btn .btn {
      border-radius: 30px; }
    .cp-compare-flyout .compare-btn .compare-count {
      background-color: #ffffff;
      width: 2.4rem;
      height: 2.4rem;
      border-radius: 50%;
      color: #bd001c;
      font-family: "Gotham-Bold";
      color: #bd001c;
      display: inline-block;
      padding-top: 0.4rem; }

.compare-btn {
  position: fixed;
  right: 0;
  bottom: 0;
  z-index: 9; }
  .compare-btn .btn {
    border-radius: 50px;
    padding: 1.5rem 5rem 1.5rem 1.5rem;
    position: relative;
    text-align: left;
    font-size: 1.4rem;
    line-height: 1.4rem; }
  .compare-btn .compare-count {
    background: #ffffff;
    border-radius: 50%;
    width: 2.4rem;
    height: 2.4rem;
    color: #bd001c;
    display: inline-block;
    padding-top: 0.2rem;
    position: absolute;
    top: 1.1rem;
    right: 15px;
    text-align: center;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-align: center;
        align-items: center; }
  .compare-btn.typ-compare-pdp {
    bottom: 8rem; }

.lyt-compareList .product-list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 83.8%;
  margin-left: auto; }
  @media only screen and (max-width: 768px) {
    .lyt-compareList .product-list {
      width: 100%;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
      -ms-flex-pack: start;
          justify-content: flex-start;
      margin-bottom: 2.5rem;
      padding: 0rem;
      padding-top: 3rem; } }
  .lyt-compareList .product-list .product-item {
    width: 22.8%;
    margin-right: 2rem; }
    @media only screen and (max-width: 768px) {
      .lyt-compareList .product-list .product-item {
        width: 15rem;
        height: 15.4rem;
        margin: 0; } }
    .lyt-compareList .product-list .product-item.first-child {
      margin-left: 0; }
    .lyt-compareList .product-list .product-item .close {
      background: #8c8c8c;
      color: #ffffff;
      border-radius: 50%;
      text-align: center;
      font-size: 0.9rem;
      width: 2rem;
      height: 2rem;
      position: absolute;
      right: -5px;
      top: -6px;
      line-height: 2.1rem; }

@media only screen and (max-width: 768px) {
  .lyt-compareList .act-btn {
    width: 100%;
    text-align: center; } }
  @media only screen and (max-width: 768px) and (max-width: 768px) {
    .lyt-compareList .act-btn .btn {
      min-width: 100%;
      padding: 0.8rem; } }

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .cp-compare-flyout {
    padding: 4.5rem 1rem 3rem; } }

.cp-compare-flyout .typ-compare-flyout-pdp {
  z-index: 10; }

.compare-btn.typ-compare-pdp {
  display: none;
  bottom: 13rem;
  right: 1rem;
  font-size: 1.4rem;
  line-height: 1.4rem; }
  @media only screen and (max-width: 768px) {
    .compare-btn.typ-compare-pdp {
      bottom: 14rem; } }

.compare-btn .compare-count {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  padding-top: 0.2rem; }

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .lyt-compareList .product-list .product-item {
    width: 22%; } }

@media only screen and (max-width: 768px) {
  .lyt-compareList .product-list .product-item {
    margin-right: 3rem; } }

@media only screen and (max-width: 768px) {
  #cyclespdp .typ-compare-pdp {
    bottom: 14rem; } }
