.woo-pages-wrapper {
  padding-top: 40px;
  padding-bottom: 60px;
}
.wc-block-components-totals-coupon__button {
  padding: 0.6em 1em !important;
  background: black !important;
  color: white !important;
  border-radius: 0 !important;
  border: 1px solid #000 !important;
  font-size: 14px !important;
}
.woo-pages-wrapper .woocommerce {
  display: flex;
  /* max-width: 1000px; */
  /* margin-left: auto; */
  /* margin-right: auto; */
  gap: 30px;
}
.woo-pages-wrapper .woocommerce > nav {
  width: calc(20% - 15px);
}
.woo-pages-wrapper .woocommerce > div {
  width: calc(80% - 15px);
}
.woocommerce-MyAccount-navigation li > a {
  padding: 12px 0;
  font-size: 16px;
  display: block;
  border-top: 1px solid #ddd;
}
.woocommerce-MyAccount-navigation li:last-of-type > a {
  border-bottom: 1px solid #ddd;
}
.woo-pages-wrapper .woocommerce-info {
  background: transparent;
  color: #000;
}

.woocommerce-notice--success {
  background: #cecece;
  color: #fff;
  padding: 10px;
  margin-bottom: 10px;
}
.woocommerce-thankyou-order-details {
  display: flex;
  margin-bottom: 30px;
}
.woocommerce-thankyou-order-details > li {
  display: flex;
  flex-direction: column;
  padding: 10px 24px;
  font-size: 15px;
  font-weight: 500;
  /* margin-right: 24px; */
  border-right: 1px solid #d2d3d3;
}
.woocommerce-thankyou-order-details > li:first-of-type {
  border-left: 1px solid #d2d3d3;
}
.woocommerce-thankyou-order-details > li strong {
  font-weight: 700;
}
.woocommerce-order-details__title {
  margin-top: 20px;
  margin-bottom: 10px;
}
.woocommerce-MyAccount-content table {
  border-spacing: 0px;
}
.woocommerce-MyAccount-content tbody th,
.woocommerce-MyAccount-content tbody td {
  border-bottom: 1px solid #d2d3d3;
}
.woocommerce-MyAccount-content tbody td:last-of-type {
  border-right: 1px solid #d2d3d3;
}
.woocommerce-MyAccount-content tbody th {
  border-left: 1px solid #d2d3d3;
}
.woocommerce-MyAccount-content table a {
  color: #000;
  text-decoration: underline;
  font-weight: 500;
}
.woocommerce-MyAccount-navigation-link--downloads {
  display: none;
}
.woocommerce-MyAccount-navigation ul {
  /* border-right: 1px solid #d2d3d3; */
}
.woocommerce-table--order-details {
  text-align: left;
}
.woocommerce-table--order-details tr > th {
  width: 50%;
  padding: 10px;
}
.woocommerce-MyAccount-content table {
  font-size: 15px;
}
wrce-MyAccount-content td {
  padding: 10px;
}
.woocommerce-table--order-details td {
  padding: 10px;
}
.woocommerce-table--order-details > thead,
.woocommerce-MyAccount-content thead {
  background: #cecece;
  color: #fff;
}
.woocommerce-table--order-details {
  border-spacing: 0px;
}
.woocommerce-table__line-item td {
  border-bottom: 1px solid #d2d3d3;
}
.woocommerce-table__line-item td:first-of-type {
  border-left: 1px solid #d2d3d3;
}
.woocommerce-table__line-item td:last-of-type {
  border-right: 1px solid #d2d3d3;
}
.woocommerce-table--order-details .wc-item-meta li {
  display: flex;
  gap: 5px;
  align-items: center;
}
.woocommerce-table--order-details tfoot {
  background: #f2f3f3;
}
.woocommerce-table--order-details tfoot th,
.woocommerce-table--order-details tfoot td {
  border-bottom: 1px solid hsl(0deg 0% 13% / 12%);
}
.woocommerce-table--order-details tfoot th {
  border-left: 1px solid hsl(0deg 0% 13% / 12%);
}
.woocommerce-table--order-details tfoot td {
  border-right: 1px solid hsl(0deg 0% 13% / 12%);
}
.woocommerce-table--order-details li {
  font-size: 15px;
}
.woocommerce-columns--2 {
  display: flex;
  gap: 20px;
  margin-bottom: 20px;
}
.col2-set {
  display: flex;
  gap: 20px;
}
.woocommerce-Addresses {
  margin-top: 20px;
}
/* .woocommerce-MyAccount-content > p {
  background:#cecece;
  padding: 10px;
  color: #fff;
  margin-bottom: 20px;
} */
.woocommerce-order-received .col-1,
.woocommerce-order-received .col-2,
.woocommerce-column--billing-address,
.woocommerce-column--shipping-address,
.woocommerce-Address {
  width: max-content;
  margin: 0;
  padding: 20px;
  border: 1px solid #d2d3d3;
}
.woocommerce-order-received address {
  font-size: 15px;
  font-weight: 500;
  font-style: normal;
}
.woocommerce-order-received .woocommerce-columns--addresses {
  display: flex;
  gap: 20px;
  margin: 0;
}
.woocommerce-order-received
  .woocommerce-columns--addresses
  .woocommerce-column__title {
  font-weight: 500;
  margin-bottom: 10px;
}
.woocommerce-order-received .woocommerce-customer-details {
  margin-bottom: 50px;
}
.woocoomerce__my-account {
  display: flex;
}

