body {
  background: var(--white);
  overflow-x: hidden;
  /* color: #4a4a68; */
  font-family: var(--primary-font);
  font-weight: 400;
  letter-spacing: 0;
}

.row.addons__section-2 {
  /* display: flex;
  flex-wrap: wrap; */
  width: 100%;
  background-color: #a4caec44;
  margin-left: 0;
  margin-right: 0;
}

.addons__section-2-img-col > img {
  max-width: 85%;
  margin-top: -10%;
  margin-bottom: 30px;
  object-fit: contain;
  margin-left: 50%;
  transform: translate(-50%, 0);
}

.addons__section-2-image {
  flex-basis: 50%;
  display: flex;
  justify-content: flex-start;
}

.addons__section-2-text-1,
.addons__section-2-text-2 {
  padding-left: 15%;
  padding-right: 20%;
}

.addons__products > .container {
  display: flex;
  flex-direction: column;
}

.addons__products > .container > span {
  padding: 64px 0 48px 0;
  align-self: center;
}

.product-container {
  /* border: 1px solid #666666; */
  box-sizing: border-box;
}

.product-container-inner {
  position: relative;
  height: 565px;
}

.addons__products-image {
  max-width: 310px;
  max-height: 310px;
  width: auto;
  height: auto;
}

.addons__products-image-detail {
  max-width: 450px;
  max-height: 450px;
  width: auto;
  height: auto;
}

.addons__products_content > p {
  padding-top: 10px;
}

.addons__products_content > .primary-btn {
  margin-top: 16px;
  height: 40px;
  padding: 0em !important;
  font-size: 16px !important;
  width: 100%;
  font-weight: 400 !important;
}

.product-detail-image {
  padding-right: 0;
  padding-left: 0;
}

.product-detail-info {
  padding: 0;
}

.your-custome-addons-back {
  text-decoration-line: underline;
  text-transform: uppercase;
  color: var(--primary);
  margin-top: 48px;
}

.product-detail-info .row {
  margin-left: 0;
  margin-right: 0;
}

.add-cart {
  width: 100%;
  padding: 0;
}

.your-custome-addons-back > img {
  padding-right: 15px;
}

.product-detail-size {
  color: #666666;
}

.devider {
  border-bottom: 2px solid black;
}

.addons__products_size_info {
  color: #666666;
}

.add-to-cart {
  color: white !important;
  cursor: pointer;
  position: absolute;
  bottom: 0;
}

.product-thumbnail > .img-fluid {
  max-width: 120px;
}

td.product-thumbnail {
  padding: 10px 0;
}

td.product-name {
  padding: 10px 24px;
}

.primary-btn {
  padding: 10px 3em 6px !important;
}

.pt-64 {
  padding-top: 64px !important;
}

.w-100.border-bottom {
  border-bottom: 2px solid #000 !important;
}

@media (max-width: 576px) {
  .primary-btn {
    padding: 10px 2em 6px !important;
  }
  .pt-64 {
    padding-top: 32px !important;
  }
}

.order-summary-col {
  padding-left: 2rem;
}

.btn-place-order {
  padding: 0;
}

.text-term-service > a {
  color: var(--primary);
  text-decoration: underline;
}

tr.border-bottom {
  border-bottom: 1px solid #cccccc !important;
}
.order-detail-col > table {
  width: 100%;
}

@media (max-width: 768px) {
  .all-add-ons {
    display: none;
  }

  .add-cart {
    margin-top: 32px;
  }

  .product-thumbnail > .img-fluid {
    max-width: 60px;
  }

  .order-summary-col {
    margin-left: 15px;
    margin-right: 15px;
    margin-top: 16px;
    padding-left: 15px;
  }

  .addons__products_content {
    padding: 0 !important;
  }

  .addons__section-2-text-1,
  .addons__section-2-text-2 {
    text-align: center;
    padding-left: 15%;
    padding-right: 15%;
    margin: auto;
  }

}

@media (min-width: 992px) {
  .col-lg-3_5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 28%;
    flex: 0 0 28%;
    max-width: 28%;
  }
}

.container-left {
  max-width: 480px !important;
}

table.borderless > tbody > tr > td {
  border: none;
  vertical-align: middle;
}

td.product-total {
  text-align: right;
  padding-right: 0;
}

.payment-stripe .border-left {
  border-left: 1px solid #666666 !important;
}

.payment-stripe .border-right {
  border-right: 1px solid #666666 !important;
}

.payment-stripe .border-top {
  border-top: 1px solid #666666 !important;
}

.payment-stripe .border-bottom {
  border-bottom: 1px solid #666666 !important;
}

.simplemodal-overlay,
.simplemodal-container {
  z-index: 1033 !important;
}

.custom-safe-area {
  height: 114px;
  display: none;
}

.rewards__redeem-item-avatar {
  width: 100%;
  max-width: 140px;
  border: 1px solid #cccccc;
}

.rewards__redeem_activity_text {
  color: #666666;
}

.rewards__ways-earn-points {
  height: 540px;
  position: relative;
}

.rewards__ways-earn-points-content {
  /* max-width: 400px; */
  position: absolute;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
}

@media (max-width: 768px) {
  .rewards__ways-earn-points {
    height: 370px;
  }
}

.rewards__redeem-item_mobile {
  border: 1px solid #000;
  padding: 0px 20px 30px;
}

.btn-close-modal {
  position: absolute;
  top: 20px;
  right: 20px;
}

@media (max-width: 576px) {
  .simplemodal-close {
    border-radius: 0;
  }
  .rewards__redeem-item-avatar {
    max-width: 90px;
}
}

.fa-times {
  width: 24px;
  height: 24px;
  background: url("https://static-public-storage3.s3.amazonaws.com/static/img/close.0c5ffa0ce76a.svg") transparent no-repeat center;
  background-size: cover;
}

.fa-times:before {
  content: "" !important;
}
