/**
* All font sizes are in px
**/
body {
  font-family: "Avenir-Roman";
  font-size: 1rem;
  color: #000;
  font-weight: 400;
  line-height: normal;
}
@media (min-width: 769px) {
  body {
    font-size: 1rem;
    font-weight: 400;
  }
}

.text-strong {
  font-family: "Avenir-Heavy";
  font-weight: 400;
  line-height: normal;
}
@media (min-width: 769px) {
  .text-strong {
    font-family: "Avenir-Heavy";
    font-weight: 400;
  }
}
.text-strike-through {
  font-size: 0.625rem;
  font-weight: 400;
  line-height: calc(normal / 16)rem;
}
@media (min-width: 769px) {
  .text-strike-through {
    font-size: 0.75rem;
    font-weight: 400;
    line-height: calc(normal / 16)rem;
  }
}

.small-text {
  font-size: 0.75rem;
  font-weight: 400;
  line-height: 1.125rem;
}
@media (min-width: 769px) {
  .small-text {
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 1rem;
  }
}
.small-text-strong {
  font-size: 0.75rem;
  font-weight: 400;
  line-height: 1.125rem;
  font-weight: 700;
}
@media (min-width: 769px) {
  .small-text-strong {
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 1rem;
  }
}
.small-text-strike-through {
  font-size: 0.75rem;
  font-weight: 400;
  line-height: 1.125rem;
}
@media (min-width: 769px) {
  .small-text-strike-through {
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 1rem;
  }
}

.cta {
  background: transparent;
  border-color: transparent;
  font-weight: 600;
  line-height: 1rem;
  text-transform: uppercase;
}
@media (min-width: 769px) {
  .cta {
    font-weight: 600;
    line-height: 1.0625rem;
  }
}

/**
* All font sizes are in px
**/
h1,
h2,
h3,
h4,
.h4 {
  font-family: "Avenir-Roman";
  color: #000;
  font-weight: 400;
}

h5,
h6 {
  font-family: "Avenir-Roman";
  color: #454b4c;
  font-weight: 400;
}

h1 {
  line-height: normal;
  font-size: 2.25rem;
  font-weight: 800;
}
@media (min-width: 769px) {
  h1 {
    font-size: 3.625rem;
    font-weight: 700;
  }
}

h2 {
  line-height: normal;
  font-size: 1.25rem;
  font-weight: 800;
}
@media (min-width: 769px) {
  h2 {
    font-size: 1.25rem;
    font-weight: 800;
  }
}

h3 {
  font-size: 1rem;
  font-weight: 600;
  line-height: 0.75rem;
}
@media (min-width: 769px) {
  h3 {
    font-size: 1.1875rem;
    font-weight: 600;
    line-height: 1.375rem;
  }
}

h4,
.h4 {
  font-size: 1.25rem;
  font-weight: 800;
  line-height: 1.25rem;
}
@media (min-width: 992px) {
  h4,
  .h4 {
    font-size: 1.125rem;
    font-weight: 800;
    line-height: 1.125rem;
  }
}

h5 {
  font-size: 1rem;
  font-weight: 800;
  line-height: 1rem;
}

@media (min-width: 992px) {
  .cart {
    margin-bottom: 2.5rem;
  }
}
.cart .bonus-products__element .line-item-name {
  padding-right: 1.5625rem;
  width: inherit;
  max-width: 100%;
}
@media (max-width: 1199.98px) {
  .cart .product-info .line-item-name {
    margin-bottom: 0;
  }
}

.shopping-bag {
  margin-bottom: 1.5rem;
}
@media (min-width: 992px) {
  .shopping-bag {
    padding-right: 2.8125rem;
  }
}

.single-approaching-discount {
  border: 1px solid rgba(0, 0, 0, 0.125);
  background-color: #fff;
  color: #5c9315;
  margin-bottom: 0.3125rem;
}

.checkout-continue {
  position: fixed;
  bottom: 0;
  padding: 1rem 0.9375rem 0.625rem 0.9375rem;
  z-index: 10;
}
@media (max-width: 543.98px) {
  .checkout-continue {
    background-color: #fff;
    -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.15);
            box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.15);
  }
}
@media (min-width: 544px) {
  .checkout-continue {
    position: static;
  }
}
@media (min-width: 769px) {
  .checkout-continue {
    z-index: 0;
  }
}
.checkout-continue .checkout-btn {
  margin-bottom: 0.9375rem;
}
@media (min-width: 992px) {
  .checkout-continue .checkout-btn {
    margin-bottom: 0;
  }
}

