@charset "UTF-8";
.personal_page .left_menu, .accounts_page .account_menu > ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}

.wish_list .wish_listing .info_block img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.personal_page .datepicker thead .prev:before,
.personal_page .datepicker thead .next:before, .accounts_page .nice-select:before, .accounts_page .nice-select:after {
  font-family: "icon" !important;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.accounts_page .inputs_row select, .accounts_page select {
  opacity: 0;
}
.accounts_page .nice-select {
  border: none;
  border-bottom: 1px solid #777777;
  background: transparent;
  border-radius: 0;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: row-reverse;
  font-size: 160%;
  line-height: 26px;
  padding: 8px 0;
  margin: -11px 0;
  margin-bottom: 5px;
  height: auto;
}
.accounts_page .nice-select:hover {
  border-color: #ffffff;
}
.accounts_page .nice-select .list {
  border: 1px solid #404040;
  background: linear-gradient(135deg, #181818 0%, #000000 100%);
  border-radius: 0;
  margin-top: 1px;
  width: 100%;
  max-height: 213px;
  scrollbar-color: #BDA875 #404040;
  scrollbar-width: thin;
  overflow-x: hidden;
  overflow-y: unset;
}
.accounts_page .nice-select .list::-webkit-scrollbar {
  width: 4px;
  height: auto;
  border-radius: 0;
  background: #404040;
}
.accounts_page .nice-select .list::-webkit-scrollbar-thumb {
  border-radius: 0;
  background: #BDA875;
}
.accounts_page .nice-select .current {
  overflow: hidden;
}
.accounts_page .nice-select .option {
  padding: 10px 16px;
  min-height: auto;
  line-height: 21px;
  color: #ffffff;
  font-size: 16px;
}
.accounts_page .nice-select .option:hover {
  background: rgba(189, 168, 117, 0.1);
  color: #BDA875;
}
.accounts_page .nice-select .option.focus {
  color: #BDA875;
  background: none;
}
.accounts_page .nice-select.open {
  border-color: #BDA875;
}
.accounts_page .nice-select.open:before {
  content: "";
  transform: scaleY(1);
  -moz-transform: scaleY(1);
  -ms-transform: scaleY(1);
  -webkit-transform: scaleY(1);
  -o-transform: scaleY(1);
  -o-transition: all 0.15s;
  -ms-transition: all 0.15s;
  -moz-transition: all 0.15s;
  -webkit-transition: all 0.15s;
  transition: all 0.15s;
}
.accounts_page .nice-select:after {
  display: none;
}
.accounts_page .nice-select:before {
  content: "";
  transform: scaleY(-1);
  -moz-transform: scaleY(-1);
  -ms-transform: scaleY(-1);
  -webkit-transform: scaleY(-1);
  -o-transform: scaleY(-1);
  -o-transition: all 0.15s;
  -ms-transition: all 0.15s;
  -moz-transition: all 0.15s;
  -webkit-transition: all 0.15s;
  transition: all 0.15s;
  color: #999999;
  font-size: 75%;
}

.accounts_page {
  padding: 0 40px 50px;
}
.accounts_page .inputs_row .field_block.has-error:before {
  right: 15px;
}
.accounts_page .inputs_row .field_block input {
  padding-right: 30px;
}
.accounts_page .inputs_row .field_block .view_pass {
  right: 15px;
}
.accounts_page .validate_button {
  transform: translate3d(0, 30px, 0);
  max-width: 387px;
  margin: 0 auto;
}
.accounts_page .inputs_row {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 -13px;
}
.accounts_page .inputs_row .placeholder_block {
  padding: 0 15px 0;
}
.accounts_page .inputs_row > .field_block {
  flex: 0 0 50%;
  max-width: 50%;
  padding: 0 13px;
}
.accounts_page .inputs_row .zip_code input {
  max-width: 136px;
}
.accounts_page .empty_block {
  min-height: 278px;
  border: 1px solid #404040;
  background: linear-gradient(135deg, #181818 0%, #000000 100%);
  max-width: 489px;
  padding: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.accounts_page .account_btn {
  font-size: 160%;
  line-height: 21px;
  color: #BDA875;
  font-family: "yantramanav-medium";
  text-decoration: underline;
}
.accounts_page .empty_text {
  font-size: 160%;
  line-height: 21px;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  margin-bottom: 32px;
  text-align: center;
}
.accounts_page .empty_text:before {
  font-size: 300%;
  color: #BDA875;
  padding-bottom: 20px;
}
.accounts_page .account_menu {
  margin-top: 20px;
  position: relative;
  overflow: hidden;
}
.accounts_page .account_menu > ul {
  display: flex;
  justify-content: space-between;
  white-space: nowrap;
  font-size: 160%;
  font-family: "yantramanav-medium";
  line-height: 21px;
  border-bottom: 1px solid #404040;
}
.accounts_page .account_menu > ul li {
  padding: 0 15px 15px;
  width: 100%;
  text-align: center;
  position: relative;
}
.accounts_page .account_menu > ul li a {
  display: block;
  position: relative;
  color: #999999;
}
.accounts_page .account_menu > ul li.selected a {
  color: #ffffff;
}
.accounts_page .account_menu > ul li.selected:before {
  position: absolute;
  left: 0;
  right: 0;
  content: "";
  bottom: -1px;
  border-bottom: 1px solid #BDA875;
}
.accounts_page .accounts_block {
  margin-top: 32px;
}
.accounts_page .accounts_block > .page_title {
  margin-bottom: 32px;
}
.accounts_page .add_address {
  font-size: 140%;
  line-height: 18px;
  font-family: "yantramanav-medium";
  color: #BDA875;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.accounts_page .block_head {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.accounts_page .block_head a {
  font-size: 140%;
  line-height: 18px;
  color: #BDA875;
  font-family: "yantramanav-medium";
  text-decoration: underline;
}
.accounts_page .action_block {
  display: flex;
  align-items: center;
  margin-top: 24px;
}
.accounts_page .action_block button,
.accounts_page .action_block a {
  border: none;
  background: none;
  font-family: "yantramanav-medium";
  font-size: 140%;
  line-height: 18px;
}
.accounts_page .action_block button:first-child,
.accounts_page .action_block a:first-child {
  padding-right: 20px;
}
.accounts_page .action_block button.action_default,
.accounts_page .action_block a.action_default {
  color: #404040;
}
.accounts_page .block_title {
  color: #ffffff;
  font-size: 160%;
  line-height: 21px;
  font-family: "yantramanav-medium";
  margin-bottom: 12px;
}
.accounts_page .block_info {
  color: #999999;
  font-size: 140%;
  line-height: 18px;
}
.accounts_page .sub_title {
  font-family: "yantramanav-medium";
  font-size: 200%;
  line-height: 26px;
  color: #BDA875;
  padding-right: 15px;
}
.accounts_page .account_personal {
  padding: 29px 32px;
  border: 1px solid #404040;
  background: linear-gradient(135deg, #181818 0%, #000000 100%);
  min-height: 190px;
  height: 100%;
  display: flex;
  flex-direction: column;
}
.accounts_page .account_personal.new_address {
  justify-content: center;
}
.accounts_page .order_inner {
  border: 1px solid #404040;
  background: linear-gradient(135deg, #181818 0%, #000000 100%);
  margin-top: 16px;
}
.accounts_page .list_account {
  padding: 0;
  margin: 23px -10px 54px;
  list-style-type: none;
  display: flex;
  flex-wrap: wrap;
}
.accounts_page .list_account li {
  flex: 0 0 50%;
  max-width: 50%;
  margin-bottom: 20px;
  padding: 0 10px;
}
.accounts_page .account_order_block {
  margin-top: 25px;
}
.accounts_page .account_order_block ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.accounts_page .account_order_block ul .order_block:nth-child(2n) {
  background: #000000;
}
.accounts_page .account_order_block .recent_orders_titles {
  display: flex;
  justify-content: space-between;
  margin: 0;
  padding: 14px 24px;
  border-bottom: 1px solid #404040;
}
.accounts_page .account_order_block .recent_orders_titles li {
  font-size: 140%;
  line-height: 18px;
  color: #999999;
  font-family: "yantramanav-light";
  flex: 0 0 10%;
  max-width: 10%;
}
.accounts_page .account_order_block .recent_orders_titles li:nth-child(3) {
  flex: 0 0 20%;
  max-width: 20%;
}
.accounts_page .account_order_block .recent_orders_titles li:last-child {
  flex: 0 0 17%;
  max-width: 17%;
}
.accounts_page .account_order_block .recent_orders ul {
  display: flex;
  justify-content: space-between;
  padding: 20px 24px;
}
.accounts_page .account_order_block .recent_orders ul li {
  font-size: 160%;
  line-height: 21px;
  color: #ffffff;
  flex: 0 0 10%;
  max-width: 10%;
}
.accounts_page .account_order_block .recent_orders ul li:nth-child(3) {
  flex: 0 0 20%;
  max-width: 20%;
}
.accounts_page .account_order_block .recent_orders ul li:first-child {
  padding-left: 0;
}
.accounts_page .account_order_block .recent_orders ul li:last-child {
  display: flex;
  align-items: center;
  flex: 0 0 17%;
  max-width: 17%;
}
.accounts_page .account_order_block .recent_orders ul li:last-child a {
  color: #BDA875;
  font-size: 14px;
  line-height: 18px;
  position: relative;
  padding: 0 10px;
}
.accounts_page .account_order_block .recent_orders ul li:last-child a:before {
  top: 3px;
  bottom: 3px;
  left: -2px;
  width: 1px;
  display: block;
  content: "";
  position: absolute;
  background: #BDA875;
}
.accounts_page .account_order_block .recent_orders ul li:last-child a:first-child {
  padding-left: 0;
}
.accounts_page .account_order_block .recent_orders ul li:last-child a:first-child:before {
  display: none;
}
.accounts_page .account_order_block .recent_orders ul .order_status.pending {
  color: #F7B500;
}
.accounts_page .account_order_block .recent_orders ul .order_status.canceled {
  color: #DC1616;
}
.accounts_page .account_order_block .recent_orders ul .order_status.delivered {
  color: #9CD95E;
}
@media screen and (max-width: 1023px) {
  .accounts_page .account_order_block .recent_orders_titles {
    display: none;
  }
  .accounts_page .account_order_block .recent_orders li {
    padding: 0 20px;
  }
  .accounts_page .account_order_block .recent_orders li:last-child ul {
    border: none;
    background: none;
  }
  .accounts_page .account_order_block .recent_orders ul {
    display: block;
    padding: 0;
  }
  .accounts_page .account_order_block .recent_orders ul li {
    justify-content: space-between;
    width: 100% !important;
    display: flex;
    align-items: center;
    text-align: right;
    flex: 0 0 100% !important;
    max-width: 100% !important;
    margin: 5px 0;
    color: #777777;
    padding: 4px 0;
  }
  .accounts_page .account_order_block .recent_orders ul li:before {
    display: block;
    content: attr(data-title);
    color: #ffffff;
    font-size: 14px;
    text-decoration: none;
    padding-right: 10px;
    text-align: left;
    font-family: "yantramanav-light" !important;
  }
  .accounts_page .account_order_block .recent_orders ul li:last-child {
    flex-direction: row;
    justify-content: flex-end;
  }
  .accounts_page .account_order_block .recent_orders ul li:last-child a:last-child {
    padding-right: 0;
  }
}
@media screen and (max-width: 959px) {
  .accounts_page {
    padding: 0 0 50px;
  }
  .accounts_page .account_menu {
    overflow-x: auto;
    border-bottom: 1px solid #404040;
  }
  .accounts_page .account_menu ul {
    display: flex;
    white-space: nowrap;
    border: none;
    align-items: center;
    box-shadow: none;
  }
  .accounts_page .account_menu ul li:first-child {
    padding-left: 0;
  }
  .accounts_page .account_menu ul li.selected:before {
    bottom: 0;
  }
}
@media screen and (max-width: 575px) {
  .accounts_page .inputs_row .field_block.has-error:before {
    right: 0;
  }
  .accounts_page .inputs_row .field_block input {
    padding-right: 0;
  }
  .accounts_page .inputs_row .field_block .view_pass {
    right: 0;
  }
  .accounts_page .list_account {
    flex-direction: column;
  }
  .accounts_page .list_account li {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media screen and (max-width: 479px) {
  .accounts_page .inputs_row {
    flex-direction: column;
    margin: 0;
  }
  .accounts_page .inputs_row .placeholder_block {
    padding: 0;
  }
  .accounts_page .inputs_row .zip_code input {
    max-width: 100%;
  }
  .accounts_page .inputs_row > .field_block {
    flex: 0 0 100%;
    max-width: 100%;
    padding: 0;
  }
}

.new_address {
  padding: 29px 32px 0;
  border: 1px solid #404040;
  background: linear-gradient(135deg, #181818 0%, #000000 100%);
  max-width: 590px;
}
.new_address .checkbox_btn {
  line-height: 40px;
}
.new_address .sub_title {
  margin-bottom: 24px;
}

.accounts_page .order_inner_page > .page_title {
  margin-bottom: 20px;
}
.accounts_page .order_inner_page .account_order_block {
  margin-top: 41px;
}
.accounts_page .order_inner_page .recent_orders_titles {
  justify-content: unset;
}
.accounts_page .order_inner_page .recent_orders_titles li {
  flex: 0 0 17%;
  max-width: 17%;
  align-items: center;
  display: flex;
  justify-content: flex-end;
}
.accounts_page .order_inner_page .recent_orders_titles li:nth-child(3) {
  flex: 0 0 17%;
  max-width: 17%;
}
.accounts_page .order_inner_page .recent_orders_titles li:nth-child(2) {
  flex: 0 0 36%;
  max-width: 36%;
  justify-content: left;
  padding-left: 15px;
}
.accounts_page .order_inner_page .recent_orders_titles li:first-child {
  flex: 0 0 13%;
  max-width: 13%;
  justify-content: left;
}
.accounts_page .order_inner_page .recent_orders_titles li:last-child {
  flex: 0 0 17%;
  max-width: 17%;
}
.accounts_page .order_inner_page .recent_orders ul {
  justify-content: unset;
  padding: 10px 24px;
}
.accounts_page .order_inner_page .recent_orders ul li {
  flex: 0 0 17%;
  max-width: 17%;
  align-items: center;
  display: flex;
  justify-content: flex-end;
}
.accounts_page .order_inner_page .recent_orders ul li:first-child {
  flex: 0 0 13%;
  max-width: 13%;
  justify-content: left;
}
.accounts_page .order_inner_page .recent_orders ul li:first-child img {
  object-fit: cover;
  display: block;
  max-height: 57px;
  max-width: 57px;
}
.accounts_page .order_inner_page .recent_orders ul li:nth-child(2) {
  flex: 0 0 36%;
  max-width: 36%;
  justify-content: left;
  padding-left: 15px;
}
.accounts_page .order_inner_page .recent_orders ul li:nth-child(3) {
  flex: 0 0 17%;
  max-width: 17%;
}
.accounts_page .order_inner_page .recent_orders ul li:last-child {
  flex: 0 0 17%;
  max-width: 17%;
  align-items: center;
  display: flex;
  justify-content: flex-end;
}
.accounts_page .order_inner_page .order_action {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 200px;
}
.accounts_page .order_inner_page .order_action a,
.accounts_page .order_inner_page .order_action span {
  font-size: 140%;
  line-height: 18px;
  color: #999999;
}
.accounts_page .order_inner_page .order_action a:first-child,
.accounts_page .order_inner_page .order_action span:first-child {
  padding-right: 10px;
}
.accounts_page .order_inner_page .order_info_list {
  margin-left: -10px;
  margin-right: -10px;
  display: flex;
  flex-wrap: wrap;
  margin-top: 24px;
}
.accounts_page .order_inner_page .order_info_list .account_personal {
  padding: 24px;
}
.accounts_page .order_inner_page .order_info_list li {
  padding: 0 10px;
  flex: 0 0 20%;
  max-width: 20%;
}
.accounts_page .order_inner_page .order_info_list li:last-child {
  flex: 0 0 46.667%;
  max-width: 46.667%;
}
.accounts_page .order_inner_page .order_info_list li:first-child {
  flex: 0 0 33.333%;
  max-width: 33.333%;
}
.accounts_page .order_inner_page .order_info_list table {
  width: 100%;
  display: flex;
}
.accounts_page .order_inner_page .order_info_list table tbody {
  max-width: 100%;
  width: 100%;
}
.accounts_page .order_inner_page .order_info_list table tr {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-family: "yantramanav-medium";
}
.accounts_page .order_inner_page .order_info_list table tr td {
  color: #ffffff;
  font-size: 160%;
  line-height: 1.33em;
  flex: 1;
  padding: 0 0 27px;
}
.accounts_page .order_inner_page .order_info_list table tr td:last-child {
  text-align: right;
  color: #BDA875;
  font-family: "yantramanav-medium";
  font-size: 200%;
  line-height: 1.33em;
  padding-left: 10px;
}
.accounts_page .order_inner_page .order_info_list table tr.total_block {
  border-top: 1px solid #404040;
  font-family: "yantramanav-medium";
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.accounts_page .order_inner_page .order_info_list table tr.total_block td {
  font-size: 200%;
  color: #BDA875;
  padding: 24px 0 0;
}
.accounts_page .order_inner_page .order_info_list table tr.total_block td:last-child {
  font-size: 240%;
}
@media screen and (max-width: 1199px) {
  .accounts_page .order_inner_page .order_info_list .account_personal {
    padding: 15px;
  }
  .accounts_page .order_inner_page .order_info_list li {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .accounts_page .order_inner_page .order_info_list li:first-child {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .accounts_page .order_inner_page .order_info_list li:last-child {
    flex: 0 0 100%;
    max-width: 100%;
    margin-top: 24px;
  }
  .accounts_page .order_inner_page .recent_orders_titles li:nth-child(2) {
    padding-left: 0;
  }
  .accounts_page .order_inner_page .recent_orders ul li:first-child {
    align-items: end;
  }
  .accounts_page .order_inner_page .recent_orders ul li:nth-child(2) {
    padding-left: 0;
  }
}
@media screen and (max-width: 1023px) {
  .accounts_page .order_inner_page .recent_orders_titles li {
    justify-content: space-between;
  }
  .accounts_page .order_inner_page .recent_orders_titles li:first-child {
    align-items: end;
    justify-content: space-between;
  }
  .accounts_page .order_inner_page .recent_orders_titles li:nth-child(2) {
    padding-left: 0;
    justify-content: space-between;
  }
  .accounts_page .order_inner_page .recent_orders ul li {
    justify-content: space-between;
  }
  .accounts_page .order_inner_page .recent_orders ul li:first-child {
    align-items: end;
    justify-content: space-between;
  }
  .accounts_page .order_inner_page .recent_orders ul li:nth-child(2) {
    padding-left: 0;
    justify-content: space-between;
  }
  .accounts_page .order_inner_page .recent_orders > li {
    padding: 0 15px;
  }
  .accounts_page .order_inner_page .account_order_block {
    margin-top: 15px;
  }
  .accounts_page .order_inner_page .recent_orders ul {
    padding: 10px 0;
  }
  .accounts_page .order_inner_page .recent_orders ul li {
    padding-right: 0 !important;
  }
  .accounts_page .order_inner_page .recent_orders ul li:last-child {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
}
@media screen and (max-width: 575px) {
  .accounts_page .order_inner_page .order_action {
    max-width: 100%;
  }
  .accounts_page .order_inner_page .order_info_list li {
    flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 24px;
  }
  .accounts_page .order_inner_page .order_info_list li:first-child {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .accounts_page .order_inner_page .order_info_list li:last-child {
    flex: 0 0 100%;
    max-width: 100%;
    margin-top: 0;
  }
  .accounts_page .order_inner_page .order_info_list table tr td {
    font-size: 160%;
    width: 190px;
    padding: 0 0 15px;
  }
  .accounts_page .order_inner_page .order_info_list table tr td:last-child {
    font-size: 180%;
  }
  .accounts_page .order_inner_page .order_info_list table tr.total_block td {
    font-size: 180%;
    padding: 15px 0;
  }
  .accounts_page .order_inner_page .order_info_list table tr.total_block td:last-child {
    font-size: 200%;
  }
}

.personal_page .left_block {
  padding: 0 10px;
  flex: 0 0 25%;
  max-width: 25%;
}
.personal_page .field_block {
  position: relative;
}
.personal_page .datepicker {
  position: absolute;
  width: 100%;
  border-radius: 3px;
  font-size: 120%;
  line-height: 20px;
  padding: 5px;
  border: 1px solid #404040;
  background: linear-gradient(135deg, #181818 0%, #000000 100%);
}
.personal_page .datepicker:after, .personal_page .datepicker:before {
  display: none;
}
.personal_page .datepicker table {
  width: 100%;
  font-size: 16px;
}
.personal_page .datepicker table tr td span {
  border-radius: 3px;
}
.personal_page .datepicker table tr td span:hover {
  background: #BDA875;
  color: #000000;
}
.personal_page .datepicker table tr td span.focused {
  color: #ffffff;
  background: #BDA875 !important;
}
.personal_page .datepicker thead th,
.personal_page .datepicker thead td {
  padding: 5px;
  border-radius: 3px;
}
.personal_page .datepicker thead .prev,
.personal_page .datepicker thead .datepicker-switch,
.personal_page .datepicker thead .next {
  font-family: "yantramanav-light";
  vertical-align: middle;
}
.personal_page .datepicker thead .prev:hover,
.personal_page .datepicker thead .datepicker-switch:hover,
.personal_page .datepicker thead .next:hover {
  background: #BDA875;
}
.personal_page .datepicker thead .prev,
.personal_page .datepicker thead .next {
  font-size: 0;
  line-height: 0;
  padding: 5px 10px;
}
.personal_page .datepicker thead .prev:before,
.personal_page .datepicker thead .next:before {
  font-size: 1.2rem;
  display: block;
  font-weight: 900;
}
.personal_page .datepicker thead .prev:before {
  content: "";
}
.personal_page .datepicker thead .next:before {
  content: "";
}
.personal_page .datepicker tbody td,
.personal_page .datepicker tbody th {
  width: 14.285%;
  height: 28px;
  border-radius: 3px;
}
.personal_page .datepicker tbody td.day:not(.disabled):hover,
.personal_page .datepicker tbody th.day:not(.disabled):hover {
  background: #BDA875;
}
.personal_page .datepicker tbody td.day.active,
.personal_page .datepicker tbody th.day.active {
  background: #BDA875 !important;
  color: #ffffff;
}
.personal_page .right_block {
  padding: 0 10px;
  flex: 0 0 75%;
  max-width: 75%;
}
.personal_page .icon_calendar:before {
  position: absolute;
  right: 15px;
  top: 2px;
  font-size: 1.5em;
}
.personal_page .first_block {
  flex: 0 0 50%;
  max-width: 50%;
  padding: 0 13px 0 0;
}
.personal_page .first_block > .view_pass {
  right: 15px;
}
.personal_page .first_block.has-error:before {
  right: 15px;
}
.personal_page .inner_right {
  border: 1px solid #404040;
  background: linear-gradient(135deg, #181818 0%, #000000 100%);
  padding: 32px 24px 0;
}
.personal_page .sub_title {
  margin-bottom: 31px;
}
.personal_page .left_menu {
  border: 1px solid #404040;
  background: linear-gradient(135deg, #181818 0%, #000000 100%);
}
.personal_page .left_menu li {
  padding: 24px;
}
.personal_page .left_menu li a {
  font-size: 140%;
  font-family: "yantramanav-medium";
  color: #999999;
}
.personal_page .left_menu li.active {
  background-color: rgba(189, 168, 117, 0.1);
}
.personal_page .left_menu li.active a {
  color: #ffffff;
}
@media screen and (max-width: 1365px) {
  .personal_page .left_block {
    flex: 0 0 33%;
    max-width: 33%;
  }
  .personal_page .right_block {
    flex: 0 0 67%;
    max-width: 67%;
  }
}
@media screen and (min-width: 960px) and (max-width: 1023px) {
  .personal_page .first_block {
    padding-right: 0;
  }
  .personal_page .first_block > .view_pass {
    right: 0;
  }
  .personal_page .first_block.has-error:before {
    right: 0;
  }
  .personal_page .inputs_row {
    flex-direction: column;
  }
  .personal_page .inputs_row .field_block {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .personal_page .field_block {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .personal_page .left_block {
    flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 30px;
  }
  .personal_page .right_block {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media screen and (max-width: 575px) {
  .personal_page .first_block {
    padding-right: 0;
  }
  .personal_page .first_block > .view_pass {
    right: 0;
  }
  .personal_page .first_block.has-error:before {
    right: 0;
  }
  .personal_page .inputs_row {
    flex-direction: column;
  }
  .personal_page .inputs_row .field_block {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .personal_page .field_block {
    flex: 0 0 100%;
    max-width: 100%;
  }
}

.wish_list .wish_head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
.wish_list .wish_head a {
  font-size: 140%;
  line-height: 18px;
  font-family: "yantramanav-medium";
  color: #BDA875;
  text-decoration: revert;
}
.wish_list .wish_listing ul {
  list-style-type: none;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  margin: 0 -10px !important;
}
.wish_list .wish_listing ul li {
  flex: 0 0 33.333%;
  max-width: 33.333%;
  padding: 0 10px;
  margin-bottom: 24px;
}
.wish_list .wish_listing .product_block {
  border: 1px solid #404040;
  padding: 24px;
}
.wish_list .wish_listing .info_block {
  display: flex;
  align-items: flex-end;
  flex-direction: row-reverse;
  justify-content: space-between;
}
.wish_list .wish_listing .info_block a {
  vertical-align: top;
  width: 42%;
  padding: 0 10px;
  position: relative;
  overflow: hidden;
  display: block;
}
.wish_list .wish_listing .info_block a:before {
  display: block;
  content: "";
  padding-bottom: 146%;
}
.wish_list .wish_listing .info_block img {
  object-fit: cover;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  transform-style: preserve-3d;
  -webkit-transform-style: preserve-3d;
  -o-transition: transform 0.5s;
  -ms-transition: transform 0.5s;
  -moz-transition: transform 0.5s;
  -webkit-transition: transform 0.5s;
  transition: transform 0.5s;
}
.wish_list .wish_listing .product_end_block {
  margin-top: 30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.wish_list .wish_listing .product_price {
  font-size: 320%;
  line-height: 41px;
  color: #ffffff;
  display: flex;
  align-items: center;
}
.wish_list .wish_listing .product_price span {
  font-size: 24px;
  line-height: 32px;
  padding-right: 8px;
}
.wish_list .wish_listing .block_added {
  display: flex;
  align-items: baseline;
}
.wish_list .wish_listing .block_added a {
  padding-right: 13px;
  font-size: 160%;
}
.wish_list .wish_listing .block_added a.icon_close {
  color: #999999;
}
.wish_list .wish_listing .info_product {
  font-size: 120%;
  line-height: 20px;
  color: #ffffff;
  font-family: "yantramanav-thin";
  position: relative;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  padding-right: 15px;
}
.wish_list .wish_listing .add_cart_btn {
  border: none;
  background: none;
  font-size: 190%;
  color: #BDA875;
}
.wish_list .wish_listing .product_name {
  font-size: 500%;
  line-height: 50px;
  font-family: "yantramanav-thin";
  padding: 0;
  margin: 0;
  position: relative;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
@media screen and (max-width: 1365px) {
  .wish_list .wish_listing ul li {
    max-width: 50%;
    flex: 0 0 50%;
  }
}
@media screen and (max-width: 959px) {
  .wish_list .product_block .product_name {
    font-size: 450%;
    line-height: 43px;
  }
}
@media screen and (max-width: 719px) {
  .wish_list .wish_listing ul li {
    max-width: 100%;
    flex: 0 0 100%;
  }
  .wish_list .product_block .product_name {
    font-size: 400%;
    line-height: 37px;
  }
}
@media screen and (max-width: 575px) {
  .wish_list .product_block {
    padding: 20px;
  }
  .wish_list .product_block .product_name {
    font-size: 300%;
    line-height: 28px;
  }
}

.web .wish_head a,
.web .wish_list .wish_listing .info_block a {
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.web .wish_head a:hover,
.web .wish_list .wish_listing .info_block a:hover {
  opacity: 0.8;
}
.web .wish_head a:hover img,
.web .wish_list .wish_listing .info_block a:hover img {
  transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -o-transform: scale(1.1);
}

.touch .wish_head a,
.touch .wish_list .wish_listing .info_block a {
  -o-transition: all 0.25s;
  -ms-transition: all 0.25s;
  -moz-transition: all 0.25s;
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}
.touch .wish_head a:active,
.touch .wish_list .wish_listing .info_block a:active {
  opacity: 0.8;
}
.touch .wish_head a:active img,
.touch .wish_list .wish_listing .info_block a:active img {
  transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -o-transform: scale(1.1);
}

.web .accounts_page .account_btn, .accounts_page .web .account_btn, .web .accounts_page .add_address, .accounts_page .web .add_address, .web .accounts_page .block_head a, .accounts_page .block_head .web a, .web .accounts_page .action_block button, .accounts_page .action_block .web button,
.web .accounts_page .action_block a,
.accounts_page .action_block .web a, .web .accounts_page .account_order_block .recent_orders ul li:last-child a, .accounts_page .account_order_block .recent_orders ul li:last-child .web a, .web .accounts_page .order_inner_page .order_action a, .accounts_page .order_inner_page .order_action .web a, .web .personal_page .left_menu li a, .personal_page .left_menu li .web a, .web .wish_list .wish_listing .block_added a, .wish_list .wish_listing .block_added .web a, .web .wish_list .wish_listing .add_cart_btn, .wish_list .wish_listing .web .add_cart_btn, .web .accounts_page .account_menu > ul li a, .accounts_page .account_menu > ul li .web 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;
}

.personal_page .datepicker thead .prev,
.personal_page .datepicker thead .datepicker-switch,
.personal_page .datepicker thead .next {
  -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;
}

.personal_page .datepicker table tr td span, .personal_page .datepicker tbody td,
.personal_page .datepicker tbody th {
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.touch .accounts_page .account_btn, .accounts_page .touch .account_btn, .touch .accounts_page .add_address, .accounts_page .touch .add_address, .touch .accounts_page .block_head a, .accounts_page .block_head .touch a, .touch .accounts_page .action_block button, .accounts_page .action_block .touch button,
.touch .accounts_page .action_block a,
.accounts_page .action_block .touch a, .touch .accounts_page .account_order_block .recent_orders ul li:last-child a, .accounts_page .account_order_block .recent_orders ul li:last-child .touch a, .touch .accounts_page .order_inner_page .order_action a, .accounts_page .order_inner_page .order_action .touch a, .touch .personal_page .left_menu li a, .personal_page .left_menu li .touch a, .touch .wish_list .wish_listing .block_added a, .wish_list .wish_listing .block_added .touch a, .touch .wish_list .wish_listing .add_cart_btn, .wish_list .wish_listing .touch .add_cart_btn, .touch .accounts_page .account_menu > ul li a, .accounts_page .account_menu > ul li .touch 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;
}

.web .accounts_page .account_menu > ul li a:hover, .accounts_page .account_menu > ul li .web a:hover {
  color: #BDA875;
}
.web .accounts_page .account_btn:hover, .accounts_page .web .account_btn:hover, .web .accounts_page .add_address:hover, .accounts_page .web .add_address:hover, .web .accounts_page .block_head a:hover, .accounts_page .block_head .web a:hover, .web .accounts_page .action_block button:hover, .accounts_page .action_block .web button:hover,
.web .accounts_page .action_block a:hover,
.accounts_page .action_block .web a:hover, .web .accounts_page .account_order_block .recent_orders ul li:last-child a:hover, .accounts_page .account_order_block .recent_orders ul li:last-child .web a:hover, .web .accounts_page .order_inner_page .order_action a:hover, .accounts_page .order_inner_page .order_action .web a:hover, .web .personal_page .left_menu li a:hover, .personal_page .left_menu li .web a:hover, .web .wish_list .wish_listing .block_added a:hover, .wish_list .wish_listing .block_added .web a:hover, .web .wish_list .wish_listing .add_cart_btn:hover, .wish_list .wish_listing .web .add_cart_btn:hover {
  color: rgba(189, 168, 117, 0.7);
}
.touch .accounts_page .account_menu > ul li a:active, .accounts_page .account_menu > ul li .touch a:active {
  color: #BDA875;
}
.touch .accounts_page .account_btn:active, .accounts_page .touch .account_btn:active, .touch .accounts_page .add_address:active, .accounts_page .touch .add_address:active, .touch .accounts_page .block_head a:active, .accounts_page .block_head .touch a:active, .touch .accounts_page .action_block button:active, .accounts_page .action_block .touch button:active,
.touch .accounts_page .action_block a:active,
.accounts_page .action_block .touch a:active, .touch .accounts_page .account_order_block .recent_orders ul li:last-child a:active, .accounts_page .account_order_block .recent_orders ul li:last-child .touch a:active, .touch .accounts_page .order_inner_page .order_action a:active, .accounts_page .order_inner_page .order_action .touch a:active, .touch .personal_page .left_menu li a:active, .personal_page .left_menu li .touch a:active, .touch .wish_list .wish_listing .block_added a:active, .wish_list .wish_listing .block_added .touch a:active, .touch .wish_list .wish_listing .add_cart_btn:active, .wish_list .wish_listing .touch .add_cart_btn:active {
  color: rgba(189, 168, 117, 0.7);
}

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