#adev-cart-upsell {
  padding-bottom: 6px;
  margin: 0 -8px
}

@media only screen and (min-width: 421px) {
  #adev-cart-upsell {
    padding-bottom: 12px;
  }
}

#adev-cart-upsell .adev-cart-upsell-title {
  padding-bottom: 8px;
  font-size: 12px;
  font-weight: 500;
}

@media only screen and (min-width: 421px) {
  #adev-cart-upsell .adev-cart-upsell-title {
    padding-bottom: 16px;
  }
}

@media only screen and (min-width: 391px) {
  #adev-cart-upsell .adev-cart-upsell-title {
    font-size: 13px;
  }
}

@media only screen and (min-width: 391px) {
  #adev-cart-upsell .adev-cart-upsell-title {
    font-size: 15px;
  }
}

@media only screen and (min-width: 421px) {
  #adev-cart-upsell .adev-cart-upsell-title {
    font-size: 16px;
  }
}

#adev-cart-upsell .adev-cart-upsell-inner {
  display: flex;
  position: relative;
  width: 100%;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
}

#adev-cart-upsell .adev-cart-upsell-product {
  display: block;
  position: relative;
  width: 100%;
  height: auto;
  margin-top: 8px;
}

#adev-cart-upsell .adev-cart-upsell-product:first-child {
  margin: 0;
}

#adev-cart-upsell .adev-cart-upsell-link {
  display: flex;
  position: relative;
  width: 100%;
  height: auto;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
}

#adev-cart-upsell .adev-cart-upsell-image {
  margin-right: 12px;
}

#adev-cart-upsell .adev-cart-upsell-image img {
  width: 100%;
  max-width: 100%;
  height: auto;
}


#adev-cart-upsell .adev-cart-upsell-product-title {
  max-width: calc(100% - 72px);
  font-size: 12px;
  line-height: 1.5;
  letter-spacing: -0.4px;
}

@media only screen and (min-width: 391px) {
  #adev-cart-upsell .adev-cart-upsell-product-title {
    font-size: 14px;
    max-width: calc(100% - 87px);
  }
}

@media only screen and (min-width: 421px) {
  #adev-cart-upsell .adev-cart-upsell-product-title {
    max-width: calc(100% - 97px);
    font-size: 16px;
  }
}

@media only screen and (min-width: 481px) {
  #adev-cart-upsell .adev-cart-upsell-product-title {
    max-width: calc(100% - 112px);
  }
}



#adev-cart-upsell {
  
}

#adev-cart-upsell .adev-cart-upsell-button {
  position: absolute;
  bottom: 6px;
  right: 16px;
  z-index: 1;
}

@media only screen and (min-width: 391px) {
  #adev-cart-upsell .adev-cart-upsell-button {
    bottom: 12px;
  }
}

@media only screen and (min-width: 421px) {
  #adev-cart-upsell .adev-cart-upsell-button {
    bottom: 16px;
    left: 125px;
    right: auto;
  }
}

@media only screen and (min-width: 481px) {
  #adev-cart-upsell .adev-cart-upsell-button {
    bottom: 24px;
  }
}

#adev-cart-upsell .adev-cart-upsell-product button.adev-add-to-cart {
  text-align: center;
  display: block;
  width: 100%;
  font-size: 10px;
  background: #2f5a62;
  color: #fff;
  line-height: normal;
  padding: 8px 10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between
}

@media only screen and (min-width: 391px) {
  #adev-cart-upsell .adev-cart-upsell-product button.adev-add-to-cart {
    font-size: 12px;
  }
}

@media only screen and (min-width: 421px) {
  #adev-cart-upsell .adev-cart-upsell-product button.adev-add-to-cart {
    font-size: 14px;
  }
}

@media only screen and (min-width: 481px) {
  #adev-cart-upsell .adev-cart-upsell-product button.adev-add-to-cart {
    font-size: 16px;
  }
}


#adev-cart-upsell .adev-cart-upsell-product button.adev-add-to-cart span:first-child {
  padding-right: 8px;
}

#adev-cart-upsell .adev-cart-upsell-product button.adev-add-to-cart span:last-child {
  display: inline-block;
  border-left: 1px solid #fff;
  padding-left: 8px;
  font-weight: 600
}

.Cart__Taxes.Text--subdued {
  font-size: 13px;
}

@media only screen and (min-width: 391px) {
  .Cart__Taxes.Text--subdued {
    font-size: 14px;
  }
}

@media only screen and (min-width: 421px) {
  .Cart__Taxes.Text--subdued {
    font-size: 15px;
  }
}

@media only screen and (min-width: 481px) {
  .Cart__Taxes.Text--subdued {
    font-size: inherit;
  }
}