/*
  ========================================
  USER ACCOUNT STYLES
  ========================================
*/
.woocommerce {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
@media (max-width: 991px) {
  .woocommerce {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.woocommerce-MyAccount-navigation {
  margin-right: 66px;
  border-left: none;
  border-right: none;
  border-width: 2px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .woocommerce-MyAccount-navigation {
    margin-right: 20px;
  }
}
.woocommerce-MyAccount-navigation ul li a {
  padding: 18px;
  font-size: 18px;
  text-align: left;
  border-bottom-width: 2px;
}
@media (min-width: 992px) {
  .woocommerce-MyAccount-navigation ul li a {
    font-size: 1.25em;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .woocommerce-MyAccount-navigation ul li a {
    min-width: 191px;
  }
}
@media (min-width: 1200px) {
  .woocommerce-MyAccount-navigation ul li a {
    min-width: 300px;
  }
}

.main_color {
  background: #FAFAFA;
  color: #1D1D1F;
}
.main_color h3 {
  color: #1D1D1F;
}
.main_color .col-1,
.main_color .col-2,
.main_color form.register,
.main_color form.login {
  background: transparent;
}
.main_color .col-1 a:hover,
.main_color .col-2 a:hover,
.main_color form.register a:hover,
.main_color form.login a:hover {
  text-decoration: underline;
  color: inherit;
}
.main_color .form-btn-wrap {
  text-align: center;
}
.main_color .form-btn-wrap .button {
  float: none;
  margin: 0;
}
@media (max-width: 991px) {
  .main_color #customer_login .col2-set .col-1,
  .main_color #customer_login .col2-set .col-2 {
    width: 100%;
  }
}
.main_color .woocommerce-info {
  background: #fff;
  min-height: 127px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
@media (max-width: 991px) {
  .main_color .woocommerce-info {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
}
.main_color .woocommerce-MyAccount-navigation .woocommerce-MyAccount-navigation-link a {
  position: relative;
  z-index: 1;
  -webkit-transition: all 0.15s ease;
  transition: all 0.15s ease;
}
@media (min-width: 992px) {
  .main_color .woocommerce-MyAccount-navigation .woocommerce-MyAccount-navigation-link a:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: -2px;
    bottom: -2px;
    background: #333333;
    z-index: -1;
    opacity: 0;
    -webkit-transition: all 0.15s ease;
    transition: all 0.15s ease;
  }
}
.main_color .woocommerce-MyAccount-navigation .woocommerce-MyAccount-navigation-link:hover {
  background: transparent;
}
@media (min-width: 992px) {
  .main_color .woocommerce-MyAccount-navigation .woocommerce-MyAccount-navigation-link:hover {
    background: #333333;
  }
}
.main_color .woocommerce-MyAccount-navigation .woocommerce-MyAccount-navigation-link:hover a {
  color: #000;
}
@media (min-width: 992px) {
  .main_color .woocommerce-MyAccount-navigation .woocommerce-MyAccount-navigation-link:hover a {
    font-family: "Avenir Heavy", Helvetica, Arial, sans-serif;
    font-weight: 900;
    font-style: normal;
    font-display: swap;
    color: #FFFF02;
  }
  .main_color .woocommerce-MyAccount-navigation .woocommerce-MyAccount-navigation-link:hover a:before {
    opacity: 1;
  }
}
.main_color .woocommerce-MyAccount-navigation .woocommerce-MyAccount-navigation-link.is-active {
  background: #333333;
}
@media (max-width: 991px) {
  .main_color .woocommerce-MyAccount-navigation .woocommerce-MyAccount-navigation-link.is-active {
    border-color: #333333;
    margin-top: -2px;
  }
}
.main_color .woocommerce-MyAccount-navigation .woocommerce-MyAccount-navigation-link.is-active a {
  color: #FFFF02;
  z-index: 1;
}
@media (max-width: 991px) {
  .main_color .woocommerce-MyAccount-navigation .woocommerce-MyAccount-navigation-link.is-active a {
    margin-top: 2px;
  }
}
@media (min-width: 992px) {
  .main_color .woocommerce-MyAccount-navigation .woocommerce-MyAccount-navigation-link.is-active a {
    font-family: "Avenir Heavy", Helvetica, Arial, sans-serif;
    font-weight: 900;
    font-style: normal;
    font-display: swap;
  }
  .main_color .woocommerce-MyAccount-navigation .woocommerce-MyAccount-navigation-link.is-active a:before {
    opacity: 1;
  }
}
.main_color .woocommerce-Address {
  background: #fff;
}
.main_color div,
.main_color nav,
.main_color ul,
.main_color li,
.main_color a,
.main_color span {
  border-color: #D2D2D5;
}
.main_color .required {
  color: #ff0f0f !important;
}
.main_color .woocommerce-MyAccount-content h2 {
  font-family: "Avenir Heavy", Helvetica, Arial, sans-serif;
  font-weight: 900;
  font-style: normal;
  font-display: swap;
  text-transform: none;
  font-size: 19px;
}
@media (min-width: 992px) {
  .main_color .woocommerce-MyAccount-content h2 {
    font-size: 1.35em;
  }
}
.main_color .woocommerce-MyAccount-content table {
  background-color: transparent;
}
.main_color .woocommerce-MyAccount-content table.shop_table {
  margin: 0 0 50px 0;
}
.main_color .woocommerce-MyAccount-content table th, .main_color .woocommerce-MyAccount-content table td {
  border-width: 2px;
}
.main_color .woocommerce-MyAccount-content tr:nth-child(odd), .main_color .woocommerce-MyAccount-content tr:nth-child(even) {
  background-color: #FAFAFA;
}
.main_color .woocommerce-MyAccount-content tr td {
  border-color: #D2D2D5;
  border-right: none !important;
  border-left: none !important;
  font-size: 12px;
}
@media (min-width: 992px) {
  .main_color .woocommerce-MyAccount-content tr td {
    font-size: 1.1em;
  }
}
.main_color .woocommerce-MyAccount-content tr td:first-child {
  border-left: none !important;
}
.main_color .woocommerce-MyAccount-content thead tr {
  background-color: #D2D2D5;
}
.main_color .woocommerce-MyAccount-content thead tr:nth-child(odd) {
  background-color: #D2D2D5;
}
.main_color .woocommerce-MyAccount-content th {
  border-color: #D2D2D5;
  font-size: 12px;
  border-right: none;
  border-left: none;
}
@media (min-width: 992px) {
  .main_color .woocommerce-MyAccount-content th {
    font-size: 1.1em;
  }
}

#top .woocommerce-MyAccount-content div.woocommerce-message {
  padding: 19px;
  background-color: #fff;
  color: #1D1D1F;
  border: 2px solid #D2D2D5;
  border-radius: 4px;
}
#top .woocommerce-MyAccount-content div.woocommerce-message a.button {
  position: relative;
  right: auto;
  top: auto;
  width: auto;
  min-width: 115px;
  min-height: 33px;
  margin-top: 0;
  padding: 8px 15px;
  border: 2px solid #1D1D1F;
  color: #FFFF02;
  background: #1D1D1F;
  font-family: "Avenir Heavy", Helvetica, Arial, sans-serif;
  font-weight: 900;
  font-style: normal;
  font-display: swap;
  font-size: 12px;
  cursor: pointer;
}
#top .woocommerce-MyAccount-content div.woocommerce-message a.button:hover {
  background: #FFFF02;
  color: #1D1D1F;
}
@media (min-width: 992px) {
  #top .woocommerce-MyAccount-content div.woocommerce-message a.button {
    padding: 10px 15px;
  }
}
#top .woocommerce-MyAccount-content .subscriptions .order {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 24px;
  padding: 24px;
  background: #fff;
  border: 2px solid #D2D2D5;
  border-radius: 4px;
  font-family: "Avenir Book", Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  font-display: swap;
  font-size: 12px;
}
@media (min-width: 992px) {
  #top .woocommerce-MyAccount-content .subscriptions .order {
    font-size: 1.1em;
  }
}
@media (max-width: 991px) {
  #top .woocommerce-MyAccount-content .subscriptions .order {
    flex-direction: column;
  }
}
#top .woocommerce-MyAccount-content .subscriptions .order .title {
  font-family: "Avenir Heavy", Helvetica, Arial, sans-serif;
  font-weight: 900;
  font-style: normal;
  font-display: swap;
  margin-bottom: 24px;
  font-size: 18px;
  color: #1D1D1F;
}
@media (min-width: 992px) {
  #top .woocommerce-MyAccount-content .subscriptions .order .title {
    font-size: 1.35em;
  }
}
#top .woocommerce-MyAccount-content .subscriptions .order .button {
  margin: 0 20px 20px 0;
}
@media (min-width: 992px) {
  #top .woocommerce-MyAccount-content .subscriptions .order-n-wrap {
    width: 50%;
  }
}
@media (max-width: 575px) {
  #top .woocommerce-MyAccount-content .subscriptions .order-action-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  #top .woocommerce-MyAccount-content .subscriptions .order-action-wrap .title,
  #top .woocommerce-MyAccount-content .subscriptions .order-action-wrap .button {
    width: 100%;
    margin-right: 0px;
  }
}
@media (min-width: 992px) {
  #top .woocommerce-MyAccount-content .subscriptions .order-action-wrap {
    width: 50%;
    max-width: 390px;
  }
  #top .woocommerce-MyAccount-content .subscriptions .order-action-wrap .title {
    width: 100%;
  }
  #top .woocommerce-MyAccount-content .subscriptions .order-action-wrap .button {
    width: calc((100% - 40px) / 2);
  }
}
@media (min-width: 1600px) {
  #top .woocommerce-MyAccount-content .subscriptions .order-action-wrap {
    max-width: 520px;
  }
  #top .woocommerce-MyAccount-content .subscriptions .order-action-wrap .button {
    width: calc((100% - 60px) / 3);
  }
}
#top .woocommerce-MyAccount-content #saved-cards {
  font-family: "Avenir Heavy", Helvetica, Arial, sans-serif;
  font-weight: 900;
  font-style: normal;
  font-display: swap;
  margin-bottom: 24px;
  font-size: 18px;
  color: #1D1D1F;
  text-transform: none;
}
@media (min-width: 992px) {
  #top .woocommerce-MyAccount-content #saved-cards {
    font-size: 1.35em;
  }
}
@media (min-width: 992px) {
  #top .woocommerce-MyAccount-content .account-orders-table {
    margin-top: 67px;
  }
}
@media (min-width: 1601px) {
  #top .woocommerce-MyAccount-content .account-orders-table {
    margin-top: 71px;
  }
}
#top .woocommerce-MyAccount-content .account-orders-table-wrap {
  width: 100%;
  overflow: auto;
}
#top .woocommerce-MyAccount-content .woocommerce_account_subscriptions {
  overflow: auto;
}
#top .woocommerce-MyAccount-content .subscription-details-wrap {
  overflow: auto;
}
#top .woocommerce-MyAccount-content .downloads-wrap h3 {
  padding: 0;
}
#top .woocommerce-MyAccount-content .downloads-wrap .woocommerce-info {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
#top .woocommerce-MyAccount-content .download-content-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
#top .woocommerce-MyAccount-content .woocommerce-Address .btn-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 20px;
}
@media (min-width: 992px) {
  #top .woocommerce-MyAccount-content .woocommerce-Address .btn-wrap {
    margin-top: 0;
  }
}
@media (max-width: 991px) {
  #top .woocommerce-MyAccount-content .subscription_details .button {
    margin-bottom: 20px;
  }
}
@media (max-width: 991px) {
  #top .woocommerce-MyAccount-content .subscription_details .button:last-of-type {
    margin-bottom: 0;
  }
}
#top .woocommerce-MyAccount-content .woocommerce-columns--addresses {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
@media (min-width: 992px) {
  #top .woocommerce-MyAccount-content .woocommerce-columns--addresses {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}
#top .woocommerce-MyAccount-content .woocommerce-column--billing-address {
  margin: 0 0 30px 0;
}
@media (min-width: 992px) {
  #top .woocommerce-MyAccount-content .woocommerce-column--billing-address {
    margin: 0 40px 0 0;
  }
}
#top .woocommerce-MyAccount-content .woocommerce-column--billing-address,
#top .woocommerce-MyAccount-content .woocommerce-column--shipping-address {
  padding: 24px;
  background: #FFFFFF;
  border: 2px solid #D2D2D5;
  border-radius: 4px;
}
@media (max-width: 991px) {
  #top .woocommerce-MyAccount-content .woocommerce-column--billing-address,
  #top .woocommerce-MyAccount-content .woocommerce-column--shipping-address {
    width: 100%;
  }
}
#top .woocommerce-MyAccount-content .woocommerce-column--billing-address address,
#top .woocommerce-MyAccount-content .woocommerce-column--shipping-address address {
  font-size: 12px;
}
@media (min-width: 992px) {
  #top .woocommerce-MyAccount-content .woocommerce-column--billing-address address,
  #top .woocommerce-MyAccount-content .woocommerce-column--shipping-address address {
    font-size: 1.1em;
  }
}
@media (min-width: 992px) {
  #top .woocommerce-MyAccount-content form p {
    padding: 0 12px;
  }
}
#top .dashboard-wrap-custom td {
  padding: 15px 12px;
}
#top .dashboard-wrap-custom td form {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin: 0 !important;
}
@media (max-width: 991px) {
  #top .dashboard-wrap-custom td form:last-of-type .button {
    margin: 0 20px 0 0;
  }
}
#top .dashboard-wrap-custom .button {
  margin: 0 20px 0 0;
}
@media (max-width: 991px) {
  #top .dashboard-wrap-custom .button {
    margin: 0 20px 20px 0;
  }
}
@media (max-width: 991px) {
  #top .custom-title-wrap {
    width: 100%;
  }
}
#top .custom-title-wrap h1 {
  margin: 0 0 42px;
  font-family: "Avenir Heavy", Helvetica, Arial, sans-serif;
  font-weight: 900;
  font-style: normal;
  font-display: swap;
  font-size: 19px;
  color: #1D1D1F;
  letter-spacing: 1px;
  text-transform: uppercase !important;
  text-align: left !important;
}
@media (min-width: 992px) {
  #top .custom-title-wrap h1 {
    font-size: 1.35em;
  }
}
#top .greeting {
  margin: 0 0 42px;
  font-family: "Avenir Heavy", Helvetica, Arial, sans-serif;
  font-weight: 900;
  font-style: normal;
  font-display: swap;
  font-size: 19px;
  color: #1D1D1F;
}
@media (min-width: 992px) {
  #top .greeting {
    font-size: 1.35em;
  }
}
#top .woocommerce-info {
  padding: 19px;
  border-width: 2px;
  border-radius: 4px;
}
@media (min-width: 992px) {
  #top form {
    margin: 0 -12px;
  }
  #top form.lost_reset_password {
    margin: 0 auto;
    max-width: 540px;
    width: 100%;
  }
}
@media (max-width: 991px) {
  #top form p {
    width: 100%;
  }
}
#top div form input.input-text {
  height: 66px;
  border-radius: 4px;
}
#top div form .form-row input.input-text,
#top div form .form-row textarea {
  padding: 10px 20px;
  font-family: "Avenir Book", Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  font-display: swap;
  font-size: 22px;
}
@media (min-width: 992px) {
  #top div form .form-row input.input-text,
  #top div form .form-row textarea {
    font-size: 1.1em;
  }
}
#top .main_color .input-text,
#top .main_color input[type=text],
#top .main_color input[type=email],
#top .main_color input[type=password] {
  border-color: #D2D2D5;
  background-color: #fff;
  color: #1D1D1F;
}
#top .input-text,
#top input[type=text],
#top input[type=input],
#top input[type=password],
#top input[type=email],
#top input[type=number],
#top input[type=tel],
#top textarea {
  border: 2px solid #D2D2D5;
}
#top .form-row {
  margin: 0 0 16px;
}
@media (min-width: 992px) {
  #top .form-row {
    margin: 0 0 20px;
  }
}
#top .form-row .input-checkbox {
  width: 25px;
  height: 25px;
}
@media (min-width: 992px) {
  #top .form-row .input-checkbox {
    width: 35px;
    height: 35px;
  }
}
#top label {
  font-size: 14px;
  font-family: "Avenir Heavy", Helvetica, Arial, sans-serif;
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@media (min-width: 992px) {
  #top label {
    font-size: 0.7em;
  }
}
@media (min-width: 992px) {
  #top form legend {
    padding: 0 12px;
  }
}
#top legend {
  font-family: "Avenir Heavy", Helvetica, Arial, sans-serif;
  font-weight: 900;
  font-style: normal;
  font-display: swap;
  margin: 0 0 24px;
  font-size: 27px;
}
@media (min-width: 992px) {
  #top legend {
    font-size: 1.35em;
  }
}
#top fieldset {
  margin-top: 24px;
}

