.delivery_info ul, .order_info, .order_list > ul, .info_item > ul, .info_list, .account_navbar ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}

.personal_account.order_page .order_list ul > li.opened .icon_down {
  transform: scaleY(-1);
  -moz-transform: scaleY(-1);
  -ms-transform: scaleY(-1);
  -webkit-transform: scaleY(-1);
  -o-transform: scaleY(-1);
}

.personal_account {
  padding: 25px 0 70px;
  position: relative;
}
.personal_account:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  background: #f2f2f2;
  left: 0;
  top: 120px;
}
.personal_account .page_title {
  padding-top: 25px;
}

.account_row {
  padding-top: 50px;
  margin: 0 -10px;
  display: flex;
}

.account_navbar {
  padding: 38px 10px 0;
  font-size: 130%;
  line-height: 1.5em;
}
.account_navbar > div {
  color: #2E2E31;
  font-family: "bold", "arm-bold";
  padding-bottom: 13px;
  border-bottom: 1px solid #E3E4E6;
}
.account_navbar li {
  position: relative;
  padding: 15px 0 0 15px;
}
.account_navbar li:before {
  content: "";
  position: absolute;
  width: 5px;
  height: 5px;
  background: #e5e5e5;
  left: 0;
  top: 23px;
}
.account_navbar li.current_page:before {
  background: #E88848;
}
.account_navbar li.current_page a {
  color: #2E2E31;
  pointer-events: none;
}
.account_navbar a {
  color: #666666;
}

.account_info {
  padding: 0 10px;
}

.info_inner {
  border: 1px solid #E3E4E6;
  padding: 25px 50px;
}

.info_list > li {
  display: flex;
  flex-wrap: wrap;
  padding-bottom: 25px;
  margin: 0 -10px 25px;
  position: relative;
}
.info_list > li:after {
  content: "";
  height: 1px;
  background: #f2f2f2;
  position: absolute;
  bottom: 0;
  right: 10px;
  left: 10px;
}
.info_list > li:last-child:after {
  display: none;
}

.info_group {
  width: 50%;
  padding: 0 10px;
}
.info_group .group_inner {
  background: #f2f2f2;
  padding: 25px 20px;
}

.info_item {
  padding-top: 5px;
}
.info_item li {
  color: #333333;
  font-size: 130%;
  line-height: 1.5em;
  padding-top: 15px;
}

.button_row {
  display: flex;
  padding-top: 20px;
}
.button_row .standard_link:last-child {
  position: relative;
  margin-left: 21px;
}
.button_row .standard_link:last-child:before {
  content: "";
  position: absolute;
  height: 100%;
  width: 1px;
  background: rgba(0, 0, 0, 0.1);
  bottom: 0;
  left: -10px;
}

.title_row {
  display: flex;
  align-items: center;
  width: 100%;
  padding: 0 10px 25px;
}
.title_row .info_title {
  padding: 0;
}
.title_row a {
  margin-left: 20px;
}

.standard_link {
  color: #E88848;
  font-family: "medium", "arm-medium";
  font-size: 130%;
  display: inline-block;
  line-height: 1.25em;
  white-space: nowrap;
}

.info_title {
  color: #2E2E31;
  font-family: "medium", "arm-medium";
  font-size: 180%;
  line-height: 1.25em;
  width: 100%;
  padding: 0 10px 25px;
}

.group_title {
  color: #2E2E31;
  font-family: "medium", "arm-medium";
  font-size: 180%;
  line-height: 1.25em;
  padding-bottom: 20px;
  border-bottom: 1px solid #E3E4E6;
}

.order_list {
  width: 100%;
}
.order_list > ul {
  width: 100%;
}
.order_list > ul > li {
  font-size: 130%;
  line-height: 1.5em;
  color: inherit;
  padding: 0 10px;
}
.order_list > ul > li > div {
  display: flex;
  padding: 15px 0;
  border-bottom: 1px solid #f2f2f2;
}
.order_list > ul > li > div.order_inner {
  display: block;
}
.order_list .list_head {
  color: #999999;
}
.order_list .list_head > div {
  border-bottom: none;
  padding: 0 0 15px;
}
.order_list .list_head > div:after {
  content: "";
  width: 31%;
  min-width: 31%;
}
.order_list .date_block {
  width: 15%;
  min-width: 15%;
}
.order_list .delivery_code {
  width: 18%;
  min-width: 18%;
}
.order_list .price_block {
  width: 19%;
  min-width: 19%;
}
.order_list .status_block {
  width: 17%;
  min-width: 17%;
}
.order_list .status_block.success {
  color: #218B37;
}
.order_list .status_block.pending,
.order_list .status_block.preauthorized {
  color: #BBAE02;
}
.order_list .status_block.canceled {
  color: #E20622;
}
.order_list .status_block.processing {
  color: #0079a3;
}

