.sfc-cart-title {
  text-align: center;
  font-weight: 500;
  color: #4F4F4F;
  margin-bottom: 32px;
}

.sfc-cart-layout {
  display: grid;
  gap: 24px;
  justify-items: center;
}

.woocommerce .sfc-cart-table-wrapper {
  margin: 0;
  border: 0;
  width: 100%;
  border-collapse: collapse;
  background-color: white;
}
.woocommerce table {
  background-color: transparent;
  box-shadow: none;
  border: none;
  border-collapse: collapse !important;
}
.woocommerce table.shop_table thead tr {
  background-color: white;
  border-bottom: 1px solid red;
}
.woocommerce table.shop_table thead tr th {
  background: transparent;
  padding: 16px;
  font-variant-numeric: lining-nums proportional-nums;
  font-family: "Cormorant Infant", sans-serif;
  font-size: 24px;
  font-style: italic;
  font-weight: 400;
  background: linear-gradient(270deg, #A18F6A 0%, #BFA16D 46.63%, #C09F6D 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.woocommerce table.shop_table tbody tr:last-child td {
  border-bottom: 0;
}
@media (max-width: 700px) {
  .woocommerce table.shop_table tbody td::before {
    font-size: 14px !important;
  }
}
.woocommerce table.shop_table tbody td.product-remove svg {
  width: 15px;
}
.woocommerce table.shop_table tbody td.product-thumbnail {
  padding: 0;
}
.woocommerce table.shop_table tbody td.product-thumbnail img {
  width: 50px;
  height: 50px;
  object-fit: contain;
}
.woocommerce .sfc-cart-actions {
  display: flex;
  align-items: center;
  gap: 16px;
  justify-content: space-between;
  padding: 36px 46px;
}
@media (max-width: 700px) {
  .woocommerce .sfc-cart-actions {
    padding: 20px;
  }
  .woocommerce .sfc-cart-actions #btn-primary {
    width: 100%;
  }
}

.sfc-cart-remove {
  color: #d65c5c;
  font-size: 18px;
  padding-left: 20px;
}
.sfc-cart-remove:hover {
  background: transparent !important;
}

.wishlist-items-wrapper a.remove:hover {
  background: none !important;
}

.sfc-cart-table .product-name a {
  color: #6D715B;
  font-size: 18px;
  font-weight: 300;
  text-decoration: none;
}

@media (max-width: 600px) {
  .sfc-coupon {
    width: 100%;
  }
}

.sfc-cart-collaterals {
  display: flex;
  justify-content: flex-end;
  width: 100%;
}

.woocommerce-cart .cart-collaterals .sfc-cart-totals {
  width: 100%;
  max-width: 600px;
}
.woocommerce-cart .cart-collaterals .sfc-cart-totals table.shop_table {
  background-color: transparent;
  border-collapse: collapse;
  border-radius: 10px;
  color: #828282;
  overflow: hidden;
  border: none !important;
}
.woocommerce-cart .cart-collaterals .sfc-cart-totals table.shop_table tr th {
  background-color: transparent;
  border-bottom: none;
  width: 60%;
  color: #4F4F4F;
  font-variant-numeric: lining-nums proportional-nums;
  font-family: "Cormorant Infant", sans-serif;
  font-size: 28px;
  font-style: italic;
  font-weight: 300;
}
@media (max-width: 600px) {
  .woocommerce-cart .cart-collaterals .sfc-cart-totals table.shop_table tr th {
    font-size: 24px;
  }
}
.woocommerce-cart .cart-collaterals .sfc-cart-totals table.shop_table tr td {
  text-align: right;
}
.woocommerce-cart .cart-collaterals .sfc-cart-totals table.shop_table tr th, .woocommerce-cart .cart-collaterals .sfc-cart-totals table.shop_table tr td {
  border-top: none;
}

.cross-sells {
  display: none;
}

.sfc-checkout-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 420px);
  gap: 24px;
  align-items: start;
  padding: 20px 0 40px;
}

