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

.checkout-continue {
  position: static;
  bottom: 0;
  padding-right: 0.938em;
  padding-left: 0.938em;
}

.edit {
  margin-right: 0.625em;
}

.product-edit {
  margin-top: auto;
}
.product-edit a {
  font-size: 0.813em;
}

.line-item-attributes {
  font-size: 0.813rem;
  margin: 0;
}

.item-attributes {
  display: inline-block;
  vertical-align: top;
}

.line-item-divider {
  margin: 0.625em -0.625rem 0.625em -0.625rem;
}

.line-item-name {
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  color: #242628;
  margin-bottom: 0;
  width: 100%;
  white-space: normal;
  max-width: 262px;
}
@media (min-width: 768px) {
  .line-item-name {
    width: 280px;
  }
}

.line-item-price {
  font-size: 1em;
  color: #222;
  font-weight: bold;
}

.line-item-price-info {
  font-size: 0.75em;
  margin-bottom: 0.5rem;
}

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

.number-of-items {
  font-size: 1.25rem;
  margin-top: 1rem;
}
@media (min-width: 544px) {
  .number-of-items {
    margin-top: 0;
  }
}

.optional-promo {
  color: var(--skin-primary-color-1);
}

.product-info {
  margin-bottom: 0.313em;
  padding: 0.625em;
}
@media (min-width: 769px) {
  .product-info {
    height: auto;
  }
}
.product-info .remove-btn {
  color: #999;
  font-size: 1.625em;
  padding: 0;
  position: absolute;
  top: -0.625rem;
  right: 0.25rem;
  border: none;
  background-color: #fff;
}
@media (min-width: 992px) {
  .product-info .remove-btn {
    top: 0;
    bottom: 0;
    right: -0.625rem;
    margin-top: -0.625rem;
    margin-bottom: -0.625rem;
  }
}
.product-info .remove-btn-lg,
.product-info .add-to-wishlist-button {
  padding-left: 0;
  padding-right: 0;
  background-color: #fff;
  border: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 6px;
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  color: #242628;
}
.product-info .remove-btn-lg a,
.product-info .add-to-wishlist-button a {
  color: #242628 !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 6px;
}
.product-info .remove-btn-lg i,
.product-info .add-to-wishlist-button i {
  padding-top: 1px;
}
.product-info .remove-btn-lg .icon-heart-fill,
.product-info .add-to-wishlist-button .icon-heart-fill {
  color: #FFA466;
}
.product-info .remove-btn-lg a:hover,
.product-info .add-to-wishlist-button a:hover {
  color: #242628;
  text-decoration: none;
}

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

.item-image {
  height: 5.625em;
  width: 5.625em;
  margin-right: 0.938em;
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.item-image img.product-image {
  display: block;
  margin: 0 auto;
  max-width: 100%;
  height: auto;
  max-height: 5.625em;
}

.promo-code-form {
  display: block;
}

.promo-code-submit {
  padding-left: 0;
}

.quantity-form {
  margin-bottom: 0;
  margin-top: -0.313em;
}

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

.remove-line-item {
  position: relative;
}

.remove-coupon {
  border: none;
  background: transparent;
}

.sub-total {
  font-weight: bold;
}

.grand-total {
  font-size: 1em;
  font-weight: 600;
}

.coupon-price-adjustment {
  background-color: #fff;
  padding: 0.625em;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0.1875rem;
}

.coupon-price-adjustment + .coupon-price-adjustment {
  margin-top: 0.625rem;
}

.coupon-promotion-relationship {
  font-size: 0.813em;
  padding-left: 1rem;
  margin-bottom: 0;
}

.coupons-and-promos {
  margin-bottom: 0.625rem;
  padding-right: 0;
  padding-left: 0;
}

.coupon-code {
  font-size: 1.125em;
}

.coupon-applied {
  color: #008827;
  font-size: 0.813em;
}

.coupon-not-applied {
  color: #c00;
  font-size: 0.813em;
}

.coupon-error {
  color: #c00;
  margin-top: 0.25rem;
}

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

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

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

.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;
}
.line-item-header .price .strike-through {
  color: #B0B0B0;
  font-size: 12px;
  font-weight: 400;
}
.line-item-header .price .brinde-item-price {
  font-weight: 700;
  font-size: 14px;
  line-height: 20px;
  color: #242628;
  text-transform: capitalize;
}

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

