.orders_list .list_inner, .addresses_list .address_block ul, .account_block .details_list, .account_navbar .account_menu ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}

.addresses_list .address_block .edit_btn, .account_inner .validate_button {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  height: 50px;
  font-size: 140%;
  line-height: 20px;
  background: #000000;
  color: #ffffff;
  border: none;
  padding: 10px;
}
.addresses_list .address_block .inactive.edit_btn, .account_inner .inactive.validate_button {
  background: #c0c0c0;
  cursor: default;
  pointer-events: none;
}
.addresses_list .address_block .edit_btn:hover, .account_inner .validate_button:hover {
  color: #ffffff;
}

.account_inner .back_btn {
  display: flex;
  align-items: center;
  text-align: center;
  justify-content: center;
  height: 50px;
  font-size: 140%;
  line-height: 20px;
  border: 2px solid #999999;
  color: inherit;
  padding: 10px;
}
.account_inner .back_btn:before {
  display: block;
  font-weight: 700;
  margin-right: 5px;
  font-size: 85.7%;
}

.account_inner select {
  visibility: hidden;
}
.account_inner .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
  width: 100%;
}
.account_inner .bootstrap-select .btn {
  font-size: 140%;
  height: 50px;
  line-height: 18px;
  box-shadow: none;
  outline: none !important;
  border-radius: 0;
  border: 2px solid #c0c0c0 !important;
  padding: 14px 15px;
  background: #ffffff !important;
}
.account_inner .bootstrap-select .btn.dropdown-toggle:focus {
  outline: none !important;
}
.account_inner .bootstrap-select .dropdown-menu {
  margin: 0;
  padding: 0;
  overflow: hidden;
  border: 1px solid #c0c0c0;
  background: #ffffff;
  box-shadow: none;
  min-width: 0 !important;
  max-width: 100% !important;
  width: 100%;
}
.account_inner .bootstrap-select .dropdown-menu li:not(:first-child) {
  border-top: 1px solid #ededed;
}
.account_inner .bootstrap-select .dropdown-menu li.dropdown-divider, .account_inner .bootstrap-select .dropdown-menu li.dropdown-header {
  display: none;
}
.account_inner .bootstrap-select .dropdown-menu > .inner {
  max-height: 230px !important;
}
.account_inner .bootstrap-select.dropup .dropdown-menu {
  border-bottom: none;
}
.account_inner .bootstrap-select:not(.dropup) .dropdown-menu {
  border-top: none;
}
.account_inner .bootstrap-select .dropdown-item {
  padding: 7px 15px;
  font-weight: normal;
  color: #000000;
  background: transparent;
  font-size: 140%;
  line-height: 20px;
  white-space: normal;
}
.account_inner .bootstrap-select .dropdown-item.selected, .account_inner .bootstrap-select .dropdown-item.active, .account_inner .bootstrap-select .dropdown-item:active {
  background-color: rgba(0, 0, 0, 0.2);
  cursor: default;
}
.account_inner .bootstrap-select .bs-searchbox {
  border: 1px solid #c0c0c0;
  border-top: none;
  padding: 3px 5px;
}
.account_inner .bootstrap-select .form-control {
  display: block;
  width: 100%;
  padding: 3px 10px;
  font-size: 120%;
  line-height: 16px;
  color: #666666;
  background-color: #ffffff;
  border: 1px solid #ededed;
  border-radius: 0;
  outline: none;
  box-shadow: none;
}
.account_inner .bootstrap-select.has-error .btn {
  border-color: #b94a48 !important;
}
.account_inner .bootstrap-select.has-error .dropdown-toggle::after,
.account_inner .bootstrap-select.has-error ~ .placeholder_block {
  color: #b94a48;
}
.account_inner .bootstrap-select.filled ~ .placeholder_block {
  font-size: 120%;
  line-height: 16px;
  top: -8px;
}

