.woocommerce-checkout .content-area {
  padding-top: 40px;
}
@media all and (min-width: 2px) and (max-width: 960px)  {
  .woocommerce-checkout .content-area {
    padding-top: 20px;
  }
}
.woocommerce-checkout .woocommerce-breadcrumb {
  padding: 0 10px;
}
@media all and (min-width: 2px) and (max-width: 960px)  {
  .woocommerce-checkout .site-content > .wrapper {
    padding-left: 0;
    padding-right: 0;
  }
}
.woocommerce-checkout .checkout-title {
  margin-bottom: 20px;
}
.woocommerce-checkout .checkout-title h1 {
  margin-bottom: 5px;
}
.woocommerce-checkout .checkout-title p {
  color: darkgray;
}
.woocommerce-checkout h3 {
  font-size: 1.25rem;
  font-family: "filson-soft";
  margin-bottom: 20px;
}
@media all and (max-width: 1220px) {
  .woocommerce-checkout h3 {
    font-size: 1.5625rem;
  }
}
@media all and (max-width: 640px) {
  .woocommerce-checkout h3 {
    font-size: 1.125rem;
  }
}
.woocommerce-checkout h4 {
  font-size: 1.125rem;
  font-family: "filson-soft";
  margin: 0 0 10px;
}
@media all and (max-width: 1220px) {
  .woocommerce-checkout h4 {
    font-size: 1.125rem;
  }
}
@media all and (max-width: 640px) {
  .woocommerce-checkout h4 {
    font-size: 1rem;
  }
}
.woocommerce-checkout.processing {
  position: relative;
}
.woocommerce-checkout.processing:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 40px;
  height: 40px;
  background-image: url("data:image/svg+xml,%3Csvg width='38' height='38' viewBox='0 0 38 38' xmlns='http://www.w3.org/2000/svg' stroke='%23000'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg transform='translate(1 1)' stroke-width='2'%3E%3Ccircle stroke-opacity='.1' cx='18' cy='18' r='18'/%3E%3Cpath d='M36 18c0-9.94-8.06-18-18-18'%3E%3CanimateTransform attributeName='transform' type='rotate' from='0 18 18' to='360 18 18' dur='1s' repeatCount='indefinite'/%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-size: 40px;
  background-position: center;
  z-index: 1001;
  display: block;
}
.woocommerce-checkout .breadcrumbs, .woocommerce-checkout .entry-header {
  display: none;
}
.woocommerce-checkout .site-content {
  margin: 0;
}
.woocommerce-checkout .site-content {
  position: relative;
  padding: 0;
}
@media all and (min-width: 2px) and (max-width: 1220px)  {
  .woocommerce-checkout .site-content {
    padding: 0;
  }
}
.woocommerce-checkout:not(.no-sidebar):not(.woocommerce-order-received) .site-content:after {
  content: "";
  background: rgba(255, 255, 255, 0.2);
  border-left: 1px solid rgba(255, 255, 255, 0.2);
  width: calc(50% - (var(--wrapper-width)* 0.1));
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
  display: block;
}
@media all and (min-width: 2px) and (max-width: 1220px)  {
  .woocommerce-checkout:not(.no-sidebar):not(.woocommerce-order-received) .site-content:after {
    width: 40%;
  }
}
@media all and (min-width: 2px) and (max-width: 960px)  {
  .woocommerce-checkout:not(.no-sidebar):not(.woocommerce-order-received) .site-content:after {
    display: none;
  }
}
.woocommerce-checkout .entry-content > .woocommerce, .woocommerce-checkout .woocommerce-order {
  display: flex;
  justify-content: space-between;
  position: relative;
}
@media all and (min-width: 2px) and (max-width: 960px)  {
  .woocommerce-checkout .entry-content > .woocommerce, .woocommerce-checkout .woocommerce-order {
    flex-direction: column;
  }
}
.woocommerce-checkout .woocommerce-order {
  margin: 0 auto;
}
@media all and (min-width: 2px) and (max-width: 960px)  {
  .woocommerce-checkout .woocommerce-order .checkout-wrapper {
    order: 2;
  }
  .woocommerce-checkout .woocommerce-order .checkout-sidebar {
    order: 3;
  }
}
.woocommerce-checkout .checkout-sidebar-toggle {
  display: none;
}
@media all and (min-width: 2px) and (max-width: 960px)  {
  .woocommerce-checkout .checkout-sidebar-toggle {
    display: block;
    border: 0;
    display: flex;
    padding: 15px;
    order: 1;
    cursor: pointer;
    align-items: center;
    margin: 15px;
  }
  .woocommerce-checkout .checkout-sidebar-toggle p {
    font-size: 1rem;
    margin: 0;
  }
  .woocommerce-checkout .checkout-sidebar-toggle .icon {
    margin-right: 5px;
  }
  .woocommerce-checkout .checkout-sidebar-toggle .sidebar-toggle-total {
    display: block;
    margin: 0 0 0 auto;
  }
  .woocommerce-checkout .checkout-sidebar-toggle .sidebar-toggle-total .includes_tax {
    display: none;
  }
  .woocommerce-checkout .checkout-sidebar-toggle:after {
    content: "";
    display: inline-block;
    margin: 0 0 0 10px;
    width: 20px;
    text-align: center;
    height: 20px;
    border-radius: 3px;
    background-color: rgba(33, 33, 33, 1);
    color: white;
    transition: background 0.1s ease-out;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='-0.5 -0.5 15 15' height='10' width='10' stroke-width='2'%3E%3Cg %3E%3Cpath stroke='%23FFFFFF' stroke-linecap='round' stroke-linejoin='round' d='M7 0.5V13.5'%3E%3C/path%3E%3Cpath stroke='%23FFFFFF' stroke-linecap='round' stroke-linejoin='round' d='M0.5 6.95996H13.5'%3E%3C/path%3E%3C/g%3E%3C/svg%3E");
    background-size: 10px;
    background-repeat: no-repeat;
    background-position: center;
  }
  .woocommerce-checkout .checkout-sidebar-toggle:hover:after {
    background-color: rgba(255, 158, 27, 1);
  }
  .showCheckoutSidebar.woocommerce-checkout .checkout-sidebar-toggle:after {
    background-color: rgba(228, 85, 85, 1);
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='-0.5 -0.5 15 15' height='10' width='10' stroke-width='2'%3E%3Cg %3E%3Cpath  stroke='%23ffffff' stroke-linecap='round' stroke-linejoin='round' d='M13.5 0.5L0.5 13.5'%3E%3C/path%3E%3Cpath stroke='%23ffffff' stroke-linecap='round' stroke-linejoin='round' d='M0.5 0.5L13.5 13.5'%3E%3C/path%3E%3C/g%3E%3C/svg%3E");
  }
}
.woocommerce-checkout .checkout-sidebar {
  flex: 0 0 40%;
  border-radius: 4px;
  padding: 30px;
  background: rgba(255, 255, 255, 0.2);
  order: 2;
  color: white;
}
.woocommerce-checkout .checkout-sidebar h3, .woocommerce-checkout .checkout-sidebar h4, .woocommerce-checkout .checkout-sidebar h5, .woocommerce-checkout .checkout-sidebar p {
  color: white;
}
@media all and (min-width: 2px) and (max-width: 1220px)  {
  .woocommerce-checkout .checkout-sidebar {
    padding: 20px 15px;
  }
}
@media all and (min-width: 2px) and (max-width: 960px)  {
  .woocommerce-checkout .checkout-sidebar {
    flex: 0 0 100%;
    order: 2;
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 600;
    background: rgba(0, 156, 222, 1);
    border-radius: 0;
  }
  .woocommerce-checkout .checkout-sidebar.no-hide {
    display: block;
    position: initial;
  }
  .showCheckoutSidebar.woocommerce-checkout .checkout-sidebar {
    display: block;
  }
  .woocommerce-checkout .checkout-sidebar .checkout-sidebar-toggle {
    margin: -20px -15px 20px -15px;
    width: calc(100% + 30px);
  }
}
.woocommerce-checkout .checkout-sidebar h2 {
  font-size: 1.625rem;
}
@media all and (max-width: 1220px) {
  .woocommerce-checkout .checkout-sidebar h2 {
    font-size: 1.625rem;
  }
}
@media all and (max-width: 640px) {
  .woocommerce-checkout .checkout-sidebar h2 {
    font-size: 1.375rem;
  }
}
.woocommerce-checkout .checkout-sidebar .shopping-cart-title {
  font-size: 1rem;
  color: white;
  margin-bottom: 0;
  padding-bottom: 10px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.woocommerce-checkout .checkout-sidebar .shopping-cart-title a {
  display: block;
  float: right;
}
@media all and (min-width: 2px) and (max-width: 960px)  {
  .woocommerce-checkout .checkout-sidebar .shopping-cart-title {
    padding: 10px 0;
  }
}
.woocommerce-checkout .checkout-sidebar table {
  width: 100%;
  border-collapse: collapse;
}
.woocommerce-checkout .checkout-sidebar table img {
  max-width: 64px;
}
.woocommerce-checkout .checkout-sidebar table thead {
  display: none;
}
.woocommerce-checkout .checkout-sidebar table th, .woocommerce-checkout .checkout-sidebar table td {
  padding: 15px 10px;
}
.woocommerce-checkout .checkout-sidebar table th, .woocommerce-checkout .checkout-sidebar table td {
  text-align: left;
}
.woocommerce-checkout .checkout-sidebar table .cart_item {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.woocommerce-checkout .checkout-sidebar table .cart_item .product-thumbnail {
  width: 70px;
}
.woocommerce-checkout .checkout-sidebar table .cart_item td:last-child {
  text-align: right;
  font-weight: 700;
}
.woocommerce-checkout .checkout-sidebar table tfoot {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.woocommerce-checkout .checkout-sidebar table tfoot .totals-wrap {
  padding: 10px 0;
}
.woocommerce-checkout .checkout-sidebar table tfoot th, .woocommerce-checkout .checkout-sidebar table tfoot td {
  padding: 10px;
  font-weight: 400;
}
.woocommerce-checkout .checkout-sidebar table tfoot td:last-child {
  text-align: right;
}
.woocommerce-checkout .checkout-sidebar table .totals-wrap th, .woocommerce-checkout .checkout-sidebar table .order-total th {
  text-align: left;
}
.woocommerce-checkout .checkout-sidebar table .totals-wrap td, .woocommerce-checkout .checkout-sidebar table .order-total td {
  text-align: right;
}
.woocommerce-checkout .checkout-sidebar table .cart-discount th, .woocommerce-checkout .checkout-sidebar table .cart-discount td {
  vertical-align: top;
}
.woocommerce-checkout .checkout-sidebar table .cart-discount a {
  font-size: 0.8125rem;
  display: block;
}
.woocommerce-checkout .checkout-sidebar table .cart-discount td:last-child {
  font-weight: 700;
}
.woocommerce-checkout .checkout-sidebar table .order-total {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.woocommerce-checkout .checkout-sidebar table .order-total th, .woocommerce-checkout .checkout-sidebar table .order-total td {
  font-size: 1.125rem;
  font-weight: 700;
  padding: 20px 10px;
}
.woocommerce-checkout .checkout-sidebar table .order-total th {
  text-align: left;
}
.woocommerce-checkout .checkout-sidebar .tax_label, .woocommerce-checkout .checkout-sidebar .includes_tax {
  font-size: 0.8125rem;
  display: block;
  clear: both;
  font-weight: 400;
  color: white;
  white-space: nowrap;
}
.woocommerce-checkout .checkout-sidebar .tax_label .amount, .woocommerce-checkout .checkout-sidebar .includes_tax .amount {
  float: none;
  font-weight: 400;
}
.woocommerce-checkout .checkout-sidebar .processing-coupon .checkout-coupon-code button, .woocommerce-checkout .checkout-sidebar .processing-coupon .order-total-wrap .order-total .amount {
  color: transparent;
  pointer-events: none;
  cursor: not-allowed;
  position: relative;
  transition: none;
}
.woocommerce-checkout .checkout-sidebar .processing-coupon .checkout-coupon-code button:before, .woocommerce-checkout .checkout-sidebar .processing-coupon .order-total-wrap .order-total .amount:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml,%3Csvg width='38' height='38' viewBox='0 0 38 38' xmlns='http://www.w3.org/2000/svg' stroke='%23000'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg transform='translate(1 1)' stroke-width='2'%3E%3Ccircle stroke-opacity='.1' cx='18' cy='18' r='18'/%3E%3Cpath d='M36 18c0-9.94-8.06-18-18-18'%3E%3CanimateTransform attributeName='transform' type='rotate' from='0 18 18' to='360 18 18' dur='1s' repeatCount='indefinite'/%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-size: 20px;
  background-position: center;
}
.woocommerce-checkout #wc-stripe-payment-request-wrapper {
  display: flex;
  justify-content: space-between;
  padding: 40px 20px 20px !important;
  column-gap: 20px;
  border: 2px solid rgba(255, 255, 255, 0.2);
  min-height: 40px;
  flex-wrap: wrap;
  position: relative;
  border-radius: 4px;
}
.woocommerce-checkout #wc-stripe-payment-request-wrapper:before {
  content: "Express Checkout";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  color: white;
  padding: 10px 20px;
  top: 0;
  font-weight: 700;
  white-space: nowrap;
}
.woocommerce-checkout #wc-stripe-payment-request-wrapper .StripeElement {
  flex: 1 1 48%;
}
.woocommerce-checkout #wc-stripe-payment-request-button-separator {
  font-size: 0.8125rem;
  color: white;
  display: flex !important;
  align-items: center;
  width: 100%;
  justify-content: center;
}
.woocommerce-checkout #wc-stripe-payment-request-button-separator:before, .woocommerce-checkout #wc-stripe-payment-request-button-separator:after {
  content: "";
  display: inline-block;
  background: rgba(255, 255, 255, 0.2);
  height: 1px;
  flex: 1 1 auto;
}
.woocommerce-checkout #wc-stripe-payment-request-button-separator:before {
  margin-right: 20px;
}
.woocommerce-checkout #wc-stripe-payment-request-button-separator:after {
  margin-left: 20px;
}
.woocommerce-checkout .form-row.place-order:before, .woocommerce-checkout .form-row.place-order:after {
  display: none;
}
.woocommerce-checkout .checkout-coupon, .woocommerce-checkout .checkout-gift-cards {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.woocommerce-checkout .checkout-coupon .checkout-coupon-code, .woocommerce-checkout .checkout-gift-cards .checkout-coupon-code {
  padding-top: 10px;
  padding-bottom: 5px;
}
.woocommerce-checkout .checkout-coupon .form-row, .woocommerce-checkout .checkout-gift-cards .form-row {
  display: flex;
  margin: 0;
  flex-wrap: wrap;
  background: transparent;
}
.woocommerce-checkout .checkout-coupon .form-row:before, .woocommerce-checkout .checkout-coupon .form-row:after, .woocommerce-checkout .checkout-gift-cards .form-row:before, .woocommerce-checkout .checkout-gift-cards .form-row:after {
  display: none;
}
.woocommerce-checkout .checkout-coupon label, .woocommerce-checkout .checkout-gift-cards label {
  flex: 0 0 100%;
  background: transparent;
  color: white;
  padding: 0 0 10px 0;
}
.woocommerce-checkout .checkout-coupon input, .woocommerce-checkout .checkout-gift-cards input {
  background-color: white;
  flex: 1 0 calc(100% - 100px);
}
.woocommerce-checkout .checkout-coupon .woocommerce-message, .woocommerce-checkout .checkout-gift-cards .woocommerce-message {
  margin: 0 0 10px;
  padding: 10px 10px 10px 20px;
  font-weight: 400;
}
.woocommerce-checkout .checkout-coupon .coupon-input, .woocommerce-checkout .checkout-gift-cards .coupon-input {
  display: flex;
  width: 100%;
}
.woocommerce-checkout .checkout-coupon .button, .woocommerce-checkout .checkout-gift-cards .button {
  flex: 0 0 auto;
  white-space: nowrap;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-left: 0;
}
.woocommerce-checkout .checkout-coupon .button:hover, .woocommerce-checkout .checkout-gift-cards .button:hover {
  color: white;
}
.woocommerce-checkout .checkout-coupon .button:hover, .woocommerce-checkout .checkout-coupon .button:hover:before, .woocommerce-checkout .checkout-coupon .button:hover:after, .woocommerce-checkout .checkout-gift-cards .button:hover, .woocommerce-checkout .checkout-gift-cards .button:hover:before, .woocommerce-checkout .checkout-gift-cards .button:hover:after {
  background-color: rgba(98, 181, 229, 1);
}
.woocommerce-checkout .checkout-login-form, .woocommerce-checkout .checkout-contact, .woocommerce-checkout .checkout-account {
  padding: 30px 0 30px 90px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  position: relative;
}
.woocommerce-checkout .checkout-login-form:before, .woocommerce-checkout .checkout-contact:before, .woocommerce-checkout .checkout-account:before {
  content: "";
  position: absolute;
  top: 37px;
  left: 0;
  width: 65px;
  height: 65px;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 140 140' height='140' width='140' xmlns='http://www.w3.org/2000/svg'%3E%3Cg transform='matrix(5.833333333333333,0,0,5.833333333333333,0,0)'%3E%3Cpath d='M12.056,1C5.7,1,.556,5.253.556,10.5a8.737,8.737,0,0,0,3.4,6.741L1.556,23l6.372-3.641A13.6,13.6,0,0,0,12.056,20c6.351,0,11.5-4.253,11.5-9.5S18.407,1,12.056,1Z' fill='none' stroke='white' stroke-linecap='round' stroke-linejoin='round'%3E%3C/path%3E%3Cpath d='M9.056,8a3,3,0,1,1,4.2,2.751,2,2,0,0,0-1.2,1.833V13' fill='none' stroke='white' stroke-linecap='round' stroke-linejoin='round'%3E%3C/path%3E%3Cpath d='M12.056,15.25a.25.25,0,1,1-.25.25.25.25,0,0,1,.25-.25' fill='none' stroke='white' stroke-linecap='round' stroke-linejoin='round'%3E%3C/path%3E%3C/g%3E%3C/svg%3E");
  display: block;
}
.woocommerce-checkout .checkout-login-form h4, .woocommerce-checkout .checkout-contact h4, .woocommerce-checkout .checkout-account h4 {
  color: white;
  margin: 0;
}
.woocommerce-checkout .checkout-login-form p, .woocommerce-checkout .checkout-contact p, .woocommerce-checkout .checkout-account p {
  color: white;
  margin: 0 0 15px;
}
.woocommerce-checkout .checkout-login-form small, .woocommerce-checkout .checkout-contact small, .woocommerce-checkout .checkout-account small {
  color: white;
  padding-left: 22px;
  display: block;
  position: relative;
  clear: both;
}
.woocommerce-checkout .checkout-login-form small:before, .woocommerce-checkout .checkout-contact small:before, .woocommerce-checkout .checkout-account small:before {
  content: "";
  display: inline-block;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 140 140' height='140' width='140' xmlns='http://www.w3.org/2000/svg'%3E%3Cg transform='matrix(5.833333333333333,0,0,5.833333333333333,0,0)'%3E%3Cpath d='M1.000 12.001 A11.000 11.000 0 1 0 23.000 12.001 A11.000 11.000 0 1 0 1.000 12.001 Z' fill='none' stroke='white' stroke-linecap='round' stroke-linejoin='round'%3E%3C/path%3E%3Cpath d='M14.5,17.005H13a1,1,0,0,1-1-1v-6.5a.5.5,0,0,0-.5-.5H10' fill='none' stroke='white' stroke-linecap='round' stroke-linejoin='round'%3E%3C/path%3E%3Cpath d='M11.745 6.504L11.745 6.504' fill='none' stroke='white' stroke-linecap='round' stroke-linejoin='round'%3E%3C/path%3E%3Cpath d='M11.745,6.5a.25.25,0,1,0,.25.25.25.25,0,0,0-.25-.25' fill='none' stroke='white' stroke-linecap='round' stroke-linejoin='round'%3E%3C/path%3E%3C/g%3E%3C/svg%3E");
  width: 15px;
  height: 15px;
  position: absolute;
  left: 0;
  top: 1px;
}
.woocommerce-checkout .checkout-login-form ul, .woocommerce-checkout .checkout-contact ul, .woocommerce-checkout .checkout-account ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  column-gap: 15px;
  row-gap: 5px;
}
.woocommerce-checkout .checkout-login-form li, .woocommerce-checkout .checkout-contact li, .woocommerce-checkout .checkout-account li {
  margin: 0;
}
.woocommerce-checkout .checkout-login-form li:last-child, .woocommerce-checkout .checkout-contact li:last-child, .woocommerce-checkout .checkout-account li:last-child {
  margin-bottom: 0;
}
.woocommerce-checkout .checkout-login-form a, .woocommerce-checkout .checkout-contact a, .woocommerce-checkout .checkout-account a {
  color: white;
  text-align: left;
  display: flex;
  align-items: center;
  gap: 5px;
}
.woocommerce-checkout .checkout-login-form a:hover, .woocommerce-checkout .checkout-contact a:hover, .woocommerce-checkout .checkout-account a:hover {
  color: rgba(255, 158, 27, 1);
}
.woocommerce-checkout .checkout-login-form .icon, .woocommerce-checkout .checkout-contact .icon, .woocommerce-checkout .checkout-account .icon {
  fill: white;
}
.woocommerce-checkout .checkout-pickup-option {
  padding: 30px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  background: transparent;
  box-shadow: none;
}
.woocommerce-checkout .checkout-pickup-option h4, .woocommerce-checkout .checkout-pickup-option p, .woocommerce-checkout .checkout-pickup-option a {
  color: white;
}
.woocommerce-checkout .checkout-pickup-option h4 {
  font-size: 1.0625rem;
  font-family: "filson-soft";
}
@media all and (max-width: 1220px) {
  .woocommerce-checkout .checkout-pickup-option h4 {
    font-size: 1.0625rem;
  }
}
@media all and (max-width: 640px) {
  .woocommerce-checkout .checkout-pickup-option h4 {
    font-size: 1rem;
  }
}
.woocommerce-checkout .checkout-pickup-option p:last-child {
  margin: 0;
}
.woocommerce-checkout .checkout-pickup-option a {
  font-weight: 700;
}
.woocommerce-checkout .checkout-pickup-option:before, .woocommerce-checkout .checkout-pickup-option:after {
  display: none;
}
.woocommerce-checkout .checkout-pickup-option table {
  background: transparent;
  margin-bottom: 20px;
}
.woocommerce-checkout .checkout-pickup-option table th, .woocommerce-checkout .checkout-pickup-option table td {
  padding: 8px 10px;
}
.woocommerce-checkout .checkout-pickup-option table th {
  background-color: rgba(0, 0, 0, 0.05);
  color: white;
}
.woocommerce-checkout .checkout-pickup-option table td {
  background-color: rgba(255, 255, 255, 0.2);
  color: white;
}
.woocommerce-checkout .checkout-pickup-option table tr {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.woocommerce-checkout .checkout-account {
  padding: 0 0 20px;
  margin: 0 0 20px;
}
@media all and (min-width: 2px) and (max-width: 640px)  {
  .woocommerce-checkout .checkout-account h3 {
    padding-left: 0;
  }
}
.woocommerce-checkout .checkout-account:before {
  display: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 140 140' height='140' width='140'%3E%3Cg transform='matrix(5.83381948495708,0,0,5.83381948495708,0,0)'%3E%3Cdefs%3E%3Cstyle%3E.a%7Bfill:none;stroke:rgba(77, 77, 77, 1);stroke-linecap:round;stroke-linejoin:round;%7D%3C/style%3E%3C/defs%3E%3Cpath class='a' d='M23.5,14v5.5a1,1,0,0,1-1,1H1.5a1,1,0,0,1-1-1V6.5a1,1,0,0,1,1-1H12'%3E%3C/path%3E%3Crect class='a' x='10.499' y='20.5' width='3' height='3'%3E%3C/rect%3E%3Cline class='a' x1='6.999' y1='23.5' x2='16.999' y2='23.5'%3E%3C/line%3E%3Crect class='a' x='14.499' y='4.5' width='9' height='5.5' rx='1'%3E%3C/rect%3E%3Cpath class='a' d='M16.5,4.5V3a2.5,2.5,0,0,1,5,0V4.5'%3E%3C/path%3E%3Cline class='a' x1='3.535' y1='13.75' x2='6.999' y2='15.75'%3E%3C/line%3E%3Cline class='a' x1='6.999' y1='13.75' x2='3.535' y2='15.75'%3E%3C/line%3E%3Cline class='a' x1='5.267' y1='12.75' x2='5.267' y2='16.75'%3E%3C/line%3E%3Cline class='a' x1='10.267' y1='13.75' x2='13.731' y2='15.75'%3E%3C/line%3E%3Cline class='a' x1='13.731' y1='13.75' x2='10.267' y2='15.75'%3E%3C/line%3E%3Cline class='a' x1='11.999' y1='12.75' x2='11.999' y2='16.75'%3E%3C/line%3E%3Cline class='a' x1='16.999' y1='13.75' x2='20.463' y2='15.75'%3E%3C/line%3E%3Cline class='a' x1='20.463' y1='13.75' x2='16.999' y2='15.75'%3E%3C/line%3E%3Cline class='a' x1='18.731' y1='12.75' x2='18.731' y2='16.75'%3E%3C/line%3E%3C/g%3E%3C/svg%3E");
}
.woocommerce-checkout .checkout-account .form-row:last-child {
  margin: 0;
}
.woocommerce-checkout .checkout-account .create-account {
  margin: 15px 0 0;
}
.woocommerce-checkout .checkout-account .create-account:after {
  content: "";
  display: table;
  clear: both;
}
.woocommerce-checkout .checkout-account .checkout-checkbox:before, .woocommerce-checkout .checkout-account .checkout-checkbox:after {
  display: none;
}
.woocommerce-checkout .checkout-account .checkout-checkbox label {
  top: 0;
}
.woocommerce-checkout .checkout-login-form {
  margin: 0 0 20px;
  padding: 0;
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.woocommerce-checkout .checkout-login-form:before {
  display: none;
}
.woocommerce-checkout .checkout-login-form h4 {
  margin-bottom: 5px;
}
.woocommerce-checkout .checkout-login-form .button {
  border-radius: 4px;
  float: none;
}
.woocommerce-checkout .checkout-login-form .woocommerce-form-login {
  background: transparent;
  padding: 0;
}
.woocommerce-checkout .checkout-login-form .woocommerce-form-login input {
  background: white;
}
.woocommerce-checkout .checkout-login-form .woocommerce-form-login h4 {
  font-size: 1rem;
}
.woocommerce-checkout .subscription-totals-wrap {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  margin-bottom: 40px;
}
.woocommerce-checkout .subscription-totals-wrap table {
  border-radius: 4px;
  background: white;
  border: 1px solid rgba(255, 255, 255, 0.2);
}
.woocommerce-checkout .subscription-totals-wrap th, .woocommerce-checkout .subscription-totals-wrap td {
  vertical-align: top;
}
.woocommerce-checkout .subscription-totals-wrap .shipping.recurring-total ul {
  margin-top: 20px;
}
.woocommerce-checkout .subscription-totals-wrap .shipping.recurring-total li {
  margin: 0 0 10px;
  padding: 0;
  text-indent: 0;
}
.woocommerce-checkout .subscription-totals-wrap .shipping.recurring-total li label {
  display: block;
}
.woocommerce-checkout .subscription-totals-wrap .shipping.recurring-total .shipping-fee {
  float: right;
}
.woocommerce-checkout .subscription-totals-wrap .cart-subtotal, .woocommerce-checkout .subscription-totals-wrap .subscription-shipping {
  display: flex;
  gap: 10px;
  align-items: flex-start;
}
.woocommerce-checkout .subscription-totals-wrap .cart-subtotal:before, .woocommerce-checkout .subscription-totals-wrap .subscription-shipping:before {
  content: "";
  display: inline-block;
  top: 8px;
  left: 0;
  background-image: url("data:image/svg+xml,%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' viewBox='0 0 21 21'%3E%3Cellipse style='fill:%239ECAA3' cx='10.5' cy='10.5' rx='9.5' ry='9.5'/%3E%3Cpath style='fill:%239ECAA3' d='M10.5,20C5.3,20,1,15.7,1,10.5S5.3,1,10.5,1V20z'/%3E%3Cellipse style='fill:none;stroke:%23FFFFFF;stroke-width:0.8333;stroke-linecap:round;stroke-linejoin:round;' cx='10.5' cy='10.5' rx='9.5' ry='9.5'/%3E%3Cpolyline style='fill:none;stroke:%23FFFFFF;stroke-width:0.8333;stroke-linecap:round;stroke-linejoin:round;' points='15.5,6.4 9.7,14.2 5.5,10.9 '/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 19px;
  width: 19px;
  height: 24px;
}
.woocommerce-checkout .subscription-totals-wrap .recurring-total {
  padding: 10px 0;
  border-bottom: 1px solid rgba(33, 33, 33, 0.1);
}
.woocommerce-checkout .subscription-totals-wrap .checkout-shipping-fields {
  padding: 0;
  flex-grow: 1;
  border-bottom: 0;
}
.woocommerce-checkout .subscription-totals-wrap .checkout-shipping-fields label, .woocommerce-checkout .subscription-totals-wrap .checkout-shipping-fields .selectWrap {
  background: white;
}
.woocommerce-checkout .subscription-totals-wrap .subscription-total {
  font-size: 1.125rem;
  border-bottom: none;
  padding: 20px 0;
  text-align: center;
}
.woocommerce-checkout .subscription-totals-wrap .subscription-total .subscription-price {
  font-weight: 700;
}
.woocommerce-checkout .subscription-totals-wrap .subscription-details-table {
  padding: 10px 20px;
  border-radius: 4px;
  background-color: #f9fafb;
  margin-bottom: 40px;
  border: 2px solid rgba(255, 255, 255, 0.2);
}
.woocommerce-checkout .subscription-totals-wrap .subscription-details-table .amount {
  float: none;
}
.woocommerce-checkout .subscription-totals-wrap .first-payment-date {
  font-size: 1rem;
  margin: 20px 0 0;
  font-weight: 600;
  text-align: center;
  line-height: 20px;
  padding: 15px;
  background: rgba(214, 238, 247, 1);
  color: white;
  border-radius: 4px;
}
@media all and (max-width: 1220px) {
  .woocommerce-checkout .subscription-totals-wrap .first-payment-date {
    font-size: 1rem;
  }
}
@media all and (max-width: 640px) {
  .woocommerce-checkout .subscription-totals-wrap .first-payment-date {
    font-size: 1rem;
  }
}
.woocommerce-checkout .subscription-totals-wrap .first-payment-date:before {
  content: "";
  display: inline-block;
  margin-right: 10px;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='-0.125 -0.125 24.25 24.25' xmlns='http://www.w3.org/2000/svg' stroke-width='1.75' height='20' width='20'%3E%3Cpath d='M8.25,17.25h-6a1.5,1.5,0,0,1-1.5-1.5v-12a1.5,1.5,0,0,1,1.5-1.5h13.5a1.5,1.5,0,0,1,1.5,1.5v4.5' fill='none' stroke='%23ffffff' stroke-linecap='round' stroke-linejoin='round'%3E%3C/path%3E%3Cpath d='M0.75 6.75L17.25 6.75' fill='none' stroke='%23ffffff' stroke-linecap='round' stroke-linejoin='round'%3E%3C/path%3E%3Cpath d='M5.25 3.75L5.25 0.75' fill='none' stroke='%23ffffff' stroke-linecap='round' stroke-linejoin='round'%3E%3C/path%3E%3Cpath d='M12.75 3.75L12.75 0.75' fill='none' stroke='%23ffffff' stroke-linecap='round' stroke-linejoin='round'%3E%3C/path%3E%3Cpath d='M15 18.75L11.25 18.75 11.25 22.5' fill='none' stroke='%23ffffff' stroke-linecap='round' stroke-linejoin='round'%3E%3C/path%3E%3Cpath d='M22.667,19.484a5.573,5.573,0,0,1-10.74-.734' fill='none' stroke='%23ffffff' stroke-linecap='round' stroke-linejoin='round'%3E%3C/path%3E%3Cpath d='M19.5 15.75L23.25 15.75 23.25 12' fill='none' stroke='%23ffffff' stroke-linecap='round' stroke-linejoin='round'%3E%3C/path%3E%3Cpath d='M11.833,15.017a5.572,5.572,0,0,1,10.74.733' fill='none' stroke='%23ffffff' stroke-linecap='round' stroke-linejoin='round'%3E%3C/path%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: contain;
  width: 20px;
  height: 20px;
  vertical-align: text-bottom;
}
.woocommerce-checkout .checkout-wrapper {
  flex: 1 0 60%;
  padding: 0 40px 40px 0;
  counter-reset: section;
}
@media all and (min-width: 2px) and (max-width: 1220px)  {
  .woocommerce-checkout .checkout-wrapper {
    padding: 20px 15px;
  }
}
@media all and (min-width: 2px) and (max-width: 960px)  {
  .woocommerce-checkout .checkout-wrapper {
    flex: 0 0 100%;
    order: 3;
  }
}
.woocommerce-checkout .checkout-wrapper form.checkout {
  position: relative;
  padding-left: 60px;
}
@media all and (min-width: 2px) and (max-width: 640px)  {
  .woocommerce-checkout .checkout-wrapper form.checkout {
    padding-left: 20px;
  }
}
.woocommerce-checkout .checkout-wrapper form.checkout:before {
  content: "";
  position: absolute;
  left: 19px;
  border-right: 1px solid rgba(255, 255, 255, 0.2);
  top: 0;
  bottom: 0;
}
@media all and (min-width: 2px) and (max-width: 640px)  {
  .woocommerce-checkout .checkout-wrapper form.checkout:before {
    left: 5px;
  }
}
.woocommerce-checkout .checkout-wrapper #customer_details, .woocommerce-checkout .checkout-wrapper .shipping-checkout-wrapper, .woocommerce-checkout .checkout-wrapper .payment-details {
  position: relative;
  padding: 40px;
  border-radius: 4px;
  background: rgba(255, 255, 255, 0.2);
  margin-top: 40px;
}
.woocommerce-checkout .checkout-wrapper #customer_details:before, .woocommerce-checkout .checkout-wrapper .shipping-checkout-wrapper:before, .woocommerce-checkout .checkout-wrapper .payment-details:before {
  counter-increment: section;
  content: counter(section);
  font-size: 0.9rem;
  position: absolute;
  font-weight: 700;
  top: -5px;
  left: -60px;
  width: 40px;
  line-height: 34px;
  height: 40px;
  color: white;
  background: rgba(33, 33, 33, 1);
  border-radius: 50%;
  text-align: center;
  border: 3px solid white;
}
@media all and (min-width: 2px) and (max-width: 640px)  {
  .woocommerce-checkout .checkout-wrapper #customer_details:before, .woocommerce-checkout .checkout-wrapper .shipping-checkout-wrapper:before, .woocommerce-checkout .checkout-wrapper .payment-details:before {
    top: 35px;
    left: -30px;
  }
}
.woocommerce-checkout .checkout-wrapper #customer_details {
  margin-top: 0;
}
.woocommerce-checkout .checkout-wrapper .checkout-contact-details {
  margin-bottom: 30px;
}
.woocommerce-checkout .checkout-wrapper .woocommerce-contact-details-fields__field-wrapper:after {
  content: "";
  display: table;
  clear: both;
}
.woocommerce-checkout .checkout-wrapper .order_review_heading_wrap {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: flex-start;
  margin-bottom: 20px;
}
.woocommerce-checkout .checkout-wrapper .order_review_heading_wrap p {
  color: white;
}
.woocommerce-checkout .checkout-wrapper .order_review_heading_wrap .order_review_heading {
  margin-bottom: 0;
}
.woocommerce-checkout .checkout-wrapper .success-order-status ul strong {
  float: right;
}
.woocommerce-checkout .gift-card-checkout-options {
  margin: 0 0 20px;
}
.woocommerce-checkout .gift-card-checkout-options table {
  width: 100%;
  border-collapse: collapse;
}
.woocommerce-checkout .gift-card-checkout-options table td {
  padding: 0;
}
.woocommerce-checkout .gift-card-checkout-options p {
  font-size: 0.875rem;
}
.woocommerce-checkout .gift-card-checkout-options p .amount {
  float: none;
}
.woocommerce-checkout .gift-card-checkout-options p:before {
  content: "";
  display: inline-block;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 140 140' height='140' width='140' xmlns='http://www.w3.org/2000/svg'%3E%3Cg transform='matrix(5.833333333333333,0,0,5.833333333333333,0,0)'%3E%3Cpath d='M1.000 12.001 A11.000 11.000 0 1 0 23.000 12.001 A11.000 11.000 0 1 0 1.000 12.001 Z' fill='none' stroke='rgba(209, 236, 246, 1)' stroke-linecap='round' stroke-linejoin='round'%3E%3C/path%3E%3Cpath d='M14.5,17.005H13a1,1,0,0,1-1-1v-6.5a.5.5,0,0,0-.5-.5H10' fill='none' stroke='rgba(209, 236, 246, 1)' stroke-linecap='round' stroke-linejoin='round'%3E%3C/path%3E%3Cpath d='M11.745 6.504L11.745 6.504' fill='none' stroke='rgba(209, 236, 246, 1)' stroke-linecap='round' stroke-linejoin='round'%3E%3C/path%3E%3Cpath d='M11.745,6.5a.25.25,0,1,0,.25.25.25.25,0,0,0-.25-.25' fill='none' stroke='rgba(209, 236, 246, 1)' stroke-linecap='round' stroke-linejoin='round'%3E%3C/path%3E%3C/g%3E%3C/svg%3E");
  width: 15px;
  height: 18px;
  margin: 0 7px 0 0;
  vertical-align: middle;
}
.woocommerce-checkout .gift-card-checkout-options .gift-card-select {
  margin: 0 0 20px;
  position: relative;
}
.woocommerce-checkout .gift-card-checkout-options .gift-card-select label {
  margin: 0;
  padding: 15px 15px 15px 40px;
  border-radius: 4px;
  color: rgba(33, 33, 33, 1);
  background: white;
  display: block;
  width: 100%;
  border: 2px solid rgba(255, 255, 255, 0.2);
}
.woocommerce-checkout .gift-card-checkout-options .gift-card-select label:before, .woocommerce-checkout .gift-card-checkout-options .gift-card-select label:after {
  border-radius: 4px;
  left: 10px;
  top: 15px;
  color: rgba(22, 179, 110, 1);
}
.woocommerce-checkout .gift-card-checkout-options .gift-card-select label:after {
  content: "";
  margin: 1px 0 0 3px;
  background: white;
  width: 18px;
  height: 18px;
  left: 8px;
  border-radius: 2px;
  background: url("data:image/svg+xml,%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 14 10.9'%3E%3Cpath d='M4,10.9c-0.6,0-1.2-0.3-1.6-0.8L0.3,7.7c-0.4-0.4-0.3-1,0.1-1.4c0,0,0,0,0,0c0.4-0.4,1-0.3,1.4,0.1l2.1,2.3 c0,0.1,0.1,0.1,0.2,0.1c0.1,0,0.1,0,0.2-0.1l8.1-8.4c0.4-0.4,1-0.3,1.4,0.1c0.3,0.4,0.3,0.9,0,1.3l-8.2,8.6C5.1,10.7,4.6,11,4,10.9 z' style='fill: rgba(22, 179, 110, 1)'/%3E%3C/svg%3E%0A") no-repeat center;
  background-size: 12px;
}
.woocommerce-checkout .gift-card-checkout-options .gift-card-select label .amount {
  display: none;
}
.woocommerce-checkout .gift-card-checkout-options .gift-card-select:hover label {
  border-color: rgba(185, 232, 212, 1);
}
.woocommerce-checkout .gift-card-checkout-options .gift-card-select input[type="checkbox"]:checked + label {
  border-color: rgba(22, 179, 110, 1);
  background: rgba(185, 232, 212, 1);
}
.woocommerce-checkout .gift-card-checkout-options .gift-card-select input[type="checkbox"]:checked + label:before {
  border-color: rgba(22, 179, 110, 1);
}
.woocommerce-checkout .gift-card-checkout-options .gift-card-select input[type="checkbox"]:checked + label .amount {
  display: block;
  margin: 0 0 0 10px;
}
.woocommerce-checkout .gift-card-checkout-options .gift-card-select input[type="checkbox"]:checked + label .amount:before {
  content: "-";
}
.woocommerce-checkout .gift-card--balance {
  display: none;
}
.woocommerce-checkout .checkout-shipping .shipping_address h3 {
  padding-top: 20px;
}
.woocommerce-checkout .woocommerce-checkout-review-order #ppc-button, .woocommerce-checkout .woocommerce-checkout-review-order button {
  margin: 20px 0;
}
.woocommerce-checkout .woocommerce-checkout-review-order .paypal-buttons {
  vertical-align: middle;
}
.woocommerce-checkout .woocommerce-checkout-review-order #ppc-button {
  line-height: 74px;
  display: flex;
  align-items: center;
}
.woocommerce-checkout .woocommerce-checkout-review-order button {
  font-size: 1.0625rem;
  text-align: center;
  width: 100%;
  float: none;
  padding: 25px 10px;
  display: block;
  color: white;
  text-transform: none;
  letter-spacing: 0;
  font-weight: 400;
  line-height: 20px;
}
@media all and (max-width: 960px) {
  .woocommerce-checkout .woocommerce-checkout-review-order button {
    font-size: 1.0625rem;
  }
}
.woocommerce-checkout .woocommerce-checkout-review-order button, .woocommerce-checkout .woocommerce-checkout-review-order button:before, .woocommerce-checkout .woocommerce-checkout-review-order button:after {
  background: rgba(22, 179, 110, 1);
}
.woocommerce-checkout .woocommerce-checkout-review-order button:hover {
  color: white;
}
.woocommerce-checkout .woocommerce-checkout-review-order button:hover, .woocommerce-checkout .woocommerce-checkout-review-order button:hover:before, .woocommerce-checkout .woocommerce-checkout-review-order button:hover:after {
  background: rgba(15, 125, 77, 1);
}
.woocommerce-checkout #billing_email_field {
  margin-bottom: 45px;
}
.woocommerce-checkout #billing_email_field .description {
  position: absolute;
  padding-top: 5px;
}
.woocommerce-checkout #billing_email_field .description a {
  font-weight: 700;
  border-bottom: 1px dotted white;
}
.woocommerce-checkout #ship-to-different-address, .woocommerce-checkout .shipping_address {
  margin-bottom: 0;
}
.woocommerce-checkout .shipping-checkout-wrapper {
  padding-bottom: 40px;
  margin-bottom: 40px;
  color: white;
}
.woocommerce-checkout .shipping-checkout-wrapper table {
  width: 100%;
  border-collapse: collapse;
}
.woocommerce-checkout .shipping-checkout-wrapper th {
  font-size: 1.25rem;
  padding: 0 0 1.4rem;
  text-align: left;
  display: none;
}
@media all and (max-width: 1220px) {
  .woocommerce-checkout .shipping-checkout-wrapper th {
    font-size: 1.5625rem;
  }
}
@media all and (max-width: 640px) {
  .woocommerce-checkout .shipping-checkout-wrapper th {
    font-size: 1.125rem;
  }
}
.woocommerce-checkout .shipping-checkout-wrapper td {
  padding: 0;
}
.woocommerce-checkout .shipping-checkout-wrapper .free-shipping-notice {
  margin-bottom: 20px;
}
.woocommerce-checkout .shipping-checkout-wrapper .free-shipping-notice .inner {
  width: 100%;
}
.woocommerce-checkout .shipping-checkout-wrapper .free-shipping-notice p {
  display: block;
}
.woocommerce-checkout .shipping-checkout-wrapper .address-required {
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' height='20' width='20' xmlns='http://www.w3.org/2000/svg' stroke-width='1.5'%3E%3Cpath d='M9.000 7.500 A3.000 3.000 0 1 0 15.000 7.500 A3.000 3.000 0 1 0 9.000 7.500 Z' fill='none' stroke='%23000000' stroke-linecap='round' stroke-linejoin='round'%3E%3C/path%3E%3Cpath d='M12,.75A6.75,6.75,0,0,1,18.75,7.5c0,3.251-5.132,10.527-6.446,12.337a.377.377,0,0,1-.608,0C10.382,18.027,5.25,10.751,5.25,7.5A6.75,6.75,0,0,1,12,.75Z' fill='none' stroke='%23000000' stroke-linecap='round' stroke-linejoin='round'%3E%3C/path%3E%3Cpath d='M17.979,17.784c2.732.541,4.521,1.444,4.521,2.466,0,1.657-4.7,3-10.5,3s-10.5-1.343-10.5-3c0-1.02,1.781-1.921,4.5-2.463' fill='none' stroke='%23000000' stroke-linecap='round' stroke-linejoin='round'%3E%3C/path%3E%3C/svg%3E");
  background-size: 20px;
  background-position: 12px 50%;
  background-repeat: no-repeat;
  padding: 12px 12px 12px 45px;
  background-color: rgba(253, 208, 134, 0.1);
  border: 1px solid rgba(253, 208, 134, 1);
  border-radius: 4px;
}
.woocommerce-checkout table .amount, .woocommerce-checkout table .shipping-fee, .woocommerce-checkout table .subscription-price {
  display: inline-block;
  font-weight: 700;
  margin-left: auto;
}
.woocommerce-checkout table .amount span, .woocommerce-checkout table .shipping-fee span, .woocommerce-checkout table .subscription-price span {
  float: none;
}
.woocommerce-checkout .checkout-shipping-fields label {
  display: block;
  border: 1px solid rgba(236, 236, 236, 1);
  border-radius: 4px;
  margin: 0 0 10px;
}
.woocommerce-checkout .checkout-shipping-fields li:only-child label, .woocommerce-checkout .checkout-shipping-fields input:checked + label {
  background-color: #e7f0ff;
}
.woocommerce-checkout .checkout-shipping-fields p {
  margin: 0;
  line-height: 24px;
  color: rgba(33, 33, 33, 1);
}
.woocommerce-checkout .checkout-shipping-fields p .amount {
  float: right;
}
.woocommerce-checkout .checkout-shipping-fields .virtual-items {
  margin-top: 10px;
  padding: 20px 20px 20px 60px;
  position: relative;
  background-color: rgba(185, 232, 212, 1);
  border: 2px solid rgba(127, 213, 175, 1);
  color: rgba(17, 134, 83, 1);
  border-radius: 4px;
}
.woocommerce-checkout .checkout-shipping-fields .virtual-items:before {
  content: "";
  position: absolute;
  left: 15px;
  top: 25px;
  width: 30px;
  height: 30px;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 140 140' height='140' width='140'%3E%3Cg transform='matrix(5.833333333333333,0,0,5.833333333333333,0,0)'%3E%3Cg%3E%3Cpath d='M9.49,23.5h-8a1,1,0,0,1-1-1V1.5a1,1,0,0,1,1-1H14.79a1,1,0,0,1,.71.29L19.21,4.5a1,1,0,0,1,.29.71V8.5' style='fill: none;stroke: rgba(17, 134, 83, 1);stroke-linecap: round;stroke-linejoin: round'%3E%3C/path%3E%3Cg%3E%3Cpath d='M7.25,8a.25.25,0,0,1,.25-.25.25.25,0,0,1,0,.5A.25.25,0,0,1,7.25,8' style='fill: none;stroke: rgba(17, 134, 83, 1);stroke-linecap: round;stroke-linejoin: round'%3E%3C/path%3E%3Cpath d='M7.25,10.5a.25.25,0,0,1,.25-.25.25.25,0,0,1,0,.5.25.25,0,0,1-.25-.25' style='fill: none;stroke: rgba(17, 134, 83, 1);stroke-linecap: round;stroke-linejoin: round'%3E%3C/path%3E%3Cpath d='M7.25,13a.25.25,0,0,1,.25-.25.25.25,0,0,1,0,.5A.25.25,0,0,1,7.25,13' style='fill: none;stroke: rgba(17, 134, 83, 1);stroke-linecap: round;stroke-linejoin: round'%3E%3C/path%3E%3Cpath d='M7.25,15.5a.25.25,0,0,1,.25-.25.25.25,0,0,1,0,.5.25.25,0,0,1-.25-.25' style='fill: none;stroke: rgba(17, 134, 83, 1);stroke-linecap: round;stroke-linejoin: round'%3E%3C/path%3E%3Cpath d='M7.25,18a.25.25,0,0,1,.25-.25.25.25,0,0,1,0,.5A.25.25,0,0,1,7.25,18' style='fill: none;stroke: rgba(17, 134, 83, 1);stroke-linecap: round;stroke-linejoin: round'%3E%3C/path%3E%3Cpath d='M7.25,20.56a.25.25,0,0,1,.25-.25.25.25,0,0,1,0,.5.25.25,0,0,1-.25-.25' style='fill: none;stroke:rgba(17, 134, 83, 1);stroke-linecap: round;stroke-linejoin: round'%3E%3C/path%3E%3C/g%3E%3Cpath d='M9,4.11a1.48,1.48,0,0,1-.36,1.16,1.52,1.52,0,0,1-2.26,0A1.48,1.48,0,0,1,6,4.11L6.37.5H8.5Z' style='fill: none;stroke: rgba(17, 134, 83, 1);stroke-linecap: round;stroke-linejoin: round'%3E%3C/path%3E%3Cg%3E%3Ccircle cx='17.5' cy='17.5' r='6' style='fill: none;stroke: rgba(17, 134, 83, 1);stroke-linecap: round;stroke-linejoin: round'%3E%3C/circle%3E%3Cline x1='17.5' y1='14.5' x2='17.5' y2='20.5' style='fill: none;stroke: rgba(17, 134, 83, 1);stroke-linecap: round;stroke-linejoin: round'%3E%3C/line%3E%3Cline x1='17.5' y1='20.5' x2='15.25' y2='18.25' style='fill: none;stroke: rgba(17, 134, 83, 1);stroke-linecap: round;stroke-linejoin: round'%3E%3C/line%3E%3Cline x1='17.5' y1='20.5' x2='19.75' y2='18.25' style='fill: none;stroke: rgba(17, 134, 83, 1);stroke-linecap: round;stroke-linejoin: round'%3E%3C/line%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}
.woocommerce-checkout .woocommerce-terms-and-conditions-wrapper {
  padding: 30px 0;
}
.woocommerce-checkout .validation {
  opacity: 0;
  position: absolute;
  top: 100%;
  left: 100%;
  height: 0;
  width: 0;
  z-index: -1;
  overflow: hidden;
}
.woocommerce-checkout .protected {
  font-size: 0.75rem;
  font-family: "Arial", sans-serif;
  color: white;
  font-weight: 400;
  letter-spacing: 0.03em;
  width: 100%;
  text-align: center;
  margin: 20px 0;
}
.woocommerce-checkout .protected:before {
  content: "";
  display: inline-block;
  width: 18px;
  height: 18px;
  margin-right: 5px;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 140 140' height='140' width='140'%3E%3Cg transform='matrix(5.833333333333333,0,0,5.833333333333333,0,0)'%3E%3Cpath d='M17 12V8A5 5 0 0 0 7 8v4a2 2 0 0 0-2 2v7a2 2 0 0 0 2 2h10a2 2 0 0 0 2-2v-7a2 2 0 0 0-2-2zm-5 7a1.5 1.5 0 1 1 1.5-1.5A1.5 1.5 0 0 1 12 19zm3-7H9V8a3 3 0 0 1 6 0z' style='fill:white'%3E%3C/path%3E%3C/g%3E%3C/svg%3E");
  vertical-align: text-bottom;
}
@media all and (min-width: 2px) and (max-width: 640px)  {
  .woocommerce-checkout .protected span {
    display: none;
  }
}
.woocommerce-shipping-methods input[type="radio"]:checked ~ .multiple-pickup-container, .subscription-shipping input[type="radio"]:checked ~ .multiple-pickup-container {
  opacity: 1;
  visibility: visible;
  display: block;
}
.woocommerce-shipping-methods .multiple-pickup-container, .subscription-shipping .multiple-pickup-container {
  display: none;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease-out 0.3s, visibility 0.3s ease-out 0.3s;
  text-align: left;
  padding: 10px 15px;
  border: 1px solid rgba(173, 173, 173, 1);
  border-top: none;
  background-color: white;
}
.woocommerce-shipping-methods .multiple-pickup-container h4, .subscription-shipping .multiple-pickup-container h4 {
  font-size: 1rem;
  color: rgba(33, 33, 33, 1);
  margin: 10px 0;
}
@media all and (max-width: 1220px) {
  .woocommerce-shipping-methods .multiple-pickup-container h4, .subscription-shipping .multiple-pickup-container h4 {
    font-size: 1rem;
  }
}
@media all and (max-width: 640px) {
  .woocommerce-shipping-methods .multiple-pickup-container h4, .subscription-shipping .multiple-pickup-container h4 {
    font-size: 1rem;
  }
}
.woocommerce-shipping-methods .multiple-pickup-container .selectWrap, .subscription-shipping .multiple-pickup-container .selectWrap {
  border: 2px solid rgba(255, 255, 255, 0.2);
  border-radius: 4px;
  padding: 0;
  margin: 10px 0;
  display: flex;
}
.woocommerce-shipping-methods .multiple-pickup-container .selectWrap:before, .subscription-shipping .multiple-pickup-container .selectWrap:before {
  content: "";
  position: absolute;
  left: 12px;
  top: 16px;
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 140 140' height='140' width='140' xmlns='http://www.w3.org/2000/svg'%3E%3Cg transform='matrix(5.833333333333333,0,0,5.833333333333333,0,0)'%3E%3Cpath d='M21.5,9.838V21a1,1,0,0,1-1,1H3.5a1,1,0,0,1-1-1V9.838' fill='none' stroke='%23000000' stroke-linecap='round' stroke-linejoin='round'%3E%3C/path%3E%3Cpath d='M4.500 13.000 L12.500 13.000 L12.500 19.000 L4.500 19.000 Z' fill='none' stroke='%23000000' stroke-linecap='round' stroke-linejoin='round'%3E%3C/path%3E%3Cpath d='M19.5,22h-5V13.5A.5.5,0,0,1,15,13h4a.5.5,0,0,1,.5.5Z' fill='none' stroke='%23000000' stroke-linecap='round' stroke-linejoin='round'%3E%3C/path%3E%3Cpath d='M21.776,2.553A1,1,0,0,0,20.882,2H3.118a1,1,0,0,0-.894.553L.5,6h23Z' fill='none' stroke='%23000000' stroke-linecap='round' stroke-linejoin='round'%3E%3C/path%3E%3Cpath d='M23.5,7a2.862,2.862,0,0,1-5,2,4.048,4.048,0,0,1-6.5.64A4.048,4.048,0,0,1,5.5,9a2.863,2.863,0,0,1-5-2V6h23Z' fill='none' stroke='%23000000' stroke-linecap='round' stroke-linejoin='round'%3E%3C/path%3E%3Cpath d='M5.5 9L5.5 6 6.5 2' fill='none' stroke='%23000000' stroke-linecap='round' stroke-linejoin='round'%3E%3C/path%3E%3Cpath d='M12 9.645L12 6 12 2' fill='none' stroke='%23000000' stroke-linecap='round' stroke-linejoin='round'%3E%3C/path%3E%3Cpath d='M18.5 9L18.5 6 17.5 2' fill='none' stroke='%23000000' stroke-linecap='round' stroke-linejoin='round'%3E%3C/path%3E%3C/g%3E%3C/svg%3E");
  background-size: contain;
  width: 20px;
  height: 20px;
}
.woocommerce-shipping-methods .multiple-pickup-container .selectWrap select, .subscription-shipping .multiple-pickup-container .selectWrap select {
  font-size: 1rem;
  padding: 12px 40px;
  border-radius: 4px;
  margin: 0;
  flex: 1 1 auto;
  background-color: white;
  border: 0;
}
@media all and (max-width: 1220px) {
  .woocommerce-shipping-methods .multiple-pickup-container .selectWrap select, .subscription-shipping .multiple-pickup-container .selectWrap select {
    font-size: 1rem;
  }
}
@media all and (max-width: 640px) {
  .woocommerce-shipping-methods .multiple-pickup-container .selectWrap select, .subscription-shipping .multiple-pickup-container .selectWrap select {
    font-size: 1rem;
  }
}