fieldset {
  padding: 0;
}

.woocommerce-MyAccount-content {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  overflow: initial;
}
@media (max-width: 991px) {
  .woocommerce-MyAccount-content {
    width: 100%;
  }
}
.woocommerce-MyAccount-content a {
  text-decoration: underline;
}
.woocommerce-MyAccount-content a:hover {
  color: #000;
  text-decoration: none;
}
.woocommerce-MyAccount-content h3 {
  font-family: "Avenir Heavy", Helvetica, Arial, sans-serif;
  font-weight: 900;
  font-style: normal;
  font-display: swap;
  margin: 0 0 20px;
  font-size: 27px;
}
@media (min-width: 992px) {
  .woocommerce-MyAccount-content h3 {
    margin: 0 0 24px;
    padding: 0 12px;
    font-size: 1.35em;
  }
}

.woocommerce-page .button {
  margin: 20px 0 0 0;
  width: auto;
  min-width: 130px;
  min-height: 33px;
  padding: 8px 15px;
  font-family: "Avenir Heavy", Helvetica, Arial, sans-serif;
  font-weight: 900;
  font-style: normal;
  font-display: swap;
  font-size: 12px;
  cursor: pointer;
  border: 2px solid #1D1D1F;
}
@media (min-width: 992px) {
  .woocommerce-page .button {
    padding: 10px 15px;
    margin: 0 0 0 167px;
  }
}
.woocommerce-page .button[name=save_account_details], .woocommerce-page .button[name=save_address] {
  margin: 0;
  min-width: 100%;
  min-height: 58px;
  text-transform: uppercase;
  font-size: 12px;
}
@media (min-width: 992px) {
  .woocommerce-page .button[name=save_account_details], .woocommerce-page .button[name=save_address] {
    min-width: 200px;
    font-size: 1em;
  }
}
.woocommerce-page .button[name=save_address] {
  margin: 24px 0 0 0;
}