.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;
}

@media (max-width: 768px) {
  .cart-page .card {
    border: 0;
  }
}
.quantity-label {
  font-size: 0.813em;
}

.quantity {
  width: 100%;
  min-width: 5em;
}

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

.cart-error-messaging.cart-error {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 2;
}

.valid-cart-error {
  min-height: 6.5rem;
}

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

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

.product-cart-header {
  display: grid;
  grid-template-columns: 1fr minmax(120px, 200px) minmax(120px, 200px);
  background-color: #F6F6F6;
  border-top: 1px solid #E7E7E7;
  border-left: 1px solid #E7E7E7;
  border-right: 1px solid #E7E7E7;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  padding: 10px 12px;
}
.product-cart-header p {
  margin: 0;
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
  color: #242628;
}
@media (max-width: 768px) {
  .product-cart-header {
    display: none;
  }
}

.product-cart-header > :nth-child(1) {
  text-align: left;
}

.product-cart-header > :nth-child(2) {
  text-align: center;
}

.product-cart-header > :nth-child(3) {
  text-align: center;
}

.cart-empty-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: 40px;
  margin-bottom: 24px;
  width: 100%;
}
.cart-empty-title h1 {
  font-weight: 700;
  font-size: 24px;
  line-height: 32px;
  color: #242628;
}
.cart-empty-title hr {
  border-top: 1px solid #CED1D3;
  width: 100%;
}

.cart-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 40px;
  margin-bottom: 24px;
  width: 100%;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.cart-title h1 {
  font-weight: 700;
  font-size: 24px;
  line-height: 32px;
  color: #242628;
}
.cart-title p {
  font-weight: 700;
  font-size: 18px;
  line-height: 24px;
  color: #242628;
  margin: 0;
}
.cart-title span {
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  color: #242628;
}

.cart-empty-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 100px 0;
}
.cart-empty-block img {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.cart-empty-block h1 {
  font-weight: 700;
  font-size: 32px;
  line-height: 40px;
  color: #242628;
  margin: 0;
}
.cart-empty-block span {
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  color: #242628;
}
.cart-empty-block a {
  font-weight: 700;
  font-size: 16px;
  line-height: 20px;
  color: #242628 !important;
  border: 1px solid #242628;
  border-radius: 8px;
  padding: 12px;
  background-color: #fff;
  margin-top: 24px;
  max-width: 200px;
}
.cart-empty-block a:hover {
  color: #242628;
  text-decoration: none;
}

.msg-product-bonus {
  font-weight: 700;
  font-size: 18px;
  line-height: 24px;
  color: #242628;
  margin-top: 40px;
  margin-bottom: 24px;
}

.line-item-attributes {
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  color: #888888;
}

.product-info-card {
  display: grid;
  grid-template-columns: 1fr minmax(120px, 210px) minmax(120px, 170px);
  padding: 0 16px;
  padding: 16px 16px 0px 24px;
}
@media (max-width: 768px) {
  .product-info-card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 15px 15px 0px 8px;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-column-gap: 62px;
       -moz-column-gap: 62px;
            column-gap: 62px;
    row-gap: 20px;
  }
}

.product-info .price .strike-through {
  margin-right: 0;
}

.line-item-total-price {
  text-align: end;
}

