/**
 * 
 * CSS styles for the pages within the WooCommerce My Account section
 *
 */
/**
 * /wp-content/themes/wilks/css/src/_helpers/_variables.scss
 * Sass variables
 *
 * @package		wilks
 * @subpackage	css/src/_helpers
 * @since		1.0.0
 */
/**
 * /wp-content/themes/wilks/css/src/_helpers/_mixins.scss
 * Sass Mixins
 *
 * @package		wilks
 * @subpackage	css/src/_helpers
 * @since		1.0.0
 */
/* Modal styles */
/* Custom navigation over carousel or gallery items */
/* For figure hover states showing figcaption */
/* Used in masonry gallery and gallery modal */
.woocommerce-account #primary,
body.page-register #primary {
  padding: 0;
}
.woocommerce-account #main,
body.page-register #main {
  padding: 30px 0;
}
@media (min-width: 768px) {
  .woocommerce-account #main,
body.page-register #main {
    padding: 60px 0;
  }
}
.woocommerce-account input[type=text],
.woocommerce-account input[type=password],
.woocommerce-account input[type=email],
.woocommerce-account input[type=checkbox],
.woocommerce-account input[type=number],
.woocommerce-account input[type=tel],
.woocommerce-account textarea,
.woocommerce-account .select2 .select2-selection,
.woocommerce-account select,
body.page-register input[type=text],
body.page-register input[type=password],
body.page-register input[type=email],
body.page-register input[type=checkbox],
body.page-register input[type=number],
body.page-register input[type=tel],
body.page-register textarea,
body.page-register .select2 .select2-selection,
body.page-register select {
  border: 1px solid #ccc;
  padding: 0.8rem;
  -webkit-appearance: none;
  font-family: "heebo-regular", "Arial", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-size: 14rem;
  font-size: 1rem;
  width: 100%;
  box-shadow: inset -1px 1px 2px 0 rgba(221, 221, 221, 0.5), inset 0 1px 2px 0 rgba(221, 221, 221, 0.5);
  box-sizing: border-box;
}
.woocommerce-account input[type=text]:focus,
.woocommerce-account input[type=password]:focus,
.woocommerce-account input[type=email]:focus,
.woocommerce-account input[type=checkbox]:focus,
.woocommerce-account input[type=number]:focus,
.woocommerce-account input[type=tel]:focus,
.woocommerce-account textarea:focus,
.woocommerce-account .select2 .select2-selection:focus,
.woocommerce-account select:focus,
body.page-register input[type=text]:focus,
body.page-register input[type=password]:focus,
body.page-register input[type=email]:focus,
body.page-register input[type=checkbox]:focus,
body.page-register input[type=number]:focus,
body.page-register input[type=tel]:focus,
body.page-register textarea:focus,
body.page-register .select2 .select2-selection:focus,
body.page-register select:focus {
  border: 1px solid #c41100;
}

body.woocommerce-lost-password {
  /*forgotten password / reset password*/
}
body.woocommerce-lost-password form.woocommerce-ResetPassword p:first-child {
  padding-top: 20px;
}
body.woocommerce-lost-password .woocommerce-message {
  margin-bottom: 18px;
}
body.woocommerce-lost-password p.form-row-first, body.woocommerce-lost-password .button {
  margin-top: 30px;
}