.sfc-shipping-fields {
  position: absolute;
  left: -9999px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.order-review-title {
  color: #8E5C3B;
  font-size: 21px;
  font-weight: 700;
  margin: 0 0 16px;
}

@media (max-width: 960px) {
  .sfc-cart-layout {
    grid-template-columns: 1fr;
  }
  .sfc-cart-collaterals {
    justify-content: flex-start;
  }
  .sfc-cart-actions {
    flex-direction: column;
    align-items: flex-start;
  }
  .sfc-checkout-layout {
    grid-template-columns: 1fr;
  }
}
.checkout-grouped-fields {
  border-radius: 4px;
  width: 100%;
  margin: 20px 0;
  padding: 30px 20px;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  background: #FFF;
  gap: 20px;
}
.checkout-grouped-fields p {
  margin-bottom: 0;
  margin-top: 0;
}
.checkout-grouped-fields .single-field-wrapper {
  flex: 48% !important;
}
.checkout-grouped-fields .single-field-wrapper label {
  display: block;
  margin-bottom: 5px;
  color: #888682;
  font-size: 16px;
  font-family: "Sybilla Pro", sans-serif;
}
.checkout-grouped-fields .single-field-wrapper label abbr {
  color: #EB5757;
  text-decoration: none;
}
.checkout-grouped-fields .single-field-wrapper input:not(#billing_invoice_required) {
  width: 100%;
  height: 47px;
  border-radius: 5px;
  border: 1px solid #cccccc;
  background: #ffffff;
  padding: 0 20px;
}
.checkout-grouped-fields .address_book {
  display: flex;
  flex-direction: column;
}
.checkout-grouped-fields .address_book span.select2 {
  width: 100% !important;
}
.checkout-grouped-fields:not(.group-two) {
  display: flex;
}
.checkout-grouped-fields.group-three .single-field-wrapper:last-child, .checkout-grouped-fields.group-two .single-field-wrapper:last-child {
  width: 100%;
  flex: 0 0 100%;
}
.checkout-grouped-fields #billing_invoice_required_field {
  display: flex;
  margin-bottom: 0;
}
.checkout-grouped-fields #billing_invoice_required_field label {
  color: #828282;
  font-size: 16px;
  font-weight: 300;
  line-height: inherit;
}
.checkout-grouped-fields:first-child {
  margin: 0 0 15px;
}
.checkout-grouped-fields .form-section-title {
  flex: 0 0 100%;
}
.checkout-grouped-fields .form-section-title .field-box-title {
  font-variant-numeric: lining-nums proportional-nums;
  font-family: "Cormorant Infant", sans-serif;
  font-size: 42px;
  font-style: italic;
  background: linear-gradient(270deg, #A18F6A 0%, #BFA16D 46.63%, #C09F6D 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 600px) {
  .checkout-grouped-fields .form-section-title .field-box-title {
    font-size: 28px;
  }
}
.checkout-grouped-fields #billing_city_field .woocommerce-input-wrapper,
.checkout-grouped-fields #billing_state_field .woocommerce-input-wrapper,
.checkout-grouped-fields #billing_country_field .woocommerce-input-wrapper {
  display: flex;
  align-items: center;
  border-radius: 5px;
  padding: 0;
  color: #4F4F4F;
  width: 100%;
  border: 1px solid #cccccc;
  height: 47px;
}
.checkout-grouped-fields #billing_city_field .woocommerce-input-wrapper > .select2,
.checkout-grouped-fields #billing_state_field .woocommerce-input-wrapper > .select2,
.checkout-grouped-fields #billing_country_field .woocommerce-input-wrapper > .select2 {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  padding: 0 20px;
}
.checkout-grouped-fields #billing_city_field .woocommerce-input-wrapper > .select2 .select2-selection__placeholder,
.checkout-grouped-fields #billing_city_field .woocommerce-input-wrapper > .select2 .select2-selection__rendered,
.checkout-grouped-fields #billing_state_field .woocommerce-input-wrapper > .select2 .select2-selection__placeholder,
.checkout-grouped-fields #billing_state_field .woocommerce-input-wrapper > .select2 .select2-selection__rendered,
.checkout-grouped-fields #billing_country_field .woocommerce-input-wrapper > .select2 .select2-selection__placeholder,
.checkout-grouped-fields #billing_country_field .woocommerce-input-wrapper > .select2 .select2-selection__rendered {
  padding: 0;
  font-weight: 300;
  color: #4F4F4F;
}
.checkout-grouped-fields #billing_city_field .woocommerce-input-wrapper > .select2 span.selection,
.checkout-grouped-fields #billing_state_field .woocommerce-input-wrapper > .select2 span.selection,
.checkout-grouped-fields #billing_country_field .woocommerce-input-wrapper > .select2 span.selection {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
}
.checkout-grouped-fields #billing_country_field .woocommerce-input-wrapper {
  padding: 0 20px;
}
.checkout-grouped-fields #billing_country_field .woocommerce-input-wrapper strong {
  font-weight: 300;
}
.checkout-grouped-fields .select2-selection {
  border: none !important;
}
.checkout-grouped-fields select#billing_state {
  width: 100%;
  height: 100%;
  border-radius: 0;
  border: none;
  background-color: transparent;
  padding: 0 20px;
}
.checkout-grouped-fields .select2-container .select2-selection--single .select2-selection__arrow {
  right: 20px;
}
.checkout-grouped-fields .select2-container .select2-selection--single .select2-selection__arrow b {
  background: url("../images/select-arrow-down.svg");
  background-repeat: no-repeat;
  background-position: center;
}
.checkout-grouped-fields #sfc_saved_address_field #sfc_saved_address,
.checkout-grouped-fields #billing_state_field #billing_state {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background: url("../images/select-arrow-down.svg") no-repeat right 20px center;
  background-size: 14px;
  padding-right: 20px;
  cursor: pointer;
}
.checkout-grouped-fields #sfc_saved_address_field #sfc_saved_address {
  width: 100%;
  height: 47px;
  padding: 0 20px;
  border-radius: 4px;
}
.checkout-grouped-fields #billing_state_field.validate-required label::after {
  content: "";
  display: none;
}
.checkout-grouped-fields.checkout-order-notes .woocommerce-additional-fields__field-wrapper {
  width: 100%;
}
.checkout-grouped-fields.checkout-order-notes .woocommerce-additional-fields__field-wrapper textarea {
  width: 100%;
  border-radius: 4px;
  border: 1px solid #cccccc;
  height: 150px;
  padding: 14px 20px;
}
.checkout-grouped-fields.checkout-invoice-info {
  display: none;
}
.checkout-grouped-fields.checkout-invoice-info.add-invoice {
  display: flex;
}

