/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
.ant-skeleton {
  display: table;
  width: 100%;
}
.ant-skeleton-header {
  display: table-cell;
  padding-right: 16px;
  vertical-align: top;
}
.ant-skeleton-header .ant-skeleton-avatar {
  display: inline-block;
  vertical-align: top;
  background: #f2f2f2;
  width: 32px;
  height: 32px;
  line-height: 32px;
}
.ant-skeleton-header .ant-skeleton-avatar.ant-skeleton-avatar-circle {
  border-radius: 50%;
}
.ant-skeleton-header .ant-skeleton-avatar-lg {
  width: 40px;
  height: 40px;
  line-height: 40px;
}
.ant-skeleton-header .ant-skeleton-avatar-lg.ant-skeleton-avatar-circle {
  border-radius: 50%;
}
.ant-skeleton-header .ant-skeleton-avatar-sm {
  width: 24px;
  height: 24px;
  line-height: 24px;
}
.ant-skeleton-header .ant-skeleton-avatar-sm.ant-skeleton-avatar-circle {
  border-radius: 50%;
}
.ant-skeleton-content {
  display: table-cell;
  width: 100%;
  vertical-align: top;
}
.ant-skeleton-content .ant-skeleton-title {
  width: 100%;
  height: 16px;
  margin-top: 16px;
  background: #f2f2f2;
}
.ant-skeleton-content .ant-skeleton-title + .ant-skeleton-paragraph {
  margin-top: 24px;
}
.ant-skeleton-content .ant-skeleton-paragraph {
  padding: 0;
}
.ant-skeleton-content .ant-skeleton-paragraph > li {
  width: 100%;
  height: 16px;
  list-style: none;
  background: #f2f2f2;
}
.ant-skeleton-content .ant-skeleton-paragraph > li:last-child:not(:first-child):not(:nth-child(2)) {
  width: 61%;
}
.ant-skeleton-content .ant-skeleton-paragraph > li + li {
  margin-top: 16px;
}
.ant-skeleton-with-avatar .ant-skeleton-content .ant-skeleton-title {
  margin-top: 12px;
}
.ant-skeleton-with-avatar .ant-skeleton-content .ant-skeleton-title + .ant-skeleton-paragraph {
  margin-top: 28px;
}
.ant-skeleton.ant-skeleton-active .ant-skeleton-content .ant-skeleton-title,
.ant-skeleton.ant-skeleton-active .ant-skeleton-content .ant-skeleton-paragraph > li {
  background: -webkit-gradient(linear, left top, right top, color-stop(25%, #f2f2f2), color-stop(37%, #e6e6e6), color-stop(63%, #f2f2f2));
  background: linear-gradient(90deg, #f2f2f2 25%, #e6e6e6 37%, #f2f2f2 63%);
  background-size: 400% 100%;
  -webkit-animation: ant-skeleton-loading 1.4s ease infinite;
          animation: ant-skeleton-loading 1.4s ease infinite;
}
.ant-skeleton.ant-skeleton-active .ant-skeleton-avatar {
  background: -webkit-gradient(linear, left top, right top, color-stop(25%, #f2f2f2), color-stop(37%, #e6e6e6), color-stop(63%, #f2f2f2));
  background: linear-gradient(90deg, #f2f2f2 25%, #e6e6e6 37%, #f2f2f2 63%);
  background-size: 400% 100%;
  -webkit-animation: ant-skeleton-loading 1.4s ease infinite;
          animation: ant-skeleton-loading 1.4s ease infinite;
}
@-webkit-keyframes ant-skeleton-loading {
  0% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0 50%;
  }
}
@keyframes ant-skeleton-loading {
  0% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0 50%;
  }
}

/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
.ant-calendar-picker-container {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: rgba(0, 0, 0, 0.65);
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5;
  list-style: none;
  -webkit-font-feature-settings: 'tnum';
          font-feature-settings: 'tnum';
  position: absolute;
  z-index: 1050;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'PingFang SC', 'Hiragino Sans GB', 'Microsoft YaHei', 'Helvetica Neue', Helvetica, Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol';
}
.ant-calendar-picker-container.slide-up-enter.slide-up-enter-active.ant-calendar-picker-container-placement-topLeft,
.ant-calendar-picker-container.slide-up-enter.slide-up-enter-active.ant-calendar-picker-container-placement-topRight,
.ant-calendar-picker-container.slide-up-appear.slide-up-appear-active.ant-calendar-picker-container-placement-topLeft,
.ant-calendar-picker-container.slide-up-appear.slide-up-appear-active.ant-calendar-picker-container-placement-topRight {
  -webkit-animation-name: antSlideDownIn;
          animation-name: antSlideDownIn;
}
.ant-calendar-picker-container.slide-up-enter.slide-up-enter-active.ant-calendar-picker-container-placement-bottomLeft,
.ant-calendar-picker-container.slide-up-enter.slide-up-enter-active.ant-calendar-picker-container-placement-bottomRight,
.ant-calendar-picker-container.slide-up-appear.slide-up-appear-active.ant-calendar-picker-container-placement-bottomLeft,
.ant-calendar-picker-container.slide-up-appear.slide-up-appear-active.ant-calendar-picker-container-placement-bottomRight {
  -webkit-animation-name: antSlideUpIn;
          animation-name: antSlideUpIn;
}
.ant-calendar-picker-container.slide-up-leave.slide-up-leave-active.ant-calendar-picker-container-placement-topLeft,
.ant-calendar-picker-container.slide-up-leave.slide-up-leave-active.ant-calendar-picker-container-placement-topRight {
  -webkit-animation-name: antSlideDownOut;
          animation-name: antSlideDownOut;
}
.ant-calendar-picker-container.slide-up-leave.slide-up-leave-active.ant-calendar-picker-container-placement-bottomLeft,
.ant-calendar-picker-container.slide-up-leave.slide-up-leave-active.ant-calendar-picker-container-placement-bottomRight {
  -webkit-animation-name: antSlideUpOut;
          animation-name: antSlideUpOut;
}
.ant-calendar-picker {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: rgba(0, 0, 0, 0.65);
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5;
  list-style: none;
  -webkit-font-feature-settings: 'tnum';
          font-feature-settings: 'tnum';
  position: relative;
  display: inline-block;
  outline: none;
  cursor: text;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.ant-calendar-picker-input {
  outline: none;
}
.ant-calendar-picker-input.ant-input {
  line-height: 1.5;
}
.ant-calendar-picker-input.ant-input-sm {
  padding-top: 0;
  padding-bottom: 0;
}
.ant-calendar-picker:hover .ant-calendar-picker-input:not(.ant-input-disabled) {
  border-color: #40a9ff;
}
.ant-calendar-picker:focus .ant-calendar-picker-input:not(.ant-input-disabled) {
  border-color: #40a9ff;
  border-right-width: 1px !important;
  outline: 0;
  -webkit-box-shadow: 0 0 0 2px rgba(24, 144, 255, 0.2);
          box-shadow: 0 0 0 2px rgba(24, 144, 255, 0.2);
}
.ant-calendar-picker-clear,
.ant-calendar-picker-icon {
  position: absolute;
  top: 50%;
  right: 12px;
  z-index: 1;
  width: 14px;
  height: 14px;
  margin-top: -7px;
  font-size: 12px;
  line-height: 14px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.ant-calendar-picker-clear {
  z-index: 2;
  color: rgba(0, 0, 0, 0.25);
  font-size: 14px;
  background: #fff;
  cursor: pointer;
  opacity: 0;
  pointer-events: none;
}
.ant-calendar-picker-clear:hover {
  color: rgba(0, 0, 0, 0.45);
}
.ant-calendar-picker:hover .ant-calendar-picker-clear {
  opacity: 1;
  pointer-events: auto;
}
.ant-calendar-picker-icon {
  display: inline-block;
  color: rgba(0, 0, 0, 0.25);
  font-size: 14px;
  line-height: 1;
}
.ant-calendar-picker-small .ant-calendar-picker-clear,
.ant-calendar-picker-small .ant-calendar-picker-icon {
  right: 8px;
}
.ant-calendar {
  position: relative;
  width: 280px;
  font-size: 14px;
  line-height: 1.5;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #fff;
  border-radius: 4px;
  outline: none;
  -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
          box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
}
.ant-calendar-input-wrap {
  height: 34px;
  padding: 6px 10px;
  border-bottom: 1px solid #e8e8e8;
}
.ant-calendar-input {
  width: 100%;
  height: 22px;
  color: rgba(0, 0, 0, 0.65);
  background: #fff;
  border: 0;
  outline: 0;
  cursor: auto;
}
.ant-calendar-input::-moz-placeholder {
  color: #bfbfbf;
  opacity: 1;
}
.ant-calendar-input:-ms-input-placeholder {
  color: #bfbfbf;
}
.ant-calendar-input::-webkit-input-placeholder {
  color: #bfbfbf;
}
.ant-calendar-input:placeholder-shown {
  text-overflow: ellipsis;
}
.ant-calendar-week-number {
  width: 286px;
}
.ant-calendar-week-number-cell {
  text-align: center;
}
.ant-calendar-header {
  height: 40px;
  line-height: 40px;
  text-align: center;
  border-bottom: 1px solid #e8e8e8;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.ant-calendar-header a:hover {
  color: #40a9ff;
}
.ant-calendar-header .ant-calendar-century-select,
.ant-calendar-header .ant-calendar-decade-select,
.ant-calendar-header .ant-calendar-year-select,
.ant-calendar-header .ant-calendar-month-select {
  display: inline-block;
  padding: 0 2px;
  color: rgba(0, 0, 0, 0.85);
  font-weight: 500;
  line-height: 40px;
}
.ant-calendar-header .ant-calendar-century-select-arrow,
.ant-calendar-header .ant-calendar-decade-select-arrow,
.ant-calendar-header .ant-calendar-year-select-arrow,
.ant-calendar-header .ant-calendar-month-select-arrow {
  display: none;
}
.ant-calendar-header .ant-calendar-prev-century-btn,
.ant-calendar-header .ant-calendar-next-century-btn,
.ant-calendar-header .ant-calendar-prev-decade-btn,
.ant-calendar-header .ant-calendar-next-decade-btn,
.ant-calendar-header .ant-calendar-prev-month-btn,
.ant-calendar-header .ant-calendar-next-month-btn,
.ant-calendar-header .ant-calendar-prev-year-btn,
.ant-calendar-header .ant-calendar-next-year-btn {
  position: absolute;
  top: 0;
  display: inline-block;
  padding: 0 5px;
  color: rgba(0, 0, 0, 0.45);
  font-size: 16px;
  font-family: Arial, 'Hiragino Sans GB', 'Microsoft Yahei', 'Microsoft Sans Serif', sans-serif;
  line-height: 40px;
}
.ant-calendar-header .ant-calendar-prev-century-btn,
.ant-calendar-header .ant-calendar-prev-decade-btn,
.ant-calendar-header .ant-calendar-prev-year-btn {
  left: 7px;
  height: 100%;
}
.ant-calendar-header .ant-calendar-prev-century-btn::before,
.ant-calendar-header .ant-calendar-prev-decade-btn::before,
.ant-calendar-header .ant-calendar-prev-year-btn::before,
.ant-calendar-header .ant-calendar-prev-century-btn::after,
.ant-calendar-header .ant-calendar-prev-decade-btn::after,
.ant-calendar-header .ant-calendar-prev-year-btn::after {
  position: relative;
  top: -1px;
  display: inline-block;
  width: 8px;
  height: 8px;
  vertical-align: middle;
  border: 0 solid #aaa;
  border-width: 1.5px 0 0 1.5px;
  border-radius: 1px;
  -webkit-transform: rotate(-45deg) scale(0.8);
      -ms-transform: rotate(-45deg) scale(0.8);
          transform: rotate(-45deg) scale(0.8);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  content: '';
}
.ant-calendar-header .ant-calendar-prev-century-btn:hover::before,
.ant-calendar-header .ant-calendar-prev-decade-btn:hover::before,
.ant-calendar-header .ant-calendar-prev-year-btn:hover::before,
.ant-calendar-header .ant-calendar-prev-century-btn:hover::after,
.ant-calendar-header .ant-calendar-prev-decade-btn:hover::after,
.ant-calendar-header .ant-calendar-prev-year-btn:hover::after {
  border-color: rgba(0, 0, 0, 0.65);
}
.ant-calendar-header .ant-calendar-prev-century-btn::after,
.ant-calendar-header .ant-calendar-prev-decade-btn::after,
.ant-calendar-header .ant-calendar-prev-year-btn::after {
  display: none;
}
.ant-calendar-header .ant-calendar-prev-century-btn::after,
.ant-calendar-header .ant-calendar-prev-decade-btn::after,
.ant-calendar-header .ant-calendar-prev-year-btn::after {
  position: relative;
  left: -3px;
  display: inline-block;
}
.ant-calendar-header .ant-calendar-next-century-btn,
.ant-calendar-header .ant-calendar-next-decade-btn,
.ant-calendar-header .ant-calendar-next-year-btn {
  right: 7px;
  height: 100%;
}
.ant-calendar-header .ant-calendar-next-century-btn::before,
.ant-calendar-header .ant-calendar-next-decade-btn::before,
.ant-calendar-header .ant-calendar-next-year-btn::before,
.ant-calendar-header .ant-calendar-next-century-btn::after,
.ant-calendar-header .ant-calendar-next-decade-btn::after,
.ant-calendar-header .ant-calendar-next-year-btn::after {
  position: relative;
  top: -1px;
  display: inline-block;
  width: 8px;
  height: 8px;
  vertical-align: middle;
  border: 0 solid #aaa;
  border-width: 1.5px 0 0 1.5px;
  border-radius: 1px;
  -webkit-transform: rotate(-45deg) scale(0.8);
      -ms-transform: rotate(-45deg) scale(0.8);
          transform: rotate(-45deg) scale(0.8);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  content: '';
}
.ant-calendar-header .ant-calendar-next-century-btn:hover::before,
.ant-calendar-header .ant-calendar-next-decade-btn:hover::before,
.ant-calendar-header .ant-calendar-next-year-btn:hover::before,
.ant-calendar-header .ant-calendar-next-century-btn:hover::after,
.ant-calendar-header .ant-calendar-next-decade-btn:hover::after,
.ant-calendar-header .ant-calendar-next-year-btn:hover::after {
  border-color: rgba(0, 0, 0, 0.65);
}
.ant-calendar-header .ant-calendar-next-century-btn::after,
.ant-calendar-header .ant-calendar-next-decade-btn::after,
.ant-calendar-header .ant-calendar-next-year-btn::after {
  display: none;
}
.ant-calendar-header .ant-calendar-next-century-btn::before,
.ant-calendar-header .ant-calendar-next-decade-btn::before,
.ant-calendar-header .ant-calendar-next-year-btn::before,
.ant-calendar-header .ant-calendar-next-century-btn::after,
.ant-calendar-header .ant-calendar-next-decade-btn::after,
.ant-calendar-header .ant-calendar-next-year-btn::after {
  -webkit-transform: rotate(135deg) scale(0.8);
      -ms-transform: rotate(135deg) scale(0.8);
          transform: rotate(135deg) scale(0.8);
}
.ant-calendar-header .ant-calendar-next-century-btn::before,
.ant-calendar-header .ant-calendar-next-decade-btn::before,
.ant-calendar-header .ant-calendar-next-year-btn::before {
  position: relative;
  left: 3px;
}
.ant-calendar-header .ant-calendar-next-century-btn::after,
.ant-calendar-header .ant-calendar-next-decade-btn::after,
.ant-calendar-header .ant-calendar-next-year-btn::after {
  display: inline-block;
}
.ant-calendar-header .ant-calendar-prev-month-btn {
  left: 29px;
  height: 100%;
}
.ant-calendar-header .ant-calendar-prev-month-btn::before,
.ant-calendar-header .ant-calendar-prev-month-btn::after {
  position: relative;
  top: -1px;
  display: inline-block;
  width: 8px;
  height: 8px;
  vertical-align: middle;
  border: 0 solid #aaa;
  border-width: 1.5px 0 0 1.5px;
  border-radius: 1px;
  -webkit-transform: rotate(-45deg) scale(0.8);
      -ms-transform: rotate(-45deg) scale(0.8);
          transform: rotate(-45deg) scale(0.8);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  content: '';
}
.ant-calendar-header .ant-calendar-prev-month-btn:hover::before,
.ant-calendar-header .ant-calendar-prev-month-btn:hover::after {
  border-color: rgba(0, 0, 0, 0.65);
}
.ant-calendar-header .ant-calendar-prev-month-btn::after {
  display: none;
}
.ant-calendar-header .ant-calendar-next-month-btn {
  right: 29px;
  height: 100%;
}
.ant-calendar-header .ant-calendar-next-month-btn::before,
.ant-calendar-header .ant-calendar-next-month-btn::after {
  position: relative;
  top: -1px;
  display: inline-block;
  width: 8px;
  height: 8px;
  vertical-align: middle;
  border: 0 solid #aaa;
  border-width: 1.5px 0 0 1.5px;
  border-radius: 1px;
  -webkit-transform: rotate(-45deg) scale(0.8);
      -ms-transform: rotate(-45deg) scale(0.8);
          transform: rotate(-45deg) scale(0.8);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  content: '';
}
.ant-calendar-header .ant-calendar-next-month-btn:hover::before,
.ant-calendar-header .ant-calendar-next-month-btn:hover::after {
  border-color: rgba(0, 0, 0, 0.65);
}
.ant-calendar-header .ant-calendar-next-month-btn::after {
  display: none;
}
.ant-calendar-header .ant-calendar-next-month-btn::before,
.ant-calendar-header .ant-calendar-next-month-btn::after {
  -webkit-transform: rotate(135deg) scale(0.8);
      -ms-transform: rotate(135deg) scale(0.8);
          transform: rotate(135deg) scale(0.8);
}
.ant-calendar-body {
  padding: 8px 12px;
}
.ant-calendar table {
  width: 100%;
  max-width: 100%;
  background-color: transparent;
  border-collapse: collapse;
}
.ant-calendar table,
.ant-calendar th,
.ant-calendar td {
  text-align: center;
  border: 0;
}
.ant-calendar-calendar-table {
  margin-bottom: 0;
  border-spacing: 0;
}
.ant-calendar-column-header {
  width: 33px;
  padding: 6px 0;
  line-height: 18px;
  text-align: center;
}
.ant-calendar-column-header .ant-calendar-column-header-inner {
  display: block;
  font-weight: normal;
}
.ant-calendar-week-number-header .ant-calendar-column-header-inner {
  display: none;
}
.ant-calendar-cell {
  height: 30px;
  padding: 3px 0;
}
.ant-calendar-date {
  display: block;
  width: 24px;
  height: 24px;
  margin: 0 auto;
  padding: 0;
  color: rgba(0, 0, 0, 0.65);
  line-height: 22px;
  text-align: center;
  background: transparent;
  border: 1px solid transparent;
  border-radius: 2px;
  -webkit-transition: background 0.3s ease;
  transition: background 0.3s ease;
}
.ant-calendar-date-panel {
  position: relative;
  outline: none;
}
.ant-calendar-date:hover {
  background: #e6f7ff;
  cursor: pointer;
}
.ant-calendar-date:active {
  color: #fff;
  background: #40a9ff;
}
.ant-calendar-today .ant-calendar-date {
  color: #1890ff;
  font-weight: bold;
  border-color: #1890ff;
}
.ant-calendar-selected-day .ant-calendar-date {
  background: #bae7ff;
}
.ant-calendar-last-month-cell .ant-calendar-date,
.ant-calendar-next-month-btn-day .ant-calendar-date,
.ant-calendar-last-month-cell .ant-calendar-date:hover,
.ant-calendar-next-month-btn-day .ant-calendar-date:hover {
  color: rgba(0, 0, 0, 0.25);
  background: transparent;
  border-color: transparent;
}
.ant-calendar-disabled-cell .ant-calendar-date {
  position: relative;
  width: auto;
  color: rgba(0, 0, 0, 0.25);
  background: #f5f5f5;
  border: 1px solid transparent;
  border-radius: 0;
  cursor: not-allowed;
}
.ant-calendar-disabled-cell .ant-calendar-date:hover {
  background: #f5f5f5;
}
.ant-calendar-disabled-cell.ant-calendar-selected-day .ant-calendar-date::before {
  position: absolute;
  top: -1px;
  left: 5px;
  width: 24px;
  height: 24px;
  background: rgba(0, 0, 0, 0.1);
  border-radius: 2px;
  content: '';
}
.ant-calendar-disabled-cell.ant-calendar-today .ant-calendar-date {
  position: relative;
  padding-right: 5px;
  padding-left: 5px;
}
.ant-calendar-disabled-cell.ant-calendar-today .ant-calendar-date::before {
  position: absolute;
  top: -1px;
  left: 5px;
  width: 24px;
  height: 24px;
  border: 1px solid rgba(0, 0, 0, 0.25);
  border-radius: 2px;
  content: ' ';
}
.ant-calendar-disabled-cell-first-of-row .ant-calendar-date {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.ant-calendar-disabled-cell-last-of-row .ant-calendar-date {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.ant-calendar-footer {
  padding: 0 12px;
  line-height: 38px;
  border-top: 1px solid #e8e8e8;
}
.ant-calendar-footer:empty {
  border-top: 0;
}
.ant-calendar-footer-btn {
  display: block;
  text-align: center;
}
.ant-calendar-footer-extra {
  text-align: left;
}
.ant-calendar .ant-calendar-today-btn,
.ant-calendar .ant-calendar-clear-btn {
  display: inline-block;
  margin: 0 0 0 8px;
  text-align: center;
}
.ant-calendar .ant-calendar-today-btn-disabled,
.ant-calendar .ant-calendar-clear-btn-disabled {
  color: rgba(0, 0, 0, 0.25);
  cursor: not-allowed;
}
.ant-calendar .ant-calendar-today-btn:only-child,
.ant-calendar .ant-calendar-clear-btn:only-child {
  margin: 0;
}
.ant-calendar .ant-calendar-clear-btn {
  position: absolute;
  top: 7px;
  right: 5px;
  display: none;
  width: 20px;
  height: 20px;
  margin: 0;
  overflow: hidden;
  line-height: 20px;
  text-align: center;
  text-indent: -76px;
}
.ant-calendar .ant-calendar-clear-btn::after {
  display: inline-block;
  width: 20px;
  color: rgba(0, 0, 0, 0.25);
  font-size: 14px;
  line-height: 1;
  text-indent: 43px;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
.ant-calendar .ant-calendar-clear-btn:hover::after {
  color: rgba(0, 0, 0, 0.45);
}
.ant-calendar .ant-calendar-ok-btn {
  position: relative;
  display: inline-block;
  font-weight: 400;
  white-space: nowrap;
  text-align: center;
  background-image: none;
  border: 1px solid transparent;
  -webkit-box-shadow: 0 2px 0 rgba(0, 0, 0, 0.015);
          box-shadow: 0 2px 0 rgba(0, 0, 0, 0.015);
  cursor: pointer;
  -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
  height: 32px;
  padding: 0 15px;
  color: #fff;
  background-color: #1890ff;
  border-color: #1890ff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.12);
  -webkit-box-shadow: 0 2px 0 rgba(0, 0, 0, 0.045);
          box-shadow: 0 2px 0 rgba(0, 0, 0, 0.045);
  height: 24px;
  padding: 0 7px;
  font-size: 14px;
  border-radius: 4px;
  line-height: 22px;
}
.ant-calendar .ant-calendar-ok-btn > .anticon {
  line-height: 1;
}
.ant-calendar .ant-calendar-ok-btn,
.ant-calendar .ant-calendar-ok-btn:active,
.ant-calendar .ant-calendar-ok-btn:focus {
  outline: 0;
}
.ant-calendar .ant-calendar-ok-btn:not([disabled]):hover {
  text-decoration: none;
}
.ant-calendar .ant-calendar-ok-btn:not([disabled]):active {
  outline: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.ant-calendar .ant-calendar-ok-btn.disabled,
.ant-calendar .ant-calendar-ok-btn[disabled] {
  cursor: not-allowed;
}
.ant-calendar .ant-calendar-ok-btn.disabled > *,
.ant-calendar .ant-calendar-ok-btn[disabled] > * {
  pointer-events: none;
}
.ant-calendar .ant-calendar-ok-btn-lg {
  height: 40px;
  padding: 0 15px;
  font-size: 16px;
  border-radius: 4px;
}
.ant-calendar .ant-calendar-ok-btn-sm {
  height: 24px;
  padding: 0 7px;
  font-size: 14px;
  border-radius: 4px;
}
.ant-calendar .ant-calendar-ok-btn > a:only-child {
  color: currentColor;
}
.ant-calendar .ant-calendar-ok-btn > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.ant-calendar .ant-calendar-ok-btn:hover,
.ant-calendar .ant-calendar-ok-btn:focus {
  color: #fff;
  background-color: #40a9ff;
  border-color: #40a9ff;
}
.ant-calendar .ant-calendar-ok-btn:hover > a:only-child,
.ant-calendar .ant-calendar-ok-btn:focus > a:only-child {
  color: currentColor;
}
.ant-calendar .ant-calendar-ok-btn:hover > a:only-child::after,
.ant-calendar .ant-calendar-ok-btn:focus > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.ant-calendar .ant-calendar-ok-btn:active,
.ant-calendar .ant-calendar-ok-btn.active {
  color: #fff;
  background-color: #096dd9;
  border-color: #096dd9;
}
.ant-calendar .ant-calendar-ok-btn:active > a:only-child,
.ant-calendar .ant-calendar-ok-btn.active > a:only-child {
  color: currentColor;
}
.ant-calendar .ant-calendar-ok-btn:active > a:only-child::after,
.ant-calendar .ant-calendar-ok-btn.active > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.ant-calendar .ant-calendar-ok-btn-disabled,
.ant-calendar .ant-calendar-ok-btn.disabled,
.ant-calendar .ant-calendar-ok-btn[disabled],
.ant-calendar .ant-calendar-ok-btn-disabled:hover,
.ant-calendar .ant-calendar-ok-btn.disabled:hover,
.ant-calendar .ant-calendar-ok-btn[disabled]:hover,
.ant-calendar .ant-calendar-ok-btn-disabled:focus,
.ant-calendar .ant-calendar-ok-btn.disabled:focus,
.ant-calendar .ant-calendar-ok-btn[disabled]:focus,
.ant-calendar .ant-calendar-ok-btn-disabled:active,
.ant-calendar .ant-calendar-ok-btn.disabled:active,
.ant-calendar .ant-calendar-ok-btn[disabled]:active,
.ant-calendar .ant-calendar-ok-btn-disabled.active,
.ant-calendar .ant-calendar-ok-btn.disabled.active,
.ant-calendar .ant-calendar-ok-btn[disabled].active {
  color: rgba(0, 0, 0, 0.25);
  background-color: #f5f5f5;
  border-color: #d9d9d9;
  text-shadow: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.ant-calendar .ant-calendar-ok-btn-disabled > a:only-child,
.ant-calendar .ant-calendar-ok-btn.disabled > a:only-child,
.ant-calendar .ant-calendar-ok-btn[disabled] > a:only-child,
.ant-calendar .ant-calendar-ok-btn-disabled:hover > a:only-child,
.ant-calendar .ant-calendar-ok-btn.disabled:hover > a:only-child,
.ant-calendar .ant-calendar-ok-btn[disabled]:hover > a:only-child,
.ant-calendar .ant-calendar-ok-btn-disabled:focus > a:only-child,
.ant-calendar .ant-calendar-ok-btn.disabled:focus > a:only-child,
.ant-calendar .ant-calendar-ok-btn[disabled]:focus > a:only-child,
.ant-calendar .ant-calendar-ok-btn-disabled:active > a:only-child,
.ant-calendar .ant-calendar-ok-btn.disabled:active > a:only-child,
.ant-calendar .ant-calendar-ok-btn[disabled]:active > a:only-child,
.ant-calendar .ant-calendar-ok-btn-disabled.active > a:only-child,
.ant-calendar .ant-calendar-ok-btn.disabled.active > a:only-child,
.ant-calendar .ant-calendar-ok-btn[disabled].active > a:only-child {
  color: currentColor;
}
.ant-calendar .ant-calendar-ok-btn-disabled > a:only-child::after,
.ant-calendar .ant-calendar-ok-btn.disabled > a:only-child::after,
.ant-calendar .ant-calendar-ok-btn[disabled] > a:only-child::after,
.ant-calendar .ant-calendar-ok-btn-disabled:hover > a:only-child::after,
.ant-calendar .ant-calendar-ok-btn.disabled:hover > a:only-child::after,
.ant-calendar .ant-calendar-ok-btn[disabled]:hover > a:only-child::after,
.ant-calendar .ant-calendar-ok-btn-disabled:focus > a:only-child::after,
.ant-calendar .ant-calendar-ok-btn.disabled:focus > a:only-child::after,
.ant-calendar .ant-calendar-ok-btn[disabled]:focus > a:only-child::after,
.ant-calendar .ant-calendar-ok-btn-disabled:active > a:only-child::after,
.ant-calendar .ant-calendar-ok-btn.disabled:active > a:only-child::after,
.ant-calendar .ant-calendar-ok-btn[disabled]:active > a:only-child::after,
.ant-calendar .ant-calendar-ok-btn-disabled.active > a:only-child::after,
.ant-calendar .ant-calendar-ok-btn.disabled.active > a:only-child::after,
.ant-calendar .ant-calendar-ok-btn[disabled].active > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.ant-calendar .ant-calendar-ok-btn-disabled,
.ant-calendar .ant-calendar-ok-btn.disabled,
.ant-calendar .ant-calendar-ok-btn[disabled],
.ant-calendar .ant-calendar-ok-btn-disabled:hover,
.ant-calendar .ant-calendar-ok-btn.disabled:hover,
.ant-calendar .ant-calendar-ok-btn[disabled]:hover,
.ant-calendar .ant-calendar-ok-btn-disabled:focus,
.ant-calendar .ant-calendar-ok-btn.disabled:focus,
.ant-calendar .ant-calendar-ok-btn[disabled]:focus,
.ant-calendar .ant-calendar-ok-btn-disabled:active,
.ant-calendar .ant-calendar-ok-btn.disabled:active,
.ant-calendar .ant-calendar-ok-btn[disabled]:active,
.ant-calendar .ant-calendar-ok-btn-disabled.active,
.ant-calendar .ant-calendar-ok-btn.disabled.active,
.ant-calendar .ant-calendar-ok-btn[disabled].active {
  color: rgba(0, 0, 0, 0.25);
  background-color: #f5f5f5;
  border-color: #d9d9d9;
  text-shadow: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.ant-calendar .ant-calendar-ok-btn-disabled > a:only-child,
.ant-calendar .ant-calendar-ok-btn.disabled > a:only-child,
.ant-calendar .ant-calendar-ok-btn[disabled] > a:only-child,
.ant-calendar .ant-calendar-ok-btn-disabled:hover > a:only-child,
.ant-calendar .ant-calendar-ok-btn.disabled:hover > a:only-child,
.ant-calendar .ant-calendar-ok-btn[disabled]:hover > a:only-child,
.ant-calendar .ant-calendar-ok-btn-disabled:focus > a:only-child,
.ant-calendar .ant-calendar-ok-btn.disabled:focus > a:only-child,
.ant-calendar .ant-calendar-ok-btn[disabled]:focus > a:only-child,
.ant-calendar .ant-calendar-ok-btn-disabled:active > a:only-child,
.ant-calendar .ant-calendar-ok-btn.disabled:active > a:only-child,
.ant-calendar .ant-calendar-ok-btn[disabled]:active > a:only-child,
.ant-calendar .ant-calendar-ok-btn-disabled.active > a:only-child,
.ant-calendar .ant-calendar-ok-btn.disabled.active > a:only-child,
.ant-calendar .ant-calendar-ok-btn[disabled].active > a:only-child {
  color: currentColor;
}
.ant-calendar .ant-calendar-ok-btn-disabled > a:only-child::after,
.ant-calendar .ant-calendar-ok-btn.disabled > a:only-child::after,
.ant-calendar .ant-calendar-ok-btn[disabled] > a:only-child::after,
.ant-calendar .ant-calendar-ok-btn-disabled:hover > a:only-child::after,
.ant-calendar .ant-calendar-ok-btn.disabled:hover > a:only-child::after,
.ant-calendar .ant-calendar-ok-btn[disabled]:hover > a:only-child::after,
.ant-calendar .ant-calendar-ok-btn-disabled:focus > a:only-child::after,
.ant-calendar .ant-calendar-ok-btn.disabled:focus > a:only-child::after,
.ant-calendar .ant-calendar-ok-btn[disabled]:focus > a:only-child::after,
.ant-calendar .ant-calendar-ok-btn-disabled:active > a:only-child::after,
.ant-calendar .ant-calendar-ok-btn.disabled:active > a:only-child::after,
.ant-calendar .ant-calendar-ok-btn[disabled]:active > a:only-child::after,
.ant-calendar .ant-calendar-ok-btn-disabled.active > a:only-child::after,
.ant-calendar .ant-calendar-ok-btn.disabled.active > a:only-child::after,
.ant-calendar .ant-calendar-ok-btn[disabled].active > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.ant-calendar-range-picker-input {
  width: 44%;
  height: 99%;
  text-align: center;
  background-color: transparent;
  border: 0;
  outline: 0;
}
.ant-calendar-range-picker-input::-moz-placeholder {
  color: #bfbfbf;
  opacity: 1;
}
.ant-calendar-range-picker-input:-ms-input-placeholder {
  color: #bfbfbf;
}
.ant-calendar-range-picker-input::-webkit-input-placeholder {
  color: #bfbfbf;
}
.ant-calendar-range-picker-input:placeholder-shown {
  text-overflow: ellipsis;
}
.ant-calendar-range-picker-input[disabled] {
  cursor: not-allowed;
}
.ant-calendar-range-picker-separator {
  display: inline-block;
  min-width: 10px;
  height: 100%;
  color: rgba(0, 0, 0, 0.45);
  white-space: nowrap;
  text-align: center;
  vertical-align: top;
  pointer-events: none;
}
.ant-calendar-range {
  width: 552px;
  overflow: hidden;
}
.ant-calendar-range .ant-calendar-date-panel::after {
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
  content: '.';
}
.ant-calendar-range-part {
  position: relative;
  width: 50%;
}
.ant-calendar-range-left {
  float: left;
}
.ant-calendar-range-left .ant-calendar-time-picker-inner {
  border-right: 1px solid #e8e8e8;
}
.ant-calendar-range-right {
  float: right;
}
.ant-calendar-range-right .ant-calendar-time-picker-inner {
  border-left: 1px solid #e8e8e8;
}
.ant-calendar-range-middle {
  position: absolute;
  left: 50%;
  z-index: 1;
  height: 34px;
  margin: 1px 0 0 0;
  padding: 0 200px 0 0;
  color: rgba(0, 0, 0, 0.45);
  line-height: 34px;
  text-align: center;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  pointer-events: none;
}
.ant-calendar-range-right .ant-calendar-date-input-wrap {
  margin-left: -90px;
}
.ant-calendar-range.ant-calendar-time .ant-calendar-range-middle {
  padding: 0 10px 0 0;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}
.ant-calendar-range .ant-calendar-today :not(.ant-calendar-disabled-cell) :not(.ant-calendar-last-month-cell) :not(.ant-calendar-next-month-btn-day) .ant-calendar-date {
  color: #1890ff;
  background: #bae7ff;
  border-color: #1890ff;
}
.ant-calendar-range .ant-calendar-selected-start-date .ant-calendar-date,
.ant-calendar-range .ant-calendar-selected-end-date .ant-calendar-date {
  color: #fff;
  background: #1890ff;
  border: 1px solid transparent;
}
.ant-calendar-range .ant-calendar-selected-start-date .ant-calendar-date:hover,
.ant-calendar-range .ant-calendar-selected-end-date .ant-calendar-date:hover {
  background: #1890ff;
}
.ant-calendar-range.ant-calendar-time .ant-calendar-range-right .ant-calendar-date-input-wrap {
  margin-left: 0;
}
.ant-calendar-range .ant-calendar-input-wrap {
  position: relative;
  height: 34px;
}
.ant-calendar-range .ant-calendar-input,
.ant-calendar-range .ant-calendar-time-picker-input {
  position: relative;
  display: inline-block;
  width: 100%;
  height: 32px;
  padding: 4px 11px;
  color: rgba(0, 0, 0, 0.65);
  font-size: 14px;
  line-height: 1.5;
  background-color: #fff;
  background-image: none;
  border: 1px solid #d9d9d9;
  border-radius: 4px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  height: 24px;
  padding-right: 0;
  padding-left: 0;
  line-height: 24px;
  border: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.ant-calendar-range .ant-calendar-input::-moz-placeholder,
.ant-calendar-range .ant-calendar-time-picker-input::-moz-placeholder {
  color: #bfbfbf;
  opacity: 1;
}
.ant-calendar-range .ant-calendar-input:-ms-input-placeholder,
.ant-calendar-range .ant-calendar-time-picker-input:-ms-input-placeholder {
  color: #bfbfbf;
}
.ant-calendar-range .ant-calendar-input::-webkit-input-placeholder,
.ant-calendar-range .ant-calendar-time-picker-input::-webkit-input-placeholder {
  color: #bfbfbf;
}
.ant-calendar-range .ant-calendar-input:placeholder-shown,
.ant-calendar-range .ant-calendar-time-picker-input:placeholder-shown {
  text-overflow: ellipsis;
}
.ant-calendar-range .ant-calendar-input:hover,
.ant-calendar-range .ant-calendar-time-picker-input:hover {
  border-color: #40a9ff;
  border-right-width: 1px !important;
}
.ant-calendar-range .ant-calendar-input:focus,
.ant-calendar-range .ant-calendar-time-picker-input:focus {
  border-color: #40a9ff;
  border-right-width: 1px !important;
  outline: 0;
  -webkit-box-shadow: 0 0 0 2px rgba(24, 144, 255, 0.2);
          box-shadow: 0 0 0 2px rgba(24, 144, 255, 0.2);
}
.ant-calendar-range .ant-calendar-input-disabled,
.ant-calendar-range .ant-calendar-time-picker-input-disabled {
  color: rgba(0, 0, 0, 0.25);
  background-color: #f5f5f5;
  cursor: not-allowed;
  opacity: 1;
}
.ant-calendar-range .ant-calendar-input-disabled:hover,
.ant-calendar-range .ant-calendar-time-picker-input-disabled:hover {
  border-color: #d9d9d9;
  border-right-width: 1px !important;
}
.ant-calendar-range .ant-calendar-input[disabled],
.ant-calendar-range .ant-calendar-time-picker-input[disabled] {
  color: rgba(0, 0, 0, 0.25);
  background-color: #f5f5f5;
  cursor: not-allowed;
  opacity: 1;
}
.ant-calendar-range .ant-calendar-input[disabled]:hover,
.ant-calendar-range .ant-calendar-time-picker-input[disabled]:hover {
  border-color: #d9d9d9;
  border-right-width: 1px !important;
}
textarea.ant-calendar-range .ant-calendar-input,
textarea.ant-calendar-range .ant-calendar-time-picker-input {
  max-width: 100%;
  height: auto;
  min-height: 32px;
  line-height: 1.5;
  vertical-align: bottom;
  -webkit-transition: all 0.3s, height 0s;
  transition: all 0.3s, height 0s;
}
.ant-calendar-range .ant-calendar-input-lg,
.ant-calendar-range .ant-calendar-time-picker-input-lg {
  height: 40px;
  padding: 6px 11px;
  font-size: 16px;
}
.ant-calendar-range .ant-calendar-input-sm,
.ant-calendar-range .ant-calendar-time-picker-input-sm {
  height: 24px;
  padding: 1px 7px;
}
.ant-calendar-range .ant-calendar-input:focus,
.ant-calendar-range .ant-calendar-time-picker-input:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.ant-calendar-range .ant-calendar-time-picker-icon {
  display: none;
}
.ant-calendar-range.ant-calendar-week-number {
  width: 574px;
}
.ant-calendar-range.ant-calendar-week-number .ant-calendar-range-part {
  width: 286px;
}
.ant-calendar-range .ant-calendar-year-panel,
.ant-calendar-range .ant-calendar-month-panel,
.ant-calendar-range .ant-calendar-decade-panel {
  top: 34px;
}
.ant-calendar-range .ant-calendar-month-panel .ant-calendar-year-panel {
  top: 0;
}
.ant-calendar-range .ant-calendar-decade-panel-table,
.ant-calendar-range .ant-calendar-year-panel-table,
.ant-calendar-range .ant-calendar-month-panel-table {
  height: 208px;
}
.ant-calendar-range .ant-calendar-in-range-cell {
  position: relative;
  border-radius: 0;
}
.ant-calendar-range .ant-calendar-in-range-cell > div {
  position: relative;
  z-index: 1;
}
.ant-calendar-range .ant-calendar-in-range-cell::before {
  position: absolute;
  top: 4px;
  right: 0;
  bottom: 4px;
  left: 0;
  display: block;
  background: #e6f7ff;
  border: 0;
  border-radius: 0;
  content: '';
}
.ant-calendar-range .ant-calendar-footer-extra {
  float: left;
}
div.ant-calendar-range-quick-selector {
  text-align: left;
}
div.ant-calendar-range-quick-selector > a {
  margin-right: 8px;
}
.ant-calendar-range .ant-calendar-header,
.ant-calendar-range .ant-calendar-month-panel-header,
.ant-calendar-range .ant-calendar-year-panel-header,
.ant-calendar-range .ant-calendar-decade-panel-header {
  border-bottom: 0;
}
.ant-calendar-range .ant-calendar-body,
.ant-calendar-range .ant-calendar-month-panel-body,
.ant-calendar-range .ant-calendar-year-panel-body,
.ant-calendar-range .ant-calendar-decade-panel-body {
  border-top: 1px solid #e8e8e8;
}
.ant-calendar-range.ant-calendar-time .ant-calendar-time-picker {
  top: 68px;
  z-index: 2;
  width: 100%;
  height: 207px;
}
.ant-calendar-range.ant-calendar-time .ant-calendar-time-picker-panel {
  height: 267px;
  margin-top: -34px;
}
.ant-calendar-range.ant-calendar-time .ant-calendar-time-picker-inner {
  height: 100%;
  padding-top: 40px;
  background: none;
}
.ant-calendar-range.ant-calendar-time .ant-calendar-time-picker-combobox {
  display: inline-block;
  height: 100%;
  background-color: #fff;
  border-top: 1px solid #e8e8e8;
}
.ant-calendar-range.ant-calendar-time .ant-calendar-time-picker-select {
  height: 100%;
}
.ant-calendar-range.ant-calendar-time .ant-calendar-time-picker-select ul {
  max-height: 100%;
}
.ant-calendar-range.ant-calendar-time .ant-calendar-footer .ant-calendar-time-picker-btn {
  margin-right: 8px;
}
.ant-calendar-range.ant-calendar-time .ant-calendar-today-btn {
  height: 22px;
  margin: 8px 12px;
  line-height: 22px;
}
.ant-calendar-range-with-ranges.ant-calendar-time .ant-calendar-time-picker {
  height: 233px;
}
.ant-calendar-range.ant-calendar-show-time-picker .ant-calendar-body {
  border-top-color: transparent;
}
.ant-calendar-time-picker {
  position: absolute;
  top: 40px;
  width: 100%;
  background-color: #fff;
}
.ant-calendar-time-picker-panel {
  position: absolute;
  z-index: 1050;
  width: 100%;
}
.ant-calendar-time-picker-inner {
  position: relative;
  display: inline-block;
  width: 100%;
  overflow: hidden;
  font-size: 14px;
  line-height: 1.5;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  outline: none;
}
.ant-calendar-time-picker-combobox {
  width: 100%;
}
.ant-calendar-time-picker-column-1,
.ant-calendar-time-picker-column-1 .ant-calendar-time-picker-select {
  width: 100%;
}
.ant-calendar-time-picker-column-2 .ant-calendar-time-picker-select {
  width: 50%;
}
.ant-calendar-time-picker-column-3 .ant-calendar-time-picker-select {
  width: 33.33%;
}
.ant-calendar-time-picker-column-4 .ant-calendar-time-picker-select {
  width: 25%;
}
.ant-calendar-time-picker-input-wrap {
  display: none;
}
.ant-calendar-time-picker-select {
  position: relative;
  float: left;
  height: 226px;
  overflow: hidden;
  font-size: 14px;
  border-right: 1px solid #e8e8e8;
}
.ant-calendar-time-picker-select:hover {
  overflow-y: auto;
}
.ant-calendar-time-picker-select:first-child {
  margin-left: 0;
  border-left: 0;
}
.ant-calendar-time-picker-select:last-child {
  border-right: 0;
}
.ant-calendar-time-picker-select ul {
  width: 100%;
  max-height: 206px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.ant-calendar-time-picker-select li {
  width: 100%;
  height: 24px;
  margin: 0;
  line-height: 24px;
  text-align: center;
  list-style: none;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.ant-calendar-time-picker-select li:last-child::after {
  display: block;
  height: 202px;
  content: '';
}
.ant-calendar-time-picker-select li:hover {
  background: #e6f7ff;
}
.ant-calendar-time-picker-select li:focus {
  color: #1890ff;
  font-weight: 600;
  outline: none;
}
li.ant-calendar-time-picker-select-option-selected {
  font-weight: 600;
  background: #f5f5f5;
}
li.ant-calendar-time-picker-select-option-disabled {
  color: rgba(0, 0, 0, 0.25);
}
li.ant-calendar-time-picker-select-option-disabled:hover {
  background: transparent;
  cursor: not-allowed;
}
.ant-calendar-time .ant-calendar-day-select {
  display: inline-block;
  padding: 0 2px;
  color: rgba(0, 0, 0, 0.85);
  font-weight: 500;
  line-height: 34px;
}
.ant-calendar-time .ant-calendar-footer {
  position: relative;
  height: auto;
}
.ant-calendar-time .ant-calendar-footer-btn {
  text-align: right;
}
.ant-calendar-time .ant-calendar-footer .ant-calendar-today-btn {
  float: left;
  margin: 0;
}
.ant-calendar-time .ant-calendar-footer .ant-calendar-time-picker-btn {
  display: inline-block;
  margin-right: 8px;
}
.ant-calendar-time .ant-calendar-footer .ant-calendar-time-picker-btn-disabled {
  color: rgba(0, 0, 0, 0.25);
}
.ant-calendar-month-panel {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 10;
  background: #fff;
  border-radius: 4px;
  outline: none;
}
.ant-calendar-month-panel > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
}
.ant-calendar-month-panel-hidden {
  display: none;
}
.ant-calendar-month-panel-header {
  height: 40px;
  line-height: 40px;
  text-align: center;
  border-bottom: 1px solid #e8e8e8;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  position: relative;
}
.ant-calendar-month-panel-header a:hover {
  color: #40a9ff;
}
.ant-calendar-month-panel-header .ant-calendar-month-panel-century-select,
.ant-calendar-month-panel-header .ant-calendar-month-panel-decade-select,
.ant-calendar-month-panel-header .ant-calendar-month-panel-year-select,
.ant-calendar-month-panel-header .ant-calendar-month-panel-month-select {
  display: inline-block;
  padding: 0 2px;
  color: rgba(0, 0, 0, 0.85);
  font-weight: 500;
  line-height: 40px;
}
.ant-calendar-month-panel-header .ant-calendar-month-panel-century-select-arrow,
.ant-calendar-month-panel-header .ant-calendar-month-panel-decade-select-arrow,
.ant-calendar-month-panel-header .ant-calendar-month-panel-year-select-arrow,
.ant-calendar-month-panel-header .ant-calendar-month-panel-month-select-arrow {
  display: none;
}
.ant-calendar-month-panel-header .ant-calendar-month-panel-prev-century-btn,
.ant-calendar-month-panel-header .ant-calendar-month-panel-next-century-btn,
.ant-calendar-month-panel-header .ant-calendar-month-panel-prev-decade-btn,
.ant-calendar-month-panel-header .ant-calendar-month-panel-next-decade-btn,
.ant-calendar-month-panel-header .ant-calendar-month-panel-prev-month-btn,
.ant-calendar-month-panel-header .ant-calendar-month-panel-next-month-btn,
.ant-calendar-month-panel-header .ant-calendar-month-panel-prev-year-btn,
.ant-calendar-month-panel-header .ant-calendar-month-panel-next-year-btn {
  position: absolute;
  top: 0;
  display: inline-block;
  padding: 0 5px;
  color: rgba(0, 0, 0, 0.45);
  font-size: 16px;
  font-family: Arial, 'Hiragino Sans GB', 'Microsoft Yahei', 'Microsoft Sans Serif', sans-serif;
  line-height: 40px;
}
.ant-calendar-month-panel-header .ant-calendar-month-panel-prev-century-btn,
.ant-calendar-month-panel-header .ant-calendar-month-panel-prev-decade-btn,
.ant-calendar-month-panel-header .ant-calendar-month-panel-prev-year-btn {
  left: 7px;
  height: 100%;
}
.ant-calendar-month-panel-header .ant-calendar-month-panel-prev-century-btn::before,
.ant-calendar-month-panel-header .ant-calendar-month-panel-prev-decade-btn::before,
.ant-calendar-month-panel-header .ant-calendar-month-panel-prev-year-btn::before,
.ant-calendar-month-panel-header .ant-calendar-month-panel-prev-century-btn::after,
.ant-calendar-month-panel-header .ant-calendar-month-panel-prev-decade-btn::after,
.ant-calendar-month-panel-header .ant-calendar-month-panel-prev-year-btn::after {
  position: relative;
  top: -1px;
  display: inline-block;
  width: 8px;
  height: 8px;
  vertical-align: middle;
  border: 0 solid #aaa;
  border-width: 1.5px 0 0 1.5px;
  border-radius: 1px;
  -webkit-transform: rotate(-45deg) scale(0.8);
      -ms-transform: rotate(-45deg) scale(0.8);
          transform: rotate(-45deg) scale(0.8);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  content: '';
}
.ant-calendar-month-panel-header .ant-calendar-month-panel-prev-century-btn:hover::before,
.ant-calendar-month-panel-header .ant-calendar-month-panel-prev-decade-btn:hover::before,
.ant-calendar-month-panel-header .ant-calendar-month-panel-prev-year-btn:hover::before,
.ant-calendar-month-panel-header .ant-calendar-month-panel-prev-century-btn:hover::after,
.ant-calendar-month-panel-header .ant-calendar-month-panel-prev-decade-btn:hover::after,
.ant-calendar-month-panel-header .ant-calendar-month-panel-prev-year-btn:hover::after {
  border-color: rgba(0, 0, 0, 0.65);
}
.ant-calendar-month-panel-header .ant-calendar-month-panel-prev-century-btn::after,
.ant-calendar-month-panel-header .ant-calendar-month-panel-prev-decade-btn::after,
.ant-calendar-month-panel-header .ant-calendar-month-panel-prev-year-btn::after {
  display: none;
}
.ant-calendar-month-panel-header .ant-calendar-month-panel-prev-century-btn::after,
.ant-calendar-month-panel-header .ant-calendar-month-panel-prev-decade-btn::after,
.ant-calendar-month-panel-header .ant-calendar-month-panel-prev-year-btn::after {
  position: relative;
  left: -3px;
  display: inline-block;
}
.ant-calendar-month-panel-header .ant-calendar-month-panel-next-century-btn,
.ant-calendar-month-panel-header .ant-calendar-month-panel-next-decade-btn,
.ant-calendar-month-panel-header .ant-calendar-month-panel-next-year-btn {
  right: 7px;
  height: 100%;
}
.ant-calendar-month-panel-header .ant-calendar-month-panel-next-century-btn::before,
.ant-calendar-month-panel-header .ant-calendar-month-panel-next-decade-btn::before,
.ant-calendar-month-panel-header .ant-calendar-month-panel-next-year-btn::before,
.ant-calendar-month-panel-header .ant-calendar-month-panel-next-century-btn::after,
.ant-calendar-month-panel-header .ant-calendar-month-panel-next-decade-btn::after,
.ant-calendar-month-panel-header .ant-calendar-month-panel-next-year-btn::after {
  position: relative;
  top: -1px;
  display: inline-block;
  width: 8px;
  height: 8px;
  vertical-align: middle;
  border: 0 solid #aaa;
  border-width: 1.5px 0 0 1.5px;
  border-radius: 1px;
  -webkit-transform: rotate(-45deg) scale(0.8);
      -ms-transform: rotate(-45deg) scale(0.8);
          transform: rotate(-45deg) scale(0.8);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  content: '';
}
.ant-calendar-month-panel-header .ant-calendar-month-panel-next-century-btn:hover::before,
.ant-calendar-month-panel-header .ant-calendar-month-panel-next-decade-btn:hover::before,
.ant-calendar-month-panel-header .ant-calendar-month-panel-next-year-btn:hover::before,
.ant-calendar-month-panel-header .ant-calendar-month-panel-next-century-btn:hover::after,
.ant-calendar-month-panel-header .ant-calendar-month-panel-next-decade-btn:hover::after,
.ant-calendar-month-panel-header .ant-calendar-month-panel-next-year-btn:hover::after {
  border-color: rgba(0, 0, 0, 0.65);
}
.ant-calendar-month-panel-header .ant-calendar-month-panel-next-century-btn::after,
.ant-calendar-month-panel-header .ant-calendar-month-panel-next-decade-btn::after,
.ant-calendar-month-panel-header .ant-calendar-month-panel-next-year-btn::after {
  display: none;
}
.ant-calendar-month-panel-header .ant-calendar-month-panel-next-century-btn::before,
.ant-calendar-month-panel-header .ant-calendar-month-panel-next-decade-btn::before,
.ant-calendar-month-panel-header .ant-calendar-month-panel-next-year-btn::before,
.ant-calendar-month-panel-header .ant-calendar-month-panel-next-century-btn::after,
.ant-calendar-month-panel-header .ant-calendar-month-panel-next-decade-btn::after,
.ant-calendar-month-panel-header .ant-calendar-month-panel-next-year-btn::after {
  -webkit-transform: rotate(135deg) scale(0.8);
      -ms-transform: rotate(135deg) scale(0.8);
          transform: rotate(135deg) scale(0.8);
}
.ant-calendar-month-panel-header .ant-calendar-month-panel-next-century-btn::before,
.ant-calendar-month-panel-header .ant-calendar-month-panel-next-decade-btn::before,
.ant-calendar-month-panel-header .ant-calendar-month-panel-next-year-btn::before {
  position: relative;
  left: 3px;
}
.ant-calendar-month-panel-header .ant-calendar-month-panel-next-century-btn::after,
.ant-calendar-month-panel-header .ant-calendar-month-panel-next-decade-btn::after,
.ant-calendar-month-panel-header .ant-calendar-month-panel-next-year-btn::after {
  display: inline-block;
}
.ant-calendar-month-panel-header .ant-calendar-month-panel-prev-month-btn {
  left: 29px;
  height: 100%;
}
.ant-calendar-month-panel-header .ant-calendar-month-panel-prev-month-btn::before,
.ant-calendar-month-panel-header .ant-calendar-month-panel-prev-month-btn::after {
  position: relative;
  top: -1px;
  display: inline-block;
  width: 8px;
  height: 8px;
  vertical-align: middle;
  border: 0 solid #aaa;
  border-width: 1.5px 0 0 1.5px;
  border-radius: 1px;
  -webkit-transform: rotate(-45deg) scale(0.8);
      -ms-transform: rotate(-45deg) scale(0.8);
          transform: rotate(-45deg) scale(0.8);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  content: '';
}
.ant-calendar-month-panel-header .ant-calendar-month-panel-prev-month-btn:hover::before,
.ant-calendar-month-panel-header .ant-calendar-month-panel-prev-month-btn:hover::after {
  border-color: rgba(0, 0, 0, 0.65);
}
.ant-calendar-month-panel-header .ant-calendar-month-panel-prev-month-btn::after {
  display: none;
}
.ant-calendar-month-panel-header .ant-calendar-month-panel-next-month-btn {
  right: 29px;
  height: 100%;
}
.ant-calendar-month-panel-header .ant-calendar-month-panel-next-month-btn::before,
.ant-calendar-month-panel-header .ant-calendar-month-panel-next-month-btn::after {
  position: relative;
  top: -1px;
  display: inline-block;
  width: 8px;
  height: 8px;
  vertical-align: middle;
  border: 0 solid #aaa;
  border-width: 1.5px 0 0 1.5px;
  border-radius: 1px;
  -webkit-transform: rotate(-45deg) scale(0.8);
      -ms-transform: rotate(-45deg) scale(0.8);
          transform: rotate(-45deg) scale(0.8);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  content: '';
}
.ant-calendar-month-panel-header .ant-calendar-month-panel-next-month-btn:hover::before,
.ant-calendar-month-panel-header .ant-calendar-month-panel-next-month-btn:hover::after {
  border-color: rgba(0, 0, 0, 0.65);
}
.ant-calendar-month-panel-header .ant-calendar-month-panel-next-month-btn::after {
  display: none;
}
.ant-calendar-month-panel-header .ant-calendar-month-panel-next-month-btn::before,
.ant-calendar-month-panel-header .ant-calendar-month-panel-next-month-btn::after {
  -webkit-transform: rotate(135deg) scale(0.8);
      -ms-transform: rotate(135deg) scale(0.8);
          transform: rotate(135deg) scale(0.8);
}
.ant-calendar-month-panel-body {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.ant-calendar-month-panel-footer {
  border-top: 1px solid #e8e8e8;
}
.ant-calendar-month-panel-footer .ant-calendar-footer-extra {
  padding: 0 12px;
}
.ant-calendar-month-panel-table {
  width: 100%;
  height: 100%;
  table-layout: fixed;
  border-collapse: separate;
}
.ant-calendar-month-panel-selected-cell .ant-calendar-month-panel-month {
  color: #fff;
  background: #1890ff;
}
.ant-calendar-month-panel-selected-cell .ant-calendar-month-panel-month:hover {
  color: #fff;
  background: #1890ff;
}
.ant-calendar-month-panel-cell {
  text-align: center;
}
.ant-calendar-month-panel-cell-disabled .ant-calendar-month-panel-month,
.ant-calendar-month-panel-cell-disabled .ant-calendar-month-panel-month:hover {
  color: rgba(0, 0, 0, 0.25);
  background: #f5f5f5;
  cursor: not-allowed;
}
.ant-calendar-month-panel-month {
  display: inline-block;
  height: 24px;
  margin: 0 auto;
  padding: 0 8px;
  color: rgba(0, 0, 0, 0.65);
  line-height: 24px;
  text-align: center;
  background: transparent;
  border-radius: 2px;
  -webkit-transition: background 0.3s ease;
  transition: background 0.3s ease;
}
.ant-calendar-month-panel-month:hover {
  background: #e6f7ff;
  cursor: pointer;
}
.ant-calendar-year-panel {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 10;
  background: #fff;
  border-radius: 4px;
  outline: none;
}
.ant-calendar-year-panel > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
}
.ant-calendar-year-panel-hidden {
  display: none;
}
.ant-calendar-year-panel-header {
  height: 40px;
  line-height: 40px;
  text-align: center;
  border-bottom: 1px solid #e8e8e8;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  position: relative;
}
.ant-calendar-year-panel-header a:hover {
  color: #40a9ff;
}
.ant-calendar-year-panel-header .ant-calendar-year-panel-century-select,
.ant-calendar-year-panel-header .ant-calendar-year-panel-decade-select,
.ant-calendar-year-panel-header .ant-calendar-year-panel-year-select,
.ant-calendar-year-panel-header .ant-calendar-year-panel-month-select {
  display: inline-block;
  padding: 0 2px;
  color: rgba(0, 0, 0, 0.85);
  font-weight: 500;
  line-height: 40px;
}
.ant-calendar-year-panel-header .ant-calendar-year-panel-century-select-arrow,
.ant-calendar-year-panel-header .ant-calendar-year-panel-decade-select-arrow,
.ant-calendar-year-panel-header .ant-calendar-year-panel-year-select-arrow,
.ant-calendar-year-panel-header .ant-calendar-year-panel-month-select-arrow {
  display: none;
}
.ant-calendar-year-panel-header .ant-calendar-year-panel-prev-century-btn,
.ant-calendar-year-panel-header .ant-calendar-year-panel-next-century-btn,
.ant-calendar-year-panel-header .ant-calendar-year-panel-prev-decade-btn,
.ant-calendar-year-panel-header .ant-calendar-year-panel-next-decade-btn,
.ant-calendar-year-panel-header .ant-calendar-year-panel-prev-month-btn,
.ant-calendar-year-panel-header .ant-calendar-year-panel-next-month-btn,
.ant-calendar-year-panel-header .ant-calendar-year-panel-prev-year-btn,
.ant-calendar-year-panel-header .ant-calendar-year-panel-next-year-btn {
  position: absolute;
  top: 0;
  display: inline-block;
  padding: 0 5px;
  color: rgba(0, 0, 0, 0.45);
  font-size: 16px;
  font-family: Arial, 'Hiragino Sans GB', 'Microsoft Yahei', 'Microsoft Sans Serif', sans-serif;
  line-height: 40px;
}
.ant-calendar-year-panel-header .ant-calendar-year-panel-prev-century-btn,
.ant-calendar-year-panel-header .ant-calendar-year-panel-prev-decade-btn,
.ant-calendar-year-panel-header .ant-calendar-year-panel-prev-year-btn {
  left: 7px;
  height: 100%;
}
.ant-calendar-year-panel-header .ant-calendar-year-panel-prev-century-btn::before,
.ant-calendar-year-panel-header .ant-calendar-year-panel-prev-decade-btn::before,
.ant-calendar-year-panel-header .ant-calendar-year-panel-prev-year-btn::before,
.ant-calendar-year-panel-header .ant-calendar-year-panel-prev-century-btn::after,
.ant-calendar-year-panel-header .ant-calendar-year-panel-prev-decade-btn::after,
.ant-calendar-year-panel-header .ant-calendar-year-panel-prev-year-btn::after {
  position: relative;
  top: -1px;
  display: inline-block;
  width: 8px;
  height: 8px;
  vertical-align: middle;
  border: 0 solid #aaa;
  border-width: 1.5px 0 0 1.5px;
  border-radius: 1px;
  -webkit-transform: rotate(-45deg) scale(0.8);
      -ms-transform: rotate(-45deg) scale(0.8);
          transform: rotate(-45deg) scale(0.8);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  content: '';
}
.ant-calendar-year-panel-header .ant-calendar-year-panel-prev-century-btn:hover::before,
.ant-calendar-year-panel-header .ant-calendar-year-panel-prev-decade-btn:hover::before,
.ant-calendar-year-panel-header .ant-calendar-year-panel-prev-year-btn:hover::before,
.ant-calendar-year-panel-header .ant-calendar-year-panel-prev-century-btn:hover::after,
.ant-calendar-year-panel-header .ant-calendar-year-panel-prev-decade-btn:hover::after,
.ant-calendar-year-panel-header .ant-calendar-year-panel-prev-year-btn:hover::after {
  border-color: rgba(0, 0, 0, 0.65);
}
.ant-calendar-year-panel-header .ant-calendar-year-panel-prev-century-btn::after,
.ant-calendar-year-panel-header .ant-calendar-year-panel-prev-decade-btn::after,
.ant-calendar-year-panel-header .ant-calendar-year-panel-prev-year-btn::after {
  display: none;
}
.ant-calendar-year-panel-header .ant-calendar-year-panel-prev-century-btn::after,
.ant-calendar-year-panel-header .ant-calendar-year-panel-prev-decade-btn::after,
.ant-calendar-year-panel-header .ant-calendar-year-panel-prev-year-btn::after {
  position: relative;
  left: -3px;
  display: inline-block;
}
.ant-calendar-year-panel-header .ant-calendar-year-panel-next-century-btn,
.ant-calendar-year-panel-header .ant-calendar-year-panel-next-decade-btn,
.ant-calendar-year-panel-header .ant-calendar-year-panel-next-year-btn {
  right: 7px;
  height: 100%;
}
.ant-calendar-year-panel-header .ant-calendar-year-panel-next-century-btn::before,
.ant-calendar-year-panel-header .ant-calendar-year-panel-next-decade-btn::before,
.ant-calendar-year-panel-header .ant-calendar-year-panel-next-year-btn::before,
.ant-calendar-year-panel-header .ant-calendar-year-panel-next-century-btn::after,
.ant-calendar-year-panel-header .ant-calendar-year-panel-next-decade-btn::after,
.ant-calendar-year-panel-header .ant-calendar-year-panel-next-year-btn::after {
  position: relative;
  top: -1px;
  display: inline-block;
  width: 8px;
  height: 8px;
  vertical-align: middle;
  border: 0 solid #aaa;
  border-width: 1.5px 0 0 1.5px;
  border-radius: 1px;
  -webkit-transform: rotate(-45deg) scale(0.8);
      -ms-transform: rotate(-45deg) scale(0.8);
          transform: rotate(-45deg) scale(0.8);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  content: '';
}
.ant-calendar-year-panel-header .ant-calendar-year-panel-next-century-btn:hover::before,
.ant-calendar-year-panel-header .ant-calendar-year-panel-next-decade-btn:hover::before,
.ant-calendar-year-panel-header .ant-calendar-year-panel-next-year-btn:hover::before,
.ant-calendar-year-panel-header .ant-calendar-year-panel-next-century-btn:hover::after,
.ant-calendar-year-panel-header .ant-calendar-year-panel-next-decade-btn:hover::after,
.ant-calendar-year-panel-header .ant-calendar-year-panel-next-year-btn:hover::after {
  border-color: rgba(0, 0, 0, 0.65);
}
.ant-calendar-year-panel-header .ant-calendar-year-panel-next-century-btn::after,
.ant-calendar-year-panel-header .ant-calendar-year-panel-next-decade-btn::after,
.ant-calendar-year-panel-header .ant-calendar-year-panel-next-year-btn::after {
  display: none;
}
.ant-calendar-year-panel-header .ant-calendar-year-panel-next-century-btn::before,
.ant-calendar-year-panel-header .ant-calendar-year-panel-next-decade-btn::before,
.ant-calendar-year-panel-header .ant-calendar-year-panel-next-year-btn::before,
.ant-calendar-year-panel-header .ant-calendar-year-panel-next-century-btn::after,
.ant-calendar-year-panel-header .ant-calendar-year-panel-next-decade-btn::after,
.ant-calendar-year-panel-header .ant-calendar-year-panel-next-year-btn::after {
  -webkit-transform: rotate(135deg) scale(0.8);
      -ms-transform: rotate(135deg) scale(0.8);
          transform: rotate(135deg) scale(0.8);
}
.ant-calendar-year-panel-header .ant-calendar-year-panel-next-century-btn::before,
.ant-calendar-year-panel-header .ant-calendar-year-panel-next-decade-btn::before,
.ant-calendar-year-panel-header .ant-calendar-year-panel-next-year-btn::before {
  position: relative;
  left: 3px;
}
.ant-calendar-year-panel-header .ant-calendar-year-panel-next-century-btn::after,
.ant-calendar-year-panel-header .ant-calendar-year-panel-next-decade-btn::after,
.ant-calendar-year-panel-header .ant-calendar-year-panel-next-year-btn::after {
  display: inline-block;
}
.ant-calendar-year-panel-header .ant-calendar-year-panel-prev-month-btn {
  left: 29px;
  height: 100%;
}
.ant-calendar-year-panel-header .ant-calendar-year-panel-prev-month-btn::before,
.ant-calendar-year-panel-header .ant-calendar-year-panel-prev-month-btn::after {
  position: relative;
  top: -1px;
  display: inline-block;
  width: 8px;
  height: 8px;
  vertical-align: middle;
  border: 0 solid #aaa;
  border-width: 1.5px 0 0 1.5px;
  border-radius: 1px;
  -webkit-transform: rotate(-45deg) scale(0.8);
      -ms-transform: rotate(-45deg) scale(0.8);
          transform: rotate(-45deg) scale(0.8);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  content: '';
}
.ant-calendar-year-panel-header .ant-calendar-year-panel-prev-month-btn:hover::before,
.ant-calendar-year-panel-header .ant-calendar-year-panel-prev-month-btn:hover::after {
  border-color: rgba(0, 0, 0, 0.65);
}
.ant-calendar-year-panel-header .ant-calendar-year-panel-prev-month-btn::after {
  display: none;
}
.ant-calendar-year-panel-header .ant-calendar-year-panel-next-month-btn {
  right: 29px;
  height: 100%;
}
.ant-calendar-year-panel-header .ant-calendar-year-panel-next-month-btn::before,
.ant-calendar-year-panel-header .ant-calendar-year-panel-next-month-btn::after {
  position: relative;
  top: -1px;
  display: inline-block;
  width: 8px;
  height: 8px;
  vertical-align: middle;
  border: 0 solid #aaa;
  border-width: 1.5px 0 0 1.5px;
  border-radius: 1px;
  -webkit-transform: rotate(-45deg) scale(0.8);
      -ms-transform: rotate(-45deg) scale(0.8);
          transform: rotate(-45deg) scale(0.8);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  content: '';
}
.ant-calendar-year-panel-header .ant-calendar-year-panel-next-month-btn:hover::before,
.ant-calendar-year-panel-header .ant-calendar-year-panel-next-month-btn:hover::after {
  border-color: rgba(0, 0, 0, 0.65);
}
.ant-calendar-year-panel-header .ant-calendar-year-panel-next-month-btn::after {
  display: none;
}
.ant-calendar-year-panel-header .ant-calendar-year-panel-next-month-btn::before,
.ant-calendar-year-panel-header .ant-calendar-year-panel-next-month-btn::after {
  -webkit-transform: rotate(135deg) scale(0.8);
      -ms-transform: rotate(135deg) scale(0.8);
          transform: rotate(135deg) scale(0.8);
}
.ant-calendar-year-panel-body {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.ant-calendar-year-panel-footer {
  border-top: 1px solid #e8e8e8;
}
.ant-calendar-year-panel-footer .ant-calendar-footer-extra {
  padding: 0 12px;
}
.ant-calendar-year-panel-table {
  width: 100%;
  height: 100%;
  table-layout: fixed;
  border-collapse: separate;
}
.ant-calendar-year-panel-cell {
  text-align: center;
}
.ant-calendar-year-panel-year {
  display: inline-block;
  height: 24px;
  margin: 0 auto;
  padding: 0 8px;
  color: rgba(0, 0, 0, 0.65);
  line-height: 24px;
  text-align: center;
  background: transparent;
  border-radius: 2px;
  -webkit-transition: background 0.3s ease;
  transition: background 0.3s ease;
}
.ant-calendar-year-panel-year:hover {
  background: #e6f7ff;
  cursor: pointer;
}
.ant-calendar-year-panel-selected-cell .ant-calendar-year-panel-year {
  color: #fff;
  background: #1890ff;
}
.ant-calendar-year-panel-selected-cell .ant-calendar-year-panel-year:hover {
  color: #fff;
  background: #1890ff;
}
.ant-calendar-year-panel-last-decade-cell .ant-calendar-year-panel-year,
.ant-calendar-year-panel-next-decade-cell .ant-calendar-year-panel-year {
  color: rgba(0, 0, 0, 0.25);
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.ant-calendar-decade-panel {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 10;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background: #fff;
  border-radius: 4px;
  outline: none;
}
.ant-calendar-decade-panel-hidden {
  display: none;
}
.ant-calendar-decade-panel-header {
  height: 40px;
  line-height: 40px;
  text-align: center;
  border-bottom: 1px solid #e8e8e8;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  position: relative;
}
.ant-calendar-decade-panel-header a:hover {
  color: #40a9ff;
}
.ant-calendar-decade-panel-header .ant-calendar-decade-panel-century-select,
.ant-calendar-decade-panel-header .ant-calendar-decade-panel-decade-select,
.ant-calendar-decade-panel-header .ant-calendar-decade-panel-year-select,
.ant-calendar-decade-panel-header .ant-calendar-decade-panel-month-select {
  display: inline-block;
  padding: 0 2px;
  color: rgba(0, 0, 0, 0.85);
  font-weight: 500;
  line-height: 40px;
}
.ant-calendar-decade-panel-header .ant-calendar-decade-panel-century-select-arrow,
.ant-calendar-decade-panel-header .ant-calendar-decade-panel-decade-select-arrow,
.ant-calendar-decade-panel-header .ant-calendar-decade-panel-year-select-arrow,
.ant-calendar-decade-panel-header .ant-calendar-decade-panel-month-select-arrow {
  display: none;
}
.ant-calendar-decade-panel-header .ant-calendar-decade-panel-prev-century-btn,
.ant-calendar-decade-panel-header .ant-calendar-decade-panel-next-century-btn,
.ant-calendar-decade-panel-header .ant-calendar-decade-panel-prev-decade-btn,
.ant-calendar-decade-panel-header .ant-calendar-decade-panel-next-decade-btn,
.ant-calendar-decade-panel-header .ant-calendar-decade-panel-prev-month-btn,
.ant-calendar-decade-panel-header .ant-calendar-decade-panel-next-month-btn,
.ant-calendar-decade-panel-header .ant-calendar-decade-panel-prev-year-btn,
.ant-calendar-decade-panel-header .ant-calendar-decade-panel-next-year-btn {
  position: absolute;
  top: 0;
  display: inline-block;
  padding: 0 5px;
  color: rgba(0, 0, 0, 0.45);
  font-size: 16px;
  font-family: Arial, 'Hiragino Sans GB', 'Microsoft Yahei', 'Microsoft Sans Serif', sans-serif;
  line-height: 40px;
}
.ant-calendar-decade-panel-header .ant-calendar-decade-panel-prev-century-btn,
.ant-calendar-decade-panel-header .ant-calendar-decade-panel-prev-decade-btn,
.ant-calendar-decade-panel-header .ant-calendar-decade-panel-prev-year-btn {
  left: 7px;
  height: 100%;
}
.ant-calendar-decade-panel-header .ant-calendar-decade-panel-prev-century-btn::before,
.ant-calendar-decade-panel-header .ant-calendar-decade-panel-prev-decade-btn::before,
.ant-calendar-decade-panel-header .ant-calendar-decade-panel-prev-year-btn::before,
.ant-calendar-decade-panel-header .ant-calendar-decade-panel-prev-century-btn::after,
.ant-calendar-decade-panel-header .ant-calendar-decade-panel-prev-decade-btn::after,
.ant-calendar-decade-panel-header .ant-calendar-decade-panel-prev-year-btn::after {
  position: relative;
  top: -1px;
  display: inline-block;
  width: 8px;
  height: 8px;
  vertical-align: middle;
  border: 0 solid #aaa;
  border-width: 1.5px 0 0 1.5px;
  border-radius: 1px;
  -webkit-transform: rotate(-45deg) scale(0.8);
      -ms-transform: rotate(-45deg) scale(0.8);
          transform: rotate(-45deg) scale(0.8);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  content: '';
}
.ant-calendar-decade-panel-header .ant-calendar-decade-panel-prev-century-btn:hover::before,
.ant-calendar-decade-panel-header .ant-calendar-decade-panel-prev-decade-btn:hover::before,
.ant-calendar-decade-panel-header .ant-calendar-decade-panel-prev-year-btn:hover::before,
.ant-calendar-decade-panel-header .ant-calendar-decade-panel-prev-century-btn:hover::after,
.ant-calendar-decade-panel-header .ant-calendar-decade-panel-prev-decade-btn:hover::after,
.ant-calendar-decade-panel-header .ant-calendar-decade-panel-prev-year-btn:hover::after {
  border-color: rgba(0, 0, 0, 0.65);
}
.ant-calendar-decade-panel-header .ant-calendar-decade-panel-prev-century-btn::after,
.ant-calendar-decade-panel-header .ant-calendar-decade-panel-prev-decade-btn::after,
.ant-calendar-decade-panel-header .ant-calendar-decade-panel-prev-year-btn::after {
  display: none;
}
.ant-calendar-decade-panel-header .ant-calendar-decade-panel-prev-century-btn::after,
.ant-calendar-decade-panel-header .ant-calendar-decade-panel-prev-decade-btn::after,
.ant-calendar-decade-panel-header .ant-calendar-decade-panel-prev-year-btn::after {
  position: relative;
  left: -3px;
  display: inline-block;
}
.ant-calendar-decade-panel-header .ant-calendar-decade-panel-next-century-btn,
.ant-calendar-decade-panel-header .ant-calendar-decade-panel-next-decade-btn,
.ant-calendar-decade-panel-header .ant-calendar-decade-panel-next-year-btn {
  right: 7px;
  height: 100%;
}
.ant-calendar-decade-panel-header .ant-calendar-decade-panel-next-century-btn::before,
.ant-calendar-decade-panel-header .ant-calendar-decade-panel-next-decade-btn::before,
.ant-calendar-decade-panel-header .ant-calendar-decade-panel-next-year-btn::before,
.ant-calendar-decade-panel-header .ant-calendar-decade-panel-next-century-btn::after,
.ant-calendar-decade-panel-header .ant-calendar-decade-panel-next-decade-btn::after,
.ant-calendar-decade-panel-header .ant-calendar-decade-panel-next-year-btn::after {
  position: relative;
  top: -1px;
  display: inline-block;
  width: 8px;
  height: 8px;
  vertical-align: middle;
  border: 0 solid #aaa;
  border-width: 1.5px 0 0 1.5px;
  border-radius: 1px;
  -webkit-transform: rotate(-45deg) scale(0.8);
      -ms-transform: rotate(-45deg) scale(0.8);
          transform: rotate(-45deg) scale(0.8);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  content: '';
}
.ant-calendar-decade-panel-header .ant-calendar-decade-panel-next-century-btn:hover::before,
.ant-calendar-decade-panel-header .ant-calendar-decade-panel-next-decade-btn:hover::before,
.ant-calendar-decade-panel-header .ant-calendar-decade-panel-next-year-btn:hover::before,
.ant-calendar-decade-panel-header .ant-calendar-decade-panel-next-century-btn:hover::after,
.ant-calendar-decade-panel-header .ant-calendar-decade-panel-next-decade-btn:hover::after,
.ant-calendar-decade-panel-header .ant-calendar-decade-panel-next-year-btn:hover::after {
  border-color: rgba(0, 0, 0, 0.65);
}
.ant-calendar-decade-panel-header .ant-calendar-decade-panel-next-century-btn::after,
.ant-calendar-decade-panel-header .ant-calendar-decade-panel-next-decade-btn::after,
.ant-calendar-decade-panel-header .ant-calendar-decade-panel-next-year-btn::after {
  display: none;
}
.ant-calendar-decade-panel-header .ant-calendar-decade-panel-next-century-btn::before,
.ant-calendar-decade-panel-header .ant-calendar-decade-panel-next-decade-btn::before,
.ant-calendar-decade-panel-header .ant-calendar-decade-panel-next-year-btn::before,
.ant-calendar-decade-panel-header .ant-calendar-decade-panel-next-century-btn::after,
.ant-calendar-decade-panel-header .ant-calendar-decade-panel-next-decade-btn::after,
.ant-calendar-decade-panel-header .ant-calendar-decade-panel-next-year-btn::after {
  -webkit-transform: rotate(135deg) scale(0.8);
      -ms-transform: rotate(135deg) scale(0.8);
          transform: rotate(135deg) scale(0.8);
}
.ant-calendar-decade-panel-header .ant-calendar-decade-panel-next-century-btn::before,
.ant-calendar-decade-panel-header .ant-calendar-decade-panel-next-decade-btn::before,
.ant-calendar-decade-panel-header .ant-calendar-decade-panel-next-year-btn::before {
  position: relative;
  left: 3px;
}
.ant-calendar-decade-panel-header .ant-calendar-decade-panel-next-century-btn::after,
.ant-calendar-decade-panel-header .ant-calendar-decade-panel-next-decade-btn::after,
.ant-calendar-decade-panel-header .ant-calendar-decade-panel-next-year-btn::after {
  display: inline-block;
}
.ant-calendar-decade-panel-header .ant-calendar-decade-panel-prev-month-btn {
  left: 29px;
  height: 100%;
}
.ant-calendar-decade-panel-header .ant-calendar-decade-panel-prev-month-btn::before,
.ant-calendar-decade-panel-header .ant-calendar-decade-panel-prev-month-btn::after {
  position: relative;
  top: -1px;
  display: inline-block;
  width: 8px;
  height: 8px;
  vertical-align: middle;
  border: 0 solid #aaa;
  border-width: 1.5px 0 0 1.5px;
  border-radius: 1px;
  -webkit-transform: rotate(-45deg) scale(0.8);
      -ms-transform: rotate(-45deg) scale(0.8);
          transform: rotate(-45deg) scale(0.8);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  content: '';
}
.ant-calendar-decade-panel-header .ant-calendar-decade-panel-prev-month-btn:hover::before,
.ant-calendar-decade-panel-header .ant-calendar-decade-panel-prev-month-btn:hover::after {
  border-color: rgba(0, 0, 0, 0.65);
}
.ant-calendar-decade-panel-header .ant-calendar-decade-panel-prev-month-btn::after {
  display: none;
}
.ant-calendar-decade-panel-header .ant-calendar-decade-panel-next-month-btn {
  right: 29px;
  height: 100%;
}
.ant-calendar-decade-panel-header .ant-calendar-decade-panel-next-month-btn::before,
.ant-calendar-decade-panel-header .ant-calendar-decade-panel-next-month-btn::after {
  position: relative;
  top: -1px;
  display: inline-block;
  width: 8px;
  height: 8px;
  vertical-align: middle;
  border: 0 solid #aaa;
  border-width: 1.5px 0 0 1.5px;
  border-radius: 1px;
  -webkit-transform: rotate(-45deg) scale(0.8);
      -ms-transform: rotate(-45deg) scale(0.8);
          transform: rotate(-45deg) scale(0.8);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  content: '';
}
.ant-calendar-decade-panel-header .ant-calendar-decade-panel-next-month-btn:hover::before,
.ant-calendar-decade-panel-header .ant-calendar-decade-panel-next-month-btn:hover::after {
  border-color: rgba(0, 0, 0, 0.65);
}
.ant-calendar-decade-panel-header .ant-calendar-decade-panel-next-month-btn::after {
  display: none;
}
.ant-calendar-decade-panel-header .ant-calendar-decade-panel-next-month-btn::before,
.ant-calendar-decade-panel-header .ant-calendar-decade-panel-next-month-btn::after {
  -webkit-transform: rotate(135deg) scale(0.8);
      -ms-transform: rotate(135deg) scale(0.8);
          transform: rotate(135deg) scale(0.8);
}
.ant-calendar-decade-panel-body {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.ant-calendar-decade-panel-footer {
  border-top: 1px solid #e8e8e8;
}
.ant-calendar-decade-panel-footer .ant-calendar-footer-extra {
  padding: 0 12px;
}
.ant-calendar-decade-panel-table {
  width: 100%;
  height: 100%;
  table-layout: fixed;
  border-collapse: separate;
}
.ant-calendar-decade-panel-cell {
  white-space: nowrap;
  text-align: center;
}
.ant-calendar-decade-panel-decade {
  display: inline-block;
  height: 24px;
  margin: 0 auto;
  padding: 0 6px;
  color: rgba(0, 0, 0, 0.65);
  line-height: 24px;
  text-align: center;
  background: transparent;
  border-radius: 2px;
  -webkit-transition: background 0.3s ease;
  transition: background 0.3s ease;
}
.ant-calendar-decade-panel-decade:hover {
  background: #e6f7ff;
  cursor: pointer;
}
.ant-calendar-decade-panel-selected-cell .ant-calendar-decade-panel-decade {
  color: #fff;
  background: #1890ff;
}
.ant-calendar-decade-panel-selected-cell .ant-calendar-decade-panel-decade:hover {
  color: #fff;
  background: #1890ff;
}
.ant-calendar-decade-panel-last-century-cell .ant-calendar-decade-panel-decade,
.ant-calendar-decade-panel-next-century-cell .ant-calendar-decade-panel-decade {
  color: rgba(0, 0, 0, 0.25);
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.ant-calendar-month .ant-calendar-month-header-wrap {
  position: relative;
  height: 288px;
}
.ant-calendar-month .ant-calendar-month-panel,
.ant-calendar-month .ant-calendar-year-panel {
  top: 0;
  height: 100%;
}
.ant-calendar-week-number-cell {
  opacity: 0.5;
}
.ant-calendar-week-number .ant-calendar-body tr {
  cursor: pointer;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.ant-calendar-week-number .ant-calendar-body tr:hover {
  background: #e6f7ff;
}
.ant-calendar-week-number .ant-calendar-body tr.ant-calendar-active-week {
  font-weight: bold;
  background: #bae7ff;
}
.ant-calendar-week-number .ant-calendar-body tr .ant-calendar-selected-day .ant-calendar-date,
.ant-calendar-week-number .ant-calendar-body tr .ant-calendar-selected-day:hover .ant-calendar-date {
  color: rgba(0, 0, 0, 0.65);
  background: transparent;
}

/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
.ant-time-picker-panel {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: rgba(0, 0, 0, 0.65);
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5;
  list-style: none;
  -webkit-font-feature-settings: 'tnum';
          font-feature-settings: 'tnum';
  position: absolute;
  z-index: 1050;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'PingFang SC', 'Hiragino Sans GB', 'Microsoft YaHei', 'Helvetica Neue', Helvetica, Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol';
}
.ant-time-picker-panel-inner {
  position: relative;
  left: -2px;
  font-size: 14px;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border-radius: 4px;
  outline: none;
  -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
          box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
}
.ant-time-picker-panel-input {
  width: 100%;
  max-width: 154px;
  margin: 0;
  padding: 0;
  line-height: normal;
  border: 0;
  outline: 0;
  cursor: auto;
}
.ant-time-picker-panel-input::-moz-placeholder {
  color: #bfbfbf;
  opacity: 1;
}
.ant-time-picker-panel-input:-ms-input-placeholder {
  color: #bfbfbf;
}
.ant-time-picker-panel-input::-webkit-input-placeholder {
  color: #bfbfbf;
}
.ant-time-picker-panel-input:placeholder-shown {
  text-overflow: ellipsis;
}
.ant-time-picker-panel-input-wrap {
  position: relative;
  padding: 7px 2px 7px 12px;
  border-bottom: 1px solid #e8e8e8;
}
.ant-time-picker-panel-input-invalid {
  border-color: #f5222d;
}
.ant-time-picker-panel-narrow .ant-time-picker-panel-input-wrap {
  max-width: 112px;
}
.ant-time-picker-panel-select {
  position: relative;
  float: left;
  width: 56px;
  max-height: 192px;
  overflow: hidden;
  font-size: 14px;
  border-left: 1px solid #e8e8e8;
}
.ant-time-picker-panel-select:hover {
  overflow-y: auto;
}
.ant-time-picker-panel-select:first-child {
  margin-left: 0;
  border-left: 0;
}
.ant-time-picker-panel-select:last-child {
  border-right: 0;
}
.ant-time-picker-panel-select:only-child {
  width: 100%;
}
.ant-time-picker-panel-select ul {
  width: 56px;
  margin: 0;
  padding: 0 0 160px;
  list-style: none;
}
.ant-time-picker-panel-select li {
  width: 100%;
  height: 32px;
  margin: 0;
  padding: 0 0 0 12px;
  line-height: 32px;
  text-align: left;
  list-style: none;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.ant-time-picker-panel-select li:focus {
  color: #1890ff;
  font-weight: 600;
  outline: none;
}
.ant-time-picker-panel-select li:hover {
  background: #e6f7ff;
}
li.ant-time-picker-panel-select-option-selected {
  font-weight: 600;
  background: #f5f5f5;
}
li.ant-time-picker-panel-select-option-selected:hover {
  background: #f5f5f5;
}
li.ant-time-picker-panel-select-option-disabled {
  color: rgba(0, 0, 0, 0.25);
}
li.ant-time-picker-panel-select-option-disabled:hover {
  background: transparent;
  cursor: not-allowed;
}
.ant-time-picker-panel-combobox {
  zoom: 1;
}
.ant-time-picker-panel-combobox::before,
.ant-time-picker-panel-combobox::after {
  display: table;
  content: '';
}
.ant-time-picker-panel-combobox::after {
  clear: both;
}
.ant-time-picker-panel-addon {
  padding: 8px;
  border-top: 1px solid #e8e8e8;
}
.ant-time-picker-panel.slide-up-enter.slide-up-enter-active.ant-time-picker-panel-placement-topLeft,
.ant-time-picker-panel.slide-up-enter.slide-up-enter-active.ant-time-picker-panel-placement-topRight,
.ant-time-picker-panel.slide-up-appear.slide-up-appear-active.ant-time-picker-panel-placement-topLeft,
.ant-time-picker-panel.slide-up-appear.slide-up-appear-active.ant-time-picker-panel-placement-topRight {
  -webkit-animation-name: antSlideDownIn;
          animation-name: antSlideDownIn;
}
.ant-time-picker-panel.slide-up-enter.slide-up-enter-active.ant-time-picker-panel-placement-bottomLeft,
.ant-time-picker-panel.slide-up-enter.slide-up-enter-active.ant-time-picker-panel-placement-bottomRight,
.ant-time-picker-panel.slide-up-appear.slide-up-appear-active.ant-time-picker-panel-placement-bottomLeft,
.ant-time-picker-panel.slide-up-appear.slide-up-appear-active.ant-time-picker-panel-placement-bottomRight {
  -webkit-animation-name: antSlideUpIn;
          animation-name: antSlideUpIn;
}
.ant-time-picker-panel.slide-up-leave.slide-up-leave-active.ant-time-picker-panel-placement-topLeft,
.ant-time-picker-panel.slide-up-leave.slide-up-leave-active.ant-time-picker-panel-placement-topRight {
  -webkit-animation-name: antSlideDownOut;
          animation-name: antSlideDownOut;
}
.ant-time-picker-panel.slide-up-leave.slide-up-leave-active.ant-time-picker-panel-placement-bottomLeft,
.ant-time-picker-panel.slide-up-leave.slide-up-leave-active.ant-time-picker-panel-placement-bottomRight {
  -webkit-animation-name: antSlideUpOut;
          animation-name: antSlideUpOut;
}
.ant-time-picker {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: rgba(0, 0, 0, 0.65);
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5;
  list-style: none;
  -webkit-font-feature-settings: 'tnum';
          font-feature-settings: 'tnum';
  position: relative;
  display: inline-block;
  width: 128px;
  outline: none;
  cursor: text;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.ant-time-picker-input {
  position: relative;
  display: inline-block;
  width: 100%;
  height: 32px;
  padding: 4px 11px;
  color: rgba(0, 0, 0, 0.65);
  font-size: 14px;
  line-height: 1.5;
  background-color: #fff;
  background-image: none;
  border: 1px solid #d9d9d9;
  border-radius: 4px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.ant-time-picker-input::-moz-placeholder {
  color: #bfbfbf;
  opacity: 1;
}
.ant-time-picker-input:-ms-input-placeholder {
  color: #bfbfbf;
}
.ant-time-picker-input::-webkit-input-placeholder {
  color: #bfbfbf;
}
.ant-time-picker-input:placeholder-shown {
  text-overflow: ellipsis;
}
.ant-time-picker-input:hover {
  border-color: #40a9ff;
  border-right-width: 1px !important;
}
.ant-time-picker-input:focus {
  border-color: #40a9ff;
  border-right-width: 1px !important;
  outline: 0;
  -webkit-box-shadow: 0 0 0 2px rgba(24, 144, 255, 0.2);
          box-shadow: 0 0 0 2px rgba(24, 144, 255, 0.2);
}
.ant-time-picker-input-disabled {
  color: rgba(0, 0, 0, 0.25);
  background-color: #f5f5f5;
  cursor: not-allowed;
  opacity: 1;
}
.ant-time-picker-input-disabled:hover {
  border-color: #d9d9d9;
  border-right-width: 1px !important;
}
.ant-time-picker-input[disabled] {
  color: rgba(0, 0, 0, 0.25);
  background-color: #f5f5f5;
  cursor: not-allowed;
  opacity: 1;
}
.ant-time-picker-input[disabled]:hover {
  border-color: #d9d9d9;
  border-right-width: 1px !important;
}
textarea.ant-time-picker-input {
  max-width: 100%;
  height: auto;
  min-height: 32px;
  line-height: 1.5;
  vertical-align: bottom;
  -webkit-transition: all 0.3s, height 0s;
  transition: all 0.3s, height 0s;
}
.ant-time-picker-input-lg {
  height: 40px;
  padding: 6px 11px;
  font-size: 16px;
}
.ant-time-picker-input-sm {
  height: 24px;
  padding: 1px 7px;
}
.ant-time-picker-input[disabled] {
  color: rgba(0, 0, 0, 0.25);
  background-color: #f5f5f5;
  cursor: not-allowed;
  opacity: 1;
}
.ant-time-picker-input[disabled]:hover {
  border-color: #d9d9d9;
  border-right-width: 1px !important;
}
.ant-time-picker-open {
  opacity: 0;
}
.ant-time-picker-icon,
.ant-time-picker-clear {
  position: absolute;
  top: 50%;
  right: 11px;
  z-index: 1;
  width: 14px;
  height: 14px;
  margin-top: -7px;
  color: rgba(0, 0, 0, 0.25);
  line-height: 14px;
  -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.ant-time-picker-icon .ant-time-picker-clock-icon,
.ant-time-picker-clear .ant-time-picker-clock-icon {
  display: block;
  color: rgba(0, 0, 0, 0.25);
  line-height: 1;
}
.ant-time-picker-clear {
  z-index: 2;
  background: #fff;
  opacity: 0;
  pointer-events: none;
}
.ant-time-picker-clear:hover {
  color: rgba(0, 0, 0, 0.45);
}
.ant-time-picker:hover .ant-time-picker-clear {
  opacity: 1;
  pointer-events: auto;
}
.ant-time-picker-large .ant-time-picker-input {
  height: 40px;
  padding: 6px 11px;
  font-size: 16px;
}
.ant-time-picker-small .ant-time-picker-input {
  height: 24px;
  padding: 1px 7px;
}
.ant-time-picker-small .ant-time-picker-icon,
.ant-time-picker-small .ant-time-picker-clear {
  right: 7px;
}
@media not all and (min-resolution: 0.001dpcm) {
  @supports (-webkit-appearance: none) and (stroke-color: transparent) {
    .ant-input {
      line-height: 1.5;
    }
  }
}

/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */

html,
body,
#__next {
  height: 100%;
  overflow-x: hidden;
}
img,
iframe {
  max-width: 100%;
}
iframe {
  border: 0;
}
hr {
  border: 0;
  border-bottom: 1px solid #000;
}
.no-flash *,
.no-flash *::before,
.no-flash *::after {
  transition: none !important;
}
.content {
  padding: 20px;
}
.ant-layout {
  height: 100%;
}
.ant-layout-content {
  display: flex;
  flex-direction: column;
  min-height: 100%;
}
.ant-layout-content .container {
  padding: 0;
}
.ant-layout-content .container .inner {
  max-width: 1180px;
  margin: 0 auto;
}
.ant-layout-content .container .inner.full {
  max-width: 100%;
}
.ant-layout-content .container .inner.padding {
  padding-left: 20px;
  padding-right: 20px;
}
.ant-layout-content .container-body {
  flex: 1 1 100%;
  display: flex;
  flex-direction: column;
}
h1.ant-typography {
  font-size: 2em;
  font-weight: 500;
}
.ant-btn + .ant-btn {
  margin-left: 7px;
}
.ant-btn {
  border-radius: 2px;
}
.ant-btn-lg {
  height: 50px;
}
.ant-btn-link {
  border: 0;
  box-shadow: none;
  background-color: transparent;
}
.ant-btn-link:hover {
  background-color: transparent;
}
.ant-btn-cart,
.ant-btn-cart:hover {
  background-color: #ff4d4f;
  border-color: #ff4d4f;
  color: #fff;
}
.ant-btn-cart:hover {
  opacity: 0.8;
}
.ant-btn-group > .ant-btn:first-child:not(:last-child),
.ant-btn-group > span:first-child:not(:last-child) > .ant-btn {
  border-top-left-radius: 2px;
  border-bottom-left-radius: 2px;
}
.ant-btn-group > .ant-btn:last-child:not(:first-child),
.ant-btn-group > span:last-child:not(:first-child) > .ant-btn {
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
}
.ant-spin {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
}
.ant-spin i {
  font-size: 32px;
}
.ant-list .ant-list-item:last-child {
  border-bottom: 0 !important;
}
.ant-list .ant-list-pagination {
  text-align: left;
}
.ant-form .ant-input {
  height: 36px;
}
.ant-form .ant-form-item-label label {
  color: #000;
}
.ant-form .ant-form-item-label label.ant-form-item-required::before {
  content: '';
  margin-right: 0;
}
.ant-form .ant-form-item-label label.ant-form-item-required::after {
  display: inline-block;
  margin-left: 4px;
  color: #f5222d;
  font-size: 14px;
  font-family: SimSun, sans-serif;
  line-height: 1;
  content: '*';
}
.ant-form .ant-form-item-label label::after {
  content: '';
}
.ant-form .files-uploader .ant-upload-select-picture-card {
  background-color: transparent;
  width: 80px;
  height: 80px;
}
.ant-form .files-uploader .ant-upload-select-picture-card .ant-upload {
  font-size: 12px;
  width: 80px;
  height: 80px;
  padding: 6px;
}
.ant-form .files-uploader .ant-upload-list-item {
  padding: 5px;
  width: 82px;
  height: 82px;
}
.ant-form .files-uploader .ant-upload-list-item-actions .anticon-delete {
  font-size: 22px;
  width: auto;
  color: #fff !important;
}
.ant-form .files-uploader .ant-upload-list-picture-card-container {
  width: 82px;
  height: 82px;
}
.ant-form .files-uploader .ant-upload .anticon {
  font-size: 22px;
  margin-bottom: 4px;
}
.ant-form .recaptcha-wrapper {
  margin-bottom: 15px;
}
.ant-input,
.ant-input-number,
.ant-select-selection {
  border-radius: 2px;
}
.ant-select-selection__clear {
  background: none;
  right: 30px;
}
.ant-pagination {
  float: none;
  margin-bottom: 20px;
}
.ant-pagination .ant-pagination-total-text {
  display: block;
}
.ant-pagination .ant-pagination-item {
  border: 0;
  margin-right: 4px;
}
.ant-pagination .ant-pagination-item-active {
  border: 2px solid #4580B2;
  border-radius: 4px;
  height: 32px;
  line-height: 26px;
}
.ant-pagination .ant-pagination-item-active a {
  color: #000;
}
.ant-pagination .ant-pagination-item-link {
  border: 0;
}
.ant-pagination .ant-pagination-prev,
.ant-pagination .ant-pagination-next {
  float: left;
  min-width: 20px;
}
.ant-pagination .ant-pagination-prev .ant-pagination-item-link,
.ant-pagination .ant-pagination-next .ant-pagination-item-link {
  border: 0;
  font-size: 14px;
}
.ant-pagination .ant-pagination-next {
  margin-right: 20px;
}
.ant-drawer {
  z-index: 10000 !important;
}
.ant-drawer .ant-drawer-content-wrapper {
  max-width: 100%;
}
.ant-drawer .ant-drawer-close {
  color: #000;
}
.ant-drawer .ant-drawer-close.back {
  left: 0;
  right: auto;
}
.ant-drawer .ant-drawer-header a,
.ant-drawer .ant-drawer-header a:hover {
  color: #000;
  padding: 10px 20px;
}
.ant-drawer .ant-drawer-body {
  padding: 0;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.ant-drawer .ant-drawer-body .ant-drawer-header {
  border-bottom: 1px solid #D5D5D5;
  padding: 16px;
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  color: #000;
  min-height: 57px;
}
.ant-drawer .ant-drawer-body .ant-drawer-content {
  flex-grow: 2;
  overflow-y: scroll;
  padding-left: 20px;
}
.ant-drawer .ant-drawer-body .ant-drawer-footer {
  padding: 8px 16px;
}
.ant-drawer .ant-drawer-body .ant-drawer-footer .ant-btn {
  height: 36px;
  line-height: 36px;
}
body > div > div > .ant-select-dropdown--single {
  min-width: 300px;
}
body > div > div > .ant-select-dropdown--single .product-img {
  width: 36px;
}
body > div > div > .ant-select-dropdown--single .ant-select-dropdown-menu-item {
  white-space: normal;
}
.empty-img {
  font-size: 5vw;
}
.product-img {
  position: relative;
  height: 0;
  padding-bottom: 100%;
  color: #C2C7CC;
  font-size: 5vw;
  cursor: pointer;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}
.product-img:after {
  content: '';
  display: block;
}
.product-img > .wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  width: 100%;
  height: 100% !important;
  text-align: center;
  overflow: hidden;
}
.product-img > .wrapper > img {
  height: 100%;
  width: 100%;
  object-fit: contain;
}
.product-img.empty-img {
  background-color: #F4F7F9;
}
.category-img {
  display: flex !important;
  align-items: center;
  justify-content: center;
  color: #C2C7CC;
  font-size: 5vw;
  cursor: pointer;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}
.category-img:after {
  content: '';
  display: block;
  padding-bottom: 100%;
}
.category-img.empty {
  background-color: #F4F7F9;
}
.ant-avatar img {
  object-fit: contain;
}
.ant-avatar.theme-1 {
  background-color: #ffd5d6;
  color: #d0575a;
}
.ant-avatar.theme-2 {
  background-color: #fce9cd;
  color: #dc8f33;
}
.ant-avatar.theme-3 {
  background-color: #d1f1db;
  color: #5ba272;
}
.ant-avatar.theme-4 {
  background-color: #d3f1fa;
  color: #459ed1;
}
.ant-avatar.theme-5 {
  background-color: #ead2f0;
  color: #8e559d;
}
.label-tag {
  background-color: #fff;
  color: #000;
  border-radius: 2px;
  padding: 2px 10px;
  margin: 2px 2px 0 0;
  white-space: nowrap;
}
.label-tag.dark {
  color: #fff;
}
.scroll-top {
  position: fixed;
  width: 48px;
  height: 48px;
  font-size: 28px;
  padding: 0;
  border: 0;
}
.ant-card {
  background: none !important;
  color: inherit;
}
.ant-breadcrumb {
  color: inherit;
}
.ant-breadcrumb > span:last-child {
  color: inherit;
}
.content-theme-light .ant-input,
.content-theme-light .ant-input-number,
.content-theme-light .ant-select,
.content-theme-light .ant-select-selection,
.content-theme-light .ant-checkbox-inner {
  background-color: rgba(255, 255, 255, 0.6);
  border-color: rgba(0, 0, 0, 0.4);
  color: #000;
}
.content-theme-light .ant-select-dropdown {
  background-color: rgba(255, 255, 255);
  border-color: rgba(0, 0, 0);
  color: #000;
}
.content-theme-light .ant-card-head,
.content-theme-light .ant-card-bordered,
.content-theme-light .block-copyright .inner {
  border-color: rgba(0, 0, 0, 0.1);
}
.content-theme-light .ant-card-hoverable:hover {
  background: #fff !important;
}
.content-theme-light .ant-breadcrumb-separator {
  color: rgba(0, 0, 0, 0.45);
}
.content-theme-light .ant-breadcrumb > span:last-child .ant-breadcrumb-link {
  color: rgba(0, 0, 0, 0.65);
}
.content-theme-light .empty-img {
  background-color: rgba(0, 0, 0, 0.1);
  color: rgba(0, 0, 0, 0.2);
}
.content-theme-light .ant-tabs-bar {
  border-bottom-color: rgba(0, 0, 0, 0.1);
}
.content-theme-light .text-muted {
  color: rgba(0, 0, 0, 0.65);
}
.content-theme-light hr {
  border-color: rgba(0, 0, 0, 0.1);
}
.content-theme-light .files-uploader .ant-upload-select-picture-card,
.content-theme-light .files-uploader .ant-upload-list-item {
  border-color: rgba(0, 0, 0, 0.4);
}
.content-theme-light .files-uploader .ant-upload-select-picture-card:hover,
.content-theme-light .files-uploader .ant-upload-list-item:hover {
  border-color: rgba(0, 0, 0, 0.8);
}
.content-theme-light .files-uploader .ant-upload-select-picture-card .ant-upload,
.content-theme-light .files-uploader .ant-upload-list-item .ant-upload {
  color: #000;
}
.content-theme-light .files-uploader .ant-upload-select-picture-card .ant-upload-list-item,
.content-theme-light .files-uploader .ant-upload-list-item .ant-upload-list-item {
  border-color: rgba(0, 0, 0, 0.4);
}
.content-theme-light .files-uploader .ant-upload-select-picture-card .anticon,
.content-theme-light .files-uploader .ant-upload-list-item .anticon {
  color: rgba(0, 0, 0, 0.4);
}
.content-theme-light .block-page-product .head .carousel .ant-btn-link {
  color: #000;
}
.content-theme-light .block-page-product .head .carousel .carousel__slide.selected {
  background: rgba(0, 0, 0, 0.05);
}
.content-theme-light .block-page-product .head .carousel .carousel__back-button[disabled].ant-btn-link,
.content-theme-light .block-page-product .head .carousel .carousel__next-button[disabled].ant-btn-link {
  color: rgba(0, 0, 0, 0.25);
}
.content-theme-light .block-page-product .features tr > .name:before {
  border-bottom-color: rgba(0, 0, 0, 0.1);
}
.content-theme-light .block-page-product .reviews .footer,
.content-theme-light .block-page-product .questions .footer {
  background-color: rgba(0, 0, 0, 0.05);
  border-top-color: rgba(0, 0, 0, 0.1);
}
.content-theme-light .block-page-product .reviews .photos .photo {
  border-color: rgba(0, 0, 0, 0.1);
}
.content-theme-light .block-page-product .reviews .photos .photo:hover {
  border-color: rgba(0, 0, 0, 0.4);
}
.content-theme-light .block-page-product .reviews .answer {
  border-left: 3px solid rgba(0, 0, 0, 0.05);
}
.content-theme-light .block-page-product .comments .ant-comment.type-user > .ant-comment-inner {
  background-color: rgba(0, 0, 0, 0.05);
}
.content-theme-light .block-page-product .img-magnify-enlarged {
  border-color: rgba(0, 0, 0, 0.1) !important;
}
.content-theme-light .block-page-category .categories.compact .ant-card {
  border-color: rgba(0, 0, 0, 0.1);
}
.content-theme-light .block-page-category .categories.compact .ant-card:hover {
  border-color: rgba(0, 0, 0, 0.4);
}
.content-theme-light .block-page-category .side .catalog-filter .ant-card.collapsed .ant-card-head {
  background-color: rgba(0, 0, 0, 0.1);
}
.content-theme-light .block-page-category .side .catalog-filter .anticon-minus {
  color: rgba(0, 0, 0, 0.4);
}
.content-theme-light .block-page-compare .products table td.name {
  color: rgba(0, 0, 0, 0.5);
}
.content-theme-light .block-page-compare .products table tbody tr:hover td {
  background: rgba(0, 0, 0, 0.05);
}
.content-theme-light .block-page-cart .products table thead td {
  color: rgba(0, 0, 0, 0.4);
}
.content-theme-light .block-page-cart .products table thead td,
.content-theme-light .block-page-cart .products table tbody td {
  border-bottom-color: rgba(0, 0, 0, 0.1);
}
.content-theme-light .block-page-cart .products table tbody .count .ant-input-number-handler:active {
  background: rgba(0, 0, 0, 0.1);
}
.content-theme-light .block-page-cart .products table tbody .count .ant-input-number-handler-up {
  border-left-color: rgba(0, 0, 0, 0.4);
}
.content-theme-light .block-page-cart .products table tbody .count .ant-input-number-handler-down {
  border-right-color: rgba(0, 0, 0, 0.4);
}
.content-theme-light .block-page-cart .products table tbody .count .ant-input-number-handler-up-inner,
.content-theme-light .block-page-cart .products table tbody .count .ant-input-number-handler-down-inner {
  color: rgba(0, 0, 0, 0.4);
}
.content-theme-light .block-page-cart-checkout .delivery-methods .ant-radio-wrapper-checked {
  background-color: rgba(0, 0, 0, 0.1);
}
.content-theme-light .block-page-cart-checkout .delivery-tabs.ant-tabs-card .ant-tabs-card-bar .ant-tabs-tab-active {
  color: #000 !important;
}
.content-theme-light .block-page-cart-checkout .footer {
  border-top-color: rgba(0, 0, 0, 0.1);
}
.content-theme-light .block-page-cart-success .alert,
.content-theme-light .block-page-order-private .alert {
  background-color: rgba(0, 0, 0, 0.1);
}
.content-theme-light .block-page-cart-success .products table thead td,
.content-theme-light .block-page-order-private .products table thead td {
  border-bottom-color: rgba(0, 0, 0, 0.1);
}
.content-theme-light .block-page-cart-success .products table tbody td,
.content-theme-light .block-page-order-private .products table tbody td {
  border-bottom-color: rgba(0, 0, 0, 0.1);
}
.content-theme-light .block-page-cart-success .ant-form .ant-radio-group.payment-method .ant-radio-button-wrapper,
.content-theme-light .block-page-order-private .ant-form .ant-radio-group.payment-method .ant-radio-button-wrapper {
  outline-color: rgba(0, 0, 0, 0.1);
}
.content-theme-light .block-page-blog-section .posts .date {
  color: rgba(0, 0, 0, 0.3);
}
.content-theme-light .block-page-blog-post .date {
  color: rgba(0, 0, 0, 0.3);
}
.content-theme-light .block-page-reviews .photos .photo {
  border-color: rgba(0, 0, 0, 0.1);
}
.content-theme-light .block-page-reviews .photos .photo:hover {
  border-color: rgba(0, 0, 0, 0.4);
}
.content-theme-light .block-page-reviews .answer {
  border-left: 3px solid rgba(0, 0, 0, 0.05);
}
.content-theme-dark .ant-input,
.content-theme-dark .ant-input-number,
.content-theme-dark .ant-input-number-handler-wrap,
.content-theme-dark .ant-select,
.content-theme-dark .ant-select-selection,
.content-theme-dark .ant-checkbox-inner {
  background-color: rgba(0, 0, 0, 0.6);
  border-color: rgba(255, 255, 255, 0.4);
  color: #fff;
}
.content-theme-dark .ant-select-dropdown {
  background-color: rgba(0, 0, 0);
  border-color: rgba(255, 255, 255);
}
.content-theme-dark .ant-select-dropdown-menu-item {
  color: #fff;
}
.content-theme-dark .ant-select-dropdown-menu-item-active,
.content-theme-dark .ant-select-dropdown-menu-item-selected {
  background-color: rgba(255, 255, 255, 0.6);
  color: #000;
}
.content-theme-dark .ant-input-affix-wrapper .anticon:not(.anticon-star),
.content-theme-dark .ant-select .anticon:not(.anticon-star),
.content-theme-dark .ant-form-item .anticon:not(.anticon-star) {
  color: #fff !important;
}
.content-theme-dark .has-error .ant-input-affix-wrapper .ant-input,
.content-theme-dark .has-error .ant-input-affix-wrapper .ant-input:hover {
  background: #000;
}
.content-theme-dark .ant-card-head,
.content-theme-dark .ant-card-bordered,
.content-theme-dark .block-copyright .inner,
.content-theme-dark .block-page-my-orders .main .ant-card-body .cart table tbody td {
  border-color: rgba(255, 255, 255, 0.4);
}
.content-theme-dark .ant-checkbox-disabled .ant-checkbox-inner {
  background-color: #000;
  color: #fff;
  border-color: rgba(255, 255, 255, 0.4) !important;
}
.content-theme-dark .ant-checkbox-disabled + span {
  color: rgba(255, 255, 255, 0.2);
}
.content-theme-dark .ant-card-hoverable:hover {
  background: #000 !important;
}
.content-theme-dark .ant-breadcrumb-separator {
  color: rgba(255, 255, 255, 0.45);
}
.content-theme-dark .ant-breadcrumb > span:last-child .ant-breadcrumb-link {
  color: rgba(255, 255, 255, 0.65);
}
.content-theme-dark .empty-img {
  background-color: rgba(255, 255, 255, 0.1);
  color: rgba(255, 255, 255, 0.2);
}
.content-theme-dark .ant-tabs-bar {
  border-bottom-color: rgba(255, 255, 255, 0.4);
}
.content-theme-dark .text-muted {
  color: rgba(255, 255, 255, 0.65);
}
.content-theme-dark hr {
  border-color: rgba(255, 255, 255, 0.4);
}
.content-theme-dark .files-uploader .ant-upload-select-picture-card,
.content-theme-dark .files-uploader .ant-upload-list-item {
  border-color: rgba(255, 255, 255, 0.4);
}
.content-theme-dark .files-uploader .ant-upload-select-picture-card:hover,
.content-theme-dark .files-uploader .ant-upload-list-item:hover {
  border-color: rgba(255, 255, 255, 0.8);
}
.content-theme-dark .files-uploader .ant-upload-select-picture-card .ant-upload,
.content-theme-dark .files-uploader .ant-upload-list-item .ant-upload {
  color: #fff;
}
.content-theme-dark .files-uploader .ant-upload-select-picture-card .anticon,
.content-theme-dark .files-uploader .ant-upload-list-item .anticon {
  color: rgba(255, 255, 255, 0.4);
}
.content-theme-dark .ant-pagination-total-text {
  color: #fff;
}
.content-theme-dark .ant-pagination-item {
  background-color: rgba(255, 255, 255, 0.1);
  color: rgba(255, 255, 255, 0.2);
}
.content-theme-dark .ant-pagination-item-link {
  background-color: rgba(255, 255, 255, 0.1);
}
.content-theme-dark .ant-pagination-item-active a {
  color: #fff;
}
.content-theme-dark .block-page-product .features tr > .name:before {
  border-bottom-color: rgba(255, 255, 255, 0.4);
}
.content-theme-dark .block-page-product .reviews .ant-card .close,
.content-theme-dark .block-page-product .questions .ant-card .close {
  color: #fff;
}
.content-theme-dark .block-page-product .reviews .ant-card .footer,
.content-theme-dark .block-page-product .questions .ant-card .footer {
  background-color: rgba(255, 255, 255, 0.05);
  border-top-color: rgba(255, 255, 255, 0.4);
}
.content-theme-dark .block-page-product .reviews .ant-card .footer .ant-form-item,
.content-theme-dark .block-page-product .questions .ant-card .footer .ant-form-item {
  color: #fff;
}
.content-theme-dark .block-page-product .reviews .photos .photo {
  border-color: rgba(255, 255, 255, 0.4);
}
.content-theme-dark .block-page-product .reviews .photos .photo:hover {
  border-color: rgba(255, 255, 255, 0.8);
}
.content-theme-dark .block-page-product .reviews .answer {
  border-left: 3px solid rgba(255, 255, 255, 0.2);
}
.content-theme-dark .block-page-product .comments .ant-comment-content-author-name {
  color: #fff;
}
.content-theme-dark .block-page-product .comments .ant-comment-content-author-time {
  color: rgba(255, 255, 255, 0.4);
}
.content-theme-dark .block-page-product .comments .ant-comment.type-user > .ant-comment-inner {
  background-color: rgba(255, 255, 255, 0.1);
}
.content-theme-dark .block-page-product .head .carousel .carousel__slide.selected {
  background: rgba(255, 255, 255, 0.1);
}
.content-theme-dark .block-page-product .head .carousel .ant-btn-link {
  color: #fff;
}
.content-theme-dark .block-page-product .head .carousel .carousel__slide.selected {
  background: rgba(255, 255, 255, 0.1);
}
.content-theme-dark .block-page-product .head .carousel .carousel__back-button[disabled].ant-btn-link,
.content-theme-dark .block-page-product .head .carousel .carousel__next-button[disabled].ant-btn-link {
  color: rgba(255, 255, 255, 0.25);
}
.content-theme-dark .block-page-product .img-magnify-enlarged {
  border-color: rgba(255, 255, 255, 0.4) !important;
}
.content-theme-dark .block-page-product .side .price-credit {
  background-color: rgba(255, 255, 255, 0.08);
}
.content-theme-dark .block-page-category .categories.compact .ant-card {
  border-color: rgba(255, 255, 255, 0.4);
}
.content-theme-dark .block-page-category .categories.compact .ant-card:hover {
  border-color: rgba(255, 255, 255, 0.8);
}
.content-theme-dark .block-page-category .side .catalog-filter .ant-card.collapsed .ant-card-head {
  background-color: rgba(255, 255, 255, 0.2);
}
.content-theme-dark .block-page-category .side .catalog-filter .anticon-minus {
  color: rgba(255, 255, 255, 0.4);
}
.content-theme-dark .block-page-compare .products table td.name {
  color: rgba(255, 255, 255, 0.4);
}
.content-theme-dark .block-page-compare .products table tbody tr:hover td {
  background: rgba(255, 255, 255, 0.1);
}
.content-theme-dark .block-page-cart .products table thead td {
  color: rgba(255, 255, 255, 0.4);
}
.content-theme-dark .block-page-cart .products table thead td,
.content-theme-dark .block-page-cart .products table tbody td {
  border-bottom-color: rgba(255, 255, 255, 0.4);
}
.content-theme-dark .block-page-cart .products table tbody .count .ant-input-number {
  display: inline-block;
}
.content-theme-dark .block-page-cart .products table tbody .count .ant-input-number-handler:active {
  background: rgba(255, 255, 255, 0.1);
}
.content-theme-dark .block-page-cart .products table tbody .count .ant-input-number-handler-up {
  border-left-color: rgba(255, 255, 255, 0.4);
}
.content-theme-dark .block-page-cart .products table tbody .count .ant-input-number-handler-down {
  border-right-color: rgba(255, 255, 255, 0.4);
}
.content-theme-dark .block-page-cart .products table tbody .count .ant-input-number-handler-up-inner,
.content-theme-dark .block-page-cart .products table tbody .count .ant-input-number-handler-down-inner {
  color: rgba(255, 255, 255, 0.4);
}
.content-theme-dark .block-page-cart-checkout .ant-form .delivery-methods .ant-form-header {
  border-bottom-color: rgba(255, 255, 255, 0.4);
}
.content-theme-dark .block-page-cart-checkout .ant-form .delivery-methods .ant-radio-wrapper {
  color: #fff;
}
.content-theme-dark .block-page-cart-checkout .ant-form .delivery-methods .ant-radio-wrapper-checked {
  background: rgba(255, 255, 255, 0.1);
}
.content-theme-dark .block-page-cart-checkout .ant-form .delivery-tabs.ant-tabs-card .ant-tabs-card-bar .ant-tabs-tab-active {
  color: #fff !important;
}
.content-theme-dark .block-page-cart-checkout .ant-form .ant-form-text {
  color: #fff;
}
.content-theme-dark .block-page-cart-checkout .footer {
  border-top-color: rgba(255, 255, 255, 0.4);
}
.content-theme-dark .block-page-cart-checkout .ant-form .ant-radio-group.payment-method .ant-radio-button-wrapper,
.content-theme-dark .block-page-order-private .ant-form .ant-radio-group.payment-method .ant-radio-button-wrapper {
  outline-color: rgba(255, 255, 255, 0.4);
}
.content-theme-dark .block-page-cart-checkout .ant-form .ant-radio-group.payment-method .ant-radio-button-wrapper:hover,
.content-theme-dark .block-page-order-private .ant-form .ant-radio-group.payment-method .ant-radio-button-wrapper:hover {
  outline-color: #fff;
}
.content-theme-dark .block-page-cart-checkout .ant-form .ant-radio-group.payment-method .ant-radio-button-wrapper .name,
.content-theme-dark .block-page-order-private .ant-form .ant-radio-group.payment-method .ant-radio-button-wrapper .name {
  line-height: 20px;
  position: absolute;
}
.content-theme-dark .block-page-cart-checkout .ant-form .ant-radio-group.payment-method .ant-radio-button-wrapper.yandexKassa-all::after,
.content-theme-dark .block-page-order-private .ant-form .ant-radio-group.payment-method .ant-radio-button-wrapper.yandexKassa-all::after {
  background-image: url('https://st.bmshop.net/common/payment-methods/yookassa-dark.png?v=2');
}
.content-theme-dark .block-page-cart-checkout .ant-form .ant-radio-group.payment-method .ant-radio-button-wrapper.yandexKassa-yandex_money::after,
.content-theme-dark .block-page-order-private .ant-form .ant-radio-group.payment-method .ant-radio-button-wrapper.yandexKassa-yandex_money::after,
.content-theme-dark .block-page-cart-checkout .ant-form .ant-radio-group.payment-method .ant-radio-button-wrapper.robokassa-YandexMoney::after,
.content-theme-dark .block-page-order-private .ant-form .ant-radio-group.payment-method .ant-radio-button-wrapper.robokassa-YandexMoney::after {
  background-image: url('https://st.bmshop.net/common/payment-methods/yandex-dark.png');
}
.content-theme-dark .block-page-cart-checkout .ant-form .ant-radio-group.payment-method .ant-radio-button-wrapper.yandexKassa-tinkoff_bank::after,
.content-theme-dark .block-page-order-private .ant-form .ant-radio-group.payment-method .ant-radio-button-wrapper.yandexKassa-tinkoff_bank::after,
.content-theme-dark .block-page-cart-checkout .ant-form .ant-radio-group.payment-method .ant-radio-button-wrapper.tinkoffCredit::after,
.content-theme-dark .block-page-order-private .ant-form .ant-radio-group.payment-method .ant-radio-button-wrapper.tinkoffCredit::after {
  background-image: url('https://st.bmshop.net/common/payment-methods/tinkoff-dark.png');
}
.content-theme-dark .block-page-cart-checkout .ant-form .ant-radio-group.payment-method .ant-radio-button-wrapper.yandexKassa-qiwi::after,
.content-theme-dark .block-page-order-private .ant-form .ant-radio-group.payment-method .ant-radio-button-wrapper.yandexKassa-qiwi::after,
.content-theme-dark .block-page-cart-checkout .ant-form .ant-radio-group.payment-method .ant-radio-button-wrapper.robokassa-QiwiWallet::after,
.content-theme-dark .block-page-order-private .ant-form .ant-radio-group.payment-method .ant-radio-button-wrapper.robokassa-QiwiWallet::after {
  background-image: url('https://st.bmshop.net/common/payment-methods/qiwi-dark.png');
}
.content-theme-dark .block-page-cart-checkout .ant-form .ant-radio-group.payment-method .ant-radio-button-wrapper.pokupay-credit::after,
.content-theme-dark .block-page-order-private .ant-form .ant-radio-group.payment-method .ant-radio-button-wrapper.pokupay-credit::after {
  background-image: url('https://st.bmshop.net/common/payment-methods/pokupay-dark.png');
}
.content-theme-dark .block-page-cart-checkout .ant-form .ant-radio-group.payment-method .ant-radio-button-wrapper-checked .name,
.content-theme-dark .block-page-order-private .ant-form .ant-radio-group.payment-method .ant-radio-button-wrapper-checked .name {
  color: #fff !important;
}
.content-theme-dark .block-page-cart-success .alert,
.content-theme-dark .block-page-order-private .alert {
  background-color: rgba(255, 255, 255, 0.1);
}
.content-theme-dark .block-page-cart-success .products table thead td,
.content-theme-dark .block-page-order-private .products table thead td {
  border-bottom-color: rgba(255, 255, 255, 0.4);
  color: #fff;
}
.content-theme-dark .block-page-cart-success .products table tbody td,
.content-theme-dark .block-page-order-private .products table tbody td {
  border-bottom-color: rgba(255, 255, 255, 0.4);
}
.content-theme-dark .block-page-blog-section .posts .ant-card-bordered {
  border-color: rgba(255, 255, 255, 0.1);
}
.content-theme-dark .block-page-blog-section .posts .ant-card-body {
  background-color: rgba(255, 255, 255, 0.04);
}
.content-theme-dark .block-page-blog-section .posts .date {
  color: rgba(255, 255, 255, 0.3);
}
.content-theme-dark .block-page-blog-post .date {
  color: rgba(255, 255, 255, 0.3);
}
.content-theme-dark .block-page-reviews .photos .photo {
  border-color: rgba(255, 255, 255, 0.4);
}
.content-theme-dark .block-page-reviews .photos .photo:hover {
  border-color: rgba(255, 255, 255, 0.8);
}
.content-theme-dark .block-page-reviews .answer {
  border-left: 3px solid rgba(255, 255, 255, 0.2);
}
.global-theme-dark .ant-select-dropdown .ant-select-dropdown-menu-item {
  color: #fff;
  background-color: rgba(0, 0, 0, 0.6);
}
.global-theme-dark .ant-select-dropdown .ant-select-dropdown-menu-item-active {
  background-color: rgba(0, 0, 0, 0.4);
}
.global-theme-dark .ant-select-dropdown .ant-select-dropdown-menu-item-disabled {
  color: #ccc;
}
.global-theme-dark .ant-tabs-tab-prev.ant-tabs-tab-arrow-show,
.global-theme-dark .ant-tabs-tab-next.ant-tabs-tab-arrow-show {
  color: #fff;
}
.block-slideshow .carousel {
  position: relative;
  overflow: hidden;
}
.block-slideshow .carousel button {
  background: none;
  border: 0;
  outline: none;
}
.block-slideshow .carousel .carousel__dot-group {
  position: absolute;
  bottom: 20px;
  width: 100%;
  text-align: center;
}
.block-slideshow .carousel .carousel__dot-group .carousel__dot svg .dot {
  fill: #fff;
  stroke: #fff;
}
.block-slideshow .carousel .carousel__dot-group .carousel__dot.carousel__dot--selected svg .dot {
  fill: #000;
}
.block-slideshow .carousel .carousel__back-button,
.block-slideshow .carousel .carousel__next-button {
  position: absolute;
  top: 50%;
  margin-top: -32px;
  color: #fff;
  font-size: 64px;
  line-height: 64px;
  display: none;
}
.block-slideshow .carousel .carousel__back-button svg .circle,
.block-slideshow .carousel .carousel__next-button svg .circle {
  box-shadow: 0 0px 5px rgba(0, 0, 0, 0.15);
}
.block-slideshow .carousel .carousel__back-button svg .arrow,
.block-slideshow .carousel .carousel__next-button svg .arrow {
  stroke: #000;
}
.block-slideshow .carousel .carousel__back-button[disabled] .arrow,
.block-slideshow .carousel .carousel__next-button[disabled] .arrow {
  opacity: 0.33;
}
.block-slideshow .carousel .carousel__back-button {
  left: 10px;
}
.block-slideshow .carousel .carousel__next-button {
  right: 10px;
}
.block-slideshow .carousel.hide-xs .carousel__image {
  background-size: auto 100% !important;
  background-repeat: no-repeat;
  background-position: center;
}
.block-slideshow .carousel:hover .carousel__back-button,
.block-slideshow .carousel:hover .carousel__next-button {
  display: inline-block;
}
.block-triggers .inner {
  padding: 0 20px;
}
.block-triggers .ant-list {
  padding: 20px 0 4px;
}
.block-triggers .ant-list-item.with-link {
  cursor: pointer;
}
.block-triggers .ant-list-item.with-link:hover {
  opacity: 0.85;
}
.block-triggers .ant-list .ant-avatar {
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}
.block-triggers .ant-list .ant-avatar-image,
.block-triggers .ant-list .ant-avatar img {
  height: auto !important;
}
.block-mosaic .inner {
  padding: 20px 0 0;
}
.block-mosaic .ant-row-flex .ant-col {
  margin-bottom: 20px;
  text-align: center;
}
.block-menu .ant-menu-horizontal {
  border-bottom: 0;
}
.block-menu .inner > .ant-row-flex {
  justify-content: space-between;
}
.block-menu .inner.fluid .my-menu-links {
  margin: 0;
}
.block-menu .menu-item-auth {
  line-height: 46px;
  white-space: nowrap;
}
.block-menu .menu-item-auth.links-underline a {
  text-decoration: underline;
}
.block-menu .menu-item-auth.links-underline a:hover {
  text-decoration: none;
}
.block-catalog-menu .ant-menu-horizontal {
  border-bottom: 0;
}
.block-catalog-menu .inner {
  overflow: hidden;
}
.block-catalog-menu .inner.fluid .my-menu-links {
  margin: 0;
}
.block-catalog-menu .menu-item-catalog .anticon {
  vertical-align: -0.035em;
  margin-right: 7px;
}
.block-catalog-menu .menu-item-catalog .my-menu-submenu-arrow {
  display: none;
}
.block-catalog-menu .menu-item-catalog > .my-menu-submenu-title > a {
  padding-right: 0;
  display: block;
}
.block-product-slider .carousel {
  position: relative;
  overflow: hidden;
}
.block-product-slider .carousel .header .title {
  font-size: 22px;
  font-weight: 500;
  padding-bottom: 7px;
  padding-top: 7px;
}
.block-product-slider .carousel .header .buttons {
  text-align: right;
}
.block-product-slider .carousel .carousel__slider--horizontal {
  margin-right: -20px;
}
.block-product-slider .carousel .carousel__inner-slide {
  padding: 10px 20px 10px 0;
}
.block-product-slider .carousel .carousel__inner-slide .price {
  font-size: 15px;
  font-weight: 600;
}
.block-product-slider .carousel .carousel__inner-slide .name {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.block-product-slider .carousel .ant-card {
  cursor: pointer;
}
.block-product-slider .carousel .ant-card-cover {
  position: relative;
}
.block-product-slider .carousel .ant-card-cover .product-img {
  position: relative;
  height: 0;
}
.block-product-slider .carousel .ant-card-cover .product-img:after {
  content: '';
  display: block;
}
.block-product-slider .carousel .ant-card-cover .product-img > .wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  width: 100%;
  height: 100% !important;
  text-align: center;
  overflow: hidden;
}
.block-product-slider .carousel .ant-card-cover .product-img > .wrapper > img {
  height: 100%;
  width: 100%;
  object-fit: contain;
}
.block-product-slider .carousel .ant-card-cover .label-tags {
  position: absolute;
  bottom: 0;
  left: 0;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  align-items: flex-start;
}
.block-product-slider .carousel .ant-card-body {
  padding: 10px 0 0;
}
.block-product-slider .carousel .ant-card-body .price_old {
  font-size: 15px;
  text-decoration: line-through;
  opacity: 0.5;
  margin-left: 10px;
}
.block-product-slider .carousel .ant-card-body .prices {
  display: flex;
  align-items: baseline;
}
.block-product-slider .carousel .ant-card-body .prices .suffix {
  font-size: 14px;
  font-weight: normal;
}
.block-product-slider .carousel .ant-card-body .caption {
  height: 74px;
}
.block-product-slider .carousel .ant-card-body .caption .name {
  font-size: 15px;
  max-height: 44px;
  overflow: hidden;
}
.block-product-slider .carousel .ant-card-body .caption .name .ant-typography {
  margin-bottom: 0;
}
.block-product-slider .carousel .ant-card-body .caption .price {
  font-size: 20px;
  font-weight: 500;
}
.block-product-slider .carousel .centered .caption {
  text-align: center;
}
.block-product-slider .carousel .centered .prices {
  justify-content: center;
}
.block-text p:last-child {
  margin-bottom: 0;
}
.block-product-list .header,
.block-category-list .header {
  font-size: 22px;
  font-weight: 500;
  padding: 20px 0;
}
.block-category-list .categories .ant-col {
  margin-bottom: 40px;
}
.block-category-list .categories .ant-card {
  cursor: pointer;
}
.block-category-list .categories .ant-card .ant-card-cover .category-img {
  overflow: hidden;
}
.block-category-list .categories .ant-card .ant-card-cover .empty-img {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 5vw;
}
.block-category-list .categories .ant-card .ant-card-cover .empty-img:after {
  content: '';
  display: block;
  padding-bottom: 100%;
}
.block-category-list .categories .ant-card .ant-card-body {
  padding: 10px 0 0;
}
.block-category-list .categories .ant-card .ant-card-body .name {
  font-size: 16px;
  /*white-space: nowrap;text-overflow: ellipsis;overflow: hidden;*/
}
.block-category-list .categories .ant-card .ant-card-body ul {
  padding-left: 0;
  margin-top: 5px;
  margin-bottom: 0;
}
.block-category-list .categories .ant-card .ant-card-body ul li {
  list-style: none;
}
.block-category-list .categories.without-children .name {
  text-align: center;
}
.block-header .dummy,
.block-footer .dummy {
  min-height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #eee;
  margin: 20px 0;
}
.block-header .cell,
.block-footer .cell {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.block-header .cell.cell-left,
.block-footer .cell.cell-left {
  justify-content: flex-start;
}
.block-header .cell.cell-right,
.block-footer .cell.cell-right {
  justify-content: flex-end;
}
.block-header .cell-social a + a,
.block-footer .cell-social a + a {
  margin-left: 10px;
}
.block-header .cell-social .anticon,
.block-footer .cell-social .anticon {
  font-size: 36px;
  vertical-align: -0.25em;
}
.block-header .cell-cart .anticon,
.block-footer .cell-cart .anticon,
.block-header .cell-mobileCart .anticon,
.block-footer .cell-mobileCart .anticon {
  font-size: 32px;
  cursor: pointer;
}
.block-header .cell-cart .anticon + .anticon,
.block-footer .cell-cart .anticon + .anticon,
.block-header .cell-mobileCart .anticon + .anticon,
.block-footer .cell-mobileCart .anticon + .anticon {
  margin-left: 10px;
}
.block-header .cell-cart .ant-badge + .ant-badge,
.block-footer .cell-cart .ant-badge + .ant-badge,
.block-header .cell-mobileCart .ant-badge + .ant-badge,
.block-footer .cell-mobileCart .ant-badge + .ant-badge {
  margin-left: 20px;
}
.block-header .cell-cart .ant-badge-count,
.block-footer .cell-cart .ant-badge-count,
.block-header .cell-mobileCart .ant-badge-count,
.block-footer .cell-mobileCart .ant-badge-count {
  box-shadow: none;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
}
.block-header .cell-phone .phone,
.block-footer .cell-phone .phone {
  font-size: 20px;
  cursor: pointer;
  white-space: nowrap;
}
.block-header .cell-phone .phone:hover,
.block-footer .cell-phone .phone:hover {
  opacity: 0.7;
}
.block-header .cell-phone .phone .anticon-down,
.block-footer .cell-phone .phone .anticon-down {
  font-size: 9px;
  vertical-align: 0.2em;
  margin-left: 5px;
}
.block-header .cell-phone .call-order a,
.block-footer .cell-phone .call-order a {
  font-size: 13px;
  line-height: 16px;
}
.block-header .cell-phone .call-order .ant-btn-sm,
.block-footer .cell-phone .call-order .ant-btn-sm {
  height: 24px;
  padding: 0 12px;
  margin-top: 5px;
}
.block-header .cell-phone .call-order .phone:hover,
.block-footer .cell-phone .call-order .phone:hover {
  opacity: 0.7;
}
.block-header .cell-phone .text,
.block-footer .cell-phone .text {
  font-size: 12px;
  line-height: 15px;
}
.block-header .cell-phone.cell-left,
.block-footer .cell-phone.cell-left {
  text-align: left;
}
.block-header .cell-phone.cell-center,
.block-footer .cell-phone.cell-center {
  text-align: center;
}
.block-header .cell-phone.cell-right,
.block-footer .cell-phone.cell-right {
  text-align: right;
}
.block-header .cell-logo,
.block-footer .cell-logo {
  user-select: none;
  -webkit-user-select: none;
}
.block-header .cell-logo > a,
.block-footer .cell-logo > a {
  flex-grow: 1;
}
.block-header .cell-logo img,
.block-footer .cell-logo img {
  cursor: pointer;
}
.block-header .cell-logo.cell-left a,
.block-footer .cell-logo.cell-left a {
  text-align: left;
}
.block-header .cell-logo.cell-center a,
.block-footer .cell-logo.cell-center a {
  text-align: center;
}
.block-header .cell-logo.cell-right a,
.block-footer .cell-logo.cell-right a {
  text-align: right;
}
.block-header .cell-search .ant-select-auto-complete,
.block-footer .cell-search .ant-select-auto-complete {
  width: 100%;
}
.block-header .cell-search .ant-select-auto-complete .ant-input,
.block-footer .cell-search .ant-select-auto-complete .ant-input {
  height: 36px;
}
.block-header .cell-links ul,
.block-footer .cell-links ul {
  padding-left: 0;
  margin-bottom: 0;
}
.block-header .cell-links ul li,
.block-footer .cell-links ul li {
  list-style-type: none;
}
.block-header .cell-links.cell-center ul,
.block-footer .cell-links.cell-center ul {
  text-align: center;
}
.block-header .cell-mobileMenu .anticon,
.block-footer .cell-mobileMenu .anticon {
  font-size: 32px;
  cursor: pointer;
}
.block-header .cell-mobileMenu .ant-badge + .ant-badge,
.block-footer .cell-mobileMenu .ant-badge + .ant-badge {
  margin-left: 20px;
}
.block-header .cell-mobileMenu .ant-badge-count,
.block-footer .cell-mobileMenu .ant-badge-count {
  box-shadow: none;
}
.block-header .cell-mobileSearch .anticon,
.block-footer .cell-mobileSearch .anticon,
.block-header .cell-mobilePhone .anticon,
.block-footer .cell-mobilePhone .anticon {
  font-size: 32px;
  cursor: pointer;
}
.block-header .mobile-search-container,
.block-footer .mobile-search-container {
  margin-top: 20px;
}
.block-header .ant-col-md-24,
.block-footer .ant-col-md-24 {
  margin-top: 20px;
}
.block-copyright {
  font-size: 13px;
}
.block-copyright .outer {
  padding-bottom: 20px;
}
.block-copyright .inner {
  display: flex;
  justify-content: space-between;
  border-top: 1px solid #eee;
  padding-top: 7px;
}
.block-copyright .links {
  list-style: none;
  margin-bottom: 0;
}
.block-copyright .links li {
  display: inline;
}
.block-copyright .links li + li {
  margin-left: 15px;
}
.block-copyright .bmshop {
  flex-grow: 2;
  text-align: right;
}
.block-empty {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: auto;
}
.block-empty .anticon {
  font-size: 120px;
  color: #999;
  margin-bottom: 30px;
}
.block-html .embed > iframe {
  width: 1px;
  min-width: 100%;
  height: 0px;
  border: 0;
  transition: height 1s;
}
.block-feedback .outer {
  padding-bottom: 20px;
}
.block-feedback .ant-form {
  max-width: 600px;
}
.block-feedback .ant-form-item {
  margin-bottom: 5px;
}
.block-feedback .ant-form-item-agree {
  margin-bottom: 7px;
}
.block-feedback .ant-form-item-agree .ant-form-item-label {
  line-height: 0;
}
.block-feedback .ant-form-item-agree .ant-form-item-control {
  line-height: 20px;
}
.block-feedback .ant-form-item-agree .ant-form-item-required::after {
  content: '';
}
.block-page {
  padding: 20px;
}
.block-page h1.ant-typography {
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 2em;
  font-weight: 500;
}
.block-page .side > .ant-card {
  margin-bottom: 40px;
  background: none;
}
.block-page-loading {
  min-height: 100px;
  position: relative;
}
.block-page-loading .ant-spin {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
}
.block-page-loading .ant-spin i {
  font-size: 32px;
  width: 32px;
  height: 32px;
}
.block-page .ant-breadcrumb {
  margin-top: -5px;
}
.block-page-catalog .categories,
.block-page-category .categories,
.block-category-list .categories {
  padding-bottom: 20px;
}
.block-page-catalog .categories .ant-col,
.block-page-category .categories .ant-col,
.block-category-list .categories .ant-col {
  margin-bottom: 40px;
}
.block-page-catalog .categories .ant-card,
.block-page-category .categories .ant-card,
.block-category-list .categories .ant-card {
  cursor: pointer;
}
.block-page-catalog .categories .ant-card .ant-card-cover .category-img,
.block-page-category .categories .ant-card .ant-card-cover .category-img,
.block-category-list .categories .ant-card .ant-card-cover .category-img {
  overflow: hidden;
}
.block-page-catalog .categories .ant-card .ant-card-cover .empty-img,
.block-page-category .categories .ant-card .ant-card-cover .empty-img,
.block-category-list .categories .ant-card .ant-card-cover .empty-img {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 7vw;
}
.block-page-catalog .categories .ant-card .ant-card-cover .empty-img:after,
.block-page-category .categories .ant-card .ant-card-cover .empty-img:after,
.block-category-list .categories .ant-card .ant-card-cover .empty-img:after {
  content: '';
  display: block;
  padding-bottom: 100%;
}
.block-page-catalog .categories .ant-card .ant-card-body,
.block-page-category .categories .ant-card .ant-card-body,
.block-category-list .categories .ant-card .ant-card-body {
  padding: 10px 0 0;
}
.block-page-catalog .categories .ant-card .ant-card-body .name,
.block-page-category .categories .ant-card .ant-card-body .name,
.block-category-list .categories .ant-card .ant-card-body .name {
  font-size: 16px;
  /*white-space: nowrap;text-overflow: ellipsis;overflow: hidden;*/
}
.block-page-catalog .categories .ant-card .ant-card-body ul,
.block-page-category .categories .ant-card .ant-card-body ul,
.block-category-list .categories .ant-card .ant-card-body ul {
  padding-left: 0;
  margin-top: 5px;
  margin-bottom: 0;
}
.block-page-catalog .categories .ant-card .ant-card-body ul li,
.block-page-category .categories .ant-card .ant-card-body ul li,
.block-category-list .categories .ant-card .ant-card-body ul li {
  list-style: none;
}
.block-page-catalog .categories.centered .ant-card-body,
.block-page-category .categories.centered .ant-card-body,
.block-category-list .categories.centered .ant-card-body {
  text-align: center;
}
.block-page-catalog .categories .ant-col-lg-4 .ant-card-cover .empty-img,
.block-page-category .categories .ant-col-lg-4 .ant-card-cover .empty-img,
.block-category-list .categories .ant-col-lg-4 .ant-card-cover .empty-img {
  font-size: 4vw;
}
.block-page-category .sort,
.block-page-search .sort,
.block-page-favorites .sort,
.block-product-list .sort {
  margin-bottom: 20px;
}
.block-page-category .sort a,
.block-page-search .sort a,
.block-page-favorites .sort a,
.block-product-list .sort a {
  margin-left: 15px;
  border-bottom: 1px dashed #4580B2;
}
.block-page-category .sort a.active,
.block-page-search .sort a.active,
.block-page-favorites .sort a.active,
.block-product-list .sort a.active {
  border-bottom: 0;
  font-weight: bold;
}
.block-page-category .products,
.block-page-search .products,
.block-page-favorites .products,
.block-product-list .products {
  margin-left: -20px;
  margin-right: -20px;
  margin-bottom: 20px;
  position: relative;
  min-height: 100px;
}
.block-page-category .products > .ant-row-flex > .ant-col,
.block-page-search .products > .ant-row-flex > .ant-col,
.block-page-favorites .products > .ant-row-flex > .ant-col,
.block-product-list .products > .ant-row-flex > .ant-col {
  margin-bottom: 4px;
  position: relative;
  overflow: visible;
}
.block-page-category .products .product-wrapper,
.block-page-search .products .product-wrapper,
.block-page-favorites .products .product-wrapper,
.block-product-list .products .product-wrapper {
  position: relative;
}
.block-page-category .products .ant-card,
.block-page-search .products .ant-card,
.block-page-favorites .products .ant-card,
.block-product-list .products .ant-card {
  padding: 20px;
}
.block-page-category .products .ant-card .ant-card-cover,
.block-page-search .products .ant-card .ant-card-cover,
.block-page-favorites .products .ant-card .ant-card-cover,
.block-product-list .products .ant-card .ant-card-cover {
  position: relative;
}
.block-page-category .products .ant-card .ant-card-cover .label-tags,
.block-page-search .products .ant-card .ant-card-cover .label-tags,
.block-page-favorites .products .ant-card .ant-card-cover .label-tags,
.block-product-list .products .ant-card .ant-card-cover .label-tags {
  position: absolute;
  bottom: 0;
  left: 0;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  align-items: flex-start;
}
.block-page-category .products .ant-card .ant-card-body,
.block-page-search .products .ant-card .ant-card-body,
.block-page-favorites .products .ant-card .ant-card-body,
.block-product-list .products .ant-card .ant-card-body {
  padding: 10px 0 0;
}
.block-page-category .products .ant-card .ant-card-body .price_old,
.block-page-search .products .ant-card .ant-card-body .price_old,
.block-page-favorites .products .ant-card .ant-card-body .price_old,
.block-product-list .products .ant-card .ant-card-body .price_old {
  font-size: 15px;
  text-decoration: line-through;
  opacity: 0.5;
  margin-left: 10px;
}
.block-page-category .products .ant-card .ant-card-body .prices,
.block-page-search .products .ant-card .ant-card-body .prices,
.block-page-favorites .products .ant-card .ant-card-body .prices,
.block-product-list .products .ant-card .ant-card-body .prices {
  display: flex;
  align-items: baseline;
}
.block-page-category .products .ant-card .ant-card-body .prices .suffix,
.block-page-search .products .ant-card .ant-card-body .prices .suffix,
.block-page-favorites .products .ant-card .ant-card-body .prices .suffix,
.block-product-list .products .ant-card .ant-card-body .prices .suffix {
  font-size: 14px;
  font-weight: normal;
}
.block-page-category .products .ant-card .ant-card-body .caption,
.block-page-search .products .ant-card .ant-card-body .caption,
.block-page-favorites .products .ant-card .ant-card-body .caption,
.block-product-list .products .ant-card .ant-card-body .caption {
  height: 74px;
}
.block-page-category .products .ant-card .ant-card-body .caption .name,
.block-page-search .products .ant-card .ant-card-body .caption .name,
.block-page-favorites .products .ant-card .ant-card-body .caption .name,
.block-product-list .products .ant-card .ant-card-body .caption .name {
  font-size: 15px;
  max-height: 44px;
  overflow: hidden;
}
.block-page-category .products .ant-card .ant-card-body .caption .name .ant-typography,
.block-page-search .products .ant-card .ant-card-body .caption .name .ant-typography,
.block-page-favorites .products .ant-card .ant-card-body .caption .name .ant-typography,
.block-product-list .products .ant-card .ant-card-body .caption .name .ant-typography {
  margin-bottom: 0;
}
.block-page-category .products .ant-card .ant-card-body .caption .price,
.block-page-search .products .ant-card .ant-card-body .caption .price,
.block-page-favorites .products .ant-card .ant-card-body .caption .price,
.block-product-list .products .ant-card .ant-card-body .caption .price {
  font-size: 20px;
  font-weight: 500;
}
.block-page-category .products .ant-card .ant-card-body .caption .price_old,
.block-page-search .products .ant-card .ant-card-body .caption .price_old,
.block-page-favorites .products .ant-card .ant-card-body .caption .price_old,
.block-product-list .products .ant-card .ant-card-body .caption .price_old {
  display: none;
}
.block-page-category .products .ant-card .actions-corner,
.block-page-search .products .ant-card .actions-corner,
.block-page-favorites .products .ant-card .actions-corner,
.block-product-list .products .ant-card .actions-corner {
  position: absolute;
  top: 10px;
  right: 10px;
}
.block-page-category .products .ant-card .actions-corner .ant-btn,
.block-page-search .products .ant-card .actions-corner .ant-btn,
.block-page-favorites .products .ant-card .actions-corner .ant-btn,
.block-product-list .products .ant-card .actions-corner .ant-btn {
  height: 30px;
  padding: 0 10px;
}
.block-page-category .products .ant-card .actions-corner .anticon-heart,
.block-page-search .products .ant-card .actions-corner .anticon-heart,
.block-page-favorites .products .ant-card .actions-corner .anticon-heart,
.block-product-list .products .ant-card .actions-corner .anticon-heart {
  color: red;
}
.block-page-category .products .ant-card .btn-cart,
.block-page-search .products .ant-card .btn-cart,
.block-page-favorites .products .ant-card .btn-cart,
.block-product-list .products .ant-card .btn-cart,
.block-page-category .products .ant-card .btns-fav-compare,
.block-page-search .products .ant-card .btns-fav-compare,
.block-page-favorites .products .ant-card .btns-fav-compare,
.block-product-list .products .ant-card .btns-fav-compare {
  display: none;
}
.block-page-category .products .ant-card:hover,
.block-page-search .products .ant-card:hover,
.block-page-favorites .products .ant-card:hover,
.block-product-list .products .ant-card:hover {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 10;
}
.block-page-category .products .ant-card:hover .btn-cart,
.block-page-search .products .ant-card:hover .btn-cart,
.block-page-favorites .products .ant-card:hover .btn-cart,
.block-product-list .products .ant-card:hover .btn-cart {
  display: block;
  margin-top: 10px;
}
.block-page-category .products .ant-card:hover .btns-fav-compare,
.block-page-search .products .ant-card:hover .btns-fav-compare,
.block-page-favorites .products .ant-card:hover .btns-fav-compare,
.block-product-list .products .ant-card:hover .btns-fav-compare {
  display: block;
  position: absolute;
  top: 20px;
  right: 20px;
  width: 46px;
}
.block-page-category .products .ant-card:hover .btns-fav-compare .ant-btn + .ant-btn,
.block-page-search .products .ant-card:hover .btns-fav-compare .ant-btn + .ant-btn,
.block-page-favorites .products .ant-card:hover .btns-fav-compare .ant-btn + .ant-btn,
.block-product-list .products .ant-card:hover .btns-fav-compare .ant-btn + .ant-btn {
  margin-left: 0;
  margin-top: 7px;
}
.block-page-category .products .ant-card:hover .caption,
.block-page-search .products .ant-card:hover .caption,
.block-page-favorites .products .ant-card:hover .caption,
.block-product-list .products .ant-card:hover .caption {
  height: auto;
}
.block-page-category .products .ant-card:hover .caption .name,
.block-page-search .products .ant-card:hover .caption .name,
.block-page-favorites .products .ant-card:hover .caption .name,
.block-product-list .products .ant-card:hover .caption .name {
  max-height: none;
}
.block-page-category .products .ant-card:hover .caption .name .ant-typography-ellipsis-multiple-line,
.block-page-search .products .ant-card:hover .caption .name .ant-typography-ellipsis-multiple-line,
.block-page-favorites .products .ant-card:hover .caption .name .ant-typography-ellipsis-multiple-line,
.block-product-list .products .ant-card:hover .caption .name .ant-typography-ellipsis-multiple-line {
  -webkit-line-clamp: 5 !important;
}
.block-page-category .products .ant-card:hover .caption .price_old,
.block-page-search .products .ant-card:hover .caption .price_old,
.block-page-favorites .products .ant-card:hover .caption .price_old,
.block-product-list .products .ant-card:hover .caption .price_old {
  display: inline-block;
}
.block-page-category .products .ant-card.unlisted,
.block-page-search .products .ant-card.unlisted,
.block-page-favorites .products .ant-card.unlisted,
.block-product-list .products .ant-card.unlisted {
  opacity: 0.5;
}
.block-page-category .products .ant-card .btn-cart-plus-minus .ant-row-flex,
.block-page-search .products .ant-card .btn-cart-plus-minus .ant-row-flex,
.block-page-favorites .products .ant-card .btn-cart-plus-minus .ant-row-flex,
.block-product-list .products .ant-card .btn-cart-plus-minus .ant-row-flex {
  flex-wrap: nowrap;
}
.block-page-category .products .ant-card .btn-cart-plus-minus .ant-row-flex .ant-col span,
.block-page-search .products .ant-card .btn-cart-plus-minus .ant-row-flex .ant-col span,
.block-page-favorites .products .ant-card .btn-cart-plus-minus .ant-row-flex .ant-col span,
.block-product-list .products .ant-card .btn-cart-plus-minus .ant-row-flex .ant-col span {
  white-space: nowrap;
}
.block-page-category .products .ant-card .btn-cart-plus-minus .anticon,
.block-page-search .products .ant-card .btn-cart-plus-minus .anticon,
.block-page-favorites .products .ant-card .btn-cart-plus-minus .anticon,
.block-product-list .products .ant-card .btn-cart-plus-minus .anticon {
  display: block !important;
}
.block-page-category .products .ant-spin i,
.block-page-search .products .ant-spin i,
.block-page-favorites .products .ant-spin i,
.block-product-list .products .ant-spin i {
  font-size: 32px;
  width: 32px;
  height: 32px;
}
.block-page-category .products .no_products,
.block-page-search .products .no_products,
.block-page-favorites .products .no_products,
.block-product-list .products .no_products {
  padding: 0 20px;
}
.block-page-category .side .catalog-tree .tree,
.block-page-search .side .catalog-tree .tree,
.block-page-favorites .side .catalog-tree .tree,
.block-product-list .side .catalog-tree .tree {
  padding-left: 0;
  margin-bottom: 0;
}
.block-page-category .side .catalog-tree .tree ul,
.block-page-search .side .catalog-tree .tree ul,
.block-page-favorites .side .catalog-tree .tree ul,
.block-product-list .side .catalog-tree .tree ul {
  padding-left: 25px;
}
.block-page-category .side .catalog-tree .tree li,
.block-page-search .side .catalog-tree .tree li,
.block-page-favorites .side .catalog-tree .tree li,
.block-product-list .side .catalog-tree .tree li {
  list-style: none;
  margin: 4px 0;
}
.block-page-category .side .catalog-tree .tree li .active,
.block-page-search .side .catalog-tree .tree li .active,
.block-page-favorites .side .catalog-tree .tree li .active,
.block-product-list .side .catalog-tree .tree li .active {
  font-weight: bold;
}
.block-page-category .side .ant-card .ant-card-head,
.block-page-search .side .ant-card .ant-card-head,
.block-page-favorites .side .ant-card .ant-card-head,
.block-product-list .side .ant-card .ant-card-head {
  border-bottom: 0;
  font-weight: bold;
}
.block-page-category .side .ant-card .ant-card-body,
.block-page-search .side .ant-card .ant-card-body,
.block-page-favorites .side .ant-card .ant-card-body,
.block-product-list .side .ant-card .ant-card-body {
  padding-top: 0;
}
.block-page-category .side .catalog-filter,
.block-page-search .side .catalog-filter,
.block-page-favorites .side .catalog-filter,
.block-product-list .side .catalog-filter {
  margin-bottom: 40px;
}
.block-page-category .side .catalog-filter:empty,
.block-page-search .side .catalog-filter:empty,
.block-page-favorites .side .catalog-filter:empty,
.block-product-list .side .catalog-filter:empty {
  margin-bottom: 0;
}
.block-page-category .side .catalog-filter .ant-checkbox-group .ant-checkbox-wrapper,
.block-page-search .side .catalog-filter .ant-checkbox-group .ant-checkbox-wrapper,
.block-page-favorites .side .catalog-filter .ant-checkbox-group .ant-checkbox-wrapper,
.block-product-list .side .catalog-filter .ant-checkbox-group .ant-checkbox-wrapper {
  margin: 0 0 10px;
}
.block-page-category .side .catalog-filter .ant-card + .ant-card,
.block-page-search .side .catalog-filter .ant-card + .ant-card,
.block-page-favorites .side .catalog-filter .ant-card + .ant-card,
.block-product-list .side .catalog-filter .ant-card + .ant-card {
  border-top: 0;
  margin-top: 0 !important;
}
.block-page-category .side .catalog-filter .ant-card,
.block-page-search .side .catalog-filter .ant-card,
.block-page-favorites .side .catalog-filter .ant-card,
.block-product-list .side .catalog-filter .ant-card,
.block-page-category .side .catalog-filter .ant-card-head,
.block-page-search .side .catalog-filter .ant-card-head,
.block-page-favorites .side .catalog-filter .ant-card-head,
.block-product-list .side .catalog-filter .ant-card-head,
.block-page-category .side .catalog-filter .ant-card-body,
.block-page-search .side .catalog-filter .ant-card-body,
.block-page-favorites .side .catalog-filter .ant-card-body,
.block-product-list .side .catalog-filter .ant-card-body {
  border-radius: 0;
}
.block-page-category .side .catalog-filter .ant-card:first-child,
.block-page-search .side .catalog-filter .ant-card:first-child,
.block-page-favorites .side .catalog-filter .ant-card:first-child,
.block-product-list .side .catalog-filter .ant-card:first-child {
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
}
.block-page-category .side .catalog-filter .ant-card:last-child,
.block-page-search .side .catalog-filter .ant-card:last-child,
.block-page-favorites .side .catalog-filter .ant-card:last-child,
.block-product-list .side .catalog-filter .ant-card:last-child {
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
}
.block-page-category .side .catalog-filter .ant-card-head,
.block-page-search .side .catalog-filter .ant-card-head,
.block-page-favorites .side .catalog-filter .ant-card-head,
.block-product-list .side .catalog-filter .ant-card-head {
  margin-bottom: 0;
}
.block-page-category .side .catalog-filter .ant-card-head-title,
.block-page-search .side .catalog-filter .ant-card-head-title,
.block-page-favorites .side .catalog-filter .ant-card-head-title,
.block-product-list .side .catalog-filter .ant-card-head-title {
  white-space: normal;
}
.block-page-category .side .catalog-filter .ant-card-head-wrapper,
.block-page-search .side .catalog-filter .ant-card-head-wrapper,
.block-page-favorites .side .catalog-filter .ant-card-head-wrapper,
.block-product-list .side .catalog-filter .ant-card-head-wrapper {
  align-items: flex-start;
}
.block-page-category .side .catalog-filter .ant-card .ant-card-extra .anticon-down,
.block-page-search .side .catalog-filter .ant-card .ant-card-extra .anticon-down,
.block-page-favorites .side .catalog-filter .ant-card .ant-card-extra .anticon-down,
.block-product-list .side .catalog-filter .ant-card .ant-card-extra .anticon-down {
  padding: 10px;
  margin: -10px;
  color: #999;
}
.block-page-category .side .catalog-filter .ant-card .ant-card-extra svg,
.block-page-search .side .catalog-filter .ant-card .ant-card-extra svg,
.block-page-favorites .side .catalog-filter .ant-card .ant-card-extra svg,
.block-product-list .side .catalog-filter .ant-card .ant-card-extra svg {
  transition: transform 0.3s;
}
.block-page-category .side .catalog-filter .ant-card.collapsed .ant-card-extra svg,
.block-page-search .side .catalog-filter .ant-card.collapsed .ant-card-extra svg,
.block-page-favorites .side .catalog-filter .ant-card.collapsed .ant-card-extra svg,
.block-product-list .side .catalog-filter .ant-card.collapsed .ant-card-extra svg {
  transform: rotate(180deg);
}
.block-page-category .side .catalog-filter .ant-card.collapsed .ant-card-head,
.block-page-search .side .catalog-filter .ant-card.collapsed .ant-card-head,
.block-page-favorites .side .catalog-filter .ant-card.collapsed .ant-card-head,
.block-product-list .side .catalog-filter .ant-card.collapsed .ant-card-head {
  background-color: #f9f9f9;
}
.block-page-category .side .catalog-filter .ant-card.collapsed .ant-card-body,
.block-page-search .side .catalog-filter .ant-card.collapsed .ant-card-body,
.block-page-favorites .side .catalog-filter .ant-card.collapsed .ant-card-body,
.block-product-list .side .catalog-filter .ant-card.collapsed .ant-card-body {
  display: none;
}
.block-page-category .side .catalog-filter .ant-card-body,
.block-page-search .side .catalog-filter .ant-card-body,
.block-page-favorites .side .catalog-filter .ant-card-body,
.block-product-list .side .catalog-filter .ant-card-body {
  padding-bottom: 14px;
}
.block-page-category .side .catalog-filter .ant-card + .ant-card,
.block-page-search .side .catalog-filter .ant-card + .ant-card,
.block-page-favorites .side .catalog-filter .ant-card + .ant-card,
.block-product-list .side .catalog-filter .ant-card + .ant-card {
  margin-top: -1px;
}
.block-page-category .side .catalog-filter .ant-slider-handle,
.block-page-search .side .catalog-filter .ant-slider-handle,
.block-page-favorites .side .catalog-filter .ant-slider-handle,
.block-product-list .side .catalog-filter .ant-slider-handle {
  width: 20px;
  height: 20px;
  margin-top: -8px;
  border: 0;
}
.block-page-category .side .catalog-filter .inputs,
.block-page-search .side .catalog-filter .inputs,
.block-page-favorites .side .catalog-filter .inputs,
.block-product-list .side .catalog-filter .inputs {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 15px;
  margin-bottom: 10px;
}
.block-page-category .side .catalog-filter .clear-filter,
.block-page-search .side .catalog-filter .clear-filter,
.block-page-favorites .side .catalog-filter .clear-filter,
.block-product-list .side .catalog-filter .clear-filter {
  display: block;
  text-align: center;
  margin-top: 5px;
}
.block-page-category .text-above,
.block-page-search .text-above,
.block-page-favorites .text-above,
.block-product-list .text-above {
  margin-bottom: 20px;
}
.block-page-category .text-below,
.block-page-search .text-below,
.block-page-favorites .text-below,
.block-product-list .text-below {
  margin-top: 20px;
}
.block-page-category .sort-filter-btns,
.block-page-search .sort-filter-btns,
.block-page-favorites .sort-filter-btns,
.block-product-list .sort-filter-btns {
  margin: 16px 0 24px;
}
.block-page-category .categories.compact .ant-col {
  margin-bottom: 0;
}
.block-page-category .categories.compact .ant-card {
  margin-bottom: 20px;
}
.block-page-category .categories.compact .ant-card-body {
  display: flex;
  align-items: center;
  padding: 5px;
  height: 70px;
  overflow: hidden;
}
.block-page-category .categories.compact .ant-card-body .img {
  width: 60px;
}
.block-page-category .categories.compact .ant-card-body .img img {
  max-width: 60px;
  max-height: 60px;
}
.block-page-category .categories.compact .ant-card-body .name {
  flex-grow: 2;
  padding: 0 20px;
  font-size: 14px;
  white-space: normal;
}
.block-page-category .categories.compact .ant-card-body .name a {
  font-weight: 500;
}
.block-page-compare .ant-card {
  width: 180px;
  margin-bottom: 20px;
}
.block-page-compare .ant-card-cover {
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.block-page-compare .ant-card-cover img {
  width: auto;
}
.block-page-compare .ant-card-cover .product-img {
  overflow: hidden;
}
.block-page-compare .ant-card-body {
  padding: 20px 0 0;
}
.block-page-compare .ant-card-body .name {
  font-size: 15px;
  height: 44px;
}
.block-page-compare .ant-card-body .price {
  font-size: 17px;
  font-weight: 500;
}
.block-page-compare .ant-card-body .caption {
  margin-bottom: 10px;
  min-height: 47px;
}
.block-page-compare .ant-card-body .ant-btn {
  height: 30px;
}
.block-page-compare .ant-card .actions-corner {
  position: absolute;
  top: 0;
  right: 0;
}
.block-page-compare .ant-card .actions-corner .ant-btn {
  height: 30px;
  padding: 0 10px;
}
.block-page-compare .ant-card .btn-cart-plus-minus .ant-row-flex {
  justify-content: space-between;
  flex-wrap: nowrap;
}
.block-page-compare .ant-card .btn-cart-plus-minus .ant-row-flex .ant-col span {
  white-space: nowrap;
}
.block-page-compare .ant-card .btn-cart-plus-minus .anticon {
  display: block !important;
}
.block-page-compare .ant-spin i {
  font-size: 32px;
  width: 32px;
  height: 32px;
}
.block-page-compare .products {
  overflow-x: auto;
}
.block-page-compare .products table {
  margin-bottom: 20px;
}
.block-page-compare .products table td {
  width: 200px;
  padding: 5px 10px;
}
.ant-select-dropdown .search-result {
  padding: 0px;
  background-color: #fff !important;
  color: #000 !important;
}
.ant-select-dropdown .search-result:hover,
.ant-select-dropdown .search-result.ant-select-dropdown-menu-item-active {
  background-color: #EAF5FF !important;
}
.ant-select-dropdown .search-result .ant-list-item-meta .ant-list-item-meta-avatar {
  width: 50px;
  margin-right: 0px;
  padding: 7px;
}
.ant-select-dropdown .search-result .ant-list-item-meta .ant-list-item-meta-avatar .product-img {
  font-size: 24px;
}
.ant-select-dropdown .search-result .ant-list-item-meta .ant-list-item-meta-content {
  border-bottom: 1px solid #E5E5E5;
  padding: 7px;
  padding-left: 3px;
}
.ant-select-dropdown .search-result .ant-list-item-meta .ant-list-item-meta-content .ant-list-item-meta-title {
  margin-bottom: 0;
  font-weight: normal;
}
.ant-select-dropdown .search-result .ant-list-item-meta .ant-list-item-meta-content .ant-list-item-meta-description {
  line-height: 14px;
  font-size: 13px;
}
.ant-select-dropdown .search-result .ant-list-item-meta .ant-list-item-meta-content .ant-list-item-meta-description .price {
  color: #000;
}
.ant-select-dropdown .search-result .ant-list-item-meta .ant-list-item-meta-content .ant-list-item-meta-description .type {
  color: #A5A5A5;
}
.ant-select-dropdown .search-result .ant-list-item-meta.text {
  margin-left: 50px;
}
.block-page-product .ant-breadcrumb {
  margin-bottom: 25px;
}
.block-page-product h1.ant-typography {
  margin-top: 0;
  margin-bottom: 10px;
}
.block-page-product .buttons .ant-btn {
  height: 30px;
}
.block-page-product .buttons .ant-btn + .ant-btn {
  margin-left: 7px;
}
.block-page-product .head {
  margin-bottom: 20px;
}
.block-page-product .brief {
  margin-bottom: 15px;
}
.block-page-product .img {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 10vw;
  overflow: hidden;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}
.block-page-product .img:after {
  content: '';
  display: block;
  padding-bottom: 100%;
}
.block-page-product .label-tags {
  margin-bottom: 10px;
  display: flex;
  flex-wrap: wrap;
}
.block-page-product .img-magnify > img {
  width: auto !important;
  max-height: 512px;
}
.block-page-product .img-magnify-enlarged {
  z-index: 5;
}
.block-page-product .img-magnify-enlarged img {
  max-width: none;
}
.block-page-product .img-magnify-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
}
.block-page-product .img-magnify-wrapper:after {
  content: '';
  display: block;
  padding-bottom: 100%;
}
.block-page-product .head .carousel {
  position: relative;
}
.block-page-product .head .carousel .carousel__slide.selected {
  border-radius: 3px;
}
.block-page-product .head .carousel .carousel__inner-slide {
  padding: 5px;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}
.block-page-product .head .carousel .carousel__inner-slide .carousel__image {
  height: auto !important;
  width: auto !important;
  max-height: 100%;
  max-width: 100%;
}
.block-page-product .head .carousel .carousel__back-button,
.block-page-product .head .carousel .carousel__next-button {
  position: absolute;
  top: 50%;
  margin-top: -18px;
  padding: 0 5px;
}
.block-page-product .head .carousel .carousel__back-button[disabled],
.block-page-product .head .carousel .carousel__next-button[disabled] {
  opacity: 0.5;
  background: none;
}
.block-page-product .head .carousel .carousel__back-button {
  left: -25px;
}
.block-page-product .head .carousel .carousel__next-button {
  right: -25px;
}
.block-page-product .head .carousel .ant-btn-link {
  background-color: transparent;
  color: #000;
}
.block-page-product .head .carousel .ant-btn-link:hover,
.block-page-product .head .carousel .ant-btn-link:focus {
  background-color: transparent;
}
.block-page-product .head .carousel-small {
  margin-top: 20px;
}
.block-page-product .rate-wrapper {
  margin-top: -5px;
  cursor: pointer;
}
.block-page-product .rate-wrapper:hover .ant-rate-text {
  text-decoration: underline;
}
.block-page-product .ant-rate {
  font-size: 16px;
  white-space: nowrap;
  margin-bottom: 10px;
}
.block-page-product .ant-rate .ant-rate-star {
  margin-right: 4px;
}
.block-page-product .side .ant-card .ant-card-body {
  padding-top: 24px;
}
.block-page-product .side .prices {
  margin-bottom: 25px;
}
.block-page-product .side .prices .from {
  font-size: 24px;
  margin-right: 10px;
}
.block-page-product .side .price {
  font-size: 30px;
  font-weight: bold;
}
.block-page-product .side .price_old {
  font-size: 16px;
  text-decoration: line-through;
  line-height: 16px;
}
.block-page-product .side .price_diff {
  font-size: 14px;
}
.block-page-product .side .price-credit {
  margin-top: 10px;
  background-color: rgba(0, 0, 0, 0.03);
  padding: 5px 10px;
  border-radius: 2px;
}
.block-page-product .side .price-credit .anticon-question-circle {
  margin-left: 5px;
}
.block-page-product .side .conditions {
  margin-top: 10px;
}
.block-page-product .side .conditions .condition span {
  margin-left: 7px;
}
.block-page-product .side .properties {
  margin-bottom: 15px;
}
.block-page-product .side .properties .property {
  margin-bottom: 10px;
}
.block-page-product .side .properties .property .title {
  padding-bottom: 5px;
}
.block-page-product .side .properties .property .ant-select {
  width: 100%;
}
.block-page-product .side .properties .property .buttons-select {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.block-page-product .side .properties .property .buttons-select .ant-btn {
  margin-left: 0;
}
.block-page-product .side .stock {
  margin: 5px 0 15px;
}
.block-page-product .side .ant-btn-cart {
  font-size: 16px;
}
.block-page-product .side .btn-cart-plus .ant-btn-group {
  display: flex;
}
.block-page-product .side .btn-cart-plus .ant-btn-group .ant-btn:first-child {
  flex-grow: 2;
}
.block-page-product .side .ant-typography-danger {
  font-size: 13px;
  text-align: center;
  display: block;
  margin-top: 5px;
}
.block-page-product .side .fast-order {
  margin-top: 30px;
}
.block-page-product .side .text {
  font-size: 13px;
  margin-top: 30px;
  padding: 0 24px;
}
.block-page-product .side .text ul,
.block-page-product .side .text ol {
  padding-inline-start: 15px;
}
.block-page-product .ant-tabs .ant-tabs-nav .ant-tabs-tab {
  padding: 10px 0;
  font-size: 15px;
}
.block-page-product .features {
  min-width: 80%;
}
.block-page-product .features tr td {
  padding: 0;
  padding-top: 10px;
  vertical-align: bottom;
}
.block-page-product .features tr td.name {
  position: relative;
  width: 40%;
  padding-right: 10px;
}
.block-page-product .features tr td.name:before {
  content: "";
  display: block;
  left: 0;
  bottom: 0.25em;
  position: absolute;
  width: 100%;
  border-bottom-width: 2px;
  border-bottom-style: dotted;
}
.block-page-product .features tr td.name > span {
  background-color: #fff;
  position: relative;
  padding-right: 3px;
}
.block-page-product .features tr td.value {
  padding-left: 3px;
}
.block-page-product .reviews,
.block-page-product .questions {
  margin-top: 10px;
}
.block-page-product .reviews .header,
.block-page-product .questions .header {
  display: flex;
  justify-content: space-between;
}
.block-page-product .reviews .header .header-text,
.block-page-product .questions .header .header-text {
  font-size: 20px;
  font-weight: 500;
}
.block-page-product .reviews .info,
.block-page-product .questions .info {
  display: flex;
  margin-bottom: 5px;
}
.block-page-product .reviews .info .name,
.block-page-product .questions .info .name {
  line-height: 24px;
  font-weight: bold;
  margin-right: 10px;
}
.block-page-product .reviews .info .date,
.block-page-product .questions .info .date {
  line-height: 23px;
  padding-top: 2px;
  margin-right: 20px;
  font-size: 12px;
  color: #999;
}
.block-page-product .reviews .ant-card,
.block-page-product .questions .ant-card {
  margin-bottom: 20px;
  margin-top: 10px;
}
.block-page-product .reviews .ant-card .close,
.block-page-product .questions .ant-card .close {
  position: absolute;
  top: 0px;
  right: 0px;
  padding: 8px 10px;
  font-size: 13px;
  color: #666;
  cursor: pointer;
}
.block-page-product .reviews .ant-card .ant-rate,
.block-page-product .questions .ant-card .ant-rate {
  font-size: 25px;
}
.block-page-product .reviews .ant-card .header,
.block-page-product .questions .ant-card .header {
  margin-bottom: 20px;
}
.block-page-product .reviews .ant-card .ant-form .ant-form-item.name .ant-form-item-control,
.block-page-product .questions .ant-card .ant-form .ant-form-item.name .ant-form-item-control,
.block-page-product .reviews .ant-card .ant-form .ant-form-item.email .ant-form-item-control,
.block-page-product .questions .ant-card .ant-form .ant-form-item.email .ant-form-item-control {
  max-width: 300px;
}
.block-page-product .reviews .ant-card .footer,
.block-page-product .questions .ant-card .footer {
  margin: 24px -24px -24px;
  padding: 24px;
  border-top-width: 1px;
  border-top-style: solid;
  border-top-color: transparent;
}
.block-page-product .reviews .ant-card .footer .ant-form-item,
.block-page-product .questions .ant-card .footer .ant-form-item {
  margin-bottom: 0;
}
.block-page-product .reviews .ant-card .footer .ant-form-item .ant-form-item-children,
.block-page-product .questions .ant-card .footer .ant-form-item .ant-form-item-children {
  display: flex;
}
.block-page-product .reviews .ant-card .footer .ant-form-item .warn,
.block-page-product .questions .ant-card .footer .ant-form-item .warn {
  line-height: 14px;
  font-size: 12px;
  margin-left: 24px;
  padding: 4px 0;
}
.block-page-product .reviews .ant-list-empty-text,
.block-page-product .questions .ant-list-empty-text {
  text-align: left;
  padding-left: 0;
}
.block-page-product .reviews .ant-list-item {
  padding-bottom: 20px;
}
.block-page-product .reviews .ant-rate {
  margin-bottom: 0;
}
.block-page-product .reviews .photos {
  display: flex;
  margin-top: 10px;
  margin-bottom: -10px;
}
.block-page-product .reviews .photos .photo {
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  cursor: pointer;
  padding: 5px;
  margin: 0 10px 10px 0;
  width: 80px;
  height: 80px;
  border-width: 1px;
  border-style: solid;
  border-radius: 2px;
  border-color: transparent;
}
.block-page-product .reviews .photos .photo img {
  height: auto !important;
  width: auto !important;
  max-height: 100%;
  max-width: 100%;
}
.block-page-product .reviews .ant-form-item-photos {
  margin-bottom: -24px;
}
.block-page-product .reviews .answer {
  margin-top: 15px;
  padding-left: 10px;
}
.block-page-product .reviews .answer-label {
  display: block;
  font-weight: 500;
  margin-bottom: 3px;
}
.block-page-product .questions .ant-list .question {
  font-weight: bold;
  margin-bottom: 5px;
  font-size: 15px;
}
.block-page-product .comments {
  margin-top: 10px;
}
.block-page-product .comments .header {
  display: flex;
  justify-content: space-between;
}
.block-page-product .comments .header .header-text {
  font-size: 20px;
  font-weight: 500;
}
.block-page-product .comments .ant-list-items {
  padding-top: 20px;
}
.block-page-product .comments .ant-list-items .ant-list-item {
  padding: 0;
}
.block-page-product .comments .ant-list-items .ant-list-items {
  padding-top: 0;
}
.block-page-product .comments .ant-comment {
  width: 100%;
}
.block-page-product .comments .ant-comment .ant-comment-inner {
  padding: 8px;
  margin: 2px;
}
.block-page-product .comments .ant-comment .ant-comment-avatar img {
  width: auto;
  height: auto;
}
.block-page-product .comments .ant-comment .ant-comment-avatar .ant-avatar-string {
  font-size: 28px;
  font-weight: bold;
}
.block-page-product .comments .ant-comment-content-author-name {
  font-weight: bold;
  color: #000;
  font-size: 13px;
}
.block-page-product .comments .ant-comment-content-author-time {
  color: #999;
}
.block-page-product .comments .ant-comment .ant-comment-actions {
  margin: 5px 0 0;
  font-size: 13px;
}
.block-page-product .comments .ant-comment .ant-comment-actions a {
  text-decoration: underline;
}
.block-page-product .comments .ant-comment .ant-comment-nested {
  margin-left: 72px;
}
.block-page-product .comments .ant-comment .ant-form-item textarea {
  max-width: 400px;
}
.block-page-product .comments .ant-comment .ant-form-item .ant-btn {
  height: 30px;
}
.block-page-product .comments > .ant-form {
  margin-top: 20px;
}
.block-page-product .comments .ant-form-item {
  margin-bottom: 0;
}
.block-page-product .comments .ant-form-item textarea {
  max-width: 600px;
}
.block-page-product .comments .ant-list-empty-text {
  text-align: left;
  padding-left: 0;
}
.block-page-product .others .carousel,
.block-page-product .last-viewed .carousel {
  position: relative;
  overflow: hidden;
  margin: 20px 0;
}
.block-page-product .others .carousel .header .title,
.block-page-product .last-viewed .carousel .header .title {
  font-size: 18px;
  font-weight: 500;
  padding-bottom: 7px;
  padding-top: 7px;
}
.block-page-product .others .carousel .header .buttons,
.block-page-product .last-viewed .carousel .header .buttons {
  text-align: right;
}
.block-page-product .others .carousel .carousel__slider--horizontal,
.block-page-product .last-viewed .carousel .carousel__slider--horizontal {
  margin-right: -20px;
}
.block-page-product .others .carousel .carousel__inner-slide,
.block-page-product .last-viewed .carousel .carousel__inner-slide {
  padding: 10px 20px 10px 0;
}
.block-page-product .others .carousel .carousel__inner-slide .price,
.block-page-product .last-viewed .carousel .carousel__inner-slide .price {
  font-size: 15px;
  font-weight: 600;
}
.block-page-product .others .carousel .carousel__inner-slide .name,
.block-page-product .last-viewed .carousel .carousel__inner-slide .name {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.block-page-product .others .carousel .carousel__back-button,
.block-page-product .last-viewed .carousel .carousel__back-button,
.block-page-product .others .carousel .carousel__next-button,
.block-page-product .last-viewed .carousel .carousel__next-button {
  padding: 0 7px;
  height: 24px;
}
.block-page-product .others .carousel .ant-card,
.block-page-product .last-viewed .carousel .ant-card {
  cursor: pointer;
}
.block-page-product .others .carousel .ant-card .ant-card-body,
.block-page-product .last-viewed .carousel .ant-card .ant-card-body {
  padding: 10px 0;
}
.block-page-product .others .carousel .centered .caption,
.block-page-product .last-viewed .carousel .centered .caption {
  text-align: center;
}
.block-page-product .others .carousel .centered .prices,
.block-page-product .last-viewed .carousel .centered .prices {
  justify-content: center;
}
.block-page-cart .products table {
  width: 100%;
}
.block-page-cart .products table thead td {
  color: #777;
  padding: 10px;
  border-bottom: 1px solid #f0f0f0;
}
.block-page-cart .products table thead .count {
  text-align: center;
}
.block-page-cart .products table thead .total {
  text-align: right;
}
.block-page-cart .products table tbody td {
  vertical-align: top;
  padding: 10px;
  border-bottom: 1px solid #f0f0f0;
  line-height: 30px;
}
.block-page-cart .products table tbody .img {
  padding: 5px;
  width: 100px;
}
.block-page-cart .products table tbody .img .product-img {
  font-size: 40px;
}
.block-page-cart .products table tbody .price {
  white-space: nowrap;
}
.block-page-cart .products table tbody .count {
  text-align: center;
}
.block-page-cart .products table tbody .multiplicity,
.block-page-cart .products table tbody .stock-count {
  font-size: 12px;
}
.block-page-cart .products table tbody .total {
  text-align: right;
  font-weight: bold;
  white-space: nowrap;
}
.block-page-cart .products table tbody .properties {
  font-size: 12px;
  line-height: 16px;
}
.block-page-cart .products table tbody .actions {
  width: 100px;
  text-align: right;
}
.block-page-cart .products table tbody .actions .ant-btn {
  display: none;
}
.block-page-cart .products table tbody tr:hover .actions .ant-btn {
  display: inline-block;
}
.block-page-cart .products table tfoot td {
  padding: 10px;
}
.block-page-cart .products table tfoot .totalText {
  text-align: right;
}
.block-page-cart .products table tfoot .total {
  text-align: right;
  font-weight: bold;
}
.block-page-cart .side .cart-summary .promocode {
  margin-bottom: 20px;
}
.block-page-cart .side .cart-summary .min-total-warning {
  font-size: 13px;
  margin-top: 5px;
  text-align: center;
}
.block-page-cart-checkout .ant-form .ant-input {
  height: 30px;
}
.block-page-cart-checkout .ant-form .ant-form-item {
  display: flex;
  margin-bottom: 5px;
}
.block-page-cart-checkout .ant-form .ant-form-item-with-help {
  margin-bottom: 12px;
}
.block-page-cart-checkout .ant-form .ant-form-item .ant-form-item-label {
  width: 145px;
  text-align: left;
}
.block-page-cart-checkout .ant-form .ant-form-item .ant-form-item-control-wrapper {
  flex: 1 1 auto;
}
.block-page-cart-checkout .ant-form .ant-form-item .ant-form-extra {
  font-size: 13px;
}
.block-page-cart-checkout .ant-form .ant-form-item.city .ant-form-item-control,
.block-page-cart-checkout .ant-form .ant-form-item.phone .ant-form-item-control,
.block-page-cart-checkout .ant-form .ant-form-item.email .ant-form-item-control {
  max-width: 212px;
}
.block-page-cart-checkout .ant-form .ant-form-item.house .ant-form-item-control,
.block-page-cart-checkout .ant-form .ant-form-item.apt .ant-form-item-control,
.block-page-cart-checkout .ant-form .ant-form-item.zipcode .ant-form-item-control {
  max-width: 100px;
}
.block-page-cart-checkout .ant-form .ant-form-item.apt .ant-form-item-label {
  text-align: center;
}
.block-page-cart-checkout .ant-form .ant-form-item.apt .ant-form-item-control {
  margin-left: auto;
}
.block-page-cart-checkout .ant-form .ant-form-item-agree {
  margin-bottom: 7px;
  margin-top: 12px;
}
.block-page-cart-checkout .ant-form .ant-form-item-agree .ant-form-item-label {
  line-height: 0;
}
.block-page-cart-checkout .ant-form .ant-form-item-agree .ant-form-item-control {
  line-height: 20px;
}
.block-page-cart-checkout .ant-form .ant-form-item-agree .ant-form-item-required::after {
  content: '';
}
.block-page-cart-checkout .ant-form .delivery-methods .ant-form-header {
  border-bottom: 1px solid #eee;
}
.block-page-cart-checkout .ant-form .delivery-methods .ant-radio-group {
  width: 100%;
}
.block-page-cart-checkout .ant-form .delivery-methods .ant-radio-group .ant-radio-wrapper {
  display: flex;
  padding: 10px;
  margin-right: 0;
  align-items: flex-start;
}
.block-page-cart-checkout .ant-form .delivery-methods .ant-radio-group .ant-radio-wrapper > span + span {
  flex-grow: 2;
  padding-right: 0;
}
.block-page-cart-checkout .ant-form .delivery-methods .ant-radio-group .ant-radio-wrapper .price {
  text-align: right;
}
.block-page-cart-checkout .ant-form .delivery-methods .ant-radio-group .ant-radio-wrapper .name,
.block-page-cart-checkout .ant-form .delivery-methods .ant-radio-group .ant-radio-wrapper .period {
  white-space: normal;
}
.block-page-cart-checkout .ant-form .delivery-methods .ant-radio-group .ant-radio-wrapper .extra {
  margin-top: 4px;
  font-size: 12px;
  white-space: normal;
}
.block-page-cart-checkout .ant-form .delivery-methods .ant-radio-group .ant-radio-wrapper .ant-radio {
  margin-top: 2px;
}
.block-page-cart-checkout .ant-form .delivery-tabs.ant-tabs-card .ant-tabs-card-bar {
  border: 0;
}
.block-page-cart-checkout .ant-form .delivery-tabs.ant-tabs-card .ant-tabs-card-bar .ant-tabs-nav-container {
  height: auto;
  margin: 20px 0 10px;
}
.block-page-cart-checkout .ant-form .delivery-tabs.ant-tabs-card .ant-tabs-card-bar .ant-tabs-tab {
  border: 0;
  background: none;
  padding: 0;
  margin-right: 20px;
  font-size: 16px;
  line-height: initial;
  height: auto;
  color: #4580B2;
  font-weight: normal;
  border-bottom: 1px dashed #4580B2;
}
.block-page-cart-checkout .ant-form .delivery-tabs.ant-tabs-card .ant-tabs-card-bar .ant-tabs-tab-active {
  font-weight: bold;
  border-bottom: 0;
}
.block-page-cart-checkout .ant-form .delivery-tabs-reversed .ant-tabs-nav > div {
  display: flex;
  flex-direction: row-reverse;
}
.block-page-cart-checkout .ant-form .ant-select-selection-selected-value {
  height: 30px;
  white-space: normal;
}
.block-page-cart-checkout .ant-form-header {
  font-size: 16px;
  font-weight: bold;
  margin: 20px 0 10px;
}
.block-page-cart-checkout .contacts {
  margin-top: 40px;
}
.block-page-cart-checkout .footer {
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid #eee;
}
.block-page-cart-checkout .footer .ant-btn-link {
  padding: 0;
}
.block-page-cart .link,
.block-page-cart-checkout .link {
  display: inline-block;
  border-bottom: 1px dashed #fff;
}
.block-page-cart .promocode .ant-row-flex,
.block-page-cart-checkout .promocode .ant-row-flex {
  flex-wrap: nowrap;
  margin-top: 10px;
  margin-bottom: 35px;
}
.block-page-cart .promocode .ant-row-flex .input,
.block-page-cart-checkout .promocode .ant-row-flex .input {
  flex-grow: 2;
}
.block-page-cart .promocode .ant-row-flex .input.success input,
.block-page-cart-checkout .promocode .ant-row-flex .input.success input {
  background-color: #F6FFDD;
  border-color: #8DB714;
  color: #000;
  height: 32px;
}
.block-page-cart .promocode .ant-row-flex .input.success .ant-input-suffix .anticon,
.block-page-cart-checkout .promocode .ant-row-flex .input.success .ant-input-suffix .anticon {
  color: #8DB714 !important;
}
.block-page-cart .promocode .ant-row-flex .input.error input,
.block-page-cart-checkout .promocode .ant-row-flex .input.error input {
  background-color: #fff1f0;
  border-color: #ffa39e;
  color: #000;
  height: 32px;
}
.block-page-cart .promocode .ant-row-flex .input.error .ant-input-suffix .anticon,
.block-page-cart-checkout .promocode .ant-row-flex .input.error .ant-input-suffix .anticon {
  color: #f5222d !important;
}
.block-page-cart .promocode .ant-row-flex .button .ant-btn,
.block-page-cart-checkout .promocode .ant-row-flex .button .ant-btn {
  padding: 0 10px;
}
.block-page-cart .promocode .warning,
.block-page-cart-checkout .promocode .warning,
.block-page-cart .promocode .extra,
.block-page-cart-checkout .promocode .extra {
  font-size: 13px;
  margin-top: 5px;
}
.block-page-cart .uds-code .ant-row-flex,
.block-page-cart-checkout .uds-code .ant-row-flex {
  flex-wrap: nowrap;
}
.block-page-cart .uds-code .ant-row-flex .input,
.block-page-cart-checkout .uds-code .ant-row-flex .input {
  flex-grow: 2;
}
.block-page-cart .uds-code .ant-row-flex .input.success input,
.block-page-cart-checkout .uds-code .ant-row-flex .input.success input {
  background-color: #F6FFDD;
  border-color: #8DB714;
  color: #000;
  height: 32px;
}
.block-page-cart .uds-code .ant-row-flex .input.success .ant-input-suffix .anticon,
.block-page-cart-checkout .uds-code .ant-row-flex .input.success .ant-input-suffix .anticon {
  color: #8DB714 !important;
}
.block-page-cart .uds-code .ant-row-flex .input.error input,
.block-page-cart-checkout .uds-code .ant-row-flex .input.error input {
  background-color: #fff1f0;
  border-color: #ffa39e;
  color: #000;
  height: 32px;
}
.block-page-cart .uds-code .ant-row-flex .input.error .ant-input-suffix .anticon,
.block-page-cart-checkout .uds-code .ant-row-flex .input.error .ant-input-suffix .anticon {
  color: #f5222d !important;
}
.block-page-cart .uds-code .ant-row-flex .button .ant-btn,
.block-page-cart-checkout .uds-code .ant-row-flex .button .ant-btn {
  padding: 0 10px;
}
.block-page-cart .uds-code .participant,
.block-page-cart-checkout .uds-code .participant {
  margin-top: 20px;
}
.block-page-cart .uds-code .participant .name,
.block-page-cart-checkout .uds-code .participant .name {
  font-size: 16px;
  font-weight: 500;
}
.block-page-cart .uds-code .participant .ant-avatar-image,
.block-page-cart-checkout .uds-code .participant .ant-avatar-image {
  background-color: #ccc;
}
.block-page-cart .uds-code .purchase,
.block-page-cart-checkout .uds-code .purchase {
  margin-top: 20px;
}
.block-page-cart .uds-code .purchase .input,
.block-page-cart-checkout .uds-code .purchase .input {
  flex-grow: 1;
}
.block-page-cart .uds-code .purchase .ant-input-number,
.block-page-cart-checkout .uds-code .purchase .ant-input-number {
  width: 100%;
}
.block-page-cart .side .cart-summary .total,
.block-page-cart-checkout .side .cart-summary .total {
  font-size: 30px;
  font-weight: bold;
  margin-bottom: 20px;
}
.block-page-cart .side .cart-summary .info .row,
.block-page-cart-checkout .side .cart-summary .info .row {
  display: flex;
  justify-content: space-between;
}
.block-page-cart .side .cart-summary .info .row .right,
.block-page-cart-checkout .side .cart-summary .info .row .right {
  text-align: right;
  font-weight: bold;
}
.block-page-cart .side .cart-summary .promocode,
.block-page-cart-checkout .side .cart-summary .promocode {
  margin-top: 20px;
}
.block-page-cart .side .cart-summary .promocode .ant-row-flex,
.block-page-cart-checkout .side .cart-summary .promocode .ant-row-flex {
  margin-bottom: 0;
}
.block-page-cart .side .uds-code .ant-card-head,
.block-page-cart-checkout .side .uds-code .ant-card-head {
  border-bottom: 0;
}
.block-page-cart .side .uds-code .ant-card-body,
.block-page-cart-checkout .side .uds-code .ant-card-body {
  padding-top: 0;
}
.block-page-cart-success .alert,
.block-page-order-private .alert {
  background: #eee;
  padding: 30px;
  margin-bottom: 40px;
  border-radius: 2px;
}
.block-page-cart-success .alert h1,
.block-page-order-private .alert h1 {
  font-size: 30px;
  margin-top: 0;
  margin-bottom: 10px;
}
.block-page-cart-success .alert h1 .anticon-check,
.block-page-order-private .alert h1 .anticon-check {
  color: green;
  margin-right: 15px;
}
.block-page-cart-success .alert h1 .anticon-warning,
.block-page-order-private .alert h1 .anticon-warning {
  color: red;
  margin-right: 15px;
}
.block-page-cart-success .alert p,
.block-page-order-private .alert p {
  margin-left: 45px;
}
.block-page-cart-success .alert p:last-child,
.block-page-order-private .alert p:last-child {
  margin-bottom: 0;
}
.block-page-cart-success .alert .continue .ant-btn,
.block-page-order-private .alert .continue .ant-btn {
  margin-bottom: 10px;
}
.block-page-cart-success .alert .continue p,
.block-page-order-private .alert .continue p {
  font-size: 12px;
  margin-left: 0;
}
.block-page-cart-success .products table,
.block-page-order-private .products table {
  width: 100%;
}
.block-page-cart-success .products table thead td,
.block-page-order-private .products table thead td {
  color: #777;
  padding: 10px;
  border-bottom: 1px solid #f0f0f0;
  white-space: nowrap;
}
.block-page-cart-success .products table thead .count,
.block-page-order-private .products table thead .count {
  text-align: center;
}
.block-page-cart-success .products table thead .total,
.block-page-order-private .products table thead .total {
  text-align: right;
}
.block-page-cart-success .products table tbody td,
.block-page-order-private .products table tbody td {
  vertical-align: top;
  padding: 10px;
  border-bottom: 1px solid #f0f0f0;
  line-height: 30px;
}
.block-page-cart-success .products table tbody .img,
.block-page-order-private .products table tbody .img {
  padding: 5px;
  width: 100px;
}
.block-page-cart-success .products table tbody .img .product-img,
.block-page-order-private .products table tbody .img .product-img {
  font-size: 40px;
}
.block-page-cart-success .products table tbody td.name,
.block-page-order-private .products table tbody td.name {
  width: 50%;
}
.block-page-cart-success .products table tbody .count,
.block-page-order-private .products table tbody .count {
  text-align: center;
}
.block-page-cart-success .products table tbody .total,
.block-page-order-private .products table tbody .total {
  text-align: right;
  font-weight: bold;
  white-space: nowrap;
}
.block-page-cart-success .products table tbody .properties,
.block-page-order-private .products table tbody .properties {
  font-size: 12px;
  line-height: 16px;
}
.block-page-cart-success .products table tfoot td,
.block-page-order-private .products table tfoot td,
.block-page-cart-success .products table tfoot th,
.block-page-order-private .products table tfoot th {
  text-align: right;
  padding: 10px;
}
.block-page-cart-success .products table tfoot th,
.block-page-order-private .products table tfoot th {
  font-weight: bold;
}
.block-page-cart-checkout .ant-form .ant-radio-group.payment-method .ant-radio-button-wrapper,
.block-page-order-private .ant-form .ant-radio-group.payment-method .ant-radio-button-wrapper {
  padding: 10px 15px;
  margin: 0 12px 12px 0;
  width: 175px;
  height: 100px;
  border: 0;
  outline: 1px solid #d9d9d9;
  border-radius: 2px !important;
  background-color: transparent;
}
.block-page-cart-checkout .ant-form .ant-radio-group.payment-method .ant-radio-button-wrapper::before,
.block-page-order-private .ant-form .ant-radio-group.payment-method .ant-radio-button-wrapper::before {
  display: none;
}
.block-page-cart-checkout .ant-form .ant-radio-group.payment-method .ant-radio-button-wrapper::after,
.block-page-order-private .ant-form .ant-radio-group.payment-method .ant-radio-button-wrapper::after {
  position: absolute;
  bottom: 10px;
  right: 10px;
  left: 10px;
  height: 32px;
  content: '';
  background-color: transparent;
  background-position: right bottom;
  background-repeat: no-repeat;
  background-size: auto 32px;
}
.block-page-cart-checkout .ant-form .ant-radio-group.payment-method .ant-radio-button-wrapper-checked,
.block-page-order-private .ant-form .ant-radio-group.payment-method .ant-radio-button-wrapper-checked {
  outline: 2px solid #4580B2;
  border: 0;
  box-shadow: none;
  color: inherit;
  z-index: 0;
}
.block-page-cart-checkout .ant-form .ant-radio-group.payment-method .ant-radio-button-wrapper .name,
.block-page-order-private .ant-form .ant-radio-group.payment-method .ant-radio-button-wrapper .name {
  line-height: 20px;
  position: absolute;
  padding-right: 15px;
}
.block-page-cart-checkout .ant-form .ant-radio-group.payment-method .ant-radio-button-wrapper .ant-tag,
.block-page-order-private .ant-form .ant-radio-group.payment-method .ant-radio-button-wrapper .ant-tag {
  background-color: #87d068;
  line-height: 22px;
  border: 0;
  color: #fff;
  margin-top: 3px;
}
.block-page-cart-checkout .ant-form .ant-radio-group.payment-method .ant-radio-button-wrapper .ant-tag-red,
.block-page-order-private .ant-form .ant-radio-group.payment-method .ant-radio-button-wrapper .ant-tag-red {
  background-color: #f50;
}
.block-page-cart-checkout .ant-form .ant-radio-group.payment-method .ant-radio-button-wrapper.yandexKassa-bank_card::after,
.block-page-order-private .ant-form .ant-radio-group.payment-method .ant-radio-button-wrapper.yandexKassa-bank_card::after,
.block-page-cart-checkout .ant-form .ant-radio-group.payment-method .ant-radio-button-wrapper.robokassa-BankCard::after,
.block-page-order-private .ant-form .ant-radio-group.payment-method .ant-radio-button-wrapper.robokassa-BankCard::after,
.block-page-cart-checkout .ant-form .ant-radio-group.payment-method .ant-radio-button-wrapper.modulbank-card::after,
.block-page-order-private .ant-form .ant-radio-group.payment-method .ant-radio-button-wrapper.modulbank-card::after,
.block-page-cart-checkout .ant-form .ant-radio-group.payment-method .ant-radio-button-wrapper.tinkoff-card::after,
.block-page-order-private .ant-form .ant-radio-group.payment-method .ant-radio-button-wrapper.tinkoff-card::after,
.block-page-cart-checkout .ant-form .ant-radio-group.payment-method .ant-radio-button-wrapper.alfabank-card::after,
.block-page-order-private .ant-form .ant-radio-group.payment-method .ant-radio-button-wrapper.alfabank-card::after {
  background-image: url('https://st.bmshop.net/common/payment-methods/card.png');
}
.block-page-cart-checkout .ant-form .ant-radio-group.payment-method .ant-radio-button-wrapper.sberbank-card::after,
.block-page-order-private .ant-form .ant-radio-group.payment-method .ant-radio-button-wrapper.sberbank-card::after {
  background-image: url('https://st.bmshop.net/common/payment-methods/sberbank-card.png');
  background-size: auto 36px;
  height: 36px;
  margin: 0 -5px -5px 0;
}
.block-page-cart-checkout .ant-form .ant-radio-group.payment-method .ant-radio-button-wrapper.yandexKassa-all::after,
.block-page-order-private .ant-form .ant-radio-group.payment-method .ant-radio-button-wrapper.yandexKassa-all::after {
  background-image: url('https://st.bmshop.net/common/payment-methods/yookassa-light.png?v=2');
}
.block-page-cart-checkout .ant-form .ant-radio-group.payment-method .ant-radio-button-wrapper.yandexKassa-yandex_money::after,
.block-page-order-private .ant-form .ant-radio-group.payment-method .ant-radio-button-wrapper.yandexKassa-yandex_money::after,
.block-page-cart-checkout .ant-form .ant-radio-group.payment-method .ant-radio-button-wrapper.robokassa-YandexMoney::after,
.block-page-order-private .ant-form .ant-radio-group.payment-method .ant-radio-button-wrapper.robokassa-YandexMoney::after {
  background-image: url('https://st.bmshop.net/common/payment-methods/yandex-light.png');
}
.block-page-cart-checkout .ant-form .ant-radio-group.payment-method .ant-radio-button-wrapper.yandexKassa-tinkoff_bank::after,
.block-page-order-private .ant-form .ant-radio-group.payment-method .ant-radio-button-wrapper.yandexKassa-tinkoff_bank::after,
.block-page-cart-checkout .ant-form .ant-radio-group.payment-method .ant-radio-button-wrapper.tinkoffCredit::after,
.block-page-order-private .ant-form .ant-radio-group.payment-method .ant-radio-button-wrapper.tinkoffCredit::after {
  background-image: url('https://st.bmshop.net/common/payment-methods/tinkoff-light.png');
}
.block-page-cart-checkout .ant-form .ant-radio-group.payment-method .ant-radio-button-wrapper.yandexKassa-webmoney::after,
.block-page-order-private .ant-form .ant-radio-group.payment-method .ant-radio-button-wrapper.yandexKassa-webmoney::after,
.block-page-cart-checkout .ant-form .ant-radio-group.payment-method .ant-radio-button-wrapper.robokassa-WMR::after,
.block-page-order-private .ant-form .ant-radio-group.payment-method .ant-radio-button-wrapper.robokassa-WMR::after {
  background-image: url('https://st.bmshop.net/common/payment-methods/webmoney.png');
}
.block-page-cart-checkout .ant-form .ant-radio-group.payment-method .ant-radio-button-wrapper.yandexKassa-sberbank::after,
.block-page-order-private .ant-form .ant-radio-group.payment-method .ant-radio-button-wrapper.yandexKassa-sberbank::after {
  background-image: url('https://st.bmshop.net/common/payment-methods/sberbank.png');
}
.block-page-cart-checkout .ant-form .ant-radio-group.payment-method .ant-radio-button-wrapper.yandexKassa-qiwi::after,
.block-page-order-private .ant-form .ant-radio-group.payment-method .ant-radio-button-wrapper.yandexKassa-qiwi::after,
.block-page-cart-checkout .ant-form .ant-radio-group.payment-method .ant-radio-button-wrapper.robokassa-QiwiWallet::after,
.block-page-order-private .ant-form .ant-radio-group.payment-method .ant-radio-button-wrapper.robokassa-QiwiWallet::after {
  background-image: url('https://st.bmshop.net/common/payment-methods/qiwi-light.png');
}
.block-page-cart-checkout .ant-form .ant-radio-group.payment-method .ant-radio-button-wrapper.robokassa-AlfaBank::after,
.block-page-order-private .ant-form .ant-radio-group.payment-method .ant-radio-button-wrapper.robokassa-AlfaBank::after {
  background-image: url('https://st.bmshop.net/common/payment-methods/alfabank.png');
}
.block-page-cart-checkout .ant-form .ant-radio-group.payment-method .ant-radio-button-wrapper.pokupay-credit::after,
.block-page-order-private .ant-form .ant-radio-group.payment-method .ant-radio-button-wrapper.pokupay-credit::after {
  background-image: url('https://st.bmshop.net/common/payment-methods/pokupay-light.png');
}
.block-page-cart-checkout .ant-form .ant-radio-group.payment-method .ant-radio-button-wrapper.pochtabankCredit-credit::after,
.block-page-order-private .ant-form .ant-radio-group.payment-method .ant-radio-button-wrapper.pochtabankCredit-credit::after {
  background-image: url('https://st.bmshop.net/common/payment-methods/pochtabank.png');
}
.block-page-cart-checkout .ant-form .ant-radio-group.payment-method .ant-radio-button-wrapper.cloudpayments-all::after,
.block-page-order-private .ant-form .ant-radio-group.payment-method .ant-radio-button-wrapper.cloudpayments-all::after {
  background-image: url('https://st.bmshop.net/common/payment-methods/cloudpayments.png');
}
.block-page-cart-checkout .ant-form .ant-radio-group.payment-method .ant-radio-button-wrapper.yandexPay::after,
.block-page-order-private .ant-form .ant-radio-group.payment-method .ant-radio-button-wrapper.yandexPay::after {
  background-image: url('https://st.bmshop.net/common/payment-methods/yandex-pay.png');
}
.CDEK-widget__popup-mask {
  z-index: 11;
}
.side .ant-card.cabinet-menu .ant-card-head {
  border-bottom: 0;
  font-weight: bold;
}
.side .ant-card.cabinet-menu .ant-card-body {
  padding-top: 0;
}
.side .ant-card.cabinet-menu ul {
  padding-left: 0;
  margin-bottom: 0;
}
.side .ant-card.cabinet-menu ul li {
  list-style: none;
  margin: 4px 0;
}
.side .ant-card.cabinet-menu ul li .active {
  font-weight: bold;
}
.side .ant-card.cabinet-menu ul li.divider {
  margin: 20px 0;
}
.block-page-my-profile .ant-btn {
  height: 30px;
}
.block-page-my-profile .cards {
  max-width: 700px;
}
.block-page-my-profile .cards .ant-card {
  margin-bottom: 20px;
  background: none;
}
.block-page-my-profile .cards .ant-card-head {
  padding: 0;
}
.block-page-my-profile .cards .ant-card-head-title {
  padding-bottom: 0;
  font-weight: bold;
}
.block-page-my-profile .cards .ant-card-body {
  padding: 24px 0;
}
.block-page-my-profile .fields {
  margin-bottom: 20px;
}
.block-page-my-profile .fields .field {
  display: flex;
  margin-bottom: 5px;
  line-height: 40px;
}
.block-page-my-profile .fields .field .label {
  width: 145px;
}
.block-page-my-profile .fields .field .value {
  padding-left: 12px;
}
.block-page-my-profile .ant-form .ant-input {
  height: 30px;
}
.block-page-my-profile .ant-form .ant-form-item {
  display: flex;
  margin-bottom: 5px;
}
.block-page-my-profile .ant-form .ant-form-item-with-help {
  margin-bottom: 12px;
}
.block-page-my-profile .ant-form .ant-form-item .ant-form-item-label {
  width: 145px;
  text-align: left;
}
.block-page-my-profile .ant-form .ant-form-item .ant-form-item-control-wrapper {
  flex: 1 1 auto;
}
.block-page-my-profile .ant-form .ant-form-item .ant-form-extra {
  font-size: 13px;
}
.block-page-my-profile .ant-form .ant-form-item.name .ant-form-item-control,
.block-page-my-profile .ant-form .ant-form-item.email .ant-form-item-control {
  max-width: 400px;
}
.block-page-my-profile .ant-form .ant-form-item.phone .ant-form-item-control,
.block-page-my-profile .ant-form .ant-form-item.password .ant-form-item-control {
  max-width: 200px;
}
.block-page-my-profile .ant-form .ant-form-item.gender .ant-form-item-control,
.block-page-my-profile .ant-form .ant-form-item.birthday .ant-form-item-control {
  max-width: 150px;
}
.block-page-my-profile .ant-form .ant-row-flex {
  margin-bottom: 5px;
}
.block-page-my-profile .ant-form .buttons {
  margin-top: 20px;
}
.block-page-my-profile .info .ant-row-flex {
  justify-content: space-between;
}
.block-page-my-profile .info .ant-row-flex > .ant-col:first-child {
  flex: 1 auto;
}
.block-page-my-profile .info .ant-avatar .ant-avatar-string {
  font-size: 48px;
  font-weight: bold;
}
.block-page-my-profile .info .avatar-form {
  position: relative;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  overflow: hidden;
}
.block-page-my-profile .info .avatar-form .overlay {
  position: absolute;
  height: 40px;
  width: 100px;
  left: 0;
  bottom: -40px;
  right: 0;
  text-align: center;
  cursor: pointer;
  font-size: 20px;
  line-height: 40px;
  background-color: rgba(0, 0, 0, 0.75);
  color: #fff;
  transition: bottom 0.3s;
}
.block-page-my-profile .info .avatar-form .overlay .ant-upload {
  color: #fff;
  font-size: 20px;
  line-height: 40px;
  width: 100%;
}
.block-page-my-profile .info .avatar-form .overlay .ant-upload > .ant-upload {
  display: block;
  cursor: pointer;
}
.block-page-my-profile .info .avatar-form:hover .overlay {
  bottom: 0;
}
.block-page-my-profile .auth .socials {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-top: 20px;
}
.block-page-my-profile .auth .socials .item {
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  width: 55px;
  height: 55px;
  margin: 0 20px 20px 0;
  font-size: 22px;
  border: 1px solid #E6E6E6;
  border-radius: 2px;
  color: #8C8C8C;
}
.block-page-my-profile .auth .socials .item:hover {
  border-color: #555;
  color: #555;
}
.block-page-my-profile .auth .socials .item.active {
  border: 0;
  color: #fff;
  position: relative;
}
.block-page-my-profile .auth .socials .item.active.vkontakte {
  background-color: #2E6FB1;
}
.block-page-my-profile .auth .socials .item.active.facebook {
  background-color: #1843A1;
}
.block-page-my-profile .auth .socials .item.active.google {
  background-color: #D93C3C;
}
.block-page-my-profile .auth .socials .item.active.yandex {
  background-color: #e61401;
}
.block-page-my-profile .auth .socials .item.active.instagram {
  background-color: #903597;
}
.block-page-my-profile .auth .socials .item.active:hover .close {
  display: block;
}
.block-page-my-profile .auth .socials .item.disabled {
  background-color: #eee;
  border: 0;
}
.block-page-my-profile .auth .socials .item .close {
  position: absolute;
  top: -12px;
  right: -12px;
  font-size: 26px;
  display: none;
}
.block-page-my-profile .addresses .items {
  margin-bottom: 20px;
}
.block-page-my-profile .addresses .items .item {
  display: flex;
  justify-content: space-between;
  margin-bottom: 5px;
  padding: 10px 0;
}
.block-page-my-profile .addresses .items .item .default {
  color: #989898;
  margin-left: 10px;
}
.block-page-my-profile .addresses .ant-form {
  max-width: 520px;
}
.block-page-my-profile .addresses .ant-form .ant-form-item.house .ant-form-item-control,
.block-page-my-profile .addresses .ant-form .ant-form-item.apt .ant-form-item-control,
.block-page-my-profile .addresses .ant-form .ant-form-item.zipcode .ant-form-item-control {
  max-width: 100px;
}
.block-page-my-profile .addresses .ant-form .ant-form-item.apt .ant-form-item-label {
  text-align: center;
}
.block-page-my-profile .addresses .ant-form .ant-form-item.apt .ant-form-item-control {
  margin-left: auto;
}
.block-page-my-profile .addresses .ant-form .buttons {
  display: flex;
}
.block-page-my-profile .addresses .ant-form .buttons .ant-btn-link {
  margin-left: auto;
}
.block-page-my-orders .main .ant-card {
  margin-bottom: 32px;
  border-radius: 3px;
  background: none;
}
.block-page-my-orders .main .ant-card-head {
  min-height: 32px;
  padding: 0 17px;
}
.block-page-my-orders .main .ant-card-head-title {
  padding: 5px 0;
  display: flex;
  justify-content: space-between;
}
.block-page-my-orders .main .ant-card-head-title .order-num {
  flex-grow: 2;
}
.block-page-my-orders .main .ant-card-head-title .status {
  margin-left: 10px;
}
.block-page-my-orders .main .ant-card-head-title .paid-status {
  font-weight: normal;
  font-size: 13px;
  line-height: 24px;
}
.block-page-my-orders .main .ant-card-body {
  padding: 12px;
}
.block-page-my-orders .main .ant-card-body .cart table {
  width: 100%;
}
.block-page-my-orders .main .ant-card-body .cart table thead {
  display: none;
}
.block-page-my-orders .main .ant-card-body .cart table tbody td {
  vertical-align: top;
  padding: 10px;
  border-bottom: 1px solid #f0f0f0;
  line-height: 30px;
}
.block-page-my-orders .main .ant-card-body .cart table tbody .img {
  padding: 5px;
  width: 70px;
}
.block-page-my-orders .main .ant-card-body .cart table tbody .img .product-img {
  font-size: 28px;
}
.block-page-my-orders .main .ant-card-body .cart table tbody .count {
  text-align: right;
  width: 100px;
}
.block-page-my-orders .main .ant-card-body .cart table tbody .total {
  text-align: right;
  width: 100px;
}
.block-page-my-orders .main .ant-card-body .cart table tfoot td,
.block-page-my-orders .main .ant-card-body .cart table tfoot th {
  text-align: right;
  padding: 5px 10px;
}
.block-page-my-orders .main .ant-card-body .cart table tfoot th {
  font-weight: bold;
}
.block-page-my-orders .main .ant-list-empty-text {
  padding: 0;
  text-align: left;
}
.block-page-my-orders .status {
  font-weight: normal;
}
.block-page-my-orders .status .ant-tag {
  border-radius: 2px;
  margin-right: 0;
}
.block-page-my-orders .status.dark .ant-tag {
  color: #fff;
}
.block-page-my-orders .status.light .ant-tag {
  color: #000;
}
.block-page-blog-section .posts .ant-col {
  padding-bottom: 20px;
}
.block-page-blog-section .posts .ant-card {
  cursor: pointer;
  height: 100%;
  display: flex;
  flex-direction: column;
}
.block-page-blog-section .posts .ant-card-body {
  padding: 0;
  padding-bottom: 133.33%;
  position: relative;
}
.block-page-blog-section .posts .ant-card-body .inner {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  overflow: hidden;
  padding: 15px 20px;
  flex-grow: 2;
  display: flex;
  flex-direction: column;
}
.block-page-blog-section .posts .ant-card-body .inner .name {
  margin-bottom: 10px;
  font-weight: 500;
  font-size: 16px;
}
.block-page-blog-section .posts .ant-card-body .inner .brief {
  flex-grow: 2;
  overflow: hidden;
}
.block-page-blog-section .posts .ant-card-body .inner .brief p:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
}
.block-page-blog-section .posts .ant-card-body .inner .date {
  margin-top: 10px;
}
.block-page-blog-section .posts .ant-card.with-image .ant-card-body {
  padding-bottom: 66.66%;
}
.block-page-blog-section .posts .ant-card.with-image .ant-card-cover div {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.block-page-blog-section .posts .ant-card.with-image .ant-card-cover div:after {
  content: '';
  display: block;
  padding-bottom: 66.66%;
}
.block-page-blog-section .posts .ant-card.with-image:hover .ant-card-cover {
  display: none;
}
.block-page-blog-section .posts .ant-card.with-image:hover .ant-card-body {
  padding-bottom: 133.33%;
}
.block-page-blog-post .side .last-posts ul {
  padding-left: 0;
  margin-bottom: 0;
}
.block-page-blog-post .side .last-posts li {
  list-style: none;
  margin: 4px 0 10px;
}
.block-page-blog-post .side .last-posts li .active {
  font-weight: bold;
}
.block-page-blog-post .side .ant-card .ant-card-head {
  border-bottom: 0;
  font-weight: bold;
}
.block-page-blog-post .side .ant-card .ant-card-body {
  padding-top: 0;
}
.block-page-404 {
  padding-top: 40px;
  padding-bottom: 40px;
}
.block-page-404 .code {
  font-size: 111px;
  line-height: 111px;
  font-weight: 300;
}
.block-page-404 h1.ant-typography {
  font-size: 36px;
  font-weight: normal;
  margin: 0 0 40px;
  display: inline-block;
  padding-right: 52px;
  background: url('//st.bmshop.net/common/404.png') right center no-repeat;
  background-size: 40px;
}
.block-page-text {
  padding-bottom: 0;
}
.block-page-auth-reset .ant-form {
  max-width: 300px;
}
.block-page-reviews .ant-list-items,
.block-page-questions .ant-list-items {
  max-width: 700px;
}
.block-page-reviews .ant-list-item,
.block-page-questions .ant-list-item {
  padding: 0;
  margin-bottom: 30px;
}
.block-page-reviews .ant-list-item > .ant-row-flex,
.block-page-questions .ant-list-item > .ant-row-flex {
  flex-flow: nowrap;
}
.block-page-reviews .ant-list-item > .ant-row-flex .col-image,
.block-page-questions .ant-list-item > .ant-row-flex .col-image {
  width: 100px;
}
.block-page-reviews .ant-list-item > .ant-row-flex .col-image .product-img,
.block-page-questions .ant-list-item > .ant-row-flex .col-image .product-img {
  width: 80px;
}
.block-page-reviews .ant-list-item > .ant-row-flex .col-info,
.block-page-questions .ant-list-item > .ant-row-flex .col-info {
  flex-grow: 2;
}
.block-page-reviews .ant-list-item > .ant-row-flex .col-info > .ant-row-flex,
.block-page-questions .ant-list-item > .ant-row-flex .col-info > .ant-row-flex {
  align-items: center;
}
.block-page-reviews .ant-list-item > .ant-row-flex .col-info > .ant-row-flex .col-name,
.block-page-questions .ant-list-item > .ant-row-flex .col-info > .ant-row-flex .col-name {
  flex-grow: 2;
  font-size: 15px;
  font-weight: 500;
}
.block-page-reviews .ant-list-item > .ant-row-flex .col-info > .ant-row-flex .ant-rate,
.block-page-questions .ant-list-item > .ant-row-flex .col-info > .ant-row-flex .ant-rate {
  margin-bottom: 5px;
}
.block-page-reviews .ant-list-item > .ant-row-flex .col-info > .ant-row-flex .date,
.block-page-questions .ant-list-item > .ant-row-flex .col-info > .ant-row-flex .date {
  font-size: 12px;
  color: #999;
}
.block-page-reviews .ant-list-item > .ant-row-flex .col-info .question,
.block-page-questions .ant-list-item > .ant-row-flex .col-info .question {
  font-weight: bold;
  margin-bottom: 5px;
  font-size: 15px;
}
.block-page-reviews .ant-list-item > .ant-row-flex .col-info .product,
.block-page-questions .ant-list-item > .ant-row-flex .col-info .product {
  margin-bottom: 7px;
}
.block-page-reviews .ant-list-empty-text,
.block-page-questions .ant-list-empty-text {
  text-align: left;
  padding-left: 0;
}
.block-page-reviews .photos,
.block-page-questions .photos {
  display: flex;
  flex-wrap: wrap;
  margin-top: 10px;
  margin-bottom: -10px;
}
.block-page-reviews .photos .photo,
.block-page-questions .photos .photo {
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  cursor: pointer;
  padding: 5px;
  margin: 0 10px 10px 0;
  width: 80px;
  height: 80px;
  border-width: 1px;
  border-style: solid;
  border-radius: 2px;
  border-color: transparent;
}
.block-page-reviews .photos .photo img,
.block-page-questions .photos .photo img {
  height: auto !important;
  width: auto !important;
  max-height: 100%;
  max-width: 100%;
}
.block-page-reviews .answer,
.block-page-questions .answer {
  margin-top: 15px;
  padding-left: 10px;
}
.block-page-reviews .answer-label,
.block-page-questions .answer-label {
  display: block;
  font-weight: 500;
  margin-bottom: 3px;
}
.fresnel-container {
  margin: 0;
  padding: 0;
}
@media not all and (min-width: 0px) and (max-width: 991px) {
  .fresnel-at-mobile {
    display: none!important;
  }
}
@media not all and (min-width: 992px) {
  .fresnel-at-desktop {
    display: none!important;
  }
}
@media not all and (max-width: 991px) {
  .fresnel-lessThan-desktop {
    display: none!important;
  }
}
@media not all and (min-width: 992px) {
  .fresnel-greaterThan-mobile {
    display: none!important;
  }
}
@media not all and (min-width: 0px) {
  .fresnel-greaterThanOrEqual-mobile {
    display: none!important;
  }
}
@media not all and (min-width: 992px) {
  .fresnel-greaterThanOrEqual-desktop {
    display: none!important;
  }
}
@media not all and (min-width: 0px) and (max-width: 991px) {
  .fresnel-between-mobile-desktop {
    display: none!important;
  }
}
@media (min-width: 480px) {
  .show-only-xs {
    display: none;
  }
  .hide-xs {
    display: block;
  }
}
@media (min-width: 576px) {
}
@media (min-width: 768px) {
  .block-page-cart-checkout .ant-form-item.apt {
    justify-content: flex-end;
  }
  .block-page-cart-checkout .ant-form-item.apt .ant-form-item-control-wrapper {
    flex-grow: 0;
    width: auto;
  }
}
@media (min-width: 992px) {
  .block-product-list .products .ant-card .caption .prices,
  .block-page-category .products .ant-card .caption .prices,
  .block-page-search .products .ant-card .caption .prices,
  .block-page-compare .products .ant-card .caption .prices,
  .block-page-favorites .products .ant-card .caption .prices {
    display: flex;
  }
  .block-product-list .products .ant-card .footer .prices,
  .block-page-category .products .ant-card .footer .prices,
  .block-page-search .products .ant-card .footer .prices,
  .block-page-compare .products .ant-card .footer .prices,
  .block-page-favorites .products .ant-card .footer .prices {
    display: none;
  }
  .block-product-list .products .ant-card .btn-cart span,
  .block-page-category .products .ant-card .btn-cart span,
  .block-page-search .products .ant-card .btn-cart span,
  .block-page-compare .products .ant-card .btn-cart span,
  .block-page-favorites .products .ant-card .btn-cart span {
    display: inline;
  }
  .block-product-list .products .ant-card .btn-cart .anticon,
  .block-page-category .products .ant-card .btn-cart .anticon,
  .block-page-search .products .ant-card .btn-cart .anticon,
  .block-page-compare .products .ant-card .btn-cart .anticon,
  .block-page-favorites .products .ant-card .btn-cart .anticon {
    display: none;
  }
  .block-product-list .products.centered .caption,
  .block-page-category .products.centered .caption,
  .block-page-search .products.centered .caption,
  .block-page-compare .products.centered .caption,
  .block-page-favorites .products.centered .caption {
    text-align: center;
  }
  .block-product-list .products.centered .caption .prices,
  .block-page-category .products.centered .caption .prices,
  .block-page-search .products.centered .caption .prices,
  .block-page-compare .products.centered .caption .prices,
  .block-page-favorites .products.centered .caption .prices {
    justify-content: center;
  }
  .block-product-list .products.centered .footer .btn-cart-plus-minus > .ant-row-flex,
  .block-page-category .products.centered .footer .btn-cart-plus-minus > .ant-row-flex,
  .block-page-search .products.centered .footer .btn-cart-plus-minus > .ant-row-flex,
  .block-page-compare .products.centered .footer .btn-cart-plus-minus > .ant-row-flex,
  .block-page-favorites .products.centered .footer .btn-cart-plus-minus > .ant-row-flex {
    justify-content: center;
  }
  .block-page-category .products > .ant-row-flex > .ant-col:last-child .product-wrapper,
  .block-page-search .products > .ant-row-flex > .ant-col:last-child .product-wrapper,
  .block-page-favorites .products > .ant-row-flex > .ant-col:last-child .product-wrapper {
    min-height: 400px;
  }
}
@media (min-width: 1200px) {
}
@media (max-width: 1199px) {
  .content .inner.fixed {
    max-width: 1200px;
    margin: 0 auto;
    padding-left: 20px;
    padding-right: 20px;
  }
  .block-text .inner,
  .block-feedback .inner,
  .block-catalog-menu .inner,
  .block-menu .inner,
  .block-product-slider .inner,
  .block-product-list .inner,
  .block-category-list .inner,
  .block-copyright .inner,
  .block-header .inner,
  .block-footer .inner {
    padding-left: 20px;
    padding-right: 20px;
  }
  .block-menu .my-menu-buttons-dark,
  .block-catalog-menu .my-menu-buttons-dark,
  .block-menu .my-menu-buttons-light,
  .block-catalog-menu .my-menu-buttons-light {
    margin: 0 -20px;
  }
  .block-header .cell-phone .phone,
  .block-footer .cell-phone .phone {
    font-size: 16px;
  }
}
@media (max-width: 991px) {
  .block-page h1.ant-typography {
    font-size: 20px;
    font-weight: bold;
  }
  .block-page .ant-breadcrumb {
    font-size: 11px;
  }
  .block-page-catalog .categories .ant-col {
    margin-bottom: 20px;
  }
  .block-page-catalog .categories .ant-card .ant-card-body .name {
    font-size: 14px;
  }
  .block-page-catalog .categories .ant-card .ant-card-body ul {
    display: none;
  }
  .block-product-list .products,
  .block-page-category .products,
  .block-page-search .products,
  .block-page-favorites .products {
    margin-left: 0;
    margin-right: 0;
  }
  .block-product-list .products .product-wrapper,
  .block-page-category .products .product-wrapper,
  .block-page-search .products .product-wrapper,
  .block-page-favorites .products .product-wrapper {
    min-height: auto;
  }
  .block-product-list .products .ant-card,
  .block-page-category .products .ant-card,
  .block-page-search .products .ant-card,
  .block-page-favorites .products .ant-card {
    padding: 10px 0;
  }
  .block-product-list .products .ant-card .ant-card-body,
  .block-page-category .products .ant-card .ant-card-body,
  .block-page-search .products .ant-card .ant-card-body,
  .block-page-favorites .products .ant-card .ant-card-body {
    padding: 20px 0 0;
  }
  .block-product-list .products .ant-card .ant-card-body .caption,
  .block-page-category .products .ant-card .ant-card-body .caption,
  .block-page-search .products .ant-card .ant-card-body .caption,
  .block-page-favorites .products .ant-card .ant-card-body .caption {
    height: 34px;
  }
  .block-product-list .products .ant-card .ant-card-body .caption .name,
  .block-page-category .products .ant-card .ant-card-body .caption .name,
  .block-page-search .products .ant-card .ant-card-body .caption .name,
  .block-page-favorites .products .ant-card .ant-card-body .caption .name {
    font-size: 12px;
    max-height: 34px;
  }
  .block-product-list .products .ant-card .ant-card-body .caption .prices,
  .block-page-category .products .ant-card .ant-card-body .caption .prices,
  .block-page-search .products .ant-card .ant-card-body .caption .prices,
  .block-page-favorites .products .ant-card .ant-card-body .caption .prices {
    display: none;
  }
  .block-product-list .products .ant-card .ant-card-body .footer,
  .block-page-category .products .ant-card .ant-card-body .footer,
  .block-page-search .products .ant-card .ant-card-body .footer,
  .block-page-favorites .products .ant-card .ant-card-body .footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .block-product-list .products .ant-card .ant-card-body .footer .prices,
  .block-page-category .products .ant-card .ant-card-body .footer .prices,
  .block-page-search .products .ant-card .ant-card-body .footer .prices,
  .block-page-favorites .products .ant-card .ant-card-body .footer .prices {
    display: flex;
    font-size: 14px;
  }
  .block-product-list .products .ant-card .ant-card-body .footer .prices .suffix,
  .block-page-category .products .ant-card .ant-card-body .footer .prices .suffix,
  .block-page-search .products .ant-card .ant-card-body .footer .prices .suffix,
  .block-page-favorites .products .ant-card .ant-card-body .footer .prices .suffix {
    font-size: 12px;
  }
  .block-product-list .products .ant-card .ant-card-body .footer .price_old,
  .block-page-category .products .ant-card .ant-card-body .footer .price_old,
  .block-page-search .products .ant-card .ant-card-body .footer .price_old,
  .block-page-favorites .products .ant-card .ant-card-body .footer .price_old {
    font-size: 13px;
  }
  .block-product-list .products .ant-card .ant-card-body .btn-cart,
  .block-page-category .products .ant-card .ant-card-body .btn-cart,
  .block-page-search .products .ant-card .ant-card-body .btn-cart,
  .block-page-favorites .products .ant-card .ant-card-body .btn-cart {
    display: block;
  }
  .block-product-list .products .ant-card .ant-card-body .btn-cart .ant-btn,
  .block-page-category .products .ant-card .ant-card-body .btn-cart .ant-btn,
  .block-page-search .products .ant-card .ant-card-body .btn-cart .ant-btn,
  .block-page-favorites .products .ant-card .ant-card-body .btn-cart .ant-btn {
    height: 24px;
    padding: 0 7px;
  }
  .block-product-list .products .ant-card .ant-card-body .btn-cart .ant-btn span,
  .block-page-category .products .ant-card .ant-card-body .btn-cart .ant-btn span,
  .block-page-search .products .ant-card .ant-card-body .btn-cart .ant-btn span,
  .block-page-favorites .products .ant-card .ant-card-body .btn-cart .ant-btn span {
    display: none;
  }
  .block-product-list .products .ant-card .ant-card-body .btn-cart .ant-btn .anticon,
  .block-page-category .products .ant-card .ant-card-body .btn-cart .ant-btn .anticon,
  .block-page-search .products .ant-card .ant-card-body .btn-cart .ant-btn .anticon,
  .block-page-favorites .products .ant-card .ant-card-body .btn-cart .ant-btn .anticon {
    display: inline;
  }
  .block-product-list .products .ant-card-cover .label-tags,
  .block-page-category .products .ant-card-cover .label-tags,
  .block-page-search .products .ant-card-cover .label-tags,
  .block-page-favorites .products .ant-card-cover .label-tags {
    overflow: hidden;
    font-size: 12px;
  }
  .block-product-list .products .ant-card:hover,
  .block-page-category .products .ant-card:hover,
  .block-page-search .products .ant-card:hover,
  .block-page-favorites .products .ant-card:hover {
    position: relative;
    background: none !important;
    box-shadow: none !important;
    border: 0;
  }
  .block-product-list .products .ant-card:hover .btn-cart,
  .block-page-category .products .ant-card:hover .btn-cart,
  .block-page-search .products .ant-card:hover .btn-cart,
  .block-page-favorites .products .ant-card:hover .btn-cart {
    margin-top: 0;
  }
  .block-product-list .products .ant-card:hover .btns-fav-compare,
  .block-page-category .products .ant-card:hover .btns-fav-compare,
  .block-page-search .products .ant-card:hover .btns-fav-compare,
  .block-page-favorites .products .ant-card:hover .btns-fav-compare {
    display: none;
  }
  .block-product-list .text-above,
  .block-page-category .text-above,
  .block-page-search .text-above,
  .block-page-favorites .text-above {
    font-size: 12px;
  }
  .block-product-list .text-below,
  .block-page-category .text-below,
  .block-page-search .text-below,
  .block-page-favorites .text-below {
    font-size: 12px;
  }
  .block-product-slider .carousel .ant-card-body .caption .name {
    font-size: 12px;
  }
  .block-product-slider .carousel .ant-card-body .caption .price {
    font-size: 14px;
  }
  .block-product-slider .carousel .ant-card-body .caption .price_old {
    font-size: 13px;
  }
  .block-product-slider .carousel .ant-card-body .caption .prices .suffix {
    font-size: 12px;
  }
  .block-page-compare .ant-card {
    width: 125px;
  }
  .block-page-compare .ant-card-body .name {
    font-size: 12px;
  }
  .block-page-compare .ant-card-body .price {
    font-size: 13px;
  }
  .block-page-compare .products .btn-cart .ant-btn {
    padding: 0 5px;
  }
  .block-page-compare .products .btn-cart .ant-btn span {
    margin-left: 0;
  }
  .block-page-compare .products .btn-cart .ant-btn .anticon {
    display: none;
  }
  .block-page-compare .products table td {
    font-size: 12px;
  }
  .block-page-product .ant-breadcrumb {
    margin-bottom: 20px;
  }
  .block-page-product .mobile-head {
    margin-bottom: 20px;
  }
  .block-page-product .mobile-head .mobile-h1 {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 10px;
  }
  .block-page-product .carousel-small {
    margin-bottom: 20px;
  }
  .block-page-product .carousel-small .carousel__back-button,
  .block-page-product .carousel-small .carousel__next-button {
    padding: 0 10px;
  }
  .block-page-product .ant-tabs {
    margin: 0 -20px;
  }
  .block-page-product .ant-tabs .ant-tabs-content {
    padding: 0 20px;
  }
  .block-page-product .ant-tabs .ant-tabs-nav .ant-tabs-tab {
    padding: 6px 0;
    margin-right: 18px;
    font-size: 14px;
  }
  .block-page-product .ant-tabs .ant-tabs-tab-prev.ant-tabs-tab-arrow-show,
  .block-page-product .ant-tabs .ant-tabs-tab-next.ant-tabs-tab-arrow-show {
    width: 20px;
  }
  .block-page-product .ant-tabs .ant-tabs-nav-container {
    padding: 0 20px;
  }
  .block-page-product .features {
    margin-left: 0;
  }
  .block-page-product .ant-rate {
    font-size: 14px;
  }
  .block-page-product .brief {
    font-size: 13px;
    margin-top: 10px;
  }
  .block-page-product .side {
    margin-bottom: 20px;
  }
  .block-page-product .side .price {
    font-size: 24px;
  }
  .block-page-product .side .prices {
    margin-bottom: 15px;
  }
  .block-page-product .side .prices .from {
    font-size: 20px;
  }
  .block-page-product .side .text {
    padding: 0;
  }
  .block-page-product .others .carousel .header .title,
  .block-page-product .last-viewed .carousel .header .title {
    font-size: 16px;
  }
  .block-page-cart .products {
    margin-bottom: 20px;
  }
  .block-page-cart .products .ant-row-flex {
    flex-wrap: nowrap;
  }
  .block-page-cart .products table tbody .img {
    padding: 10px 0;
  }
  .block-page-cart .products table tbody .info {
    min-height: 95px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  .block-page-cart .products table tbody .name a {
    display: inline-block;
    line-height: 20px;
    font-size: 13px;
  }
  .block-page-cart .products table tbody .name .properties {
    font-size: 12px;
  }
  .block-page-cart .products table tbody .delete .ant-btn {
    line-height: 24px;
    height: 24px;
    padding: 0 5px;
  }
  .block-page-cart .products table tbody .count .ant-input-number {
    position: relative;
  }
  .block-page-cart .products table tbody .count .ant-input-number-handler-wrap {
    position: static;
    opacity: 1;
    border: 0;
    background: none;
  }
  .block-page-cart .products table tbody .count .ant-input-number-handler {
    height: 100%;
    position: absolute;
  }
  .block-page-cart .products table tbody .count .ant-input-number-handler-up {
    right: 0;
    left: auto;
    width: 20px;
    border-left: 1px solid rgba(255, 255, 255, 0.4);
    border-bottom-right-radius: 4px;
    border-top-left-radius: 0;
  }
  .block-page-cart .products table tbody .count .ant-input-number-handler-down {
    left: 0;
    right: auto;
    width: 20px;
    border-right: 1px solid rgba(255, 255, 255, 0.4);
    border-top: 0;
    border-left: 0;
    border-bottom-right-radius: 0;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
  }
  .block-page-cart .products table tbody .count .ant-input-number-handler-up,
  .block-page-cart .products table tbody .count .ant-input-number-handler-down {
    display: block;
    height: 100% !important;
  }
  .block-page-cart .products table tbody .count .ant-input-number-handler-up-inner,
  .block-page-cart .products table tbody .count .ant-input-number-handler-down-inner {
    transform: scale(1);
    color: rgba(255, 255, 255, 0.4);
    margin-top: -6px;
  }
  .block-page-cart .products table tbody .count .ant-input-number-input {
    position: absolute;
    top: 0;
    left: 20px;
    right: 20px;
    width: calc(100% - 40px);
    text-align: center;
  }
  .block-page-cart .products table tbody .count .multiplicity {
    font-size: 12px;
    line-height: 14px;
  }
  .block-page-cart .products table tbody .total {
    font-weight: bold;
    text-align: right;
  }
  .block-page-cart .products table tbody .price {
    font-size: 11px;
    line-height: 12px;
    text-align: right;
  }
  .block-page-cart .products table tfoot .total {
    font-weight: bold;
    white-space: nowrap;
  }
  .block-page-cart .products table tfoot .text {
    font-size: 12px;
  }
  .block-page-cart-checkout .ant-form .ant-radio-group.payment-method {
    display: flex;
    flex-wrap: wrap;
    margin-right: -20px;
  }
  .block-page-cart-checkout .ant-form .ant-radio-group.payment-method .ant-radio-button-wrapper {
    width: 45%;
  }
  .block-page-cart-checkout .footer .back span {
    display: none;
  }
  .block-page-cart-checkout .footer .ant-card.cart-summary {
    border: 0;
  }
  .block-page-cart-checkout .footer .ant-card.cart-summary .ant-card-body {
    padding: 0;
    display: flex;
    flex-direction: column;
  }
  .block-page-cart-checkout .footer .ant-card.cart-summary .total {
    font-weight: bold;
    margin: 5px 0 20px;
    order: 2;
    text-align: right;
    font-size: 16px;
  }
  .block-page-cart-checkout .footer .ant-card.cart-summary .info {
    order: 1;
  }
  .block-page-cart-checkout .footer .ant-card.cart-summary .info .row {
    display: flex;
    justify-content: space-between;
  }
  .block-page-cart-checkout .footer .ant-card.cart-summary .info .row .right {
    text-align: right;
    font-weight: bold;
  }
  .block-page-cart-checkout .promocode {
    margin-bottom: 20px;
  }
  .block-page-cart-checkout .promocode .ant-row-flex {
    margin-bottom: 0;
  }
  .block-page-cart-success .alert {
    padding: 15px;
    margin-bottom: 20px;
  }
  .block-page-cart-success .alert h1 {
    font-size: 22px;
  }
  .block-page-cart-success .alert p {
    margin-left: 0;
  }
  .block-page-cart-success .alert .continue {
    margin-top: 20px;
    text-align: center;
  }
  .block-page-cart-success .products table {
    width: 100%;
  }
  .block-page-cart-success .products table tbody td {
    padding: 5px;
  }
  .block-page-cart-success .products table tbody .img {
    padding: 10px;
    padding-left: 0;
    width: 80px;
  }
  .block-page-cart-success .products table tbody .info {
    min-height: 70px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  .block-page-cart-success .products table tbody .name a {
    display: inline-block;
    line-height: 20px;
    font-size: 13px;
  }
  .block-page-cart-success .products table tbody .name .properties {
    font-size: 12px;
  }
  .block-page-cart-success .products table tbody .price {
    margin-top: 5px;
    font-weight: bold;
  }
  .block-page-my-profile .ant-form-item {
    flex-direction: column;
    margin-bottom: 10px !important;
  }
  .block-page-my-profile .ant-form-item-label {
    padding-bottom: 0;
  }
  .block-page-my-profile .ant-form-item .ant-form-item-control {
    max-width: 100% !important;
  }
  .block-page-my-profile .ant-form-item.apt .ant-form-item-label {
    text-align: left !important;
  }
  .block-page-my-profile .ant-form-item.apt .ant-form-item-control {
    margin-left: 0 !important;
  }
  .block-page-my-profile .info .col-form {
    order: 2;
  }
  .block-page-my-profile .info .col-avatar {
    order: 1;
    text-align: center;
    margin-bottom: 20px;
  }
  .block-page-my-orders .ant-card {
    margin-bottom: 20px;
  }
  .block-page-my-orders .ant-card-body {
    padding: 0;
  }
  .block-page-my-orders .ant-card-body .cart table {
    width: 100%;
  }
  .block-page-my-orders .ant-card-body .cart table tbody td {
    padding: 5px;
  }
  .block-page-my-orders .ant-card-body .cart table tbody .img {
    padding: 10px;
    padding-left: 0;
    width: 80px;
  }
  .block-page-my-orders .ant-card-body .cart table tbody .info {
    min-height: 70px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  .block-page-my-orders .ant-card-body .cart table tbody .name a {
    display: inline-block;
    line-height: 20px;
    font-size: 13px;
  }
  .block-page-my-orders .ant-card-body .cart table tbody .name .properties {
    font-size: 12px;
  }
  .block-page-my-orders .ant-card-body .cart table tbody .price {
    margin-top: 5px;
    font-weight: bold;
  }
  .block-page-404 h1.ant-typography {
    padding-right: 40px;
    background-size: 26px;
  }
  .block-header .inner,
  .block-footer .inner {
    padding: 0 20px;
  }
  .block-header .cell-logo a,
  .block-footer .cell-logo a {
    text-align: center !important;
  }
  .block-header .cell-logo img,
  .block-footer .cell-logo img {
    max-height: 100px;
  }
  .block-footer .ant-row-flex > div + div {
    margin-top: 10px;
  }
  .block-menu .ant-row-flex,
  .block-catalog-menu .ant-row-flex {
    flex-wrap: nowrap;
    overflow-x: scroll;
    justify-content: flex-start;
  }
  .block-menu .ant-row-flex .ant-col,
  .block-catalog-menu .ant-row-flex .ant-col {
    width: auto !important;
  }
  .block-menu .inner,
  .block-catalog-menu .inner {
    overflow-x: auto;
  }
  .block-menu .my-menu-item,
  .block-catalog-menu .my-menu-item,
  .block-menu .my-menu-submenu.menuitem-overflowed,
  .block-catalog-menu .my-menu-submenu.menuitem-overflowed {
    display: inline-block !important;
  }
  .block-menu .my-menu-overflowed-submenu,
  .block-catalog-menu .my-menu-overflowed-submenu {
    display: none !important;
  }
  .block-menu .my-menu .menu-item-catalog,
  .block-catalog-menu .my-menu .menu-item-catalog {
    display: none !important;
  }
  .block-mosaic .ant-row-flex {
    flex-wrap: nowrap;
    overflow-x: scroll;
    justify-content: flex-start;
  }
  .block-mosaic .ant-row-flex .ant-col {
    width: auto !important;
  }
  .block-mosaic .ant-row-flex img {
    max-height: 150px;
  }
  .block-triggers .mobile-horizontal .ant-row {
    display: flex;
    flex-wrap: nowrap;
    overflow-x: auto;
    justify-content: flex-start;
  }
  .block-triggers .mobile-horizontal .ant-row .ant-col {
    width: auto !important;
  }
  .block-triggers .mobile-horizontal .ant-list-item {
    max-width: 280px !important;
  }
  .block-triggers .mobile-vertical .ant-row {
    flex-direction: column;
  }
  .block-triggers .mobile-vertical .ant-row .ant-col {
    width: auto !important;
  }
  .block-triggers .mobile-vertical .ant-row .ant-col + .ant-col {
    margin-top: 10px;
  }
  .block-slideshow .carousel__back-button,
  .block-slideshow .carousel__next-button {
    display: none !important;
  }
  .block-text .table-wrapper {
    overflow-x: auto;
  }
  .block-product-slider .carousel .header .title {
    font-size: 16px;
  }
  .block-product-list .header,
  .block-category-list .header {
    font-size: 16px;
  }
  .block-copyright .inner {
    padding: 5px 10px;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .block-copyright .inner > div {
    text-align: center;
    margin: 5px 0;
  }
  .block-copyright .inner .links {
    padding-left: 0;
  }
  .block-copyright .inner .year {
    font-size: 12px;
  }
  .block-copyright .inner .bmshop {
    font-size: 12px;
  }
  .block-copyright .outer {
    padding-bottom: 0;
  }
  .block-product-list .product-img,
  .block-page-category .product-img,
  .block-page-search .product-img,
  .block-page-favorites .product-img,
  .block-product-list .category-img,
  .block-page-category .category-img,
  .block-page-search .category-img,
  .block-page-favorites .category-img {
    font-size: 10vw;
  }
  .block-page-product .img {
    font-size: 15vw;
  }
  .block.hide-mobile {
    display: none;
  }
  .scroll-top {
    display: none !important;
  }
}
@media (max-width: 767px) {
  .block-page-product .features tr > td.name {
    width: 50%;
  }
  .block-page-product .ant-tabs-content .text {
    overflow-x: auto;
  }
  .block-page-cart-checkout .ant-form-item {
    flex-direction: column;
    margin-bottom: 10px !important;
  }
  .block-page-cart-checkout .ant-form-item-label {
    padding-bottom: 0;
  }
  .block-page-cart-checkout .ant-form-item .ant-form-item-control {
    max-width: 100% !important;
  }
  .block-page-cart-checkout .ant-form-item.apt .ant-form-item-label {
    text-align: left !important;
  }
  .block-page-cart-checkout .ant-form-item.apt .ant-form-item-control {
    margin-left: 0 !important;
  }
  .block-page-cart-checkout .ant-form .delivery-methods .ant-radio-group .ant-radio-wrapper {
    padding: 10px 5px;
  }
  .block-page-cart-checkout .pickup-points .ant-select-selection-selected-value {
    max-width: 500px;
  }
}
@media (max-width: 575px) {
  .block-page-product .reviews .info .date,
  .block-page-product .questions .info .date,
  .block-page-product .comments .info .date {
    display: none;
  }
  .block-page-product .reviews .text,
  .block-page-product .questions .text,
  .block-page-product .comments .text {
    font-size: 13px;
  }
  .block-page-product .reviews .header .header-text,
  .block-page-product .questions .header .header-text,
  .block-page-product .comments .header .header-text {
    font-size: 14px;
  }
  .block-page-product .img {
    font-size: 25vw;
  }
  .block-header .cell-mobileMenu .anticon,
  .block-footer .cell-mobileMenu .anticon,
  .block-header .cell-mobileSearch .anticon,
  .block-footer .cell-mobileSearch .anticon,
  .block-header .cell-mobilePhone .anticon,
  .block-footer .cell-mobilePhone .anticon,
  .block-header .cell-mobileCart .anticon,
  .block-footer .cell-mobileCart .anticon,
  .block-header .cell-cart .anticon,
  .block-footer .cell-cart .anticon {
    font-size: 22px;
  }
  .added-to-cart-notification .header {
    font-size: 14px !important;
  }
  .block-product-list .product-img,
  .block-page-category .product-img,
  .block-page-search .product-img,
  .block-page-favorites .product-img,
  .block-product-list .category-img,
  .block-page-category .category-img,
  .block-page-search .category-img,
  .block-page-favorites .category-img {
    font-size: 15vw;
  }
  .block-page-catalog .categories .ant-card .ant-card-cover .empty-img {
    font-size: 15vw;
  }
  .block-page-product .ant-tabs .ant-tabs-nav .ant-tabs-tab {
    margin-right: 14px;
  }
  .block-page-product .ant-tabs .count {
    display: none;
  }
  .block-page-cart-checkout .pickup-points .ant-select-selection-selected-value {
    max-width: 300px;
  }
}
@media (max-width: 479px) {
  .show-only-xs {
    display: block;
  }
  .hide-xs {
    display: none;
  }
  .block-slideshow .carousel .carousel__dot-group {
    bottom: 10px;
    font-size: 12px;
  }
  .block-page-cart-success .alert,
  .block-page-order-private .alert {
    text-align: center;
  }
  .block-page-cart-success .alert .continue,
  .block-page-order-private .alert .continue {
    margin-top: 20px;
  }
  .block-page-cart-success .alert p,
  .block-page-order-private .alert p {
    margin-left: 0;
  }
  .block-page-cart-success .alert .anticon-check,
  .block-page-order-private .alert .anticon-check {
    display: none;
  }
  .block-page-cart-success .payment-method,
  .block-page-order-private .payment-method {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .block-page-cart-success .payment-method .ant-radio-button-wrapper,
  .block-page-order-private .payment-method .ant-radio-button-wrapper {
    width: 45% !important;
  }
  .block-page-cart-success .footer .ant-btn,
  .block-page-order-private .footer .ant-btn {
    width: 100%;
    display: block;
  }
  .block-page-blog-section .posts .ant-card-body .inner {
    padding: 7px 10px;
  }
  .block-page-blog-section .posts .ant-card-body .inner .name {
    font-size: 13px;
  }
  .block-page-blog-section .posts .ant-card-body .inner .brief {
    font-size: 12px;
  }
  .block-page-blog-section .posts .ant-card-body .inner .date {
    font-size: 12px;
  }
}
.cart-popover .ant-popover-arrow {
  right: 10px !important;
}
.cart-popover .cart-popover-body {
  width: 290px;
  min-height: 100px;
  color: #000;
}
.cart-popover .cart-popover-body .head {
  border-bottom: 1px solid #f0f0f0;
  padding-bottom: 10px;
}
.cart-popover .cart-popover-body .head .total {
  font-weight: bold;
}
.cart-popover .cart-popover-body .products {
  max-height: 242px;
  overflow-y: auto;
  margin-right: -16px;
  padding-right: 16px;
}
.cart-popover .cart-popover-body .products table {
  width: 100%;
}
.cart-popover .cart-popover-body .products table td {
  vertical-align: top;
  padding: 5px;
  border-bottom: 1px solid #f0f0f0;
}
.cart-popover .cart-popover-body .products table td.info {
  width: 200px;
}
.cart-popover .cart-popover-body .products table tr:hover .remove {
  display: block;
  cursor: pointer;
}
.cart-popover .cart-popover-body .products table tr:last-child td {
  border-bottom: 0;
}
.cart-popover .cart-popover-body .products .img {
  padding-left: 0;
}
.cart-popover .cart-popover-body .products .img .product-img {
  width: 70px;
  font-size: 30px;
}
.cart-popover .cart-popover-body .products .info {
  position: relative;
}
.cart-popover .cart-popover-body .products .info .name {
  margin-top: 3px;
}
.cart-popover .cart-popover-body .products .info .properties {
  font-size: 12px;
}
.cart-popover .cart-popover-body .products .info .price-wrapper {
  font-size: 13px;
  margin-top: 5px;
}
.cart-popover .cart-popover-body .products .info .price-wrapper .price {
  font-weight: bold;
}
.cart-popover .cart-popover-body .products .info .price-wrapper .count {
  color: #999;
  margin-left: 10px;
}
.cart-popover .cart-popover-body .products .remove {
  display: none;
  position: absolute;
  top: 2px;
  right: 0px;
  font-size: 10px;
  padding: 0 5px;
  color: #999;
}
.cart-popover .cart-popover-body .buttons {
  display: flex;
  border-top: 1px solid #f0f0f0;
  padding: 15px 0 5px;
}
.cart-popover .cart-popover-body .buttons .ant-btn {
  padding: 0 10px;
  font-size: 12px;
  height: 30px;
}
.cart-popover .cart-popover-body.empty {
  display: flex;
  justify-content: center;
  flex-direction: column;
  text-align: center;
}
.phone-popover {
  max-width: 280px;
}
.phone-popover .label {
  color: #949494;
  font-size: 13px;
}
.phone-popover .phone,
.phone-popover .address,
.phone-popover .text {
  margin-bottom: 10px;
}
.phone-popover .call-btn .ant-btn {
  height: 28px;
}
.phone-popover .phones .phone .value {
  font-size: 20px;
  line-height: 22px;
}
.phone-popover .phones .phone .value a {
  color: #000;
}
.auth-modal .ant-modal-close-x {
  width: 36px;
  height: 36px;
  font-size: 12px;
  line-height: 36px;
}
.auth-modal .ant-modal-content {
  border-radius: 4px;
}
.auth-modal .auth-modal-tabs.ant-tabs-card .ant-tabs-card-bar {
  border: 0;
  margin-bottom: 17px;
}
.auth-modal .auth-modal-tabs.ant-tabs-card .ant-tabs-card-bar .ant-tabs-nav-container {
  height: auto;
}
.auth-modal .auth-modal-tabs.ant-tabs-card .ant-tabs-card-bar .ant-tabs-tab {
  border: 0;
  background: none;
  padding: 0;
  margin-right: 20px;
  font-size: 20px;
  line-height: initial;
  height: auto;
  color: #4580B2;
  font-weight: normal;
  border-bottom: 1px dashed #4580B2;
}
.auth-modal .auth-modal-tabs.ant-tabs-card .ant-tabs-card-bar .ant-tabs-tab-active {
  color: #000 !important;
  font-weight: 500;
  border-bottom: 0;
}
.auth-modal .ant-form {
  padding-right: 48px;
}
.auth-modal .ant-form .ant-form-item-with-help {
  margin-bottom: 12px;
}
.auth-modal .ant-form .ant-form-item .forgot-link {
  position: absolute;
  line-height: 18px;
  bottom: -30px;
  right: 0;
}
.auth-modal .ant-btn-primary {
  min-width: 150px;
}
.auth-modal .footer {
  display: flex;
  align-items: center;
  border-top: 1px solid #D9D9D9;
  margin: 24px -24px -24px;
  padding: 12px 24px;
}
.auth-modal .footer .socials {
  display: flex;
  margin-left: 20px;
}
.auth-modal .footer .socials .item {
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  width: 25px;
  height: 25px;
  margin-right: 10px;
  font-size: 14px;
  border-radius: 2px;
  color: #fff;
}
.auth-modal .footer .socials .item:hover {
  opacity: 0.8;
}
.auth-modal .footer .socials .item.vkontakte {
  background-color: #2E6FB1;
}
.auth-modal .footer .socials .item.facebook {
  background-color: #1843A1;
}
.auth-modal .footer .socials .item.google {
  background-color: #D93C3C;
}
.auth-modal .footer .socials .item.yandex {
  background-color: #e61401;
}
.auth-modal .footer .socials .item.instagram {
  background-color: #903597;
}
.auth-modal .footer .socials .item.disabled {
  background-color: #eee;
  color: #8C8C8C;
}
.preorder-modal .product-properties {
  line-height: 18px;
  font-size: 13px;
}
.ant-modal .ant-form .ant-form-item {
  margin-bottom: 12px;
}
.ant-modal .ant-form .ant-form-item-label {
  padding: 0 0 4px;
  line-height: 1.5;
}
.ant-modal .ant-form .ant-form-item-agree {
  margin-bottom: 7px;
}
.ant-modal .ant-form .ant-form-item-agree .ant-form-item-label {
  line-height: 0;
}
.ant-modal .ant-form .ant-form-item-agree .ant-form-item-control {
  line-height: 20px;
}
.ant-modal .ant-form .ant-form-item-agree .ant-form-item-required::after {
  content: '';
}
.ant-modal .ant-form .ant-form-item.phone input {
  width: 50%;
  min-width: 120px;
}
.preview-modal img {
  cursor: zoom-out;
}
.preview-modal .ant-modal-body {
  display: flex;
  align-items: center;
  justify-content: center;
}
.preview-modal .ant-modal-footer {
  text-align: center;
}
.preview-modal .ant-modal-close-x {
  width: 24px;
  height: 24px;
  line-height: 24px;
}
.gallery-modal {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100% !important;
  height: 100%;
  padding-bottom: 0;
}
.gallery-modal .ant-modal-content {
  border-radius: 0;
  height: 100%;
}
.gallery-modal .ant-modal-body {
  height: 100%;
}
.gallery-modal .gallery {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  position: relative;
}
.gallery-modal .gallery-main {
  flex-grow: 2;
  width: 100%;
  position: relative;
}
.gallery-modal .gallery-main .img {
  cursor: zoom-out;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.gallery-modal .gallery-main .btn-left,
.gallery-modal .gallery-main .btn-right {
  position: absolute;
  top: 50%;
  margin-top: -16px;
}
.gallery-modal .gallery-main .btn-left {
  left: 0;
}
.gallery-modal .gallery-main .btn-right {
  right: 0;
}
.gallery-modal .gallery-thumbnails {
  padding-top: 24px;
  overflow-x: auto;
  display: flex;
  justify-content: center;
  flex-wrap: nowrap;
}
.gallery-modal .gallery .thumbnail {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 5px;
  padding: 5px;
  height: 60px;
  width: 60px;
}
.gallery-modal .gallery .thumbnail.selected {
  background: rgba(0, 0, 0, 0.05);
  border-radius: 3px;
}
.gallery-modal .gallery .thumbnail img {
  cursor: pointer;
  max-width: 50px;
  max-height: 50px;
}
.clean-modal .ant-modal-close-x {
  width: 24px;
  height: 24px;
  line-height: 30px;
}
.allow-using-cookies .ant-notification-notice-message,
.allow-using-cookies .ant-notification-notice-close {
  display: none;
}
.allow-using-cookies .ant-notification-notice-btn {
  float: none;
  display: block;
}
.sort-drawer .ant-radio-group {
  display: flex;
  flex-direction: column;
}
.sort-drawer .ant-radio-group .ant-radio-wrapper {
  height: 36px;
  border-bottom: 1px solid #D5D5D5;
  padding: 0 16px 0 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-right: 0;
}
.sort-drawer .ant-radio-group .ant-radio-wrapper > span {
  line-height: 35px;
}
.sort-drawer .ant-radio-group .ant-radio-wrapper .ant-radio {
  order: 2;
}
.sort-drawer .ant-radio-group .ant-radio-wrapper .ant-radio + * {
  padding-left: 0;
}
.filter-drawer .ant-checkbox-group .ant-checkbox-wrapper {
  margin: 0 10px 10px 0;
}
.filter-drawer .ant-card-head {
  border-bottom: 0;
  padding: 0 20px 0 0;
  min-height: 36px;
  font-size: 14px;
  font-weight: bold;
}
.filter-drawer .ant-card-head .ant-card-head-title {
  padding: 12px 0;
}
.filter-drawer .ant-card-body {
  padding-bottom: 14px;
  padding: 0 20px 5px 0;
}
.filter-drawer .ant-card + .ant-card {
  border-top: 1px solid #D5D5D5;
}
.filter-drawer .ant-slider-handle {
  width: 20px;
  height: 20px;
  margin-top: -8px;
  border: 0;
}
.filter-drawer .inputs {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 15px;
  margin-bottom: 10px;
}
.filter-drawer .inputs .anticon-minus {
  color: #d9d9d9;
  margin: 0 10px;
}
.filter-drawer .inputs .ant-input-number {
  width: 100%;
}
.menu-drawer .ant-list {
  margin-bottom: 15px;
}
.menu-drawer .ant-list .ant-list-item {
  font-size: 16px;
  padding: 0;
  padding-right: 20px;
  border-bottom: 1px solid #D5D5D5 !important;
  min-height: 36px;
  position: relative;
}
.menu-drawer .ant-list .ant-list-item > a,
.menu-drawer .ant-list .ant-list-item > span {
  color: #000 !important;
  display: block;
  padding: 12px 0;
  width: 100%;
}
.menu-drawer .ant-list .ant-list-item.bold {
  font-weight: bold;
  color: #000;
}
.menu-drawer .ant-list .ant-list-item .anticon-right {
  position: absolute;
  top: 16px;
  right: 20px;
}
.menu-drawer .cell-social {
  margin: 20px 0;
}
.menu-drawer .cell-social a + a {
  margin-left: 10px;
}
.menu-drawer .cell-social .anticon {
  font-size: 36px;
  vertical-align: -0.25em;
  color: #000;
}
.phone-drawer .ant-drawer-body .ant-drawer-content {
  padding: 20px;
}
.phone-drawer .label {
  color: #949494;
  font-size: 13px;
}
.phone-drawer .phone,
.phone-drawer .address,
.phone-drawer .text {
  margin-bottom: 10px;
  color: #000;
}
.phone-drawer .call-btn .ant-btn {
  height: 28px;
}
.phone-drawer .phones .phone .value {
  font-size: 20px;
}
.phone-drawer .phones .phone .value a {
  color: #000;
}
.added-to-cart-notification {
  padding: 15px 20px;
}
.added-to-cart-notification .ant-notification-notice-message {
  display: none;
}
.added-to-cart-notification .body > .ant-row-flex {
  flex-wrap: nowrap;
}
.added-to-cart-notification .body > .ant-row-flex .col-image {
  width: 90px;
}
.added-to-cart-notification .body > .ant-row-flex .col-info {
  flex-grow: 2;
}
.added-to-cart-notification .body > .ant-row-flex .col-info .header {
  font-size: 17px;
  font-weight: 500;
  padding-right: 20px;
}
.added-to-cart-notification .body > .ant-row-flex .col-info .ant-btn {
  margin-top: 12px;
}
/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
.my-menu {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: #000;
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5;
  font-feature-settings: 'tnum';
  margin-bottom: 0;
  padding-left: 0;
  line-height: 0;
  list-style: none;
  outline: none;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
  transition: background 0.3s, width 0.2s;
  zoom: 1;
}
.my-menu::before,
.my-menu::after {
  display: table;
  content: '';
}
.my-menu::after {
  clear: both;
}
.my-menu ul,
.my-menu ol {
  margin: 0;
  padding: 0;
  list-style: none;
}
.my-menu-hidden {
  display: none;
}
.my-menu-item-group-title {
  padding: 8px 16px;
  font-size: 14px;
  line-height: 1.5;
  transition: all 0.3s;
}
.my-menu-submenu .my-menu-sub {
  cursor: initial;
  transition: background 0.3s cubic-bezier(0.645, 0.045, 0.355, 1), padding 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.my-menu-item > a {
  display: block;
}
.my-menu-item > a::before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: transparent;
  content: '';
}
.my-menu-item-divider {
  height: 1px;
  overflow: hidden;
  line-height: 0;
  background-color: #e8e8e8;
}
.my-menu-vertical.my-menu-sub,
.my-menu-vertical-left.my-menu-sub,
.my-menu-vertical-right.my-menu-sub {
  min-width: 160px;
  padding: 0;
  border-right: 0;
  transform-origin: 0 0;
}
.my-menu-vertical.my-menu-sub .my-menu-item,
.my-menu-vertical-left.my-menu-sub .my-menu-item,
.my-menu-vertical-right.my-menu-sub .my-menu-item {
  left: 0;
  margin-left: 0;
  border-right: 0;
}
.my-menu-vertical.my-menu-sub .my-menu-item::after,
.my-menu-vertical-left.my-menu-sub .my-menu-item::after,
.my-menu-vertical-right.my-menu-sub .my-menu-item::after {
  border-right: 0;
}
.my-menu-vertical.my-menu-sub > .my-menu-item,
.my-menu-vertical-left.my-menu-sub > .my-menu-item,
.my-menu-vertical-right.my-menu-sub > .my-menu-item,
.my-menu-vertical.my-menu-sub > .my-menu-submenu,
.my-menu-vertical-left.my-menu-sub > .my-menu-submenu,
.my-menu-vertical-right.my-menu-sub > .my-menu-submenu {
  transform-origin: 0 0;
}
.my-menu-horizontal.my-menu-sub {
  min-width: 114px;
}
.my-menu-item,
.my-menu-submenu-title {
  position: relative;
  display: block;
  margin: 0;
  padding: 0 20px;
  white-space: nowrap;
  cursor: pointer;
}
.my-menu > .my-menu-item-divider {
  height: 1px;
  margin: 1px 0;
  padding: 0;
  overflow: hidden;
  line-height: 0;
  background-color: #e8e8e8;
}
.my-menu-submenu-popup {
  position: absolute;
  z-index: 1050;
  background: #fff;
}
.my-menu-submenu-popup .submenu-title-wrapper {
  padding-right: 20px;
}
.my-menu-submenu-popup::before {
  position: absolute;
  top: -7px;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0.0001;
  content: ' ';
}
.my-menu-submenu-popup .my-menu-item-active,
.my-menu-submenu-popup .my-menu-submenu-active {
  background-color: rgba(0, 0, 0, 0.05);
}
.my-menu-submenu-popup .my-menu-item a,
.my-menu-submenu-popup .my-menu-submenu a {
  color: #000 !important;
}
.my-menu-submenu > .my-menu-submenu-title::after {
  transition: transform 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.my-menu-submenu-vertical > .my-menu-submenu-title .my-menu-submenu-arrow,
.my-menu-submenu-vertical-left > .my-menu-submenu-title .my-menu-submenu-arrow,
.my-menu-submenu-vertical-right > .my-menu-submenu-title .my-menu-submenu-arrow,
.my-menu-submenu-horizontal > .my-menu-submenu-title .my-menu-submenu-arrow {
  position: absolute;
  top: 50%;
  right: 23px;
  width: 10px;
  transition: transform 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.my-menu-submenu-vertical > .my-menu-submenu-title .my-menu-submenu-arrow::before,
.my-menu-submenu-vertical-left > .my-menu-submenu-title .my-menu-submenu-arrow::before,
.my-menu-submenu-vertical-right > .my-menu-submenu-title .my-menu-submenu-arrow::before,
.my-menu-submenu-horizontal > .my-menu-submenu-title .my-menu-submenu-arrow::before,
.my-menu-submenu-vertical > .my-menu-submenu-title .my-menu-submenu-arrow::after,
.my-menu-submenu-vertical-left > .my-menu-submenu-title .my-menu-submenu-arrow::after,
.my-menu-submenu-vertical-right > .my-menu-submenu-title .my-menu-submenu-arrow::after,
.my-menu-submenu-horizontal > .my-menu-submenu-title .my-menu-submenu-arrow::after {
  position: absolute;
  width: 6px;
  height: 1.5px;
  background-color: #000;
  transition: background 0.3s cubic-bezier(0.645, 0.045, 0.355, 1), transform 0.3s cubic-bezier(0.645, 0.045, 0.355, 1), top 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  content: '';
}
.my-menu-submenu-vertical > .my-menu-submenu-title .my-menu-submenu-arrow::before,
.my-menu-submenu-vertical-left > .my-menu-submenu-title .my-menu-submenu-arrow::before,
.my-menu-submenu-vertical-right > .my-menu-submenu-title .my-menu-submenu-arrow::before,
.my-menu-submenu-horizontal > .my-menu-submenu-title .my-menu-submenu-arrow::before {
  transform: rotate(45deg) translateY(-2px);
}
.my-menu-submenu-vertical > .my-menu-submenu-title .my-menu-submenu-arrow::after,
.my-menu-submenu-vertical-left > .my-menu-submenu-title .my-menu-submenu-arrow::after,
.my-menu-submenu-vertical-right > .my-menu-submenu-title .my-menu-submenu-arrow::after,
.my-menu-submenu-horizontal > .my-menu-submenu-title .my-menu-submenu-arrow::after {
  transform: rotate(-45deg) translateY(2px);
}
.my-menu-submenu-horizontal > .my-menu-submenu-title > a,
.my-menu-submenu-horizontal > .my-menu-submenu-title .more {
  padding-right: 16px;
}
.my-menu-submenu-horizontal > .my-menu-submenu-title .my-menu-submenu-arrow::before {
  transform: rotate(-45deg) translateX(2px);
}
.my-menu-submenu-horizontal > .my-menu-submenu-title .my-menu-submenu-arrow::after {
  transform: rotate(45deg) translateX(-2px);
}
.my-menu-submenu-open.my-menu-submenu-horizontal > .my-menu-submenu-title .my-menu-submenu-arrow {
  transform: translateY(-2px);
}
.my-menu-submenu-open.my-menu-submenu-horizontal > .my-menu-submenu-title .my-menu-submenu-arrow::after {
  transform: rotate(-45deg) translateX(-2px);
}
.my-menu-submenu-open.my-menu-submenu-horizontal > .my-menu-submenu-title .my-menu-submenu-arrow::before {
  transform: rotate(45deg) translateX(2px);
}
.my-menu-submenu-vertical > .my-menu-submenu-title a,
.my-menu-submenu-vertical-left > .my-menu-submenu-title a,
.my-menu-submenu-vertical-right > .my-menu-submenu-title a {
  padding-right: 20px;
}
.my-menu-horizontal {
  line-height: 46px;
  white-space: nowrap;
  border: 0;
  box-shadow: none;
}
.my-menu-horizontal > .my-menu-item,
.my-menu-horizontal > .my-menu-submenu {
  position: relative;
  display: inline-block;
  vertical-align: bottom;
}
.my-menu-horizontal > .my-menu-item > a {
  display: block;
}
.my-menu-horizontal > .my-menu-item-selected > a {
  text-decoration: underline;
}
.my-menu-horizontal::after {
  display: block;
  clear: both;
  height: 0;
  content: ' ';
}
.my-menu-vertical .my-menu-item,
.my-menu-vertical-left .my-menu-item,
.my-menu-vertical-right .my-menu-item,
.my-menu-inline .my-menu-item {
  position: relative;
}
.my-menu-vertical .my-menu-item::after,
.my-menu-vertical-left .my-menu-item::after,
.my-menu-vertical-right .my-menu-item::after,
.my-menu-inline .my-menu-item::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  transform: scaleY(0.0001);
  opacity: 0;
  transition: transform 0.15s cubic-bezier(0.215, 0.61, 0.355, 1), opacity 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
  content: '';
}
.my-menu-vertical .my-menu-item,
.my-menu-vertical-left .my-menu-item,
.my-menu-vertical-right .my-menu-item,
.my-menu-inline .my-menu-item,
.my-menu-vertical .my-menu-submenu-title,
.my-menu-vertical-left .my-menu-submenu-title,
.my-menu-vertical-right .my-menu-submenu-title,
.my-menu-inline .my-menu-submenu-title {
  height: 40px;
  padding: 0 16px;
  overflow: hidden;
  font-size: 14px;
  line-height: 40px;
  text-overflow: ellipsis;
}
.my-menu-vertical .my-menu-submenu,
.my-menu-vertical-left .my-menu-submenu,
.my-menu-vertical-right .my-menu-submenu,
.my-menu-inline .my-menu-submenu {
  padding-bottom: 0.01px;
}
.my-menu-vertical > .my-menu-item,
.my-menu-vertical-left > .my-menu-item,
.my-menu-vertical-right > .my-menu-item,
.my-menu-inline > .my-menu-item,
.my-menu-vertical > .my-menu-submenu > .my-menu-submenu-title,
.my-menu-vertical-left > .my-menu-submenu > .my-menu-submenu-title,
.my-menu-vertical-right > .my-menu-submenu > .my-menu-submenu-title,
.my-menu-inline > .my-menu-submenu > .my-menu-submenu-title {
  height: 40px;
  line-height: 40px;
}
.my-menu-inline {
  width: 100%;
}
.my-menu-inline .my-menu-selected::after,
.my-menu-inline .my-menu-item-selected::after {
  transform: scaleY(1);
  opacity: 1;
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), opacity 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.my-menu-inline .my-menu-item,
.my-menu-inline .my-menu-submenu-title {
  width: calc(100% + 1px);
}
.my-menu-inline .my-menu-submenu-title {
  padding-right: 34px;
}
.my-menu-item-group-list {
  margin: 0;
  padding: 0;
}
.my-menu-item-group-list .my-menu-item,
.my-menu-item-group-list .my-menu-submenu-title {
  padding: 0 16px 0 28px;
}
.my-menu-root.my-menu-vertical,
.my-menu-root.my-menu-vertical-left,
.my-menu-root.my-menu-vertical-right,
.my-menu-root.my-menu-inline {
  box-shadow: none;
}
.my-menu-sub.my-menu-inline {
  padding: 0;
  border: 0;
  border-radius: 0;
  box-shadow: none;
}
.my-menu-sub.my-menu-inline > .my-menu-item,
.my-menu-sub.my-menu-inline > .my-menu-submenu > .my-menu-submenu-title {
  height: 40px;
  line-height: 40px;
  list-style-position: inside;
  list-style-type: disc;
}
.my-menu-sub.my-menu-inline .my-menu-item-group-title {
  padding-left: 32px;
}
.my-menu-item-disabled,
.my-menu-submenu-disabled {
  color: rgba(0, 0, 0, 0.25) !important;
  background: none;
  border-color: transparent !important;
  cursor: not-allowed;
}
.my-menu-item-disabled > a,
.my-menu-submenu-disabled > a {
  color: rgba(0, 0, 0, 0.25) !important;
  pointer-events: none;
}
.my-menu-item-disabled > .my-menu-submenu-title,
.my-menu-submenu-disabled > .my-menu-submenu-title {
  color: rgba(0, 0, 0, 0.25) !important;
  cursor: not-allowed;
}
.my-menu-item-disabled > .my-menu-submenu-title > .my-menu-submenu-arrow::before,
.my-menu-submenu-disabled > .my-menu-submenu-title > .my-menu-submenu-arrow::before,
.my-menu-item-disabled > .my-menu-submenu-title > .my-menu-submenu-arrow::after,
.my-menu-submenu-disabled > .my-menu-submenu-title > .my-menu-submenu-arrow::after {
  background: rgba(0, 0, 0, 0.25) !important;
}
.my-menu-buttons-light {
  border-left: 1px solid rgba(0, 0, 0, 0.2);
}
.my-menu-buttons-light > .my-menu-item:hover,
.my-menu-buttons-light > .my-menu-item-active,
.my-menu-buttons-light > .my-menu-submenu .my-menu-submenu-title:hover {
  background-color: rgba(0, 0, 0, 0.1);
}
.my-menu-buttons-light > .my-menu-item,
.my-menu-buttons-light > .my-menu-submenu {
  border-right: 1px solid rgba(0, 0, 0, 0.2);
}
.my-menu-buttons-dark {
  border-left: 1px solid rgba(255, 255, 255, 0.2);
}
.my-menu-buttons-dark > .my-menu-item:hover,
.my-menu-buttons-dark > .my-menu-item-active,
.my-menu-buttons-dark > .my-menu-submenu .my-menu-submenu-title:hover {
  background-color: rgba(255, 255, 255, 0.1);
}
.my-menu-buttons-dark > .my-menu-item,
.my-menu-buttons-dark > .my-menu-submenu {
  border-right: 1px solid rgba(255, 255, 255, 0.2);
}
.my-menu-links {
  margin: 0 -20px;
}
.my-menu-links a {
  text-decoration: none;
}
.my-menu.links-underline .my-menu-item a {
  text-decoration: underline;
}
.my-menu.links-underline .my-menu-item a:hover {
  text-decoration: none;
}
.my-menu.links-underline .my-menu-submenu .more,
.my-menu.links-underline .my-menu-submenu-title > a {
  text-decoration: underline;
}
.my-menu.links-underline .my-menu-submenu:hover .more,
.my-menu.links-underline .my-menu-submenu:hover .my-menu-submenu-title > a {
  text-decoration: none;
}
.my-menu.centered {
  text-align: center;
}
.my-menu.stretched {
  display: flex;
}
.my-menu.stretched > .my-menu-submenu,
.my-menu.stretched > .my-menu-item {
  flex-grow: 1;
}
.my-menu.stretched > .my-menu-overflowed-submenu {
  flex-grow: 0;
}
.my-menu.stretched > .my-menu-item,
.my-menu.stretched > .my-menu-submenu > .my-menu-submenu-title {
  text-align: center;
}
.my-menu-item.loading {
  text-align: center;
}
.my-menu-item.loading .anticon-loading {
  font-size: 16px;
}

.buttonBack___1mlaL,.buttonFirst___2rhFr,.buttonLast___2yuh0,.buttonNext___2mOCa,.buttonNext___3Lm3s,.dot___3c3SI{cursor:pointer}.image___xtQGH{display:block;width:100%;height:100%}.spinner___27VUp{position:absolute;top:calc(50% - 15px);left:calc(50% - 15px);width:30px;height:30px;animation-name:spin___S3UuE;animation-duration:1s;animation-timing-function:linear;animation-iteration-count:infinite;border:4px solid #a9a9a9;border-top-color:#000;border-radius:30px}@keyframes spin___S3UuE{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.container___2O72F{position:relative;overflow:hidden;height:100%;width:100%}.overlay___IV4qY{position:absolute;top:0;left:0;bottom:0;right:0;opacity:0;cursor:zoom-in;transition:opacity .3s,transform .3s}.hover___MYy31,.loading___1pvNI,.zoom___3kqYk{opacity:1}.imageLoadingSpinnerContainer___3UIPD{position:absolute;top:0;right:0;bottom:0;left:0;background-color:#f4f4f4}.slide___3-Nqo{position:relative;display:block;box-sizing:border-box;height:0;margin:0;list-style-type:none}.slide___3-Nqo:focus{outline:none!important}.slideHorizontal___1NzNV{float:left}.slideInner___2mfX9{position:absolute;top:0;left:0;width:100%;height:100%}.focusRing___1airF{position:absolute;top:5px;right:5px;bottom:5px;left:5px;pointer-events:none;outline-width:5px;outline-style:solid;outline-color:Highlight}@media (-webkit-min-device-pixel-ratio:0){.focusRing___1airF{outline-style:auto;outline-color:-webkit-focus-ring-color}}.horizontalSlider___281Ls{position:relative;overflow:hidden}.horizontalSliderTray___1L-0W{overflow:hidden;width:100%}.verticalSlider___34ZFD{position:relative;overflow:hidden}.verticalSliderTray___267D8{overflow:hidden}.verticalTray___12Key{float:left}.verticalSlideTrayWrap___2nO7o{overflow:hidden}.sliderTray___-vHFQ{display:block;list-style:none;padding:0;margin:0}.sliderAnimation___300FY{transition:transform .5s;transition-timing-function:cubic-bezier(.645,.045,.355,1);will-change:transform}.masterSpinnerContainer___1Z6hB{position:absolute;top:0;right:0;bottom:0;left:0;background-color:#f4f4f4}
/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
.ant-rate {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: rgba(0, 0, 0, 0.65);
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5;
  -webkit-font-feature-settings: 'tnum';
          font-feature-settings: 'tnum';
  display: inline-block;
  margin: 0;
  padding: 0;
  color: #fadb14;
  font-size: 20px;
  line-height: unset;
  list-style: none;
  outline: none;
}
.ant-rate-disabled .ant-rate-star {
  cursor: default;
}
.ant-rate-disabled .ant-rate-star:hover {
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}
.ant-rate-star {
  position: relative;
  display: inline-block;
  margin: 0;
  padding: 0;
  color: inherit;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.ant-rate-star:not(:last-child) {
  margin-right: 8px;
}
.ant-rate-star > div:focus {
  outline: 0;
}
.ant-rate-star > div:hover,
.ant-rate-star > div:focus {
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
}
.ant-rate-star-first,
.ant-rate-star-second {
  color: #e8e8e8;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.ant-rate-star-first .anticon,
.ant-rate-star-second .anticon {
  vertical-align: middle;
}
.ant-rate-star-first {
  position: absolute;
  top: 0;
  left: 0;
  width: 50%;
  height: 100%;
  overflow: hidden;
  opacity: 0;
}
.ant-rate-star-half .ant-rate-star-first,
.ant-rate-star-half .ant-rate-star-second {
  opacity: 1;
}
.ant-rate-star-half .ant-rate-star-first,
.ant-rate-star-full .ant-rate-star-second {
  color: inherit;
}
.ant-rate-text {
  display: inline-block;
  margin-left: 8px;
  font-size: 14px;
}

/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
.ant-comment {
  position: relative;
}
.ant-comment-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 16px 0;
}
.ant-comment-avatar {
  position: relative;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-right: 12px;
  cursor: pointer;
}
.ant-comment-avatar img {
  width: 32px;
  height: 32px;
  border-radius: 50%;
}
.ant-comment-content {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  min-width: 1px;
  font-size: 14px;
  word-wrap: break-word;
}
.ant-comment-content-author {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-bottom: 4px;
  font-size: 14px;
}
.ant-comment-content-author > a,
.ant-comment-content-author > span {
  height: 18px;
  padding-right: 8px;
  font-size: 12px;
  line-height: 18px;
}
.ant-comment-content-author-name {
  color: rgba(0, 0, 0, 0.45);
  font-size: 14px;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
.ant-comment-content-author-name > * {
  color: rgba(0, 0, 0, 0.45);
}
.ant-comment-content-author-name > *:hover {
  color: rgba(0, 0, 0, 0.45);
}
.ant-comment-content-author-time {
  color: #ccc;
  white-space: nowrap;
  cursor: auto;
}
.ant-comment-content-detail p {
  white-space: pre-wrap;
}
.ant-comment-actions {
  margin-top: 12px;
  padding-left: 0;
}
.ant-comment-actions > li {
  display: inline-block;
  color: rgba(0, 0, 0, 0.45);
}
.ant-comment-actions > li > span {
  padding-right: 10px;
  color: rgba(0, 0, 0, 0.45);
  font-size: 12px;
  cursor: pointer;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.ant-comment-actions > li > span:hover {
  color: #595959;
}
.ant-comment-nested {
  margin-left: 44px;
}

/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
.ant-tag {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: rgba(0, 0, 0, 0.65);
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5;
  list-style: none;
  -webkit-font-feature-settings: 'tnum';
          font-feature-settings: 'tnum';
  display: inline-block;
  height: auto;
  margin-right: 8px;
  padding: 0 7px;
  font-size: 12px;
  line-height: 20px;
  white-space: nowrap;
  background: #fafafa;
  border: 1px solid #d9d9d9;
  border-radius: 4px;
  cursor: default;
  opacity: 1;
  -webkit-transition: all 0.3s cubic-bezier(0.78, 0.14, 0.15, 0.86);
  transition: all 0.3s cubic-bezier(0.78, 0.14, 0.15, 0.86);
}
.ant-tag:hover {
  opacity: 0.85;
}
.ant-tag,
.ant-tag a,
.ant-tag a:hover {
  color: rgba(0, 0, 0, 0.65);
}
.ant-tag > a:first-child:last-child {
  display: inline-block;
  margin: 0 -8px;
  padding: 0 8px;
}
.ant-tag .anticon-close {
  display: inline-block;
  font-size: 12px;
  font-size: 10px \9;
  -webkit-transform: scale(0.83333333) rotate(0deg);
      -ms-transform: scale(0.83333333) rotate(0deg);
          transform: scale(0.83333333) rotate(0deg);
  margin-left: 3px;
  color: rgba(0, 0, 0, 0.45);
  font-weight: bold;
  cursor: pointer;
  -webkit-transition: all 0.3s cubic-bezier(0.78, 0.14, 0.15, 0.86);
  transition: all 0.3s cubic-bezier(0.78, 0.14, 0.15, 0.86);
}
:root .ant-tag .anticon-close {
  font-size: 12px;
}
.ant-tag .anticon-close:hover {
  color: rgba(0, 0, 0, 0.85);
}
.ant-tag-has-color {
  border-color: transparent;
}
.ant-tag-has-color,
.ant-tag-has-color a,
.ant-tag-has-color a:hover,
.ant-tag-has-color .anticon-close,
.ant-tag-has-color .anticon-close:hover {
  color: #fff;
}
.ant-tag-checkable {
  background-color: transparent;
  border-color: transparent;
}
.ant-tag-checkable:not(.ant-tag-checkable-checked):hover {
  color: #1890ff;
}
.ant-tag-checkable:active,
.ant-tag-checkable-checked {
  color: #fff;
}
.ant-tag-checkable-checked {
  background-color: #1890ff;
}
.ant-tag-checkable:active {
  background-color: #096dd9;
}
.ant-tag-hidden {
  display: none;
}
.ant-tag-pink {
  color: #eb2f96;
  background: #fff0f6;
  border-color: #ffadd2;
}
.ant-tag-pink-inverse {
  color: #fff;
  background: #eb2f96;
  border-color: #eb2f96;
}
.ant-tag-magenta {
  color: #eb2f96;
  background: #fff0f6;
  border-color: #ffadd2;
}
.ant-tag-magenta-inverse {
  color: #fff;
  background: #eb2f96;
  border-color: #eb2f96;
}
.ant-tag-red {
  color: #f5222d;
  background: #fff1f0;
  border-color: #ffa39e;
}
.ant-tag-red-inverse {
  color: #fff;
  background: #f5222d;
  border-color: #f5222d;
}
.ant-tag-volcano {
  color: #fa541c;
  background: #fff2e8;
  border-color: #ffbb96;
}
.ant-tag-volcano-inverse {
  color: #fff;
  background: #fa541c;
  border-color: #fa541c;
}
.ant-tag-orange {
  color: #fa8c16;
  background: #fff7e6;
  border-color: #ffd591;
}
.ant-tag-orange-inverse {
  color: #fff;
  background: #fa8c16;
  border-color: #fa8c16;
}
.ant-tag-yellow {
  color: #fadb14;
  background: #feffe6;
  border-color: #fffb8f;
}
.ant-tag-yellow-inverse {
  color: #fff;
  background: #fadb14;
  border-color: #fadb14;
}
.ant-tag-gold {
  color: #faad14;
  background: #fffbe6;
  border-color: #ffe58f;
}
.ant-tag-gold-inverse {
  color: #fff;
  background: #faad14;
  border-color: #faad14;
}
.ant-tag-cyan {
  color: #13c2c2;
  background: #e6fffb;
  border-color: #87e8de;
}
.ant-tag-cyan-inverse {
  color: #fff;
  background: #13c2c2;
  border-color: #13c2c2;
}
.ant-tag-lime {
  color: #a0d911;
  background: #fcffe6;
  border-color: #eaff8f;
}
.ant-tag-lime-inverse {
  color: #fff;
  background: #a0d911;
  border-color: #a0d911;
}
.ant-tag-green {
  color: #52c41a;
  background: #f6ffed;
  border-color: #b7eb8f;
}
.ant-tag-green-inverse {
  color: #fff;
  background: #52c41a;
  border-color: #52c41a;
}
.ant-tag-blue {
  color: #1890ff;
  background: #e6f7ff;
  border-color: #91d5ff;
}
.ant-tag-blue-inverse {
  color: #fff;
  background: #1890ff;
  border-color: #1890ff;
}
.ant-tag-geekblue {
  color: #2f54eb;
  background: #f0f5ff;
  border-color: #adc6ff;
}
.ant-tag-geekblue-inverse {
  color: #fff;
  background: #2f54eb;
  border-color: #2f54eb;
}
.ant-tag-purple {
  color: #722ed1;
  background: #f9f0ff;
  border-color: #d3adf7;
}
.ant-tag-purple-inverse {
  color: #fff;
  background: #722ed1;
  border-color: #722ed1;
}

/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
.ant-input-number {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-variant: tabular-nums;
  list-style: none;
  -webkit-font-feature-settings: 'tnum';
          font-feature-settings: 'tnum';
  position: relative;
  width: 100%;
  height: 32px;
  padding: 4px 11px;
  color: rgba(0, 0, 0, 0.65);
  font-size: 14px;
  line-height: 1.5;
  background-color: #fff;
  background-image: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  display: inline-block;
  width: 90px;
  margin: 0;
  padding: 0;
  border: 1px solid #d9d9d9;
  border-radius: 4px;
}
.ant-input-number::-moz-placeholder {
  color: #bfbfbf;
  opacity: 1;
}
.ant-input-number:-ms-input-placeholder {
  color: #bfbfbf;
}
.ant-input-number::-webkit-input-placeholder {
  color: #bfbfbf;
}
.ant-input-number:placeholder-shown {
  text-overflow: ellipsis;
}
.ant-input-number:hover {
  border-color: #40a9ff;
  border-right-width: 1px !important;
}
.ant-input-number:focus {
  border-color: #40a9ff;
  border-right-width: 1px !important;
  outline: 0;
  -webkit-box-shadow: 0 0 0 2px rgba(24, 144, 255, 0.2);
          box-shadow: 0 0 0 2px rgba(24, 144, 255, 0.2);
}
.ant-input-number-disabled {
  color: rgba(0, 0, 0, 0.25);
  background-color: #f5f5f5;
  cursor: not-allowed;
  opacity: 1;
}
.ant-input-number-disabled:hover {
  border-color: #d9d9d9;
  border-right-width: 1px !important;
}
.ant-input-number[disabled] {
  color: rgba(0, 0, 0, 0.25);
  background-color: #f5f5f5;
  cursor: not-allowed;
  opacity: 1;
}
.ant-input-number[disabled]:hover {
  border-color: #d9d9d9;
  border-right-width: 1px !important;
}
textarea.ant-input-number {
  max-width: 100%;
  height: auto;
  min-height: 32px;
  line-height: 1.5;
  vertical-align: bottom;
  -webkit-transition: all 0.3s, height 0s;
  transition: all 0.3s, height 0s;
}
.ant-input-number-lg {
  height: 40px;
  padding: 6px 11px;
  font-size: 16px;
}
.ant-input-number-sm {
  height: 24px;
  padding: 1px 7px;
}
.ant-input-number-handler {
  position: relative;
  display: block;
  width: 100%;
  height: 50%;
  overflow: hidden;
  color: rgba(0, 0, 0, 0.45);
  font-weight: bold;
  line-height: 0;
  text-align: center;
  -webkit-transition: all 0.1s linear;
  transition: all 0.1s linear;
}
.ant-input-number-handler:active {
  background: #f4f4f4;
}
.ant-input-number-handler:hover .ant-input-number-handler-up-inner,
.ant-input-number-handler:hover .ant-input-number-handler-down-inner {
  color: #40a9ff;
}
.ant-input-number-handler-up-inner,
.ant-input-number-handler-down-inner {
  display: inline-block;
  color: inherit;
  font-style: normal;
  line-height: 0;
  text-align: center;
  text-transform: none;
  vertical-align: -0.125em;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  right: 4px;
  width: 12px;
  height: 12px;
  color: rgba(0, 0, 0, 0.45);
  line-height: 12px;
  -webkit-transition: all 0.1s linear;
  transition: all 0.1s linear;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.ant-input-number-handler-up-inner > *,
.ant-input-number-handler-down-inner > * {
  line-height: 1;
}
.ant-input-number-handler-up-inner svg,
.ant-input-number-handler-down-inner svg {
  display: inline-block;
}
.ant-input-number-handler-up-inner::before,
.ant-input-number-handler-down-inner::before {
  display: none;
}
.ant-input-number-handler-up-inner .ant-input-number-handler-up-inner-icon,
.ant-input-number-handler-up-inner .ant-input-number-handler-down-inner-icon,
.ant-input-number-handler-down-inner .ant-input-number-handler-up-inner-icon,
.ant-input-number-handler-down-inner .ant-input-number-handler-down-inner-icon {
  display: block;
}
.ant-input-number:hover {
  border-color: #40a9ff;
  border-right-width: 1px !important;
}
.ant-input-number-focused {
  border-color: #40a9ff;
  border-right-width: 1px !important;
  outline: 0;
  -webkit-box-shadow: 0 0 0 2px rgba(24, 144, 255, 0.2);
          box-shadow: 0 0 0 2px rgba(24, 144, 255, 0.2);
}
.ant-input-number-disabled {
  color: rgba(0, 0, 0, 0.25);
  background-color: #f5f5f5;
  cursor: not-allowed;
  opacity: 1;
}
.ant-input-number-disabled:hover {
  border-color: #d9d9d9;
  border-right-width: 1px !important;
}
.ant-input-number-disabled .ant-input-number-input {
  cursor: not-allowed;
}
.ant-input-number-disabled .ant-input-number-handler-wrap {
  display: none;
}
.ant-input-number-input {
  width: 100%;
  height: 30px;
  padding: 0 11px;
  text-align: left;
  background-color: transparent;
  border: 0;
  border-radius: 4px;
  outline: 0;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  -moz-appearance: textfield !important;
}
.ant-input-number-input::-moz-placeholder {
  color: #bfbfbf;
  opacity: 1;
}
.ant-input-number-input:-ms-input-placeholder {
  color: #bfbfbf;
}
.ant-input-number-input::-webkit-input-placeholder {
  color: #bfbfbf;
}
.ant-input-number-input:placeholder-shown {
  text-overflow: ellipsis;
}
.ant-input-number-input[type='number']::-webkit-inner-spin-button,
.ant-input-number-input[type='number']::-webkit-outer-spin-button {
  margin: 0;
  -webkit-appearance: none;
}
.ant-input-number-lg {
  padding: 0;
  font-size: 16px;
}
.ant-input-number-lg input {
  height: 38px;
}
.ant-input-number-sm {
  padding: 0;
}
.ant-input-number-sm input {
  height: 22px;
  padding: 0 7px;
}
.ant-input-number-handler-wrap {
  position: absolute;
  top: 0;
  right: 0;
  width: 22px;
  height: 100%;
  background: #fff;
  border-left: 1px solid #d9d9d9;
  border-radius: 0 4px 4px 0;
  opacity: 0;
  -webkit-transition: opacity 0.24s linear 0.1s;
  transition: opacity 0.24s linear 0.1s;
}
.ant-input-number-handler-wrap .ant-input-number-handler .ant-input-number-handler-up-inner,
.ant-input-number-handler-wrap .ant-input-number-handler .ant-input-number-handler-down-inner {
  display: inline-block;
  font-size: 12px;
  font-size: 7px \9;
  -webkit-transform: scale(0.58333333) rotate(0deg);
      -ms-transform: scale(0.58333333) rotate(0deg);
          transform: scale(0.58333333) rotate(0deg);
  min-width: auto;
  margin-right: 0;
}
:root .ant-input-number-handler-wrap .ant-input-number-handler .ant-input-number-handler-up-inner,
:root .ant-input-number-handler-wrap .ant-input-number-handler .ant-input-number-handler-down-inner {
  font-size: 12px;
}
.ant-input-number-handler-wrap:hover .ant-input-number-handler {
  height: 40%;
}
.ant-input-number:hover .ant-input-number-handler-wrap {
  opacity: 1;
}
.ant-input-number-handler-up {
  border-top-right-radius: 4px;
  cursor: pointer;
}
.ant-input-number-handler-up-inner {
  top: 50%;
  margin-top: -5px;
  text-align: center;
}
.ant-input-number-handler-up:hover {
  height: 60% !important;
}
.ant-input-number-handler-down {
  top: 0;
  border-top: 1px solid #d9d9d9;
  border-bottom-right-radius: 4px;
  cursor: pointer;
}
.ant-input-number-handler-down-inner {
  top: 50%;
  margin-top: -6px;
  text-align: center;
}
.ant-input-number-handler-down:hover {
  height: 60% !important;
}
.ant-input-number-handler-up-disabled,
.ant-input-number-handler-down-disabled {
  cursor: not-allowed;
}
.ant-input-number-handler-up-disabled:hover .ant-input-number-handler-up-inner,
.ant-input-number-handler-down-disabled:hover .ant-input-number-handler-down-inner {
  color: rgba(0, 0, 0, 0.25);
}

/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
.ant-slider {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: rgba(0, 0, 0, 0.65);
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5;
  list-style: none;
  -webkit-font-feature-settings: 'tnum';
          font-feature-settings: 'tnum';
  position: relative;
  height: 12px;
  margin: 14px 6px 10px;
  padding: 4px 0;
  cursor: pointer;
  -ms-touch-action: none;
      touch-action: none;
}
.ant-slider-vertical {
  width: 12px;
  height: 100%;
  margin: 6px 10px;
  padding: 0 4px;
}
.ant-slider-vertical .ant-slider-rail {
  width: 4px;
  height: 100%;
}
.ant-slider-vertical .ant-slider-track {
  width: 4px;
}
.ant-slider-vertical .ant-slider-handle {
  margin-bottom: -7px;
  margin-left: -5px;
}
.ant-slider-vertical .ant-slider-mark {
  top: 0;
  left: 12px;
  width: 18px;
  height: 100%;
}
.ant-slider-vertical .ant-slider-mark-text {
  left: 4px;
  white-space: nowrap;
}
.ant-slider-vertical .ant-slider-step {
  width: 4px;
  height: 100%;
}
.ant-slider-vertical .ant-slider-dot {
  top: auto;
  left: 2px;
  margin-bottom: -4px;
}
.ant-slider-with-marks {
  margin-bottom: 28px;
}
.ant-slider-rail {
  position: absolute;
  width: 100%;
  height: 4px;
  background-color: #f5f5f5;
  border-radius: 2px;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}
.ant-slider-track {
  position: absolute;
  height: 4px;
  background-color: #91d5ff;
  border-radius: 4px;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}
.ant-slider-handle {
  position: absolute;
  width: 14px;
  height: 14px;
  margin-top: -5px;
  margin-left: -7px;
  background-color: #fff;
  border: solid 2px #91d5ff;
  border-radius: 50%;
  -webkit-box-shadow: 0;
          box-shadow: 0;
  cursor: pointer;
  -webkit-transition: border-color 0.3s, -webkit-box-shadow 0.6s, -webkit-transform 0.3s cubic-bezier(0.18, 0.89, 0.32, 1.28);
  transition: border-color 0.3s, -webkit-box-shadow 0.6s, -webkit-transform 0.3s cubic-bezier(0.18, 0.89, 0.32, 1.28);
  transition: border-color 0.3s, box-shadow 0.6s, transform 0.3s cubic-bezier(0.18, 0.89, 0.32, 1.28);
  transition: border-color 0.3s, box-shadow 0.6s, transform 0.3s cubic-bezier(0.18, 0.89, 0.32, 1.28), -webkit-box-shadow 0.6s, -webkit-transform 0.3s cubic-bezier(0.18, 0.89, 0.32, 1.28);
}
.ant-slider-handle:focus {
  border-color: #46a6ff;
  outline: none;
  -webkit-box-shadow: 0 0 0 5px rgba(24, 144, 255, 0.2);
          box-shadow: 0 0 0 5px rgba(24, 144, 255, 0.2);
}
.ant-slider-handle.ant-tooltip-open {
  border-color: #1890ff;
}
.ant-slider:hover .ant-slider-rail {
  background-color: #e1e1e1;
}
.ant-slider:hover .ant-slider-track {
  background-color: #69c0ff;
}
.ant-slider:hover .ant-slider-handle:not(.ant-tooltip-open) {
  border-color: #69c0ff;
}
.ant-slider-mark {
  position: absolute;
  top: 14px;
  left: 0;
  width: 100%;
  font-size: 14px;
}
.ant-slider-mark-text {
  position: absolute;
  display: inline-block;
  color: rgba(0, 0, 0, 0.45);
  text-align: center;
  word-break: keep-all;
  cursor: pointer;
}
.ant-slider-mark-text-active {
  color: rgba(0, 0, 0, 0.65);
}
.ant-slider-step {
  position: absolute;
  width: 100%;
  height: 4px;
  background: transparent;
}
.ant-slider-dot {
  position: absolute;
  top: -2px;
  width: 8px;
  height: 8px;
  margin-left: -4px;
  background-color: #fff;
  border: 2px solid #e8e8e8;
  border-radius: 50%;
  cursor: pointer;
}
.ant-slider-dot:first-child {
  margin-left: -4px;
}
.ant-slider-dot:last-child {
  margin-left: -4px;
}
.ant-slider-dot-active {
  border-color: #8cc8ff;
}
.ant-slider-disabled {
  cursor: not-allowed;
}
.ant-slider-disabled .ant-slider-track {
  background-color: rgba(0, 0, 0, 0.25) !important;
}
.ant-slider-disabled .ant-slider-handle,
.ant-slider-disabled .ant-slider-dot {
  background-color: #fff;
  border-color: rgba(0, 0, 0, 0.25) !important;
  -webkit-box-shadow: none;
          box-shadow: none;
  cursor: not-allowed;
}
.ant-slider-disabled .ant-slider-mark-text,
.ant-slider-disabled .ant-slider-dot {
  cursor: not-allowed !important;
}

/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
.ant-radio-group {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: rgba(0, 0, 0, 0.65);
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5;
  list-style: none;
  -webkit-font-feature-settings: 'tnum';
          font-feature-settings: 'tnum';
  display: inline-block;
  line-height: unset;
}
.ant-radio-wrapper {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: rgba(0, 0, 0, 0.65);
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5;
  list-style: none;
  -webkit-font-feature-settings: 'tnum';
          font-feature-settings: 'tnum';
  position: relative;
  display: inline-block;
  margin-right: 8px;
  white-space: nowrap;
  cursor: pointer;
}
.ant-radio {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: rgba(0, 0, 0, 0.65);
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5;
  list-style: none;
  -webkit-font-feature-settings: 'tnum';
          font-feature-settings: 'tnum';
  position: relative;
  display: inline-block;
  line-height: 1;
  white-space: nowrap;
  vertical-align: sub;
  outline: none;
  cursor: pointer;
}
.ant-radio-wrapper:hover .ant-radio,
.ant-radio:hover .ant-radio-inner,
.ant-radio-input:focus + .ant-radio-inner {
  border-color: #1890ff;
}
.ant-radio-input:focus + .ant-radio-inner {
  -webkit-box-shadow: 0 0 0 3px rgba(24, 144, 255, 0.08);
          box-shadow: 0 0 0 3px rgba(24, 144, 255, 0.08);
}
.ant-radio-checked::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 1px solid #1890ff;
  border-radius: 50%;
  visibility: hidden;
  -webkit-animation: antRadioEffect 0.36s ease-in-out;
          animation: antRadioEffect 0.36s ease-in-out;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  content: '';
}
.ant-radio:hover::after,
.ant-radio-wrapper:hover .ant-radio::after {
  visibility: visible;
}
.ant-radio-inner {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  width: 16px;
  height: 16px;
  background-color: #fff;
  border-color: #d9d9d9;
  border-style: solid;
  border-width: 1px;
  border-radius: 100px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.ant-radio-inner::after {
  position: absolute;
  top: 3px;
  left: 3px;
  display: table;
  width: 8px;
  height: 8px;
  background-color: #1890ff;
  border-top: 0;
  border-left: 0;
  border-radius: 8px;
  -webkit-transform: scale(0);
      -ms-transform: scale(0);
          transform: scale(0);
  opacity: 0;
  -webkit-transition: all 0.3s cubic-bezier(0.78, 0.14, 0.15, 0.86);
  transition: all 0.3s cubic-bezier(0.78, 0.14, 0.15, 0.86);
  content: ' ';
}
.ant-radio-input {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  cursor: pointer;
  opacity: 0;
}
.ant-radio-checked .ant-radio-inner {
  border-color: #1890ff;
}
.ant-radio-checked .ant-radio-inner::after {
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
  opacity: 1;
  -webkit-transition: all 0.3s cubic-bezier(0.78, 0.14, 0.15, 0.86);
  transition: all 0.3s cubic-bezier(0.78, 0.14, 0.15, 0.86);
}
.ant-radio-disabled .ant-radio-inner {
  background-color: #f5f5f5;
  border-color: #d9d9d9 !important;
  cursor: not-allowed;
}
.ant-radio-disabled .ant-radio-inner::after {
  background-color: rgba(0, 0, 0, 0.2);
}
.ant-radio-disabled .ant-radio-input {
  cursor: not-allowed;
}
.ant-radio-disabled + span {
  color: rgba(0, 0, 0, 0.25);
  cursor: not-allowed;
}
span.ant-radio + * {
  padding-right: 8px;
  padding-left: 8px;
}
.ant-radio-button-wrapper {
  position: relative;
  display: inline-block;
  height: 32px;
  margin: 0;
  padding: 0 15px;
  color: rgba(0, 0, 0, 0.65);
  line-height: 30px;
  background: #fff;
  border: 1px solid #d9d9d9;
  border-top-width: 1.02px;
  border-left: 0;
  cursor: pointer;
  -webkit-transition: color 0.3s, background 0.3s, border-color 0.3s;
  transition: color 0.3s, background 0.3s, border-color 0.3s;
}
.ant-radio-button-wrapper a {
  color: rgba(0, 0, 0, 0.65);
}
.ant-radio-button-wrapper > .ant-radio-button {
  display: block;
  width: 0;
  height: 0;
  margin-left: 0;
}
.ant-radio-group-large .ant-radio-button-wrapper {
  height: 40px;
  font-size: 16px;
  line-height: 38px;
}
.ant-radio-group-small .ant-radio-button-wrapper {
  height: 24px;
  padding: 0 7px;
  line-height: 22px;
}
.ant-radio-button-wrapper:not(:first-child)::before {
  position: absolute;
  top: 0;
  left: -1px;
  display: block;
  width: 1px;
  height: 100%;
  background-color: #d9d9d9;
  content: '';
}
.ant-radio-button-wrapper:first-child {
  border-left: 1px solid #d9d9d9;
  border-radius: 4px 0 0 4px;
}
.ant-radio-button-wrapper:last-child {
  border-radius: 0 4px 4px 0;
}
.ant-radio-button-wrapper:first-child:last-child {
  border-radius: 4px;
}
.ant-radio-button-wrapper:hover {
  position: relative;
  color: #1890ff;
}
.ant-radio-button-wrapper:focus-within {
  outline: 3px solid rgba(24, 144, 255, 0.06);
}
.ant-radio-button-wrapper .ant-radio-inner,
.ant-radio-button-wrapper input[type='checkbox'],
.ant-radio-button-wrapper input[type='radio'] {
  width: 0;
  height: 0;
  opacity: 0;
  pointer-events: none;
}
.ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled) {
  z-index: 1;
  color: #1890ff;
  background: #fff;
  border-color: #1890ff;
  -webkit-box-shadow: -1px 0 0 0 #1890ff;
          box-shadow: -1px 0 0 0 #1890ff;
}
.ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled)::before {
  background-color: #1890ff !important;
  opacity: 0.1;
}
.ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled):first-child {
  border-color: #1890ff;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}
.ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled):hover {
  color: #40a9ff;
  border-color: #40a9ff;
  -webkit-box-shadow: -1px 0 0 0 #40a9ff;
          box-shadow: -1px 0 0 0 #40a9ff;
}
.ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled):active {
  color: #096dd9;
  border-color: #096dd9;
  -webkit-box-shadow: -1px 0 0 0 #096dd9;
          box-shadow: -1px 0 0 0 #096dd9;
}
.ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled):focus-within {
  outline: 3px solid rgba(24, 144, 255, 0.06);
}
.ant-radio-group-solid .ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled) {
  color: #fff;
  background: #1890ff;
  border-color: #1890ff;
}
.ant-radio-group-solid .ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled):hover {
  color: #fff;
  background: #40a9ff;
  border-color: #40a9ff;
}
.ant-radio-group-solid .ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled):active {
  color: #fff;
  background: #096dd9;
  border-color: #096dd9;
}
.ant-radio-group-solid .ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled):focus-within {
  outline: 3px solid rgba(24, 144, 255, 0.06);
}
.ant-radio-button-wrapper-disabled {
  color: rgba(0, 0, 0, 0.25);
  background-color: #f5f5f5;
  border-color: #d9d9d9;
  cursor: not-allowed;
}
.ant-radio-button-wrapper-disabled:first-child,
.ant-radio-button-wrapper-disabled:hover {
  color: rgba(0, 0, 0, 0.25);
  background-color: #f5f5f5;
  border-color: #d9d9d9;
}
.ant-radio-button-wrapper-disabled:first-child {
  border-left-color: #d9d9d9;
}
.ant-radio-button-wrapper-disabled.ant-radio-button-wrapper-checked {
  color: #fff;
  background-color: #e6e6e6;
  border-color: #d9d9d9;
  -webkit-box-shadow: none;
          box-shadow: none;
}
@-webkit-keyframes antRadioEffect {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 0.5;
  }
  100% {
    -webkit-transform: scale(1.6);
            transform: scale(1.6);
    opacity: 0;
  }
}
@keyframes antRadioEffect {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 0.5;
  }
  100% {
    -webkit-transform: scale(1.6);
            transform: scale(1.6);
    opacity: 0;
  }
}
@supports (-moz-appearance: meterbar) and (background-blend-mode: difference, normal) {
  .ant-radio {
    vertical-align: text-bottom;
  }
}


/*# sourceMappingURL=styles.43dbe5fe.chunk.css.map*/