.list_head div {
  padding: 0 10px;
}

@media (max-width: 1199px) {
  .info_inner {
    padding: 25px;
  }

  .group_title,
.info_title {
    font-size: 160%;
  }

  .button_row {
    flex-direction: column;
  }
  .button_row .standard_link:last-child {
    margin: 10px 0 0;
  }
  .button_row .standard_link:last-child:before {
    display: none;
  }

  .order_list > ul > li {
    font-size: 120%;
    padding: 0;
  }
  .order_list .list_head > div:after {
    width: 29%;
    min-width: 29%;
  }
  .order_list .status_block {
    width: 19%;
    min-width: 19%;
  }
}
@media (max-width: 991px) {
  .info_title {
    padding: 0 10px 15px;
  }

  .list_head {
    display: none;
  }

  .info_inner {
    padding: 25px 20px;
  }

  .group_title,
.info_title {
    font-size: 140%;
  }

  .info_item li {
    font-size: 120%;
  }

  .standard_link {
    font-size: 120%;
  }

  .info_group .group_inner {
    padding: 20px 10px;
  }

  .order_list > ul > li {
    font-size: 130%;
  }
}
@media (max-width: 767px) {
  .account_row {
    flex-direction: column;
    margin: 0;
  }

  .account_navbar {
    padding: 30px 0 0;
  }

  .account_info {
    padding: 30px 0 0;
  }
}
@media (max-width: 575px) {
  .info_inner {
    padding: 20px 15px;
  }
}
@media (max-width: 479px) {
  .info_list > li {
    margin: 0 0 20px;
  }

  .info_title {
    padding: 0;
  }

  .title_row {
    padding: 0 0 20px;
    flex-direction: column;
    align-items: flex-start;
  }
  .title_row .standard_link {
    margin: 10px 0 0;
  }

  .order_list {
    padding-top: 20px;
  }

  .info_group {
    width: 100%;
    padding: 20px 0 0;
  }

  .order_list > ul > li {
    font-size: 120%;
  }
}
.web .account_navbar a:hover {
  color: rgba(102, 102, 102, 0.7);
}
.web .standard_link:hover {
  color: rgba(232, 136, 72, 0.7);
}

.touch .account_navbar a:active {
  color: rgba(102, 102, 102, 0.7);
}
.touch .standard_link:active {
  color: rgba(232, 136, 72, 0.7);
}

form {
  border: 1px solid #E3E4E6;
}

.field_row {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -8px;
  padding: 0 0 42px;
  position: relative;
}
.field_row:after {
  content: "";
  position: absolute;
  left: 8px;
  right: 8px;
  bottom: 25px;
  height: 1px;
  background: #f2f2f2;
}
.field_row .info_title {
  padding: 0 8px 17px;
}

.field_block {
  padding: 8px;
  width: 50%;
  max-width: 336px;
}
.field_block input {
  border: none;
  border-radius: 4px;
  background: #F2F3F5;
  color: #666666;
  font-size: 130%;
  line-height: 1.5em;
  padding: 18px 15px;
}

.account_button {
  min-width: 320px;
  border: 1px solid #E88848;
  border-radius: 4px;
  background: #E88848;
  box-shadow: 0 4px 9px -2px rgba(196, 115, 61, 0.4);
  font-size: 120%;
  line-height: 1.25em;
  font-family: "bold", "arm-bold";
  padding: 18px 15px;
  text-align: center;
  color: #ffffff;
}