.item-attributes {
  display: inline-block;
  vertical-align: top;
  margin-top: auto;
}
.item-attributes p {
  margin: 0;
}
@media (min-width: 992px) {
  .item-attributes p {
    margin-bottom: 0.5rem;
  }
}
.item-attributes p:last-child {
  margin-bottom: 0;
}

.no-margin-top {
  margin-top: 0;
}

.product-to-remove {
  font-weight: bold;
}

.bonus-product {
  display: block;
  text-align: center;
}

p.grand-total {
  margin-bottom: 0.3125rem;
}

.bonus-product-button {
  margin-right: 1.5em;
}

.cart-header__back-to-home {
  margin-top: 1.25rem;
}
@media (min-width: 992px) {
  .cart-header__back-to-home {
    margin-top: 1.875rem;
  }
}
.cart-header__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 0 1.25rem 0;
}
@media (min-width: 992px) {
  .cart-header__content {
    margin: 0 0 1.75rem 0;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
.cart-header__title {
  line-height: normal;
  font-size: 1.25rem;
  font-weight: 800;
  margin: 0;
}
@media (min-width: 769px) {
  .cart-header__title {
    font-size: 1.25rem;
    font-weight: 800;
  }
}

.cart-empty {
  padding-top: 0.625rem;
}
@media (min-width: 992px) {
  .cart-empty {
    padding-top: 2.875rem;
  }
}
.cart-empty__title {
  font-family: "Avenir-Heavy";
  font-weight: 400;
  line-height: normal;
  font-size: 1.125rem;
  margin-bottom: 1.875rem;
}
@media (min-width: 769px) {
  .cart-empty__title {
    font-family: "Avenir-Heavy";
    font-weight: 400;
  }
}
@media (min-width: 992px) {
  .cart-empty__title {
    font-size: 1.25rem;
  }
}
.cart-empty i {
  margin-bottom: 1.25rem;
}
@media (min-width: 992px) {
  .cart-empty i {
    margin-bottom: 1.0625rem;
  }
}
.cart-empty__sub-title {
  width: 15.625rem;
  margin: 0 auto 1.25rem auto;
}
@media (min-width: 992px) {
  .cart-empty__sub-title {
    margin-bottom: 1.0625rem;
  }
}
.cart-empty .shop-now {
  width: 18.75rem;
  margin-bottom: 2.5rem;
}

@media (max-width: 768.98px) {
  #cart-paypal-button-container {
    margin-bottom: 0 !important;
  }
}

.line-item-price-info {
  margin-bottom: 0.5rem;
}

.cart-page .bundled-line-item + .bundled-line-item::before,
.cart-page .bonus-line-item-row + .bonus-line-item-msg::before {
  content: "";
  display: block;
  border-bottom: 0.063em dashed #ccc;
  margin: 0.625em -0.625em;
}

/**
* All font sizes are in px
**/
h1,
h2,
h3,
h4,
.h4 {
  font-family: "Avenir-Roman";
  color: #000;
  font-weight: 400;
}

h5,
h6 {
  font-family: "Avenir-Roman";
  color: #454b4c;
  font-weight: 400;
}

h1 {
  line-height: normal;
  font-size: 2.25rem;
  font-weight: 800;
}
@media (min-width: 769px) {
  h1 {
    font-size: 3.625rem;
    font-weight: 700;
  }
}

h2 {
  line-height: normal;
  font-size: 1.25rem;
  font-weight: 800;
}
@media (min-width: 769px) {
  h2 {
    font-size: 1.25rem;
    font-weight: 800;
  }
}

h3 {
  font-size: 1rem;
  font-weight: 600;
  line-height: 0.75rem;
}
@media (min-width: 769px) {
  h3 {
    font-size: 1.1875rem;
    font-weight: 600;
    line-height: 1.375rem;
  }
}

h4,
.h4 {
  font-size: 1.25rem;
  font-weight: 800;
  line-height: 1.25rem;
}
@media (min-width: 992px) {
  h4,
  .h4 {
    font-size: 1.125rem;
    font-weight: 800;
    line-height: 1.125rem;
  }
}

h5 {
  font-size: 1rem;
  font-weight: 800;
  line-height: 1rem;
}

.product-info .item-right-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
}
@media (min-width: 992px) {
  .product-info .item-left-wrap {
    margin-bottom: 0.5rem;
  }
}
@media (min-width: 992px) {
  .product-info .item-left-wrap.promo-product {
    margin-bottom: 0.9375rem;
  }
}
.product-info .item-sku {
  font-size: 0.75rem;
}
@media (min-width: 992px) {
  .product-info .item-sku {
    font-size: 0.875rem;
  }
}
.product-info .item-image {
  height: 100%;
  width: 5.8125rem;
  margin-right: 0.6875rem;
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media (min-width: 992px) {
  .product-info .item-image {
    height: 100%;
    width: 8.6875rem;
    margin-right: 1.25rem;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
.product-info .item-image img.product-image {
  display: block;
  margin: 0 auto;
  max-width: 100%;
  height: 100%;
  width: 100%;
}
.product-info .item-content {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.product-info .line-item-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.product-info .line-item-name {
  font-weight: 400;
  text-decoration: none;
  text-transform: lowercase;
  font-family: "Avenir-Heavy";
  font-weight: 400;
  line-height: normal;
  line-height: 1.5rem;
  letter-spacing: 0.56px;
  font-family: "Courier-New-Bold";
  margin-bottom: 0.3125rem;
  display: block;
  max-width: 12.6875rem;
  width: 100%;
}
@media (min-width: 769px) {
  .product-info .line-item-name {
    font-family: "Avenir-Heavy";
    font-weight: 400;
  }
}
@media (min-width: 992px) {
  .product-info .line-item-name {
    max-width: 18.75rem;
    margin-bottom: 0.25rem;
    font-size: 1rem;
    font-family: "Courier-New-Bold";
  }
}
.product-info .line-item-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 1rem;
}
.product-info .footer-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.product-info .footer-right .price-discount {
  text-align: right;
}
.product-info .footer-right .price-discount .product-tile-prop__discount {
  margin: 0 0 0.3125rem 0;
  font-size: 0.625rem;
  line-height: normal;
}
@media (min-width: 992px) {
  .product-info .footer-right .price-discount .product-tile-prop__discount {
    font-size: 0.75rem;
    padding: 0.1875rem 0.5625rem;
  }
}
@media (max-width: 768.98px) {
  .product-info .footer-right .product-price del {
    font-size: 0.625rem;
  }
}
.product-info .footer-right .product-price .price__sales {
  font-family: "Avenir-Roman";
}
@media (max-width: 768.98px) {
  .product-info .footer-right .product-price .price__sales {
    line-height: normal;
  }
}
.product-info .remove-update {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 22px;
}
@media (min-width: 992px) {
  .product-info .remove-update {
    height: 29px;
  }
}
.product-info .quantity-form:not(.quantity-form-wishlist) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1px solid #e0e0e0;
  border-radius: 5px;
  height: 1.75rem;
  width: 5.125rem;
}
.product-info .quantity-form label {
  display: none;
}
.product-info .quantity-form.quantity-form-wishlist label {
  font-size: 0.75rem;
  display: block;
  font-weight: 700;
  margin-top: -1.125rem;
}
.product-info .quantity-form input.quantity {
  border: none;
  padding: 0;
  width: 1.875rem;
  height: 1.625rem;
  text-align: center;
}
.product-info .quantity-form input.quantity:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.product-info .quantity-form .custom-select {
  background-position: 16px;
  line-height: normal;
  height: inherit;
  padding: 0.125rem 0.875rem 0.125rem 0.3125rem;
  font-size: 0.75rem;
  min-width: 2.1875rem;
}
@media (min-width: 992px) {
  .product-info .quantity-form .custom-select {
    padding: 0.375rem;
    background-position: 30px;
    min-width: 3.5rem;
    font-size: 0.875rem;
  }
}
.product-info .remove-btn-lg {
  border: none;
  background: transparent;
  padding: 0;
  top: 0;
  right: 0;
  position: relative;
}
@media (min-width: 992px) {
  .product-info .remove-btn-lg {
    top: 3px;
    position: relative;
  }
}
@media (min-width: 992px) and (min-width: 992px) {
  .profile-page .product-info .remove-btn-lg {
    top: 0;
  }
}
.product-info .btn-small {
  display: inline-block;
  padding: 0.1875rem 0.625rem;
  border: 1px solid #e8e8e8;
  text-decoration: none;
}
@media (min-width: 992px) {
  .product-info .btn-small {
    padding: 0.75rem 1.25rem;
  }
}
.product-info .btn-small i {
  margin-right: 0.375rem;
  position: relative;
  bottom: -1px;
}
@media (min-width: 992px) {
  .product-info .btn-small i {
    -webkit-transform: scale(1.4);
            transform: scale(1.4);
    margin-right: 0.9375rem;
  }
}
.product-info .product-price {
  text-align: right;
}

.promo-code-submit {
  padding-left: 0.8125rem;
}

.applied-promotion-discount {
  color: #5c9315;
  float: right;
}

.promotion-information {
  margin-bottom: 0.625rem;
  margin-top: 0.625rem;
}

.cart-promotion-msg {
  background: #f5f5f5;
  padding: 0.75rem;
  margin-bottom: 0.75rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.wishlist-page .cart-promotion-msg {
  font-size: 0.875rem;
}
.wishlist-page .cart-promotion-msg .cart-promotion-msg__content a {
  font-family: "Avenir-Heavy";
}
@media (min-width: 544px) {
  .receipt .cart-promotion-msg {
    padding: 0.75rem 3.75rem;
  }
}
.cart-promotion-msg i {
  margin-right: 0.6875rem;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}

.oney-payment-tag i {
  position: relative;
  top: 4px;
}

.active-promos-line-item {
  color: #5c9315;
}

@media (min-width: 992px) {
  .promo-code-btn {
    padding: 0.625rem 1.25rem;
  }
}

.coupon-price-adjustment + .coupon-price-adjustment {
  margin-top: 0.625rem;
  border-top: 0.0625rem solid #e0e0e0;
  padding-top: 0.625rem;
}

.coupon-price-adjustment {
  background-color: #fff;
}

.coupon-code {
  color: #4d4d4d;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  line-height: 1.5rem;
}

.coupon-promotion-relationship {
  list-style: none;
  margin: 0;
  padding: 0 0 0 0.3125rem;
}

.coupons-and-promos {
  padding-right: 0;
  padding-left: 0;
}

.coupon-applied {
  color: #5c9315;
}

.coupon-not-applied {
  color: #c1121f;
}

.coupon-error {
  color: #c1121f;
}

.coupon-missing-error {
  display: none;
}

.remove-coupon {
  border: none;
  background: transparent;
  margin-left: auto;
}
.remove-coupon,
.remove-coupon span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.promo-code-form {
  padding: 1rem 0;
}

.collapsible-promo-code {
  border-top: 1px solid;
  border-bottom: 1px solid;
  border-color: #e0e0e0;
  padding: 1.5rem 0;
  margin-bottom: 1.5rem;
}
@media (min-width: 992px) {
  .collapsible-promo-code {
    padding: 1.25rem 0;
  }
}
.collapsible-promo-code.collapsible-xl .title {
  line-height: normal;
  text-align: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: "Avenir-Heavy";
  padding: 0;
}
.collapsible-promo-code.collapsible-xl .title i {
  margin: 0;
}

.bundle-includes {
  font-size: 0.813em;
  margin-bottom: 0.625em;
}

.bundle-misc {
  font-size: 0.813rem;
}
@media (max-width: 991.98px) {
  .bundle-misc {
    margin-bottom: 0.625em;
  }
}

.bundled-line-item .item-attributes {
  margin-left: 0;
}

.quantity-btn {
  background: transparent;
  border-color: transparent;
  height: 1.75rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0.3125rem;
}

/**
* All font sizes are in px
**/
h1,
h2,
h3,
h4,
.h4 {
  font-family: "Avenir-Roman";
  color: #000;
  font-weight: 400;
}

h5,
h6 {
  font-family: "Avenir-Roman";
  color: #454b4c;
  font-weight: 400;
}

h1 {
  line-height: normal;
  font-size: 2.25rem;
  font-weight: 800;
}
@media (min-width: 769px) {
  h1 {
    font-size: 3.625rem;
    font-weight: 700;
  }
}

h2 {
  line-height: normal;
  font-size: 1.25rem;
  font-weight: 800;
}
@media (min-width: 769px) {
  h2 {
    font-size: 1.25rem;
    font-weight: 800;
  }
}

h3 {
  font-size: 1rem;
  font-weight: 600;
  line-height: 0.75rem;
}
@media (min-width: 769px) {
  h3 {
    font-size: 1.1875rem;
    font-weight: 600;
    line-height: 1.375rem;
  }
}

h4,
.h4 {
  font-size: 1.25rem;
  font-weight: 800;
  line-height: 1.25rem;
}
@media (min-width: 992px) {
  h4,
  .h4 {
    font-size: 1.125rem;
    font-weight: 800;
    line-height: 1.125rem;
  }
}

h5 {
  font-size: 1rem;
  font-weight: 800;
  line-height: 1rem;
}

.order-summary {
  padding: 0;
  background-color: transparent;
}
.order-summary h2 {
  font-size: 1.125rem;
  font-family: "Avenir-Heavy";
  margin: 0;
  font-weight: 400;
}
.order-summary__products {
  padding: 1rem 1.25rem;
  border: 1px solid #e0e0e0;
  border-radius: 3px;
}
@media (min-width: 992px) {
  .order-summary__products {
    padding: 1rem 1.875rem;
  }
}
.order-summary .cart-items {
  font-family: "Avenir-Heavy";
  font-weight: 400;
  line-height: normal;
  text-align: right;
}
@media (min-width: 769px) {
  .order-summary .cart-items {
    font-family: "Avenir-Heavy";
    font-weight: 400;
  }
}
.order-details .order-summary .cart-items {
  text-align: left;
}
@media (min-width: 992px) {
  .order-details .order-summary .cart-items, .cart .order-summary .cart-items {
    margin-top: 0.3125rem;
  }
}
.order-summary__tab {
  width: 100%;
  text-align: left;
  position: relative;
}
.order-summary__tab.title {
  font-size: 1rem;
  font-family: "Avenir-Heavy";
  padding: 0;
  line-height: 1.375rem;
}
@media (min-width: 992px) {
  .order-summary__tab.title {
    font-size: 1.125rem;
  }
}
.order-summary__items {
  margin: 0;
  background: transparent;
}
.order-summary__items .product-summary-block {
  margin: 1.25rem 0 0 0;
}
.order-summary__items .product-line-item {
  padding: 1rem 0;
  border-bottom: 1px solid #e8e8e8;
}
.order-summary__items .product-line-item:last-child {
  border-bottom: none;
}
.order-summary__items .gift-cards-summary-block .product-line-item {
  margin-top: 1.25rem;
}
.order-summary__items .item-right-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-size: 0.875rem;
}
.order-summary__items .line-item-name {
  font-family: "Courier-New-Bold";
  font-weight: 400;
  line-height: 1.5rem;
  text-decoration: none;
  letter-spacing: 0.56px;
  text-transform: lowercase;
  margin-bottom: 0.625rem;
  display: block;
}
.order-summary__items .item-quantity {
  display: none;
}
.order-summary__items .item-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.order-summary__items .item-price {
  white-space: nowrap;
}
.order-summary__items .item-image {
  height: 100%;
  width: 5.8125rem;
}
@media (min-width: 992px) {
  .order-summary__items .item-image {
    height: 100%;
    width: 8.125rem;
  }
}
.order-summary__totals {
  padding-top: 1.5rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid #e0e0e0;
  font-weight: 500;
  margin-bottom: 1.5rem;
}
.receipt .order-summary__totals, #checkout-main .order-summary__totals {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0;
}
.receipt .order-summary__totals .coupons-and-promos .remove-coupon, #checkout-main .order-summary__totals .coupons-and-promos .remove-coupon {
  display: none;
}
@media (min-width: 992px) {
  .order-summary__totals {
    margin-bottom: 0;
  }
}
.order-summary__totals .price {
  font-family: "Avenir-Heavy";
  font-weight: 400;
  margin-bottom: 0.75rem;
}
@media (min-width: 992px) {
  .order-summary__totals .price {
    margin-bottom: 1.25rem;
  }
}
.order-summary__totals .price.total-price {
  margin-bottom: 0.625rem;
}
@media (min-width: 992px) {
  .order-summary__totals {
    padding: 0 0 1rem 0;
    margin-top: 1.5rem;
  }
}
.order-summary__totals .grand-total {
  font-family: "Avenir-Heavy";
  font-weight: 400;
  line-height: normal;
}
@media (min-width: 769px) {
  .order-summary__totals .grand-total {
    font-family: "Avenir-Heavy";
    font-weight: 400;
  }
}
.order-summary__totals .grand-total p {
  margin-bottom: 0.3125rem;
}
.order-summary__order-details {
  display: none;
}
.order-details .order-summary__order-details {
  display: block;
}
.order-details .order-summary__products {
  display: none;
}
.order-summary .price-container {
  margin-top: auto;
  text-align: right;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-item-align: self-end;
      align-self: self-end;
}
.receipt .order-summary .price-container .remove-line-item, #checkout-main .order-summary .price-container .remove-line-item {
  display: none;
}
.order-summary__view-cart {
  margin-top: 2rem;
  margin-bottom: 0.5rem;
  font-size: 0.875rem;
}

