/* Fonts */
/* Colors */
/* Widths */
/* Breakpoints */
/* Media Queries */
.woocommerce-MyAccount-navigation {
  margin-bottom: 60px;
}
.woocommerce-MyAccount-navigation ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  border-bottom: 1px solid #ededed;
}
.woocommerce-MyAccount-navigation ul li {
  margin-right: 50px;
}
.woocommerce-MyAccount-navigation ul li a {
  display: block;
  padding-left: 5px;
  padding-right: 5px;
  padding-bottom: 15px;
  font-size: 20px;
  color: #000000 !important;
  background-color: transparent !important;
  border: none !important;
}
.woocommerce-MyAccount-navigation ul li a:after {
  display: block;
  content: "";
  position: absolute;
  z-index: 1;
  left: 50%;
  bottom: -1px;
  height: 1px;
  width: 0;
  background-color: black;
  border-radius: 2px;
  transition: all 0.3s ease;
}
.woocommerce-MyAccount-navigation ul li a:hover, .woocommerce-MyAccount-navigation ul li a:focus {
  color: #000000 !important;
  background-color: transparent !important;
  border: none !important;
}
.woocommerce-MyAccount-navigation ul li a:hover:after, .woocommerce-MyAccount-navigation ul li a:focus:after {
  left: 0;
  width: 100%;
}
.woocommerce-MyAccount-navigation ul li.is-active a {
  color: #000000 !important;
  background-color: transparent !important;
  border: none !important;
}
.woocommerce-MyAccount-navigation ul li.is-active a:after {
  left: 0;
  width: 100%;
}
.woocommerce-MyAccount-navigation ul li:last-child {
  margin-left: auto;
  margin-right: 0;
}