.select_field .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
  width: 100%;
}
.select_field .bootstrap-select .btn:focus {
  outline: none !important;
}
.select_field .bootstrap-select > .dropdown-toggle {
  padding: 18px 15px;
  background: #F2F3F5;
  color: #666666;
  font-size: 130%;
  line-height: 1.5em;
  border-radius: 5px;
}
.select_field .bootstrap-select > .dropdown-menu {
  font-size: 130%;
  line-height: 1.5em;
  padding: 0;
}
.select_field .bootstrap-select > .dropdown-menu .dropdown-menu {
  font-size: 100%;
}
.select_field .dropdown-item {
  padding: 18px 15px;
  color: #666666;
}
.select_field .dropdown-item.selected.active {
  background: transparent;
  color: #E88848;
}
.select_field .dropdown-item:hover {
  color: #666666;
  background: #f2f2f2;
}

.account_favourites .products_list li {
  padding: 0 10px;
  width: 25%;
}
.account_favourites .products_list .product_block .btn_add:after {
  display: none;
}

@media (max-width: 1199px) {
  .account_favourites .products_list li {
    padding: 0 10px 20px;
    width: 50%;
  }
  .account_favourites .info_inner {
    padding: 25px 35px 5px;
  }
}
@media (max-width: 991px) {
  .account_button {
    padding: 14px 15px;
  }

  .select_field .bootstrap-select > .dropdown-toggle {
    padding: 14px 15px;
  }
}
@media (max-width: 767px) {
  .account_button {
    padding: 18px 15px;
  }

  .select_field .bootstrap-select > .dropdown-toggle {
    padding: 18px 15px;
  }
}
@media (max-width: 479px) {
  .field_block {
    width: 100%;
  }

  .account_favourites .info_inner {
    padding: 25px 15px 5px;
  }

  .password_row .field_block:nth-child(3) {
    display: none;
  }
}
@media (max-width: 399px) {
  .field_block {
    max-width: 100%;
  }

  .select_field .bootstrap-select > .dropdown-toggle {
    padding: 14px 15px;
  }

  .account_button {
    max-width: 100%;
    min-width: 100%;
    padding: 14px 15px;
  }

  .account_favourites .products_list li {
    padding: 0 5px 10px;
  }
}
.web .account_button:hover {
  background: #C7753E;
}

.touch .account_button:active {
  background: #C7753E;
}

.personal_account.account_addresses .info_list li {
  margin: 0;
  padding-bottom: 0;
}
.personal_account.account_addresses .info_item .standard_link {
  margin-top: 20px;
}

.personal_account.order_page .icon_down {
  align-items: center;
  font-size: 60%;
}
.personal_account.order_page .order_inner {
  display: none;
  padding: 0 25px;
}
.personal_account.order_page .order_list ul > li.opened .order_head {
  background: #f2f2f2;
}
.personal_account.order_page .order_list ul > li.opened .order_head .date_block,
.personal_account.order_page .order_list ul > li.opened .order_head .delivery_code,
.personal_account.order_page .order_list ul > li.opened .order_head .price_block {
  color: #000000;
}
.personal_account.order_page .order_list ul > li.opened .order_head > div {
  font-family: "bold", "arm-bold";
}
.personal_account.order_page .order_list ul > li.opened .order_head .price_block {
  white-space: nowrap;
}
.order_info li {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 15px 0 15px 25px;
  margin: 0 -15px;
  position: relative;
}
.order_info li:after {
  content: "";
  position: absolute;
  height: 1px;
  background: #f2f2f2;
  right: 15px;
  left: 15px;
  bottom: 0;
}
.order_info li > div {
  padding: 0 15px;
}
.order_info .product_price {
  color: #666666;
  white-space: nowrap;
}
.order_info .order_price {
  white-space: nowrap;
}
.order_info .image_block {
  width: 90px;
  display: block;
  margin-right: 35px;
  position: relative;
}
.order_info .image_block img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  object-fit: cover;
}
.order_info .image_block:before {
  display: block;
  content: "";
  padding-bottom: 100%;
}
.order_info .product_info {
  flex: 1;
  display: flex;
  align-items: center;
}
.order_info .name_brand {
  max-width: 265px;
  padding-right: 30px;
}
.order_info .name_brand a {
  display: block;
  color: inherit;
}
.order_info .name_brand a:last-child {
  padding-top: 10px;
  color: #666666;
}
.order_info .count_cost_price {
  display: flex;
  justify-content: space-between;
  flex: 1;
  margin: 0 -10px;
}
.order_info .count_cost_price > div {
  padding: 0 10px;
}