.web .account_inner .back_btn:hover, .account_inner .web .back_btn:hover,
.web .addresses_list .address_block .edit_btn:hover,
.addresses_list .address_block .web .edit_btn:hover,
.web .account_inner .validate_button:hover,
.account_inner .web .validate_button:hover {
  background: #333333;
  color: #ffffff;
  border-color: transparent;
}
.web .account_inner .dropdown-menu a:not(.selected):hover {
  background: rgba(0, 0, 0, 0.1);
}
.web .account_inner .bootstrap-select .dropdown-menu > .inner::-webkit-scrollbar {
  width: 4px;
  height: auto;
  border-radius: 0;
  background: #ededed;
}
.web .account_inner .bootstrap-select .dropdown-menu > .inner::-webkit-scrollbar-thumb {
  border-radius: 0;
  background: #666666;
}
.touch .account_inner .back_btn:active, .account_inner .touch .back_btn:active,
.touch .addresses_list .address_block .edit_btn:active,
.addresses_list .address_block .touch .edit_btn:active,
.touch .account_inner .validate_button:active,
.account_inner .touch .validate_button:active {
  background: #333333;
  color: #ffffff;
  border-color: transparent;
}
.touch .addresses_list .address_block .edit_btn:hover, .addresses_list .address_block .touch .edit_btn:hover, .touch .account_inner .validate_button:hover, .account_inner .touch .validate_button:hover {
  color: inherit;
}
.touch .addresses_list .address_block .edit_btn:hover:active, .addresses_list .address_block .touch .edit_btn:hover:active, .touch .account_inner .validate_button:hover:active, .account_inner .touch .validate_button:hover:active {
  color: #ffffff;
}
.touch .account_inner .dropdown-menu a:not(.selected):active {
  background: rgba(0, 0, 0, 0.1);
}
.account_navbar {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  color: #ffffff;
  text-align: center;
  padding-top: 40px;
}
.account_navbar .welcome_message {
  font-size: 160%;
  line-height: 20px;
  color: #b4b4b4;
}
.account_navbar .user_name_block {
  font-size: 220%;
  line-height: 30px;
}
.account_navbar .account_menu {
  margin-top: 20px;
  position: relative;
  overflow: hidden;
}
.account_navbar .account_menu ul {
  display: flex;
  justify-content: space-between;
  white-space: nowrap;
  font-size: 140%;
  line-height: 20px;
}
.account_navbar .account_menu li {
  padding: 0 25px 20px;
}
.account_navbar .account_menu li:first-child {
  padding-left: 0;
}
.account_navbar .account_menu li:last-child {
  padding-right: 0;
}
.account_navbar .account_menu a {
  display: block;
  color: inherit;
  position: relative;
}
.account_navbar .account_menu a.current_page:after {
  display: block;
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 3px;
  bottom: -20px;
  background: #ffffff;
}
@media (max-width: 959px) {
  .account_navbar {
    padding-top: 30px;
  }
  .account_navbar .welcome_message {
    font-size: 140%;
  }
  .account_navbar .user_name_block {
    font-size: 200%;
  }
  .account_navbar .account_menu {
    margin: 30px -15px 0;
    overflow-x: auto;
  }
  .account_navbar .account_menu li {
    padding-bottom: 10px;
  }
  .account_navbar .account_menu li:first-child {
    padding-left: 15px;
  }
  .account_navbar .account_menu li:last-child {
    padding-right: 15px;
  }
  .account_navbar .account_menu a.current_page:after {
    bottom: -10px;
    height: 2px;
  }
}

.account_inner {
  padding: 40px 0;
}

.account_block {
  margin-top: 40px;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
}
.account_block .block_title {
  font-size: 160%;
  line-height: 20px;
  font-family: "regular";
  padding-right: 10px;
  margin-bottom: 7px;
}
.account_block .block_title + .edit_link {
  margin-bottom: 8px;
}
.account_block .edit_link {
  display: inline-block;
  vertical-align: top;
  color: inherit;
  font-size: 120%;
  line-height: 16px;
  position: relative;
}
.account_block .edit_link:after {
  display: block;
  content: "";
  position: absolute;
  bottom: 1px;
  left: 0;
  right: 0;
  border-top: 1px solid #000000;
  width: 0;
  margin: 0 auto;
  overflow: hidden;
}
.account_block .details_list {
  flex: 0 0 100%;
  display: flex;
  flex-wrap: wrap;
  border: solid #c0c0c0;
  border-width: 1px 0;
}
.account_block .details_list > li {
  flex: 0 0 50%;
  max-width: 50%;
  padding: 20px 0;
}
.account_block .details_list > li:nth-child(2n+1) {
  padding-right: 20px;
}
.account_block .details_list > li:nth-child(2n) {
  padding-left: 20px;
}
.account_block .details_title {
  font-size: 140%;
  line-height: 20px;
  font-family: "regular";
  margin-bottom: 3px;
}
.account_block .details_info {
  font-size: 160%;
  line-height: 19px;
  font-family: "georgia-italic";
  font-style: italic;
  margin-top: 10px;
}
.account_block .edit_pass {
  display: inline-block;
  vertical-align: top;
  color: inherit;
  position: relative;
}
.account_block .edit_pass:after {
  display: block;
  content: "";
  position: absolute;
  bottom: 1px;
  left: 0;
  right: 0;
  border-top: 1px solid #000000;
  width: 0;
  margin: 0 auto;
  overflow: hidden;
}