div .main_color .button {
  border-color: #1D1D1F;
  color: #FFFF02;
  background: #1D1D1F;
}
div .main_color .button:hover {
  background-color: #FFFF02;
  color: #1D1D1F;
  border-color: #1D1D1F;
}
div .main_color .button.button-upgrade {
  background-color: #FFFF02;
  color: #1D1D1F;
  border-color: #1D1D1F;
}
div .main_color .button.button-upgrade:hover {
  border-color: #1D1D1F;
  color: #FFFF02;
  background: #1D1D1F;
}
div .main_color .button.change_payment_method {
  background-color: #FFFF02;
  color: #1D1D1F;
  border-color: #1D1D1F;
}
div .main_color .button.change_payment_method:hover {
  border-color: #1D1D1F;
  color: #FFFF02;
  background: #1D1D1F;
}

.woocommerce-Addresses {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
@media (min-width: 992px) {
  .woocommerce-Addresses header {
    width: 35%;
    min-width: 35%;
  }
}
@media (min-width: 992px) {
  .woocommerce-Addresses address {
    width: 40%;
    min-width: 40%;
  }
}
@media (min-width: 992px) {
  .woocommerce-Addresses .btn-wrap {
    width: 25%;
    min-width: 25%;
  }
}

.woocommerce-Address {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-bottom: 48px;
  border-radius: 4px;
}
@media (min-width: 992px) {
  .woocommerce-Address {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}
.woocommerce-Address address {
  font-size: 12px;
}
@media (min-width: 992px) {
  .woocommerce-Address address {
    font-size: 1em;
  }
}
.woocommerce-Address .edit {
  width: auto;
  min-width: 115px;
  min-height: 33px;
  margin-top: 0;
  padding: 0 15px;
  border: 2px solid #1D1D1F;
  color: #FFFF02;
  background: #1D1D1F;
  font-family: "Avenir Heavy", Helvetica, Arial, sans-serif;
  font-weight: 900;
  font-style: normal;
  font-display: swap;
  font-size: 12px;
  cursor: pointer;
  text-decoration: none;
  text-align: center;
}
@media (min-width: 992px) {
  .woocommerce-Address .edit {
    padding: 8px 15px;
  }
}
.woocommerce-Address .edit:hover {
  background: #FFFF02;
  color: #1D1D1F !important;
  text-decoration: none !important;
}
@media (min-width: 992px) {
  .woocommerce-Address .edit {
    padding: 0 10px;
  }
}

.fullsize .addresses.col2-set .woocommerce-Address {
  width: 100%;
  padding: 24px;
}

.addresses.col2-set .woocommerce-Address {
  border-width: 2px;
}

@media (min-width: 992px) {
  .woocommerce-Address-title {
    width: 23%;
    min-width: 23%;
    padding-right: 25px;
  }
}
.woocommerce-Address-title h3 {
  font-family: "Avenir Heavy", Helvetica, Arial, sans-serif;
  font-weight: 900;
  font-style: normal;
  font-display: swap;
  font-size: 19px;
}
@media (min-width: 992px) {
  .woocommerce-Address-title h3 {
    font-size: 1.35em;
  }
}

.form-row-first, .form-row-last {
  width: 100%;
}
@media (min-width: 992px) {
  .form-row-first, .form-row-last {
    width: 33.3333%;
    min-width: 33.3333%;
  }
}

.form-row-wide {
  width: 100%;
}

@media (min-width: 992px) {
  .woocommerce-address-fields__field-wrapper .form-row-first, .woocommerce-address-fields__field-wrapper .form-row-last {
    width: 50%;
    min-width: 50%;
  }
}

.woocommerce-EditAccountForm.edit-account {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.woocommerce-EditAccountForm fieldset {
  display: block;
  width: 100%;
}
.woocommerce-EditAccountForm > p:nth-of-type(3) {
  width: 100%;
}
@media (min-width: 992px) {
  .woocommerce-EditAccountForm > p:nth-of-type(3) {
    width: 33.3333%;
    min-width: 33.3333%;
  }
}
.woocommerce-EditAccountForm > p:nth-of-type(3) > span {
  display: none;
}

@media (min-width: 992px) {
  #top .woocommerce-EditAccountForm .form-row {
    padding: 0 12px;
  }
}
@media (min-width: 992px) {
  #top .form-row {
    padding: 0 12px;
  }
}
#top .my_account_orders a.button {
  padding: 10px 15px;
}
#top .my_account_orders .button {
  margin: 0 3px 5px;
}
@media (max-width: 991px) {
  #top .col2-set .col-1,
  #top .col2-set .col-2 {
    float: none;
    width: 100%;
  }
}
@media (max-width: 991px) {
  #top .woocommerce .login .lost_password {
    top: auto;
    left: auto;
    padding: 20px 0 0;
    overflow: hidden;
  }
}