.order-review-wrapper {
  border-radius: 4px;
  background-color: white;
  padding: 20px;
  border: none;
  margin-bottom: 20px;
}
.order-review-wrapper .field-box-title {
  font-variant-numeric: lining-nums proportional-nums;
  font-family: "Cormorant Infant", sans-serif;
  font-size: 42px;
  font-style: italic;
  background: linear-gradient(270deg, #A18F6A 0%, #BFA16D 46.63%, #C09F6D 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 600px) {
  .order-review-wrapper .field-box-title {
    font-size: 28px;
  }
}
.order-review-wrapper table.shop_table {
  border: 0;
  width: 100%;
  margin: 0;
  border-collapse: collapse;
}
.order-review-wrapper table.shop_table thead {
  display: none;
}
.order-review-wrapper table.shop_table tbody tr {
  display: flex;
  gap: 12px;
  padding: 12px 0;
  border-bottom: 1px solid #f0e6de;
  width: 100%;
}
.order-review-wrapper table.shop_table tbody tr td {
  border: 0;
  padding: 0;
  min-width: 0;
  border-top: none !important;
}
.order-review-wrapper table.shop_table tbody .product-name {
  flex: 1;
}
.order-review-wrapper table.shop_table tbody .product-name img {
  max-width: 70px;
  border-radius: 10px;
}
.order-review-wrapper table.shop_table tbody .product-name .product-name-inner {
  display: flex;
  gap: 12px;
  align-items: start;
}
.order-review-wrapper table.shop_table tbody .product-name .product-title-wrapper {
  display: flex;
  width: 100%;
  align-items: start;
  flex-direction: column;
  justify-content: center;
  text-align: left;
}
.order-review-wrapper table.shop_table tbody .product-name .product-title {
  display: block;
  color: #6D715B;
  font-size: 18px;
  font-weight: 300;
}
.order-review-wrapper table.shop_table tbody .product-name .product-meta {
  display: block;
  font-weight: 300;
  font-size: 18px;
  color: #DEBC85;
}
.order-review-wrapper table.shop_table tbody .product-name .product-meta del {
  display: none;
}
.order-review-wrapper table.shop_table tbody .product-name .product-meta ins {
  text-decoration: none;
}
.order-review-wrapper table.shop_table tbody .product-total {
  white-space: nowrap;
  font-weight: 500;
  color: #5b4a44;
  display: none;
}
.order-review-wrapper table.shop_table tfoot tr {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.order-review-wrapper table.shop_table tfoot tr th,
.order-review-wrapper table.shop_table tfoot tr td {
  padding: 0;
  border-top: unset !important;
}
.order-review-wrapper table.shop_table tfoot tr th {
  color: #6D715B;
  font-variant-numeric: lining-nums proportional-nums;
  font-family: "Cormorant Infant", sans-serif;
  font-size: 28px;
  font-style: italic;
  font-weight: 300;
}
@media (max-width: 600px) {
  .order-review-wrapper table.shop_table tfoot tr th {
    font-size: 24px;
  }
}
.order-review-wrapper .order-total th {
  color: #38383A;
  font-size: 24px;
}
.order-review-wrapper .order-total .woocommerce-Price-currencySymbol,
.order-review-wrapper .order-total .amount {
  color: #828282 !important;
  font-size: 24px;
  font-weight: 300;
}
.order-review-wrapper .cart-subtotal th {
  color: #38383A;
  font-size: 16px;
  font-weight: 600;
}
.order-review-wrapper .cart-subtotal .woocommerce-Price-currencySymbol,
.order-review-wrapper .cart-subtotal .amount {
  color: #828282 !important;
  font-size: 16px;
  font-weight: 500;
}
.order-review-wrapper .order-tota th {
  color: #38383A;
  font-size: 24px;
}
.order-review-wrapper .order-tota .woocommerce-Price-currencySymbol,
.order-review-wrapper .order-tota .amount {
  color: #828282 !important;
  font-size: 24px;
}
.order-review-wrapper tr.shipping td {
  text-align: right;
}
.order-review-wrapper tr.shipping td ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 8px;
}
.order-review-wrapper tr.shipping td li {
  display: flex;
  align-items: center;
  gap: 8px;
  justify-content: flex-end;
  flex-wrap: wrap;
}
.order-review-wrapper tr.shipping {
  align-items: flex-start;
}

.woocommerce-checkout .woocommerce-form-login-toggle .woocommerce-info {
  border-color: transparent;
  background-color: transparent;
  padding: 10px 0;
  margin-bottom: 0 !important;
}
.woocommerce-checkout .woocommerce-form-login-toggle .woocommerce-info:before {
  display: none;
}
.woocommerce-checkout .woocommerce-form-login-toggle .woocommerce-info .showlogin {
  color: #DEBC85;
}
.woocommerce-checkout .checkout-login-form-wrapper .form-in-checkout {
  padding: 0;
  margin: 0 0 30px;
}
.woocommerce-checkout .checkout-login-form-wrapper .form-in-checkout p {
  margin: 10px 0;
}
@media screen and (max-width: 600px) {
  .woocommerce-checkout .checkout-login-form-wrapper .form-in-checkout .lost_password {
    margin-left: auto;
  }
}

.woocommerce-error,
.woocommerce-info,
.woocommerce-message {
  margin: 20px 0;
  position: relative;
  background-color: white;
  border: 3px dashed #E0E0E0;
  padding: 25px 50px;
  border-radius: 16px;
}
.woocommerce-error:before,
.woocommerce-info:before,
.woocommerce-message:before {
  display: none;
}

.woocommerce-address-fields__field-wrapper span.required,
.woocommerce-address-fields__field-wrapper abbr.required,
.woocommerce form .form-row span.required,
.woocommerce form .form-row abbr.required,
.woocommerce-billing-fields__field-wrapper span.required,
.woocommerce-billing-fields__field-wrapper abbr.required {
  text-decoration: none;
  color: #D45113;
}

.hidden {
  display: none !important;
}

.woocommerce-address-fields__field-wrapper > .single-field-wrapper.full-col,
.woocommerce form .form-row > .single-field-wrapper.full-col,
.woocommerce-billing-fields__field-wrapper > .single-field-wrapper.full-col {
  width: 100%;
}

.woocommerce-address-fields__field-wrapper > .single-field-wrapper.full-col .woocommerce-input-wrapper,
.woocommerce form .form-row > .single-field-wrapper.full-col .woocommerce-input-wrapper,
.woocommerce-billing-fields__field-wrapper > .single-field-wrapper.full-col .woocommerce-input-wrapper {
  width: 100%;
  display: block;
}

.woocommerce-address-fields__field-wrapper > .single-field-wrapper.full-col .woocommerce-input-wrapper .select2.select2-container,
.woocommerce form .form-row > .single-field-wrapper.full-col .woocommerce-input-wrapper .select2.select2-container,
.woocommerce-billing-fields__field-wrapper > .single-field-wrapper.full-col .woocommerce-input-wrapper .select2.select2-container {
  max-width: unset;
  min-width: 100%;
}

.sfc-cart-actions .coupon .input-wrapper {
  position: relative;
  display: flex;
  align-items: stretch;
}
.sfc-cart-actions .coupon .input-wrapper input {
  width: 100%;
  outline: none;
  color: #888682;
  border-radius: 12px 0 0 12px;
  border: 1px solid #E0E0E0;
  border-right: none;
  padding: 14px 16px;
}
.sfc-cart-actions .coupon .input-wrapper button {
  border-radius: 0 4px 4px 0;
  background: #DEBC85;
  border: 1px solid #DEBC85;
  color: #302F2D;
  text-align: center;
  font-family: "Sybilla Pro", sans-serif;
  font-weight: 300;
}

.woocommerce-cart-form .actions-wrapper .update-cart {
  cursor: pointer;
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  padding: 16px 32px;
  background: #DEBC85;
  color: #2D4F6B;
  border: 1px solid #E0E0E0;
  border-radius: 50px;
}
.woocommerce-cart-form .actions-wrapper .update-cart:disabled[disabled] {
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  padding: 16px 32px;
  background-color: #E0E0E0;
  color: rgba(45, 79, 107, 0.5);
  border: 1px solid #E0E0E0;
  border-radius: 50px;
}
.woocommerce-cart-form .actions-wrapper .update-cart:disabled {
  opacity: 0.5;
}

.sfc-cart-table .table.shop_table.cart tr th {
  font-size: 14px !important;
  font-weight: 700 !important;
}

@media (max-width: 767px) {
  .woocommerce-cart-form .sfc-cart-card .shop_table_responsive tr td {
    border-color: transparent !important;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}

.custom-check a {
  background: linear-gradient(270deg, #A18F6A 0%, #BFA16D 46.63%, #C09F6D 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 300;
}
.custom-check.woocommerce-validated .custom-check-inner,
.custom-check label.custom-check-inner,
.custom-check .custom-check-inner {
  position: relative !important;
  padding-left: 15px;
  line-height: inherit;
  display: flex !important;
  gap: 4px !important;
}
.custom-check.woocommerce-validated .custom-check-inner > span.required,
.custom-check label.custom-check-inner > span.required,
.custom-check .custom-check-inner > span.required {
  display: none;
}
.custom-check.woocommerce-validated .custom-check-inner .label-inner,
.custom-check label.custom-check-inner .label-inner,
.custom-check .custom-check-inner .label-inner {
  color: #4F4F4F;
  font-weight: 300;
  line-height: 1.3;
}
.custom-check.woocommerce-validated .custom-check-inner:before,
.custom-check label.custom-check-inner:before,
.custom-check .custom-check-inner:before {
  content: "";
  position: absolute !important;
  width: 24px;
  height: 24px;
  border: 2px solid #CDCDCD;
  background-color: #ffffff;
  left: 0;
  top: 0;
  border-radius: 3px;
}
@media screen and (max-width: 600px) {
  .custom-check.woocommerce-validated .custom-check-inner:before,
  .custom-check label.custom-check-inner:before,
  .custom-check .custom-check-inner:before {
    left: 0;
  }
}
.custom-check.woocommerce-validated .custom-check-inner.check-selected:before,
.custom-check label.custom-check-inner.check-selected:before,
.custom-check .custom-check-inner.check-selected:before {
  border: 2px solid #DEBC85;
  background-color: #DEBC85;
  border-radius: 3px;
}
.custom-check.woocommerce-validated .custom-check-inner.check-selected:after,
.custom-check label.custom-check-inner.check-selected:after,
.custom-check .custom-check-inner.check-selected:after {
  content: "";
  position: absolute;
  left: 5px;
  top: 2px;
  width: 14px;
  height: 22px;
  background-image: url("../images/check-solid-white.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  pointer-events: none;
}
@media screen and (max-width: 600px) {
  .custom-check.woocommerce-validated .custom-check-inner.check-selected:after,
  .custom-check label.custom-check-inner.check-selected:after,
  .custom-check .custom-check-inner.check-selected:after {
    left: 5px;
  }
}
.custom-check.woocommerce-validated .custom-check-inner.cross-sell-check::before,
.custom-check label.custom-check-inner.cross-sell-check::before,
.custom-check .custom-check-inner.cross-sell-check::before {
  top: 15px;
}
.custom-check.woocommerce-validated .custom-check-inner.login-form-check:after,
.custom-check label.custom-check-inner.login-form-check:after,
.custom-check .custom-check-inner.login-form-check:after {
  top: 4px;
}
.custom-check.woocommerce-validated .custom-check-inner.register-form-check,
.custom-check label.custom-check-inner.register-form-check,
.custom-check .custom-check-inner.register-form-check {
  display: block !important;
  padding-left: 30px;
}
.custom-check.woocommerce-validated .custom-check-inner.register-form-check input,
.custom-check label.custom-check-inner.register-form-check input,
.custom-check .custom-check-inner.register-form-check input {
  position: absolute !important;
}
.custom-check.woocommerce-validated .custom-check-inner.checkout-create-account::before,
.custom-check label.custom-check-inner.checkout-create-account::before,
.custom-check .custom-check-inner.checkout-create-account::before {
  top: 4px;
}
.custom-check.woocommerce-validated .custom-check-inner.cross-sell-check.check-selected:after,
.custom-check label.custom-check-inner.cross-sell-check.check-selected:after,
.custom-check .custom-check-inner.cross-sell-check.check-selected:after {
  top: 17px;
}
.custom-check.woocommerce-validated .custom-check-inner input,
.custom-check label.custom-check-inner input,
.custom-check .custom-check-inner input {
  opacity: 0;
  transform: scale(170%);
  position: relative !important;
  left: -10px;
  top: 5px;
}
.custom-check.woocommerce-validated .custom-check-inner input#billing_invoice_required,
.custom-check label.custom-check-inner input#billing_invoice_required,
.custom-check .custom-check-inner input#billing_invoice_required {
  left: -10px;
}
.custom-check.woocommerce-validated .custom-check-inner input#choose_specific_time,
.custom-check label.custom-check-inner input#choose_specific_time,
.custom-check .custom-check-inner input#choose_specific_time {
  top: -9px;
}
.custom-check.validate-required .custom-check-inner {
  color: #38383A;
}
.custom-check.validate-required .custom-check-inner input {
  margin: 0 0 0 0;
}
.custom-check.validate-required.woocommerce-validated .custom-check-inner {
  display: flex;
}
.custom-check.validate-required.woocommerce-validated .custom-check-inner:before {
  border: 2px solid #DEBC85;
  background-color: #DEBC85;
  top: 4px;
}
.custom-check.validate-required.woocommerce-validated .custom-check-inner:after {
  content: "";
  position: absolute;
  left: 5px;
  top: 5px;
  width: 14px;
  height: 22px;
  background-image: url("../images/check-solid-white.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  pointer-events: none;
}
@media screen and (max-width: 600px) {
  .custom-check.validate-required.woocommerce-validated .custom-check-inner:after {
    left: 5px;
  }
}
.custom-check.billing-invoice-check-wrapper {
  margin-top: 20px;
}
.custom-check.billing-invoice-check-wrapper .single-field-wrapper {
  width: 100%;
}
.custom-check#newsletter_policy_reg_field .optional {
  display: none;
}

.custom-radio input[type=radio] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 2px solid #D5D5D5;
  border-radius: 50%;
  width: 21px;
  height: 21px;
  position: relative;
  margin: unset !important;
}
.custom-radio input[type=radio]:checked::after {
  content: "";
}
.custom-radio input[type=radio]:checked {
  border: 2px solid #DEBC85;
  background-color: #DEBC85;
}
.custom-radio input[type=radio]:checked::before {
  content: "";
  position: absolute;
  top: 2px;
  left: 2px;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background-color: #fff;
}

.woocommerce-checkout #payment {
  background-color: transparent;
}
.woocommerce-checkout #payment .payments-wrapper {
  background-color: white;
  margin-bottom: 20px;
  padding: 20px;
  border-radius: 4px;
}
.woocommerce-checkout #payment .payments-wrapper .payment_methods {
  padding: 0;
  border-bottom: none;
}
.woocommerce-checkout #payment .payments-wrapper .payment_methods:before {
  display: none;
  content: none;
}
.woocommerce-checkout #payment .payments-wrapper .payment_methods li {
  display: flex;
  gap: 10px;
  align-items: center;
  font-weight: 300;
}
.woocommerce-checkout #payment .payments-wrapper .payment_methods li:before {
  display: none !important;
  content: none;
}
.woocommerce-checkout #payment .checkout-place-order {
  padding: 0 !important;
}