.woocommerce-MyAccount-navigation {
  margin-bottom: 50px;
}
.woocommerce-MyAccount-content p a {
  text-decoration: underline;
  color: #000;
}
address {
  font-style: normal;
  margin-bottom: 0;
  font-size: 15px;
}
mark {
  background: #f2f3f3;
}
.woocommerce-Address a {
  text-decoration: underline;
  margin-bottom: 10px;
  display: block;
  margin-top: 10px;
}
.woocommerce-address-fields__field-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.form-row-last,
.form-row-first {
  width: calc(50% - 10px);
}
.form-row {
  /* width: calc(50% - 10px); */
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.form-row.form-row-wide {
  width: 100%;
}
.form-row span,
.form-row input,
.form-row select,
.form-row textarea,
.select2-container .select2-selection--single {
  width: 100%;
  font-size: 15px;
  display: block;
}
.woocommerce-table--order-details > thead,
.woocommerce-MyAccount-content thead {
  background: #cecece;
  color: #fff;
}
.woocommerce-table--order-details tr > th {
  width: 50%;
  padding: 10px;
}
.woocommerce-table__line-item td:first-of-type {
  border-left: 1px solid #d2d3d3;
}
.woocommerce-MyAccount-content tbody th,
.woocommerce-MyAccount-content tbody td {
  border-bottom: 1px solid #d2d3d3;
}
.woocommerce-MyAccount-content table a {
  color: #000;
  text-decoration: underline;
  font-weight: 500;
}
.woocommerce-MyAccount-content td {
  padding: 10px;
}
.woocommerce-MyAccount-content tr th {
  padding: 10px;
}
.woocommerce-order-received .col-1,
.woocommerce-order-received .col-2,
.woocommerce-column--billing-address,
.woocommerce-column--shipping-address,
.woocommerce-Address {
  max-width: unset;
  min-width: 250px;
}
form .required,
form .optional {
  display: inline !important;
}
form input,
form select {
  padding: 10px 20px !important;
  border-radius: 0 !important;
  border: solid 1px #dbd4d4 !important;
  color: #666666 !important;
  background: #f4f4f4 !important;
}
input,
textarea,
select {
  outline: unset !important;
}
.select2-container--default
  .select2-selection--single
  .select2-selection__rendered {
  padding: 10px 20px !important;
}
.select2-selection.select2-selection--single {
  /* padding: 10px 20px !important; */
  line-height: unset !important;
  height: unset !important;
}
.woo-pages-wrapper .woocommerce button {
  padding: 15px 30px 15px 30px;
  text-transform: uppercase;
  color: white;
  font-size: 13px;
  background: black;
  font-weight: 500;
  border-radius: 0 !important;
  width: 100% !important;
  border: 1px solid #000 !important;
  margin-top: 20px;
  display: inline-block;
  position: relative;
  line-height: 1;
}
.select2-selection.select2-selection--single {
  border-radius: 0 !important;
}
.woocommerce-EditAccountForm.edit-account {
  display: flex;
  flex-wrap: wrap;
  column-gap: 20px !important;
  row-gap: 10px !important;
}
.woocommerce-EditAccountForm > fieldset {
  width: 100% !important;
}
#page .show-password-input {
  display: none !important;
}
@media only screen and (max-width: 767px) {
  .woo-pages-wrapper .woocommerce {
    flex-direction: column;
  }
  #page .woo-pages-wrapper .woocommerce > * {
    width: 100%;
  }
  .woocommerce-table__product-name {
    position: unset !important;
  }
  .col2-set {
    flex-direction: column;
  }
  .woo-pages-wrapper {
    padding-top: 20px;
    padding-bottom: 40px;
  }
}
.woocommerce-order-received .woocommerce-order {
  width: 100% !important;
}
.woocommerce-customer-details h2 {
  margin-bottom: 30px;
}
.woocommerce-customer-details address {
  border: 1px solid #cecece;
  padding: 10px;
  width: max-content;
  margin-right: 20px;
}
@media only screen and (max-width: 991px) {
  .woocommerce-thankyou-order-details {
    flex-direction: column;
  }
  .woocommerce-thankyou-order-details > li {
    /* border-right: unset; */
    border-left: 1px solid #d2d3d3;
    border-bottom: 1px solid #d2d3d3;
  }
  .woocommerce-order-received .woocommerce-thankyou-order-details > li {
    margin-bottom: 0 !important;
  }
  .woocommerce-table--order-details tr > th:last-of-type,
  .woocommerce-table--order-details td:last-of-type {
    width: 30% !important;
  }
  .woocommerce-table--order-details .wc-item-meta li {
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 30px;
  }
}
.wc-block-cart__submit-button {
  background: black !important;
  color: white !important;
}
.woo-pages-wrapper .collection-list {
  background: white;
  padding-top: 10px;
}
.woo-pages-wrapper .collection-list h2 {
  text-align: left;
}
.wp-block-heading.has-large-font-size {
  /* color: #000; */
  font-size: clamp(28px, 2.08333333333vw, 40px);
  font-style: normal;
  font-weight: 400;
  line-height: 1.1;
}
.wc-block-components-product-name {
  color: #161619;
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  font-family: "Nunito Sans", sans-serif;
  line-height: 16.8px;
  margin-bottom: 15px;
  display: block;
  text-transform: uppercase;
}
.add_to_cart_button {
  border-radius: 0 !important;
  background: black !important;
  font-family: "Nunito Sans", sans-serif;
  font-size: 14px !important;
}
#checkbox-control-0 {
  padding: 0 !important;
}

