/*=================================
=            LOG IN               =
=================================*/
.account_page {
  padding: 235px 0 150px;
}

.account_page .woocommerce-notices-wrapper {
  position: absolute;
  top: -7px;
  left: 29px;
  z-index: 2;
  background-color: transparent !important;
  pointer-events: none;
}

.account_page .woocommerce-notices-wrapper .woocommerce-error {
  border: none;
  color: #b81c23;
  background-color: transparent;
}

.account_page .woocommerce-notices-wrapper .woocommerce-message {
  display: none;
}

.account_page .error_custm_wrap {
  color: #ff0000;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: -0.5px;
  line-height: 32px;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  box-align: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center;
  margin-bottom: 27px;
}

.account_page .error_custm_wrap svg {
  margin-right: 10px;
}

.account_page .error_custm_wrap div {
  width: calc(100% - 32px);
}

.login_form_wrap {
  width: 330px;
  max-width: 100%;
  margin: 0 auto;
}

.login_form_wrap .basic44 {
  text-align: center;
}

.login_form_wrap form.checkout_coupon, .login_form_wrap form.login, .login_form_wrap form.register, .login_form_wrap form.lost_reset_password {
  border: none;
  padding: 45px 0 0;
  margin: 0;
  border-radius: 0;
}

.login_form_wrap form.error_form input[type="text"], .login_form_wrap form.error_form input[type="password"] {
  border: 1px solid #ff0000;
}

.login_form_wrap .lost_password {
  text-align: center;
}

.login_form_wrap .lost_password a {
  text-decoration: underline;
}

@media screen and (max-width: 1024px) {
  .account_page {
    padding: 110px 0 75px;
  }
  .account_page .woocommerce-notices-wrapper {
    top: 40px;
    left: -22px;
  }
}

@media screen and (max-width: 767px) {
  .account_page {
    padding: 120px 0 55px;
  }
  .account_page .woocommerce-notices-wrapper {
    top: 26px;
    left: -3px;
  }
}

.under_form_link {
  text-align: center;
  text-decoration: underline;
  text-transform: uppercase;
  margin-top: 0;
  width: calc(100% + 50px);
  margin-left: -25px;
}

/*=================================
=           MY ACCOUNT            =
=================================*/
.woocommerce form .form-row-first, .woocommerce form .form-row-last {
  width: calc();
}

.my_account_orders thead th {
  padding-bottom: 25px !important;
}

.woocommerce-orders-table__row--status-processing, .woocommerce-orders-table__row--status-pending {
  height: 61px;
}

@media screen and (max-width: 1024px) {
  .woocommerce-orders-table__row--status-processing, .woocommerce-orders-table__row--status-pending {
    height: auto;
  }
}

.woocommerce-orders-table__row--status-processing .woocommerce-orders-table__cell-order-actions .view, .woocommerce-orders-table__row--status-pending .woocommerce-orders-table__cell-order-actions .view {
  display: none;
}

.woocommerce form .form-row {
  padding: 0px;
}

.container {
  margin: auto;
}

.container .myaccount_page {
  padding: 70px;
}

@media screen and (max-width: 1024px) {
  .container .myaccount_page {
    padding: 20px;
  }
}

@media screen and (max-width: 767px) {
  .container .myaccount_page {
    padding: 0;
  }
}

.container .myaccount_page .woocommerce {
  max-width: calc(1200px);
}

.container .order-number,
.container .order-date,
.container .order-status {
  background-color: transparent;
  font-weight: 800;
  margin-bottom: 10px;
}

.top_title_wrap__account {
  margin-top: -96px;
}

@media screen and (max-width: 1024px) {
  .top_title_wrap__account {
    margin-top: 0;
  }
}

@media screen and (max-width: 767px) {
  .top_title_wrap__account {
    margin-top: 70px;
    margin-bottom: 20px;
    text-align: center;
  }
}

.billing_title {
  margin-bottom: 44px;
}

.woocommerce-account .woocommerce form .form-row-first, .woocommerce-account .woocommerce form .form-row-last {
  width: 48%;
}

.woocommerce-account #billing_address_1_field, .woocommerce-account #billing_state_field {
  width: 60%;
  float: left;
  clear: left !important;
}

@media screen and (max-width: 767px) {
  .woocommerce-account #billing_address_1_field, .woocommerce-account #billing_state_field {
    width: 100%;
  }
}