body.woocommerce-account h3,
body.woocommerce-account h4 {
  font-family: var(--wp--preset--font-family--futura-condensed);
}
body.woocommerce-account .woocommerce {
  margin: 0 auto;
  /*.woocommerce-MyAccount-navigation*/
}
body.woocommerce-account .woocommerce nav.woocommerce-MyAccount-navigation {
  width: 100%;
  margin-top: 30px;
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.17);
  border-bottom: solid 1px #f2f2f2;
  /* @media only screen and (max-width: 1023px) */
  /* @media only screen and (min-width: 1024px) */
}
@media only screen and (min-width: 1024px) {
  body.woocommerce-account .woocommerce nav.woocommerce-MyAccount-navigation {
    width: 30%;
    margin-right: 3%;
    max-width: 215px;
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.17);
    border-bottom: solid 0 #f2f2f2;
  }
}
@media only screen and (max-width: 1023px) {
  body.woocommerce-account .woocommerce nav.woocommerce-MyAccount-navigation {
    /*Up to 1023 select menu styled as select dropdown*/
  }
  body.woocommerce-account .woocommerce nav.woocommerce-MyAccount-navigation ul {
    margin: 0;
    padding: 0;
  }
  body.woocommerce-account .woocommerce nav.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link {
    cursor: pointer;
    background-color: white;
    z-index: 1;
    display: none;
    list-style: none;
    padding: 0;
  }
  body.woocommerce-account .woocommerce nav.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link a {
    text-decoration: none;
    display: block;
    padding: 10px 18px;
    color: black;
  }
  body.woocommerce-account .woocommerce nav.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link a:hover {
    color: #c41100;
  }
  body.woocommerce-account .woocommerce nav.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link:not(:first-child) {
    border-bottom: solid 1px #e2e2e2;
    border-right: solid 1px #e2e2e2;
    border-left: solid 1px #e2e2e2;
    padding-left: 0;
  }
  body.woocommerce-account .woocommerce nav.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link:last-child {
    background: url("../../icons/icons-account-logout.svg") no-repeat right center;
    background-position: right 10px center;
    background-size: 24px 24px;
  }
  body.woocommerce-account .woocommerce nav.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link.is-active {
    display: block;
    border: solid 1px #e2e2e2;
    background: url("../../icons/icons-cheron-down-double.svg") no-repeat right 10px center;
    background-size: 20px 20px;
    right: 10px;
  }
  body.woocommerce-account .woocommerce nav.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link.is-active a {
    width: max-content;
    padding: 10px 18px;
  }
  body.woocommerce-account .woocommerce nav.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link:not(.is-active) {
    display: none;
  }
}
@media only screen and (min-width: 1024px) {
  body.woocommerce-account .woocommerce nav.woocommerce-MyAccount-navigation {
    /*1024 start of sidebar nav*/
  }
  body.woocommerce-account .woocommerce nav.woocommerce-MyAccount-navigation ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
  }
  body.woocommerce-account .woocommerce nav.woocommerce-MyAccount-navigation ul li {
    border-top: 1px solid #e2e2e2;
    padding-left: 0;
    padding-bottom: 0;
  }
  body.woocommerce-account .woocommerce nav.woocommerce-MyAccount-navigation ul li::before {
    display: none;
  }
  body.woocommerce-account .woocommerce nav.woocommerce-MyAccount-navigation ul li a {
    color: black;
    text-decoration: none;
    font-weight: bold;
    display: flex;
    justify-content: space-between;
    padding: 15px 0;
    font-size: 16px;
  }
  body.woocommerce-account .woocommerce nav.woocommerce-MyAccount-navigation ul li a::after {
    content: "";
    background: #c41100 url("../../icons/icons-chevron-right-white.svg") no-repeat center center;
    background-size: 8px 8px;
    max-width: 16px;
    width: 100%;
    height: 16px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 0.2rem;
    transition: all 0.1s ease-in-out;
  }
  body.woocommerce-account .woocommerce nav.woocommerce-MyAccount-navigation ul li a:hover::after, body.woocommerce-account .woocommerce nav.woocommerce-MyAccount-navigation ul li a:focus::after, body.woocommerce-account .woocommerce nav.woocommerce-MyAccount-navigation ul li a:active::after {
    background: black url("../../icons/icons-chevron-right-white.svg") no-repeat center center;
    background-size: 8px 8px;
  }
  body.woocommerce-account .woocommerce nav.woocommerce-MyAccount-navigation ul li.is-active a {
    color: #0061a1;
    cursor: default;
  }
  body.woocommerce-account .woocommerce nav.woocommerce-MyAccount-navigation ul li.is-active a::after {
    background: #c41100 url("../../icons/icons-chevron-right-white.svg") no-repeat center center;
    background-size: 8px 8px;
  }
  body.woocommerce-account .woocommerce nav.woocommerce-MyAccount-navigation ul li:last-child {
    /*background: yellow;*/
  }
  body.woocommerce-account .woocommerce nav.woocommerce-MyAccount-navigation ul li:last-child a::after {
    content: "";
    background: url("../../icons/icons-account-logout.svg") no-repeat center center;
    background-size: 24px 24px;
    max-width: 24px;
    width: 100%;
    height: 24px;
    color: black;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 0.1rem;
    border-radius: 0;
  }
  body.woocommerce-account .woocommerce nav.woocommerce-MyAccount-navigation ul li:last-child a:hover::after {
    opacity: 0.5;
  }
}
body.woocommerce-account .woocommerce .woocommerce-MyAccount-content {
  width: 100%;
  max-width: 900px;
  margin-top: 20px;
}
@media only screen and (min-width: 1024px) {
  body.woocommerce-account .woocommerce .woocommerce-MyAccount-content {
    width: 67%;
    margin-top: 0;
  }
}
body.woocommerce-account .woocommerce .woocommerce-MyAccount-content button {
  -webkit-appearance: none;
  margin-top: 30px;
  background-color: var(--wp--preset--color--white);
  border-radius: 0px;
  border-color: var(--wp--preset--color--blue);
  border-width: 2px;
  border-style: solid;
  color: var(--wp--preset--color--blue);
  font-family: var(--wp--preset--font-family--futura-condensed);
  font-size: 1.45rem;
  font-weight: 700;
  line-height: 1.2;
  padding-top: 8px;
  padding-right: 20px;
  padding-bottom: 8px;
  padding-left: 20px;
}
@media only screen and (max-width: 560px) {
  body.woocommerce-account .woocommerce .woocommerce-MyAccount-content button {
    text-align: center;
    width: 100%;
  }
}
body.woocommerce-account .woocommerce .woocommerce-MyAccount-content > a.button {
  margin-right: 12px;
  margin-bottom: 12px;
  display: inline-block;
}
body.woocommerce-account .woocommerce .woocommerce-MyAccount-content h2 {
  padding-bottom: 30px;
  margin-top: 30px;
}
body.woocommerce-account .woocommerce .woocommerce-MyAccount-content p mark {
  background-color: transparent;
}
body.woocommerce-account .woocommerce .woocommerce-MyAccount-content section h2 {
  margin-bottom: 0 !important;
}
body.woocommerce-account .woocommerce .woocommerce-MyAccount-content .dashboard-links ~ h2 {
  padding-bottom: 0 !important;
}
body.woocommerce-account .woocommerce .woocommerce-MyAccount-content .order-again, body.woocommerce-account .woocommerce .woocommerce-MyAccount-content .after-order-buttons {
  margin: 32px 22px 0 0;
  display: inline-block;
}
@media only screen and (min-width: 480px) {
  body.woocommerce-account .woocommerce .woocommerce-MyAccount-content .order-again, body.woocommerce-account .woocommerce .woocommerce-MyAccount-content .after-order-buttons {
    margin: 32px 22px 22px 0;
  }
}
body.woocommerce-account .woocommerce .woocommerce-MyAccount-content .order-again .button, body.woocommerce-account .woocommerce .woocommerce-MyAccount-content .after-order-buttons .button {
  -webkit-appearance: none;
}
body.woocommerce-account .woocommerce .woocommerce-MyAccount-content .dashboard-links .dashboard-buttons {
  display: flex;
  flex-direction: column;
}
@media only screen and (min-width: 768px) {
  body.woocommerce-account .woocommerce .woocommerce-MyAccount-content .dashboard-links .dashboard-buttons {
    display: block;
  }
}
body.woocommerce-account .woocommerce .woocommerce-MyAccount-content .dashboard-links .dashboard-buttons a {
  text-align-last: center;
  -webkit-appearance: none;
  display: inline-block;
  margin: 0 22px 22px 0;
  padding: 18px 30px;
  color: white;
  transition: all 0.1s ease-in-out;
  background-color: #0061a1;
}
@media only screen and (min-width: 768px) {
  body.woocommerce-account .woocommerce .woocommerce-MyAccount-content .dashboard-links .dashboard-buttons a {
    text-align: left;
  }
}
body.woocommerce-account .woocommerce .woocommerce-MyAccount-content .dashboard-links .dashboard-buttons a:hover {
  background-color: white;
  color: #0061a1;
}
body.woocommerce-account .woocommerce .woocommerce-MyAccount-content .dashboard-Announcements, body.woocommerce-account .woocommerce .woocommerce-MyAccount-content .dashboard-links {
  margin-bottom: 50px;
  margin-top: 16px;
}
body.woocommerce-account .woocommerce .woocommerce-MyAccount-content .dashboard-Announcements h2, body.woocommerce-account .woocommerce .woocommerce-MyAccount-content .dashboard-links h2 {
  margin-bottom: 30px;
}
body.woocommerce-account .woocommerce .woocommerce-MyAccount-content .dashboard-Announcements {
  position: relative;
  display: flex;
  flex-direction: column;
}
body.woocommerce-account .woocommerce .woocommerce-MyAccount-content .dashboard-Announcements h2 {
  order: 1;
}
body.woocommerce-account .woocommerce .woocommerce-MyAccount-content .dashboard-Announcements .flex-viewport {
  order: 2;
}
body.woocommerce-account .woocommerce .woocommerce-MyAccount-content .dashboard-Announcements ul, body.woocommerce-account .woocommerce .woocommerce-MyAccount-content .dashboard-Announcements li, body.woocommerce-account .woocommerce .woocommerce-MyAccount-content .dashboard-Announcements ol {
  padding: 0;
  margin: 0;
  line-height: 0;
}
body.woocommerce-account .woocommerce .woocommerce-MyAccount-content .dashboard-Announcements ol {
  margin: 16pxauto;
  order: 3;
}
@media only screen and (min-width: 480px) {
  body.woocommerce-account .woocommerce .woocommerce-MyAccount-content .dashboard-Announcements ol {
    position: absolute;
    top: 37px;
    right: 0;
    margin: 0 22px 0 0;
  }
}
@media only screen and (min-width: 667px) {
  body.woocommerce-account .woocommerce .woocommerce-MyAccount-content .dashboard-Announcements ol {
    top: 42px;
  }
}
body.woocommerce-account .woocommerce .woocommerce-MyAccount-content .dashboard-Announcements .flex-direction-nav {
  margin-top: -36px;
  order: 4;
}
@media only screen and (min-width: 480px) {
  body.woocommerce-account .woocommerce .woocommerce-MyAccount-content .dashboard-Announcements .flex-direction-nav {
    display: none;
  }
}
body.woocommerce-account .woocommerce .woocommerce-MyAccount-content .dashboard-Announcements > a {
  order: 5;
  display: none;
}
body.woocommerce-account .woocommerce .woocommerce-MyAccount-content h2, body.woocommerce-account .woocommerce .woocommerce-MyAccount-content h3 {
  color: #353535;
  display: flex;
  align-items: center;
  font-size: 32px;
}
body.woocommerce-account .woocommerce .woocommerce-MyAccount-content h2::before, body.woocommerce-account .woocommerce .woocommerce-MyAccount-content h3::before {
  content: url("../../icons/line-tail.svg");
  display: block;
  width: 1em;
  height: 1em;
  margin-right: 10px;
  line-height: 0;
}
body.woocommerce-account .woocommerce .woocommerce-MyAccount-content h2::after, body.woocommerce-account .woocommerce .woocommerce-MyAccount-content h3::after {
  display: flex;
  content: "";
  height: 1px;
  background-color: #e2e2e2;
  flex-grow: 1;
  margin-left: 1rem;
}
body.woocommerce-account .woocommerce .woocommerce-MyAccount-content .account-summary-text, body.woocommerce-account .woocommerce .woocommerce-MyAccount-content > p {
  padding-top: 10px;
  padding-bottom: 30px;
  font-size: 15px;
}
body.woocommerce-account .woocommerce .woocommerce-MyAccount-content .account-summary-text:first-of-type, body.woocommerce-account .woocommerce .woocommerce-MyAccount-content > p:first-of-type {
  padding-bottom: 10px;
}
body.woocommerce-account .woocommerce .woocommerce-MyAccount-content .woocommerce-orders-table, body.woocommerce-account .woocommerce .woocommerce-MyAccount-content .order_details, body.woocommerce-account .woocommerce .woocommerce-MyAccount-content .my_account_orders {
  /*orders & order details*/
  width: 100%;
  border: none;
  border-collapse: collapse;
}
body.woocommerce-account .woocommerce .woocommerce-MyAccount-content .woocommerce-orders-table td, body.woocommerce-account .woocommerce .woocommerce-MyAccount-content .woocommerce-orders-table th, body.woocommerce-account .woocommerce .woocommerce-MyAccount-content .order_details td, body.woocommerce-account .woocommerce .woocommerce-MyAccount-content .order_details th, body.woocommerce-account .woocommerce .woocommerce-MyAccount-content .my_account_orders td, body.woocommerce-account .woocommerce .woocommerce-MyAccount-content .my_account_orders th {
  font-size: 15px;
  line-height: 18px;
}
body.woocommerce-account .woocommerce .woocommerce-MyAccount-content .woocommerce-orders-table th, body.woocommerce-account .woocommerce .woocommerce-MyAccount-content .order_details th, body.woocommerce-account .woocommerce .woocommerce-MyAccount-content .my_account_orders th {
  background: #f0f0ed;
  padding: 12px 15px;
  color: #353535;
  vertical-align: middle;
}
body.woocommerce-account .woocommerce .woocommerce-MyAccount-content .woocommerce-orders-table td, body.woocommerce-account .woocommerce .woocommerce-MyAccount-content .order_details td, body.woocommerce-account .woocommerce .woocommerce-MyAccount-content .my_account_orders td {
  background: #f0f0ed;
  padding: 20px 15px;
}
body.woocommerce-account .woocommerce .woocommerce-MyAccount-content .woocommerce-orders-table td:first-child a, body.woocommerce-account .woocommerce .woocommerce-MyAccount-content .order_details td:first-child a, body.woocommerce-account .woocommerce .woocommerce-MyAccount-content .my_account_orders td:first-child a {
  color: black;
  text-decoration: none;
}
body.woocommerce-account .woocommerce .woocommerce-MyAccount-content .woocommerce-orders-table td:first-child a:hover, body.woocommerce-account .woocommerce .woocommerce-MyAccount-content .woocommerce-orders-table td:first-child a:focus, body.woocommerce-account .woocommerce .woocommerce-MyAccount-content .woocommerce-orders-table td:first-child a:active, body.woocommerce-account .woocommerce .woocommerce-MyAccount-content .order_details td:first-child a:hover, body.woocommerce-account .woocommerce .woocommerce-MyAccount-content .order_details td:first-child a:focus, body.woocommerce-account .woocommerce .woocommerce-MyAccount-content .order_details td:first-child a:active, body.woocommerce-account .woocommerce .woocommerce-MyAccount-content .my_account_orders td:first-child a:hover, body.woocommerce-account .woocommerce .woocommerce-MyAccount-content .my_account_orders td:first-child a:focus, body.woocommerce-account .woocommerce .woocommerce-MyAccount-content .my_account_orders td:first-child a:active {
  color: #757474;
  text-decoration: underline;
}
body.woocommerce-account .woocommerce .woocommerce-MyAccount-content .woocommerce-orders-table td .woocommerce-button, body.woocommerce-account .woocommerce .woocommerce-MyAccount-content .order_details td .woocommerce-button, body.woocommerce-account .woocommerce .woocommerce-MyAccount-content .my_account_orders td .woocommerce-button {
  background-color: var(--wp--preset--color--white);
  border-radius: 0px;
  border-color: var(--wp--preset--color--blue);
  border-width: 2px;
  border-style: solid;
  color: var(--wp--preset--color--blue);
  font-family: var(--wp--preset--font-family--futura-condensed);
  font-size: 1.45rem;
  font-weight: 700;
  line-height: 1.2;
  padding-top: 8px;
  padding-right: 20px;
  padding-bottom: 8px;
  padding-left: 20px;
  text-transform: uppercase;
  text-decoration: none;
  transition: all 0.1s ease-in-out;
  padding: 6px 13px;
  margin-right: 5px;
  font-size: 16px;
  box-shadow: none;
}
body.woocommerce-account .woocommerce .woocommerce-MyAccount-content .woocommerce-orders-table td .woocommerce-button:hover, body.woocommerce-account .woocommerce .woocommerce-MyAccount-content .order_details td .woocommerce-button:hover, body.woocommerce-account .woocommerce .woocommerce-MyAccount-content .my_account_orders td .woocommerce-button:hover {
  color: var(--wp--preset--color--white);
  background-color: var(--wp--preset--color--blue);
}
body.woocommerce-account .woocommerce .woocommerce-MyAccount-content .woocommerce-orders-table td.order-actions a.button, body.woocommerce-account .woocommerce .woocommerce-MyAccount-content .order_details td.order-actions a.button, body.woocommerce-account .woocommerce .woocommerce-MyAccount-content .my_account_orders td.order-actions a.button {
  background-color: var(--wp--preset--color--white);
  border-radius: 0px;
  border-color: var(--wp--preset--color--blue);
  border-width: 2px;
  border-style: solid;
  color: var(--wp--preset--color--blue);
  font-family: var(--wp--preset--font-family--futura-condensed);
  font-size: 1.45rem;
  font-weight: 700;
  line-height: 1.2;
  padding-top: 8px;
  padding-right: 20px;
  padding-bottom: 8px;
  padding-left: 20px;
  text-transform: uppercase;
  text-decoration: none;
  transition: all 0.1s ease-in-out;
}
body.woocommerce-account .woocommerce .woocommerce-MyAccount-content .woocommerce-orders-table td.order-actions a.button:hover, body.woocommerce-account .woocommerce .woocommerce-MyAccount-content .order_details td.order-actions a.button:hover, body.woocommerce-account .woocommerce .woocommerce-MyAccount-content .my_account_orders td.order-actions a.button:hover {
  color: var(--wp--preset--color--white);
  background-color: var(--wp--preset--color--blue);
}
body.woocommerce-account .woocommerce .woocommerce-MyAccount-content .woocommerce-orders-table, body.woocommerce-account .woocommerce .woocommerce-MyAccount-content .my_account_orders {
  /*orders*/
  margin-top: 30px;
  border: none;
  border-collapse: collapse;
}
body.woocommerce-account .woocommerce .woocommerce-MyAccount-content .woocommerce-orders-table td, body.woocommerce-account .woocommerce .woocommerce-MyAccount-content .woocommerce-orders-table th, body.woocommerce-account .woocommerce .woocommerce-MyAccount-content .my_account_orders td, body.woocommerce-account .woocommerce .woocommerce-MyAccount-content .my_account_orders th {
  border-top: 0;
}
@media screen and (max-width: 667px) {
  body.woocommerce-account .woocommerce .woocommerce-MyAccount-content .woocommerce-orders-table td:first-child, body.woocommerce-account .woocommerce .woocommerce-MyAccount-content .woocommerce-orders-table th:first-child, body.woocommerce-account .woocommerce .woocommerce-MyAccount-content .my_account_orders td:first-child, body.woocommerce-account .woocommerce .woocommerce-MyAccount-content .my_account_orders th:first-child {
    background: #f0f0ed;
  }
}
body.woocommerce-account .woocommerce .woocommerce-MyAccount-content .woocommerce-orders-table td:last-child, body.woocommerce-account .woocommerce .woocommerce-MyAccount-content .woocommerce-orders-table th:last-child, body.woocommerce-account .woocommerce .woocommerce-MyAccount-content .my_account_orders td:last-child, body.woocommerce-account .woocommerce .woocommerce-MyAccount-content .my_account_orders th:last-child {
  border-bottom: 10px solid white;
}
@media screen and (min-width: 667px) {
  body.woocommerce-account .woocommerce .woocommerce-MyAccount-content .woocommerce-orders-table td:last-child, body.woocommerce-account .woocommerce .woocommerce-MyAccount-content .woocommerce-orders-table th:last-child, body.woocommerce-account .woocommerce .woocommerce-MyAccount-content .my_account_orders td:last-child, body.woocommerce-account .woocommerce .woocommerce-MyAccount-content .my_account_orders th:last-child {
    border-right: 0px solid white;
    border-bottom: 0px solid white;
  }
}
body.woocommerce-account .woocommerce .woocommerce-MyAccount-content .woocommerce-orders-table td, body.woocommerce-account .woocommerce .woocommerce-MyAccount-content .woocommerce-orders-table th, body.woocommerce-account .woocommerce .woocommerce-MyAccount-content .my_account_orders td, body.woocommerce-account .woocommerce .woocommerce-MyAccount-content .my_account_orders th {
  box-shadow: inset 0 -1px 0 0 #cacaca;
}
body.woocommerce-account .woocommerce .woocommerce-MyAccount-content .woocommerce-orders-table th:first-child::after, body.woocommerce-account .woocommerce .woocommerce-MyAccount-content .my_account_orders th:first-child::after {
  content: " Number";
  display: block;
}
body.woocommerce-account .woocommerce .woocommerce-MyAccount-content .woocommerce-orders-table tbody td, body.woocommerce-account .woocommerce .woocommerce-MyAccount-content .my_account_orders tbody td {
  border-bottom: 4px solid white;
}
body.woocommerce-account .woocommerce .woocommerce-MyAccount-content .woocommerce-orders-table tbody td:last-child, body.woocommerce-account .woocommerce .woocommerce-MyAccount-content .my_account_orders tbody td:last-child {
  border-bottom: 4px solid white;
}
@media screen and (max-width: 560px) {
  body.woocommerce-account .woocommerce .woocommerce-MyAccount-content .woocommerce-orders-table, body.woocommerce-account .woocommerce .woocommerce-MyAccount-content .my_account_orders {
    /*upto 560: table responsive*/
  }
  body.woocommerce-account .woocommerce .woocommerce-MyAccount-content .woocommerce-orders-table thead, body.woocommerce-account .woocommerce .woocommerce-MyAccount-content .my_account_orders thead {
    display: none;
  }
  body.woocommerce-account .woocommerce .woocommerce-MyAccount-content .woocommerce-orders-table tr, body.woocommerce-account .woocommerce .woocommerce-MyAccount-content .my_account_orders tr {
    border-top: 14px solid white;
  }
  body.woocommerce-account .woocommerce .woocommerce-MyAccount-content .woocommerce-orders-table tr td, body.woocommerce-account .woocommerce .woocommerce-MyAccount-content .my_account_orders tr td {
    display: block;
    text-align: right !important;
    border-right: 0 solid white;
  }
  body.woocommerce-account .woocommerce .woocommerce-MyAccount-content .woocommerce-orders-table tr td::before, body.woocommerce-account .woocommerce .woocommerce-MyAccount-content .my_account_orders tr td::before {
    content: attr(data-title);
    float: left;
  }
}
body.woocommerce-account .woocommerce .woocommerce-MyAccount-content .order_details {
  /*order details*/
  margin-top: 22px;
}
body.woocommerce-account .woocommerce .woocommerce-MyAccount-content .order_details .order_item .product-quantity {
  color: #c41100;
}
body.woocommerce-account .woocommerce .woocommerce-MyAccount-content .order_details tr {
  width: 100%;
  background: transparent;
}
@media screen and (max-width: 768px) {
  body.woocommerce-account .woocommerce .woocommerce-MyAccount-content .order_details td {
    /*upto 768: table responsive*/
    display: block;
    text-align: left;
    border-bottom: 0px solid white;
    font-weight: normal;
  }
}
@media screen and (min-width: 769px) {
  body.woocommerce-account .woocommerce .woocommerce-MyAccount-content .order_details td:first-child, body.woocommerce-account .woocommerce .woocommerce-MyAccount-content .order_details th:first-child {
    /*upto 768: table responsive*/
    width: 30%;
  }
}
body.woocommerce-account .woocommerce .woocommerce-MyAccount-content .order_details tfoot td, body.woocommerce-account .woocommerce .woocommerce-MyAccount-content .order_details tfoot th {
  border-top: 4px solid white;
  color: #353535;
}
body.woocommerce-account .woocommerce .woocommerce-MyAccount-content .order_details tfoot tr:nth-child(2) {
  display: none;
}
body.woocommerce-account .woocommerce .woocommerce-MyAccount-content .order_details tfoot tr:last-child th, body.woocommerce-account .woocommerce .woocommerce-MyAccount-content .order_details tfoot tr:last-child span {
  font-weight: 800;
}
@media screen and (max-width: 768px) {
  body.woocommerce-account .woocommerce .woocommerce-MyAccount-content .order_details thead, body.woocommerce-account .woocommerce .woocommerce-MyAccount-content .order_details tfoot {
    display: flex;
  }
  body.woocommerce-account .woocommerce .woocommerce-MyAccount-content .order_details thead tr, body.woocommerce-account .woocommerce .woocommerce-MyAccount-content .order_details tfoot tr {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
  }
  body.woocommerce-account .woocommerce .woocommerce-MyAccount-content .order_details thead tr td, body.woocommerce-account .woocommerce .woocommerce-MyAccount-content .order_details thead tr th, body.woocommerce-account .woocommerce .woocommerce-MyAccount-content .order_details tfoot tr td, body.woocommerce-account .woocommerce .woocommerce-MyAccount-content .order_details tfoot tr th {
    width: 100%;
    display: inline-block;
  }
  body.woocommerce-account .woocommerce .woocommerce-MyAccount-content .order_details thead tr th:nth-child(2), body.woocommerce-account .woocommerce .woocommerce-MyAccount-content .order_details tfoot tr th:nth-child(2) {
    display: none;
  }
  body.woocommerce-account .woocommerce .woocommerce-MyAccount-content .order_details thead tr td, body.woocommerce-account .woocommerce .woocommerce-MyAccount-content .order_details tfoot tr td {
    border-top: 0px solid white;
  }
  body.woocommerce-account .woocommerce .woocommerce-MyAccount-content .order_details tbody td:nth-child(1) {
    border-bottom: 0px solid white;
  }
  body.woocommerce-account .woocommerce .woocommerce-MyAccount-content .order_details tbody td:nth-child(1) ul {
    margin: 12px 0;
  }
  body.woocommerce-account .woocommerce .woocommerce-MyAccount-content .order_details tbody td:nth-child(1) ul li {
    padding-left: 0;
  }
  body.woocommerce-account .woocommerce .woocommerce-MyAccount-content .order_details tbody td:nth-child(1) ul li strong, body.woocommerce-account .woocommerce .woocommerce-MyAccount-content .order_details tbody td:nth-child(1) ul li p {
    display: inline-block;
  }
  body.woocommerce-account .woocommerce .woocommerce-MyAccount-content .order_details tbody td:nth-child(1) ul li p {
    padding-bottom: 0;
  }
  body.woocommerce-account .woocommerce .woocommerce-MyAccount-content .order_details tbody td:nth-child(2) {
    display: none;
  }
}
body.woocommerce-account .woocommerce .woocommerce-MyAccount-content .order_details th.product-total {
  background: #f0f0ed;
}
body.woocommerce-account .woocommerce .woocommerce-MyAccount-content .woocommerce-address-fields {
  /* Billing Address */
}
body.woocommerce-account .woocommerce .woocommerce-MyAccount-content .woocommerce-address-fields .woocommerce-address-fields__field-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
body.woocommerce-account .woocommerce .woocommerce-MyAccount-content .woocommerce-address-fields .woocommerce-address-fields__field-wrapper > p {
  width: 100%;
  padding-bottom: 0;
}
@media only screen and (min-width: 480px) {
  body.woocommerce-account .woocommerce .woocommerce-MyAccount-content .woocommerce-address-fields .woocommerce-address-fields__field-wrapper > p {
    width: 47.3%;
  }
}
body.woocommerce-account .woocommerce .woocommerce-MyAccount-content .woocommerce-address-fields .woocommerce-address-fields__field-wrapper > p#billing_address_1_field, body.woocommerce-account .woocommerce .woocommerce-MyAccount-content .woocommerce-address-fields .woocommerce-address-fields__field-wrapper > p#billing_address_2_field, body.woocommerce-account .woocommerce .woocommerce-MyAccount-content .woocommerce-address-fields .woocommerce-address-fields__field-wrapper > p#shipping_address_1_field, body.woocommerce-account .woocommerce .woocommerce-MyAccount-content .woocommerce-address-fields .woocommerce-address-fields__field-wrapper > p#shipping_address_2_field {
  width: 100%;
}
body.woocommerce-account .woocommerce .woocommerce-MyAccount-content .woocommerce-address-fields .woocommerce-address-fields__field-wrapper .select2-selection {
  padding: 0.35rem 1rem;
}
body.woocommerce-account .woocommerce .woocommerce-MyAccount-content .woocommerce-address-fields .woocommerce-address-fields__field-wrapper .optional {
  display: none;
}
body.woocommerce-account .woocommerce .woocommerce-MyAccount-content .edit-account {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
body.woocommerce-account .woocommerce .woocommerce-MyAccount-content .edit-account p {
  width: 100%;
  padding-bottom: 0;
}
@media only screen and (min-width: 480px) {
  body.woocommerce-account .woocommerce .woocommerce-MyAccount-content .edit-account p {
    margin-right: 4.4%;
    width: 47.3%;
  }
  body.woocommerce-account .woocommerce .woocommerce-MyAccount-content .edit-account p:nth-child(even) {
    margin-right: 0;
  }
}
body.woocommerce-account .woocommerce .woocommerce-MyAccount-content .edit-account .clear + p {
  width: 100%;
  margin-right: 0;
}
body.woocommerce-account .woocommerce .woocommerce-MyAccount-content .edit-account fieldset {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 40px;
  border: solid 1px #ddd;
}
body.woocommerce-account .woocommerce .woocommerce-MyAccount-content .edit-account fieldset legend {
  color: #0061a1;
  font-size: 32px;
  padding: 0 15px;
  margin: 0;
  display: inline-block;
  width: auto;
}
body.woocommerce-account .woocommerce .woocommerce-MyAccount-content .edit-account fieldset p.woocommerce-form-row:first-of-type {
  width: 100%;
  display: inline-block;
}
body.woocommerce-account .woocommerce .woocommerce-customer-details .addresses {
  display: flex;
  flex-flow: column;
}
body.woocommerce-account .woocommerce .woocommerce-customer-details .woocommerce-column {
  margin-top: 45px;
  width: 100%;
}
body.woocommerce-account .woocommerce .woocommerce-customer-details .woocommerce-column address {
  padding: 0;
  border: none;
  font-size: 15px;
  /*padding-top: 22px;*/
}
body.woocommerce-account .woocommerce .woocommerce-customer-details .woocommerce-column address .woocommerce-customer-details--phone, body.woocommerce-account .woocommerce .woocommerce-customer-details .woocommerce-column address .woocommerce-customer-details--email {
  padding-top: 20px;
  padding-bottom: 0;
}
body.woocommerce-account .woocommerce .woocommerce-Addresses {
  /* Addresses */
}
body.woocommerce-account .woocommerce .woocommerce-Addresses h3 {
  margin: 0;
}
body.woocommerce-account .woocommerce .woocommerce-Addresses .edit {
  display: block;
  background-color: var(--wp--preset--color--white);
  border-radius: 0px;
  border-color: var(--wp--preset--color--blue);
  border-width: 2px;
  border-style: solid;
  color: var(--wp--preset--color--blue);
  font-family: var(--wp--preset--font-family--futura-condensed);
  font-size: 1.45rem;
  font-weight: 700;
  line-height: 1.2;
  padding-top: 8px;
  padding-right: 20px;
  padding-bottom: 8px;
  padding-left: 20px;
  text-transform: uppercase;
  text-decoration: none;
  transition: all 0.1s ease-in-out;
}
body.woocommerce-account .woocommerce .woocommerce-Addresses .edit:hover {
  color: var(--wp--preset--color--white);
  background-color: var(--wp--preset--color--blue);
}
body.woocommerce-account .woocommerce .woocommerce-Addresses address {
  padding: 22px 0 40px 0;
  font-style: normal;
  font-size: 15px;
}
body.woocommerce-account .woocommerce .order-details-footer-links {
  margin-top: 75px;
}
body.woocommerce-account .woocommerce .order-details-footer-links strong {
  display: block;
  margin-bottom: 12px;
}
body.woocommerce-account .woocommerce .order-details-footer-links .button {
  -webkit-appearance: none;
  text-decoration: none;
}
@media only screen and (min-width: 667px) {
  body.woocommerce-account.logged-in .primary-column .woocommerce {
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
}

.agents-list li {
  padding-left: 1.25em;
}
.agents-list li::before {
  content: "";
  display: inline-block;
  left: 0;
}

body.woocommerce-account:not(.logged-out) h1.entry-title {
  font-size: 32px;
  font-weight: 600;
  width: 100%;
  display: inline-flex;
  align-items: center;
}
@media only screen and (max-width: 1024px) {
  body.woocommerce-account:not(.logged-out) h1.entry-title {
    position: relative;
    text-indent: -9000px;
    visibility: hidden;
  }
}
body.woocommerce-account:not(.logged-out) h1.entry-title::before {
  font-family: var(--wp--preset--font-family--futura-condensed);
  font-size: 46px;
  font-weight: 600;
  color: #0061a1;
  display: inline-block;
  text-transform: uppercase;
  content: "My Account";
  width: 33%;
}
@media only screen and (max-width: 1024px) {
  body.woocommerce-account:not(.logged-out) h1.entry-title::before {
    /*max width 1024*/
    position: absolute;
    text-indent: 0;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    visibility: visible;
    width: 100%;
  }
}

body.woocommerce-account.logged-out .woocommerce-notices-wrapper,
body.page-register .woocommerce-notices-wrapper {
  margin-bottom: 30px;
}
body.woocommerce-account.logged-out article,
body.page-register article {
  max-width: 1300px;
  padding: 0 25px;
  margin: 0 auto;
  display: flex;
}
body.woocommerce-account.logged-out article .entry-header,
body.page-register article .entry-header {
  max-width: 255px;
  margin: 0;
  margin-left: 0 !important;
  padding: 0;
  flex: 1;
}
body.woocommerce-account.logged-out article .entry-content,
body.page-register article .entry-content {
  width: 100%;
  max-width: 850px;
}
body.woocommerce-account.logged-out article .entry-content h2,
body.page-register article .entry-content h2 {
  margin: 0;
  font-size: 32px;
}
body.woocommerce-account.logged-out .woocommerce-form-login, body.woocommerce-account.logged-out .woocommerce-form-register, body.woocommerce-account.logged-out .woocommerce-form-trade-request, body.woocommerce-account.logged-out .lost_reset_password,
body.page-register .woocommerce-form-login,
body.page-register .woocommerce-form-register,
body.page-register .woocommerce-form-trade-request,
body.page-register .lost_reset_password {
  border: none;
  background-color: #f0f0ed;
  padding: 40px;
  border-radius: 0;
}
body.woocommerce-account.logged-out .woocommerce-form-login button.button,
body.woocommerce-account.logged-out .woocommerce-form-login input[type=submit], body.woocommerce-account.logged-out .woocommerce-form-register button.button,
body.woocommerce-account.logged-out .woocommerce-form-register input[type=submit], body.woocommerce-account.logged-out .woocommerce-form-trade-request button.button,
body.woocommerce-account.logged-out .woocommerce-form-trade-request input[type=submit], body.woocommerce-account.logged-out .lost_reset_password button.button,
body.woocommerce-account.logged-out .lost_reset_password input[type=submit],
body.page-register .woocommerce-form-login button.button,
body.page-register .woocommerce-form-login input[type=submit],
body.page-register .woocommerce-form-register button.button,
body.page-register .woocommerce-form-register input[type=submit],
body.page-register .woocommerce-form-trade-request button.button,
body.page-register .woocommerce-form-trade-request input[type=submit],
body.page-register .lost_reset_password button.button,
body.page-register .lost_reset_password input[type=submit] {
  background-color: var(--wp--preset--color--white);
  border-radius: 0px;
  border-color: var(--wp--preset--color--blue);
  border-width: 2px;
  border-style: solid;
  color: var(--wp--preset--color--blue);
  font-family: var(--wp--preset--font-family--futura-condensed);
  font-size: 1.45rem;
  font-weight: 700;
  line-height: 1.2;
  padding-top: 8px;
  padding-right: 20px;
  padding-bottom: 8px;
  padding-left: 20px;
  text-transform: uppercase;
  text-decoration: none;
  transition: all 0.1s ease-in-out;
  background-color: var(--wp--preset--color--blue);
  border-color: var(--wp--preset--color--blue);
  color: var(--wp--preset--color--white);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
  padding: 15px 30px;
}
body.woocommerce-account.logged-out .woocommerce-form-login button.button:hover,
body.woocommerce-account.logged-out .woocommerce-form-login input[type=submit]:hover, body.woocommerce-account.logged-out .woocommerce-form-register button.button:hover,
body.woocommerce-account.logged-out .woocommerce-form-register input[type=submit]:hover, body.woocommerce-account.logged-out .woocommerce-form-trade-request button.button:hover,
body.woocommerce-account.logged-out .woocommerce-form-trade-request input[type=submit]:hover, body.woocommerce-account.logged-out .lost_reset_password button.button:hover,
body.woocommerce-account.logged-out .lost_reset_password input[type=submit]:hover,
body.page-register .woocommerce-form-login button.button:hover,
body.page-register .woocommerce-form-login input[type=submit]:hover,
body.page-register .woocommerce-form-register button.button:hover,
body.page-register .woocommerce-form-register input[type=submit]:hover,
body.page-register .woocommerce-form-trade-request button.button:hover,
body.page-register .woocommerce-form-trade-request input[type=submit]:hover,
body.page-register .lost_reset_password button.button:hover,
body.page-register .lost_reset_password input[type=submit]:hover {
  color: var(--wp--preset--color--white);
  background-color: var(--wp--preset--color--blue);
}
body.woocommerce-account.logged-out .woocommerce-form-login button.button:hover,
body.woocommerce-account.logged-out .woocommerce-form-login input[type=submit]:hover, body.woocommerce-account.logged-out .woocommerce-form-register button.button:hover,
body.woocommerce-account.logged-out .woocommerce-form-register input[type=submit]:hover, body.woocommerce-account.logged-out .woocommerce-form-trade-request button.button:hover,
body.woocommerce-account.logged-out .woocommerce-form-trade-request input[type=submit]:hover, body.woocommerce-account.logged-out .lost_reset_password button.button:hover,
body.woocommerce-account.logged-out .lost_reset_password input[type=submit]:hover,
body.page-register .woocommerce-form-login button.button:hover,
body.page-register .woocommerce-form-login input[type=submit]:hover,
body.page-register .woocommerce-form-register button.button:hover,
body.page-register .woocommerce-form-register input[type=submit]:hover,
body.page-register .woocommerce-form-trade-request button.button:hover,
body.page-register .woocommerce-form-trade-request input[type=submit]:hover,
body.page-register .lost_reset_password button.button:hover,
body.page-register .lost_reset_password input[type=submit]:hover {
  color: var(--wp--preset--color--blue);
  background-color: var(--wp--preset--color--white);
}
body.woocommerce-account.logged-out .woocommerce-form-login .gfield, body.woocommerce-account.logged-out .woocommerce-form-register .gfield, body.woocommerce-account.logged-out .woocommerce-form-trade-request .gfield, body.woocommerce-account.logged-out .lost_reset_password .gfield,
body.page-register .woocommerce-form-login .gfield,
body.page-register .woocommerce-form-register .gfield,
body.page-register .woocommerce-form-trade-request .gfield,
body.page-register .lost_reset_password .gfield {
  padding: 3px;
  margin: 0 0 6px;
}
body.woocommerce-account.logged-out .woocommerce-form-login .gform_footer, body.woocommerce-account.logged-out .woocommerce-form-register .gform_footer, body.woocommerce-account.logged-out .woocommerce-form-trade-request .gform_footer, body.woocommerce-account.logged-out .lost_reset_password .gform_footer,
body.page-register .woocommerce-form-login .gform_footer,
body.page-register .woocommerce-form-register .gform_footer,
body.page-register .woocommerce-form-trade-request .gform_footer,
body.page-register .lost_reset_password .gform_footer {
  padding: 3px;
  margin-top: 15px;
}
body.woocommerce-account.logged-out .woocommerce-form-login label, body.woocommerce-account.logged-out .woocommerce-form-register label, body.woocommerce-account.logged-out .woocommerce-form-trade-request label, body.woocommerce-account.logged-out .lost_reset_password label,
body.page-register .woocommerce-form-login label,
body.page-register .woocommerce-form-register label,
body.page-register .woocommerce-form-trade-request label,
body.page-register .lost_reset_password label {
  line-height: 2;
}
body.woocommerce-account.logged-out .woocommerce-form-login .gfield_required, body.woocommerce-account.logged-out .woocommerce-form-register .gfield_required, body.woocommerce-account.logged-out .woocommerce-form-trade-request .gfield_required, body.woocommerce-account.logged-out .lost_reset_password .gfield_required,
body.page-register .woocommerce-form-login .gfield_required,
body.page-register .woocommerce-form-register .gfield_required,
body.page-register .woocommerce-form-trade-request .gfield_required,
body.page-register .lost_reset_password .gfield_required {
  margin-left: 2px;
  color: red;
}
body.woocommerce-account.logged-out .woocommerce-form-login .gform_submission_error, body.woocommerce-account.logged-out .woocommerce-form-register .gform_submission_error, body.woocommerce-account.logged-out .woocommerce-form-trade-request .gform_submission_error, body.woocommerce-account.logged-out .lost_reset_password .gform_submission_error,
body.page-register .woocommerce-form-login .gform_submission_error,
body.page-register .woocommerce-form-register .gform_submission_error,
body.page-register .woocommerce-form-trade-request .gform_submission_error,
body.page-register .lost_reset_password .gform_submission_error {
  color: black;
  font-family: "heebo-regular", "Arial", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-weight: normal;
  background: #8b1800;
  border-left: 10px solid #751501;
  color: white;
  text-transform: none;
  font-size: 16px;
  margin: 15px 3px;
  display: block;
  padding: 15px;
  font-size: 14px;
}
body.woocommerce-account.logged-out .woocommerce-form-login .gfield_validation_message, body.woocommerce-account.logged-out .woocommerce-form-register .gfield_validation_message, body.woocommerce-account.logged-out .woocommerce-form-trade-request .gfield_validation_message, body.woocommerce-account.logged-out .lost_reset_password .gfield_validation_message,
body.page-register .woocommerce-form-login .gfield_validation_message,
body.page-register .woocommerce-form-register .gfield_validation_message,
body.page-register .woocommerce-form-trade-request .gfield_validation_message,
body.page-register .lost_reset_password .gfield_validation_message {
  color: red;
  padding: 3px 0;
  font-size: 12px;
}
body.woocommerce-account.logged-out .woocommerce-form-login .gform_required_legend, body.woocommerce-account.logged-out .woocommerce-form-register .gform_required_legend, body.woocommerce-account.logged-out .woocommerce-form-trade-request .gform_required_legend, body.woocommerce-account.logged-out .lost_reset_password .gform_required_legend,
body.page-register .woocommerce-form-login .gform_required_legend,
body.page-register .woocommerce-form-register .gform_required_legend,
body.page-register .woocommerce-form-trade-request .gform_required_legend,
body.page-register .lost_reset_password .gform_required_legend {
  display: none;
}
body.woocommerce-account.logged-out .woocommerce-form-login p:not(.form-row), body.woocommerce-account.logged-out .woocommerce-form-register p:not(.form-row), body.woocommerce-account.logged-out .woocommerce-form-trade-request p:not(.form-row), body.woocommerce-account.logged-out .lost_reset_password p:not(.form-row),
body.page-register .woocommerce-form-login p:not(.form-row),
body.page-register .woocommerce-form-register p:not(.form-row),
body.page-register .woocommerce-form-trade-request p:not(.form-row),
body.page-register .lost_reset_password p:not(.form-row) {
  max-width: none;
}
body.woocommerce-account.logged-out .woocommerce-form-login .form-row:not(.woocommerce-form-row), body.woocommerce-account.logged-out .woocommerce-form-register .form-row:not(.woocommerce-form-row), body.woocommerce-account.logged-out .woocommerce-form-trade-request .form-row:not(.woocommerce-form-row), body.woocommerce-account.logged-out .lost_reset_password .form-row:not(.woocommerce-form-row),
body.page-register .woocommerce-form-login .form-row:not(.woocommerce-form-row),
body.page-register .woocommerce-form-register .form-row:not(.woocommerce-form-row),
body.page-register .woocommerce-form-trade-request .form-row:not(.woocommerce-form-row),
body.page-register .lost_reset_password .form-row:not(.woocommerce-form-row) {
  display: flex;
  flex-flow: column;
  align-items: flex-start;
}
body.woocommerce-account.logged-out .woocommerce-form-login .form-row:not(.woocommerce-form-row) .woocommerce-form-login__rememberme, body.woocommerce-account.logged-out .woocommerce-form-register .form-row:not(.woocommerce-form-row) .woocommerce-form-login__rememberme, body.woocommerce-account.logged-out .woocommerce-form-trade-request .form-row:not(.woocommerce-form-row) .woocommerce-form-login__rememberme, body.woocommerce-account.logged-out .lost_reset_password .form-row:not(.woocommerce-form-row) .woocommerce-form-login__rememberme,
body.page-register .woocommerce-form-login .form-row:not(.woocommerce-form-row) .woocommerce-form-login__rememberme,
body.page-register .woocommerce-form-register .form-row:not(.woocommerce-form-row) .woocommerce-form-login__rememberme,
body.page-register .woocommerce-form-trade-request .form-row:not(.woocommerce-form-row) .woocommerce-form-login__rememberme,
body.page-register .lost_reset_password .form-row:not(.woocommerce-form-row) .woocommerce-form-login__rememberme {
  display: flex;
  align-items: center;
  margin: 15px 0 40px;
  font-size: 0.813rem;
  color: #757474;
}
body.woocommerce-account.logged-out .woocommerce-form-login .form-row:not(.woocommerce-form-row) input[type=checkbox], body.woocommerce-account.logged-out .woocommerce-form-register .form-row:not(.woocommerce-form-row) input[type=checkbox], body.woocommerce-account.logged-out .woocommerce-form-trade-request .form-row:not(.woocommerce-form-row) input[type=checkbox], body.woocommerce-account.logged-out .lost_reset_password .form-row:not(.woocommerce-form-row) input[type=checkbox],
body.page-register .woocommerce-form-login .form-row:not(.woocommerce-form-row) input[type=checkbox],
body.page-register .woocommerce-form-register .form-row:not(.woocommerce-form-row) input[type=checkbox],
body.page-register .woocommerce-form-trade-request .form-row:not(.woocommerce-form-row) input[type=checkbox],
body.page-register .lost_reset_password .form-row:not(.woocommerce-form-row) input[type=checkbox] {
  width: 20px;
  background-color: white;
  box-shadow: none;
  margin-right: 10px;
}
body.woocommerce-account.logged-out .woocommerce-form-login input[type=text],
body.woocommerce-account.logged-out .woocommerce-form-login input[type=email],
body.woocommerce-account.logged-out .woocommerce-form-login input[type=password],
body.woocommerce-account.logged-out .woocommerce-form-login span.password-input,
body.woocommerce-account.logged-out .woocommerce-form-login textarea,
body.woocommerce-account.logged-out .woocommerce-form-login select, body.woocommerce-account.logged-out .woocommerce-form-register input[type=text],
body.woocommerce-account.logged-out .woocommerce-form-register input[type=email],
body.woocommerce-account.logged-out .woocommerce-form-register input[type=password],
body.woocommerce-account.logged-out .woocommerce-form-register span.password-input,
body.woocommerce-account.logged-out .woocommerce-form-register textarea,
body.woocommerce-account.logged-out .woocommerce-form-register select, body.woocommerce-account.logged-out .woocommerce-form-trade-request input[type=text],
body.woocommerce-account.logged-out .woocommerce-form-trade-request input[type=email],
body.woocommerce-account.logged-out .woocommerce-form-trade-request input[type=password],
body.woocommerce-account.logged-out .woocommerce-form-trade-request span.password-input,
body.woocommerce-account.logged-out .woocommerce-form-trade-request textarea,
body.woocommerce-account.logged-out .woocommerce-form-trade-request select, body.woocommerce-account.logged-out .lost_reset_password input[type=text],
body.woocommerce-account.logged-out .lost_reset_password input[type=email],
body.woocommerce-account.logged-out .lost_reset_password input[type=password],
body.woocommerce-account.logged-out .lost_reset_password span.password-input,
body.woocommerce-account.logged-out .lost_reset_password textarea,
body.woocommerce-account.logged-out .lost_reset_password select,
body.page-register .woocommerce-form-login input[type=text],
body.page-register .woocommerce-form-login input[type=email],
body.page-register .woocommerce-form-login input[type=password],
body.page-register .woocommerce-form-login span.password-input,
body.page-register .woocommerce-form-login textarea,
body.page-register .woocommerce-form-login select,
body.page-register .woocommerce-form-register input[type=text],
body.page-register .woocommerce-form-register input[type=email],
body.page-register .woocommerce-form-register input[type=password],
body.page-register .woocommerce-form-register span.password-input,
body.page-register .woocommerce-form-register textarea,
body.page-register .woocommerce-form-register select,
body.page-register .woocommerce-form-trade-request input[type=text],
body.page-register .woocommerce-form-trade-request input[type=email],
body.page-register .woocommerce-form-trade-request input[type=password],
body.page-register .woocommerce-form-trade-request span.password-input,
body.page-register .woocommerce-form-trade-request textarea,
body.page-register .woocommerce-form-trade-request select,
body.page-register .lost_reset_password input[type=text],
body.page-register .lost_reset_password input[type=email],
body.page-register .lost_reset_password input[type=password],
body.page-register .lost_reset_password span.password-input,
body.page-register .lost_reset_password textarea,
body.page-register .lost_reset_password select {
  max-width: 350px;
  background-color: white;
}
body.woocommerce-account.logged-out .woocommerce-form-login a, body.woocommerce-account.logged-out .woocommerce-form-register a, body.woocommerce-account.logged-out .woocommerce-form-trade-request a, body.woocommerce-account.logged-out .lost_reset_password a,
body.page-register .woocommerce-form-login a,
body.page-register .woocommerce-form-register a,
body.page-register .woocommerce-form-trade-request a,
body.page-register .lost_reset_password a {
  color: black;
}
body.woocommerce-account.logged-out .woocommerce-form-login a:hover, body.woocommerce-account.logged-out .woocommerce-form-register a:hover, body.woocommerce-account.logged-out .woocommerce-form-trade-request a:hover, body.woocommerce-account.logged-out .lost_reset_password a:hover,
body.page-register .woocommerce-form-login a:hover,
body.page-register .woocommerce-form-register a:hover,
body.page-register .woocommerce-form-trade-request a:hover,
body.page-register .lost_reset_password a:hover {
  text-decoration: none;
}
body.woocommerce-account.logged-out .woocommerce-form-register,
body.page-register .woocommerce-form-register {
  margin-bottom: 0;
}
body.woocommerce-account.logged-out .woocommerce-form-trade-request,
body.page-register .woocommerce-form-trade-request {
  padding-top: 0;
  margin-top: -40px;
  position: relative;
  z-index: 2;
}

#retail-user-wrap,
#trade-user-wrap {
  display: none;
}

#customer_login #col-login,
#customer_login #col-register {
  float: none;
  width: 100%;
}

