.woocommerce-cart h1.entry-title {
  font-size: 60px;
  margin-top: 60px !important;
  padding-bottom: 25px !important;
}

.woocommerce button[name="update_cart"],
.woocommerce input[name="update_cart"] {
  display: none !important;
}

.woocommerce-cart #pwgc-redeem-gift-card-number {
  font-size: 13px;
  padding: 16px;
  min-width: 200px;
  height: 50px !important;
  margin-right: 15px;
}

@media (max-width: 768px) {
  .woocommerce-cart #pwgc-redeem-gift-card-number {
    margin-right: 0;
    width: 100%;
    margin-bottom: 10px;
  }
}

.woocommerce-cart .actions .coupon button[type="submit"],
.woocommerce-cart .actions .coupon #pwgc-apply-gift-card {
  color: white !important;
  width: 260px;
  max-width: calc(100% - 60px);
}

@media (max-width: 768px) {
  .woocommerce-cart .actions .coupon button[type="submit"],
  .woocommerce-cart .actions .coupon #pwgc-apply-gift-card {
    width: 100%;
    max-width: 100%;
  }
}

.woocommerce-cart #pwgc-redeem-error {
  display: block;
  width: 100%;
  text-align: left;
  margin-bottom: 10px;
}

@media (min-width: 769px) {
  .woocommerce-cart .content_wrapper .shop_table .actions .coupon #coupon_code,
  .woocommerce-cart #pwgc-redeem-gift-card-number {
    min-width: 400px;
  }
}

.woocommerce-cart .actions .coupon label {
  display: none;
}

.woocommerce-cart .wt_coupon_wrapper {
  display: none !important;
}

.woocommerce-cart .wcgwp-modal .modal-header {
  text-align: right;
  justify-content: flex-end;
}

.woocommerce-cart #giftwrap_modal_coupon .giftwrap_cancel {
  color: black !important;
  background: transparent !important;
  float: right !important;
  text-align: right !important;
  padding: 0 !important;
}

#giftwrap_modal_coupon .modal-header {
  justify-content: flex-end !important;
}

#giftwrap_modal_coupon .giftwrap_ul li {
  display: flex;
  align-items: center;
}

#giftwrap_modal_coupon .modal-body {
  font-size: 16px;
}

#giftwrap_modal_coupon label {
  font-size: 16px;
  text-transform: none !important;
}

#giftwrap_modal_coupon .woocommerce-Price-amount.amount {
  font-weight: normal !important;
}

.wc_giftwrap_notes_container label {
  font-size: 16px !important;
  font-weight: normal !important;
  text-transform: none !important;
}

#giftwrap_modal_coupon .giftwrap_ul li .giftwrap_thumb img {
  width: 100px;
  height: auto;
  margin-left: 10px;
}

.woocommerce-cart .wcgwp-desc.singular_label {
  margin-left: 0 !important;
  display: flex;
  align-items: center;
}

.woocommerce-cart .wcgwp-thumb {
  width: 100px;
  margin-left: 10px;
}

.woocommerce-cart .wcgwp-note {
  height: 80px;
}

.woocommerce-cart .content_wrapper .shop_table .actions {
  background: white !important;
}

@media (max-width: 768px) {
  .wcgwp-modal-toggle.button.btn.alt {
    width: 100% !important;
  }
}

@media (min-width: 769px) {
  .woocommerce-cart .pwgc-total th {
    width: 80% !important;
  }
}

.woocommerce-cart-form-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.woocommerce-cart .content_wrapper .woocommerce-cart-form {
  width: 100% !important;
  padding-left: 0 !important;
  padding-right: 35px !important;
}

.woocommerce-cart-form-container-inner {
  position: relative !important;
  width: calc(75% - 35px) !important;
}

@media screen and (max-width: 959px) {
  .woocommerce-cart-form-container {
    display: block !important;
  }
  .woocommerce-cart-form-container-inner {
    width: 100% !important;
  }
  .woocommerce-cart .content_wrapper .woocommerce-cart-form {
    padding-right: 0 !important;
  }
}