ul.woocommerce-error {
  font-family: "Avenir Heavy", Helvetica, Arial, sans-serif;
  font-weight: 900;
  font-style: normal;
  font-display: swap;
  color: #ff0f0f;
  border-radius: 4px;
}

@media (max-width: 991px) {
  .content {
    padding-bottom: 0;
  }
}

@media only screen and (max-width: 480px) and (min-width: 320px) {
  .avia_textblock span {
    font-size: 14px !important;
  }
}

#top .avia_textblock span .select2-selection__rendered {
  font-size: 22px !important;
}
@media (min-width: 992px) {
  #top .avia_textblock span .select2-selection__rendered {
    font-size: 1.1em !important;
  }
}

.select2-container .select2-selection--single {
  height: 66px;
  outline: none;
  border: 2px solid #D2D2D5;
}
.select2-container .select2-selection--single .select2-selection__rendered {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
  padding-left: 20px;
  padding-right: 40px;
  font-family: "Avenir Book", Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  font-display: swap;
  line-height: 66px;
  color: #1D1D1F;
}
.select2-container .select2-selection--single .select2-selection__arrow {
  top: 50%;
  right: 20px;
  -moz-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.select2-container .select2-selection--single .select2-selection__arrow:before {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  border: solid #000;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 4px;
  transform: translate(0, -50%) rotate(45deg);
  pointer-events: none;
}
.select2-container .select2-selection--single .select2-selection__arrow b {
  display: none;
}

.select2-container .select2-selection,
.select2-dropdown {
  border-color: #D2D2D5;
}

@media (max-width: 991px) {
  .woocommerce-MyAccount-navigation {
    width: 100%;
    margin: 0 0 48px 0;
    border-bottom: none;
  }
}
@media (max-width: 991px) {
  .woocommerce-MyAccount-navigation ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
@media (max-width: 991px) {
  .woocommerce-MyAccount-navigation ul li {
    border-bottom: 2px solid #D2D2D5;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    text-align: center;
  }
}
@media (max-width: 991px) {
  .woocommerce-MyAccount-navigation ul li a {
    width: 100%;
    padding: 18px 10px;
    display: inline-block;
    min-width: auto;
    border-bottom: none !important;
    white-space: nowrap;
    text-align: center;
  }
}
.woocommerce-MyAccount-navigation ul:after {
  content: "flickity";
  display: none;
}
@media (min-width: 992px) {
  .woocommerce-MyAccount-navigation ul:after {
    content: "";
  }
}

.woocommerce-password-strength {
  width: 100%;
}

#top .main_color input.input-text.error-input {
  border-color: #ff0f0f;
}

.woocommerce-password-match {
  color: #e2401c;
}

.subscription-order-total-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.subscription-order-total-wrap .order-actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.order-total-sum {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  white-space: nowrap;
}

table.shop_table td .subscription-btns-wrap .button {
  margin: 5px 10px 5px 0;
}

@media (max-width: 991px) {
  #top .woocommerce-MyAccount-content .subscription_details .subscription-btns-wrap .button {
    margin: 5px 10px 5px 0;
  }
}

/*# sourceMappingURL=account.css.map */