.create-account .password-input {
  padding-top: 10px !important;
}

.woocommerce-form-login {
  border: none !important;
}
.woocommerce-form-login input {
  border-radius: 7px;
  background: #F8F8F8;
  padding: 10px;
  color: #5C5C5C;
  font-size: 16px;
  font-weight: 500;
  border: none;
}
.woocommerce-form-login .woocommerce-form-login__submit {
  border-radius: 35px !important;
  background: #828282 !important;
  color: white !important;
  font-size: 15px !important;
  font-weight: 700 !important;
  text-transform: uppercase !important;
  padding: 9px 24px !important;
}

.woocommerce-page table.shop_table_responsive tr.shipping td::before {
  float: left !important;
}

.rate_cart_page {
  display: none;
}

.woocommerce ul#shipping_method li label {
  margin-left: 5px;
}

#shipping_method .woo-bg--speedy-delivery {
  margin: 15px 0;
}

#order_comments_field label {
  display: none !important;
}

.woocommerce form .form-row .input-checkbox {
  margin: 0 !important;
}

.woocommerce-cart .sfc-cart-card .sfc-cart-table .product-price span.woocommerce-Price-amount:first-child,
.woocommerce-cart .sfc-cart-card .sfc-cart-table .product-subtotal span.woocommerce-Price-amount:first-child {
  display: inline-block;
  margin-left: auto;
}