.woocommerce-account #billing_address_2_field, .woocommerce-account #billing_postcode_field {
  width: calc(40% - 20px);
  float: left;
  margin-left: 20px;
  clear: inherit;
}

@media screen and (max-width: 767px) {
  .woocommerce-account #billing_address_2_field, .woocommerce-account #billing_postcode_field {
    margin-left: 0px;
    width: 100%;
  }
}

.woocommerce-account .woocommerce-MyAccount-content {
  position: relative;
  width: calc(100% - 410px);
}

.woocommerce-account .woocommerce-MyAccount-content .container {
  border-radius: 16px;
  background-color: #F7F7F7;
  margin: 0px;
  padding: 50px;
  /**
			*Checkbox
			*/
}

.woocommerce-account .woocommerce-MyAccount-content .container .containerr {
  display: block;
  position: relative;
  padding-left: 30px;
  margin-top: 30px;
  margin-bottom: 25px;
  cursor: pointer;
  font-size: 14px;
  line-height: 20px;
  /*-webkit-user-select: none;
				-moz-user-select: none;
				-ms-user-select: none;*/
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.woocommerce-account .woocommerce-MyAccount-content .container .containerr input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

.woocommerce-account .woocommerce-MyAccount-content .container .containerr input:checked ~ .checkmark {
  background-color: #e4e4e4;
}

.woocommerce-account .woocommerce-MyAccount-content .container .containerr input:checked ~ .checkmark:after {
  display: block;
}

.woocommerce-account .woocommerce-MyAccount-content .container .containerr:hover input ~ .checkmark {
  background-color: #ffffff;
  border: 1px solid #ff9500;
}

.woocommerce-account .woocommerce-MyAccount-content .container .containerr .checkmark.error {
  border-color: #b81c23;
}

.woocommerce-account .woocommerce-MyAccount-content .container .containerr .checkmark:after {
  left: 6px;
  top: 3px;
  width: 5px;
  height: 10px;
  border: solid #ff9500;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.woocommerce-account .woocommerce-MyAccount-content .container .checkmark {
  margin-top: 9px;
  position: absolute;
  top: -2px;
  left: 0;
  height: 20px;
  width: 20px;
  border-radius: 3px;
  background-color: #e4e4e4;
  border: 1px solid #dbdbdb;
  line-height: 32px;
}

.woocommerce-account .woocommerce-MyAccount-content .container .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

@media screen and (max-width: 1024px) {
  .woocommerce-account .woocommerce-MyAccount-content .container {
    border-radius: 16px;
    width: 100%;
    padding: 20px;
    float: none;
  }
}

@media screen and (max-width: 767px) {
  .woocommerce-account .woocommerce-MyAccount-content .container {
    border-radius: 0px;
    width: 100%;
    padding: 20px;
    padding-top: 70px;
  }
}

@media screen and (max-width: 1024px) {
  .woocommerce-account .woocommerce-MyAccount-content {
    width: 100%;
    margin: 0px;
  }
}

@media screen and (max-width: 767px) {
  .woocommerce-account .woocommerce-MyAccount-content {
    width: 100%;
    margin: 0px;
  }
}

.woocommerce-account .addresses .title .edit {
  font-size: 14px;
  font-weight: 500;
  letter-spacing: -0.3px;
  line-height: 20px;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  box-align: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center;
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  margin-right: 17px;
}

@media screen and (min-width: 1025px) {
  .woocommerce-account .addresses .title .edit:hover {
    color: #FF9500;
  }
}

/**
	*	Account details form
	*/
.account-details .basic44 {
  text-align: left;
  margin-bottom: 40px;
  padding-left: 5px;
}

@media screen and (max-width: 767px) {
  .account-details .basic44 {
    display: none;
  }
}

.account-details .container {
  border-radius: 16px;
  background-color: #F7F7F7;
  margin: 0px;
  width: auto;
  padding: 26px 55px 56px 57px;
}

.account-details .container .basic18 {
  margin-top: 55px;
}

.account-details .container .basic16 {
  margin-top: 50px;
  margin-bottom: 10px;
}

.account-details .container .basic_btn {
  float: right;
  margin-top: 60px;
}

.account-details .container #deactivate_account {
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  text-align: left;
  margin-bottom: 30px;
  margin-top: 17px;
  max-width: 469px;
}

@media screen and (max-width: 1024px) {
  .account-details .container #deactivate_account {
    width: auto;
    height: auto;
  }
}

.account-details .container .dark_submit {
  height: auto;
}

