#stickyProduct.loaded {
  z-index: 998;
  height: 55px;
  opacity: 1;
  transition: height .2s ease-in;
}

#stickyProduct {
  background-color: #fff;
  height: 0;
  opacity: 0;
  overflow: hidden;
  padding: 0;
  position: fixed;
  bottom: 0;
  left: 0;
  transition: height .3s ease-in;
  width: 100%;
  box-shadow: #cacaca 0 0 10px 0;
}

#stickyProduct .row {
  margin-top: 5px;
}

#stickyProduct .attributes {
  display: flex;
}

#stickyProduct img {
  max-height: 45px;
  max-width: 45px;
  float: left;
}

#stickyProduct .productBuy {
  justify-content: center;
  display: flex;
}

#stickyProduct .container, #stickyProduct .row, #stickyProduct .row > div {
  height: 100%;
}


#stickyProduct .leftCol {
  display: flex;
  align-items: center;
}

#stickyProduct .productPriceGroup {
  padding-top: 2px;
  color: #D54101;
}

#stickyProduct .productPriceGroup .textPrice {
  margin-left: 3px;
}

#stickyProduct #addToCartCTA .btn-secondary, #stickyProduct .btn-options {
  font-weight: 700;
}

#stickyProduct #addToCartCTA .btn-secondary i, #stickyProduct .btn-options i, #stickyProduct #addToCartCTA .addMP i {
  margin-right: 5px;
}

#stickyProduct .productInfo {
  overflow: hidden;
  margin-left: 20px;
}

#stickyProduct h4, #stickyProduct .attributes p {
  font-size: 18px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  margin-bottom: 0;
}

#stickyProduct .attributes p {
  font-size: 12px;
  margin: 0;
  color: #818181;
}

#stickyProduct .attributes a {
  font-size: 12px;
  margin: 0;
  cursor: pointer;
  text-decoration: underline;
}

#stickyProduct p.productPriceGroup {
  font-size: 16px;
  margin: 12px;
}

#stickyProduct #addToCartCTA {
  margin: 6px;
}

#stickyProduct .btn-options {
  background-color: #a9a9a9 !important;
  color: #fff;
  border: none;
}

#stickyProduct .btn-options:hover {
  background-color: #7E7E7E !important;
}

#stickyProduct .add-to-cart, #stickyProduct .btn-options, .addMP {
  padding: .5rem 18px !important;
}

#stickyProduct .addMP {
  display: flex;
  align-items: center;
  margin-top: auto;
  margin-bottom: auto;
  height: 35px;
  font-weight: 700;
  white-space: nowrap;
  color: #fff;
  border: none;
}

#stickyProduct .addMP:hover {
  background-color: #ED6C2C;
}

@media screen and (max-width: 992px) {
  #stickyProduct .container {
    width: 100%;
  }
}

@media screen and (max-width: 768px) {
  #stickyProduct .row {
    margin-top: 0;
  }

  #stickyProduct.loaded {
    height: 70px;
  }

  #stickyProduct p {
    margin: 0;
    font-size: 16px;
  }

  #stickyProduct p.productPriceGroup {
    margin: 12px 0;
  }

  #stickyProduct .info {
    display: flex;
    flex-direction: column-reverse;
    white-space: nowrap;
    margin-top: auto;
    margin-bottom: auto;
  }

  #stickyProduct .info > p:first-of-type {
    padding-bottom: 15px;
  }

  #stickyProduct .info > p.hidden + p {
    padding-bottom: 18px;
  }

  #stickyProduct .info > p:last-of-type {
    padding-top: 15px;
  }

  #stickyProduct .nameWithAttributes, #stickyProduct .taxText, #stickyProduct .currencySign {
    margin-right: 5px;
  }

  #stickyProduct button, #stickyProduct .addMP {
    margin-top: auto;
    margin-bottom: auto;
    height: 35px;
    font-weight: 700;
    font-size: 14px;
    white-space: nowrap;
  }

  button.addMP {
    display: flex;
    align-items: center;
  }

  #stickyProduct .options {
    margin-top: auto;
    margin-bottom: auto;
    height: 35px;
    font-weight: 700;
    white-space: nowrap;
  }

  #stickyProduct button i {
    margin-right: 5px;
  }

  #stickyProduct .info p {
    font-size: 14px;
  }

  #stickyProduct .bottom::-webkit-scrollbar {
    display: none;
  }

  #stickyProduct .taxInfo {
    white-space: initial;
  }

  #stickyProduct .bottom {
    padding-left: 10px;
    overflow-y: hidden;
    overflow-x: scroll;
    -ms-overflow-style: none; /* IE and Edge */
    scrollbar-width: none; /* Firefox */
  }

  #stickyProduct .ml10 {
    margin-left: 12px;
  }

  #stickyProduct .ml10 .productPriceGroup {
    text-align: left;
    margin: 3px 0 0 !important;
  }

  #stickyProduct {
    display: flex;
    flex-direction: column;
    justify-content: center;
    background-color: #fff;
    position: fixed;
    bottom: 0;
    left: 0;
    height: 0;
    opacity: 0;
    transition: height .3s ease-in;
    width: 100%;
    box-shadow: #cacaca 0 0 10px 0;
  }

  #stickyProduct .fade-left, #stickyProduct .fade-right {
    width: 70px;
  }

  #stickyProduct .fade-left {
     left: 0;
  }

  #stickyProduct .fade-right {
     right: 0;
  }
}

body#product.sticky-product-cta #footer {
  padding-bottom: 5rem;
}

body#product.sticky-product-cta .BeaconFabButtonFrame, body#product.sticky-product-cta #fake-beacon-container {
  bottom: 80px;
}

body#product.sticky-product-cta .BeaconContainer {
  bottom: 150px;
}

@media screen and (min-width: 768px) {
  body#product.sticky-product-cta #back-top {
    bottom: 80px;
  }

  body#product.sticky-product-cta #footer {
    padding-bottom: 4rem;
  }
}
