@import url(https://use.typekit.net/qxk5aag.css);/* Partials
================================================ */
/* Media Query Variables
================================================ */
/* Colour Variables
================================================ */
/* Font stacks
================================================ */
/* Base Typography
================================================ */
body {
  font-family: "sofia-pro", Helvetica, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.625;
  color: white;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* heading
================================================ */
.heading span, .woo-account .woocommerce-EditAccountForm legend span, .woo-checkout .woocommerce-order .woocommerce-thankyou-order-received span {
  color: #C9915F;
}
.heading--lg {
  font-size: 35px;
  line-height: 1.48;
  font-weight: 700;
  font-family: "ivypresto-display", Cambria, Times New Roman, Times, serif;
}
@media only screen and (min-width: 768px) {
  .heading--lg {
    font-size: 50px;
  }
}
.heading--md, .woo-checkout .woocommerce-order .woocommerce-thankyou-order-received {
  font-size: 35px;
  line-height: 1.475;
  font-weight: 700;
  font-family: "ivypresto-display", Cambria, Times New Roman, Times, serif;
}
@media only screen and (min-width: 768px) {
  .heading--md, .woo-checkout .woocommerce-order .woocommerce-thankyou-order-received {
    font-size: 40px;
  }
}
.heading--sm, .woo-account .woocommerce-EditAccountForm legend {
  font-size: 21px;
  line-height: 1.523809524;
  font-weight: 700;
  font-family: "ivypresto-display", Cambria, Times New Roman, Times, serif;
}
.heading--xs {
  font-size: 16px;
  font-family: "ivypresto-display", Cambria, Times New Roman, Times, serif;
  line-height: 2;
  font-weight: 700;
}

/* Links
================================================ */
a, a:visited {
  color: inherit;
  text-decoration: none;
}

/* Font Face Imports
================================================ */
/*  @font-face {
	font-family: 'Font Name';
	src: url('assets/fonts/font-name.eot');
	src: url('assets/fonts/font-name.eot?#iefix') format('embedded-opentype'),
		   url('assets/fonts/font-name.woff') format('woff'),
		   url('assets/fonts/font-name.ttf') format('truetype'),
		   url('assets/fonts/font-name.svg#font-name') format('svg');
	font-weight: normal;
	font-style: normal;
}
 */
/* Woocommerce Payload
================================================ */
.sub-options {
  display: flex;
  align-items: center;
  margin: 25px 0;
}
.sub-options .left {
  font-size: 16px;
  color: black;
  margin-right: 30px;
}
.sub-options .right {
  font-size: 16px;
  border: 1px solid black;
  position: relative;
}
.sub-options .right:after {
  content: "";
  background-image: url("../images/icons/arrow-down-black.svg");
  background-size: contain;
  background-repeat: no-repeat;
  display: block;
  position: absolute;
  width: 10px;
  height: 10px;
  right: 10px;
  top: 22px;
}
.sub-options .right select {
  padding: 10px 40px 10px 10px;
  color: #415A58;
}

.woocommerce .clear {
  clear: both;
}
.woocommerce .woocommerce-privacy-policy-text {
  font-size: 0.875rem;
  margin-bottom: 30px;
  color: black;
}
.woocommerce .woocommerce-order-details:has(+ .woocommerce-customer-details) {
  margin-bottom: 40px;
}
.woocommerce .woocommerce-order-details .heading, .woocommerce .woocommerce-order-details .woo-account .woocommerce-EditAccountForm legend, .woo-account .woocommerce-EditAccountForm .woocommerce .woocommerce-order-details legend, .woocommerce .woocommerce-order-details .woo-checkout .woocommerce-order .woocommerce-thankyou-order-received, .woo-checkout .woocommerce-order .woocommerce .woocommerce-order-details .woocommerce-thankyou-order-received {
  text-align: left;
}
.woocommerce .woocommerce-order-details .cart_item {
  display: flex;
  align-items: flex-start;
  position: relative;
  color: #333;
}
.woocommerce .woocommerce-order-details .cart_item__desc .wc-item-meta > li {
  display: flex;
  align-items: center;
  gap: 20px 10px;
}
.woocommerce .woocommerce-order-details .cart_item__desc .wc-item-meta > li p {
  margin-bottom: 0 !important;
}
.woocommerce .woocommerce-order-details .cart_item__price {
  margin-left: auto;
  font-size: 1em;
  color: #C9915F;
}
.woocommerce .woocommerce-order-details .cart_item:not(:last-of-type) {
  margin-bottom: 20px;
  border-bottom: 1px solid grey;
  padding-bottom: 20px;
}
.woocommerce .woocommerce-order-details .cart_item:last-of-type:has(+ .woocommerce-table--order-details) {
  margin-bottom: 40px;
}
.woocommerce .cart_items .cart_item {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  position: relative;
  background-color: white;
  border-radius: 30px;
  margin-bottom: 20px;
}
.woocommerce .cart_items .cart_item__remove {
  background: url(../images/icons/cross-black.svg) center/cover;
  width: 15px;
  height: 15px;
  margin-right: 15px;
  margin-top: 15px;
}
.woocommerce .cart_items .cart_item img {
  display: flex;
  align-items: center;
  border-radius: 30px 30px 0 0;
  width: 100%;
  height: 150px;
  -o-object-fit: cover;
     object-fit: cover;
}
.woocommerce .cart_items .cart_item__details {
  flex: 1;
  padding-left: 15px;
  padding-bottom: 15px;
}
.woocommerce .cart_items .cart_item__title {
  margin-bottom: 25px;
  color: rgb(42, 58, 57);
}
.woocommerce .cart_items .cart_item__title a {
  font-size: 1.125em;
  margin-bottom: 15px;
}
.woocommerce .cart_items .cart_item__price {
  font-size: 0.75em;
}
.woocommerce .cart_items .cart_item__price > span {
  font-weight: bold;
  font-size: 1.66em;
  color: rgb(42, 58, 57);
}
.woocommerce .cart_items .cart_item__quantity {
  display: flex;
  align-items: center;
}
.woocommerce .cart_items .cart_item__quantity .quantity {
  margin-bottom: 0;
}
.woocommerce .cart_items .cart_item__quantity:before {
  content: "Qty: ";
  font-size: 14px;
  font-weight: bold;
  margin-right: 10px;
  color: rgb(42, 58, 57);
}
.woocommerce .cart_items .cart_item__quantity input {
  height: 40px;
  outline: none;
  width: 50px;
  font-size: 14px;
  text-align: center;
  -moz-appearance: textfield;
  border-radius: 0;
  background-color: #E7CDB6;
  border-radius: 30px;
}
.woocommerce .cart_items .cart_item__quantity .sliced-field {
  display: flex;
  align-items: center;
  font-size: 14px;
  font-weight: bold;
}
.woocommerce .cart_items .cart_item__quantity .sliced-field label {
  margin-right: 10px;
}
.woocommerce .cart_items .cart_item__quantity:has(.sliced-field) .quantity {
  margin-right: 15px;
}
.woocommerce .cart_items--marginbottom {
  margin-bottom: 30px;
}
.woocommerce .cart_items--condensed .cart_item {
  margin-bottom: 10px;
  padding: 10px;
}
.woocommerce .cart_items--condensed .cart_item__desc {
  color: rgb(42, 58, 57);
  border-bottom: 0.25px solid black;
  width: 100%;
  text-align: center;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
.woocommerce .cart_items--condensed .cart_item__price {
  text-align: center;
  width: 100%;
  padding-bottom: 10px;
  font-size: 1em;
}
.woocommerce .cart_items--condensed .cart_item__price > span {
  color: rgb(42, 58, 57);
  font-size: inherit;
}

@media only screen and (min-width: 768px) {
  .woocommerce .cart_items .cart_item__image {
    margin-bottom: 0;
    width: 100px;
    height: 100px;
  }
  .woocommerce .cart_items .cart_item__details {
    flex: 1;
    margin-right: 30px;
  }
  .woocommerce .cart_items .cart_item__title a {
    display: block;
  }
}
.woocommerce .woocommerce-message,
.woocommerce .woocommerce-error,
.woocommerce .woocommerce-info {
  display: flex;
  flex-direction: column;
  text-align: center;
  padding: 20px;
  margin: 0 0 2em;
  position: relative;
  background-color: #f7f6f7;
  color: #515151;
  border-top: 3px solid #C9915F;
  list-style: none outside;
  width: auto;
  word-wrap: break-word;
  overflow: auto;
  font-size: 0.875em;
}
.woocommerce .woocommerce-message a,
.woocommerce .woocommerce-error a,
.woocommerce .woocommerce-info a {
  order: 1;
  width: 150px;
  font-weight: bold;
  font-size: 0.875em;
  margin: 15px auto 0;
}
.woocommerce .woocommerce-message a.showlogin,
.woocommerce .woocommerce-error a.showlogin,
.woocommerce .woocommerce-info a.showlogin {
  margin-left: 4px;
}
.woocommerce .woocommerce-message:before,
.woocommerce .woocommerce-error:before,
.woocommerce .woocommerce-info:before {
  font-family: "Font Awesome 5 Free";
  content: "\F058";
  font-weight: 900;
  display: inline-block;
  float: left;
}
.woocommerce .woocommerce-error {
  border-top-color: #b81c23;
}
.woocommerce .woocommerce-error:before {
  content: "\F06A";
  color: #b81c23;
}
.woocommerce .woocommerce-message:before {
  color: #C9915F;
}
.woocommerce .woocommerce-info {
  border-top-color: #5b95a4;
}
.woocommerce .woocommerce-info:before {
  content: "\F06A";
  color: #5b95a4;
}

@media only screen and (min-width: 768px) {
  .woocommerce .woocommerce-message,
.woocommerce .woocommerce-error,
.woocommerce .woocommerce-info {
    align-items: center;
    flex-direction: row;
    text-align: left;
  }
  .woocommerce .woocommerce-message a,
.woocommerce .woocommerce-error a,
.woocommerce .woocommerce-info a {
    margin: 0 0 0 auto;
  }
  .woocommerce .woocommerce-message:before,
.woocommerce .woocommerce-error:before,
.woocommerce .woocommerce-info:before {
    margin-right: 8px;
  }
  .woocommerce .woocommerce-NoticeGroup .woocommerce-message,
.woocommerce .woocommerce-NoticeGroup .woocommerce-error,
.woocommerce .woocommerce-NoticeGroup .woocommerce-info {
    display: block;
  }
  .woocommerce .woocommerce-NoticeGroup .woocommerce-message li:not(:first-of-type),
.woocommerce .woocommerce-NoticeGroup .woocommerce-error li:not(:first-of-type),
.woocommerce .woocommerce-NoticeGroup .woocommerce-info li:not(:first-of-type) {
    padding-left: 22px;
  }
  .woocommerce .woocommerce-NoticeGroup .woocommerce-message li:not(:last-of-type),
.woocommerce .woocommerce-NoticeGroup .woocommerce-error li:not(:last-of-type),
.woocommerce .woocommerce-NoticeGroup .woocommerce-info li:not(:last-of-type) {
    margin-bottom: 5px;
  }
}
.collection-note {
  padding-top: 170px;
  font-family: "ivypresto-display", Cambria, Times New Roman, Times, serif;
  font-size: 21px;
  font-weight: 700;
}

.woo-checkout.empty {
  padding: 180px 0;
}
.woo-checkout.empty .cart-wrap__form {
  width: 100%;
}

.woo-checkout {
  padding: 45px 0 60px;
}
.woo-checkout .cart-empty {
  font-size: 1.875em;
  text-align: center;
  margin-bottom: 30px;
  font-weight: bold;
}
.woo-checkout #wc-stripe-express-checkout-button-separator {
  display: none !important;
}
.woo-checkout .woocommerce-shipping-totals td {
  white-space: unset;
}
.woo-checkout .checkout-button {
  width: 100%;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #C9915F;
  color: white;
  font-weight: bold;
  font-size: 0.875em;
}
.woo-checkout .checkout-button:before {
  content: "\F023";
  font-family: "Font Awesome 5 Free";
  margin-right: 10px;
}
.woo-checkout .cart-wrap {
  margin-bottom: 50px;
}
.woo-checkout .cart-wrap .heading, .woo-checkout .cart-wrap .woo-account .woocommerce-EditAccountForm legend, .woo-account .woocommerce-EditAccountForm .woo-checkout .cart-wrap legend, .woo-checkout .cart-wrap .woocommerce-order .woocommerce-thankyou-order-received, .woo-checkout .woocommerce-order .cart-wrap .woocommerce-thankyou-order-received {
  margin-bottom: 20px;
  color: #415A58;
}
.woo-checkout .cart-wrap .wc-proceed-to-checkout {
  margin-top: 30px;
}
.woo-checkout .cart_coupon {
  display: flex;
  flex-wrap: wrap;
  margin-top: 30px;
  padding-top: 30px;
  margin-bottom: 30px;
  border-top: 1px solid rgb(42, 58, 57);
}
.woo-checkout .cart_coupon input {
  height: 50px;
  padding: 0 20px;
  border: 1px solid rgb(42, 58, 57);
  color: #415A58;
  flex: 1;
  outline: none;
  border-radius: 50px;
  margin-bottom: 20px;
  width: 100%;
}
.woo-checkout .cart_coupon button {
  width: 100%;
  border: 2px solid #C9915F;
  font-weight: bold;
  color: white;
}
.woo-checkout .cart_coupon button:after {
  content: "";
  display: block;
}
.woo-checkout .cart_help {
  text-align: center;
}
.woo-checkout .cart_help .heading--md, .woo-checkout .cart_help .woocommerce-order .woocommerce-thankyou-order-received, .woo-checkout .woocommerce-order .cart_help .woocommerce-thankyou-order-received {
  margin-bottom: 20px;
}
.woo-checkout .cart_help a {
  text-decoration: underline;
  font-weight: 600;
}
.woo-checkout .woocommerce-cart-form__title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 35px;
  padding-bottom: 15px;
  border-bottom: 1px solid rgb(42, 58, 57);
  color: #415A58;
}
.woo-checkout .woocommerce-additional-fields {
  margin-top: 30px;
}
.woo-checkout .woocommerce-shipping-fields .woocommerce-form__label-for-checkbox {
  display: block;
  margin-bottom: 15px;
  color: #415A58;
}
.woo-checkout .woocommerce-cart-form__title .heading, .woo-checkout .woocommerce-cart-form__title .woo-account .woocommerce-EditAccountForm legend, .woo-account .woocommerce-EditAccountForm .woo-checkout .woocommerce-cart-form__title legend, .woo-checkout .woocommerce-cart-form__title .woocommerce-order .woocommerce-thankyou-order-received, .woo-checkout .woocommerce-order .woocommerce-cart-form__title .woocommerce-thankyou-order-received {
  margin-bottom: 0;
}
.woo-checkout .woocommerce-checkout-payment {
  background-color: #F4E8DD;
  padding: 20px;
  border-radius: 20px;
}
.woo-checkout .woocommerce-checkout-payment .heading, .woo-checkout .woocommerce-checkout-payment .woo-account .woocommerce-EditAccountForm legend, .woo-account .woocommerce-EditAccountForm .woo-checkout .woocommerce-checkout-payment legend, .woo-checkout .woocommerce-checkout-payment .woocommerce-order .woocommerce-thankyou-order-received, .woo-checkout .woocommerce-order .woocommerce-checkout-payment .woocommerce-thankyou-order-received {
  color: black;
}
.woo-checkout .woocommerce-checkout-payment .button:before {
  content: "\F023";
  font-family: "Font Awesome 5 Free";
  margin-right: 10px;
}
.woo-checkout .wc_payment_methods {
  border-bottom: 1px solid rgb(42, 58, 57);
  margin-bottom: 20px;
}
.woo-checkout .wc_payment_methods li {
  line-height: 2;
}
.woo-checkout .wc_payment_methods li.wc_payment_method {
  position: relative;
  margin-bottom: 20px;
}
.woo-checkout .wc_payment_methods li.wc_payment_method input {
  height: auto;
  opacity: 0;
  display: none;
}
.woo-checkout .wc_payment_methods li.wc_payment_method label {
  position: relative;
  padding-left: 30px;
  line-height: 22px;
  color: #415A58;
}
.woo-checkout .wc_payment_methods li.wc_payment_method label[for=payment_method_paypal] {
  display: flex;
  align-items: center;
}
.woo-checkout .wc_payment_methods li.wc_payment_method label[for=payment_method_paypal] img {
  margin-left: 15px;
  max-width: 160px;
}
.woo-checkout .wc_payment_methods li.wc_payment_method label[for=payment_method_paypal] a {
  display: none;
}
.woo-checkout .wc_payment_methods li.wc_payment_method label:before {
  font-family: "Font Awesome 5 FREE";
  font-size: 1.25em;
  position: absolute;
  left: 0;
  top: calc(50% - 8px);
}
.woo-checkout .wc_payment_methods li.wc_payment_method .form-row label {
  padding-left: 0;
}
.woo-checkout .wc_payment_methods li.wc_payment_method input:checked + label:before {
  content: "\F058";
}
.woo-checkout .wc_payment_methods li.wc_payment_method .payment_box {
  background-color: white;
  color: #415A58;
  font-size: 0.75em;
  position: relative;
  box-sizing: border-box;
  width: 100%;
  padding: 1em;
  margin: 1em 0;
  border-radius: 20px;
  line-height: 1.5;
}
.woo-checkout .wc_payment_methods li.wc_payment_method .payment_box:before {
  content: "";
  display: block;
  border: 1em solid white;
  border-right-color: transparent;
  border-left-color: transparent;
  border-top-color: transparent;
  position: absolute;
  top: -0.75em;
  left: 0;
  margin: -1em 0 0 2em;
}
.woo-checkout .wc_payment_methods li.wc_payment_method .payment_method_paypal .about_paypal {
  display: none;
}
.woo-checkout .wc_payment_methods li.payment_method_stripe label {
  display: flex;
  align-items: center;
  gap: 10px;
}
.woo-checkout .wc_payment_methods li.payment_method_stripe img.stripe-icon {
  max-width: 40px;
  padding-left: 3px;
  margin: 0;
}
.woo-checkout .woocommerce-terms-and-conditions-wrapper {
  margin-bottom: 30px;
  font-size: 0.875rem;
}
.woo-checkout .woocommerce-form {
  margin: -30px 0 30px 0;
  padding: 30px 30px 40px;
  background: white;
  position: relative;
  z-index: 2;
  border: none;
  border-radius: 0;
  box-shadow: 0px 10px 25px rgba(0, 0, 0, 0.075);
}
.woo-checkout .woocommerce-form .lost_password {
  font-size: 0.875em;
}
.woo-checkout .woocommerce-form p:first-of-type {
  margin-bottom: 30px;
}
.woo-checkout .woocommerce-order .woocommerce-thankyou-order-received {
  color: #415A58;
  font-weight: bold;
  margin-bottom: 30px;
}
.woo-checkout .woocommerce-order .woocommerce-order-overview {
  font-size: 0.875em;
  margin-bottom: 30px;
  padding-bottom: 30px;
  background: linear-gradient(-135deg, white 12px, transparent 0) 0 12px, linear-gradient(135deg, white 12px, #F4E8DD 0) 0 12px;
  background-position: bottom;
  background-repeat: repeat-x;
  background-color: white;
  background-size: 24px 24px;
  border-radius: 30px;
  color: #415A58;
  padding: 20px;
}
.woo-checkout .woocommerce-order .woocommerce-order-overview li strong {
  display: block;
}
.woo-checkout .woocommerce-order .woocommerce-order-overview li:not(:last-of-type) {
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px dashed rgb(42, 58, 57);
}
.woo-checkout .woocommerce-order .woocommerce-order-overview__payment-method {
  padding-bottom: 20px;
}
.woo-checkout .woocommerce-order .woocommerce-customer-details {
  color: black;
}
.woo-checkout .woocommerce-order .woocommerce-customer-details .woocommerce-column__title {
  font-weight: bold;
  margin-bottom: 20px;
}
.woo-checkout .woocommerce-order .woocommerce-customer-details .woocommerce-column:not(:last-of-type) {
  margin-right: 30px;
}
.woo-checkout .woocommerce-order .woocommerce-customer-details .woocommerce-column address {
  font-style: normal;
}
.woo-checkout .woocommerce-order .woocommerce-customer-details .woocommerce-address {
  font-size: 0.875em;
}
.woo-checkout .woocommerce-order .woocommerce-customer-details .woocommerce-address:not(:last-of-type) {
  margin-bottom: 30px;
}
.woo-checkout .woocommerce-order .woocommerce-customer-details .woocommerce-address address {
  color: #415A58;
}
.woo-checkout .cart_box {
  background: #F4E8DD;
  margin-bottom: 15px;
  padding: 30px 20px;
  border-radius: 30px;
}
.woo-checkout .cart_box p {
  color: #415A58;
}
.woo-checkout .cart_box header {
  color: black;
  font-size: 24px;
  font-family: "ivypresto-display", Cambria, Times New Roman, Times, serif;
  margin-top: 55px;
  margin-bottom: 50px;
}
.woo-checkout .cart_box header h2 {
  color: #415A58;
  font-weight: 700;
}
.woo-checkout .cart_box .shop_table.woocommerce-orders-table--subscriptions {
  background-color: white;
  border-radius: 30px;
}
.woo-checkout .cart_box .cart_totals__top table {
  background-color: white;
  border-radius: 20px;
}
.woo-checkout .cart_box .cart_totals__top table th, .woo-checkout .cart_box .cart_totals__top table td {
  padding: 15px;
}
.woo-checkout .cart_box .cart_totals__top table ul li {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.woo-checkout .cart_box .cart_totals__top table input {
  width: 15px;
  height: 15px;
  border: 1px solid black;
  border-radius: 50px;
  margin-right: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.woo-checkout .cart_box .cart_totals__top table input:after {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  background-color: black;
  border-radius: 50px;
  opacity: 0;
  transition: 0.2s ease;
}
.woo-checkout .cart_box .cart_totals__top table input:checked:after {
  opacity: 1;
}
.woo-checkout .cart_box .cart_totals__top table input:hover:after {
  opacity: 0.4;
}
.woo-checkout .cart_box .cart_totals__top table input:hover:checked:after {
  opacity: 1;
}
.select2-container {
  width: 100% !important;
}
.select2-container .select2-selection--single {
  height: 40px;
  border: none;
  border-radius: 30px;
  font: 0.875em "sofia-pro", Helvetica, Arial, sans-serif;
  outline: none;
  box-shadow: none;
  color: #415A58;
}
.select2-container .select2-selection--single .select2-selection__rendered {
  display: flex;
  align-items: center;
  height: 100%;
  line-height: 37px;
  font: 0.875em "sofia-pro", Helvetica, Arial, sans-serif;
  padding: 0 20px;
  outline: none;
  box-shadow: none;
  color: rgb(42, 58, 57);
}
.select2-container .select2-selection--single .select2-selection__arrow {
  top: 6px;
  right: 5px;
}
.select2-container .select2-dropdown {
  border: 1px solid rgb(42, 58, 57);
}
.select2-container .select2-search__field {
  outline: none;
  border: none;
  height: 25px;
  border: 1px solid rgb(42, 58, 57);
  font: 0.875em "sofia-pro", Helvetica, Arial, sans-serif;
}
.select2-container .select2-results__option {
  font: 0.875em "sofia-pro", Helvetica, Arial, sans-serif;
  padding: 8px 20px;
  color: rgb(42, 58, 57);
}

@media only screen and (max-width: 767px) {
  .woo-checkout .woocommerce-order .woocommerce-customer-details .woocommerce-column:not(:last-child) {
    margin-bottom: 30px;
  }
  .woo-checkout .woocommerce-order-details {
    background: #f5f5f5;
    width: calc(100% + 30px);
    padding: 20px 15px;
    margin: 0 0 30px -15px;
  }
  .woo-checkout .woocommerce-customer-details {
    margin-bottom: 30px;
  }
}
@media only screen and (min-width: 768px) {
  .woo-checkout {
    padding: 160px 0;
  }
  .woo-checkout .woocommerce-order .woocommerce-customer-details {
    display: flex;
  }
  .woo-checkout .woocommerce-order .woocommerce-customer-details .woocommerce-column {
    flex: 1;
  }
  .woo-checkout .woocommerce-order .woocommerce-customer-details .woocommerce-column:not(:last-of-type) {
    margin-right: 30px;
  }
}
@media only screen and (min-width: 1025px) {
  .woo-checkout {
    padding: 30px 0 120px;
  }
  .woo-checkout .cart_items .cart_item {
    flex-wrap: nowrap;
  }
  .woo-checkout .cart_items .cart_item img {
    width: 80px;
    height: 80px;
    border-radius: 0;
    align-items: center;
    margin-left: 20px;
    align-self: center;
  }
  .woo-checkout .cart_items .cart_item__details {
    padding: 20px;
    margin-right: 0px;
  }
  .woo-checkout .cart_items--condensed .cart_item {
    align-items: center;
    padding: 20px;
  }
  .woo-checkout .cart_items--condensed .cart_item__desc, .woo-checkout .cart_items--condensed .cart_item__price {
    border: none;
  }
  .woo-checkout .cart_items--condensed .cart_item__desc {
    width: 100%;
    text-align: left;
    margin-bottom: 0;
    padding-bottom: 0;
  }
  .woo-checkout .cart_items--condensed .cart_item__price {
    width: unset;
    padding-bottom: 0px;
  }
  .woo-checkout .cart_coupon {
    flex-wrap: nowrap;
  }
  .woo-checkout .cart_coupon button {
    width: 170px;
  }
  .woo-checkout .cart_coupon input {
    margin-right: 15px;
    margin-bottom: 0;
  }
  .woo-checkout .cart-wrap__block {
    display: flex;
    align-items: flex-start;
    margin-bottom: 50px;
  }
  .woo-checkout .cart-wrap__form {
    width: 60%;
    margin-right: 30px;
  }
  .woo-checkout .cart-wrap__order {
    flex: 1;
  }
  .woo-checkout .cart_box {
    margin-bottom: 30px;
    border-radius: 30px;
  }
  .woo-checkout .cart_box--left {
    padding: 40px;
    flex: 1;
    color: black;
  }

  .cart-collaterals {
    width: 40%;
  }
}
.woo-account {
  padding: 180px 0;
}
.woo-account .woocommerce {
  margin: 0 auto;
}
.woo-account__wrap {
  max-width: 750px;
  width: 100%;
  margin: 0 auto;
}
.woo-account .heading, .woo-account .woocommerce-EditAccountForm legend, .woo-account .woo-checkout .woocommerce-order .woocommerce-thankyou-order-received, .woo-checkout .woocommerce-order .woo-account .woocommerce-thankyou-order-received {
  margin-bottom: 20px;
  text-align: center;
  color: #415A58;
}
.woo-account .woocommerce-LostPassword {
  text-align: center;
  margin: 30px 0 0;
  font-size: 14px;
  font-weight: bold;
  color: #415A58;
}
.woo-account .account_box {
  padding: 30px 20px;
}
.woo-account .account_box p {
  margin-bottom: 30px;
  color: #415A58;
}
.woo-account .account_box p:not(.form-row):last-of-type {
  margin-bottom: 0;
}
.woo-account .woocommerce {
  padding: 20px 10px;
  background-color: #F4E8DD;
  border-radius: 20px;
}
.woo-account .woocommerce-MyAccount-navigation-link.woocommerce-MyAccount-navigation-link--subscriptions a:before {
  content: "";
  display: block;
  background-image: url("../images/icons/arrows-rotate-solid.svg");
  background-size: contain;
  background-repeat: no-repeat;
  position: relative;
  margin-right: 20px;
  height: 20px;
  width: 20px;
}
.woo-account .woocommerce-MyAccount-navigation-link.woocommerce-MyAccount-navigation-link--payment-methods a:before {
  content: "";
  display: block;
  background-image: url("../images/icons/credit-card-regular.svg");
  background-size: contain;
  background-repeat: no-repeat;
  position: relative;
  margin-right: 20px;
  height: 20px;
  width: 20px;
}
.woo-account .woocommerce-MyAccount-navigation-link a {
  background: #fff;
  color: rgb(42, 58, 57);
  border-radius: 50px;
  padding: 20px 30px;
  display: flex;
  align-items: center;
}
.woo-account .woocommerce-MyAccount-navigation-link a:before {
  content: "";
  position: relative;
  margin-right: 20px;
  height: 20px;
  width: 20px;
}
.woo-account .woocommerce-MyAccount-navigation-link.is-active {
  border-bottom: 4px solid #c1c1c1;
  font-weight: 500;
}
.woo-account .woocommerce-MyAccount-navigation-link:not(:last-of-type) {
  margin-bottom: 10px;
}
.woo-account .woocommerce-MyAccount-navigation-link--dashboard {
  display: none !important;
}
.woo-account .woocommerce-MyAccount-navigation-link--dashboard a:before {
  background: url(../images/icons/account.svg) center/contain no-repeat;
}
.woo-account .woocommerce-MyAccount-navigation-link--orders a:before {
  background: url(../images/icons/orders.svg) center/contain no-repeat;
}
.woo-account .woocommerce-MyAccount-navigation-link--edit-address a:before {
  background: url(../images/icons/addresses.svg) center/contain no-repeat;
}
.woo-account .woocommerce-MyAccount-navigation-link--edit-account a:before {
  background: url(../images/icons/account-details.svg) center/contain no-repeat;
}
.woo-account .woocommerce-MyAccount-navigation-link--customer-logout a:before {
  background: url(../images/icons/logout.svg) center/contain no-repeat;
}
.woo-account .woocommerce-MyAccount-back {
  display: flex;
  align-items: center;
  margin-bottom: 30px;
  color: black;
}
.woo-account .woocommerce-MyAccount-back:before {
  content: "";
  position: relative;
  margin-right: 20px;
  height: 20px;
  width: 20px;
  background: url(../images/icons/account.svg) center/contain no-repeat;
}
.woo-account .woocommerce-MyAccount-content {
  color: #333;
}
.woo-account .woocommerce-MyAccount-content .button {
  max-width: 250px;
}
.woo-account .woocommerce-MyAccount-content p {
  margin-bottom: 30px;
  color: rgb(42, 58, 57);
}
.woo-account .woocommerce-MyAccount-content .cart_items {
  margin-bottom: 30px;
}
.woo-account .woocommerce-MyAccount-content .woocommerce-customer-details {
  color: black;
}
.woo-account .woocommerce-MyAccount-content .woocommerce-table--order-details {
  margin-bottom: 30px;
  background-color: transparent;
}
.woo-account .woocommerce-MyAccount-content .woocommerce-table__line-item {
  color: black;
}
.woo-account .woocommerce-MyAccount-content--boxed {
  border-radius: 10px;
  margin-bottom: 25px;
}
.woo-account .woocommerce-MyAccount-content .shop_table tr td, .woo-account .woocommerce-MyAccount-content .shop_table tr th {
  padding: 10px;
}
.woo-account .woocommerce-MyAccount-content .shop_table td.order-actions {
  display: flex;
  -moz-column-gap: 30px;
       column-gap: 30px;
}
.woo-account .woocommerce-MyAccount-content .shop_table.subscription_details td {
  display: flex;
}
.woo-account .woocommerce-MyAccount-content .shop_table.subscription_details a.button {
  margin-right: 10px;
}
.woo-account .woocommerce-MyAccount-content h2 {
  color: black;
  font-size: 22px;
  margin-bottom: 35px;
  font-family: "ivypresto-display", Cambria, Times New Roman, Times, serif;
  font-weight: 700;
}
.woo-account .woocommerce-columns {
  display: flex;
  justify-content: space-between;
  -moz-column-gap: 30px;
       column-gap: 30px;
}
.woo-account .woocommerce-columns .woocommerce-column {
  width: 50% !important;
  max-width: unset;
  flex: 1;
}
.woo-account .woocommerce-Address-title {
  display: flex;
  justify-content: space-between;
  margin-bottom: 10px;
}
.woo-account .woocommerce-Address-title .heading, .woo-account .woocommerce-Address-title .woocommerce-EditAccountForm legend, .woo-account .woocommerce-EditAccountForm .woocommerce-Address-title legend, .woo-account .woocommerce-Address-title .woo-checkout .woocommerce-order .woocommerce-thankyou-order-received, .woo-checkout .woocommerce-order .woo-account .woocommerce-Address-title .woocommerce-thankyou-order-received {
  margin-bottom: 0;
}
.woo-account .woocommerce-Address-title a {
  color: #C9915F;
  font-weight: bold;
}
.woo-account .woocommerce-Address:not(:last-of-type) {
  margin-bottom: 30px;
}
.woo-account .woocommerce-orders-table {
  font-size: 0.875em;
}
.woo-account .woocommerce-orders-table__header {
  padding: 10px;
}
.woo-account .woocommerce-orders-table__cell-order-number {
  font-weight: bold;
}
.woo-account .woocommerce-orders-table__cell .button {
  height: 30px;
  max-width: 100px;
}
.woo-account--loggedout .woocommerce-message,
.woo-account--loggedout .woocommerce-error,
.woo-account--loggedout .woocommerce-info {
  max-width: 750px;
  margin: 0 auto 30px;
}
@media only screen and (max-width: 767px) {
  .woo-account .woocommerce-orders-table thead {
    display: none;
  }
  .woo-account .woocommerce-orders-table td {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .woo-account .woocommerce-orders-table td .amount {
    margin-left: auto;
    margin-right: 5px;
  }
  .woo-account .woocommerce-orders-table td:before {
    content: attr(data-title);
    font-weight: bold;
    margin-right: 30px;
  }
  .woo-account .woocommerce-MyAccount-content .shop_table.subscription_details td {
    flex-direction: column;
  }
}
@media only screen and (min-width: 768px) {
  .woo-account .woocommerce {
    padding: 30px;
    border-radius: 50px;
  }
  .woo-account .account_box {
    padding: 40px;
  }
}
.woocommerce form .form-row {
  margin-bottom: 15px;
}
.woocommerce form .form-row label {
  display: block;
  font-size: 0.875em;
  font-weight: bold;
  margin-bottom: 7px;
  color: rgb(42, 58, 57);
}
.woocommerce form .form-row label .required {
  color: #F44336;
}
.woocommerce form .form-row input:not([type=checkbox]) {
  padding: 10px 30px;
  border-radius: 50px;
  box-sizing: border-box;
  width: 100%;
  outline: none;
  box-shadow: none;
  background: white;
}
.woocommerce form .form-row textarea {
  width: 100%;
  min-height: 150px;
  padding: 20px;
  resize: none;
  background-color: white;
  border-radius: 50px;
  outline: none;
  box-shadow: none;
}
.woocommerce form .form-row .password-input .woocommerce-password-strength.short {
  color: #b81c23;
  margin-top: 10px;
  font-weight: 500;
}
.woocommerce form .form-row .password-input .woocommerce-password-strength.bad, .woocommerce form .form-row .password-input .woocommerce-password-strength.good, .woocommerce form .form-row .password-input .woocommerce-password-strength.strong {
  display: none !important;
}
.woocommerce form .form-row.form-row-submit {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: column;
}
.woocommerce form .form-row.form-row-submit .button {
  max-width: 200px;
}
.woocommerce form .form-row.form-row-submit .button:before {
  content: "\F023";
  font-family: "Font Awesome 5 Free";
  margin-right: 15px;
}
.woocommerce form .form-row.form-row-wide {
  clear: both;
}
.woocommerce form .woocommerce-form__label-for-checkbox input {
  padding: 0;
  height: initial;
  width: initial;
  margin-bottom: 0;
  display: none;
  cursor: pointer;
}
.woocommerce form .woocommerce-form__label-for-checkbox span {
  position: relative;
  cursor: pointer;
  display: flex;
  align-items: center;
}
.woocommerce form .woocommerce-form__label-for-checkbox span:before {
  -webkit-appearance: none;
  background-color: transparent;
  border: 2px solid rgb(42, 58, 57);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
  content: "";
  cursor: pointer;
  margin-right: 8px;
  padding: 6px;
  position: relative;
}
.woocommerce form .woocommerce-form__label-for-checkbox span:after {
  border: solid #000;
  border-width: 0 2px 2px 0;
  content: "";
  display: block;
  height: 8px;
  opacity: 0;
  left: 5.5px;
  position: absolute;
  top: 6px;
  transform: rotate(45deg);
  transition: all 0.3s ease, transform 0s linear;
  width: 5px;
}
.woocommerce form .woocommerce-form__label-for-checkbox input:checked + span:after {
  opacity: 1;
}

@media only screen and (min-width: 481px) {
  .woocommerce form .form-row.form-row-submit {
    flex-direction: row;
  }
  .woocommerce form .form-row.form-row-submit .button {
    margin-top: 0;
  }
}
@media only screen and (min-width: 768px) {
  .woocommerce form .form-row.form-row-first {
    float: left;
    width: calc(50% - 15px);
  }
  .woocommerce form .form-row.form-row-last {
    float: right;
    width: calc(50% - 15px);
  }
}
.woocommerce .blockUI.blockOverlay:before, .woocommerce .loader:before {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: trasnlate(-50%, -50%);
  display: block;
  content: "";
  background: url("../images/icons/loader.svg") center center;
  width: 40px;
  height: 40px;
  background-size: cover;
  text-align: center;
  -webkit-animation: fa-spin 2s infinite linear;
          animation: fa-spin 2s infinite linear;
}
@-webkit-keyframes fa-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes fa-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.woocommerce table {
  width: 100%;
}
.woocommerce table th {
  padding: 15px;
  text-align: left;
  font-weight: bold;
  color: rgb(42, 58, 57);
}
.woocommerce table td {
  padding: 15px;
  color: rgb(42, 58, 57);
}
.woocommerce table td:last-child {
  text-align: right;
}
.woocommerce table tr:not(:first-of-type) {
  border-top: 1px solid rgb(42, 58, 57);
}
.woocommerce .button {
  width: 100%;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: transparent;
  color: white;
  font-weight: bold;
  font-size: 0.875em;
  outline: none;
  border: 2px solid #C9915F;
  border-radius: 50px;
  position: relative;
  overflow: hidden;
  z-index: 2;
  cursor: pointer;
  transition: 0.5s ease;
}
.woocommerce .button:after {
  content: "";
  background-color: #C9915F;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  transition: 0.5s ease;
}
.woocommerce .button:hover {
  color: #C9915F;
}
.woocommerce .button:hover:after {
  top: 100%;
}
.woocommerce .button--small {
  max-width: 250px;
  margin: 0 auto;
}

.woof_container {
  padding: 20px 0;
  margin-bottom: 0;
}
.woof_container:not(:first-child) {
  border-top: 1px solid #fff;
}
.woof_container_inner {
  position: relative;
}
.woof_container_inner > h4 {
  font-family: "ivypresto-display", Cambria, Times New Roman, Times, serif;
  font-weight: 600;
  padding-right: 30px;
  line-height: 1;
}
.woof_container_inner .woof_front_toggle {
  position: absolute;
  right: 0;
  top: 5px;
}
.woof_container_inner .woof_list {
  font-size: 14px;
  padding-top: 20px;
}
.woof_container_inner .woof_list > li {
  padding: 0 !important;
  margin: 0 !important;
}
.woof_container_inner .woof_list > li:not(:last-child) {
  margin-bottom: 10px !important;
}
.woof_container_inner .woof_list > li .woof_radio_term_reset {
  display: none !important;
}
.woof_container_inner .woof_list > li label {
  padding: 0;
  margin: 0;
  padding-left: 20px;
  position: relative;
}
.woof_container_inner .woof_list > li label:before {
  content: "";
  width: 12px;
  height: 12px;
  background: #fff;
  position: absolute;
  left: 0;
  top: 4px;
  border-radius: 3px;
}
.woof_container_inner .woof_list > li input:checked + label:before {
  background: #E7CDB6;
}
.woof .woof_submit_search_form_container {
  margin: 0;
}
.woof .woof_submit_search_form_container .button {
  width: 100%;
  margin: 25px 0 0;
}

.checkout table {
  background-color: white;
  border-radius: 30px;
}
.checkout table th, .checkout table td {
  padding: 10px;
  padding-right: 20px !important;
  font-size: 14px;
  white-space: nowrap;
}
.checkout table ul.woocommerce-shipping-methods li {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.checkout table ul.woocommerce-shipping-methods input {
  border: 1px solid black;
  width: 15px;
  height: 15px;
  border-radius: 30px;
  margin-right: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.checkout table ul.woocommerce-shipping-methods input:after {
  content: "";
  display: block;
  background-color: black;
  width: 10px;
  height: 10px;
  border-radius: 50px;
  opacity: 0;
  transition: 0.2s ease;
}
.checkout table ul.woocommerce-shipping-methods input:checked:after {
  opacity: 1;
}
.checkout table ul.woocommerce-shipping-methods input:hover:after {
  opacity: 0.4;
}
.checkout table ul.woocommerce-shipping-methods input:hover:checked:after {
  opacity: 1;
}

.woocommerce-table--order-details {
  background-color: white;
  border-radius: 30px;
}
.woocommerce-table--order-details tbody th, .woocommerce-table--order-details tbody td {
  padding: 15px;
}
.woocommerce-table--order-details tbody td {
  padding-right: 15px !important;
}
/*# sourceMappingURL=woocommerce.css.map*/