@media screen and (max-width: 1024px) {
  .account-details .container .dark_submit {
    margin: 0;
    width: 268px;
    height: 48px;
  }
}

/**
* SELECTBOX ADDRESSES => BILLING/SHIPPING 
*/
.select2-container--default .select2-selection--single .select2-selection__rendered {
  height: 48px;
  color: #191d45;
  font-size: 16px;
  font-weight: 900;
  letter-spacing: -0.44px;
  line-height: 22px;
}

.select2 .select2-selection {
  border: 0;
  height: 48px;
  border-radius: 4px;
}

.select2 .select2-selection__rendered {
  height: 100%;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center;
  box-align: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center;
  padding-left: 12px !important;
}

.select2 .select2-selection__arrow {
  position: absolute;
}

.select2 .select2-selection__arrow b {
  display: none;
}

.select2 .select2-selection__arrow::before, .select2 .select2-selection__arrow::after {
  content: "";
  position: absolute;
  z-index: 1;
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 6px solid #FF9500;
  right: 10px;
}

.select2 .select2-selection__arrow::before {
  top: 14px;
}

.select2 .select2-selection__arrow::after {
  top: 26px;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.select2-dropdown {
  border: 0;
  overflow: auto;
}

.select2-results__option {
  padding-left: 12px;
}

input,
label,
legend {
  font-size: 16px;
  font-weight: 700;
  letter-spacing: -0.5px;
}

.woocommerce {
  display: inline;
  /**
	* Orders table
	*/
  /**
	*	Order pagination button
	*/
}

.woocommerce form {
  /**
		*	First/Last name mobile 
		*/
}

.woocommerce form .form-row {
  margin-bottom: 24px;
  /**
			* Information below Display name
			*/
  /**
			*	New Password strength and message
			*/
}

.woocommerce form .form-row input.input-text {
  padding-left: 10px;
  height: 48px;
  border: 0px;
  background-color: #fff;
}

.woocommerce form .form-row #account_display_name_info {
  display: none;
}

.woocommerce form .form-row .password_info {
  width: 469px;
  height: 43px;
  font-size: 14px;
  font-weight: 500;
  font-style: normal;
  line-height: 24px;
  text-align: left;
  display: none;
}

.woocommerce form .form-row #strength {
  right: 90px;
  position: absolute;
  line-height: 48px;
  z-index: 2;
}

@media screen and (max-width: 1024px) {
  .woocommerce form .form-row #strength {
    right: 60px;
  }
}

@media screen and (max-width: 767px) {
  .woocommerce form .form-row #strength {
    right: 60px;
  }
}

@media screen and (max-width: 767px) {
  .woocommerce form .form-row-first {
    width: 100%;
  }
  .woocommerce form .form-row-last {
    width: 100%;
  }
}

.woocommerce table.my_account_orders {
  font-size: 24px;
}

.woocommerce table.shop_table {
  border: none;
  border-bottom: 1px solid #d0d0d0;
  border-radius: 0;
  margin: 0 -1px 44px 0;
  text-align: left;
  width: 100%;
  border-collapse: separate;
}

.woocommerce table.shop_table .link {
  font-size: 16px;
  font-weight: 500;
  letter-spacing: -0.3px;
  line-height: 20px;
  margin-left: 10px;
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}

@media screen and (min-width: 1025px) {
  .woocommerce table.shop_table .link:hover {
    color: #ff9500;
  }
}

.woocommerce table.shop_table th:last-child {
  text-align: right;
}

.woocommerce table.shop_table th tr:last-child {
  text-align: right;
}

.woocommerce table.shop_table td:last-child {
  text-align: right;
}

.woocommerce table.my_account_orders {
  color: #191d45;
}

.woocommerce table.my_account_orders th {
  font-size: 18px;
  font-weight: 900;
  font-style: normal;
  letter-spacing: -0.3px;
  line-height: 22px;
}

.woocommerce table.my_account_orders th:last-child {
  text-align: right;
}

.woocommerce table.my_account_orders td {
  font-size: 14px;
  font-weight: 500;
  font-style: normal;
  letter-spacing: -0.16px;
  line-height: 24px;
  /**
			*	Order Actions button
			*/
}

.woocommerce table.my_account_orders td:last-child {
  text-align: right;
}

@media screen and (min-width: 1025px) {
  .woocommerce table.my_account_orders td:first-child:hover {
    color: #FF9500;
  }
}