/* Set field box titles globally */
.field-box-title {
  font-variant-numeric: lining-nums proportional-nums;
  font-family: "Cormorant Infant", sans-serif;
  font-size: 42px;
  font-style: italic;
  background: linear-gradient(270deg, #A18F6A 0%, #BFA16D 46.63%, #C09F6D 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 600px) {
  .field-box-title {
    font-size: 28px;
  }
}

#btn-primary {
  font-weight: 300;
}

.woocommerce table.shop_table_responsive tr:nth-child(2n) td, .woocommerce-page table.shop_table_responsive tr:nth-child(2n) td {
  background-color: transparent;
}

.woocommerce-cart-form__cart-item.cart_item .product-thumbnail {
  padding: 0 20px !important;
}
.woocommerce-cart-form__cart-item.cart_item .product-thumbnail::before {
  content: "";
}

@media screen and (max-width: 600px) {
  .woocommerce-cart-form__cart-item.cart_item .product-remove {
    padding-top: 30px;
  }
}

#place_order {
  font-weight: 300;
  width: 100%;
  max-width: 100%;
}

#order-review-wrapper #sfc-shipping-summary-amount {
  font-weight: 300;
}
#order-review-wrapper .order-total-discount td {
  font-weight: 300;
}

.woocommerce-checkout .woocommerce-form-login {
  padding: 0 !important;
}
.woocommerce-checkout .woocommerce-form-login label {
  color: #888682;
  font-size: 16px;
  font-weight: 300;
}
.woocommerce-checkout .woocommerce-form-login .woocommerce-form-login__rememberme {
  color: #4F4F4F;
  font-size: 16px;
  font-weight: 300;
}
.woocommerce-checkout .woocommerce-form-login .lost_password a {
  color: #4F4F4F;
  font-size: 16px;
  font-weight: 300;
}
.woocommerce-checkout .woocommerce-form-login .woocommerce-form-login__submit {
  display: flex;
  padding: 10px 35px !important;
  justify-content: center;
  align-items: center;
  gap: 6px;
  border-radius: 4px !important;
  background: #DEBC85 !important;
  color: #302F2D !important;
  border: 1px solid #DEBC85 !important;
  transition: all 0.3s ease;
}
.woocommerce-checkout .woocommerce-form-login .woocommerce-form-login__submit:visited {
  color: black;
}
.woocommerce-checkout .woocommerce-form-login .woocommerce-form-login__submit:hover {
  background-color: white;
  color: black;
}
.woocommerce-checkout .woocommerce-form-login .form-row .input-text {
  border-radius: 5px !important;
  border: 1px solid #CCC !important;
  background: #FFF !important;
}

