﻿body:not(.logged-in).woocommerce-account > .container > .woocommerce {
  display: flex;
  max-width: none;
  margin: 0;
}

body.logged-in.woocommerce-account > .container > .woocommerce {
  display: flex;
  max-width: none;
}

body.woocommerce-account .woocommerce-MyAccount-navigation ul li::before {
  display: none;
}

body.woocommerce-account .container.content-with-sidebar {
  padding-left: 0;
  padding-right: 0;
  flex: 1;
}

body.woocommerce-account .content-block.new-block-links .content-block-links {
  padding-top: 1rem;
}

.woocommerce-MyAccount-navigation
  ul
  li.woocommerce-MyAccount-navigation-link--my-courses
  a:before {
  background-image: url("data:image/svg+xml,%3Csvg aria-hidden='true' data-prefix='far' data-icon='graduation-cap' role='img' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 640 512' class='svg-inline--fa fa-graduation-cap fa-w-20 fa-7x'%3E%3Cpath fill='currentColor' d='M606.72 147.91l-258-79.57c-18.81-5.78-38.62-5.78-57.44 0l-258 79.57C13.38 154.05 0 171.77 0 192.02s13.38 37.97 33.28 44.11l22.64 6.98c-2.46 5.19-4.4 10.62-5.7 16.31C39.53 264.6 32 275.33 32 288.01c0 10.78 5.68 19.85 13.86 25.65L20.33 428.53C18.11 438.52 25.71 448 35.95 448h56.11c10.24 0 17.84-9.48 15.62-19.47L82.14 313.66c8.17-5.8 13.86-14.87 13.86-25.65 0-10.6-5.49-19.54-13.43-25.36 1.13-3.55 2.96-6.67 4.85-9.83l54.87 16.92L128 384c0 35.34 85.96 64 192 64s192-28.65 192-64l-14.28-114.26 109-33.62c19.91-6.14 33.28-23.86 33.28-44.11s-13.38-37.96-33.28-44.1zM462.44 374.47c-59.7 34.2-225.9 33.78-284.87 0l11.3-90.36 102.42 31.59c11.15 3.43 32.24 7.77 57.44 0l102.42-31.59 11.29 90.36zM334.59 269.82c-9.44 2.91-19.75 2.91-29.19 0L154.62 223.3l168.31-31.56c8.69-1.62 14.41-9.98 12.78-18.67-1.62-8.72-10.09-14.36-18.66-12.76l-203.78 38.2c-6.64 1.24-12.8 3.54-18.71 6.27L53.19 192l252.22-77.79c9.44-2.91 19.75-2.91 29.19 0l252.22 77.82-252.23 77.79z' class=''%3E%3C/path%3E%3C/svg%3E");
}

body.woocommerce ul.products li.product .prod-desc p {
  color: #161616;
}

body .product-right-sticky .product_title {
  margin-bottom: 1rem;
}

body.woocommerce .button.single_add_to_cart_button {
  padding: 0.75em 1.875em;
  font-size: 0.875em;
}

body.woocommerce.single-product .variations_form.cart table.variations th {
  background-color: transparent;
  padding: 1em;
  text-align: left;
  color: #161616;
}

body .cart_item .amount,
body .cart_totals th {
  font-size: 1rem;
}

#place_order {
  padding: 0.75em 1.875em;
  font-size: 0.875em;
  display: flex;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
}

.button.submit_register_account {
  width: auto !important;
  display: flex;
  width: fit-content !important;
  margin-left: auto;
  margin-right: auto;
}

body .button.submit_register_account {
  width: auto !important;
  display: flex;
  width: fit-content !important;
  margin-left: auto;
  margin-right: auto;
}

.woocommerce form .form-row .required {
  text-decoration: none;
}

/* Shop Item */
body.single-product .variations_form.cart table.variations .value select {
  background: rgba(246, 178, 74, 0.1);
  border: 1px solid #161616;
  width: calc(75% - 0.5rem);
  padding: 0.75rem 1rem;
  cursor: pointer;
  font-weight: 700;
  display: flex;
  align-items: center;
  font-size: 20px;
  border-radius: 4px;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.single-product .variation-radios {
  display: none;
}

/* Checkout */
.woocommerce-checkout-review-order-table td {
  background: none;
}

.woocommerce-orders-table__row--status-pending {
  display: table-row !important;
}

#customer_details label {
  font-size: 0.875rem;
  font-weight: normal;
}

.tp_payment-data {
  font-size: 0.875rem;
}