.woocommerce-checkout
  .wc-block-components-radio-control--highlight-checked
  .wc-block-components-radio-control-accordion-option--checked-option-highlighted,
.woocommerce-checkout
  .wc-block-components-radio-control--highlight-checked
  label.wc-block-components-radio-control__option--checked-option-highlighted {
  box-shadow: unset !important;
  border-radius: 0 !important;
  border: 1px solid hsla(0, 0%, 7%, 0.11) !important;
}
.wc-block-components-address-card,
.wp-block-woocommerce-checkout-order-summary-block {
  border-radius: 0 !important;
}
.wc-block-components-radio-control .wc-block-components-radio-control__input,
#order-notes input {
  border: 1px solid rgba(25, 23, 17, 0.48) !important ;
  background: #fff !important;
  margin-right: 15px !important;
  padding: 10px !important;
}
.wc-block-components-shipping-rates-control
  .wc-block-components-radio-control__option-layout {
  padding-left: 10px !important;
}
.wp-block-woocommerce-checkout-actions-block
  .wc-block-checkout__actions_row
  .wc-block-components-checkout-place-order-button {
  background: black !important;
  color: white !important;
  border-radius: 0 !important;
  border: 1px solid #000 !important;
}
.wc-block-checkout__add-note .wc-block-components-textarea {
  border: 1px solid hsla(0, 0%, 7%, 0.11) !important;
  border-radius: 0 !important;
}
.wc-block-components-form
  .wc-block-components-text-input
  input:-webkit-autofill
  + label,
.wc-block-components-form .wc-block-components-text-input.is-active label,
.wc-block-components-text-input input:-webkit-autofill + label,
.wc-block-components-text-input.is-active label,
.wc-blocks-components-select .wc-blocks-components-select__label {
  opacity: 0 !important;
}
.wc-block-components-form .wc-block-components-text-input input[type="text"],
.wc-block-components-form .wc-block-components-text-input input[type="tel"],
.wc-block-components-form .wc-block-components-text-input input[type="email"],
.wc-blocks-components-select .wc-blocks-components-select__select {
  background: transparent !important;
  color: #000 !important;
  padding-left: 10px !important;
}
.wc-block-checkout__sidebar .wc-block-components-product-name {
  text-align: left !important;
}
.wc-block-components-product-name {
  text-align: left !important;
}
.user-logged-out.woocommerce-account .woocommerce {
  flex-direction: column;
}
.user-logged-out.woocommerce-account .u-columns.col2-set {
  width: 100% !important;
  gap: 20px;
  display: flex;
}
.user-logged-out.woocommerce-account .u-columns.col2-set > div {
  max-width: calc(50% - 10px) !important;
  flex: unset;
  padding: 0 !important;
  width: 100% !important;
}
.woocommerce-form-login__rememberme {
  display: flex;
  width: max-content;
  align-items: center;
  gap: 5px !important;
}
.woocommerce-form-login__rememberme input {
  width: max-content;
}
.woocommerce-privacy-policy-text {
  font-size: 14px;
  margin-top: 20px;
}
.user-logged-out.woocommerce-account .u-columns.col2-set h2 {
  margin-bottom: 30px;
}
.user-logged-out.woocommerce-account .form-row {
  margin-bottom: 20px;
}
p#last_name {
  margin-right: 0 !important;
  width: 50% !important;
}
.woocommerce-error {
  background: transparent;
  padding: 10px;
  border: 1px solid #e2401c;
  background: transparent !important;
}
.user-logged-out.woocommerce-account .woocommerce-notices-wrapper {
  width: 100% !important;
}
@media only screen and (max-width: 991px) {
  .user-logged-out.woocommerce-account .u-columns.col2-set {
    flex-direction: column;
  }
  .user-logged-out.woocommerce-account .u-columns.col2-set > div {
    max-width: 100% !important;
  }
}
.afreg_extra_fields span {
  font-size: 14px;
  margin-top: 10px;
  display: inline-block;
}
.afreg_extra_fields label {
  font-size: 15px;
  font-weight: 500 !important;
  margin-bottom: 5px;
}