@media only screen and (max-width: 1023px) {
  .woocommerce-MyAccount-navigation ul li {
    margin-right: 30px;
  }
  .woocommerce-MyAccount-navigation ul li a {
    font-size: 18px;
  }
}
@media only screen and (max-width: 767px) {
  .woocommerce-MyAccount-navigation {
    margin-bottom: 30px;
  }
  .woocommerce-MyAccount-navigation ul li {
    margin-right: 5px;
  }
  .woocommerce-MyAccount-navigation ul li a {
    font-size: 11px;
  }
}
.woocommerce-account .lost-password-confirmaton {
  max-width: 600px;
}
.woocommerce-account form {
  max-width: 600px;
}
.woocommerce-account form div {
  margin-bottom: 15px;
}
.woocommerce-account form div label {
  display: block;
  margin-bottom: 2px;
  font-size: 14px;
  font-weight: bold;
}
.woocommerce-account form div .required {
  color: #D6593B;
}
.woocommerce-account form div input {
  border-radius: 4px;
}
.woocommerce-account form .form-actions {
  margin-top: 15px;
}
.woocommerce-account form .form-actions a {
  margin-right: 30px;
}
.woocommerce-account form small {
  display: block;
  font-size: 14px;
  color: #aaa;
}
.woocommerce-account form .woocommerce-password-strength {
  margin-top: 5px;
  padding: 5px 10px;
  border-radius: 4px;
  font-size: 14px;
}
.woocommerce-account form .woocommerce-password-strength.strong {
  background-color: green;
  color: white;
}
.woocommerce-account form .woocommerce-password-strength.good {
  background-color: orange;
  color: white;
}
.woocommerce-account form .woocommerce-password-strength.bad {
  background-color: red;
  color: white;
}
.woocommerce-account form .woocommerce-password-strength.short {
  background-color: red;
  color: white;
}
.woocommerce-account form.register .vendor-customer-registration {
  display: none;
}
.woocommerce-account form.register .woocommerce-privacy-policy-text {
  font-size: 14px;
  color: #aaa;
}
.woocommerce-account form.edit-account .user-information,
.woocommerce-account form.edit-account fieldset {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.woocommerce-account form.edit-account .user-information div,
.woocommerce-account form.edit-account fieldset div {
  flex-basis: 47.5%;
}
.woocommerce-account form.edit-account .user-information h3,
.woocommerce-account form.edit-account .user-information .display-name,
.woocommerce-account form.edit-account .user-information .email,
.woocommerce-account form.edit-account .user-information .old-password,
.woocommerce-account form.edit-account fieldset h3,
.woocommerce-account form.edit-account fieldset .display-name,
.woocommerce-account form.edit-account fieldset .email,
.woocommerce-account form.edit-account fieldset .old-password {
  flex-basis: 100%;
}
.woocommerce-account form.edit-account fieldset {
  margin-top: 30px;
  padding-bottom: 5px;
}
.woocommerce-account form.edit-account fieldset h3 {
  font-weight: bold;
}

@media only screen and (max-width: 1023px) {
  .woocommerce-account .lost-password-confirmaton {
    max-width: none;
  }
  .woocommerce-account form {
    max-width: none;
  }
}
@media only screen and (max-width: 767px) {
  .woocommerce-account form small {
    font-size: 12px;
  }
  .woocommerce-account form .woocommerce-password-strength {
    font-size: 12px;
  }
  .woocommerce-account form.register .woocommerce-privacy-policy-text {
    font-size: 12px;
  }
  .woocommerce-account form.edit-account .user-information,
  .woocommerce-account form.edit-account fieldset {
    display: block;
  }
}
.account-dashboard {
  max-width: 600px;
}
.account-dashboard p {
  font-size: 22px;
}
.account-dashboard + p {
  display: none;
}

.dokan-account-migration-lists {
  display: none;
}

@media only screen and (max-width: 767px) {
  .account-dashboard p {
    font-size: 16px;
  }
}
.order-again {
  display: none !important;
}

.woocommerce-orders.woocommerce-view-order .woocommerce-MyAccount-content,
.woocommerce-view-order.woocommerce-view-order .woocommerce-MyAccount-content,
.woocommerce-account.woocommerce-view-order .woocommerce-MyAccount-content {
  max-width: 1000px;
}
.woocommerce-orders.woocommerce-view-order .woocommerce-MyAccount-content mark,
.woocommerce-view-order.woocommerce-view-order .woocommerce-MyAccount-content mark,
.woocommerce-account.woocommerce-view-order .woocommerce-MyAccount-content mark {
  padding: 2px 8px;
  border-radius: 11px;
  background-color: #F8EA9C;
  font-weight: bold;
}
.woocommerce-orders .woocommerce-message .button,
.woocommerce-view-order .woocommerce-message .button,
.woocommerce-account .woocommerce-message .button {
  margin-top: 30px;
}
.woocommerce-orders .woocommerce-MyAccount-orders,
.woocommerce-orders .my_account_bookings,
.woocommerce-view-order .woocommerce-MyAccount-orders,
.woocommerce-view-order .my_account_bookings,
.woocommerce-account .woocommerce-MyAccount-orders,
.woocommerce-account .my_account_bookings {
  width: 100%;
  border: 1px solid #d8d8d8;
}
.woocommerce-orders .woocommerce-MyAccount-orders tr,
.woocommerce-orders .my_account_bookings tr,
.woocommerce-view-order .woocommerce-MyAccount-orders tr,
.woocommerce-view-order .my_account_bookings tr,
.woocommerce-account .woocommerce-MyAccount-orders tr,
.woocommerce-account .my_account_bookings tr {
  border-bottom: 1px solid #d8d8d8;
}
.woocommerce-orders .woocommerce-MyAccount-orders tr th, .woocommerce-orders .woocommerce-MyAccount-orders tr td,
.woocommerce-orders .my_account_bookings tr th,
.woocommerce-orders .my_account_bookings tr td,
.woocommerce-view-order .woocommerce-MyAccount-orders tr th,
.woocommerce-view-order .woocommerce-MyAccount-orders tr td,
.woocommerce-view-order .my_account_bookings tr th,
.woocommerce-view-order .my_account_bookings tr td,
.woocommerce-account .woocommerce-MyAccount-orders tr th,
.woocommerce-account .woocommerce-MyAccount-orders tr td,
.woocommerce-account .my_account_bookings tr th,
.woocommerce-account .my_account_bookings tr td {
  padding: 10px 20px;
  text-align: left;
  vertical-align: middle;
  border-right: 1px solid #d8d8d8;
}
.woocommerce-orders .woocommerce-MyAccount-orders tr th:last-child, .woocommerce-orders .woocommerce-MyAccount-orders tr td:last-child,
.woocommerce-orders .my_account_bookings tr th:last-child,
.woocommerce-orders .my_account_bookings tr td:last-child,
.woocommerce-view-order .woocommerce-MyAccount-orders tr th:last-child,
.woocommerce-view-order .woocommerce-MyAccount-orders tr td:last-child,
.woocommerce-view-order .my_account_bookings tr th:last-child,
.woocommerce-view-order .my_account_bookings tr td:last-child,
.woocommerce-account .woocommerce-MyAccount-orders tr th:last-child,
.woocommerce-account .woocommerce-MyAccount-orders tr td:last-child,
.woocommerce-account .my_account_bookings tr th:last-child,
.woocommerce-account .my_account_bookings tr td:last-child {
  text-align: right;
  border-right: none;
}
.woocommerce-orders .woocommerce-MyAccount-orders tr th:nth-child(4), .woocommerce-orders .woocommerce-MyAccount-orders tr td:nth-child(4),
.woocommerce-orders .my_account_bookings tr th:nth-child(4),
.woocommerce-orders .my_account_bookings tr td:nth-child(4),
.woocommerce-view-order .woocommerce-MyAccount-orders tr th:nth-child(4),
.woocommerce-view-order .woocommerce-MyAccount-orders tr td:nth-child(4),
.woocommerce-view-order .my_account_bookings tr th:nth-child(4),
.woocommerce-view-order .my_account_bookings tr td:nth-child(4),
.woocommerce-account .woocommerce-MyAccount-orders tr th:nth-child(4),
.woocommerce-account .woocommerce-MyAccount-orders tr td:nth-child(4),
.woocommerce-account .my_account_bookings tr th:nth-child(4),
.woocommerce-account .my_account_bookings tr td:nth-child(4) {
  border-right: none;
}
.woocommerce-orders .woocommerce-MyAccount-orders tr th a, .woocommerce-orders .woocommerce-MyAccount-orders tr td a,
.woocommerce-orders .my_account_bookings tr th a,
.woocommerce-orders .my_account_bookings tr td a,
.woocommerce-view-order .woocommerce-MyAccount-orders tr th a,
.woocommerce-view-order .woocommerce-MyAccount-orders tr td a,
.woocommerce-view-order .my_account_bookings tr th a,
.woocommerce-view-order .my_account_bookings tr td a,
.woocommerce-account .woocommerce-MyAccount-orders tr th a,
.woocommerce-account .woocommerce-MyAccount-orders tr td a,
.woocommerce-account .my_account_bookings tr th a,
.woocommerce-account .my_account_bookings tr td a {
  margin: 0;
}
.woocommerce-orders .woocommerce-MyAccount-orders tr th .button, .woocommerce-orders .woocommerce-MyAccount-orders tr td .button,
.woocommerce-orders .my_account_bookings tr th .button,
.woocommerce-orders .my_account_bookings tr td .button,
.woocommerce-view-order .woocommerce-MyAccount-orders tr th .button,
.woocommerce-view-order .woocommerce-MyAccount-orders tr td .button,
.woocommerce-view-order .my_account_bookings tr th .button,
.woocommerce-view-order .my_account_bookings tr td .button,
.woocommerce-account .woocommerce-MyAccount-orders tr th .button,
.woocommerce-account .woocommerce-MyAccount-orders tr td .button,
.woocommerce-account .my_account_bookings tr th .button,
.woocommerce-account .my_account_bookings tr td .button {
  padding: 12px 20px 10px !important;
}
.woocommerce-orders .woocommerce-MyAccount-orders thead,
.woocommerce-orders .my_account_bookings thead,
.woocommerce-view-order .woocommerce-MyAccount-orders thead,
.woocommerce-view-order .my_account_bookings thead,
.woocommerce-account .woocommerce-MyAccount-orders thead,
.woocommerce-account .my_account_bookings thead {
  background-color: #ededed;
  font-weight: bold;
}
.woocommerce-orders .woocommerce-MyAccount-orders tbody tr:last-child,
.woocommerce-orders .my_account_bookings tbody tr:last-child,
.woocommerce-view-order .woocommerce-MyAccount-orders tbody tr:last-child,
.woocommerce-view-order .my_account_bookings tbody tr:last-child,
.woocommerce-account .woocommerce-MyAccount-orders tbody tr:last-child,
.woocommerce-account .my_account_bookings tbody tr:last-child {
  border-bottom: none;
}
.woocommerce-orders .woocommerce-MyAccount-orders tbody tr:nth-child(even),
.woocommerce-orders .my_account_bookings tbody tr:nth-child(even),
.woocommerce-view-order .woocommerce-MyAccount-orders tbody tr:nth-child(even),
.woocommerce-view-order .my_account_bookings tbody tr:nth-child(even),
.woocommerce-account .woocommerce-MyAccount-orders tbody tr:nth-child(even),
.woocommerce-account .my_account_bookings tbody tr:nth-child(even) {
  background-color: #f7f7f7;
}
.woocommerce-orders .woocommerce-order-details,
.woocommerce-view-order .woocommerce-order-details,
.woocommerce-account .woocommerce-order-details {
  margin-top: 30px;
  margin-bottom: 30px;
}
.woocommerce-orders .woocommerce-order-details table,
.woocommerce-view-order .woocommerce-order-details table,
.woocommerce-account .woocommerce-order-details table {
  display: block;
  width: 100%;
  border: 1px solid #d8d8d8;
  overflow: hidden;
}
.woocommerce-orders .woocommerce-order-details table thead, .woocommerce-orders .woocommerce-order-details table tbody, .woocommerce-orders .woocommerce-order-details table tfoot,
.woocommerce-view-order .woocommerce-order-details table thead,
.woocommerce-view-order .woocommerce-order-details table tbody,
.woocommerce-view-order .woocommerce-order-details table tfoot,
.woocommerce-account .woocommerce-order-details table thead,
.woocommerce-account .woocommerce-order-details table tbody,
.woocommerce-account .woocommerce-order-details table tfoot {
  display: block;
  width: 100%;
}
.woocommerce-orders .woocommerce-order-details table tr,
.woocommerce-view-order .woocommerce-order-details table tr,
.woocommerce-account .woocommerce-order-details table tr {
  display: flex;
  flex-wrap: wrap;
  border-bottom: 1px solid #d8d8d8;
}
.woocommerce-orders .woocommerce-order-details table tr th, .woocommerce-orders .woocommerce-order-details table tr td,
.woocommerce-view-order .woocommerce-order-details table tr th,
.woocommerce-view-order .woocommerce-order-details table tr td,
.woocommerce-account .woocommerce-order-details table tr th,
.woocommerce-account .woocommerce-order-details table tr td {
  flex-basis: 50%;
  padding: 10px 20px;
}
.woocommerce-orders .woocommerce-order-details table tr th:last-child,
.woocommerce-view-order .woocommerce-order-details table tr th:last-child,
.woocommerce-account .woocommerce-order-details table tr th:last-child {
  text-align: right;
}
.woocommerce-orders .woocommerce-order-details table tr td,
.woocommerce-view-order .woocommerce-order-details table tr td,
.woocommerce-account .woocommerce-order-details table tr td {
  text-align: right;
}
.woocommerce-orders .woocommerce-order-details table tr td.woocommerce-table__product-name,
.woocommerce-view-order .woocommerce-order-details table tr td.woocommerce-table__product-name,
.woocommerce-account .woocommerce-order-details table tr td.woocommerce-table__product-name {
  text-align: left;
}
.woocommerce-orders .woocommerce-order-details table thead,
.woocommerce-view-order .woocommerce-order-details table thead,
.woocommerce-account .woocommerce-order-details table thead {
  display: none;
}
.woocommerce-orders .woocommerce-order-details table tbody tr td.product-name,
.woocommerce-view-order .woocommerce-order-details table tbody tr td.product-name,
.woocommerce-account .woocommerce-order-details table tbody tr td.product-name {
  font-size: 14px;
}
.woocommerce-orders .woocommerce-order-details table tbody tr td.product-name strong,
.woocommerce-view-order .woocommerce-order-details table tbody tr td.product-name strong,
.woocommerce-account .woocommerce-order-details table tbody tr td.product-name strong {
  font-size: 16px;
  font-weight: bold;
}
.woocommerce-orders .woocommerce-order-details table tbody tr td.product-name a:first-child,
.woocommerce-view-order .woocommerce-order-details table tbody tr td.product-name a:first-child,
.woocommerce-account .woocommerce-order-details table tbody tr td.product-name a:first-child {
  font-size: 16px;
  font-weight: bold;
}
.woocommerce-orders .woocommerce-order-details table tbody tr td.product-total,
.woocommerce-view-order .woocommerce-order-details table tbody tr td.product-total,
.woocommerce-account .woocommerce-order-details table tbody tr td.product-total {
  font-weight: bold;
}
.woocommerce-orders .woocommerce-order-details table tbody tr.wc-local-pickup-plus td,
.woocommerce-view-order .woocommerce-order-details table tbody tr.wc-local-pickup-plus td,
.woocommerce-account .woocommerce-order-details table tbody tr.wc-local-pickup-plus td {
  font-size: 14px;
}
.woocommerce-orders .woocommerce-order-details table tbody tr.wc-local-pickup-plus td br,
.woocommerce-view-order .woocommerce-order-details table tbody tr.wc-local-pickup-plus td br,
.woocommerce-account .woocommerce-order-details table tbody tr.wc-local-pickup-plus td br {
  display: none;
}
.woocommerce-orders .woocommerce-order-details table tbody tr.wc-local-pickup-plus td small,
.woocommerce-view-order .woocommerce-order-details table tbody tr.wc-local-pickup-plus td small,
.woocommerce-account .woocommerce-order-details table tbody tr.wc-local-pickup-plus td small {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-top: 1px dashed #ededed;
  padding: 5px 0;
}
.woocommerce-orders .woocommerce-order-details table tbody tr.wc-local-pickup-plus td small:first-child,
.woocommerce-view-order .woocommerce-order-details table tbody tr.wc-local-pickup-plus td small:first-child,
.woocommerce-account .woocommerce-order-details table tbody tr.wc-local-pickup-plus td small:first-child {
  padding-top: 0;
  font-size: 16px;
  border-top: none;
}
.woocommerce-orders .woocommerce-order-details table tbody tr.wc-local-pickup-plus td small:last-child,
.woocommerce-view-order .woocommerce-order-details table tbody tr.wc-local-pickup-plus td small:last-child,
.woocommerce-account .woocommerce-order-details table tbody tr.wc-local-pickup-plus td small:last-child {
  padding-bottom: 0;
}
.woocommerce-orders .woocommerce-order-details table tbody tr.wc-local-pickup-plus td small a,
.woocommerce-view-order .woocommerce-order-details table tbody tr.wc-local-pickup-plus td small a,
.woocommerce-account .woocommerce-order-details table tbody tr.wc-local-pickup-plus td small a {
  color: #134B8B;
}
.woocommerce-orders .woocommerce-order-details table tbody tr.wc-local-pickup-plus td small a:hover,
.woocommerce-view-order .woocommerce-order-details table tbody tr.wc-local-pickup-plus td small a:hover,
.woocommerce-account .woocommerce-order-details table tbody tr.wc-local-pickup-plus td small a:hover {
  color: #538ED1;
}
.woocommerce-orders .woocommerce-order-details table tfoot tr:first-child,
.woocommerce-view-order .woocommerce-order-details table tfoot tr:first-child,
.woocommerce-account .woocommerce-order-details table tfoot tr:first-child {
  font-weight: bold;
  background-color: #f7f7f7;
}
.woocommerce-orders .woocommerce-order-details table tfoot tr:last-child,
.woocommerce-view-order .woocommerce-order-details table tfoot tr:last-child,
.woocommerce-account .woocommerce-order-details table tfoot tr:last-child {
  font-weight: bold;
  border-bottom: none;
  background-color: #000000;
  color: white;
}
.woocommerce-orders .woocommerce-order-details table tfoot tr td,
.woocommerce-view-order .woocommerce-order-details table tfoot tr td,
.woocommerce-account .woocommerce-order-details table tfoot tr td {
  display: flex;
  flex-direction: row-reverse;
  align-items: flex-end;
  white-space: nowrap;
}
.woocommerce-orders .woocommerce-order-details table tfoot tr td small,
.woocommerce-view-order .woocommerce-order-details table tfoot tr td small,
.woocommerce-account .woocommerce-order-details table tfoot tr td small {
  margin-right: 10px;
  top: -2px;
  font-size: 12px;
}
.woocommerce-orders .woocommerce-order-details table tfoot tr td small.shipped_via,
.woocommerce-view-order .woocommerce-order-details table tfoot tr td small.shipped_via,
.woocommerce-account .woocommerce-order-details table tfoot tr td small.shipped_via {
  display: none;
  margin-right: 7px;
}
.woocommerce-orders .woocommerce-order-details header,
.woocommerce-view-order .woocommerce-order-details header,
.woocommerce-account .woocommerce-order-details header {
  display: none;
  margin-top: 30px;
}
.woocommerce-orders .woocommerce-order-details .dokan-info,
.woocommerce-view-order .woocommerce-order-details .dokan-info,
.woocommerce-account .woocommerce-order-details .dokan-info {
  display: none;
  margin-bottom: 15px;
}
.woocommerce-orders .woocommerce-order-details .table-striped,
.woocommerce-view-order .woocommerce-order-details .table-striped,
.woocommerce-account .woocommerce-order-details .table-striped {
  display: none;
}
.woocommerce-orders .woocommerce-order-details .table-striped thead,
.woocommerce-view-order .woocommerce-order-details .table-striped thead,
.woocommerce-account .woocommerce-order-details .table-striped thead {
  display: block;
}
.woocommerce-orders .woocommerce-order-details .table-striped thead tr,
.woocommerce-view-order .woocommerce-order-details .table-striped thead tr,
.woocommerce-account .woocommerce-order-details .table-striped thead tr {
  font-weight: bold;
  background-color: #f7f7f7;
}
.woocommerce-orders .woocommerce-order-details .table-striped tr:last-child,
.woocommerce-view-order .woocommerce-order-details .table-striped tr:last-child,
.woocommerce-account .woocommerce-order-details .table-striped tr:last-child {
  border-bottom: none;
}
.woocommerce-orders .woocommerce-order-details .table-striped tr th, .woocommerce-orders .woocommerce-order-details .table-striped tr td,
.woocommerce-view-order .woocommerce-order-details .table-striped tr th,
.woocommerce-view-order .woocommerce-order-details .table-striped tr td,
.woocommerce-account .woocommerce-order-details .table-striped tr th,
.woocommerce-account .woocommerce-order-details .table-striped tr td {
  flex-basis: 20%;
  text-align: left;
}
.woocommerce-orders .woocommerce-order-details .table-striped tr th:last-child, .woocommerce-orders .woocommerce-order-details .table-striped tr td:last-child,
.woocommerce-view-order .woocommerce-order-details .table-striped tr th:last-child,
.woocommerce-view-order .woocommerce-order-details .table-striped tr td:last-child,
.woocommerce-account .woocommerce-order-details .table-striped tr th:last-child,
.woocommerce-account .woocommerce-order-details .table-striped tr td:last-child {
  text-align: right;
}
.woocommerce-orders .woocommerce-order-details .table-striped tr th:last-child a, .woocommerce-orders .woocommerce-order-details .table-striped tr td:last-child a,
.woocommerce-view-order .woocommerce-order-details .table-striped tr th:last-child a,
.woocommerce-view-order .woocommerce-order-details .table-striped tr td:last-child a,
.woocommerce-account .woocommerce-order-details .table-striped tr th:last-child a,
.woocommerce-account .woocommerce-order-details .table-striped tr td:last-child a {
  padding: 0.5em 1em;
  background: #D6593B;
  border-radius: 2em;
  color: white;
  font-size: 12px;
}
.woocommerce-orders .woocommerce-customer-details address,
.woocommerce-view-order .woocommerce-customer-details address,
.woocommerce-account .woocommerce-customer-details address {
  background-color: #f7f7f7;
  border: 2px dashed #d8d8d8;
  box-shadow: 0 0 0 15px #f7f7f7;
  padding: 20px;
  margin: 30px 15px 0;
}
.woocommerce-orders .woocommerce-customer-details address p,
.woocommerce-view-order .woocommerce-customer-details address p,
.woocommerce-account .woocommerce-customer-details address p {
  margin: 0;
}
.woocommerce-orders .woocommerce-customer-details .woocommerce-column--2,
.woocommerce-view-order .woocommerce-customer-details .woocommerce-column--2,
.woocommerce-account .woocommerce-customer-details .woocommerce-column--2 {
  display: none;
  margin-top: 40px;
}

@media only screen and (max-width: 1279px) {
  .woocommerce-orders .woocommerce-MyAccount-orders,
  .woocommerce-view-order .woocommerce-MyAccount-orders {
    font-size: 14px;
  }
  .woocommerce-orders .woocommerce-MyAccount-orders tr th, .woocommerce-orders .woocommerce-MyAccount-orders tr td,
  .woocommerce-view-order .woocommerce-MyAccount-orders tr th,
  .woocommerce-view-order .woocommerce-MyAccount-orders tr td {
    padding: 10px 20px;
  }
}
@media only screen and (max-width: 1279px) {
  .woocommerce-orders .woocommerce-MyAccount-orders tr th, .woocommerce-orders .woocommerce-MyAccount-orders tr td,
  .woocommerce-orders .my_account_bookings tr th,
  .woocommerce-orders .my_account_bookings tr td,
  .woocommerce-view-order .woocommerce-MyAccount-orders tr th,
  .woocommerce-view-order .woocommerce-MyAccount-orders tr td,
  .woocommerce-view-order .my_account_bookings tr th,
  .woocommerce-view-order .my_account_bookings tr td,
  .woocommerce-account .woocommerce-MyAccount-orders tr th,
  .woocommerce-account .woocommerce-MyAccount-orders tr td,
  .woocommerce-account .my_account_bookings tr th,
  .woocommerce-account .my_account_bookings tr td {
    padding: 10px 12px;
  }
}
@media only screen and (max-width: 767px) {
  .woocommerce-orders .woocommerce-MyAccount-orders,
  .woocommerce-orders .my_account_bookings,
  .woocommerce-view-order .woocommerce-MyAccount-orders,
  .woocommerce-view-order .my_account_bookings,
  .woocommerce-account .woocommerce-MyAccount-orders,
  .woocommerce-account .my_account_bookings {
    display: block;
    border: none;
  }
  .woocommerce-orders .woocommerce-MyAccount-orders thead,
  .woocommerce-orders .my_account_bookings thead,
  .woocommerce-view-order .woocommerce-MyAccount-orders thead,
  .woocommerce-view-order .my_account_bookings thead,
  .woocommerce-account .woocommerce-MyAccount-orders thead,
  .woocommerce-account .my_account_bookings thead {
    display: none;
  }
  .woocommerce-orders .woocommerce-MyAccount-orders tbody,
  .woocommerce-orders .my_account_bookings tbody,
  .woocommerce-view-order .woocommerce-MyAccount-orders tbody,
  .woocommerce-view-order .my_account_bookings tbody,
  .woocommerce-account .woocommerce-MyAccount-orders tbody,
  .woocommerce-account .my_account_bookings tbody {
    display: block;
  }
  .woocommerce-orders .woocommerce-MyAccount-orders tr,
  .woocommerce-orders .my_account_bookings tr,
  .woocommerce-view-order .woocommerce-MyAccount-orders tr,
  .woocommerce-view-order .my_account_bookings tr,
  .woocommerce-account .woocommerce-MyAccount-orders tr,
  .woocommerce-account .my_account_bookings tr {
    display: block;
    margin-bottom: 15px;
    padding: 15px;
    border: 1px solid #d8d8d8 !important;
    border-radius: 4px;
  }
  .woocommerce-orders .woocommerce-MyAccount-orders tr td,
  .woocommerce-orders .my_account_bookings tr td,
  .woocommerce-view-order .woocommerce-MyAccount-orders tr td,
  .woocommerce-view-order .my_account_bookings tr td,
  .woocommerce-account .woocommerce-MyAccount-orders tr td,
  .woocommerce-account .my_account_bookings tr td {
    display: block;
    padding: 0;
    border-right: none;
  }
  .woocommerce-orders .woocommerce-MyAccount-orders tr td:first-child,
  .woocommerce-orders .my_account_bookings tr td:first-child,
  .woocommerce-view-order .woocommerce-MyAccount-orders tr td:first-child,
  .woocommerce-view-order .my_account_bookings tr td:first-child,
  .woocommerce-account .woocommerce-MyAccount-orders tr td:first-child,
  .woocommerce-account .my_account_bookings tr td:first-child {
    font-size: 20px;
    font-weight: bold;
  }
  .woocommerce-orders .woocommerce-order-details h2,
  .woocommerce-view-order .woocommerce-order-details h2,
  .woocommerce-account .woocommerce-order-details h2 {
    margin-bottom: 10px;
  }
  .woocommerce-orders .woocommerce-order-details table,
  .woocommerce-view-order .woocommerce-order-details table,
  .woocommerce-account .woocommerce-order-details table {
    font-size: 14px;
  }
  .woocommerce-orders .woocommerce-order-details table tr th, .woocommerce-orders .woocommerce-order-details table tr td,
  .woocommerce-view-order .woocommerce-order-details table tr th,
  .woocommerce-view-order .woocommerce-order-details table tr td,
  .woocommerce-account .woocommerce-order-details table tr th,
  .woocommerce-account .woocommerce-order-details table tr td {
    padding: 5px 10px;
  }
  .woocommerce-orders .woocommerce-order-details table tbody tr td.product-name,
  .woocommerce-view-order .woocommerce-order-details table tbody tr td.product-name,
  .woocommerce-account .woocommerce-order-details table tbody tr td.product-name {
    font-size: 12px;
  }
  .woocommerce-orders .woocommerce-order-details table tbody tr td.product-name strong,
  .woocommerce-view-order .woocommerce-order-details table tbody tr td.product-name strong,
  .woocommerce-account .woocommerce-order-details table tbody tr td.product-name strong {
    font-size: 14px;
  }
  .woocommerce-orders .woocommerce-order-details table tbody tr td.product-name a:first-child,
  .woocommerce-view-order .woocommerce-order-details table tbody tr td.product-name a:first-child,
  .woocommerce-account .woocommerce-order-details table tbody tr td.product-name a:first-child {
    font-size: 14px;
  }
  .woocommerce-orders .woocommerce-order-details table tbody tr.wc-local-pickup-plus,
  .woocommerce-view-order .woocommerce-order-details table tbody tr.wc-local-pickup-plus,
  .woocommerce-account .woocommerce-order-details table tbody tr.wc-local-pickup-plus {
    display: block;
  }
  .woocommerce-orders .woocommerce-order-details table tbody tr.wc-local-pickup-plus th,
  .woocommerce-view-order .woocommerce-order-details table tbody tr.wc-local-pickup-plus th,
  .woocommerce-account .woocommerce-order-details table tbody tr.wc-local-pickup-plus th {
    display: none;
  }
  .woocommerce-orders .woocommerce-order-details table tbody tr.wc-local-pickup-plus td,
  .woocommerce-view-order .woocommerce-order-details table tbody tr.wc-local-pickup-plus td,
  .woocommerce-account .woocommerce-order-details table tbody tr.wc-local-pickup-plus td {
    display: block;
    font-size: 12px;
  }
  .woocommerce-orders .woocommerce-order-details table tbody tr.wc-local-pickup-plus td small:first-child,
  .woocommerce-view-order .woocommerce-order-details table tbody tr.wc-local-pickup-plus td small:first-child,
  .woocommerce-account .woocommerce-order-details table tbody tr.wc-local-pickup-plus td small:first-child {
    padding-top: 5px;
    font-size: 14px;
  }
  .woocommerce-orders .woocommerce-order-details table tfoot tr,
  .woocommerce-view-order .woocommerce-order-details table tfoot tr,
  .woocommerce-account .woocommerce-order-details table tfoot tr {
    flex-wrap: nowrap;
    align-items: center;
  }
  .woocommerce-orders .woocommerce-order-details table tfoot tr td,
  .woocommerce-view-order .woocommerce-order-details table tfoot tr td,
  .woocommerce-account .woocommerce-order-details table tfoot tr td {
    font-size: 10px;
  }
  .woocommerce-orders .woocommerce-order-details table tfoot tr td .amount,
  .woocommerce-view-order .woocommerce-order-details table tfoot tr td .amount,
  .woocommerce-account .woocommerce-order-details table tfoot tr td .amount {
    font-size: 14px;
  }
  .woocommerce-orders .woocommerce-order-details table tfoot tr td small,
  .woocommerce-view-order .woocommerce-order-details table tfoot tr td small,
  .woocommerce-account .woocommerce-order-details table tfoot tr td small {
    margin-right: 5px;
    font-size: 10px;
  }
  .woocommerce-orders .woocommerce-order-details table tfoot tr td small.shipped_via,
  .woocommerce-view-order .woocommerce-order-details table tfoot tr td small.shipped_via,
  .woocommerce-account .woocommerce-order-details table tfoot tr td small.shipped_via {
    position: relative;
    top: -3px;
    margin-right: 2px;
  }
  .woocommerce-orders .woocommerce-order-details table tfoot tr td small .amount,
  .woocommerce-view-order .woocommerce-order-details table tfoot tr td small .amount,
  .woocommerce-account .woocommerce-order-details table tfoot tr td small .amount {
    font-size: 10px;
  }
  .woocommerce-orders .woocommerce-customer-details address,
  .woocommerce-view-order .woocommerce-customer-details address,
  .woocommerce-account .woocommerce-customer-details address {
    box-shadow: 0 0 0 10px #f7f7f7;
    border: 1px dashed #d8d8d8;
    padding: 15px;
    margin: 20px 10px 0;
    font-size: 12px;
  }
}
.account-favorites .woocommerce-info {
  margin-top: 30px;
  margin-left: 16px;
}
.account-favorites .products .grid-item {
  overflow: visible;
}
.account-favorites .wishlist-toggle {
  top: -7px;
  right: -7px;
  width: 24px;
  height: 24px;
  border-radius: 100%;
  background-color: black;
  font-size: 10px;
  color: white;
}
.account-favorites .wishlist-toggle.active {
  color: white;
}
.account-favorites .wishlist-toggle:before {
  content: "\e907" !important;
}

@media only screen and (max-width: 767px) {
  .account-favorites .wishlist-toggle {
    right: auto;
    left: -7px;
    width: 20px;
    height: 20px;
    font-size: 8px;
  }
}
/*# sourceMappingURL=account.css.map */