.delivery_info {
  display: flex;
  margin: 0 -15px;
  padding: 0 20px !important;
}
.delivery_info .left_side {
  padding: 15px 15px 0;
  max-width: 55.8%;
  flex: 0 0 55.8%;
}
.delivery_info .left_side li {
  padding: 0 0 15px;
}
.delivery_info .left_side li:first-child {
  font-family: "bold", "arm-bold";
  color: #2E2E31;
}
.delivery_info .right_side {
  padding: 15px 15px 0;
  max-width: 0 0 44.2%;
  flex: 0 0 44.2%;
  color: #666666;
}
.delivery_info .right_side li {
  padding: 0 0 15px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.delivery_info .right_side li span {
  display: block;
}
.delivery_info .right_side li span:first-child {
  padding-right: 15px;
}
.delivery_info .right_side .total_price {
  padding-top: 15px;
  border-top: 1px solid #f2f2f2;
  white-space: nowrap;
}
.delivery_info .right_side .total_price span:last-child {
  font-family: "bold", "arm-bold";
  color: #2E2E31;
}

.order_head {
  padding: 15px 0;
  display: flex;
  border-bottom: 1px solid #f2f2f2;
}
.order_head div {
  padding: 0 10px;
}

.order_links {
  display: flex;
  justify-content: flex-end;
  padding: 15px 0 30px;
  border-top: 1px solid #f2f2f2;
  margin: 0 -10px;
}
.order_links a {
  display: flex;
  align-items: center;
  font-size: 100%;
}
.order_links a:before {
  margin-right: 10px;
  display: block;
}
.order_links a:last-child {
  position: relative;
  margin-left: 30px;
}
.order_links a:last-child:after {
  content: "";
  position: absolute;
  left: -15px;
  bottom: 0;
  width: 1px;
  height: 100%;
  background: rgba(0, 0, 0, 0.1);
}

.order_buttons {
  width: 31%;
  min-width: 31%;
  display: flex;
  justify-content: space-between;
}
.order_buttons a {
  display: flex;
  flex: 1;
  justify-content: center;
  color: #E88848;
}
.order_buttons a.details_btn {
  margin-right: 10px;
}
.order_buttons a:last-child {
  position: relative;
  margin-left: 30px;
}
.order_buttons a:last-child:after {
  content: "";
  position: absolute;
  left: -15px;
  bottom: 0;
  width: 1px;
  height: 100%;
  background: rgba(0, 0, 0, 0.1);
}

@media (max-width: 1199px) {
  .delivery_info {
    padding: 0 !important;
    margin: 0 -10px;
  }
  .delivery_info .right_side {
    padding: 15px 10px 0;
    max-width: 55%;
    flex: 0 0 55%;
  }
  .delivery_info .left_side {
    padding: 15px 10px 0;
    max-width: 45%;
    flex: 0 0 45%;
  }

  .order_info li {
    padding: 15px 10px;
    margin: 0 -10px;
  }
  .order_info li:after {
    right: 0;
    left: 0;
  }
  .order_info li > div {
    padding: 0 10px;
  }
  .order_info .product_info {
    padding: 0;
  }
  .order_info .name_brand {
    max-width: 240px;
    padding-right: 20px;
  }
  .order_info .image_block {
    margin-right: 20px;
  }

  .order_buttons {
    width: 29%;
    min-width: 29%;
  }
  .order_buttons a:last-child {
    margin-left: 10px;
  }
  .order_buttons a:last-child:after {
    display: none;
  }
}
@media (max-width: 991px) {
  .delivery_info .right_side {
    padding: 15px 10px 0;
    max-width: 50%;
    flex: 0 0 50%;
  }
  .delivery_info .right_side li {
    flex-direction: column;
  }
  .delivery_info .right_side li span:first-child {
    padding-right: 0;
  }
  .delivery_info .left_side {
    padding: 15px 10px 0;
    max-width: 50%;
    flex: 0 0 50%;
  }

  .personal_account.order_page .order_inner {
    padding: 0 15px;
  }

  .order_list > ul > li > div {
    padding: 15px 0 0;
  }

  .order_info .product_info {
    flex-direction: column;
    align-items: flex-start;
  }
  .order_info li:after {
    right: 10px;
    left: 10px;
  }
  .order_info .count_cost_price {
    padding-top: 20px;
    width: 100%;
    justify-content: space-between;
  }
  .order_info .name_brand {
    max-width: none;
    padding-right: 0;
  }
  .order_info li {
    flex-wrap: wrap;
  }
  .order_info .image_block {
    width: 70px;
    padding-top: 0;
  }

  .order_buttons {
    justify-content: flex-end !important;
  }
  .order_buttons a {
    flex: none;
  }
  .order_buttons a:last-child {
    margin-left: 20px;
  }
  .order_buttons a.details_btn {
    margin-right: 20px;
  }

  .order_head {
    flex-direction: column;
    margin: 0;
  }
  .order_head div {
    padding: 0 20px 15px;
  }
  .order_head > * {
    display: flex;
    flex: none;
    width: 100% !important;
    max-width: 100%;
    justify-content: space-between;
    align-items: center;
  }
  .order_head > *:before {
    display: block;
    content: attr(data-mobile);
    color: #999999;
  }
}
@media (max-width: 767px) {
  .delivery_info .right_side li {
    flex-direction: unset;
  }
  .delivery_info .right_side li span:first-child {
    padding-right: 20px;
  }

  .order_info .image_block {
    width: 90px;
  }
}
@media (max-width: 639px) {
  .delivery_info .right_side li {
    flex-direction: column;
  }
  .delivery_info .right_side li span:first-child {
    padding-right: 0;
  }

  .order_info .image_block {
    width: 70px;
  }
  .order_info li:after {
    right: 0;
    left: 0;
  }
}
@media (max-width: 479px) {
  .order_links {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    padding: 15px 0 20px;
  }
  .order_links a {
    text-align: center;
  }
  .order_links a:last-child {
    margin: 15px 0 0;
  }
  .order_links a:last-child:after {
    display: none;
  }

  .order_info li {
    padding: 15px 0;
  }

  .order_list > ul > li {
    padding: 0;
  }

  .delivery_info {
    flex-direction: column;
    margin-top: 0;
  }
  .delivery_info .left_side {
    max-width: 100%;
    flex: 0 0 100%;
    padding: 20px 0 0;
    text-align: center;
  }
  .delivery_info .right_side {
    padding: 20px 0 0;
    max-width: 100%;
    flex: 0 0 100%;
  }

  .order_head div {
    padding: 0 10px 15px;
  }

  .order_buttons {
    justify-content: space-between !important;
  }
  .order_buttons:before {
    display: none;
  }
  .order_buttons a:last-child {
    margin-left: 10px;
  }
  .order_buttons a.details_btn {
    margin-right: 10px;
  }
}
@media (max-width: 399px) {
  .order_info .image_block {
    margin-right: 20px;
    width: 50px;
  }
  .order_info .count_cost_price {
    padding-top: 15px;
  }
  .order_info .count_cost_price > div {
    padding: 0 5px;
  }

  .info_inner {
    padding: 20px 10px;
  }
}
@media (max-width:359px) {
  .order_info .image_block {
    margin-right: 15px;
    width: 40px;
  }
  .order_info .count_cost_price {
    padding-top: 15px;
  }
}
.hovered .name_brand {
  color: rgba(51, 51, 51, 0.7);
}
.hovered .image_block {
  opacity: 0.7;
}

.web .order_buttons a:hover {
  color: rgba(232, 136, 72, 0.7);
}

.touch .order_buttons a:active {
  color: rgba(232, 136, 72, 0.7);
}

.order_info .image_block {
  -o-transition: opacity 0.3s;
  -ms-transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.web .account_navbar a, .web .standard_link, .order_info .name_brand, .web .order_buttons a {
  -o-transition: color 0.3s;
  -ms-transition: color 0.3s;
  -moz-transition: color 0.3s;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}

.web .account_button {
  -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;
}

.touch .account_navbar a, .touch .standard_link, .touch .order_buttons a {
  -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_button {
  -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;
}

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