.buttons-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 24px;
}
.buttons-card hr {
  width: 1px;
  height: 12px;
  margin: 0 12px;
  border: none;
  background-color: #D9D9D9;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.totals {
  border: 1px solid #E7E7E7;
  border-radius: 8px;
  padding: 24px 16px;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
@media (max-width: 768px) {
  .totals {
    margin: 0 15px;
  }
}

.bonus-msg {
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  color: #888888;
  margin-bottom: 0;
  margin-top: 24px;
  margin-bottom: 12px;
}

.go-to-checkout {
  background-color: #FFA466;
  border: 0;
  border-radius: 4px;
  height: 44px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.go-to-checkout a {
  color: #fff !important;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
}
.go-to-checkout a:hover {
  color: #fff !important;
  text-decoration: none;
}

.zip-code-card .search-cep,
.zip-code-card .form-group,
.promo-code-form .search-cep,
.promo-code-form .form-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}
.zip-code-card input,
.promo-code-form input {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  height: 44px;
  padding: 0 12px;
  border: 1px solid #E7E7E7;
  border-right: none;
  border-radius: 4px 0 0 4px;
  outline: none;
  color: #242628;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
}
.zip-code-card input::-webkit-input-placeholder, .promo-code-form input::-webkit-input-placeholder {
  color: #D1D1D1;
  opacity: 1;
}
.zip-code-card input::-moz-placeholder, .promo-code-form input::-moz-placeholder {
  color: #D1D1D1;
  opacity: 1;
}
.zip-code-card input:-ms-input-placeholder, .promo-code-form input:-ms-input-placeholder {
  color: #D1D1D1;
  opacity: 1;
}
.zip-code-card input::-ms-input-placeholder, .promo-code-form input::-ms-input-placeholder {
  color: #D1D1D1;
  opacity: 1;
}
.zip-code-card input::placeholder,
.promo-code-form input::placeholder {
  color: #D1D1D1;
  opacity: 1;
}
.zip-code-card button,
.promo-code-form button {
  height: 44px;
  padding: 0 16px;
  border: 1px solid #FFA466;
  background-color: #FFA466;
  color: #000;
  cursor: pointer;
  border-radius: 0 4px 4px 0;
  white-space: nowrap;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
}
.zip-code-card input:focus,
.promo-code-form input:focus {
  border-color: #000;
}
.zip-code-card button:hover,
.promo-code-form button:hover {
  background-color: #FFA466;
}
.zip-code-card input[type=number]::-webkit-inner-spin-button,
.zip-code-card input[type=number]::-webkit-outer-spin-button,
.promo-code-form input[type=number]::-webkit-inner-spin-button,
.promo-code-form input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.zip-code-card input[type=number],
.promo-code-form input[type=number] {
  -moz-appearance: textfield;
}
.zip-code-card a,
.promo-code-form a {
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  color: #242628 !important;
  text-decoration: underline;
}
.zip-code-card .zip-code-title,
.promo-code-form .zip-code-title {
  font-weight: 700;
  font-size: 14px;
  line-height: 20px;
  color: #242628;
  margin-bottom: 8px;
}

.shipping-info ul {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  margin-top: 14px;
}
.shipping-info ul li {
  font-weight: 700;
  font-size: 14px;
  line-height: 20px;
  color: #242628;
}
.shipping-info .shipping-error {
  margin-top: 14px;
  margin-bottom: 0;
  font-size: 14px;
  color: #c00;
  font-weight: 400;
}

.totals-text p {
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  color: #242628;
}

.line-item-brinde {
  font-weight: 500;
  font-size: 12px;
  line-height: 16px;
  color: #F5F6F6;
  background-color: #FFA466;
  border-radius: 4px;
  padding: 4px 37px;
  margin-top: 12px;
  margin-bottom: 6px;
}

.bundle-padding {
  padding-left: 3px;
}
@media (min-width: 768px) {
  .bundle-padding {
    padding: 0 1.5rem;
  }
}

.order-discount-total {
  color: #c00 !important;
}
