<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.second-half {
  padding: 0 20px;
}

.position-relative {
  position: relative;
}

.bg-light {
  background-color: rgba(248, 249, 250);
}

.p-2 {
  padding: 0.5rem;
  margin: 20px 0;
}

#shipping-method-wrapper {
  position: relative;
}

.mt-3 {
  margin-top: 1rem;
}

.rounded {
  border-radius: 0.375rem;
}

.img-fluid {
  height: auto;
  max-width: 100%;
}

.p-2 img {
  vertical-align: middle;
}

.cart-container {
  padding: 1rem !important;
}

.col-3 {
  flex: 0 0 auto;
  position: relative;
}

.rows {
  display: flex;
  flex-wrap: wrap;
  margin-left: -12px;
  margin-right: -12px;
  padding: 0 5px;
}

.img-thumbnail {
  background-color: #fff;
  border: 1px solid #dee2e6;
  border-radius: 0.375rem;
  padding: 0.25rem;
  height: 100px;
}

.checkout-quantity {
  background: var(--secondary-color-new);
  border: 1px solid var(--secondary-color-new);
  border-radius: 50%;
  color: #fff;
  height: 25px;
  line-height: 22px;
  position: absolute;
  right: -7px;
  text-align: center;
  top: -7px;
  width: 25px;
}

.col {
  flex: 1 0 0%;
  margin: 0 30px;
}

.col p {
  margin-top: 0;
}

.text-end {
  text-align: right !important;
}

.col-auto {
  flex: 0 0 auto;
  width: auto;
}

.col-auto p {
  margin-top: 0;
}

@media screen and (min-width: 992px) {
  .right {
    display: block;
  }
}

@media screen and (max-width: 1024px) {
  .first-half {
    width: auto;
    border: none;
  }

  .first-half,
  .second-half {
    padding: 0px;
  }

  .col {
    margin: 0 10px;
  }

  .mobile-cart-img {
    height: 60px;
  }

  .checkout-quantity {
    height: 20px;
    line-height: 20px;
    font-size: 12px;
    width: 20px;
  }

  .mob-cart-row {
    padding: 10px !important;
  }

  .col p {
    font-size: 14px;
  }

  .col-auto p {
    font-size: 14px;
  }
}
</pre></body></html>