@media (min-width: 1200px) {
  .section-max-width-order-summary {
    max-width: 26.75rem;
  }
}

@media (min-width: 1200px) {
  .section-max-width-order-details {
    max-width: 31.3125rem;
  }
}

/**
* All font sizes are in px
**/
h1,
h2,
h3,
h4,
.h4 {
  font-family: "Avenir-Roman";
  color: #000;
  font-weight: 400;
}

h5,
h6 {
  font-family: "Avenir-Roman";
  color: #454b4c;
  font-weight: 400;
}

h1 {
  line-height: normal;
  font-size: 2.25rem;
  font-weight: 800;
}
@media (min-width: 769px) {
  h1 {
    font-size: 3.625rem;
    font-weight: 700;
  }
}

h2 {
  line-height: normal;
  font-size: 1.25rem;
  font-weight: 800;
}
@media (min-width: 769px) {
  h2 {
    font-size: 1.25rem;
    font-weight: 800;
  }
}

h3 {
  font-size: 1rem;
  font-weight: 600;
  line-height: 0.75rem;
}
@media (min-width: 769px) {
  h3 {
    font-size: 1.1875rem;
    font-weight: 600;
    line-height: 1.375rem;
  }
}

h4,
.h4 {
  font-size: 1.25rem;
  font-weight: 800;
  line-height: 1.25rem;
}
@media (min-width: 992px) {
  h4,
  .h4 {
    font-size: 1.125rem;
    font-weight: 800;
    line-height: 1.125rem;
  }
}