nav.woocommerce-custom-account-navigation ul {
  list-style-type: none;
  margin: 30px 0 0;
  padding: 0;
}
nav.woocommerce-custom-account-navigation ul li {
  border-top: 1px solid #e2e2e2;
  padding-left: 0;
  padding-bottom: 0;
}
nav.woocommerce-custom-account-navigation ul li::before {
  display: none;
}
nav.woocommerce-custom-account-navigation ul li a {
  color: black;
  text-decoration: none;
  font-weight: bold;
  display: flex;
  justify-content: space-between;
  padding: 15px 0;
  font-size: 16px;
}
nav.woocommerce-custom-account-navigation ul li a::after {
  content: "";
  background: #c41100 url("../../icons/icons-chevron-right-white.svg") no-repeat center center;
  background-size: 8px 8px;
  max-width: 16px;
  width: 100%;
  height: 16px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 0.2rem;
}
nav.woocommerce-custom-account-navigation ul li a:hover::after, nav.woocommerce-custom-account-navigation ul li a:focus::after, nav.woocommerce-custom-account-navigation ul li a:active::after {
  background: black url("../../icons/icons-chevron-right-white.svg") no-repeat center center;
  background-size: 8px 8px;
}
nav.woocommerce-custom-account-navigation ul li.is-active a {
  color: #0061a1;
  cursor: default;
}
nav.woocommerce-custom-account-navigation ul li.is-active a::after {
  background: #c41100 url("../../icons/icons-chevron-right-white.svg") no-repeat center center;
  background-size: 8px 8px;
}