@media (max-width: 959px) {
  .account_inner {
    padding: 30px 0;
  }
}
@media (max-width: 575px) {
  .account_block .details_list > li {
    flex: 0 0 100%;
    max-width: 100%;
    padding: 20px 0 !important;
  }
}
.web .edit_link:hover,
.web .edit_pass:hover {
  color: #666666;
}
.web .edit_link:hover:after,
.web .edit_pass:hover:after {
  width: 100%;
  border-color: #666666;
}

.web .edit_link:active,
.web .edit_pass:active {
  color: #666666;
}
.web .edit_link:active:after,
.web .edit_pass:active:after {
  width: 100%;
  border-color: #666666;
}

.account_inner form {
  max-width: 360px;
  margin: 0 auto;
}
.account_inner form.wide_form {
  max-width: 960px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.account_inner form.wide_form .form_buttons {
  flex: 0 0 50%;
  max-width: 400px;
  padding: 0 20px;
  margin-left: auto;
}
.account_inner form .fields_group {
  flex: 0 0 50%;
  max-width: 400px;
  padding: 0 20px;
}
.account_inner .pass_fields {
  display: none;
}
.account_inner .form_buttons {
  display: flex;
  justify-content: space-between;
}
.account_inner .validate_button {
  flex: 1;
  max-width: 50%;
  margin-left: 10px;
}
.account_inner .back_btn {
  flex: 1;
  max-width: 50%;
  margin-right: 10px;
}
.account_inner .form_subtitle {
  font-size: 160%;
  line-height: 20px;
  font-family: "bold";
  color: #666666;
  margin-bottom: 20px;
}
@media (max-width: 959px) {
  .account_inner form.wide_form {
    margin: 0 -20px;
  }
}
@media (max-width: 767px) {
  .account_inner form.wide_form {
    margin: 0 -15px;
  }
  .account_inner form.wide_form .form_buttons,
.account_inner form.wide_form .fields_group {
    padding: 0 15px;
    max-width: 390px;
  }
}
@media (max-width: 767px) {
  .account_inner form.wide_form {
    max-width: 360px;
    margin: 0 auto;
  }
  .account_inner form.wide_form .form_buttons,
.account_inner form.wide_form .fields_group {
    flex: 0 0 100%;
    padding: 0;
    max-width: 100%;
  }
}

.addresses_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.addresses_list .address_block {
  flex: 0 0 25%;
  max-width: 25%;
  border: solid #ededed;
  border-width: 0 2px 2px 0;
  padding: 20px 15px;
}
.addresses_list .address_block ul {
  font-size: 140%;
  line-height: 18px;
}
.addresses_list .address_block li {
  display: flex;
  padding-top: 15px;
}
.addresses_list .address_block li:first-child {
  padding-top: 40px;
}
.addresses_list .address_block li div:first-child {
  flex: 0 0 50%;
  max-width: 50%;
  padding-right: 20px;
  color: #999999;
}
.addresses_list .address_block .edit_btn {
  flex: 1;
  margin-top: 20px;
  width: 100%;
}
@media screen and (min-width: 1200px) {
  .addresses_list .address_block:nth-child(-n+4) {
    border-top-width: 2px;
  }
  .addresses_list .address_block:nth-child(4n+1) {
    border-left-width: 2px;
  }
  .addresses_list .address_block:nth-child(n+5):last-child {
    margin-right: auto;
  }
}
@media (max-width: 1199px) and (min-width: 960px) {
  .addresses_list .address_block:nth-child(-n+3) {
    border-top-width: 2px;
  }
  .addresses_list .address_block:nth-child(3n+1) {
    border-left-width: 2px;
  }
  .addresses_list .address_block:nth-child(n+4):last-child {
    margin-right: auto;
  }
}
@media (max-width: 959px) and (min-width: 600px) {
  .addresses_list .address_block:nth-child(-n+2) {
    border-top-width: 2px;
  }
  .addresses_list .address_block:nth-child(2n+1) {
    border-left-width: 2px;
  }
  .addresses_list .address_block:nth-child(n+3):last-child {
    margin-right: auto;
  }
}
@media (max-width: 1199px) {
  .addresses_list .address_block {
    flex: 0 0 33.3%;
    max-width: 33.3%;
  }
}
@media (max-width: 959px) {
  .addresses_list .address_block {
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media (max-width: 599px) {
  .addresses_list .address_block {
    flex: 0 0 100%;
    max-width: 360px;
    margin: 0 auto;
    border-left-width: 2px;
  }
  .addresses_list .address_block:first-child {
    border-top-width: 2px;
  }
}
.addresses_list .address_title {
  font-size: 160%;
  line-height: 20px;
  font-family: "regular";
}
.addresses_list .new_address_btn {
  display: flex;
  width: 100%;
  height: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: inherit;
  font-size: 160%;
  line-height: 20px;
  min-height: 400px;
}
.addresses_list .new_address_btn:before {
  display: flex;
  content: "+";
  width: 42px;
  height: 42px;
  background: #000000;
  border-radius: 50%;
  color: #ffffff;
  font-size: 200%;
  line-height: 20px;
  padding-top: 8px;
  font-family: "regular";
  justify-content: center;
  margin-bottom: 10px;
}

.web .new_address_btn:hover {
  color: #666666;
}
.web .new_address_btn:hover:before {
  background: #666666;
}

.touch .new_address_btn:active {
  color: #666666;
}
.touch .new_address_btn:active:before {
  background: #666666;
}

.orders_list {
  max-width: 1280px;
  margin: 0 auto;
}
.orders_list .orders_count {
  margin-left: auto;
  font-size: 160%;
  line-height: 20px;
  font-family: "regular";
  text-align: right;
}
.orders_list .list_head {
  margin-top: 20px;
  display: flex;
  font-size: 140%;
  line-height: 18px;
  background: #ededed;
  color: #999999;
  align-items: center;
  padding: 5px 0;
  min-height: 30px;
}
.orders_list .list_head > * {
  flex: 0 0 16.6%;
  max-width: 16.6%;
  padding-left: 30px;
}
.orders_list .list_inner > li {
  border-bottom: 2px solid #ededed;
}
.orders_list .list_inner > li.opened .details_btn:before {
  content: attr(data-close);
}
.orders_list .order_head {
  height: 70px;
  display: flex;
  align-items: center;
  font-size: 140%;
  line-height: 18px;
}
.orders_list .order_head > * {
  flex: 0 0 16.6%;
  max-width: 16.6%;
  padding-left: 30px;
}
.orders_list .pending {
  color: #cea500;
}
.orders_list .success {
  color: #4ea84e;
}
.orders_list .canceled {
  color: #b94a48;
}
.orders_list .details_btn {
  border: none;
  background: transparent;
  padding: 0;
  color: #006699;
  text-decoration: underline;
}
.orders_list .details_btn:before {
  content: attr(data-open);
}
.orders_list .order_inner {
  display: none;
}
.orders_list .ordered_product {
  border-top: 2px solid #ededed;
  display: flex;
  align-items: center;
  padding: 20px 0;
}
.orders_list .product_image {
  width: 100px;
  min-width: 100px;
  margin-right: 35px;
}
.orders_list .product_info {
  flex: 1;
  width: 50%;
  display: flex;
  align-items: center;
}
.orders_list .name_brand {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 280px;
  min-width: 280px;
}
.orders_list .count_cost_price {
  flex: 1;
  width: 50%;
  display: flex;
  align-items: center;
  text-align: right;
}
.orders_list .ordered_count {
  flex: 0 0 33.3%;
  font-size: 160%;
  line-height: 20px;
}
.orders_list .product_cost {
  flex: 0 0 33.3%;
  font-size: 140%;
  line-height: 20px;
  color: #999999;
}
.orders_list .ordered_price {
  flex: 0 0 33.3%;
  font-size: 140%;
  line-height: 20px;
}
.orders_list .product_name {
  font-size: 140%;
  line-height: 18px;
}
.orders_list .product_brand {
  font-size: 120%;
  line-height: 16px;
  color: #006699;
}
.orders_list .price_info {
  border-top: 2px solid #ededed;
  padding-top: 15px;
}
.orders_list .price_part {
  padding-top: 15px;
  display: flex;
  font-size: 140%;
  line-height: 18px;
  color: #999999;
}
.orders_list .price_type {
  flex: 1;
  width: 60%;
  display: flex;
  align-items: center;
  white-space: nowrap;
}
.orders_list .price_type:after {
  display: block;
  content: "";
  border-top: 1px dashed;
  flex: 1;
  width: 50%;
  margin-left: 10px;
  margin-right: 30px;
}
.orders_list .total_price {
  padding-top: 15px;
  display: flex;
  font-size: 160%;
  line-height: 20px;
  align-items: center;
}
.orders_list .receiver_info {
  display: flex;
  align-items: center;
  background: #ededed;
  padding: 20px 25px;
  margin-top: 25px;
}
.orders_list .receiver_name {
  flex: 0 0 40%;
  padding-right: 20px;
  font-size: 180%;
  line-height: 24px;
  font-family: "regular";
}
.orders_list .receiver_contacts {
  padding: 10px 0 10px 70px;
  margin: 0;
  list-style-type: none;
  border-left: 2px solid #bebfc1;
  position: relative;
  flex: 0 0 60%;
}
.orders_list .receiver_contacts:before {
  position: absolute;
  display: flex;
  align-items: center;
  left: 30px;
  top: 0;
  bottom: 0;
  color: #999999;
  font-size: 360%;
}
.orders_list .receiver_contacts li {
  display: flex;
  font-size: 140%;
  line-height: 20px;
}
.orders_list .receiver_contacts .contact_type {
  color: #999999;
  flex: 0 0 40%;
}
.orders_list .receiver_contacts .contact_info {
  flex: 0 0 60%;
  height: 20px;
}
.orders_list .cancel_btn {
  margin: 20px 0 20px auto;
  border: 2px solid rgba(185, 74, 72, 0.4);
  background: transparent;
  color: #b94a48;
  font-size: 140%;
  line-height: 18px;
  display: flex;
  align-items: center;
  padding: 9px 13px;
}
.orders_list .cancel_btn:before {
  display: block;
  font-size: 85.7%;
  margin-right: 5px;
  font-weight: 500;
}
@media (max-width: 1199px) {
  .orders_list .receiver_name {
    flex: 0 0 30%;
  }
  .orders_list .receiver_contacts {
    flex: 0 0 70%;
  }
}
@media (max-width: 959px) {
  .orders_list .orders_count {
    font-size: 140%;
  }
  .orders_list .list_head {
    font-size: 120%;
    line-height: 16px;
  }
  .orders_list .list_head > * {
    padding-left: 20px;
  }
  .orders_list .order_head > * {
    padding-left: 20px;
  }
  .orders_list .receiver_name {
    flex: 0 0 25%;
    font-size: 160%;
    line-height: 20px;
  }
  .orders_list .receiver_contacts {
    flex: 0 0 75%;
    padding-left: 50px;
  }
  .orders_list .receiver_contacts:before {
    left: 15px;
  }
  .orders_list .receiver_contacts .contact_type {
    flex: 0 0 30%;
  }
  .orders_list .receiver_contacts .contact_info {
    flex: 0 0 70%;
  }
}
@media (max-width: 767px) {
  .orders_list .list_head,
.orders_list .list_inner {
    margin-left: -15px;
    margin-right: -15px;
  }
  .orders_list .order_head {
    font-size: 130%;
    line-height: 17px;
    height: 60px;
    padding-right: 15px;
  }
  .orders_list .list_head {
    padding-right: 15px;
  }
  .orders_list .ordered_product {
    padding: 15px;
  }
  .orders_list .product_info {
    height: 100px;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
  }
  .orders_list .count_cost_price {
    width: 100%;
    flex: none;
  }
  .orders_list .ordered_count {
    flex: 0 0 16%;
    text-align: left;
  }
  .orders_list .product_cost,
.orders_list .ordered_price {
    flex: 0 0 42%;
  }
  .orders_list .price_info {
    padding: 15px 15px 0;
  }
  .orders_list .receiver_info {
    padding: 15px;
    display: block;
  }
  .orders_list .receiver_name {
    flex: none;
  }
  .orders_list .receiver_contacts {
    border-left: none;
    padding-left: 0;
    padding-bottom: 0;
  }
  .orders_list .receiver_contacts:before {
    display: none;
  }
  .orders_list .receiver_contacts .contact_info {
    height: auto;
  }
  .orders_list .cancel_btn {
    margin: 15px auto;
  }
  .orders_list .name_brand {
    width: 100%;
    min-width: 0;
    max-width: 280px;
  }
  .orders_list .product_image {
    margin-right: 15px;
  }
  .orders_list .price_type:after {
    margin-right: 10px;
  }
}
@media (max-width: 575px) {
  .orders_list .list_head {
    display: none;
  }
  .orders_list .list_inner {
    border-top: 2px solid #ededed;
    margin-top: 20px;
  }
  .orders_list .order_head {
    font-size: 140%;
    line-height: 20px;
    height: auto;
    flex-direction: column;
    padding: 10px 0;
  }
  .orders_list .order_head > * {
    display: flex;
    flex: none;
    width: 100%;
    max-width: 100%;
    padding: 5px 15px;
    justify-content: space-between;
    align-items: center;
  }
  .orders_list .order_head > *:before {
    display: block;
    content: attr(data-mobile);
    color: #999999;
  }
}
@media (max-width: 479px) {
  .orders_list .receiver_contacts .contact_type {
    flex: none;
    padding-right: 10px;
  }
  .orders_list .receiver_contacts .contact_info {
    flex: 1;
    width: 50%;
  }
}
@media (max-width: 399px) {
  .orders_list .product_image {
    width: 80px;
    min-width: 80px;
  }
  .orders_list .product_cost {
    flex: 0 0 36%;
  }
  .orders_list .ordered_price {
    flex: 0 0 48%;
  }
}
@media (max-width:359px) {
  .orders_list .product_image {
    width: 70px;
    min-width: 70px;
  }
}

.web .details_btn:hover,
.web .product_brand:hover {
  color: #666666;
  text-decoration: none;
}
.web .cancel_btn:hover {
  background: rgba(185, 74, 72, 0.2);
}

.touch .details_btn:active,
.touch .product_brand:active {
  color: #666666;
  text-decoration: none;
}
.touch .cancel_btn:active {
  background: rgba(185, 74, 72, 0.2);
}

.web .edit_link,
.web .edit_pass, .web .new_address_btn {
  -o-transition: color 0.3s;
  -ms-transition: color 0.3s;
  -moz-transition: color 0.3s;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}

.account_inner .bootstrap-select .dropdown-item, .web .account_inner .dropdown-menu a:not(.selected), .web .new_address_btn:before, .web .cancel_btn {
  -o-transition: background-color 0.3s;
  -ms-transition: background-color 0.3s;
  -moz-transition: background-color 0.3s;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}

.web .edit_link:after,
.web .edit_pass:after,
.web .account_inner .validate_button,
.account_inner .web .validate_button, .web .account_inner .back_btn, .account_inner .web .back_btn,
.web .addresses_list .address_block .edit_btn,
.addresses_list .address_block .web .edit_btn, .web .details_btn,
.web .product_brand {
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.web .edit_link,
.web .edit_pass, .touch .new_address_btn {
  -o-transition: color 0.15s;
  -ms-transition: color 0.15s;
  -moz-transition: color 0.15s;
  -webkit-transition: color 0.15s;
  transition: color 0.15s;
}

.touch .account_inner .dropdown-menu a:not(.selected), .touch .new_address_btn:before, .touch .cancel_btn {
  -o-transition: background-color 0.15s;
  -ms-transition: background-color 0.15s;
  -moz-transition: background-color 0.15s;
  -webkit-transition: background-color 0.15s;
  transition: background-color 0.15s;
}

.web .edit_link:after,
.web .edit_pass:after,
.touch .account_inner .validate_button,
.account_inner .touch .validate_button, .touch .account_inner .back_btn, .account_inner .touch .back_btn,
.touch .addresses_list .address_block .edit_btn,
.addresses_list .address_block .touch .edit_btn, .touch .details_btn,
.touch .product_brand {
  -o-transition: all 0.15s;
  -ms-transition: all 0.15s;
  -moz-transition: all 0.15s;
  -webkit-transition: all 0.15s;
  transition: all 0.15s;
}

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