h5 {
  font-size: 1rem;
  font-weight: 800;
  line-height: 1rem;
}

.product-recommendation {
  margin-bottom: 1.875rem;
}
.product-recommendation .carousel-items {
  display: none;
}
.product-detail .product-recommendation .carousel-items {
  display: block;
  font-size: 0.75rem;
  font-family: "Avenir-Heavy";
  color: #3b424a;
}
@media (min-width: 992px) {
  .product-detail .product-recommendation .carousel-items {
    display: none;
  }
}
.product-detail .product-recommendation__title-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 1.375rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.product-recommendation .recommendation-carousel {
  padding: 0 0 2.5rem 0;
  overflow: hidden;
}
@media (min-width: 992px) {
  .product-recommendation .recommendation-carousel {
    padding: 0 0 1.8125rem 0;
  }
}
.product-detail .product-recommendation .recommendation-carousel {
  padding: 0 0 2.0625rem 0;
}
.product-recommendation .product-tile-body__cart {
  display: none;
}
.product-recommendation__title {
  font-family: "Avenir-Heavy";
  font-weight: 400;
  margin-bottom: 1rem;
  line-height: normal;
}
@media (min-width: 992px) {
  .product-recommendation__title {
    font-size: 1.25rem;
    margin-bottom: 1.5rem;
  }
}
.product-recommendation .slick-list {
  margin: 0 -0.6875rem;
}
.product-recommendation .slick-slide {
  margin: 0 0.75rem;
}
.product-recommendation.content-recommendation .slick-list {
  margin: 0 -0.9375rem;
}
.product-recommendation.content-recommendation .slick-slide {
  margin: 0 0.9375rem;
}
.product-recommendation .product-tile {
  padding: 0;
  height: 100%;
}
.product-recommendation .slick-dots {
  bottom: -27px;
}
.product-recommendation .slick-dots li {
  margin: 0;
  width: auto;
  height: auto;
  padding: 9px;
}
.product-recommendation .slick-dots button {
  border: solid 0.5px #000;
  padding: 0;
  width: 7px;
  height: 7px;
  border-radius: 100%;
}
.product-recommendation .slick-dots button::before {
  display: none;
}
.product-recommendation .slick-dots .slick-active button {
  background-color: #000;
}
.product-recommendation .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
}
.product-recommendation .slick-slide {
  height: auto;
}
.product-recommendation .slick-slide .product,
.product-recommendation .slick-slide > div {
  height: 100%;
}
.product-recommendation .slick-next,
.product-recommendation .slick-prev {
  top: 35%;
}
.product-recommendation .slick-button-disabled {
  opacity: 0.5;
}
.product-recommendation .prev-button-slick,
.product-recommendation .next-button-slick {
  background-color: transparent;
  border: none;
}
.product-recommendation .product-tags {
  margin-top: 0.625rem;
}