.woocommerce-order-details .order-comment-wrapper {
  margin-top: 20px;
}
.woocommerce-order-details .order-comment-wrapper h3 {
  font-variant-numeric: lining-nums proportional-nums;
  font-family: "Cormorant Infant", sans-serif;
  font-size: 42px;
  font-style: italic;
  background: linear-gradient(270deg, #A18F6A 0%, #BFA16D 46.63%, #C09F6D 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 600px) {
  .woocommerce-order-details .order-comment-wrapper h3 {
    font-size: 28px;
  }
}
.woocommerce-order-details .order-comment-wrapper .box-primary {
  border-radius: 5px;
  border: 1px solid #CCC;
  background: #FFF;
  color: #888682;
  font-size: 16px;
  font-weight: 300;
  padding: 20px;
}

.page-id-13 .wc-empty-cart-message {
  text-align: center;
}
.page-id-13 .wc-empty-cart-message .cart-empty.woocommerce-info {
  background-color: transparent;
  border: none;
  font-size: 20px;
  padding: 25px 0;
}
@media screen and (min-width: 900px) {
  .page-id-13 .wc-empty-cart-message .cart-empty.woocommerce-info {
    font-size: 48px;
  }
}
.page-id-13 .return-to-shop a {
  max-width: max-content;
  display: block;
  margin: 0 auto;
}

/*# sourceMappingURL=cart-and-checkout.css.map */
