@font-face {
  font-family: "Obagane Kids";
  src: url("/wp-content/themes/hello-elementor-child/fonts/ObaganeKids.otf")
    format("opentype");
  font-weight: normal;
  font-style: normal;
}
.cart-titile {
  color: #ef8429;
  font-family: "Lato";
  font-weight: 400;
  font-size: 24px;
  line-height: 20px;
  letter-spacing: 7%;
  text-align: center;
}
.prod-image-container {
  background: url("/wp-content/themes/hello-elementor-child/img/book-cover-mockup-with-bg.png")
    no-repeat center center;
  background-size: contain;
  position: relative;
  width: 460px;
  height: 460px;
  display: flex;
  justify-content: center;
  min-width: 280px;
  min-height: 280px;
}
.prod-image-container img {
  padding: 40px 30px 80px 40px;
}
.cart-image-backgroud {
  position: absolute;
  bottom: 34px;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.cart-image-backgroud .product-child-name {
  font-family: "Nunito";
  color: #5791d2;
  font-size: 23px;
  line-height: 24px;
  font-weight: 400;
}
.cart-image-backgroud .product-book-theme {
  font-family: "Nunito";
  color: #5791d2;
  font-size: 12px;
  line-height: 10px;
  letter-spacing: 8%;
}
.mobile-title.tom-mobile {
  color: #ef8429;
  font-family: "Lato";
  font-weight: 400;
  font-size: 20px;
  line-height: 0;
  letter-spacing: 4%;
  text-align: center;
  position: absolute;
}
.cart-total-block {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 20px;
}
.woocommerce-cart .cart_totals {
  margin-top: 20px;
}
.product-subtotal .coupon {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 50px;
  gap: 5px;
}
#coupon_code {
  padding: 4px 6px;
  width: 106px;
  border-radius: 6px;
  border: 1px solid #ddd;
}
.wc-proceed-to-checkout {
  text-align: center;
}
.woocommerce-cart-form__cart-item {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.delivery_text p,
.guarantee_box p {
  font-weight: 400;
}
.tom-cart-badges,
.cart_totals {
  text-align: left;
}
.coupon label {
  font-weight: 400;
  margin-right: 4px;
}
.delivery_box,
.guarantee_box {
  padding: 0;
}
.coupon button,
#coupon_code,
.coupon {
  font-size: 13px !important;
  border-radius: 6px;
}
.quantity input {
  padding: 4px 6px !important;
  font-size: 13px !important;
}
@media (min-width: 769px) {
  .tom-cart-badges .delivery_box img {
    width: 79px !important;
    height: 79px !important;
    margin-left: -16px;
  }
  .tom-cart-badges .guarantee_box img {
    width: 68px !important;
    height: 68px !important;
    margin-left: -16px;
  }
}
@media (max-width: 768px) {
  .cart-titile {
    font-size: 20px;
    line-height: 20px;
    letter-spacing: 0;
    padding-left: 10px;
  }
  .product-thumbnail {
    padding: 0 !important;
  }
  .woocommerce-cart-form__cart-item {
    margin-top: 20px;
  }
  .delivery_text p,
  .guarantee_text p,
  .delivery_text h4,
  .guarantee_text h4 {
    font-size: 14px;
    line-height: 20px;
  }
  .tom-cart-badges .delivery_box img {
    width: 64px !important;
    height: 64px !important;
  }
  .tom-cart-badges .guarantee_box img {
    width: 56px !important;
    height: 56px !important;
  }
  .product-info {
    padding-left: 24px;
  }
  .prod-image-container img {
    padding: 50px 30px 80px 40px;
  }
  .tom .woocommerce table.shop_table_responsive tr td::before {
    display: none;
  }
  .product-subtotal .coupon {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    justify-items: end;
  }
  .chackout-button-image {
    height: 40px !important;
    width: auto !important;
  }
  tr.cart-subtotal,
  tr.woocommerce-shipping-totals.shipping,
  tr.order-total {
    display: flex !important;
    justify-content: space-between;
  }
  tr.cart-subtotal th,
  tr.woocommerce-shipping-totals.shipping th,
  tr.order-total th {
    display: flex !important;
  }
  .woocommerce-shipping-totals.shipping td {
    background: none !important;
  }
  .prod-image-container {
    width: 100% !important;
    height: auto;
  }
  .product-img {
    width: 90% !important;
  }
  .cart-image-backgroud {
    bottom: 42px;
    gap: 2px;
  }
  .product-subtotal {
    padding-top: 0 !important;
  }
  .woocommerce-cart .cart_totals {
    padding-left: 0;
    padding-right: 0;
  }
  .cart-total-block {
    font-size: 13px;
    padding: 0 12px;
  }
  .product-subtotal .coupon {
    margin-top: 20px;
  }
  .cart-subtotal bdi,
  .woocommerce-shipping-totals.shipping td {
    font-weight: 400;
  }
}