.woocommerce table.my_account_orders td .link {
  font-size: 16px;
  font-weight: 500;
  letter-spacing: -0.3px;
  line-height: 20px;
  margin-left: 10px;
}

@media screen and (min-width: 1025px) {
  .woocommerce table.my_account_orders td .link:hover {
    color: #ff9500;
  }
}

.woocommerce .woocommerce-pagination .dark_submit {
  padding: 10px;
}

/*=================================
=      SIDE MENU NAVIGATION       =
=================================*/
/**
* Navigation
*/
.woocommerce-account .woocommerce-MyAccount-navigation {
  margin-right: 80px;
  width: 330px;
  border-radius: 4px;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul:last-child {
  list-style-type: none;
  padding-left: 0;
  width: 330px;
  margin: 0px;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul:last-child li:last-child {
  height: 60px;
  width: 330px;
  border-radius: 4px;
  margin-bottom: 15px;
  background-color: #fff;
  cursor: pointer;
  border: 1px solid #FF9500;
  color: #FF9500;
  line-height: 48px;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul:last-child li:last-child a {
  color: #ff9500;
  display: block;
  padding: 14px 24px;
  font-size: 16px;
  font-family: "Gotham", sans-serif;
  text-transform: uppercase;
  font-weight: 500;
  letter-spacing: -0.56px;
  text-align: center;
  line-height: 32px;
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}

@media screen and (min-width: 1025px) {
  .woocommerce-account .woocommerce-MyAccount-navigation ul:last-child li:last-child a:hover {
    background-color: #ff9500;
    color: #f7f7f7;
  }
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li {
  height: 60px;
  width: 330px;
  border-radius: 4px;
  background-color: #f7f7f7;
  margin-bottom: 15px;
  border: 1px solid #f7f7f7;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li a {
  display: block;
  padding: 14px 24px;
  color: #a8a8a8;
  font-size: 18px;
  font-family: "Gotham", sans-serif;
  font-weight: 500;
  letter-spacing: -0.56px;
  text-align: left;
  line-height: 32px;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li:not(.is-active) {
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}

@media screen and (min-width: 1025px) {
  .woocommerce-account .woocommerce-MyAccount-navigation ul li:not(.is-active):hover {
    background-color: #ffffff;
    border: 1px solid #ff9500;
  }
  .woocommerce-account .woocommerce-MyAccount-navigation ul li:not(.is-active):hover a {
    color: #ff9500;
  }
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li.is-active {
  background-color: #191d45;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li.is-active a {
  display: block;
  padding: 14px 24px;
  color: #f7f7f7;
  font-family: "Basis Grotesque";
  font-size: 18px;
  font-weight: 900;
  letter-spacing: -0.56px;
  text-align: left;
  line-height: 32px;
}

.woocommerce-account .woocommerce-MyAccount-navigation-mob {
  margin-right: 30px;
  width: 280px;
  border-radius: 4px;
}

.woocommerce-account .woocommerce-MyAccount-navigation-mob .selectBI {
  width: 280px;
  height: 60px;
  background-color: #191d45;
  border-radius: 4px;
  display: block;
  padding: 14px 24px;
  color: #f7f7f7;
  font-family: "Basis Grotesque";
  font-size: 18px;
  font-weight: 900;
  letter-spacing: -0.56px;
  text-transform: uppercase;
  text-align: left;
  line-height: 32px;
  margin-bottom: 10px;
  display: none;
}

.woocommerce-account .woocommerce-MyAccount-navigation-mob ul {
  display: none;
}

.woocommerce-account .woocommerce-MyAccount-navigation-mob ul li.is-active {
  background-color: #191d45;
}

.woocommerce-account .woocommerce-MyAccount-navigation-mob ul li.is-active a {
  display: block;
  padding: 14px 24px;
  color: #f7f7f7;
  font-family: "Basis Grotesque";
  font-size: 18px;
  font-weight: 900;
  letter-spacing: -0.56px;
  text-align: left;
  line-height: 32px;
}

.woocommerce-account .woocommerce-MyAccount-navigation-mob ul:last-child {
  list-style-type: none;
  padding-left: 0;
  width: auto;
  margin: 0px;
}

.woocommerce-account .woocommerce-MyAccount-navigation-mob ul:last-child li:last-child {
  height: 60px;
  width: 100%;
  border-radius: 4px;
  margin-bottom: 15px;
  background-color: #fff;
  cursor: pointer;
  border: 1px solid #FF9500;
  color: #FF9500;
  line-height: 48px;
}

.woocommerce-account .woocommerce-MyAccount-navigation-mob ul:last-child li:last-child a {
  color: #ff9500;
  display: block;
  padding: 14px 24px;
  text-transform: uppercase;
  font-size: 16px;
  font-family: "Gotham", sans-serif;
  font-weight: 800;
  font-weight: 900;
  letter-spacing: -0.56px;
  text-align: center;
  line-height: 32px;
}

.woocommerce-account .woocommerce-MyAccount-navigation-mob ul li {
  height: 60px;
  width: 100%;
  border-radius: 4px;
  background-color: #f7f7f7;
  margin-bottom: 15px;
}

.woocommerce-account .woocommerce-MyAccount-navigation-mob ul li a {
  display: block;
  padding: 14px 24px;
  color: #a8a8a8;
  text-transform: uppercase;
  font-size: 16px;
  font-family: "Gotham", sans-serif;
  font-weight: 800;
  font-weight: 900;
  letter-spacing: -0.56px;
  text-align: left;
  line-height: 32px;
}

@media screen and (max-width: 1024px) {
  .woocommerce-account .woocommerce-MyAccount-navigation {
    width: 280px;
  }
  .woocommerce-account .woocommerce-MyAccount-navigation ul {
    display: none;
  }
  .woocommerce-account .woocommerce-MyAccount-navigation-mob {
    width: 280px;
    margin-bottom: 30px;
  }
  .woocommerce-account .woocommerce-MyAccount-navigation-mob .selectBI {
    width: 280px;
    height: 60px;
    background-color: #191d45;
    border-radius: 4px;
    display: block;
    padding: 14px 24px;
    color: #f7f7f7;
    font-family: "Basis Grotesque";
    font-size: 18px;
    font-weight: 900;
    letter-spacing: -0.56px;
    text-transform: uppercase;
    text-align: left;
    line-height: 32px;
    margin-bottom: 10px;
  }
  .woocommerce-account .woocommerce-MyAccount-navigation-mob .selectBI ul {
    display: none;
  }
  .woocommerce-account .woocommerce-MyAccount-navigation-mob .selectBI .selectboxit-text {
    position: relative;
  }
  .woocommerce-account .woocommerce-MyAccount-navigation-mob .selectBI .selectboxit-text::after {
    content: "";
    position: absolute;
    left: 220px;
    top: 5px;
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 6px solid #ff9500;
  }
  .woocommerce-account .woocommerce-MyAccount-navigation-mob ul li.is-active {
    background-color: #191d45;
    display: block;
  }
  .woocommerce-account .woocommerce-MyAccount-navigation-mob ul li.is-active a {
    display: block;
    padding: 14px 24px;
    color: #f7f7f7;
    font-family: "Basis Grotesque";
    font-size: 18px;
    font-weight: 900;
    letter-spacing: -0.56px;
    text-align: left;
    line-height: 32px;
  }
  .woocommerce-account .woocommerce-MyAccount-navigation-mob ul:last-child {
    list-style-type: none;
    padding-left: 0;
    width: auto;
    margin: 0px;
  }
  .woocommerce-account .woocommerce-MyAccount-navigation-mob ul:last-child li:last-child {
    height: 60px;
    width: 100%;
    border-radius: 4px;
    margin-bottom: 15px;
    background-color: #fff;
    cursor: pointer;
    border: 1px solid #FF9500;
    color: #FF9500;
    line-height: 48px;
  }
  .woocommerce-account .woocommerce-MyAccount-navigation-mob ul:last-child li:last-child a {
    color: #ff9500;
    display: block;
    padding: 14px 24px;
    text-transform: uppercase;
    font-size: 16px;
    font-family: "Gotham", sans-serif;
    font-weight: 800;
    font-weight: 900;
    letter-spacing: -0.56px;
    text-align: center;
    line-height: 32px;
  }
  .woocommerce-account .woocommerce-MyAccount-navigation-mob ul li {
    height: 60px;
    width: 100%;
    border-radius: 4px;
    background-color: #f7f7f7;
    margin-bottom: 15px;
  }
  .woocommerce-account .woocommerce-MyAccount-navigation-mob ul li a {
    display: block;
    padding: 14px 24px;
    color: #a8a8a8;
    text-transform: uppercase;
    font-size: 16px;
    font-family: "Gotham", sans-serif;
    font-weight: 800;
    font-weight: 900;
    letter-spacing: -0.56px;
    text-align: left;
    line-height: 32px;
  }
}

@media screen and (max-width: 767px) {
  .woocommerce-account .woocommerce-MyAccount-navigation {
    width: 280px;
    margin-left: 20px;
  }
  .woocommerce-account .woocommerce-MyAccount-navigation ul {
    display: none;
  }
  .woocommerce-account .woocommerce-MyAccount-navigation-mob {
    width: 280px;
    margin-left: 20px;
    margin-bottom: -43px;
    z-index: 2;
  }
  .woocommerce-account .woocommerce-MyAccount-navigation-mob .selectBI {
    width: 280px;
    height: 60px;
    background-color: #191d45;
    border-radius: 4px;
    display: block;
    padding: 14px 24px;
    color: #f7f7f7;
    font-family: "Basis Grotesque";
    font-size: 18px;
    font-weight: 900;
    letter-spacing: -0.56px;
    text-transform: uppercase;
    text-align: left;
    line-height: 32px;
    margin-bottom: 10px;
    position: relative;
    z-index: 2;
  }
  .woocommerce-account .woocommerce-MyAccount-navigation-mob .selectBI ul {
    display: none;
  }
  .woocommerce-account .woocommerce-MyAccount-navigation-mob .selectBI .selectboxit-text {
    position: relative;
  }
  .woocommerce-account .woocommerce-MyAccount-navigation-mob .selectBI .selectboxit-text::after {
    content: "";
    position: absolute;
    left: 220px;
    top: 5px;
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 6px solid #ff9500;
  }
  .woocommerce-account .woocommerce-MyAccount-navigation-mob ul {
    position: relative;
    z-index: 2;
  }
  .woocommerce-account .woocommerce-MyAccount-navigation-mob ul li.is-active {
    background-color: #191d45;
  }
  .woocommerce-account .woocommerce-MyAccount-navigation-mob ul li.is-active a {
    display: block;
    padding: 14px 24px;
    color: #f7f7f7;
    font-family: "Basis Grotesque";
    font-size: 18px;
    font-weight: 900;
    letter-spacing: -0.56px;
    text-align: left;
    line-height: 32px;
  }
  .woocommerce-account .woocommerce-MyAccount-navigation-mob ul:last-child {
    list-style-type: none;
    padding-left: 0;
    width: auto;
    margin: 0px;
  }
  .woocommerce-account .woocommerce-MyAccount-navigation-mob ul:last-child li:last-child {
    height: 60px;
    width: 100%;
    border-radius: 4px;
    margin-bottom: 15px;
    background-color: #fff;
    cursor: pointer;
    border: 1px solid #FF9500;
    color: #FF9500;
    line-height: 48px;
  }
  .woocommerce-account .woocommerce-MyAccount-navigation-mob ul:last-child li:last-child a {
    color: #ff9500;
    display: block;
    padding: 14px 24px;
    text-transform: uppercase;
    font-size: 16px;
    font-family: "Gotham", sans-serif;
    font-weight: 800;
    font-weight: 900;
    letter-spacing: -0.56px;
    text-align: center;
    line-height: 32px;
  }
  .woocommerce-account .woocommerce-MyAccount-navigation-mob ul li {
    height: 60px;
    width: 100%;
    border-radius: 4px;
    background-color: #f7f7f7;
    margin-bottom: 15px;
  }
  .woocommerce-account .woocommerce-MyAccount-navigation-mob ul li a {
    display: block;
    padding: 14px 24px;
    color: #a8a8a8;
    text-transform: uppercase;
    font-size: 16px;
    font-family: "Gotham", sans-serif;
    font-weight: 800;
    font-weight: 900;
    letter-spacing: -0.56px;
    text-align: left;
    line-height: 32px;
  }
}

.wcs-auto-renew-toggle .subscription-auto-renew-toggle i::before {
  content: '';
}

/*=================================
=   	Message when user         =
=  		don't have orders,        =
= 	subscriptions, downloads, 	  =
= 		payment methods  	      =
=================================*/
.woocommerce-Message {
  padding: auto;
}

.woocommerce-Message .dark_submit {
  float: right;
  width: auto;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .woocommerce-Message .dark_submit {
    margin-top: 20px;
    padding: 0px;
    width: 100%;
    height: 48px;
    text-align: center;
  }
}
/*# sourceMappingURL=my_account.css.map */