

/* Start:/bitrix/components/bitrix/system.auth.authorize/templates/.default/style.min.css?1721827334837*/
div.bx-auth{max-width:600px;margin-top:16px;margin-bottom:24px}div.bx-auth form{padding:0;margin:0}div.bx-auth-line{border-bottom:1px solid #e3e3e3;padding-bottom:10px}div.bx-auth-title{font-size:140%;border-bottom:solid 2px #e3e3e3;padding-bottom:12px}div.bx-auth-note{margin:18px 0 6px 0}td.bx-auth-label{text-align:right;font-weight:bold}table.bx-auth-table{margin-top:8px}table.bx-auth-table td{padding:3px}div.bx-auth input.bx-auth-input{vertical-align:middle}div.bx-auth span.bx-auth-secure{background-color:#fffae3;border:1px solid #dedbc8;padding:2px;display:inline-block;vertical-align:middle}div.bx-auth div.bx-auth-secure-icon{background-image:url(/bitrix/components/bitrix/system.auth.authorize/templates/.default/images/sec.png);background-repeat:no-repeat;background-position:center;width:19px;height:18px}div.bx-auth div.bx-auth-secure-unlock{background-image:url(/bitrix/components/bitrix/system.auth.authorize/templates/.default/images/sec-unlocked.png)}
/* End */


/* Start:/bitrix/components/bitrix/system.show_message/templates/.default/style.min.css?172182733251*/
font.errortext{color:red}font.notetext{color:green}
/* End */


/* Start:/local/templates/theme_225/components/bitrix/sale.personal.order.list/.default/style.css?17353103738040*/
.personal-orders {
  display: flex;
  flex-direction: column;
  width: 100%;
  gap: 20px;
}
.personal-orders-links {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-content: flex-start;
  gap: 20px;
}
.personal-orders-links a {
  cursor: pointer;
  color: #E3B71B;
  padding-bottom: 2px;
  border-bottom: 1px solid;
  transition: 0.2s linear;
  text-decoration: none;
}
.personal-orders-links a:hover {
  text-decoration: none;
  color: #E3B71B;
  border-bottom-color: transparent;
}
.personal-order-item-container {
  padding: 20px;
  background-color: #fff;
  transition: all 0.3s;
}
.personal-order-item-container:hover {
  box-shadow: -2px 2px 2px 0px rgba(26, 41, 48, 0.07058824), -4px 8px 4px 0px rgba(26, 41, 48, 0.05098039), -8px 18px 10px 0px rgba(26, 41, 48, 0.03921569), -16px 34px 20px 0px rgba(26, 41, 48, 0.03137255), -24px 60px 40px 0px rgba(26, 41, 48, 0.01960784);
}
.personal-order-item-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 8px;
}
.personal-order-item-title {
  font-style: normal;
  font-weight: 500;
  font-size: 17px;
  line-height: 25px;
  color: #121212;
  mix-blend-mode: normal;
  margin: 0;
  letter-spacing: -0.3px;
}
.personal-order-item-order-cost {
  font-style: normal;
  font-weight: normal;
  font-size: 13px;
  line-height: 17px;
  text-align: right;
  color: #121212;
  opacity: 0.4;
  letter-spacing: -0.5px;
}
.personal-order-item-content {
  margin-bottom: 5px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.personal-order-item-status-container {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.personal-order-item-paid-btn,
.personal-order-item-paid-done,
.personal-order-item-paid-status-alert,
.personal-order-item-paid-status-success,
.personal-order-item-paid-status-restricted,
.personal-order-item-order-done,
.personal-order-item-order-btn-pay,
.personal-order-item-order-btn-track,
.personal-order-item-order-btn-reorder,
.personal-order-item-order-status-success,
.personal-order-item-order-status-canceled,
.personal-order-item-order-change-payment,
.personal-order-item-shipment-status-alert,
.personal-order-item-shipment-status-success {
  min-height: 27px;
  border-radius: 13.5px;
  padding: 2px 14px;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 21px;
  margin-bottom: 8px;
  box-sizing: border-box;
  text-decoration: none;
  transition: 170ms ease all;
  letter-spacing: -0.5px;
  vertical-align: baseline;
  color: #121212;
  background: #fff;
  border: 1px solid #a0a0a0;
  display: inline-block;
}
.personal-order-item-shipment-status-success {
  color: #fff;
  background: #6cb70e;
  border-color: #6cb70e;
}
.personal-order-item-paid-status-success {
  color: #4e8a02;
  background: #dbf0c0;
  border-color: #dbf0c0;
}
.personal-order-item-paid-status-alert,
.personal-order-item-shipment-status-alert {
  color: #fff;
  background: #4e4e4e;
  border-color: #4e4e4e;
}
.personal-order-item-order-status-success {
  color: #5c5c5c;
  background: #e8e8e8;
  border-color: #e8e8e8;
}
.personal-order-item-paid-done,
.personal-order-item-order-done,
.personal-order-item-paid-status-restricted {
  color: #5c5c5c;
  background: #e8e8e8;
  border-color: #e8e8e8;
}
.personal-order-item-order-status-canceled {
  color: #fff;
  background: #a7a7a7;
  border-color: #a7a7a7;
}
.personal-order-item-paid-btn:hover,
.personal-order-item-order-btn-pay:hover,
.personal-order-item-order-change-payment:hover,
.personal-order-item-order-btn-reorder:hover,
.personal-order-item-order-btn-track:hover {
  background-color: #e8e8e8;
  color: #000;
  text-decoration: none;
}
.personal-order-item-paid-btn,
.personal-order-item-order-btn-reorder,
.personal-order-item-order-btn-track {
  display: inline-flex;
  align-items: center;
  padding-right: 10px;
}
.personal-order-item-paid-btn::after,
.personal-order-item-order-btn-track::after {
  content: '';
  background: no-repeat center url("data:image/svg+xml,%3Csvg width='7' height='12' viewBox='0 0 7 12' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M0.714355 1.5141L4.49501 5.20849L5.1742 5.84773L4.49501 6.48735L0.714355 10.1817L1.63965 11.0859L6.99992 5.84796L1.63965 0.609985L0.714355 1.5141Z' fill='%23555'/%3E%3C/svg%3E%0A");
  display: inline-block;
  height: 12px;
  width: 7px;
  margin-left: 7px;
  opacity: 0.5;
}
.personal-order-item-order-btn-reorder::after {
  content: '';
  background: no-repeat center url("data:image/svg+xml,%3Csvg width='13' height='12' viewBox='0 0 13 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7.60532 0.0447998V4.52782L9.50877 2.62437C10.228 3.39337 10.6682 4.42651 10.6682 5.56248C10.6682 7.93858 8.74201 9.86479 6.3659 9.86479C3.9898 9.86479 2.06359 7.93858 2.06359 5.56248C2.06359 4.38949 2.533 3.32615 3.29423 2.55005C2.97887 2.2522 2.63683 1.91076 2.24819 1.49323L2.17204 1.41596C1.11866 2.4813 0.468262 3.94595 0.468262 5.5625C0.468262 8.81969 3.10874 11.4602 6.36593 11.4602C9.62312 11.4602 12.2636 8.81969 12.2636 5.5625C12.2636 3.98597 11.645 2.55392 10.6373 1.49583L12.0883 0.0448002L7.60532 0.0447998Z' fill='%23555'/%3E%3C/svg%3E%0A");
  display: inline-block;
  height: 12px;
  width: 13px;
  margin-left: 7px;
  opacity: 0.5;
}
/**/
.personal-order-item-product-image,
.personal-order-item-product-image-list {
  width: 54px;
  position: relative;
}
.personal-order-item-product-image-list::after,
.personal-order-item-product-image-list::before {
  content: '';
  background: #fff;
  border: 1px solid rgba(18, 18, 18, 0.2);
  box-sizing: border-box;
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.personal-order-item-product-image-list::after {
  transform: rotate(6.97deg);
  z-index: 20;
}
.personal-order-item-product-image-list::before {
  transform: rotate(15deg);
  z-index: 15;
}
.personal-order-item-product-pict {
  max-width: 54px;
  height: auto;
  position: relative;
  z-index: 25;
}
/**/
.personal-order-item-additional-info {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  font-style: normal;
  font-weight: normal;
  font-size: 13px;
  line-height: 17px;
  color: #a0a0a0;
  letter-spacing: -0.3px;
}
.personal-order-item-additional-info-more-block {
  padding-left: 20px;
  white-space: nowrap;
}
.personal-order-item-additional-info-more-link {
  display: inline-flex;
  align-items: center;
  font-style: normal;
  font-weight: normal;
  font-size: 13px;
  line-height: 17px;
  color: #121212;
  opacity: 0.5;
}
.personal-order-item-additional-info-more-link::after {
  content: '';
  background: no-repeat center url("data:image/svg+xml,%3Csvg width='7' height='12' viewBox='0 0 7 12' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M0.714355 1.5141L4.49501 5.20849L5.1742 5.84773L4.49501 6.48735L0.714355 10.1817L1.63965 11.0859L6.99992 5.84796L1.63965 0.609985L0.714355 1.5141Z' fill='%23555'/%3E%3C/svg%3E%0A");
  display: inline-block;
  height: 12px;
  width: 7px;
  margin-left: 7px;
  opacity: 0.5;
}
/**/
.personal-order-item-loader-btn-container {
  padding: 31px 36px;
  background-color: #fff;
}
.personal-order-item-loader-btn {
  background-color: #fff;
  font-style: normal;
  font-weight: 500;
  font-size: 17px;
  line-height: 20px;
  text-align: center;
  color: #121212;
  opacity: 0.5;
  min-height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 300px;
  border-radius: 24px;
  border: 1px solid #121212;
}
.d-grid {
  display: grid!important;
}
.w-50 {
  width: 50%!important;
  position: relative!important;
}
.btns_order_detail_wrap {
  gap: unset!important;
}
.accordion .accordion_item .accordion_content .btns_order_detail_wrap {
  display: flex;
}
.accordion .accordion_item .accordion_content .btns_order_detail_wrap > * {
  width: auto!important;
  flex: 1 1 0;
  border-right: none;
}
/*# sourceMappingURL=style.css.map */
/* End */
/* /bitrix/components/bitrix/system.auth.authorize/templates/.default/style.min.css?1721827334837 */
/* /bitrix/components/bitrix/system.show_message/templates/.default/style.min.css?172182733251 */
/* /local/templates/theme_225/components/bitrix/sale.personal.order.list/.default/style.css?17353103738040 */
