@charset "UTF-8";

.swal2-popup.swal2-toast {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: auto;
  padding: 0.625em;
  overflow-y: hidden;
  -webkit-box-shadow: 0 0 0.625em #d9d9d9;
          box-shadow: 0 0 0.625em #d9d9d9;
}

.swal2-popup.swal2-toast .swal2-header {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

.swal2-popup.swal2-toast .swal2-title {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin: 0 0.6em;
  font-size: 1em;
}

.swal2-popup.swal2-toast .swal2-footer {
  margin: 0.5em 0 0;
  padding: 0.5em 0 0;
  font-size: 0.8em;
}

.swal2-popup.swal2-toast .swal2-close {
  position: static;
  width: 0.8em;
  height: 0.8em;
  line-height: 0.8;
}

.swal2-popup.swal2-toast .swal2-content {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  font-size: 1em;
}

.swal2-popup.swal2-toast .swal2-icon {
  width: 2em;
  min-width: 2em;
  height: 2em;
  margin: 0;
}

.swal2-popup.swal2-toast .swal2-icon::before {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 2em;
  font-weight: bold;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .swal2-popup.swal2-toast .swal2-icon::before {
    font-size: 0.25em;
  }
}

.swal2-popup.swal2-toast .swal2-icon.swal2-success .swal2-success-ring {
  width: 2em;
  height: 2em;
}

.swal2-popup.swal2-toast .swal2-icon.swal2-error [class^=swal2-x-mark-line] {
  top: 0.875em;
  width: 1.375em;
}

.swal2-popup.swal2-toast .swal2-icon.swal2-error [class^=swal2-x-mark-line][class$=left] {
  left: 0.3125em;
}

.swal2-popup.swal2-toast .swal2-icon.swal2-error [class^=swal2-x-mark-line][class$=right] {
  right: 0.3125em;
}

.swal2-popup.swal2-toast .swal2-actions {
  -ms-flex-preferred-size: auto !important;
      flex-basis: auto !important;
  width: auto;
  height: auto;
  margin: 0 0.3125em;
}

.swal2-popup.swal2-toast .swal2-styled {
  margin: 0 0.3125em;
  padding: 0.3125em 0.625em;
  font-size: 1em;
}

.swal2-popup.swal2-toast .swal2-styled:focus {
  -webkit-box-shadow: 0 0 0 0.0625em #fff, 0 0 0 0.125em rgba(50, 100, 150, 0.4);
          box-shadow: 0 0 0 0.0625em #fff, 0 0 0 0.125em rgba(50, 100, 150, 0.4);
}

.swal2-popup.swal2-toast .swal2-success {
  border-color: #a5dc86;
}

.swal2-popup.swal2-toast .swal2-success [class^=swal2-success-circular-line] {
  position: absolute;
  width: 1.6em;
  height: 3em;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  border-radius: 50%;
}

.swal2-popup.swal2-toast .swal2-success [class^=swal2-success-circular-line][class$=left] {
  top: -0.8em;
  left: -0.5em;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  -webkit-transform-origin: 2em 2em;
          transform-origin: 2em 2em;
  border-radius: 4em 0 0 4em;
}

.swal2-popup.swal2-toast .swal2-success [class^=swal2-success-circular-line][class$=right] {
  top: -0.25em;
  left: 0.9375em;
  -webkit-transform-origin: 0 1.5em;
          transform-origin: 0 1.5em;
  border-radius: 0 4em 4em 0;
}

.swal2-popup.swal2-toast .swal2-success .swal2-success-ring {
  width: 2em;
  height: 2em;
}

.swal2-popup.swal2-toast .swal2-success .swal2-success-fix {
  top: 0;
  left: 0.4375em;
  width: 0.4375em;
  height: 2.6875em;
}

.swal2-popup.swal2-toast .swal2-success [class^=swal2-success-line] {
  height: 0.3125em;
}

.swal2-popup.swal2-toast .swal2-success [class^=swal2-success-line][class$=tip] {
  top: 1.125em;
  left: 0.1875em;
  width: 0.75em;
}

.swal2-popup.swal2-toast .swal2-success [class^=swal2-success-line][class$=long] {
  top: 0.9375em;
  right: 0.1875em;
  width: 1.375em;
}

.swal2-popup.swal2-toast.swal2-show {
  -webkit-animation: swal2-toast-show 0.5s;
  animation: swal2-toast-show 0.5s;
}

.swal2-popup.swal2-toast.swal2-hide {
  -webkit-animation: swal2-toast-hide 0.1s forwards;
  animation: swal2-toast-hide 0.1s forwards;
}

.swal2-popup.swal2-toast .swal2-animate-success-icon .swal2-success-line-tip {
  -webkit-animation: swal2-toast-animate-success-line-tip 0.75s;
  animation: swal2-toast-animate-success-line-tip 0.75s;
}

.swal2-popup.swal2-toast .swal2-animate-success-icon .swal2-success-line-long {
  -webkit-animation: swal2-toast-animate-success-line-long 0.75s;
  animation: swal2-toast-animate-success-line-long 0.75s;
}

.swal2-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: fixed;
  z-index: 1060;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0.625em;
  overflow-x: hidden;
  -webkit-transition: background-color 0.1s;
  transition: background-color 0.1s;
  background-color: transparent;
  -webkit-overflow-scrolling: touch;
}

.swal2-container.swal2-top {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.swal2-container.swal2-top-start,
.swal2-container.swal2-top-left {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.swal2-container.swal2-top-end,
.swal2-container.swal2-top-right {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.swal2-container.swal2-center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.swal2-container.swal2-center-start,
.swal2-container.swal2-center-left {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.swal2-container.swal2-center-end,
.swal2-container.swal2-center-right {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.swal2-container.swal2-bottom {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.swal2-container.swal2-bottom-start,
.swal2-container.swal2-bottom-left {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.swal2-container.swal2-bottom-end,
.swal2-container.swal2-bottom-right {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.swal2-container.swal2-bottom > :first-child,
.swal2-container.swal2-bottom-start > :first-child,
.swal2-container.swal2-bottom-left > :first-child,
.swal2-container.swal2-bottom-end > :first-child,
.swal2-container.swal2-bottom-right > :first-child {
  margin-top: auto;
}

.swal2-container.swal2-grow-fullscreen > .swal2-modal {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -ms-flex-item-align: stretch;
      align-self: stretch;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.swal2-container.swal2-grow-row > .swal2-modal {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.swal2-container.swal2-grow-column {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.swal2-container.swal2-grow-column.swal2-top,
.swal2-container.swal2-grow-column.swal2-center,
.swal2-container.swal2-grow-column.swal2-bottom {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.swal2-container.swal2-grow-column.swal2-top-start,
.swal2-container.swal2-grow-column.swal2-center-start,
.swal2-container.swal2-grow-column.swal2-bottom-start,
.swal2-container.swal2-grow-column.swal2-top-left,
.swal2-container.swal2-grow-column.swal2-center-left,
.swal2-container.swal2-grow-column.swal2-bottom-left {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.swal2-container.swal2-grow-column.swal2-top-end,
.swal2-container.swal2-grow-column.swal2-center-end,
.swal2-container.swal2-grow-column.swal2-bottom-end,
.swal2-container.swal2-grow-column.swal2-top-right,
.swal2-container.swal2-grow-column.swal2-center-right,
.swal2-container.swal2-grow-column.swal2-bottom-right {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.swal2-container.swal2-grow-column > .swal2-modal {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.swal2-container:not(.swal2-top):not(.swal2-top-start):not(.swal2-top-end):not(.swal2-top-left):not(.swal2-top-right):not(.swal2-center-start):not(.swal2-center-end):not(.swal2-center-left):not(.swal2-center-right):not(.swal2-bottom):not(.swal2-bottom-start):not(.swal2-bottom-end):not(.swal2-bottom-left):not(.swal2-bottom-right):not(.swal2-grow-fullscreen) > .swal2-modal {
  margin: auto;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .swal2-container .swal2-modal {
    margin: 0 !important;
  }
}

.swal2-container.swal2-shown {
  background-color: rgba(0, 0, 0, 0.4);
}

.swal2-popup {
  display: none;
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 32em;
  max-width: 100%;
  padding: 1.25em;
  border: none;
  border-radius: 0.3125em;
  background: #fff;
  font-family: inherit;
  font-size: 1rem;
}

.swal2-popup:focus {
  outline: none;
}

.swal2-popup.swal2-loading {
  overflow-y: hidden;
}

.swal2-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.swal2-title {
  position: relative;
  max-width: 100%;
  margin: 0 0 0.4em;
  padding: 0;
  color: #595959;
  font-size: 1.875em;
  font-weight: 600;
  text-align: center;
  text-transform: none;
  word-wrap: break-word;
}

.swal2-actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 1;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  margin: 1.25em auto 0;
}

.swal2-actions:not(.swal2-loading) .swal2-styled[disabled] {
  opacity: 0.4;
}

.swal2-actions:not(.swal2-loading) .swal2-styled:hover {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.1)), to(rgba(0, 0, 0, 0.1)));
  background-image: linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1));
}

.swal2-actions:not(.swal2-loading) .swal2-styled:active {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.2)), to(rgba(0, 0, 0, 0.2)));
  background-image: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2));
}

.swal2-actions.swal2-loading .swal2-styled.swal2-confirm {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 2.5em;
  height: 2.5em;
  margin: 0.46875em;
  padding: 0;
  -webkit-animation: swal2-rotate-loading 1.5s linear 0s infinite normal;
  animation: swal2-rotate-loading 1.5s linear 0s infinite normal;
  border: 0.25em solid transparent;
  border-radius: 100%;
  border-color: transparent;
  background-color: transparent !important;
  color: transparent;
  cursor: default;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.swal2-actions.swal2-loading .swal2-styled.swal2-cancel {
  margin-right: 30px;
  margin-left: 30px;
}

.swal2-actions.swal2-loading :not(.swal2-styled).swal2-confirm::after {
  content: "";
  display: inline-block;
  width: 15px;
  height: 15px;
  margin-left: 5px;
  -webkit-animation: swal2-rotate-loading 1.5s linear 0s infinite normal;
  animation: swal2-rotate-loading 1.5s linear 0s infinite normal;
  border: 3px solid #999999;
  border-radius: 50%;
  border-right-color: transparent;
  -webkit-box-shadow: 1px 1px 1px #fff;
          box-shadow: 1px 1px 1px #fff;
}

.swal2-styled {
  margin: 0.3125em;
  padding: 0.625em 2em;
  -webkit-box-shadow: none;
          box-shadow: none;
  font-weight: 500;
}

.swal2-styled:not([disabled]) {
  cursor: pointer;
}

.swal2-styled.swal2-confirm {
  border: 0;
  border-radius: 0.25em;
  background: initial;
  background-color: #3085d6;
  color: #fff;
  font-size: 1.0625em;
}

.swal2-styled.swal2-cancel {
  border: 0;
  border-radius: 0.25em;
  background: initial;
  background-color: #aaa;
  color: #fff;
  font-size: 1.0625em;
}

.swal2-styled:focus {
  outline: none;
  -webkit-box-shadow: 0 0 0 2px #fff, 0 0 0 4px rgba(50, 100, 150, 0.4);
          box-shadow: 0 0 0 2px #fff, 0 0 0 4px rgba(50, 100, 150, 0.4);
}

.swal2-styled::-moz-focus-inner {
  border: 0;
}

.swal2-footer {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 1.25em 0 0;
  padding: 1em 0 0;
  border-top: 1px solid #eee;
  color: #545454;
  font-size: 1em;
}

.swal2-image {
  max-width: 100%;
  margin: 1.25em auto;
}

.swal2-close {
  position: absolute;
  z-index: 2;
  /* 1617 */
  top: 0;
  right: 0;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 1.2em;
  height: 1.2em;
  padding: 0;
  overflow: hidden;
  -webkit-transition: color 0.1s ease-out;
  transition: color 0.1s ease-out;
  border: none;
  border-radius: 0;
  outline: initial;
  background: transparent;
  color: #cccccc;
  font-family: serif;
  font-size: 2.5em;
  line-height: 1.2;
  cursor: pointer;
}

.swal2-close:hover {
  -webkit-transform: none;
          transform: none;
  background: transparent;
  color: #f27474;
}

.swal2-content {
  z-index: 1;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0;
  padding: 0;
  color: #545454;
  font-size: 1.125em;
  font-weight: normal;
  line-height: normal;
  text-align: center;
  word-wrap: break-word;
}

.swal2-input,
.swal2-file,
.swal2-textarea,
.swal2-select,
.swal2-radio,
.swal2-checkbox {
  margin: 1em auto;
}

.swal2-input,
.swal2-file,
.swal2-textarea {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  -webkit-transition: border-color 0.3s, -webkit-box-shadow 0.3s;
  transition: border-color 0.3s, -webkit-box-shadow 0.3s;
  transition: border-color 0.3s, box-shadow 0.3s;
  transition: border-color 0.3s, box-shadow 0.3s, -webkit-box-shadow 0.3s;
  border: 1px solid #d9d9d9;
  border-radius: 0.1875em;
  background: inherit;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.06);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.06);
  color: inherit;
  font-size: 1.125em;
}

.swal2-input.swal2-inputerror,
.swal2-file.swal2-inputerror,
.swal2-textarea.swal2-inputerror {
  border-color: #f27474 !important;
  -webkit-box-shadow: 0 0 2px #f27474 !important;
          box-shadow: 0 0 2px #f27474 !important;
}

.swal2-input:focus,
.swal2-file:focus,
.swal2-textarea:focus {
  border: 1px solid #b4dbed;
  outline: none;
  -webkit-box-shadow: 0 0 3px #c4e6f5;
          box-shadow: 0 0 3px #c4e6f5;
}

.swal2-input::-webkit-input-placeholder,
.swal2-file::-webkit-input-placeholder,
.swal2-textarea::-webkit-input-placeholder {
  color: #cccccc;
}

.swal2-input::-moz-placeholder,
.swal2-file::-moz-placeholder,
.swal2-textarea::-moz-placeholder {
  color: #cccccc;
}

.swal2-input:-ms-input-placeholder,
.swal2-file:-ms-input-placeholder,
.swal2-textarea:-ms-input-placeholder {
  color: #cccccc;
}

.swal2-input::-ms-input-placeholder,
.swal2-file::-ms-input-placeholder,
.swal2-textarea::-ms-input-placeholder {
  color: #cccccc;
}

.swal2-input::placeholder,
.swal2-file::placeholder,
.swal2-textarea::placeholder {
  color: #cccccc;
}

.swal2-range {
  margin: 1em auto;
  background: inherit;
}

.swal2-range input {
  width: 80%;
}

.swal2-range output {
  width: 20%;
  color: inherit;
  font-weight: 600;
  text-align: center;
}

.swal2-range input,
.swal2-range output {
  height: 2.625em;
  padding: 0;
  font-size: 1.125em;
  line-height: 2.625em;
}

.swal2-input {
  height: 2.625em;
  padding: 0 0.75em;
}

.swal2-input[type=number] {
  max-width: 10em;
}

.swal2-file {
  background: inherit;
  font-size: 1.125em;
}

.swal2-textarea {
  height: 6.75em;
  padding: 0.75em;
}

.swal2-select {
  min-width: 50%;
  max-width: 100%;
  padding: 0.375em 0.625em;
  background: inherit;
  color: inherit;
  font-size: 1.125em;
}

.swal2-radio,
.swal2-checkbox {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: inherit;
  color: inherit;
}

.swal2-radio label,
.swal2-checkbox label {
  margin: 0 0.6em;
  font-size: 1.125em;
}

.swal2-radio input,
.swal2-checkbox input {
  margin: 0 0.4em;
}

.swal2-validation-message {
  display: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0.625em;
  overflow: hidden;
  background: #f0f0f0;
  color: #666666;
  font-size: 1em;
  font-weight: 300;
}

.swal2-validation-message::before {
  content: "!";
  display: inline-block;
  width: 1.5em;
  min-width: 1.5em;
  height: 1.5em;
  margin: 0 0.625em;
  border-radius: 50%;
  background-color: #f27474;
  color: #fff;
  font-weight: 600;
  line-height: 1.5em;
  text-align: center;
}

.swal2-icon {
  position: relative;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 5em;
  height: 5em;
  margin: 1.25em auto 1.875em;
  border: 0.25em solid transparent;
  border-radius: 50%;
  font-family: inherit;
  line-height: 5em;
  cursor: default;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.swal2-icon::before {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 92%;
  font-size: 3.75em;
}

.swal2-icon.swal2-error {
  border-color: #f27474;
}

.swal2-icon.swal2-error .swal2-x-mark {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.swal2-icon.swal2-error [class^=swal2-x-mark-line] {
  display: block;
  position: absolute;
  top: 2.3125em;
  width: 2.9375em;
  height: 0.3125em;
  border-radius: 0.125em;
  background-color: #f27474;
}

.swal2-icon.swal2-error [class^=swal2-x-mark-line][class$=left] {
  left: 1.0625em;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.swal2-icon.swal2-error [class^=swal2-x-mark-line][class$=right] {
  right: 1em;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.swal2-icon.swal2-warning {
  border-color: #facea8;
  color: #f8bb86;
}

.swal2-icon.swal2-warning::before {
  content: "!";
}

.swal2-icon.swal2-info {
  border-color: #9de0f6;
  color: #3fc3ee;
}

.swal2-icon.swal2-info::before {
  content: "i";
}

.swal2-icon.swal2-question {
  border-color: #c9dae1;
  color: #87adbd;
}

.swal2-icon.swal2-question::before {
  content: "?";
}

.swal2-icon.swal2-question.swal2-arabic-question-mark::before {
  content: "\61F";
}

.swal2-icon.swal2-success {
  border-color: #a5dc86;
}

.swal2-icon.swal2-success [class^=swal2-success-circular-line] {
  position: absolute;
  width: 3.75em;
  height: 7.5em;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  border-radius: 50%;
}

.swal2-icon.swal2-success [class^=swal2-success-circular-line][class$=left] {
  top: -0.4375em;
  left: -2.0635em;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  -webkit-transform-origin: 3.75em 3.75em;
          transform-origin: 3.75em 3.75em;
  border-radius: 7.5em 0 0 7.5em;
}

.swal2-icon.swal2-success [class^=swal2-success-circular-line][class$=right] {
  top: -0.6875em;
  left: 1.875em;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  -webkit-transform-origin: 0 3.75em;
          transform-origin: 0 3.75em;
  border-radius: 0 7.5em 7.5em 0;
}

.swal2-icon.swal2-success .swal2-success-ring {
  position: absolute;
  z-index: 2;
  top: -0.25em;
  left: -0.25em;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  width: 100%;
  height: 100%;
  border: 0.25em solid rgba(165, 220, 134, 0.3);
  border-radius: 50%;
}

.swal2-icon.swal2-success .swal2-success-fix {
  position: absolute;
  z-index: 1;
  top: 0.5em;
  left: 1.625em;
  width: 0.4375em;
  height: 5.625em;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.swal2-icon.swal2-success [class^=swal2-success-line] {
  display: block;
  position: absolute;
  z-index: 2;
  height: 0.3125em;
  border-radius: 0.125em;
  background-color: #a5dc86;
}

.swal2-icon.swal2-success [class^=swal2-success-line][class$=tip] {
  top: 2.875em;
  left: 0.875em;
  width: 1.5625em;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.swal2-icon.swal2-success [class^=swal2-success-line][class$=long] {
  top: 2.375em;
  right: 0.5em;
  width: 2.9375em;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.swal2-progress-steps {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 0 1.25em;
  padding: 0;
  background: inherit;
  font-weight: 600;
}

.swal2-progress-steps li {
  display: inline-block;
  position: relative;
}

.swal2-progress-steps .swal2-progress-step {
  z-index: 20;
  width: 2em;
  height: 2em;
  border-radius: 2em;
  background: #3085d6;
  color: #fff;
  line-height: 2em;
  text-align: center;
}

.swal2-progress-steps .swal2-progress-step.swal2-active-progress-step {
  background: #3085d6;
}

.swal2-progress-steps .swal2-progress-step.swal2-active-progress-step ~ .swal2-progress-step {
  background: #add8e6;
  color: #fff;
}

.swal2-progress-steps .swal2-progress-step.swal2-active-progress-step ~ .swal2-progress-step-line {
  background: #add8e6;
}

.swal2-progress-steps .swal2-progress-step-line {
  z-index: 10;
  width: 2.5em;
  height: 0.4em;
  margin: 0 -1px;
  background: #3085d6;
}

[class^=swal2] {
  -webkit-tap-highlight-color: transparent;
}

.swal2-show {
  -webkit-animation: swal2-show 0.3s;
  animation: swal2-show 0.3s;
}

.swal2-show.swal2-noanimation {
  -webkit-animation: none;
  animation: none;
}

.swal2-hide {
  -webkit-animation: swal2-hide 0.15s forwards;
  animation: swal2-hide 0.15s forwards;
}

.swal2-hide.swal2-noanimation {
  -webkit-animation: none;
  animation: none;
}

.swal2-rtl .swal2-close {
  right: auto;
  left: 0;
}

.swal2-animate-success-icon .swal2-success-line-tip {
  -webkit-animation: swal2-animate-success-line-tip 0.75s;
  animation: swal2-animate-success-line-tip 0.75s;
}

.swal2-animate-success-icon .swal2-success-line-long {
  -webkit-animation: swal2-animate-success-line-long 0.75s;
  animation: swal2-animate-success-line-long 0.75s;
}

.swal2-animate-success-icon .swal2-success-circular-line-right {
  -webkit-animation: swal2-rotate-success-circular-line 4.25s ease-in;
  animation: swal2-rotate-success-circular-line 4.25s ease-in;
}

.swal2-animate-error-icon {
  -webkit-animation: swal2-animate-error-icon 0.5s;
  animation: swal2-animate-error-icon 0.5s;
}

.swal2-animate-error-icon .swal2-x-mark {
  -webkit-animation: swal2-animate-error-x-mark 0.5s;
  animation: swal2-animate-error-x-mark 0.5s;
}

@supports (-ms-accelerator: true) {
  .swal2-range input {
    width: 100% !important;
  }

  .swal2-range output {
    display: none;
  }
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .swal2-range input {
    width: 100% !important;
  }

  .swal2-range output {
    display: none;
  }
}

@-moz-document url-prefix()  {
  .swal2-close:focus {
    outline: 2px solid rgba(50, 100, 150, 0.4);
  }
}

@-webkit-keyframes swal2-toast-show {
  0% {
    -webkit-transform: translateY(-0.625em) rotateZ(2deg);
            transform: translateY(-0.625em) rotateZ(2deg);
  }

  33% {
    -webkit-transform: translateY(0) rotateZ(-2deg);
            transform: translateY(0) rotateZ(-2deg);
  }

  66% {
    -webkit-transform: translateY(0.3125em) rotateZ(2deg);
            transform: translateY(0.3125em) rotateZ(2deg);
  }

  100% {
    -webkit-transform: translateY(0) rotateZ(0deg);
            transform: translateY(0) rotateZ(0deg);
  }
}

@keyframes swal2-toast-show {
  0% {
    -webkit-transform: translateY(-0.625em) rotateZ(2deg);
            transform: translateY(-0.625em) rotateZ(2deg);
  }

  33% {
    -webkit-transform: translateY(0) rotateZ(-2deg);
            transform: translateY(0) rotateZ(-2deg);
  }

  66% {
    -webkit-transform: translateY(0.3125em) rotateZ(2deg);
            transform: translateY(0.3125em) rotateZ(2deg);
  }

  100% {
    -webkit-transform: translateY(0) rotateZ(0deg);
            transform: translateY(0) rotateZ(0deg);
  }
}

@-webkit-keyframes swal2-toast-hide {
  100% {
    -webkit-transform: rotateZ(1deg);
            transform: rotateZ(1deg);
    opacity: 0;
  }
}

@keyframes swal2-toast-hide {
  100% {
    -webkit-transform: rotateZ(1deg);
            transform: rotateZ(1deg);
    opacity: 0;
  }
}

@-webkit-keyframes swal2-toast-animate-success-line-tip {
  0% {
    top: 0.5625em;
    left: 0.0625em;
    width: 0;
  }

  54% {
    top: 0.125em;
    left: 0.125em;
    width: 0;
  }

  70% {
    top: 0.625em;
    left: -0.25em;
    width: 1.625em;
  }

  84% {
    top: 1.0625em;
    left: 0.75em;
    width: 0.5em;
  }

  100% {
    top: 1.125em;
    left: 0.1875em;
    width: 0.75em;
  }
}

@keyframes swal2-toast-animate-success-line-tip {
  0% {
    top: 0.5625em;
    left: 0.0625em;
    width: 0;
  }

  54% {
    top: 0.125em;
    left: 0.125em;
    width: 0;
  }

  70% {
    top: 0.625em;
    left: -0.25em;
    width: 1.625em;
  }

  84% {
    top: 1.0625em;
    left: 0.75em;
    width: 0.5em;
  }

  100% {
    top: 1.125em;
    left: 0.1875em;
    width: 0.75em;
  }
}

@-webkit-keyframes swal2-toast-animate-success-line-long {
  0% {
    top: 1.625em;
    right: 1.375em;
    width: 0;
  }

  65% {
    top: 1.25em;
    right: 0.9375em;
    width: 0;
  }

  84% {
    top: 0.9375em;
    right: 0;
    width: 1.125em;
  }

  100% {
    top: 0.9375em;
    right: 0.1875em;
    width: 1.375em;
  }
}

@keyframes swal2-toast-animate-success-line-long {
  0% {
    top: 1.625em;
    right: 1.375em;
    width: 0;
  }

  65% {
    top: 1.25em;
    right: 0.9375em;
    width: 0;
  }

  84% {
    top: 0.9375em;
    right: 0;
    width: 1.125em;
  }

  100% {
    top: 0.9375em;
    right: 0.1875em;
    width: 1.375em;
  }
}

@-webkit-keyframes swal2-show {
  0% {
    -webkit-transform: scale(0.7);
            transform: scale(0.7);
  }

  45% {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }

  80% {
    -webkit-transform: scale(0.95);
            transform: scale(0.95);
  }

  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes swal2-show {
  0% {
    -webkit-transform: scale(0.7);
            transform: scale(0.7);
  }

  45% {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }

  80% {
    -webkit-transform: scale(0.95);
            transform: scale(0.95);
  }

  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@-webkit-keyframes swal2-hide {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }

  100% {
    -webkit-transform: scale(0.5);
            transform: scale(0.5);
    opacity: 0;
  }
}

@keyframes swal2-hide {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }

  100% {
    -webkit-transform: scale(0.5);
            transform: scale(0.5);
    opacity: 0;
  }
}

@-webkit-keyframes swal2-animate-success-line-tip {
  0% {
    top: 1.1875em;
    left: 0.0625em;
    width: 0;
  }

  54% {
    top: 1.0625em;
    left: 0.125em;
    width: 0;
  }

  70% {
    top: 2.1875em;
    left: -0.375em;
    width: 3.125em;
  }

  84% {
    top: 3em;
    left: 1.3125em;
    width: 1.0625em;
  }

  100% {
    top: 2.8125em;
    left: 0.875em;
    width: 1.5625em;
  }
}

@keyframes swal2-animate-success-line-tip {
  0% {
    top: 1.1875em;
    left: 0.0625em;
    width: 0;
  }

  54% {
    top: 1.0625em;
    left: 0.125em;
    width: 0;
  }

  70% {
    top: 2.1875em;
    left: -0.375em;
    width: 3.125em;
  }

  84% {
    top: 3em;
    left: 1.3125em;
    width: 1.0625em;
  }

  100% {
    top: 2.8125em;
    left: 0.875em;
    width: 1.5625em;
  }
}

@-webkit-keyframes swal2-animate-success-line-long {
  0% {
    top: 3.375em;
    right: 2.875em;
    width: 0;
  }

  65% {
    top: 3.375em;
    right: 2.875em;
    width: 0;
  }

  84% {
    top: 2.1875em;
    right: 0;
    width: 3.4375em;
  }

  100% {
    top: 2.375em;
    right: 0.5em;
    width: 2.9375em;
  }
}

@keyframes swal2-animate-success-line-long {
  0% {
    top: 3.375em;
    right: 2.875em;
    width: 0;
  }

  65% {
    top: 3.375em;
    right: 2.875em;
    width: 0;
  }

  84% {
    top: 2.1875em;
    right: 0;
    width: 3.4375em;
  }

  100% {
    top: 2.375em;
    right: 0.5em;
    width: 2.9375em;
  }
}

@-webkit-keyframes swal2-rotate-success-circular-line {
  0% {
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }

  5% {
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }

  12% {
    -webkit-transform: rotate(-405deg);
            transform: rotate(-405deg);
  }

  100% {
    -webkit-transform: rotate(-405deg);
            transform: rotate(-405deg);
  }
}

@keyframes swal2-rotate-success-circular-line {
  0% {
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }

  5% {
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }

  12% {
    -webkit-transform: rotate(-405deg);
            transform: rotate(-405deg);
  }

  100% {
    -webkit-transform: rotate(-405deg);
            transform: rotate(-405deg);
  }
}

@-webkit-keyframes swal2-animate-error-x-mark {
  0% {
    margin-top: 1.625em;
    -webkit-transform: scale(0.4);
            transform: scale(0.4);
    opacity: 0;
  }

  50% {
    margin-top: 1.625em;
    -webkit-transform: scale(0.4);
            transform: scale(0.4);
    opacity: 0;
  }

  80% {
    margin-top: -0.375em;
    -webkit-transform: scale(1.15);
            transform: scale(1.15);
  }

  100% {
    margin-top: 0;
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }
}

@keyframes swal2-animate-error-x-mark {
  0% {
    margin-top: 1.625em;
    -webkit-transform: scale(0.4);
            transform: scale(0.4);
    opacity: 0;
  }

  50% {
    margin-top: 1.625em;
    -webkit-transform: scale(0.4);
            transform: scale(0.4);
    opacity: 0;
  }

  80% {
    margin-top: -0.375em;
    -webkit-transform: scale(1.15);
            transform: scale(1.15);
  }

  100% {
    margin-top: 0;
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }
}

@-webkit-keyframes swal2-animate-error-icon {
  0% {
    -webkit-transform: rotateX(100deg);
            transform: rotateX(100deg);
    opacity: 0;
  }

  100% {
    -webkit-transform: rotateX(0deg);
            transform: rotateX(0deg);
    opacity: 1;
  }
}

@keyframes swal2-animate-error-icon {
  0% {
    -webkit-transform: rotateX(100deg);
            transform: rotateX(100deg);
    opacity: 0;
  }

  100% {
    -webkit-transform: rotateX(0deg);
            transform: rotateX(0deg);
    opacity: 1;
  }
}

@-webkit-keyframes swal2-rotate-loading {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes swal2-rotate-loading {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

body.swal2-shown:not(.swal2-no-backdrop):not(.swal2-toast-shown) {
  overflow: hidden;
}

body.swal2-height-auto {
  height: auto !important;
}

body.swal2-no-backdrop .swal2-shown {
  top: auto;
  right: auto;
  bottom: auto;
  left: auto;
  max-width: calc(100% - 0.625em * 2);
  background-color: transparent;
}

body.swal2-no-backdrop .swal2-shown > .swal2-modal {
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
}

body.swal2-no-backdrop .swal2-shown.swal2-top {
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

body.swal2-no-backdrop .swal2-shown.swal2-top-start,
body.swal2-no-backdrop .swal2-shown.swal2-top-left {
  top: 0;
  left: 0;
}

body.swal2-no-backdrop .swal2-shown.swal2-top-end,
body.swal2-no-backdrop .swal2-shown.swal2-top-right {
  top: 0;
  right: 0;
}

body.swal2-no-backdrop .swal2-shown.swal2-center {
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

body.swal2-no-backdrop .swal2-shown.swal2-center-start,
body.swal2-no-backdrop .swal2-shown.swal2-center-left {
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

body.swal2-no-backdrop .swal2-shown.swal2-center-end,
body.swal2-no-backdrop .swal2-shown.swal2-center-right {
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

body.swal2-no-backdrop .swal2-shown.swal2-bottom {
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

body.swal2-no-backdrop .swal2-shown.swal2-bottom-start,
body.swal2-no-backdrop .swal2-shown.swal2-bottom-left {
  bottom: 0;
  left: 0;
}

body.swal2-no-backdrop .swal2-shown.swal2-bottom-end,
body.swal2-no-backdrop .swal2-shown.swal2-bottom-right {
  right: 0;
  bottom: 0;
}

@media print {
  body.swal2-shown:not(.swal2-no-backdrop):not(.swal2-toast-shown) {
    overflow-y: scroll !important;
  }

  body.swal2-shown:not(.swal2-no-backdrop):not(.swal2-toast-shown) > [aria-hidden=true] {
    display: none;
  }

  body.swal2-shown:not(.swal2-no-backdrop):not(.swal2-toast-shown) .swal2-container {
    position: static !important;
  }
}

body.swal2-toast-shown .swal2-container {
  background-color: transparent;
}

body.swal2-toast-shown .swal2-container.swal2-shown {
  background-color: transparent;
}

body.swal2-toast-shown .swal2-container.swal2-top {
  top: 0;
  right: auto;
  bottom: auto;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

body.swal2-toast-shown .swal2-container.swal2-top-end,
body.swal2-toast-shown .swal2-container.swal2-top-right {
  top: 0;
  right: 0;
  bottom: auto;
  left: auto;
}

body.swal2-toast-shown .swal2-container.swal2-top-start,
body.swal2-toast-shown .swal2-container.swal2-top-left {
  top: 0;
  right: auto;
  bottom: auto;
  left: 0;
}

body.swal2-toast-shown .swal2-container.swal2-center-start,
body.swal2-toast-shown .swal2-container.swal2-center-left {
  top: 50%;
  right: auto;
  bottom: auto;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

body.swal2-toast-shown .swal2-container.swal2-center {
  top: 50%;
  right: auto;
  bottom: auto;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

body.swal2-toast-shown .swal2-container.swal2-center-end,
body.swal2-toast-shown .swal2-container.swal2-center-right {
  top: 50%;
  right: 0;
  bottom: auto;
  left: auto;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

body.swal2-toast-shown .swal2-container.swal2-bottom-start,
body.swal2-toast-shown .swal2-container.swal2-bottom-left {
  top: auto;
  right: auto;
  bottom: 0;
  left: 0;
}

body.swal2-toast-shown .swal2-container.swal2-bottom {
  top: auto;
  right: auto;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

body.swal2-toast-shown .swal2-container.swal2-bottom-end,
body.swal2-toast-shown .swal2-container.swal2-bottom-right {
  top: auto;
  right: 0;
  bottom: 0;
  left: auto;
}

body.swal2-toast-column .swal2-toast {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

body.swal2-toast-column .swal2-toast .swal2-actions {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -ms-flex-item-align: stretch;
      align-self: stretch;
  height: 2.2em;
  margin-top: 0.3125em;
}

body.swal2-toast-column .swal2-toast .swal2-loading {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

body.swal2-toast-column .swal2-toast .swal2-input {
  height: 2em;
  margin: 0.3125em auto;
  font-size: 1em;
}

body.swal2-toast-column .swal2-toast .swal2-validation-message {
  font-size: 1em;
}/* Magnific Popup CSS */

.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
}

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
  display: none;
}

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}

.mfp-ajax-cur {
  cursor: progress;
}

.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
  cursor: auto;
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
      user-select: none;
}

.mfp-loading.mfp-figure {
  display: none;
}

.mfp-hide {
  display: none !important;
}

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}

.mfp-preloader a {
  color: #CCC;
}

.mfp-preloader a:hover {
  color: #FFF;
}

.mfp-s-ready .mfp-preloader {
  display: none;
}

.mfp-s-error .mfp-content {
  display: none;
}

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  -webkit-box-shadow: none;
          box-shadow: none;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}

.mfp-close:hover,
.mfp-close:focus {
  opacity: 1;
}

.mfp-close:active {
  top: 1px;
}

.mfp-close-btn-in .mfp-close {
  color: #333;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent;
}

.mfp-arrow:active {
  margin-top: -54px;
}

.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1;
}

.mfp-arrow:before,
.mfp-arrow:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}

.mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}

.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}

.mfp-arrow-left {
  left: 0;
}

.mfp-arrow-left:after {
  border-right: 17px solid #FFF;
  margin-left: 31px;
}

.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F;
}

.mfp-arrow-right {
  right: 0;
}

.mfp-arrow-right:after {
  border-left: 17px solid #FFF;
  margin-left: 39px;
}

.mfp-arrow-right:before {
  border-left: 27px solid #3F3F3F;
}

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}

.mfp-iframe-holder .mfp-close {
  top: -40px;
}

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}

.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
          box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}

/* Main image in popup */

img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}

/* The shadow behind the image */

.mfp-figure {
  line-height: 0;
}

.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
          box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444;
}

.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px;
}

.mfp-figure figure {
  margin: 0;
}

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px;
}

.mfp-image-holder .mfp-content {
  max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */

  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }

  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }

  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }

  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }

  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }

  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }

  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }

  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
  }

  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0;
  }

  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%;
  }

  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}@font-face {
  font-family: element-icons;
  src: url(/fonts/vendor/element-ui/lib/theme-chalk/element-icons.woff?535877f50039c0cb49a6196a5b7517cd) format("woff"),url(/fonts/vendor/element-ui/lib/theme-chalk/element-icons.ttf?732389ded34cb9c52dd88271f1345af9) format("truetype");
  font-weight: 400;
  font-display: "auto";
  font-style: normal;
}

[class*=" el-icon-"],
[class^=el-icon-] {
  font-family: element-icons!important;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  vertical-align: baseline;
  display: inline-block;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.el-icon-ice-cream-round:before {
  content: "\E6A0";
}

.el-icon-ice-cream-square:before {
  content: "\E6A3";
}

.el-icon-lollipop:before {
  content: "\E6A4";
}

.el-icon-potato-strips:before {
  content: "\E6A5";
}

.el-icon-milk-tea:before {
  content: "\E6A6";
}

.el-icon-ice-drink:before {
  content: "\E6A7";
}

.el-icon-ice-tea:before {
  content: "\E6A9";
}

.el-icon-coffee:before {
  content: "\E6AA";
}

.el-icon-orange:before {
  content: "\E6AB";
}

.el-icon-pear:before {
  content: "\E6AC";
}

.el-icon-apple:before {
  content: "\E6AD";
}

.el-icon-cherry:before {
  content: "\E6AE";
}

.el-icon-watermelon:before {
  content: "\E6AF";
}

.el-icon-grape:before {
  content: "\E6B0";
}

.el-icon-refrigerator:before {
  content: "\E6B1";
}

.el-icon-goblet-square-full:before {
  content: "\E6B2";
}

.el-icon-goblet-square:before {
  content: "\E6B3";
}

.el-icon-goblet-full:before {
  content: "\E6B4";
}

.el-icon-goblet:before {
  content: "\E6B5";
}

.el-icon-cold-drink:before {
  content: "\E6B6";
}

.el-icon-coffee-cup:before {
  content: "\E6B8";
}

.el-icon-water-cup:before {
  content: "\E6B9";
}

.el-icon-hot-water:before {
  content: "\E6BA";
}

.el-icon-ice-cream:before {
  content: "\E6BB";
}

.el-icon-dessert:before {
  content: "\E6BC";
}

.el-icon-sugar:before {
  content: "\E6BD";
}

.el-icon-tableware:before {
  content: "\E6BE";
}

.el-icon-burger:before {
  content: "\E6BF";
}

.el-icon-knife-fork:before {
  content: "\E6C1";
}

.el-icon-fork-spoon:before {
  content: "\E6C2";
}

.el-icon-chicken:before {
  content: "\E6C3";
}

.el-icon-food:before {
  content: "\E6C4";
}

.el-icon-dish-1:before {
  content: "\E6C5";
}

.el-icon-dish:before {
  content: "\E6C6";
}

.el-icon-moon-night:before {
  content: "\E6EE";
}

.el-icon-moon:before {
  content: "\E6F0";
}

.el-icon-cloudy-and-sunny:before {
  content: "\E6F1";
}

.el-icon-partly-cloudy:before {
  content: "\E6F2";
}

.el-icon-cloudy:before {
  content: "\E6F3";
}

.el-icon-sunny:before {
  content: "\E6F6";
}

.el-icon-sunset:before {
  content: "\E6F7";
}

.el-icon-sunrise-1:before {
  content: "\E6F8";
}

.el-icon-sunrise:before {
  content: "\E6F9";
}

.el-icon-heavy-rain:before {
  content: "\E6FA";
}

.el-icon-lightning:before {
  content: "\E6FB";
}

.el-icon-light-rain:before {
  content: "\E6FC";
}

.el-icon-wind-power:before {
  content: "\E6FD";
}

.el-icon-baseball:before {
  content: "\E712";
}

.el-icon-soccer:before {
  content: "\E713";
}

.el-icon-football:before {
  content: "\E715";
}

.el-icon-basketball:before {
  content: "\E716";
}

.el-icon-ship:before {
  content: "\E73F";
}

.el-icon-truck:before {
  content: "\E740";
}

.el-icon-bicycle:before {
  content: "\E741";
}

.el-icon-mobile-phone:before {
  content: "\E6D3";
}

.el-icon-service:before {
  content: "\E6D4";
}

.el-icon-key:before {
  content: "\E6E2";
}

.el-icon-unlock:before {
  content: "\E6E4";
}

.el-icon-lock:before {
  content: "\E6E5";
}

.el-icon-watch:before {
  content: "\E6FE";
}

.el-icon-watch-1:before {
  content: "\E6FF";
}

.el-icon-timer:before {
  content: "\E702";
}

.el-icon-alarm-clock:before {
  content: "\E703";
}

.el-icon-map-location:before {
  content: "\E704";
}

.el-icon-delete-location:before {
  content: "\E705";
}

.el-icon-add-location:before {
  content: "\E706";
}

.el-icon-location-information:before {
  content: "\E707";
}

.el-icon-location-outline:before {
  content: "\E708";
}

.el-icon-location:before {
  content: "\E79E";
}

.el-icon-place:before {
  content: "\E709";
}

.el-icon-discover:before {
  content: "\E70A";
}

.el-icon-first-aid-kit:before {
  content: "\E70B";
}

.el-icon-trophy-1:before {
  content: "\E70C";
}

.el-icon-trophy:before {
  content: "\E70D";
}

.el-icon-medal:before {
  content: "\E70E";
}

.el-icon-medal-1:before {
  content: "\E70F";
}

.el-icon-stopwatch:before {
  content: "\E710";
}

.el-icon-mic:before {
  content: "\E711";
}

.el-icon-copy-document:before {
  content: "\E718";
}

.el-icon-full-screen:before {
  content: "\E719";
}

.el-icon-switch-button:before {
  content: "\E71B";
}

.el-icon-aim:before {
  content: "\E71C";
}

.el-icon-crop:before {
  content: "\E71D";
}

.el-icon-odometer:before {
  content: "\E71E";
}

.el-icon-time:before {
  content: "\E71F";
}

.el-icon-bangzhu:before {
  content: "\E724";
}

.el-icon-close-notification:before {
  content: "\E726";
}

.el-icon-microphone:before {
  content: "\E727";
}

.el-icon-turn-off-microphone:before {
  content: "\E728";
}

.el-icon-position:before {
  content: "\E729";
}

.el-icon-postcard:before {
  content: "\E72A";
}

.el-icon-message:before {
  content: "\E72B";
}

.el-icon-chat-line-square:before {
  content: "\E72D";
}

.el-icon-chat-dot-square:before {
  content: "\E72E";
}

.el-icon-chat-dot-round:before {
  content: "\E72F";
}

.el-icon-chat-square:before {
  content: "\E730";
}

.el-icon-chat-line-round:before {
  content: "\E731";
}

.el-icon-chat-round:before {
  content: "\E732";
}

.el-icon-set-up:before {
  content: "\E733";
}

.el-icon-turn-off:before {
  content: "\E734";
}

.el-icon-open:before {
  content: "\E735";
}

.el-icon-connection:before {
  content: "\E736";
}

.el-icon-link:before {
  content: "\E737";
}

.el-icon-cpu:before {
  content: "\E738";
}

.el-icon-thumb:before {
  content: "\E739";
}

.el-icon-female:before {
  content: "\E73A";
}

.el-icon-male:before {
  content: "\E73B";
}

.el-icon-guide:before {
  content: "\E73C";
}

.el-icon-news:before {
  content: "\E73E";
}

.el-icon-price-tag:before {
  content: "\E744";
}

.el-icon-discount:before {
  content: "\E745";
}

.el-icon-wallet:before {
  content: "\E747";
}

.el-icon-coin:before {
  content: "\E748";
}

.el-icon-money:before {
  content: "\E749";
}

.el-icon-bank-card:before {
  content: "\E74A";
}

.el-icon-box:before {
  content: "\E74B";
}

.el-icon-present:before {
  content: "\E74C";
}

.el-icon-sell:before {
  content: "\E6D5";
}

.el-icon-sold-out:before {
  content: "\E6D6";
}

.el-icon-shopping-bag-2:before {
  content: "\E74D";
}

.el-icon-shopping-bag-1:before {
  content: "\E74E";
}

.el-icon-shopping-cart-2:before {
  content: "\E74F";
}

.el-icon-shopping-cart-1:before {
  content: "\E750";
}

.el-icon-shopping-cart-full:before {
  content: "\E751";
}

.el-icon-smoking:before {
  content: "\E752";
}

.el-icon-no-smoking:before {
  content: "\E753";
}

.el-icon-house:before {
  content: "\E754";
}

.el-icon-table-lamp:before {
  content: "\E755";
}

.el-icon-school:before {
  content: "\E756";
}

.el-icon-office-building:before {
  content: "\E757";
}

.el-icon-toilet-paper:before {
  content: "\E758";
}

.el-icon-notebook-2:before {
  content: "\E759";
}

.el-icon-notebook-1:before {
  content: "\E75A";
}

.el-icon-files:before {
  content: "\E75B";
}

.el-icon-collection:before {
  content: "\E75C";
}

.el-icon-receiving:before {
  content: "\E75D";
}

.el-icon-suitcase-1:before {
  content: "\E760";
}

.el-icon-suitcase:before {
  content: "\E761";
}

.el-icon-film:before {
  content: "\E763";
}

.el-icon-collection-tag:before {
  content: "\E765";
}

.el-icon-data-analysis:before {
  content: "\E766";
}

.el-icon-pie-chart:before {
  content: "\E767";
}

.el-icon-data-board:before {
  content: "\E768";
}

.el-icon-data-line:before {
  content: "\E76D";
}

.el-icon-reading:before {
  content: "\E769";
}

.el-icon-magic-stick:before {
  content: "\E76A";
}

.el-icon-coordinate:before {
  content: "\E76B";
}

.el-icon-mouse:before {
  content: "\E76C";
}

.el-icon-brush:before {
  content: "\E76E";
}

.el-icon-headset:before {
  content: "\E76F";
}

.el-icon-umbrella:before {
  content: "\E770";
}

.el-icon-scissors:before {
  content: "\E771";
}

.el-icon-mobile:before {
  content: "\E773";
}

.el-icon-attract:before {
  content: "\E774";
}

.el-icon-monitor:before {
  content: "\E775";
}

.el-icon-search:before {
  content: "\E778";
}

.el-icon-takeaway-box:before {
  content: "\E77A";
}

.el-icon-paperclip:before {
  content: "\E77D";
}

.el-icon-printer:before {
  content: "\E77E";
}

.el-icon-document-add:before {
  content: "\E782";
}

.el-icon-document:before {
  content: "\E785";
}

.el-icon-document-checked:before {
  content: "\E786";
}

.el-icon-document-copy:before {
  content: "\E787";
}

.el-icon-document-delete:before {
  content: "\E788";
}

.el-icon-document-remove:before {
  content: "\E789";
}

.el-icon-tickets:before {
  content: "\E78B";
}

.el-icon-folder-checked:before {
  content: "\E77F";
}

.el-icon-folder-delete:before {
  content: "\E780";
}

.el-icon-folder-remove:before {
  content: "\E781";
}

.el-icon-folder-add:before {
  content: "\E783";
}

.el-icon-folder-opened:before {
  content: "\E784";
}

.el-icon-folder:before {
  content: "\E78A";
}

.el-icon-edit-outline:before {
  content: "\E764";
}

.el-icon-edit:before {
  content: "\E78C";
}

.el-icon-date:before {
  content: "\E78E";
}

.el-icon-c-scale-to-original:before {
  content: "\E7C6";
}

.el-icon-view:before {
  content: "\E6CE";
}

.el-icon-loading:before {
  content: "\E6CF";
}

.el-icon-rank:before {
  content: "\E6D1";
}

.el-icon-sort-down:before {
  content: "\E7C4";
}

.el-icon-sort-up:before {
  content: "\E7C5";
}

.el-icon-sort:before {
  content: "\E6D2";
}

.el-icon-finished:before {
  content: "\E6CD";
}

.el-icon-refresh-left:before {
  content: "\E6C7";
}

.el-icon-refresh-right:before {
  content: "\E6C8";
}

.el-icon-refresh:before {
  content: "\E6D0";
}

.el-icon-video-play:before {
  content: "\E7C0";
}

.el-icon-video-pause:before {
  content: "\E7C1";
}

.el-icon-d-arrow-right:before {
  content: "\E6DC";
}

.el-icon-d-arrow-left:before {
  content: "\E6DD";
}

.el-icon-arrow-up:before {
  content: "\E6E1";
}

.el-icon-arrow-down:before {
  content: "\E6DF";
}

.el-icon-arrow-right:before {
  content: "\E6E0";
}

.el-icon-arrow-left:before {
  content: "\E6DE";
}

.el-icon-top-right:before {
  content: "\E6E7";
}

.el-icon-top-left:before {
  content: "\E6E8";
}

.el-icon-top:before {
  content: "\E6E6";
}

.el-icon-bottom:before {
  content: "\E6EB";
}

.el-icon-right:before {
  content: "\E6E9";
}

.el-icon-back:before {
  content: "\E6EA";
}

.el-icon-bottom-right:before {
  content: "\E6EC";
}

.el-icon-bottom-left:before {
  content: "\E6ED";
}

.el-icon-caret-top:before {
  content: "\E78F";
}

.el-icon-caret-bottom:before {
  content: "\E790";
}

.el-icon-caret-right:before {
  content: "\E791";
}

.el-icon-caret-left:before {
  content: "\E792";
}

.el-icon-d-caret:before {
  content: "\E79A";
}

.el-icon-share:before {
  content: "\E793";
}

.el-icon-menu:before {
  content: "\E798";
}

.el-icon-s-grid:before {
  content: "\E7A6";
}

.el-icon-s-check:before {
  content: "\E7A7";
}

.el-icon-s-data:before {
  content: "\E7A8";
}

.el-icon-s-opportunity:before {
  content: "\E7AA";
}

.el-icon-s-custom:before {
  content: "\E7AB";
}

.el-icon-s-claim:before {
  content: "\E7AD";
}

.el-icon-s-finance:before {
  content: "\E7AE";
}

.el-icon-s-comment:before {
  content: "\E7AF";
}

.el-icon-s-flag:before {
  content: "\E7B0";
}

.el-icon-s-marketing:before {
  content: "\E7B1";
}

.el-icon-s-shop:before {
  content: "\E7B4";
}

.el-icon-s-open:before {
  content: "\E7B5";
}

.el-icon-s-management:before {
  content: "\E7B6";
}

.el-icon-s-ticket:before {
  content: "\E7B7";
}

.el-icon-s-release:before {
  content: "\E7B8";
}

.el-icon-s-home:before {
  content: "\E7B9";
}

.el-icon-s-promotion:before {
  content: "\E7BA";
}

.el-icon-s-operation:before {
  content: "\E7BB";
}

.el-icon-s-unfold:before {
  content: "\E7BC";
}

.el-icon-s-fold:before {
  content: "\E7A9";
}

.el-icon-s-platform:before {
  content: "\E7BD";
}

.el-icon-s-order:before {
  content: "\E7BE";
}

.el-icon-s-cooperation:before {
  content: "\E7BF";
}

.el-icon-bell:before {
  content: "\E725";
}

.el-icon-message-solid:before {
  content: "\E799";
}

.el-icon-video-camera:before {
  content: "\E772";
}

.el-icon-video-camera-solid:before {
  content: "\E796";
}

.el-icon-camera:before {
  content: "\E779";
}

.el-icon-camera-solid:before {
  content: "\E79B";
}

.el-icon-download:before {
  content: "\E77C";
}

.el-icon-upload2:before {
  content: "\E77B";
}

.el-icon-upload:before {
  content: "\E7C3";
}

.el-icon-picture-outline-round:before {
  content: "\E75F";
}

.el-icon-picture-outline:before {
  content: "\E75E";
}

.el-icon-picture:before {
  content: "\E79F";
}

.el-icon-close:before {
  content: "\E6DB";
}

.el-icon-check:before {
  content: "\E6DA";
}

.el-icon-plus:before {
  content: "\E6D9";
}

.el-icon-minus:before {
  content: "\E6D8";
}

.el-icon-help:before {
  content: "\E73D";
}

.el-icon-s-help:before {
  content: "\E7B3";
}

.el-icon-circle-close:before {
  content: "\E78D";
}

.el-icon-circle-check:before {
  content: "\E720";
}

.el-icon-circle-plus-outline:before {
  content: "\E723";
}

.el-icon-remove-outline:before {
  content: "\E722";
}

.el-icon-zoom-out:before {
  content: "\E776";
}

.el-icon-zoom-in:before {
  content: "\E777";
}

.el-icon-error:before {
  content: "\E79D";
}

.el-icon-success:before {
  content: "\E79C";
}

.el-icon-circle-plus:before {
  content: "\E7A0";
}

.el-icon-remove:before {
  content: "\E7A2";
}

.el-icon-info:before {
  content: "\E7A1";
}

.el-icon-question:before {
  content: "\E7A4";
}

.el-icon-warning-outline:before {
  content: "\E6C9";
}

.el-icon-warning:before {
  content: "\E7A3";
}

.el-icon-goods:before {
  content: "\E7C2";
}

.el-icon-s-goods:before {
  content: "\E7B2";
}

.el-icon-star-off:before {
  content: "\E717";
}

.el-icon-star-on:before {
  content: "\E797";
}

.el-icon-more-outline:before {
  content: "\E6CC";
}

.el-icon-more:before {
  content: "\E794";
}

.el-icon-phone-outline:before {
  content: "\E6CB";
}

.el-icon-phone:before {
  content: "\E795";
}

.el-icon-user:before {
  content: "\E6E3";
}

.el-icon-user-solid:before {
  content: "\E7A5";
}

.el-icon-setting:before {
  content: "\E6CA";
}

.el-icon-s-tools:before {
  content: "\E7AC";
}

.el-icon-delete:before {
  content: "\E6D7";
}

.el-icon-delete-solid:before {
  content: "\E7C9";
}

.el-icon-eleme:before {
  content: "\E7C7";
}

.el-icon-platform-eleme:before {
  content: "\E7CA";
}

.el-icon-loading {
  -webkit-animation: rotating 2s linear infinite;
  animation: rotating 2s linear infinite;
}

.el-icon--right {
  margin-left: 5px;
}

.el-icon--left {
  margin-right: 5px;
}

@-webkit-keyframes rotating {
  0% {
    -webkit-transform: rotateZ(0);
    transform: rotateZ(0);
  }

  100% {
    -webkit-transform: rotateZ(360deg);
    transform: rotateZ(360deg);
  }
}

@keyframes rotating {
  0% {
    -webkit-transform: rotateZ(0);
    transform: rotateZ(0);
  }

  100% {
    -webkit-transform: rotateZ(360deg);
    transform: rotateZ(360deg);
  }
}@charset "UTF-8";

.el-pagination--small .arrow.disabled,
.el-table .hidden-columns,
.el-table td.is-hidden>*,
.el-table th.is-hidden>*,
.el-table--hidden {
  visibility: hidden;
}

.el-input__suffix,
.el-tree.is-dragging .el-tree-node__content * {
  pointer-events: none;
}

.el-dropdown .el-dropdown-selfdefine:focus:active,
.el-dropdown .el-dropdown-selfdefine:focus:not(.focusing),
.el-message__closeBtn:focus,
.el-message__content:focus,
.el-popover:focus,
.el-popover:focus:active,
.el-popover__reference:focus:hover,
.el-popover__reference:focus:not(.focusing),
.el-rate:active,
.el-rate:focus,
.el-tooltip:focus:hover,
.el-tooltip:focus:not(.focusing),
.el-upload-list__item.is-success:active,
.el-upload-list__item.is-success:not(.focusing):focus {
  outline-width: 0;
}

@font-face {
  font-family: element-icons;
  src: url(/fonts/vendor/element-ui/lib/theme-chalk/element-icons.woff?535877f50039c0cb49a6196a5b7517cd) format("woff"),url(/fonts/vendor/element-ui/lib/theme-chalk/element-icons.ttf?732389ded34cb9c52dd88271f1345af9) format("truetype");
  font-weight: 400;
  font-display: "auto";
  font-style: normal;
}

[class*=" el-icon-"],
[class^=el-icon-] {
  font-family: element-icons!important;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  vertical-align: baseline;
  display: inline-block;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.el-icon-ice-cream-round:before {
  content: "\E6A0";
}

.el-icon-ice-cream-square:before {
  content: "\E6A3";
}

.el-icon-lollipop:before {
  content: "\E6A4";
}

.el-icon-potato-strips:before {
  content: "\E6A5";
}

.el-icon-milk-tea:before {
  content: "\E6A6";
}

.el-icon-ice-drink:before {
  content: "\E6A7";
}

.el-icon-ice-tea:before {
  content: "\E6A9";
}

.el-icon-coffee:before {
  content: "\E6AA";
}

.el-icon-orange:before {
  content: "\E6AB";
}

.el-icon-pear:before {
  content: "\E6AC";
}

.el-icon-apple:before {
  content: "\E6AD";
}

.el-icon-cherry:before {
  content: "\E6AE";
}

.el-icon-watermelon:before {
  content: "\E6AF";
}

.el-icon-grape:before {
  content: "\E6B0";
}

.el-icon-refrigerator:before {
  content: "\E6B1";
}

.el-icon-goblet-square-full:before {
  content: "\E6B2";
}

.el-icon-goblet-square:before {
  content: "\E6B3";
}

.el-icon-goblet-full:before {
  content: "\E6B4";
}

.el-icon-goblet:before {
  content: "\E6B5";
}

.el-icon-cold-drink:before {
  content: "\E6B6";
}

.el-icon-coffee-cup:before {
  content: "\E6B8";
}

.el-icon-water-cup:before {
  content: "\E6B9";
}

.el-icon-hot-water:before {
  content: "\E6BA";
}

.el-icon-ice-cream:before {
  content: "\E6BB";
}

.el-icon-dessert:before {
  content: "\E6BC";
}

.el-icon-sugar:before {
  content: "\E6BD";
}

.el-icon-tableware:before {
  content: "\E6BE";
}

.el-icon-burger:before {
  content: "\E6BF";
}

.el-icon-knife-fork:before {
  content: "\E6C1";
}

.el-icon-fork-spoon:before {
  content: "\E6C2";
}

.el-icon-chicken:before {
  content: "\E6C3";
}

.el-icon-food:before {
  content: "\E6C4";
}

.el-icon-dish-1:before {
  content: "\E6C5";
}

.el-icon-dish:before {
  content: "\E6C6";
}

.el-icon-moon-night:before {
  content: "\E6EE";
}

.el-icon-moon:before {
  content: "\E6F0";
}

.el-icon-cloudy-and-sunny:before {
  content: "\E6F1";
}

.el-icon-partly-cloudy:before {
  content: "\E6F2";
}

.el-icon-cloudy:before {
  content: "\E6F3";
}

.el-icon-sunny:before {
  content: "\E6F6";
}

.el-icon-sunset:before {
  content: "\E6F7";
}

.el-icon-sunrise-1:before {
  content: "\E6F8";
}

.el-icon-sunrise:before {
  content: "\E6F9";
}

.el-icon-heavy-rain:before {
  content: "\E6FA";
}

.el-icon-lightning:before {
  content: "\E6FB";
}

.el-icon-light-rain:before {
  content: "\E6FC";
}

.el-icon-wind-power:before {
  content: "\E6FD";
}

.el-icon-baseball:before {
  content: "\E712";
}

.el-icon-soccer:before {
  content: "\E713";
}

.el-icon-football:before {
  content: "\E715";
}

.el-icon-basketball:before {
  content: "\E716";
}

.el-icon-ship:before {
  content: "\E73F";
}

.el-icon-truck:before {
  content: "\E740";
}

.el-icon-bicycle:before {
  content: "\E741";
}

.el-icon-mobile-phone:before {
  content: "\E6D3";
}

.el-icon-service:before {
  content: "\E6D4";
}

.el-icon-key:before {
  content: "\E6E2";
}

.el-icon-unlock:before {
  content: "\E6E4";
}

.el-icon-lock:before {
  content: "\E6E5";
}

.el-icon-watch:before {
  content: "\E6FE";
}

.el-icon-watch-1:before {
  content: "\E6FF";
}

.el-icon-timer:before {
  content: "\E702";
}

.el-icon-alarm-clock:before {
  content: "\E703";
}

.el-icon-map-location:before {
  content: "\E704";
}

.el-icon-delete-location:before {
  content: "\E705";
}

.el-icon-add-location:before {
  content: "\E706";
}

.el-icon-location-information:before {
  content: "\E707";
}

.el-icon-location-outline:before {
  content: "\E708";
}

.el-icon-location:before {
  content: "\E79E";
}

.el-icon-place:before {
  content: "\E709";
}

.el-icon-discover:before {
  content: "\E70A";
}

.el-icon-first-aid-kit:before {
  content: "\E70B";
}

.el-icon-trophy-1:before {
  content: "\E70C";
}

.el-icon-trophy:before {
  content: "\E70D";
}

.el-icon-medal:before {
  content: "\E70E";
}

.el-icon-medal-1:before {
  content: "\E70F";
}

.el-icon-stopwatch:before {
  content: "\E710";
}

.el-icon-mic:before {
  content: "\E711";
}

.el-icon-copy-document:before {
  content: "\E718";
}

.el-icon-full-screen:before {
  content: "\E719";
}

.el-icon-switch-button:before {
  content: "\E71B";
}

.el-icon-aim:before {
  content: "\E71C";
}

.el-icon-crop:before {
  content: "\E71D";
}

.el-icon-odometer:before {
  content: "\E71E";
}

.el-icon-time:before {
  content: "\E71F";
}

.el-icon-bangzhu:before {
  content: "\E724";
}

.el-icon-close-notification:before {
  content: "\E726";
}

.el-icon-microphone:before {
  content: "\E727";
}

.el-icon-turn-off-microphone:before {
  content: "\E728";
}

.el-icon-position:before {
  content: "\E729";
}

.el-icon-postcard:before {
  content: "\E72A";
}

.el-icon-message:before {
  content: "\E72B";
}

.el-icon-chat-line-square:before {
  content: "\E72D";
}

.el-icon-chat-dot-square:before {
  content: "\E72E";
}

.el-icon-chat-dot-round:before {
  content: "\E72F";
}

.el-icon-chat-square:before {
  content: "\E730";
}

.el-icon-chat-line-round:before {
  content: "\E731";
}

.el-icon-chat-round:before {
  content: "\E732";
}

.el-icon-set-up:before {
  content: "\E733";
}

.el-icon-turn-off:before {
  content: "\E734";
}

.el-icon-open:before {
  content: "\E735";
}

.el-icon-connection:before {
  content: "\E736";
}

.el-icon-link:before {
  content: "\E737";
}

.el-icon-cpu:before {
  content: "\E738";
}

.el-icon-thumb:before {
  content: "\E739";
}

.el-icon-female:before {
  content: "\E73A";
}

.el-icon-male:before {
  content: "\E73B";
}

.el-icon-guide:before {
  content: "\E73C";
}

.el-icon-news:before {
  content: "\E73E";
}

.el-icon-price-tag:before {
  content: "\E744";
}

.el-icon-discount:before {
  content: "\E745";
}

.el-icon-wallet:before {
  content: "\E747";
}

.el-icon-coin:before {
  content: "\E748";
}

.el-icon-money:before {
  content: "\E749";
}

.el-icon-bank-card:before {
  content: "\E74A";
}

.el-icon-box:before {
  content: "\E74B";
}

.el-icon-present:before {
  content: "\E74C";
}

.el-icon-sell:before {
  content: "\E6D5";
}

.el-icon-sold-out:before {
  content: "\E6D6";
}

.el-icon-shopping-bag-2:before {
  content: "\E74D";
}

.el-icon-shopping-bag-1:before {
  content: "\E74E";
}

.el-icon-shopping-cart-2:before {
  content: "\E74F";
}

.el-icon-shopping-cart-1:before {
  content: "\E750";
}

.el-icon-shopping-cart-full:before {
  content: "\E751";
}

.el-icon-smoking:before {
  content: "\E752";
}

.el-icon-no-smoking:before {
  content: "\E753";
}

.el-icon-house:before {
  content: "\E754";
}

.el-icon-table-lamp:before {
  content: "\E755";
}

.el-icon-school:before {
  content: "\E756";
}

.el-icon-office-building:before {
  content: "\E757";
}

.el-icon-toilet-paper:before {
  content: "\E758";
}

.el-icon-notebook-2:before {
  content: "\E759";
}

.el-icon-notebook-1:before {
  content: "\E75A";
}

.el-icon-files:before {
  content: "\E75B";
}

.el-icon-collection:before {
  content: "\E75C";
}

.el-icon-receiving:before {
  content: "\E75D";
}

.el-icon-suitcase-1:before {
  content: "\E760";
}

.el-icon-suitcase:before {
  content: "\E761";
}

.el-icon-film:before {
  content: "\E763";
}

.el-icon-collection-tag:before {
  content: "\E765";
}

.el-icon-data-analysis:before {
  content: "\E766";
}

.el-icon-pie-chart:before {
  content: "\E767";
}

.el-icon-data-board:before {
  content: "\E768";
}

.el-icon-data-line:before {
  content: "\E76D";
}

.el-icon-reading:before {
  content: "\E769";
}

.el-icon-magic-stick:before {
  content: "\E76A";
}

.el-icon-coordinate:before {
  content: "\E76B";
}

.el-icon-mouse:before {
  content: "\E76C";
}

.el-icon-brush:before {
  content: "\E76E";
}

.el-icon-headset:before {
  content: "\E76F";
}

.el-icon-umbrella:before {
  content: "\E770";
}

.el-icon-scissors:before {
  content: "\E771";
}

.el-icon-mobile:before {
  content: "\E773";
}

.el-icon-attract:before {
  content: "\E774";
}

.el-icon-monitor:before {
  content: "\E775";
}

.el-icon-search:before {
  content: "\E778";
}

.el-icon-takeaway-box:before {
  content: "\E77A";
}

.el-icon-paperclip:before {
  content: "\E77D";
}

.el-icon-printer:before {
  content: "\E77E";
}

.el-icon-document-add:before {
  content: "\E782";
}

.el-icon-document:before {
  content: "\E785";
}

.el-icon-document-checked:before {
  content: "\E786";
}

.el-icon-document-copy:before {
  content: "\E787";
}

.el-icon-document-delete:before {
  content: "\E788";
}

.el-icon-document-remove:before {
  content: "\E789";
}

.el-icon-tickets:before {
  content: "\E78B";
}

.el-icon-folder-checked:before {
  content: "\E77F";
}

.el-icon-folder-delete:before {
  content: "\E780";
}

.el-icon-folder-remove:before {
  content: "\E781";
}

.el-icon-folder-add:before {
  content: "\E783";
}

.el-icon-folder-opened:before {
  content: "\E784";
}

.el-icon-folder:before {
  content: "\E78A";
}

.el-icon-edit-outline:before {
  content: "\E764";
}

.el-icon-edit:before {
  content: "\E78C";
}

.el-icon-date:before {
  content: "\E78E";
}

.el-icon-c-scale-to-original:before {
  content: "\E7C6";
}

.el-icon-view:before {
  content: "\E6CE";
}

.el-icon-loading:before {
  content: "\E6CF";
}

.el-icon-rank:before {
  content: "\E6D1";
}

.el-icon-sort-down:before {
  content: "\E7C4";
}

.el-icon-sort-up:before {
  content: "\E7C5";
}

.el-icon-sort:before {
  content: "\E6D2";
}

.el-icon-finished:before {
  content: "\E6CD";
}

.el-icon-refresh-left:before {
  content: "\E6C7";
}

.el-icon-refresh-right:before {
  content: "\E6C8";
}

.el-icon-refresh:before {
  content: "\E6D0";
}

.el-icon-video-play:before {
  content: "\E7C0";
}

.el-icon-video-pause:before {
  content: "\E7C1";
}

.el-icon-d-arrow-right:before {
  content: "\E6DC";
}

.el-icon-d-arrow-left:before {
  content: "\E6DD";
}

.el-icon-arrow-up:before {
  content: "\E6E1";
}

.el-icon-arrow-down:before {
  content: "\E6DF";
}

.el-icon-arrow-right:before {
  content: "\E6E0";
}

.el-icon-arrow-left:before {
  content: "\E6DE";
}

.el-icon-top-right:before {
  content: "\E6E7";
}

.el-icon-top-left:before {
  content: "\E6E8";
}

.el-icon-top:before {
  content: "\E6E6";
}

.el-icon-bottom:before {
  content: "\E6EB";
}

.el-icon-right:before {
  content: "\E6E9";
}

.el-icon-back:before {
  content: "\E6EA";
}

.el-icon-bottom-right:before {
  content: "\E6EC";
}

.el-icon-bottom-left:before {
  content: "\E6ED";
}

.el-icon-caret-top:before {
  content: "\E78F";
}

.el-icon-caret-bottom:before {
  content: "\E790";
}

.el-icon-caret-right:before {
  content: "\E791";
}

.el-icon-caret-left:before {
  content: "\E792";
}

.el-icon-d-caret:before {
  content: "\E79A";
}

.el-icon-share:before {
  content: "\E793";
}

.el-icon-menu:before {
  content: "\E798";
}

.el-icon-s-grid:before {
  content: "\E7A6";
}

.el-icon-s-check:before {
  content: "\E7A7";
}

.el-icon-s-data:before {
  content: "\E7A8";
}

.el-icon-s-opportunity:before {
  content: "\E7AA";
}

.el-icon-s-custom:before {
  content: "\E7AB";
}

.el-icon-s-claim:before {
  content: "\E7AD";
}

.el-icon-s-finance:before {
  content: "\E7AE";
}

.el-icon-s-comment:before {
  content: "\E7AF";
}

.el-icon-s-flag:before {
  content: "\E7B0";
}

.el-icon-s-marketing:before {
  content: "\E7B1";
}

.el-icon-s-shop:before {
  content: "\E7B4";
}

.el-icon-s-open:before {
  content: "\E7B5";
}

.el-icon-s-management:before {
  content: "\E7B6";
}

.el-icon-s-ticket:before {
  content: "\E7B7";
}

.el-icon-s-release:before {
  content: "\E7B8";
}

.el-icon-s-home:before {
  content: "\E7B9";
}

.el-icon-s-promotion:before {
  content: "\E7BA";
}

.el-icon-s-operation:before {
  content: "\E7BB";
}

.el-icon-s-unfold:before {
  content: "\E7BC";
}

.el-icon-s-fold:before {
  content: "\E7A9";
}

.el-icon-s-platform:before {
  content: "\E7BD";
}

.el-icon-s-order:before {
  content: "\E7BE";
}

.el-icon-s-cooperation:before {
  content: "\E7BF";
}

.el-icon-bell:before {
  content: "\E725";
}

.el-icon-message-solid:before {
  content: "\E799";
}

.el-icon-video-camera:before {
  content: "\E772";
}

.el-icon-video-camera-solid:before {
  content: "\E796";
}

.el-icon-camera:before {
  content: "\E779";
}

.el-icon-camera-solid:before {
  content: "\E79B";
}

.el-icon-download:before {
  content: "\E77C";
}

.el-icon-upload2:before {
  content: "\E77B";
}

.el-icon-upload:before {
  content: "\E7C3";
}

.el-icon-picture-outline-round:before {
  content: "\E75F";
}

.el-icon-picture-outline:before {
  content: "\E75E";
}

.el-icon-picture:before {
  content: "\E79F";
}

.el-icon-close:before {
  content: "\E6DB";
}

.el-icon-check:before {
  content: "\E6DA";
}

.el-icon-plus:before {
  content: "\E6D9";
}

.el-icon-minus:before {
  content: "\E6D8";
}

.el-icon-help:before {
  content: "\E73D";
}

.el-icon-s-help:before {
  content: "\E7B3";
}

.el-icon-circle-close:before {
  content: "\E78D";
}

.el-icon-circle-check:before {
  content: "\E720";
}

.el-icon-circle-plus-outline:before {
  content: "\E723";
}

.el-icon-remove-outline:before {
  content: "\E722";
}

.el-icon-zoom-out:before {
  content: "\E776";
}

.el-icon-zoom-in:before {
  content: "\E777";
}

.el-icon-error:before {
  content: "\E79D";
}

.el-icon-success:before {
  content: "\E79C";
}

.el-icon-circle-plus:before {
  content: "\E7A0";
}

.el-icon-remove:before {
  content: "\E7A2";
}

.el-icon-info:before {
  content: "\E7A1";
}

.el-icon-question:before {
  content: "\E7A4";
}

.el-icon-warning-outline:before {
  content: "\E6C9";
}

.el-icon-warning:before {
  content: "\E7A3";
}

.el-icon-goods:before {
  content: "\E7C2";
}

.el-icon-s-goods:before {
  content: "\E7B2";
}

.el-icon-star-off:before {
  content: "\E717";
}

.el-icon-star-on:before {
  content: "\E797";
}

.el-icon-more-outline:before {
  content: "\E6CC";
}

.el-icon-more:before {
  content: "\E794";
}

.el-icon-phone-outline:before {
  content: "\E6CB";
}

.el-icon-phone:before {
  content: "\E795";
}

.el-icon-user:before {
  content: "\E6E3";
}

.el-icon-user-solid:before {
  content: "\E7A5";
}

.el-icon-setting:before {
  content: "\E6CA";
}

.el-icon-s-tools:before {
  content: "\E7AC";
}

.el-icon-delete:before {
  content: "\E6D7";
}

.el-icon-delete-solid:before {
  content: "\E7C9";
}

.el-icon-eleme:before {
  content: "\E7C7";
}

.el-icon-platform-eleme:before {
  content: "\E7CA";
}

.el-icon-loading {
  -webkit-animation: rotating 2s linear infinite;
  animation: rotating 2s linear infinite;
}

.el-icon--right {
  margin-left: 5px;
}

.el-icon--left {
  margin-right: 5px;
}

@-webkit-keyframes rotating {
  0% {
    -webkit-transform: rotateZ(0);
    transform: rotateZ(0);
  }

  100% {
    -webkit-transform: rotateZ(360deg);
    transform: rotateZ(360deg);
  }
}

@keyframes rotating {
  0% {
    -webkit-transform: rotateZ(0);
    transform: rotateZ(0);
  }

  100% {
    -webkit-transform: rotateZ(360deg);
    transform: rotateZ(360deg);
  }
}

.el-pagination {
  white-space: nowrap;
  padding: 2px 5px;
  color: #303133;
  font-weight: 700;
}

.el-pagination::after,
.el-pagination::before {
  display: table;
  content: "";
}

.el-pagination::after {
  clear: both;
}

.el-pagination button,
.el-pagination span:not([class*=suffix]) {
  display: inline-block;
  font-size: 13px;
  min-width: 35.5px;
  height: 28px;
  line-height: 28px;
  vertical-align: top;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.el-pagination .el-input__inner {
  text-align: center;
  -moz-appearance: textfield;
  line-height: normal;
}

.el-pagination .el-input__suffix {
  right: 0;
  -webkit-transform: scale(.8);
  transform: scale(.8);
}

.el-pagination .el-select .el-input {
  width: 100px;
  margin: 0 5px;
}

.el-pagination .el-select .el-input .el-input__inner {
  padding-right: 25px;
  border-radius: 3px;
}

.el-pagination button {
  border: none;
  padding: 0 6px;
  background: 0 0;
}

.el-pagination button:focus {
  outline: 0;
}

.el-pagination button:hover {
  color: #409EFF;
}

.el-pagination button:disabled {
  color: #C0C4CC;
  background-color: #FFF;
  cursor: not-allowed;
}

.el-pagination .btn-next,
.el-pagination .btn-prev {
  background: center center no-repeat #FFF;
  background-size: 16px;
  cursor: pointer;
  margin: 0;
  color: #303133;
}

.el-pagination .btn-next .el-icon,
.el-pagination .btn-prev .el-icon {
  display: block;
  font-size: 12px;
  font-weight: 700;
}

.el-pagination .btn-prev {
  padding-right: 12px;
}

.el-pagination .btn-next {
  padding-left: 12px;
}

.el-pagination .el-pager li.disabled {
  color: #C0C4CC;
  cursor: not-allowed;
}

.el-pager li,
.el-pager li.btn-quicknext:hover,
.el-pager li.btn-quickprev:hover {
  cursor: pointer;
}

.el-pagination--small .btn-next,
.el-pagination--small .btn-prev,
.el-pagination--small .el-pager li,
.el-pagination--small .el-pager li.btn-quicknext,
.el-pagination--small .el-pager li.btn-quickprev,
.el-pagination--small .el-pager li:last-child {
  border-color: transparent;
  font-size: 12px;
  line-height: 22px;
  height: 22px;
  min-width: 22px;
}

.el-pagination--small .more::before,
.el-pagination--small li.more::before {
  line-height: 24px;
}

.el-pagination--small button,
.el-pagination--small span:not([class*=suffix]) {
  height: 22px;
  line-height: 22px;
}

.el-pagination--small .el-pagination__editor,
.el-pagination--small .el-pagination__editor.el-input .el-input__inner {
  height: 22px;
}

.el-pagination__sizes {
  margin: 0 10px 0 0;
  font-weight: 400;
  color: #606266;
}

.el-pagination__sizes .el-input .el-input__inner {
  font-size: 13px;
  padding-left: 8px;
}

.el-pagination__sizes .el-input .el-input__inner:hover {
  border-color: #409EFF;
}

.el-pagination__total {
  margin-right: 10px;
  font-weight: 400;
  color: #606266;
}

.el-pagination__jump {
  margin-left: 24px;
  font-weight: 400;
  color: #606266;
}

.el-pagination__jump .el-input__inner {
  padding: 0 3px;
}

.el-pagination__rightwrapper {
  float: right;
}

.el-pagination__editor {
  line-height: 18px;
  padding: 0 2px;
  height: 28px;
  text-align: center;
  margin: 0 2px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 3px;
}

.el-pager,
.el-pagination.is-background .btn-next,
.el-pagination.is-background .btn-prev {
  padding: 0;
}

.el-pagination__editor.el-input {
  width: 50px;
}

.el-pagination__editor.el-input .el-input__inner {
  height: 28px;
}

.el-pagination__editor .el-input__inner::-webkit-inner-spin-button,
.el-pagination__editor .el-input__inner::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.el-pagination.is-background .btn-next,
.el-pagination.is-background .btn-prev,
.el-pagination.is-background .el-pager li {
  margin: 0 5px;
  background-color: #f4f4f5;
  color: #606266;
  min-width: 30px;
  border-radius: 2px;
}

.el-pagination.is-background .btn-next.disabled,
.el-pagination.is-background .btn-next:disabled,
.el-pagination.is-background .btn-prev.disabled,
.el-pagination.is-background .btn-prev:disabled,
.el-pagination.is-background .el-pager li.disabled {
  color: #C0C4CC;
}

.el-pagination.is-background .el-pager li:not(.disabled):hover {
  color: #409EFF;
}

.el-pagination.is-background .el-pager li:not(.disabled).active {
  background-color: #409EFF;
  color: #FFF;
}

.el-dialog,
.el-pager li {
  background: #FFF;
  -webkit-box-sizing: border-box;
}

.el-pagination.is-background.el-pagination--small .btn-next,
.el-pagination.is-background.el-pagination--small .btn-prev,
.el-pagination.is-background.el-pagination--small .el-pager li {
  margin: 0 3px;
  min-width: 22px;
}

.el-pager,
.el-pager li {
  vertical-align: top;
  margin: 0;
  display: inline-block;
}

.el-pager {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  list-style: none;
  font-size: 0;
}

.el-date-table,
.el-table th {
  -webkit-user-select: none;
  -moz-user-select: none;
}

.el-pager .more::before {
  line-height: 30px;
}

.el-pager li {
  padding: 0 4px;
  font-size: 13px;
  min-width: 35.5px;
  height: 28px;
  line-height: 28px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: center;
}

.el-menu--collapse .el-menu .el-submenu,
.el-menu--popup {
  min-width: 200px;
}

.el-pager li.btn-quicknext,
.el-pager li.btn-quickprev {
  line-height: 28px;
  color: #303133;
}

.el-pager li.btn-quicknext.disabled,
.el-pager li.btn-quickprev.disabled {
  color: #C0C4CC;
}

.el-pager li.active+li {
  border-left: 0;
}

.el-pager li:hover {
  color: #409EFF;
}

.el-pager li.active {
  color: #409EFF;
  cursor: default;
}

@-webkit-keyframes v-modal-in {
  0% {
    opacity: 0;
  }
}

@-webkit-keyframes v-modal-out {
  100% {
    opacity: 0;
  }
}

.el-dialog {
  position: relative;
  margin: 0 auto 50px;
  border-radius: 2px;
  -webkit-box-shadow: 0 1px 3px rgba(0,0,0,.3);
  box-shadow: 0 1px 3px rgba(0,0,0,.3);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 50%;
}

.el-dialog.is-fullscreen {
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  height: 100%;
  overflow: auto;
}

.el-dialog__wrapper {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: auto;
  margin: 0;
}

.el-dialog__header {
  padding: 20px 20px 10px;
}

.el-dialog__headerbtn {
  position: absolute;
  top: 20px;
  right: 20px;
  padding: 0;
  background: 0 0;
  border: none;
  outline: 0;
  cursor: pointer;
  font-size: 16px;
}

.el-dialog__headerbtn .el-dialog__close {
  color: #909399;
}

.el-dialog__headerbtn:focus .el-dialog__close,
.el-dialog__headerbtn:hover .el-dialog__close {
  color: #409EFF;
}

.el-dialog__title {
  line-height: 24px;
  font-size: 18px;
  color: #303133;
}

.el-dialog__body {
  padding: 30px 20px;
  color: #606266;
  font-size: 14px;
  word-break: break-all;
}

.el-dialog__footer {
  padding: 10px 20px 20px;
  text-align: right;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.el-dialog--center {
  text-align: center;
}

.el-dialog--center .el-dialog__body {
  text-align: initial;
  padding: 25px 25px 30px;
}

.el-dialog--center .el-dialog__footer {
  text-align: inherit;
}

.dialog-fade-enter-active {
  -webkit-animation: dialog-fade-in .3s;
  animation: dialog-fade-in .3s;
}

.dialog-fade-leave-active {
  -webkit-animation: dialog-fade-out .3s;
  animation: dialog-fade-out .3s;
}

@-webkit-keyframes dialog-fade-in {
  0% {
    -webkit-transform: translate3d(0,-20px,0);
    transform: translate3d(0,-20px,0);
    opacity: 0;
  }

  100% {
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
    opacity: 1;
  }
}

@keyframes dialog-fade-in {
  0% {
    -webkit-transform: translate3d(0,-20px,0);
    transform: translate3d(0,-20px,0);
    opacity: 0;
  }

  100% {
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
    opacity: 1;
  }
}

@-webkit-keyframes dialog-fade-out {
  0% {
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
    opacity: 1;
  }

  100% {
    -webkit-transform: translate3d(0,-20px,0);
    transform: translate3d(0,-20px,0);
    opacity: 0;
  }
}

@keyframes dialog-fade-out {
  0% {
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
    opacity: 1;
  }

  100% {
    -webkit-transform: translate3d(0,-20px,0);
    transform: translate3d(0,-20px,0);
    opacity: 0;
  }
}

.el-autocomplete {
  position: relative;
  display: inline-block;
}

.el-autocomplete-suggestion {
  margin: 5px 0;
  -webkit-box-shadow: 0 2px 12px 0 rgba(0,0,0,.1);
  box-shadow: 0 2px 12px 0 rgba(0,0,0,.1);
  border-radius: 4px;
  border: 1px solid #E4E7ED;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #FFF;
}

.el-dropdown-menu,
.el-menu--collapse .el-submenu .el-menu {
  z-index: 10;
  -webkit-box-shadow: 0 2px 12px 0 rgba(0,0,0,.1);
}

.el-autocomplete-suggestion__wrap {
  max-height: 280px;
  padding: 10px 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.el-autocomplete-suggestion__list {
  margin: 0;
  padding: 0;
}

.el-autocomplete-suggestion li {
  padding: 0 20px;
  margin: 0;
  line-height: 34px;
  cursor: pointer;
  color: #606266;
  font-size: 14px;
  list-style: none;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.el-autocomplete-suggestion li.highlighted,
.el-autocomplete-suggestion li:hover {
  background-color: #F5F7FA;
}

.el-autocomplete-suggestion li.divider {
  margin-top: 6px;
  border-top: 1px solid #000;
}

.el-autocomplete-suggestion li.divider:last-child {
  margin-bottom: -6px;
}

.el-autocomplete-suggestion.is-loading li {
  text-align: center;
  height: 100px;
  line-height: 100px;
  font-size: 20px;
  color: #999;
}

.el-autocomplete-suggestion.is-loading li::after {
  display: inline-block;
  content: "";
  height: 100%;
  vertical-align: middle;
}

.el-autocomplete-suggestion.is-loading li:hover {
  background-color: #FFF;
}

.el-autocomplete-suggestion.is-loading .el-icon-loading {
  vertical-align: middle;
}

.el-dropdown {
  display: inline-block;
  position: relative;
  color: #606266;
  font-size: 14px;
}

.el-dropdown .el-button-group {
  display: block;
}

.el-dropdown .el-button-group .el-button {
  float: none;
}

.el-dropdown .el-dropdown__caret-button {
  padding-left: 5px;
  padding-right: 5px;
  position: relative;
  border-left: none;
}

.el-dropdown .el-dropdown__caret-button::before {
  content: '';
  position: absolute;
  display: block;
  width: 1px;
  top: 5px;
  bottom: 5px;
  left: 0;
  background: rgba(255,255,255,.5);
}

.el-dropdown .el-dropdown__caret-button.el-button--default::before {
  background: rgba(220,223,230,.5);
}

.el-dropdown .el-dropdown__caret-button:hover::before {
  top: 0;
  bottom: 0;
}

.el-dropdown .el-dropdown__caret-button .el-dropdown__icon {
  padding-left: 0;
}

.el-dropdown__icon {
  font-size: 12px;
  margin: 0 3px;
}

.el-dropdown-menu {
  position: absolute;
  top: 0;
  left: 0;
  padding: 10px 0;
  margin: 5px 0;
  background-color: #FFF;
  border: 1px solid #EBEEF5;
  border-radius: 4px;
  -webkit-box-shadow: 0 2px 12px 0 rgba(0,0,0,.1);
          box-shadow: 0 2px 12px 0 rgba(0,0,0,.1);
}

.el-dropdown-menu__item {
  list-style: none;
  line-height: 36px;
  padding: 0 20px;
  margin: 0;
  font-size: 14px;
  color: #606266;
  cursor: pointer;
  outline: 0;
}

.el-dropdown-menu__item:focus,
.el-dropdown-menu__item:not(.is-disabled):hover {
  background-color: #ecf5ff;
  color: #66b1ff;
}

.el-dropdown-menu__item i {
  margin-right: 5px;
}

.el-dropdown-menu__item--divided {
  position: relative;
  margin-top: 6px;
  border-top: 1px solid #EBEEF5;
}

.el-dropdown-menu__item--divided:before {
  content: '';
  height: 6px;
  display: block;
  margin: 0 -20px;
  background-color: #FFF;
}

.el-dropdown-menu__item.is-disabled {
  cursor: default;
  color: #bbb;
  pointer-events: none;
}

.el-dropdown-menu--medium {
  padding: 6px 0;
}

.el-dropdown-menu--medium .el-dropdown-menu__item {
  line-height: 30px;
  padding: 0 17px;
  font-size: 14px;
}

.el-dropdown-menu--medium .el-dropdown-menu__item.el-dropdown-menu__item--divided {
  margin-top: 6px;
}

.el-dropdown-menu--medium .el-dropdown-menu__item.el-dropdown-menu__item--divided:before {
  height: 6px;
  margin: 0 -17px;
}

.el-dropdown-menu--small {
  padding: 6px 0;
}

.el-dropdown-menu--small .el-dropdown-menu__item {
  line-height: 27px;
  padding: 0 15px;
  font-size: 13px;
}

.el-dropdown-menu--small .el-dropdown-menu__item.el-dropdown-menu__item--divided {
  margin-top: 4px;
}

.el-dropdown-menu--small .el-dropdown-menu__item.el-dropdown-menu__item--divided:before {
  height: 4px;
  margin: 0 -15px;
}

.el-dropdown-menu--mini {
  padding: 3px 0;
}

.el-dropdown-menu--mini .el-dropdown-menu__item {
  line-height: 24px;
  padding: 0 10px;
  font-size: 12px;
}

.el-dropdown-menu--mini .el-dropdown-menu__item.el-dropdown-menu__item--divided {
  margin-top: 3px;
}

.el-dropdown-menu--mini .el-dropdown-menu__item.el-dropdown-menu__item--divided:before {
  height: 3px;
  margin: 0 -10px;
}

.el-menu {
  border-right: solid 1px #e6e6e6;
  list-style: none;
  position: relative;
  margin: 0;
  padding-left: 0;
  background-color: #FFF;
}

.el-menu--horizontal>.el-menu-item:not(.is-disabled):focus,
.el-menu--horizontal>.el-menu-item:not(.is-disabled):hover,
.el-menu--horizontal>.el-submenu .el-submenu__title:hover {
  background-color: #fff;
}

.el-menu::after,
.el-menu::before {
  display: table;
  content: "";
}

.el-menu::after {
  clear: both;
}

.el-menu.el-menu--horizontal {
  border-bottom: solid 1px #e6e6e6;
}

.el-menu--horizontal {
  border-right: none;
}

.el-menu--horizontal>.el-menu-item {
  float: left;
  height: 60px;
  line-height: 60px;
  margin: 0;
  border-bottom: 2px solid transparent;
  color: #909399;
}

.el-menu--horizontal>.el-menu-item a,
.el-menu--horizontal>.el-menu-item a:hover {
  color: inherit;
}

.el-menu--horizontal>.el-submenu {
  float: left;
}

.el-menu--horizontal>.el-submenu:focus,
.el-menu--horizontal>.el-submenu:hover {
  outline: 0;
}

.el-menu--horizontal>.el-submenu:focus .el-submenu__title,
.el-menu--horizontal>.el-submenu:hover .el-submenu__title {
  color: #303133;
}

.el-menu--horizontal>.el-submenu.is-active .el-submenu__title {
  border-bottom: 2px solid #409EFF;
  color: #303133;
}

.el-menu--horizontal>.el-submenu .el-submenu__title {
  height: 60px;
  line-height: 60px;
  border-bottom: 2px solid transparent;
  color: #909399;
}

.el-menu--horizontal>.el-submenu .el-submenu__icon-arrow {
  position: static;
  vertical-align: middle;
  margin-left: 8px;
  margin-top: -3px;
}

.el-menu--horizontal .el-menu .el-menu-item,
.el-menu--horizontal .el-menu .el-submenu__title {
  background-color: #FFF;
  float: none;
  height: 36px;
  line-height: 36px;
  padding: 0 10px;
  color: #909399;
}

.el-menu--horizontal .el-menu .el-menu-item.is-active,
.el-menu--horizontal .el-menu .el-submenu.is-active>.el-submenu__title {
  color: #303133;
}

.el-menu--horizontal .el-menu-item:not(.is-disabled):focus,
.el-menu--horizontal .el-menu-item:not(.is-disabled):hover {
  outline: 0;
  color: #303133;
}

.el-menu--horizontal>.el-menu-item.is-active {
  border-bottom: 2px solid #409EFF;
  color: #303133;
}

.el-menu--collapse {
  width: 64px;
}

.el-menu--collapse>.el-menu-item [class^=el-icon-],
.el-menu--collapse>.el-submenu>.el-submenu__title [class^=el-icon-] {
  margin: 0;
  vertical-align: middle;
  width: 24px;
  text-align: center;
}

.el-menu--collapse>.el-menu-item .el-submenu__icon-arrow,
.el-menu--collapse>.el-submenu>.el-submenu__title .el-submenu__icon-arrow {
  display: none;
}

.el-menu--collapse>.el-menu-item span,
.el-menu--collapse>.el-submenu>.el-submenu__title span {
  height: 0;
  width: 0;
  overflow: hidden;
  visibility: hidden;
  display: inline-block;
}

.el-menu--collapse>.el-menu-item.is-active i {
  color: inherit;
}

.el-menu--collapse .el-submenu {
  position: relative;
}

.el-menu--collapse .el-submenu .el-menu {
  position: absolute;
  margin-left: 5px;
  top: 0;
  left: 100%;
  border: 1px solid #E4E7ED;
  border-radius: 2px;
  -webkit-box-shadow: 0 2px 12px 0 rgba(0,0,0,.1);
          box-shadow: 0 2px 12px 0 rgba(0,0,0,.1);
}

.el-menu-item,
.el-submenu__title {
  height: 56px;
  line-height: 56px;
  position: relative;
  -webkit-box-sizing: border-box;
  white-space: nowrap;
  list-style: none;
}

.el-menu--collapse .el-submenu.is-opened>.el-submenu__title .el-submenu__icon-arrow {
  -webkit-transform: none;
  transform: none;
}

.el-menu--popup {
  z-index: 100;
  border: none;
  padding: 5px 0;
  border-radius: 2px;
  -webkit-box-shadow: 0 2px 12px 0 rgba(0,0,0,.1);
  box-shadow: 0 2px 12px 0 rgba(0,0,0,.1);
}

.el-menu--popup-bottom-start {
  margin-top: 5px;
}

.el-menu--popup-right-start {
  margin-left: 5px;
  margin-right: 5px;
}

.el-menu-item {
  font-size: 14px;
  color: #303133;
  padding: 0 20px;
  cursor: pointer;
  -webkit-transition: border-color .3s,background-color .3s,color .3s;
  transition: border-color .3s,background-color .3s,color .3s;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.el-menu-item * {
  vertical-align: middle;
}

.el-menu-item i {
  color: #909399;
}

.el-menu-item:focus,
.el-menu-item:hover {
  outline: 0;
  background-color: #ecf5ff;
}

.el-menu-item.is-disabled {
  opacity: .25;
  cursor: not-allowed;
  background: 0 0!important;
}

.el-menu-item [class^=el-icon-] {
  margin-right: 5px;
  width: 24px;
  text-align: center;
  font-size: 18px;
  vertical-align: middle;
}

.el-menu-item.is-active {
  color: #409EFF;
}

.el-menu-item.is-active i {
  color: inherit;
}

.el-submenu {
  list-style: none;
  margin: 0;
  padding-left: 0;
}

.el-submenu__title {
  font-size: 14px;
  color: #303133;
  padding: 0 20px;
  cursor: pointer;
  -webkit-transition: border-color .3s,background-color .3s,color .3s;
  transition: border-color .3s,background-color .3s,color .3s;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.el-submenu__title * {
  vertical-align: middle;
}

.el-submenu__title i {
  color: #909399;
}

.el-submenu__title:focus,
.el-submenu__title:hover {
  outline: 0;
  background-color: #ecf5ff;
}

.el-submenu__title.is-disabled {
  opacity: .25;
  cursor: not-allowed;
  background: 0 0!important;
}

.el-submenu__title:hover {
  background-color: #ecf5ff;
}

.el-submenu .el-menu {
  border: none;
}

.el-submenu .el-menu-item {
  height: 50px;
  line-height: 50px;
  padding: 0 45px;
  min-width: 200px;
}

.el-submenu__icon-arrow {
  position: absolute;
  top: 50%;
  right: 20px;
  margin-top: -7px;
  -webkit-transition: -webkit-transform .3s;
  transition: -webkit-transform .3s;
  transition: transform .3s;
  transition: transform .3s, -webkit-transform .3s;
  transition: transform .3s,-webkit-transform .3s;
  font-size: 12px;
}

.el-submenu.is-active .el-submenu__title {
  border-bottom-color: #409EFF;
}

.el-submenu.is-opened>.el-submenu__title .el-submenu__icon-arrow {
  -webkit-transform: rotateZ(180deg);
  transform: rotateZ(180deg);
}

.el-submenu.is-disabled .el-menu-item,
.el-submenu.is-disabled .el-submenu__title {
  opacity: .25;
  cursor: not-allowed;
  background: 0 0!important;
}

.el-submenu [class^=el-icon-] {
  vertical-align: middle;
  margin-right: 5px;
  width: 24px;
  text-align: center;
  font-size: 18px;
}

.el-menu-item-group>ul {
  padding: 0;
}

.el-menu-item-group__title {
  padding: 7px 0 7px 20px;
  line-height: normal;
  font-size: 12px;
  color: #909399;
}

.el-radio-button__inner,
.el-radio-group {
  display: inline-block;
  line-height: 1;
  vertical-align: middle;
}

.horizontal-collapse-transition .el-submenu__title .el-submenu__icon-arrow {
  -webkit-transition: .2s;
  transition: .2s;
  opacity: 0;
}

.el-radio-group {
  font-size: 0;
}

.el-radio-button {
  position: relative;
  display: inline-block;
  outline: 0;
}

.el-radio-button__inner {
  white-space: nowrap;
  background: #FFF;
  border: 1px solid #DCDFE6;
  font-weight: 500;
  border-left: 0;
  color: #606266;
  -webkit-appearance: none;
  text-align: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  outline: 0;
  margin: 0;
  position: relative;
  cursor: pointer;
  -webkit-transition: all .3s cubic-bezier(.645,.045,.355,1);
  transition: all .3s cubic-bezier(.645,.045,.355,1);
  padding: 12px 20px;
  font-size: 14px;
  border-radius: 0;
}

.el-radio-button__inner.is-round {
  padding: 12px 20px;
}

.el-radio-button__inner:hover {
  color: #409EFF;
}

.el-radio-button__inner [class*=el-icon-] {
  line-height: .9;
}

.el-radio-button__inner [class*=el-icon-]+span {
  margin-left: 5px;
}

.el-radio-button:first-child .el-radio-button__inner {
  border-left: 1px solid #DCDFE6;
  border-radius: 4px 0 0 4px;
  -webkit-box-shadow: none!important;
  box-shadow: none!important;
}

.el-radio-button__orig-radio {
  opacity: 0;
  outline: 0;
  position: absolute;
  z-index: -1;
}

.el-radio-button__orig-radio:checked+.el-radio-button__inner {
  color: #FFF;
  background-color: #409EFF;
  border-color: #409EFF;
  -webkit-box-shadow: -1px 0 0 0 #409EFF;
  box-shadow: -1px 0 0 0 #409EFF;
}

.el-radio-button__orig-radio:disabled+.el-radio-button__inner {
  color: #C0C4CC;
  cursor: not-allowed;
  background-image: none;
  background-color: #FFF;
  border-color: #EBEEF5;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.el-radio-button__orig-radio:disabled:checked+.el-radio-button__inner {
  background-color: #F2F6FC;
}

.el-radio-button:last-child .el-radio-button__inner {
  border-radius: 0 4px 4px 0;
}

.el-popover,
.el-radio-button:first-child:last-child .el-radio-button__inner {
  border-radius: 4px;
}

.el-radio-button--medium .el-radio-button__inner {
  padding: 10px 20px;
  font-size: 14px;
  border-radius: 0;
}

.el-radio-button--medium .el-radio-button__inner.is-round {
  padding: 10px 20px;
}

.el-radio-button--small .el-radio-button__inner {
  padding: 9px 15px;
  font-size: 12px;
  border-radius: 0;
}

.el-radio-button--small .el-radio-button__inner.is-round {
  padding: 9px 15px;
}

.el-radio-button--mini .el-radio-button__inner {
  padding: 7px 15px;
  font-size: 12px;
  border-radius: 0;
}

.el-radio-button--mini .el-radio-button__inner.is-round {
  padding: 7px 15px;
}

.el-radio-button:focus:not(.is-focus):not(:active):not(.is-disabled) {
  -webkit-box-shadow: 0 0 2px 2px #409EFF;
  box-shadow: 0 0 2px 2px #409EFF;
}

.el-switch {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  font-size: 14px;
  line-height: 20px;
  height: 20px;
  vertical-align: middle;
}

.el-switch__core,
.el-switch__label {
  display: inline-block;
  cursor: pointer;
}

.el-switch.is-disabled .el-switch__core,
.el-switch.is-disabled .el-switch__label {
  cursor: not-allowed;
}

.el-switch__label {
  -webkit-transition: .2s;
  transition: .2s;
  height: 20px;
  font-size: 14px;
  font-weight: 500;
  vertical-align: middle;
  color: #303133;
}

.el-switch__label.is-active {
  color: #409EFF;
}

.el-switch__label--left {
  margin-right: 10px;
}

.el-switch__label--right {
  margin-left: 10px;
}

.el-switch__label * {
  line-height: 1;
  font-size: 14px;
  display: inline-block;
}

.el-switch__input {
  position: absolute;
  width: 0;
  height: 0;
  opacity: 0;
  margin: 0;
}

.el-switch__core {
  margin: 0;
  position: relative;
  width: 40px;
  height: 20px;
  border: 1px solid #DCDFE6;
  outline: 0;
  border-radius: 10px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: #DCDFE6;
  -webkit-transition: border-color .3s,background-color .3s;
  transition: border-color .3s,background-color .3s;
  vertical-align: middle;
}

.el-switch__core:after {
  content: "";
  position: absolute;
  top: 1px;
  left: 1px;
  border-radius: 100%;
  -webkit-transition: all .3s;
  transition: all .3s;
  width: 16px;
  height: 16px;
  background-color: #FFF;
}

.el-switch.is-checked .el-switch__core {
  border-color: #409EFF;
  background-color: #409EFF;
}

.el-switch.is-checked .el-switch__core::after {
  left: 100%;
  margin-left: -17px;
}

.el-switch.is-disabled {
  opacity: .6;
}

.el-switch--wide .el-switch__label.el-switch__label--left span {
  left: 10px;
}

.el-switch--wide .el-switch__label.el-switch__label--right span {
  right: 10px;
}

.el-switch .label-fade-enter,
.el-switch .label-fade-leave-active {
  opacity: 0;
}

.el-select-dropdown {
  position: absolute;
  z-index: 1001;
  border: 1px solid #E4E7ED;
  border-radius: 4px;
  background-color: #FFF;
  -webkit-box-shadow: 0 2px 12px 0 rgba(0,0,0,.1);
  box-shadow: 0 2px 12px 0 rgba(0,0,0,.1);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 5px 0;
}

.el-select-dropdown.is-multiple .el-select-dropdown__item.selected {
  color: #409EFF;
  background-color: #FFF;
}

.el-select-dropdown.is-multiple .el-select-dropdown__item.selected.hover {
  background-color: #F5F7FA;
}

.el-select-dropdown.is-multiple .el-select-dropdown__item.selected::after {
  position: absolute;
  right: 20px;
  font-family: element-icons;
  content: "\E6DA";
  font-size: 12px;
  font-weight: 700;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.el-select-dropdown .el-scrollbar.is-empty .el-select-dropdown__list {
  padding: 0;
}

.el-select-dropdown__empty {
  padding: 10px 0;
  margin: 0;
  text-align: center;
  color: #999;
  font-size: 14px;
}

.el-select-dropdown__wrap {
  max-height: 274px;
}

.el-select-dropdown__list {
  list-style: none;
  padding: 6px 0;
  margin: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.el-select-dropdown__item {
  font-size: 14px;
  padding: 0 20px;
  position: relative;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #606266;
  height: 34px;
  line-height: 34px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  cursor: pointer;
}

.el-select-dropdown__item.is-disabled {
  color: #C0C4CC;
  cursor: not-allowed;
}

.el-select-dropdown__item.is-disabled:hover {
  background-color: #FFF;
}

.el-select-dropdown__item.hover,
.el-select-dropdown__item:hover {
  background-color: #F5F7FA;
}

.el-select-dropdown__item.selected {
  color: #409EFF;
  font-weight: 700;
}

.el-select-group {
  margin: 0;
  padding: 0;
}

.el-select-group__wrap {
  position: relative;
  list-style: none;
  margin: 0;
  padding: 0;
}

.el-select-group__wrap:not(:last-of-type) {
  padding-bottom: 24px;
}

.el-select-group__wrap:not(:last-of-type)::after {
  content: '';
  position: absolute;
  display: block;
  left: 20px;
  right: 20px;
  bottom: 12px;
  height: 1px;
  background: #E4E7ED;
}

.el-select-group__title {
  padding-left: 20px;
  font-size: 12px;
  color: #909399;
  line-height: 30px;
}

.el-select-group .el-select-dropdown__item {
  padding-left: 20px;
}

.el-select {
  display: inline-block;
  position: relative;
}

.el-select .el-select__tags>span {
  display: contents;
}

.el-select:hover .el-input__inner {
  border-color: #C0C4CC;
}

.el-select .el-input__inner {
  cursor: pointer;
  padding-right: 35px;
}

.el-select .el-input__inner:focus {
  border-color: #409EFF;
}

.el-select .el-input .el-select__caret {
  color: #C0C4CC;
  font-size: 14px;
  -webkit-transition: -webkit-transform .3s;
  transition: -webkit-transform .3s;
  transition: transform .3s;
  transition: transform .3s, -webkit-transform .3s;
  transition: transform .3s,-webkit-transform .3s;
  -webkit-transform: rotateZ(180deg);
  transform: rotateZ(180deg);
  cursor: pointer;
}

.el-select .el-input .el-select__caret.is-reverse {
  -webkit-transform: rotateZ(0);
  transform: rotateZ(0);
}

.el-select .el-input .el-select__caret.is-show-close {
  font-size: 14px;
  text-align: center;
  -webkit-transform: rotateZ(180deg);
  transform: rotateZ(180deg);
  border-radius: 100%;
  color: #C0C4CC;
  -webkit-transition: color .2s cubic-bezier(.645,.045,.355,1);
  transition: color .2s cubic-bezier(.645,.045,.355,1);
}

.el-select .el-input .el-select__caret.is-show-close:hover {
  color: #909399;
}

.el-select .el-input.is-disabled .el-input__inner {
  cursor: not-allowed;
}

.el-select .el-input.is-disabled .el-input__inner:hover {
  border-color: #E4E7ED;
}

.el-select .el-input.is-focus .el-input__inner {
  border-color: #409EFF;
}

.el-select>.el-input {
  display: block;
}

.el-select__input {
  border: none;
  outline: 0;
  padding: 0;
  margin-left: 15px;
  color: #666;
  font-size: 14px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  height: 28px;
  background-color: transparent;
}

.el-select__input.is-mini {
  height: 14px;
}

.el-select__close {
  cursor: pointer;
  position: absolute;
  top: 8px;
  z-index: 1000;
  right: 25px;
  color: #C0C4CC;
  line-height: 18px;
  font-size: 14px;
}

.el-select__close:hover {
  color: #909399;
}

.el-select__tags {
  position: absolute;
  line-height: normal;
  white-space: normal;
  z-index: 1;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.el-select .el-tag__close {
  margin-top: -2px;
}

.el-select .el-tag {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-color: transparent;
  margin: 2px 0 2px 6px;
  background-color: #f0f2f5;
}

.el-select .el-tag__close.el-icon-close {
  background-color: #C0C4CC;
  right: -7px;
  top: 0;
  color: #FFF;
}

.el-select .el-tag__close.el-icon-close:hover {
  background-color: #909399;
}

.el-table,
.el-table__expanded-cell {
  background-color: #FFF;
}

.el-select .el-tag__close.el-icon-close::before {
  display: block;
  -webkit-transform: translate(0,.5px);
  transform: translate(0,.5px);
}

.el-table {
  position: relative;
  overflow: hidden;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  width: 100%;
  max-width: 100%;
  font-size: 14px;
  color: #606266;
}

.el-table--mini,
.el-table--small,
.el-table__expand-icon {
  font-size: 12px;
}

.el-table__empty-block {
  min-height: 60px;
  text-align: center;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.el-table__empty-text {
  line-height: 60px;
  width: 50%;
  color: #909399;
}

.el-table__expand-column .cell {
  padding: 0;
  text-align: center;
}

.el-table__expand-icon {
  position: relative;
  cursor: pointer;
  color: #666;
  -webkit-transition: -webkit-transform .2s ease-in-out;
  transition: -webkit-transform .2s ease-in-out;
  transition: transform .2s ease-in-out;
  transition: transform .2s ease-in-out, -webkit-transform .2s ease-in-out;
  transition: transform .2s ease-in-out,-webkit-transform .2s ease-in-out;
  height: 20px;
}

.el-table__expand-icon--expanded {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.el-table__expand-icon>.el-icon {
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -5px;
  margin-top: -5px;
}

.el-table__expanded-cell[class*=cell] {
  padding: 20px 50px;
}

.el-table__expanded-cell:hover {
  background-color: transparent!important;
}

.el-table__placeholder {
  display: inline-block;
  width: 20px;
}

.el-table__append-wrapper {
  overflow: hidden;
}

.el-table--fit {
  border-right: 0;
  border-bottom: 0;
}

.el-table--fit td.gutter,
.el-table--fit th.gutter {
  border-right-width: 1px;
}

.el-table--scrollable-x .el-table__body-wrapper {
  overflow-x: auto;
}

.el-table--scrollable-y .el-table__body-wrapper {
  overflow-y: auto;
}

.el-table thead {
  color: #909399;
  font-weight: 500;
}

.el-table thead.is-group th {
  background: #F5F7FA;
}

.el-table th,
.el-table tr {
  background-color: #FFF;
}

.el-table td,
.el-table th {
  padding: 12px 0;
  min-width: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-overflow: ellipsis;
  vertical-align: middle;
  position: relative;
  text-align: left;
}

.el-table td.is-center,
.el-table th.is-center {
  text-align: center;
}

.el-table td.is-right,
.el-table th.is-right {
  text-align: right;
}

.el-table td.gutter,
.el-table th.gutter {
  width: 15px;
  border-right-width: 0;
  border-bottom-width: 0;
  padding: 0;
}

.el-table--medium td,
.el-table--medium th {
  padding: 10px 0;
}

.el-table--small td,
.el-table--small th {
  padding: 8px 0;
}

.el-table--mini td,
.el-table--mini th {
  padding: 6px 0;
}

.el-table .cell,
.el-table--border td:first-child .cell,
.el-table--border th:first-child .cell {
  padding-left: 10px;
}

.el-table tr input[type=checkbox] {
  margin: 0;
}

.el-table td,
.el-table th.is-leaf {
  border-bottom: 1px solid #EBEEF5;
}

.el-table th.is-sortable {
  cursor: pointer;
}

.el-table th {
  overflow: hidden;
  -ms-user-select: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

.el-table th>.cell {
  display: inline-block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  vertical-align: middle;
  padding-left: 10px;
  padding-right: 10px;
  width: 100%;
}

.el-table th>.cell.highlight {
  color: #409EFF;
}

.el-table th.required>div::before {
  display: inline-block;
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #ff4d51;
  margin-right: 5px;
  vertical-align: middle;
}

.el-table td div {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.el-table td.gutter {
  width: 0;
}

.el-table .cell {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
  word-break: break-all;
  line-height: 23px;
  padding-right: 10px;
}

.el-table .cell.el-tooltip {
  white-space: nowrap;
  min-width: 50px;
}

.el-table--border,
.el-table--group {
  border: 1px solid #EBEEF5;
}

.el-table--border::after,
.el-table--group::after,
.el-table::before {
  content: '';
  position: absolute;
  background-color: #EBEEF5;
  z-index: 1;
}

.el-table--border::after,
.el-table--group::after {
  top: 0;
  right: 0;
  width: 1px;
  height: 100%;
}

.el-table::before {
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
}

.el-table--border {
  border-right: none;
  border-bottom: none;
}

.el-table--border.el-loading-parent--relative {
  border-color: transparent;
}

.el-table--border td,
.el-table--border th,
.el-table__body-wrapper .el-table--border.is-scrolling-left~.el-table__fixed {
  border-right: 1px solid #EBEEF5;
}

.el-table--border th.gutter:last-of-type {
  border-bottom: 1px solid #EBEEF5;
  border-bottom-width: 1px;
}

.el-table--border th,
.el-table__fixed-right-patch {
  border-bottom: 1px solid #EBEEF5;
}

.el-table__fixed,
.el-table__fixed-right {
  position: absolute;
  top: 0;
  left: 0;
  overflow-x: hidden;
  overflow-y: hidden;
  -webkit-box-shadow: 0 0 10px rgba(0,0,0,.12);
  box-shadow: 0 0 10px rgba(0,0,0,.12);
}

.el-table__fixed-right::before,
.el-table__fixed::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background-color: #EBEEF5;
  z-index: 4;
}

.el-table__fixed-right-patch {
  position: absolute;
  top: -1px;
  right: 0;
  background-color: #FFF;
}

.el-table__fixed-right {
  top: 0;
  left: auto;
  right: 0;
}

.el-table__fixed-right .el-table__fixed-body-wrapper,
.el-table__fixed-right .el-table__fixed-footer-wrapper,
.el-table__fixed-right .el-table__fixed-header-wrapper {
  left: auto;
  right: 0;
}

.el-table__fixed-header-wrapper {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 3;
}

.el-table__fixed-footer-wrapper {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 3;
}

.el-table__fixed-footer-wrapper tbody td {
  border-top: 1px solid #EBEEF5;
  background-color: #F5F7FA;
  color: #606266;
}

.el-table__fixed-body-wrapper {
  position: absolute;
  left: 0;
  top: 37px;
  overflow: hidden;
  z-index: 3;
}

.el-table__body-wrapper,
.el-table__footer-wrapper,
.el-table__header-wrapper {
  width: 100%;
}

.el-table__footer-wrapper {
  margin-top: -1px;
}

.el-table__footer-wrapper td {
  border-top: 1px solid #EBEEF5;
}

.el-table__body,
.el-table__footer,
.el-table__header {
  table-layout: fixed;
  border-collapse: separate;
}

.el-table__footer-wrapper,
.el-table__header-wrapper {
  overflow: hidden;
}

.el-table__footer-wrapper tbody td,
.el-table__header-wrapper tbody td {
  background-color: #F5F7FA;
  color: #606266;
}

.el-table__body-wrapper {
  overflow: hidden;
  position: relative;
}

.el-table__body-wrapper.is-scrolling-left~.el-table__fixed,
.el-table__body-wrapper.is-scrolling-none~.el-table__fixed,
.el-table__body-wrapper.is-scrolling-none~.el-table__fixed-right,
.el-table__body-wrapper.is-scrolling-right~.el-table__fixed-right {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.el-picker-panel,
.el-table-filter {
  -webkit-box-shadow: 0 2px 12px 0 rgba(0,0,0,.1);
}

.el-table__body-wrapper .el-table--border.is-scrolling-right~.el-table__fixed-right {
  border-left: 1px solid #EBEEF5;
}

.el-table .caret-wrapper {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 34px;
  width: 24px;
  vertical-align: middle;
  cursor: pointer;
  overflow: initial;
  position: relative;
}

.el-table .sort-caret {
  width: 0;
  height: 0;
  border: 5px solid transparent;
  position: absolute;
  left: 7px;
}

.el-table .sort-caret.ascending {
  border-bottom-color: #C0C4CC;
  top: 5px;
}

.el-table .sort-caret.descending {
  border-top-color: #C0C4CC;
  bottom: 7px;
}

.el-table .ascending .sort-caret.ascending {
  border-bottom-color: #409EFF;
}

.el-table .descending .sort-caret.descending {
  border-top-color: #409EFF;
}

.el-table .hidden-columns {
  position: absolute;
  z-index: -1;
}

.el-table--striped .el-table__body tr.el-table__row--striped td {
  background: #FAFAFA;
}

.el-table--striped .el-table__body tr.el-table__row--striped.current-row td {
  background-color: #ecf5ff;
}

.el-table__body tr.hover-row.current-row>td,
.el-table__body tr.hover-row.el-table__row--striped.current-row>td,
.el-table__body tr.hover-row.el-table__row--striped>td,
.el-table__body tr.hover-row>td {
  background-color: #F5F7FA;
}

.el-table__body tr.current-row>td {
  background-color: #ecf5ff;
}

.el-table__column-resize-proxy {
  position: absolute;
  left: 200px;
  top: 0;
  bottom: 0;
  width: 0;
  border-left: 1px solid #EBEEF5;
  z-index: 10;
}

.el-table__column-filter-trigger {
  display: inline-block;
  line-height: 34px;
  cursor: pointer;
}

.el-table__column-filter-trigger i {
  color: #909399;
  font-size: 12px;
  -webkit-transform: scale(.75);
  transform: scale(.75);
}

.el-table--enable-row-transition .el-table__body td {
  -webkit-transition: background-color .25s ease;
  transition: background-color .25s ease;
}

.el-table--enable-row-hover .el-table__body tr:hover>td {
  background-color: #F5F7FA;
}

.el-table--fluid-height .el-table__fixed,
.el-table--fluid-height .el-table__fixed-right {
  bottom: 0;
  overflow: hidden;
}

.el-table [class*=el-table__row--level] .el-table__expand-icon {
  display: inline-block;
  width: 20px;
  line-height: 20px;
  height: 20px;
  text-align: center;
  margin-right: 3px;
}

.el-table-column--selection .cell {
  padding-left: 14px;
  padding-right: 14px;
}

.el-table-filter {
  border: 1px solid #EBEEF5;
  border-radius: 2px;
  background-color: #FFF;
  -webkit-box-shadow: 0 2px 12px 0 rgba(0,0,0,.1);
          box-shadow: 0 2px 12px 0 rgba(0,0,0,.1);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 2px 0;
}

.el-date-table td,
.el-date-table td div {
  height: 30px;
  -webkit-box-sizing: border-box;
}

.el-table-filter__list {
  padding: 5px 0;
  margin: 0;
  list-style: none;
  min-width: 100px;
}

.el-table-filter__list-item {
  line-height: 36px;
  padding: 0 10px;
  cursor: pointer;
  font-size: 14px;
}

.el-table-filter__list-item:hover {
  background-color: #ecf5ff;
  color: #66b1ff;
}

.el-table-filter__list-item.is-active {
  background-color: #409EFF;
  color: #FFF;
}

.el-table-filter__content {
  min-width: 100px;
}

.el-table-filter__bottom {
  border-top: 1px solid #EBEEF5;
  padding: 8px;
}

.el-table-filter__bottom button {
  background: 0 0;
  border: none;
  color: #606266;
  cursor: pointer;
  font-size: 13px;
  padding: 0 3px;
}

.el-date-table td.in-range div,
.el-date-table td.in-range div:hover,
.el-date-table.is-week-mode .el-date-table__row.current div,
.el-date-table.is-week-mode .el-date-table__row:hover div {
  background-color: #F2F6FC;
}

.el-table-filter__bottom button:hover {
  color: #409EFF;
}

.el-table-filter__bottom button:focus {
  outline: 0;
}

.el-table-filter__bottom button.is-disabled {
  color: #C0C4CC;
  cursor: not-allowed;
}

.el-table-filter__wrap {
  max-height: 280px;
}

.el-table-filter__checkbox-group {
  padding: 10px;
}

.el-table-filter__checkbox-group label.el-checkbox {
  display: block;
  margin-right: 5px;
  margin-bottom: 8px;
  margin-left: 5px;
}

.el-table-filter__checkbox-group .el-checkbox:last-child {
  margin-bottom: 0;
}

.el-date-table {
  font-size: 12px;
  -ms-user-select: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

.el-date-table.is-week-mode .el-date-table__row:hover td.available:hover {
  color: #606266;
}

.el-date-table.is-week-mode .el-date-table__row:hover td:first-child div {
  margin-left: 5px;
  border-top-left-radius: 15px;
  border-bottom-left-radius: 15px;
}

.el-date-table.is-week-mode .el-date-table__row:hover td:last-child div {
  margin-right: 5px;
  border-top-right-radius: 15px;
  border-bottom-right-radius: 15px;
}

.el-date-table td {
  width: 32px;
  padding: 4px 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: center;
  cursor: pointer;
  position: relative;
}

.el-date-table td div {
  padding: 3px 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.el-date-table td span {
  width: 24px;
  height: 24px;
  display: block;
  margin: 0 auto;
  line-height: 24px;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  border-radius: 50%;
}

.el-date-table td.next-month,
.el-date-table td.prev-month {
  color: #C0C4CC;
}

.el-date-table td.today {
  position: relative;
}

.el-date-table td.today span {
  color: #409EFF;
  font-weight: 700;
}

.el-date-table td.today.end-date span,
.el-date-table td.today.start-date span {
  color: #FFF;
}

.el-date-table td.available:hover {
  color: #409EFF;
}

.el-date-table td.current:not(.disabled) span {
  color: #FFF;
  background-color: #409EFF;
}

.el-date-table td.end-date div,
.el-date-table td.start-date div {
  color: #FFF;
}

.el-date-table td.end-date span,
.el-date-table td.start-date span {
  background-color: #409EFF;
}

.el-date-table td.start-date div {
  margin-left: 5px;
  border-top-left-radius: 15px;
  border-bottom-left-radius: 15px;
}

.el-date-table td.end-date div {
  margin-right: 5px;
  border-top-right-radius: 15px;
  border-bottom-right-radius: 15px;
}

.el-date-table td.disabled div {
  background-color: #F5F7FA;
  opacity: 1;
  cursor: not-allowed;
  color: #C0C4CC;
}

.el-date-table td.selected div {
  margin-left: 5px;
  margin-right: 5px;
  background-color: #F2F6FC;
  border-radius: 15px;
}

.el-date-table td.selected div:hover {
  background-color: #F2F6FC;
}

.el-date-table td.selected span {
  background-color: #409EFF;
  color: #FFF;
  border-radius: 15px;
}

.el-date-table td.week {
  font-size: 80%;
  color: #606266;
}

.el-month-table,
.el-year-table {
  font-size: 12px;
  border-collapse: collapse;
}

.el-date-table th {
  padding: 5px;
  color: #606266;
  font-weight: 400;
  border-bottom: solid 1px #EBEEF5;
}

.el-month-table {
  margin: -1px;
}

.el-month-table td {
  text-align: center;
  padding: 8px 0;
  cursor: pointer;
}

.el-month-table td div {
  height: 48px;
  padding: 6px 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.el-month-table td.today .cell {
  color: #409EFF;
  font-weight: 700;
}

.el-month-table td.today.end-date .cell,
.el-month-table td.today.start-date .cell {
  color: #FFF;
}

.el-month-table td.disabled .cell {
  background-color: #F5F7FA;
  cursor: not-allowed;
  color: #C0C4CC;
}

.el-month-table td.disabled .cell:hover {
  color: #C0C4CC;
}

.el-month-table td .cell {
  width: 60px;
  height: 36px;
  display: block;
  line-height: 36px;
  color: #606266;
  margin: 0 auto;
  border-radius: 18px;
}

.el-month-table td .cell:hover {
  color: #409EFF;
}

.el-month-table td.in-range div,
.el-month-table td.in-range div:hover {
  background-color: #F2F6FC;
}

.el-month-table td.end-date div,
.el-month-table td.start-date div {
  color: #FFF;
}

.el-month-table td.end-date .cell,
.el-month-table td.start-date .cell {
  color: #FFF;
  background-color: #409EFF;
}

.el-month-table td.start-date div {
  border-top-left-radius: 24px;
  border-bottom-left-radius: 24px;
}

.el-month-table td.end-date div {
  border-top-right-radius: 24px;
  border-bottom-right-radius: 24px;
}

.el-month-table td.current:not(.disabled) .cell {
  color: #409EFF;
}

.el-year-table {
  margin: -1px;
}

.el-year-table .el-icon {
  color: #303133;
}

.el-year-table td {
  text-align: center;
  padding: 20px 3px;
  cursor: pointer;
}

.el-year-table td.today .cell {
  color: #409EFF;
  font-weight: 700;
}

.el-year-table td.disabled .cell {
  background-color: #F5F7FA;
  cursor: not-allowed;
  color: #C0C4CC;
}

.el-year-table td.disabled .cell:hover {
  color: #C0C4CC;
}

.el-year-table td .cell {
  width: 48px;
  height: 32px;
  display: block;
  line-height: 32px;
  color: #606266;
  margin: 0 auto;
}

.el-year-table td .cell:hover,
.el-year-table td.current:not(.disabled) .cell {
  color: #409EFF;
}

.el-date-range-picker {
  width: 646px;
}

.el-date-range-picker.has-sidebar {
  width: 756px;
}

.el-date-range-picker table {
  table-layout: fixed;
  width: 100%;
}

.el-date-range-picker .el-picker-panel__body {
  min-width: 513px;
}

.el-date-range-picker .el-picker-panel__content {
  margin: 0;
}

.el-date-range-picker__header {
  position: relative;
  text-align: center;
  height: 28px;
}

.el-date-range-picker__header [class*=arrow-left] {
  float: left;
}

.el-date-range-picker__header [class*=arrow-right] {
  float: right;
}

.el-date-range-picker__header div {
  font-size: 16px;
  font-weight: 500;
  margin-right: 50px;
}

.el-date-range-picker__content {
  float: left;
  width: 50%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 16px;
}

.el-date-range-picker__content.is-left {
  border-right: 1px solid #e4e4e4;
}

.el-date-range-picker__content .el-date-range-picker__header div {
  margin-left: 50px;
  margin-right: 50px;
}

.el-date-range-picker__editors-wrap {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: table-cell;
}

.el-date-range-picker__editors-wrap.is-right {
  text-align: right;
}

.el-date-range-picker__time-header {
  position: relative;
  border-bottom: 1px solid #e4e4e4;
  font-size: 12px;
  padding: 8px 5px 5px;
  display: table;
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.el-date-range-picker__time-header>.el-icon-arrow-right {
  font-size: 20px;
  vertical-align: middle;
  display: table-cell;
  color: #303133;
}

.el-date-range-picker__time-picker-wrap {
  position: relative;
  display: table-cell;
  padding: 0 5px;
}

.el-date-range-picker__time-picker-wrap .el-picker-panel {
  position: absolute;
  top: 13px;
  right: 0;
  z-index: 1;
  background: #FFF;
}

.el-date-picker {
  width: 322px;
}

.el-date-picker.has-sidebar.has-time {
  width: 434px;
}

.el-date-picker.has-sidebar {
  width: 438px;
}

.el-date-picker.has-time .el-picker-panel__body-wrapper {
  position: relative;
}

.el-date-picker .el-picker-panel__content {
  width: 292px;
}

.el-date-picker table {
  table-layout: fixed;
  width: 100%;
}

.el-date-picker__editor-wrap {
  position: relative;
  display: table-cell;
  padding: 0 5px;
}

.el-date-picker__time-header {
  position: relative;
  border-bottom: 1px solid #e4e4e4;
  font-size: 12px;
  padding: 8px 5px 5px;
  display: table;
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.el-date-picker__header {
  margin: 12px;
  text-align: center;
}

.el-date-picker__header--bordered {
  margin-bottom: 0;
  padding-bottom: 12px;
  border-bottom: solid 1px #EBEEF5;
}

.el-date-picker__header--bordered+.el-picker-panel__content {
  margin-top: 0;
}

.el-date-picker__header-label {
  font-size: 16px;
  font-weight: 500;
  padding: 0 5px;
  line-height: 22px;
  text-align: center;
  cursor: pointer;
  color: #606266;
}

.el-date-picker__header-label.active,
.el-date-picker__header-label:hover {
  color: #409EFF;
}

.el-date-picker__prev-btn {
  float: left;
}

.el-date-picker__next-btn {
  float: right;
}

.el-date-picker__time-wrap {
  padding: 10px;
  text-align: center;
}

.el-date-picker__time-label {
  float: left;
  cursor: pointer;
  line-height: 30px;
  margin-left: 10px;
}

.time-select {
  margin: 5px 0;
  min-width: 0;
}

.time-select .el-picker-panel__content {
  max-height: 200px;
  margin: 0;
}

.time-select-item {
  padding: 8px 10px;
  font-size: 14px;
  line-height: 20px;
}

.time-select-item.selected:not(.disabled) {
  color: #409EFF;
  font-weight: 700;
}

.time-select-item.disabled {
  color: #E4E7ED;
  cursor: not-allowed;
}

.time-select-item:hover {
  background-color: #F5F7FA;
  font-weight: 700;
  cursor: pointer;
}

.el-date-editor {
  position: relative;
  display: inline-block;
  text-align: left;
}

.el-date-editor.el-input,
.el-date-editor.el-input__inner {
  width: 220px;
}

.el-date-editor--monthrange.el-input,
.el-date-editor--monthrange.el-input__inner {
  width: 300px;
}

.el-date-editor--daterange.el-input,
.el-date-editor--daterange.el-input__inner,
.el-date-editor--timerange.el-input,
.el-date-editor--timerange.el-input__inner {
  width: 350px;
}

.el-date-editor--datetimerange.el-input,
.el-date-editor--datetimerange.el-input__inner {
  width: 400px;
}

.el-date-editor--dates .el-input__inner {
  text-overflow: ellipsis;
  white-space: nowrap;
}

.el-date-editor .el-icon-circle-close {
  cursor: pointer;
}

.el-date-editor .el-range__icon {
  font-size: 14px;
  margin-left: -5px;
  color: #C0C4CC;
  float: left;
  line-height: 32px;
}

.el-date-editor .el-range-input,
.el-date-editor .el-range-separator {
  height: 100%;
  margin: 0;
  text-align: center;
  display: inline-block;
  font-size: 14px;
}

.el-date-editor .el-range-input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  outline: 0;
  padding: 0;
  width: 39%;
  color: #606266;
}

.el-date-editor .el-range-input::-webkit-input-placeholder {
  color: #C0C4CC;
}

.el-date-editor .el-range-input:-ms-input-placeholder {
  color: #C0C4CC;
}

.el-date-editor .el-range-input::-ms-input-placeholder {
  color: #C0C4CC;
}

.el-date-editor .el-range-input::-moz-placeholder {
  color: #C0C4CC;
}

.el-date-editor .el-range-input::placeholder {
  color: #C0C4CC;
}

.el-date-editor .el-range-separator {
  padding: 0 5px;
  line-height: 32px;
  width: 5%;
  color: #303133;
}

.el-date-editor .el-range__close-icon {
  font-size: 14px;
  color: #C0C4CC;
  width: 25px;
  display: inline-block;
  float: right;
  line-height: 32px;
}

.el-range-editor.el-input__inner {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 3px 10px;
}

.el-range-editor .el-range-input {
  line-height: 1;
}

.el-range-editor.is-active,
.el-range-editor.is-active:hover {
  border-color: #409EFF;
}

.el-range-editor--medium.el-input__inner {
  height: 36px;
}

.el-range-editor--medium .el-range-separator {
  line-height: 28px;
  font-size: 14px;
}

.el-range-editor--medium .el-range-input {
  font-size: 14px;
}

.el-range-editor--medium .el-range__close-icon,
.el-range-editor--medium .el-range__icon {
  line-height: 28px;
}

.el-range-editor--small.el-input__inner {
  height: 32px;
}

.el-range-editor--small .el-range-separator {
  line-height: 24px;
  font-size: 13px;
}

.el-range-editor--small .el-range-input {
  font-size: 13px;
}

.el-range-editor--small .el-range__close-icon,
.el-range-editor--small .el-range__icon {
  line-height: 24px;
}

.el-range-editor--mini.el-input__inner {
  height: 28px;
}

.el-range-editor--mini .el-range-separator {
  line-height: 20px;
  font-size: 12px;
}

.el-range-editor--mini .el-range-input {
  font-size: 12px;
}

.el-range-editor--mini .el-range__close-icon,
.el-range-editor--mini .el-range__icon {
  line-height: 20px;
}

.el-range-editor.is-disabled {
  background-color: #F5F7FA;
  border-color: #E4E7ED;
  color: #C0C4CC;
  cursor: not-allowed;
}

.el-range-editor.is-disabled:focus,
.el-range-editor.is-disabled:hover {
  border-color: #E4E7ED;
}

.el-range-editor.is-disabled input {
  background-color: #F5F7FA;
  color: #C0C4CC;
  cursor: not-allowed;
}

.el-range-editor.is-disabled input::-webkit-input-placeholder {
  color: #C0C4CC;
}

.el-range-editor.is-disabled input:-ms-input-placeholder {
  color: #C0C4CC;
}

.el-range-editor.is-disabled input::-ms-input-placeholder {
  color: #C0C4CC;
}

.el-range-editor.is-disabled input::-moz-placeholder {
  color: #C0C4CC;
}

.el-range-editor.is-disabled input::placeholder {
  color: #C0C4CC;
}

.el-range-editor.is-disabled .el-range-separator {
  color: #C0C4CC;
}

.el-picker-panel {
  color: #606266;
  border: 1px solid #E4E7ED;
  -webkit-box-shadow: 0 2px 12px 0 rgba(0,0,0,.1);
          box-shadow: 0 2px 12px 0 rgba(0,0,0,.1);
  background: #FFF;
  border-radius: 4px;
  line-height: 30px;
  margin: 5px 0;
}

.el-popover,
.el-time-panel {
  -webkit-box-shadow: 0 2px 12px 0 rgba(0,0,0,.1);
}

.el-picker-panel__body-wrapper::after,
.el-picker-panel__body::after {
  content: "";
  display: table;
  clear: both;
}

.el-picker-panel__content {
  position: relative;
  margin: 15px;
}

.el-picker-panel__footer {
  border-top: 1px solid #e4e4e4;
  padding: 4px;
  text-align: right;
  background-color: #FFF;
  position: relative;
  font-size: 0;
}

.el-picker-panel__shortcut {
  display: block;
  width: 100%;
  border: 0;
  background-color: transparent;
  line-height: 28px;
  font-size: 14px;
  color: #606266;
  padding-left: 12px;
  text-align: left;
  outline: 0;
  cursor: pointer;
}

.el-picker-panel__shortcut:hover {
  color: #409EFF;
}

.el-picker-panel__shortcut.active {
  background-color: #e6f1fe;
  color: #409EFF;
}

.el-picker-panel__btn {
  border: 1px solid #dcdcdc;
  color: #333;
  line-height: 24px;
  border-radius: 2px;
  padding: 0 20px;
  cursor: pointer;
  background-color: transparent;
  outline: 0;
  font-size: 12px;
}

.el-picker-panel__btn[disabled] {
  color: #ccc;
  cursor: not-allowed;
}

.el-picker-panel__icon-btn {
  font-size: 12px;
  color: #303133;
  border: 0;
  background: 0 0;
  cursor: pointer;
  outline: 0;
  margin-top: 8px;
}

.el-picker-panel__icon-btn:hover {
  color: #409EFF;
}

.el-picker-panel__icon-btn.is-disabled {
  color: #bbb;
}

.el-picker-panel__icon-btn.is-disabled:hover {
  cursor: not-allowed;
}

.el-picker-panel__link-btn {
  vertical-align: middle;
}

.el-picker-panel [slot=sidebar],
.el-picker-panel__sidebar {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 110px;
  border-right: 1px solid #e4e4e4;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-top: 6px;
  background-color: #FFF;
  overflow: auto;
}

.el-picker-panel [slot=sidebar]+.el-picker-panel__body,
.el-picker-panel__sidebar+.el-picker-panel__body {
  margin-left: 110px;
}

.el-time-spinner.has-seconds .el-time-spinner__wrapper {
  width: 33.3%;
}

.el-time-spinner__wrapper {
  max-height: 190px;
  overflow: auto;
  display: inline-block;
  width: 50%;
  vertical-align: top;
  position: relative;
}

.el-time-spinner__wrapper .el-scrollbar__wrap:not(.el-scrollbar__wrap--hidden-default) {
  padding-bottom: 15px;
}

.el-time-spinner__input.el-input .el-input__inner,
.el-time-spinner__list {
  padding: 0;
  text-align: center;
}

.el-time-spinner__wrapper.is-arrow {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
  overflow: hidden;
}

.el-time-spinner__wrapper.is-arrow .el-time-spinner__list {
  -webkit-transform: translateY(-32px);
  transform: translateY(-32px);
}

.el-time-spinner__wrapper.is-arrow .el-time-spinner__item:hover:not(.disabled):not(.active) {
  background: #FFF;
  cursor: default;
}

.el-time-spinner__arrow {
  font-size: 12px;
  color: #909399;
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 1;
  text-align: center;
  height: 30px;
  line-height: 30px;
  cursor: pointer;
}

.el-time-spinner__arrow:hover {
  color: #409EFF;
}

.el-time-spinner__arrow.el-icon-arrow-up {
  top: 10px;
}

.el-time-spinner__arrow.el-icon-arrow-down {
  bottom: 10px;
}

.el-time-spinner__input.el-input {
  width: 70%;
}

.el-time-spinner__list {
  margin: 0;
  list-style: none;
}

.el-time-spinner__list::after,
.el-time-spinner__list::before {
  content: '';
  display: block;
  width: 100%;
  height: 80px;
}

.el-time-spinner__item {
  height: 32px;
  line-height: 32px;
  font-size: 12px;
  color: #606266;
}

.el-time-spinner__item:hover:not(.disabled):not(.active) {
  background: #F5F7FA;
  cursor: pointer;
}

.el-time-spinner__item.active:not(.disabled) {
  color: #303133;
  font-weight: 700;
}

.el-time-spinner__item.disabled {
  color: #C0C4CC;
  cursor: not-allowed;
}

.el-time-panel {
  margin: 5px 0;
  border: 1px solid #E4E7ED;
  background-color: #FFF;
  -webkit-box-shadow: 0 2px 12px 0 rgba(0,0,0,.1);
          box-shadow: 0 2px 12px 0 rgba(0,0,0,.1);
  border-radius: 2px;
  position: absolute;
  width: 180px;
  left: 0;
  z-index: 1000;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

.el-slider__button,
.el-slider__button-wrapper {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}

.el-time-panel__content {
  font-size: 0;
  position: relative;
  overflow: hidden;
}

.el-time-panel__content::after,
.el-time-panel__content::before {
  content: "";
  top: 50%;
  position: absolute;
  margin-top: -15px;
  height: 32px;
  z-index: -1;
  left: 0;
  right: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-top: 6px;
  text-align: left;
  border-top: 1px solid #E4E7ED;
  border-bottom: 1px solid #E4E7ED;
}

.el-time-panel__content::after {
  left: 50%;
  margin-left: 12%;
  margin-right: 12%;
}

.el-time-panel__content::before {
  padding-left: 50%;
  margin-right: 12%;
  margin-left: 12%;
}

.el-time-panel__content.has-seconds::after {
  left: calc(100% / 3 * 2);
}

.el-time-panel__content.has-seconds::before {
  padding-left: calc(100% / 3);
}

.el-time-panel__footer {
  border-top: 1px solid #e4e4e4;
  padding: 4px;
  height: 36px;
  line-height: 25px;
  text-align: right;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.el-time-panel__btn {
  border: none;
  line-height: 28px;
  padding: 0 5px;
  margin: 0 5px;
  cursor: pointer;
  background-color: transparent;
  outline: 0;
  font-size: 12px;
  color: #303133;
}

.el-time-panel__btn.confirm {
  font-weight: 800;
  color: #409EFF;
}

.el-time-range-picker {
  width: 354px;
  overflow: visible;
}

.el-time-range-picker__content {
  position: relative;
  text-align: center;
  padding: 10px;
}

.el-time-range-picker__cell {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 4px 7px 7px;
  width: 50%;
  display: inline-block;
}

.el-time-range-picker__header {
  margin-bottom: 5px;
  text-align: center;
  font-size: 14px;
}

.el-time-range-picker__body {
  border-radius: 2px;
  border: 1px solid #E4E7ED;
}

.el-popover {
  position: absolute;
  background: #FFF;
  min-width: 150px;
  border: 1px solid #EBEEF5;
  padding: 12px;
  z-index: 2000;
  color: #606266;
  line-height: 1.4;
  text-align: justify;
  font-size: 14px;
  -webkit-box-shadow: 0 2px 12px 0 rgba(0,0,0,.1);
          box-shadow: 0 2px 12px 0 rgba(0,0,0,.1);
  word-break: break-all;
}

.el-popover--plain {
  padding: 18px 20px;
}

.el-popover__title {
  color: #303133;
  font-size: 16px;
  line-height: 1;
  margin-bottom: 12px;
}

.v-modal-enter {
  -webkit-animation: v-modal-in .2s ease;
  animation: v-modal-in .2s ease;
}

.v-modal-leave {
  -webkit-animation: v-modal-out .2s ease forwards;
  animation: v-modal-out .2s ease forwards;
}

@keyframes v-modal-in {
  0% {
    opacity: 0;
  }
}

@keyframes v-modal-out {
  100% {
    opacity: 0;
  }
}

.v-modal {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: .5;
  background: #000;
}

.el-popup-parent--hidden {
  overflow: hidden;
}

.el-message-box {
  display: inline-block;
  width: 420px;
  padding-bottom: 10px;
  vertical-align: middle;
  background-color: #FFF;
  border-radius: 4px;
  border: 1px solid #EBEEF5;
  font-size: 18px;
  -webkit-box-shadow: 0 2px 12px 0 rgba(0,0,0,.1);
  box-shadow: 0 2px 12px 0 rgba(0,0,0,.1);
  text-align: left;
  overflow: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.el-message-box__wrapper {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: center;
}

.el-message-box__wrapper::after {
  content: "";
  display: inline-block;
  height: 100%;
  width: 0;
  vertical-align: middle;
}

.el-message-box__header {
  position: relative;
  padding: 15px 15px 10px;
}

.el-message-box__title {
  padding-left: 0;
  margin-bottom: 0;
  font-size: 18px;
  line-height: 1;
  color: #303133;
}

.el-message-box__headerbtn {
  position: absolute;
  top: 15px;
  right: 15px;
  padding: 0;
  border: none;
  outline: 0;
  background: 0 0;
  font-size: 16px;
  cursor: pointer;
}

.el-form-item.is-error .el-input__inner,
.el-form-item.is-error .el-input__inner:focus,
.el-form-item.is-error .el-textarea__inner,
.el-form-item.is-error .el-textarea__inner:focus,
.el-message-box__input input.invalid,
.el-message-box__input input.invalid:focus {
  border-color: #F56C6C;
}

.el-message-box__headerbtn .el-message-box__close {
  color: #909399;
}

.el-message-box__headerbtn:focus .el-message-box__close,
.el-message-box__headerbtn:hover .el-message-box__close {
  color: #409EFF;
}

.el-message-box__content {
  padding: 10px 15px;
  color: #606266;
  font-size: 14px;
}

.el-message-box__container {
  position: relative;
}

.el-message-box__input {
  padding-top: 15px;
}

.el-message-box__status {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 24px!important;
}

.el-message-box__status::before {
  padding-left: 1px;
}

.el-message-box__status+.el-message-box__message {
  padding-left: 36px;
  padding-right: 12px;
}

.el-message-box__status.el-icon-success {
  color: #67C23A;
}

.el-message-box__status.el-icon-info {
  color: #909399;
}

.el-message-box__status.el-icon-warning {
  color: #E6A23C;
}

.el-message-box__status.el-icon-error {
  color: #F56C6C;
}

.el-message-box__message {
  margin: 0;
}

.el-message-box__message p {
  margin: 0;
  line-height: 24px;
}

.el-message-box__errormsg {
  color: #F56C6C;
  font-size: 12px;
  min-height: 18px;
  margin-top: 2px;
}

.el-message-box__btns {
  padding: 5px 15px 0;
  text-align: right;
}

.el-message-box__btns button:nth-child(2) {
  margin-left: 10px;
}

.el-message-box__btns-reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.el-message-box--center {
  padding-bottom: 30px;
}

.el-message-box--center .el-message-box__header {
  padding-top: 30px;
}

.el-message-box--center .el-message-box__title {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.el-message-box--center .el-message-box__status {
  position: relative;
  top: auto;
  padding-right: 5px;
  text-align: center;
  -webkit-transform: translateY(-1px);
  transform: translateY(-1px);
}

.el-message-box--center .el-message-box__message {
  margin-left: 0;
}

.el-message-box--center .el-message-box__btns,
.el-message-box--center .el-message-box__content {
  text-align: center;
}

.el-message-box--center .el-message-box__content {
  padding-left: 27px;
  padding-right: 27px;
}

.msgbox-fade-enter-active {
  -webkit-animation: msgbox-fade-in .3s;
  animation: msgbox-fade-in .3s;
}

.msgbox-fade-leave-active {
  -webkit-animation: msgbox-fade-out .3s;
  animation: msgbox-fade-out .3s;
}

@-webkit-keyframes msgbox-fade-in {
  0% {
    -webkit-transform: translate3d(0,-20px,0);
    transform: translate3d(0,-20px,0);
    opacity: 0;
  }

  100% {
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
    opacity: 1;
  }
}

@keyframes msgbox-fade-in {
  0% {
    -webkit-transform: translate3d(0,-20px,0);
    transform: translate3d(0,-20px,0);
    opacity: 0;
  }

  100% {
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
    opacity: 1;
  }
}

@-webkit-keyframes msgbox-fade-out {
  0% {
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
    opacity: 1;
  }

  100% {
    -webkit-transform: translate3d(0,-20px,0);
    transform: translate3d(0,-20px,0);
    opacity: 0;
  }
}

@keyframes msgbox-fade-out {
  0% {
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
    opacity: 1;
  }

  100% {
    -webkit-transform: translate3d(0,-20px,0);
    transform: translate3d(0,-20px,0);
    opacity: 0;
  }
}

.el-breadcrumb {
  font-size: 14px;
  line-height: 1;
}

.el-breadcrumb::after,
.el-breadcrumb::before {
  display: table;
  content: "";
}

.el-breadcrumb::after {
  clear: both;
}

.el-breadcrumb__separator {
  margin: 0 9px;
  font-weight: 700;
  color: #C0C4CC;
}

.el-breadcrumb__separator[class*=icon] {
  margin: 0 6px;
  font-weight: 400;
}

.el-breadcrumb__item {
  float: left;
}

.el-breadcrumb__inner {
  color: #606266;
}

.el-breadcrumb__inner a,
.el-breadcrumb__inner.is-link {
  font-weight: 700;
  text-decoration: none;
  -webkit-transition: color .2s cubic-bezier(.645,.045,.355,1);
  transition: color .2s cubic-bezier(.645,.045,.355,1);
  color: #303133;
}

.el-breadcrumb__inner a:hover,
.el-breadcrumb__inner.is-link:hover {
  color: #409EFF;
  cursor: pointer;
}

.el-breadcrumb__item:last-child .el-breadcrumb__inner,
.el-breadcrumb__item:last-child .el-breadcrumb__inner a,
.el-breadcrumb__item:last-child .el-breadcrumb__inner a:hover,
.el-breadcrumb__item:last-child .el-breadcrumb__inner:hover {
  font-weight: 400;
  color: #606266;
  cursor: text;
}

.el-breadcrumb__item:last-child .el-breadcrumb__separator {
  display: none;
}

.el-form--label-left .el-form-item__label {
  text-align: left;
}

.el-form--label-top .el-form-item__label {
  float: none;
  display: inline-block;
  text-align: left;
  padding: 0 0 10px;
}

.el-form--inline .el-form-item {
  display: inline-block;
  margin-right: 10px;
  vertical-align: top;
}

.el-form--inline .el-form-item__label {
  float: none;
  display: inline-block;
}

.el-form--inline .el-form-item__content {
  display: inline-block;
  vertical-align: top;
}

.el-form--inline.el-form--label-top .el-form-item__content {
  display: block;
}

.el-form-item {
  margin-bottom: 22px;
}

.el-form-item::after,
.el-form-item::before {
  display: table;
  content: "";
}

.el-form-item::after {
  clear: both;
}

.el-form-item .el-form-item {
  margin-bottom: 0;
}

.el-form-item--mini.el-form-item,
.el-form-item--small.el-form-item {
  margin-bottom: 18px;
}

.el-form-item .el-input__validateIcon {
  display: none;
}

.el-form-item--medium .el-form-item__content,
.el-form-item--medium .el-form-item__label {
  line-height: 36px;
}

.el-form-item--small .el-form-item__content,
.el-form-item--small .el-form-item__label {
  line-height: 32px;
}

.el-form-item--small .el-form-item__error {
  padding-top: 2px;
}

.el-form-item--mini .el-form-item__content,
.el-form-item--mini .el-form-item__label {
  line-height: 28px;
}

.el-form-item--mini .el-form-item__error {
  padding-top: 1px;
}

.el-form-item__label-wrap {
  float: left;
}

.el-form-item__label-wrap .el-form-item__label {
  display: inline-block;
  float: none;
}

.el-form-item__label {
  text-align: right;
  vertical-align: middle;
  float: left;
  font-size: 14px;
  color: #606266;
  line-height: 40px;
  padding: 0 12px 0 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.el-form-item__content {
  line-height: 40px;
  position: relative;
  font-size: 14px;
}

.el-form-item__content::after,
.el-form-item__content::before {
  display: table;
  content: "";
}

.el-form-item__content::after {
  clear: both;
}

.el-form-item__content .el-input-group {
  vertical-align: top;
}

.el-form-item__error {
  color: #F56C6C;
  font-size: 12px;
  line-height: 1;
  padding-top: 4px;
  position: absolute;
  top: 100%;
  left: 0;
}

.el-form-item__error--inline {
  position: relative;
  top: auto;
  left: auto;
  display: inline-block;
  margin-left: 10px;
}

.el-form-item.is-required:not(.is-no-asterisk) .el-form-item__label-wrap>.el-form-item__label:before,
.el-form-item.is-required:not(.is-no-asterisk)>.el-form-item__label:before {
  content: '*';
  color: #F56C6C;
  margin-right: 4px;
}

.el-form-item.is-error .el-input-group__append .el-input__inner,
.el-form-item.is-error .el-input-group__prepend .el-input__inner {
  border-color: transparent;
}

.el-form-item.is-error .el-input__validateIcon {
  color: #F56C6C;
}

.el-form-item--feedback .el-input__validateIcon {
  display: inline-block;
}

.el-tabs__header {
  padding: 0;
  position: relative;
  margin: 0 0 15px;
}

.el-tabs__active-bar {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  background-color: #409EFF;
  z-index: 1;
  -webkit-transition: -webkit-transform .3s cubic-bezier(.645,.045,.355,1);
  transition: -webkit-transform .3s cubic-bezier(.645,.045,.355,1);
  transition: transform .3s cubic-bezier(.645,.045,.355,1);
  transition: transform .3s cubic-bezier(.645,.045,.355,1), -webkit-transform .3s cubic-bezier(.645,.045,.355,1);
  transition: transform .3s cubic-bezier(.645,.045,.355,1),-webkit-transform .3s cubic-bezier(.645,.045,.355,1);
  list-style: none;
}

.el-tabs__new-tab {
  float: right;
  border: 1px solid #d3dce6;
  height: 18px;
  width: 18px;
  line-height: 18px;
  margin: 12px 0 9px 10px;
  border-radius: 3px;
  text-align: center;
  font-size: 12px;
  color: #d3dce6;
  cursor: pointer;
  -webkit-transition: all .15s;
  transition: all .15s;
}

.el-collapse-item__arrow,
.el-tabs__nav {
  -webkit-transition: -webkit-transform .3s;
}

.el-tabs__new-tab .el-icon-plus {
  -webkit-transform: scale(.8,.8);
  transform: scale(.8,.8);
}

.el-tabs__new-tab:hover {
  color: #409EFF;
}

.el-tabs__nav-wrap {
  overflow: hidden;
  margin-bottom: -1px;
  position: relative;
}

.el-tabs__nav-wrap::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
  background-color: #E4E7ED;
  z-index: 1;
}

.el-tabs--border-card>.el-tabs__header .el-tabs__nav-wrap::after,
.el-tabs--card>.el-tabs__header .el-tabs__nav-wrap::after {
  content: none;
}

.el-tabs__nav-wrap.is-scrollable {
  padding: 0 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.el-tabs__nav-scroll {
  overflow: hidden;
}

.el-tabs__nav-next,
.el-tabs__nav-prev {
  position: absolute;
  cursor: pointer;
  line-height: 44px;
  font-size: 12px;
  color: #909399;
}

.el-tabs__nav-next {
  right: 0;
}

.el-tabs__nav-prev {
  left: 0;
}

.el-tabs__nav {
  white-space: nowrap;
  position: relative;
  transition: -webkit-transform .3s;
  -webkit-transition: -webkit-transform .3s;
  transition: transform .3s;
  transition: transform .3s, -webkit-transform .3s;
  transition: transform .3s,-webkit-transform .3s;
  float: left;
  z-index: 2;
}

.el-tabs__nav.is-stretch {
  min-width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.el-tabs__nav.is-stretch>* {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: center;
}

.el-tabs__item {
  padding: 0 20px;
  height: 40px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  line-height: 40px;
  display: inline-block;
  list-style: none;
  font-size: 14px;
  font-weight: 500;
  color: #303133;
  position: relative;
}

.el-tabs__item:focus,
.el-tabs__item:focus:active {
  outline: 0;
}

.el-tabs__item:focus.is-active.is-focus:not(:active) {
  -webkit-box-shadow: 0 0 2px 2px #409EFF inset;
  box-shadow: 0 0 2px 2px #409EFF inset;
  border-radius: 3px;
}

.el-tabs__item .el-icon-close {
  border-radius: 50%;
  text-align: center;
  -webkit-transition: all .3s cubic-bezier(.645,.045,.355,1);
  transition: all .3s cubic-bezier(.645,.045,.355,1);
  margin-left: 5px;
}

.el-tabs__item .el-icon-close:before {
  -webkit-transform: scale(.9);
  transform: scale(.9);
  display: inline-block;
}

.el-tabs__item .el-icon-close:hover {
  background-color: #C0C4CC;
  color: #FFF;
}

.el-tabs__item.is-active {
  color: #409EFF;
}

.el-tabs__item:hover {
  color: #409EFF;
  cursor: pointer;
}

.el-tabs__item.is-disabled {
  color: #C0C4CC;
  cursor: default;
}

.el-tabs__content {
  overflow: hidden;
  position: relative;
}

.el-tabs--card>.el-tabs__header {
  border-bottom: 1px solid #E4E7ED;
}

.el-tabs--card>.el-tabs__header .el-tabs__nav {
  border: 1px solid #E4E7ED;
  border-bottom: none;
  border-radius: 4px 4px 0 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.el-tabs--card>.el-tabs__header .el-tabs__active-bar {
  display: none;
}

.el-tabs--card>.el-tabs__header .el-tabs__item .el-icon-close {
  position: relative;
  font-size: 12px;
  width: 0;
  height: 14px;
  vertical-align: middle;
  line-height: 15px;
  overflow: hidden;
  top: -1px;
  right: -2px;
  -webkit-transform-origin: 100% 50%;
  transform-origin: 100% 50%;
}

.el-tabs--card>.el-tabs__header .el-tabs__item.is-active.is-closable .el-icon-close,
.el-tabs--card>.el-tabs__header .el-tabs__item.is-closable:hover .el-icon-close {
  width: 14px;
}

.el-tabs--card>.el-tabs__header .el-tabs__item {
  border-bottom: 1px solid transparent;
  border-left: 1px solid #E4E7ED;
  -webkit-transition: color .3s cubic-bezier(.645,.045,.355,1),padding .3s cubic-bezier(.645,.045,.355,1);
  transition: color .3s cubic-bezier(.645,.045,.355,1),padding .3s cubic-bezier(.645,.045,.355,1);
}

.el-tabs--card>.el-tabs__header .el-tabs__item:first-child {
  border-left: none;
}

.el-tabs--card>.el-tabs__header .el-tabs__item.is-closable:hover {
  padding-left: 13px;
  padding-right: 13px;
}

.el-tabs--card>.el-tabs__header .el-tabs__item.is-active {
  border-bottom-color: #FFF;
}

.el-tabs--card>.el-tabs__header .el-tabs__item.is-active.is-closable {
  padding-left: 20px;
  padding-right: 20px;
}

.el-tabs--border-card {
  background: #FFF;
  border: 1px solid #DCDFE6;
  -webkit-box-shadow: 0 2px 4px 0 rgba(0,0,0,.12),0 0 6px 0 rgba(0,0,0,.04);
  box-shadow: 0 2px 4px 0 rgba(0,0,0,.12),0 0 6px 0 rgba(0,0,0,.04);
}

.el-tabs--border-card>.el-tabs__content {
  padding: 15px;
}

.el-tabs--border-card>.el-tabs__header {
  background-color: #F5F7FA;
  border-bottom: 1px solid #E4E7ED;
  margin: 0;
}

.el-tabs--border-card>.el-tabs__header .el-tabs__item {
  -webkit-transition: all .3s cubic-bezier(.645,.045,.355,1);
  transition: all .3s cubic-bezier(.645,.045,.355,1);
  border: 1px solid transparent;
  margin-top: -1px;
  color: #909399;
}

.el-tabs--border-card>.el-tabs__header .el-tabs__item+.el-tabs__item,
.el-tabs--border-card>.el-tabs__header .el-tabs__item:first-child {
  margin-left: -1px;
}

.el-tabs--border-card>.el-tabs__header .el-tabs__item.is-active {
  color: #409EFF;
  background-color: #FFF;
  border-right-color: #DCDFE6;
  border-left-color: #DCDFE6;
}

.el-tabs--border-card>.el-tabs__header .el-tabs__item:not(.is-disabled):hover {
  color: #409EFF;
}

.el-tabs--border-card>.el-tabs__header .el-tabs__item.is-disabled {
  color: #C0C4CC;
}

.el-tabs--border-card>.el-tabs__header .is-scrollable .el-tabs__item:first-child {
  margin-left: 0;
}

.el-tabs--bottom .el-tabs__item.is-bottom:nth-child(2),
.el-tabs--bottom .el-tabs__item.is-top:nth-child(2),
.el-tabs--top .el-tabs__item.is-bottom:nth-child(2),
.el-tabs--top .el-tabs__item.is-top:nth-child(2) {
  padding-left: 0;
}

.el-tabs--bottom .el-tabs__item.is-bottom:last-child,
.el-tabs--bottom .el-tabs__item.is-top:last-child,
.el-tabs--top .el-tabs__item.is-bottom:last-child,
.el-tabs--top .el-tabs__item.is-top:last-child {
  padding-right: 0;
}

.el-tabs--bottom .el-tabs--left>.el-tabs__header .el-tabs__item:nth-child(2),
.el-tabs--bottom .el-tabs--right>.el-tabs__header .el-tabs__item:nth-child(2),
.el-tabs--bottom.el-tabs--border-card>.el-tabs__header .el-tabs__item:nth-child(2),
.el-tabs--bottom.el-tabs--card>.el-tabs__header .el-tabs__item:nth-child(2),
.el-tabs--top .el-tabs--left>.el-tabs__header .el-tabs__item:nth-child(2),
.el-tabs--top .el-tabs--right>.el-tabs__header .el-tabs__item:nth-child(2),
.el-tabs--top.el-tabs--border-card>.el-tabs__header .el-tabs__item:nth-child(2),
.el-tabs--top.el-tabs--card>.el-tabs__header .el-tabs__item:nth-child(2) {
  padding-left: 20px;
}

.el-tabs--bottom .el-tabs--left>.el-tabs__header .el-tabs__item:last-child,
.el-tabs--bottom .el-tabs--right>.el-tabs__header .el-tabs__item:last-child,
.el-tabs--bottom.el-tabs--border-card>.el-tabs__header .el-tabs__item:last-child,
.el-tabs--bottom.el-tabs--card>.el-tabs__header .el-tabs__item:last-child,
.el-tabs--top .el-tabs--left>.el-tabs__header .el-tabs__item:last-child,
.el-tabs--top .el-tabs--right>.el-tabs__header .el-tabs__item:last-child,
.el-tabs--top.el-tabs--border-card>.el-tabs__header .el-tabs__item:last-child,
.el-tabs--top.el-tabs--card>.el-tabs__header .el-tabs__item:last-child {
  padding-right: 20px;
}

.el-tabs--bottom .el-tabs__header.is-bottom {
  margin-bottom: 0;
  margin-top: 10px;
}

.el-tabs--bottom.el-tabs--border-card .el-tabs__header.is-bottom {
  border-bottom: 0;
  border-top: 1px solid #DCDFE6;
}

.el-tabs--bottom.el-tabs--border-card .el-tabs__nav-wrap.is-bottom {
  margin-top: -1px;
  margin-bottom: 0;
}

.el-tabs--bottom.el-tabs--border-card .el-tabs__item.is-bottom:not(.is-active) {
  border: 1px solid transparent;
}

.el-tabs--bottom.el-tabs--border-card .el-tabs__item.is-bottom {
  margin: 0 -1px -1px;
}

.el-tabs--left,
.el-tabs--right {
  overflow: hidden;
}

.el-tabs--left .el-tabs__header.is-left,
.el-tabs--left .el-tabs__header.is-right,
.el-tabs--left .el-tabs__nav-scroll,
.el-tabs--left .el-tabs__nav-wrap.is-left,
.el-tabs--left .el-tabs__nav-wrap.is-right,
.el-tabs--right .el-tabs__header.is-left,
.el-tabs--right .el-tabs__header.is-right,
.el-tabs--right .el-tabs__nav-scroll,
.el-tabs--right .el-tabs__nav-wrap.is-left,
.el-tabs--right .el-tabs__nav-wrap.is-right {
  height: 100%;
}

.el-tabs--left .el-tabs__active-bar.is-left,
.el-tabs--left .el-tabs__active-bar.is-right,
.el-tabs--right .el-tabs__active-bar.is-left,
.el-tabs--right .el-tabs__active-bar.is-right {
  top: 0;
  bottom: auto;
  width: 2px;
  height: auto;
}

.el-tabs--left .el-tabs__nav-wrap.is-left,
.el-tabs--left .el-tabs__nav-wrap.is-right,
.el-tabs--right .el-tabs__nav-wrap.is-left,
.el-tabs--right .el-tabs__nav-wrap.is-right {
  margin-bottom: 0;
}

.el-tabs--left .el-tabs__nav-wrap.is-left>.el-tabs__nav-next,
.el-tabs--left .el-tabs__nav-wrap.is-left>.el-tabs__nav-prev,
.el-tabs--left .el-tabs__nav-wrap.is-right>.el-tabs__nav-next,
.el-tabs--left .el-tabs__nav-wrap.is-right>.el-tabs__nav-prev,
.el-tabs--right .el-tabs__nav-wrap.is-left>.el-tabs__nav-next,
.el-tabs--right .el-tabs__nav-wrap.is-left>.el-tabs__nav-prev,
.el-tabs--right .el-tabs__nav-wrap.is-right>.el-tabs__nav-next,
.el-tabs--right .el-tabs__nav-wrap.is-right>.el-tabs__nav-prev {
  height: 30px;
  line-height: 30px;
  width: 100%;
  text-align: center;
  cursor: pointer;
}

.el-tabs--left .el-tabs__nav-wrap.is-left>.el-tabs__nav-next i,
.el-tabs--left .el-tabs__nav-wrap.is-left>.el-tabs__nav-prev i,
.el-tabs--left .el-tabs__nav-wrap.is-right>.el-tabs__nav-next i,
.el-tabs--left .el-tabs__nav-wrap.is-right>.el-tabs__nav-prev i,
.el-tabs--right .el-tabs__nav-wrap.is-left>.el-tabs__nav-next i,
.el-tabs--right .el-tabs__nav-wrap.is-left>.el-tabs__nav-prev i,
.el-tabs--right .el-tabs__nav-wrap.is-right>.el-tabs__nav-next i,
.el-tabs--right .el-tabs__nav-wrap.is-right>.el-tabs__nav-prev i {
  -webkit-transform: rotateZ(90deg);
  transform: rotateZ(90deg);
}

.el-tabs--left .el-tabs__nav-wrap.is-left>.el-tabs__nav-prev,
.el-tabs--left .el-tabs__nav-wrap.is-right>.el-tabs__nav-prev,
.el-tabs--right .el-tabs__nav-wrap.is-left>.el-tabs__nav-prev,
.el-tabs--right .el-tabs__nav-wrap.is-right>.el-tabs__nav-prev {
  left: auto;
  top: 0;
}

.el-tabs--left .el-tabs__nav-wrap.is-left>.el-tabs__nav-next,
.el-tabs--left .el-tabs__nav-wrap.is-right>.el-tabs__nav-next,
.el-tabs--right .el-tabs__nav-wrap.is-left>.el-tabs__nav-next,
.el-tabs--right .el-tabs__nav-wrap.is-right>.el-tabs__nav-next {
  right: auto;
  bottom: 0;
}

.el-tabs--left .el-tabs__active-bar.is-left,
.el-tabs--left .el-tabs__nav-wrap.is-left::after {
  right: 0;
  left: auto;
}

.el-tabs--left .el-tabs__nav-wrap.is-left.is-scrollable,
.el-tabs--left .el-tabs__nav-wrap.is-right.is-scrollable,
.el-tabs--right .el-tabs__nav-wrap.is-left.is-scrollable,
.el-tabs--right .el-tabs__nav-wrap.is-right.is-scrollable {
  padding: 30px 0;
}

.el-tabs--left .el-tabs__nav-wrap.is-left::after,
.el-tabs--left .el-tabs__nav-wrap.is-right::after,
.el-tabs--right .el-tabs__nav-wrap.is-left::after,
.el-tabs--right .el-tabs__nav-wrap.is-right::after {
  height: 100%;
  width: 2px;
  bottom: auto;
  top: 0;
}

.el-tabs--left .el-tabs__nav.is-left,
.el-tabs--left .el-tabs__nav.is-right,
.el-tabs--right .el-tabs__nav.is-left,
.el-tabs--right .el-tabs__nav.is-right {
  float: none;
}

.el-tabs--left .el-tabs__item.is-left,
.el-tabs--left .el-tabs__item.is-right,
.el-tabs--right .el-tabs__item.is-left,
.el-tabs--right .el-tabs__item.is-right {
  display: block;
}

.el-tabs--left.el-tabs--card .el-tabs__active-bar.is-left,
.el-tabs--right.el-tabs--card .el-tabs__active-bar.is-right {
  display: none;
}

.el-tabs--left .el-tabs__header.is-left {
  float: left;
  margin-bottom: 0;
  margin-right: 10px;
}

.el-tabs--left .el-tabs__nav-wrap.is-left {
  margin-right: -1px;
}

.el-tabs--left .el-tabs__item.is-left {
  text-align: right;
}

.el-tabs--left.el-tabs--card .el-tabs__item.is-left {
  border-left: none;
  border-right: 1px solid #E4E7ED;
  border-bottom: none;
  border-top: 1px solid #E4E7ED;
  text-align: left;
}

.el-tabs--left.el-tabs--card .el-tabs__item.is-left:first-child {
  border-right: 1px solid #E4E7ED;
  border-top: none;
}

.el-tabs--left.el-tabs--card .el-tabs__item.is-left.is-active {
  border: 1px solid #E4E7ED;
  border-right-color: #fff;
  border-left: none;
  border-bottom: none;
}

.el-tabs--left.el-tabs--card .el-tabs__item.is-left.is-active:first-child {
  border-top: none;
}

.el-tabs--left.el-tabs--card .el-tabs__item.is-left.is-active:last-child {
  border-bottom: none;
}

.el-tabs--left.el-tabs--card .el-tabs__nav {
  border-radius: 4px 0 0 4px;
  border-bottom: 1px solid #E4E7ED;
  border-right: none;
}

.el-tabs--left.el-tabs--card .el-tabs__new-tab {
  float: none;
}

.el-tabs--left.el-tabs--border-card .el-tabs__header.is-left {
  border-right: 1px solid #dfe4ed;
}

.el-tabs--left.el-tabs--border-card .el-tabs__item.is-left {
  border: 1px solid transparent;
  margin: -1px 0 -1px -1px;
}

.el-tabs--left.el-tabs--border-card .el-tabs__item.is-left.is-active {
  border-color: #d1dbe5 transparent;
}

.el-tabs--right .el-tabs__header.is-right {
  float: right;
  margin-bottom: 0;
  margin-left: 10px;
}

.el-tabs--right .el-tabs__nav-wrap.is-right {
  margin-left: -1px;
}

.el-tabs--right .el-tabs__nav-wrap.is-right::after {
  left: 0;
  right: auto;
}

.el-tabs--right .el-tabs__active-bar.is-right {
  left: 0;
}

.el-tabs--right.el-tabs--card .el-tabs__item.is-right {
  border-bottom: none;
  border-top: 1px solid #E4E7ED;
}

.el-tabs--right.el-tabs--card .el-tabs__item.is-right:first-child {
  border-left: 1px solid #E4E7ED;
  border-top: none;
}

.el-tabs--right.el-tabs--card .el-tabs__item.is-right.is-active {
  border: 1px solid #E4E7ED;
  border-left-color: #fff;
  border-right: none;
  border-bottom: none;
}

.el-tabs--right.el-tabs--card .el-tabs__item.is-right.is-active:first-child {
  border-top: none;
}

.el-tabs--right.el-tabs--card .el-tabs__item.is-right.is-active:last-child {
  border-bottom: none;
}

.el-tabs--right.el-tabs--card .el-tabs__nav {
  border-radius: 0 4px 4px 0;
  border-bottom: 1px solid #E4E7ED;
  border-left: none;
}

.el-tabs--right.el-tabs--border-card .el-tabs__header.is-right {
  border-left: 1px solid #dfe4ed;
}

.el-tabs--right.el-tabs--border-card .el-tabs__item.is-right {
  border: 1px solid transparent;
  margin: -1px -1px -1px 0;
}

.el-tabs--right.el-tabs--border-card .el-tabs__item.is-right.is-active {
  border-color: #d1dbe5 transparent;
}

.slideInLeft-transition,
.slideInRight-transition {
  display: inline-block;
}

.slideInRight-enter {
  -webkit-animation: slideInRight-enter .3s;
  animation: slideInRight-enter .3s;
}

.slideInRight-leave {
  position: absolute;
  left: 0;
  right: 0;
  -webkit-animation: slideInRight-leave .3s;
  animation: slideInRight-leave .3s;
}

.slideInLeft-enter {
  -webkit-animation: slideInLeft-enter .3s;
  animation: slideInLeft-enter .3s;
}

.slideInLeft-leave {
  position: absolute;
  left: 0;
  right: 0;
  -webkit-animation: slideInLeft-leave .3s;
  animation: slideInLeft-leave .3s;
}

@-webkit-keyframes slideInRight-enter {
  0% {
    opacity: 0;
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }

  to {
    opacity: 1;
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes slideInRight-enter {
  0% {
    opacity: 0;
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }

  to {
    opacity: 1;
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@-webkit-keyframes slideInRight-leave {
  0% {
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    opacity: 0;
  }
}

@keyframes slideInRight-leave {
  0% {
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    opacity: 0;
  }
}

@-webkit-keyframes slideInLeft-enter {
  0% {
    opacity: 0;
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }

  to {
    opacity: 1;
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes slideInLeft-enter {
  0% {
    opacity: 0;
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }

  to {
    opacity: 1;
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@-webkit-keyframes slideInLeft-leave {
  0% {
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    opacity: 0;
  }
}

@keyframes slideInLeft-leave {
  0% {
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    opacity: 0;
  }
}

.el-tree {
  position: relative;
  cursor: default;
  background: #FFF;
  color: #606266;
}

.el-tree__empty-block {
  position: relative;
  min-height: 60px;
  text-align: center;
  width: 100%;
  height: 100%;
}

.el-tree__empty-text {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  color: #909399;
  font-size: 14px;
}

.el-tree__drop-indicator {
  position: absolute;
  left: 0;
  right: 0;
  height: 1px;
  background-color: #409EFF;
}

.el-tree-node {
  white-space: nowrap;
  outline: 0;
}

.el-tree-node:focus>.el-tree-node__content {
  background-color: #F5F7FA;
}

.el-tree-node.is-drop-inner>.el-tree-node__content .el-tree-node__label {
  background-color: #409EFF;
  color: #fff;
}

.el-tree-node__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 26px;
  cursor: pointer;
}

.el-tree-node__content>.el-tree-node__expand-icon {
  padding: 6px;
}

.el-tree-node__content>label.el-checkbox {
  margin-right: 8px;
}

.el-tree-node__content:hover {
  background-color: #F5F7FA;
}

.el-tree.is-dragging .el-tree-node__content {
  cursor: move;
}

.el-tree.is-dragging.is-drop-not-allow .el-tree-node__content {
  cursor: not-allowed;
}

.el-tree-node__expand-icon {
  cursor: pointer;
  color: #C0C4CC;
  font-size: 12px;
  -webkit-transform: rotate(0);
  transform: rotate(0);
  -webkit-transition: -webkit-transform .3s ease-in-out;
  transition: -webkit-transform .3s ease-in-out;
  transition: transform .3s ease-in-out;
  transition: transform .3s ease-in-out, -webkit-transform .3s ease-in-out;
  transition: transform .3s ease-in-out,-webkit-transform .3s ease-in-out;
}

.el-tree-node__expand-icon.expanded {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.el-tree-node__expand-icon.is-leaf {
  color: transparent;
  cursor: default;
}

.el-tree-node__label {
  font-size: 14px;
}

.el-tree-node__loading-icon {
  margin-right: 8px;
  font-size: 14px;
  color: #C0C4CC;
}

.el-tree-node>.el-tree-node__children {
  overflow: hidden;
  background-color: transparent;
}

.el-tree-node.is-expanded>.el-tree-node__children {
  display: block;
}

.el-tree--highlight-current .el-tree-node.is-current>.el-tree-node__content {
  background-color: #f0f7ff;
}

.el-alert {
  width: 100%;
  padding: 8px 16px;
  margin: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 4px;
  position: relative;
  background-color: #FFF;
  overflow: hidden;
  opacity: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: opacity .2s;
  transition: opacity .2s;
}

.el-alert.is-light .el-alert__closebtn {
  color: #C0C4CC;
}

.el-alert.is-dark .el-alert__closebtn,
.el-alert.is-dark .el-alert__description {
  color: #FFF;
}

.el-alert.is-center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.el-alert--success.is-light {
  background-color: #f0f9eb;
  color: #67C23A;
}

.el-alert--success.is-light .el-alert__description {
  color: #67C23A;
}

.el-alert--success.is-dark {
  background-color: #67C23A;
  color: #FFF;
}

.el-alert--info.is-light {
  background-color: #f4f4f5;
  color: #909399;
}

.el-alert--info.is-dark {
  background-color: #909399;
  color: #FFF;
}

.el-alert--info .el-alert__description {
  color: #909399;
}

.el-alert--warning.is-light {
  background-color: #fdf6ec;
  color: #E6A23C;
}

.el-alert--warning.is-light .el-alert__description {
  color: #E6A23C;
}

.el-alert--warning.is-dark {
  background-color: #E6A23C;
  color: #FFF;
}

.el-alert--error.is-light {
  background-color: #fef0f0;
  color: #F56C6C;
}

.el-alert--error.is-light .el-alert__description {
  color: #F56C6C;
}

.el-alert--error.is-dark {
  background-color: #F56C6C;
  color: #FFF;
}

.el-alert__content {
  display: table-cell;
  padding: 0 8px;
}

.el-alert__icon {
  font-size: 16px;
  width: 16px;
}

.el-alert__icon.is-big {
  font-size: 28px;
  width: 28px;
}

.el-alert__title {
  font-size: 13px;
  line-height: 18px;
}

.el-alert__title.is-bold {
  font-weight: 700;
}

.el-alert .el-alert__description {
  font-size: 12px;
  margin: 5px 0 0;
}

.el-alert__closebtn {
  font-size: 12px;
  opacity: 1;
  position: absolute;
  top: 12px;
  right: 15px;
  cursor: pointer;
}

.el-alert-fade-enter,
.el-alert-fade-leave-active,
.el-loading-fade-enter,
.el-loading-fade-leave-active,
.el-notification-fade-leave-active {
  opacity: 0;
}

.el-alert__closebtn.is-customed {
  font-style: normal;
  font-size: 13px;
  top: 9px;
}

.el-notification {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 330px;
  padding: 14px 26px 14px 13px;
  border-radius: 8px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #EBEEF5;
  position: fixed;
  background-color: #FFF;
  -webkit-box-shadow: 0 2px 12px 0 rgba(0,0,0,.1);
  box-shadow: 0 2px 12px 0 rgba(0,0,0,.1);
  -webkit-transition: opacity .3s,left .3s,right .3s,top .4s,bottom .3s,-webkit-transform .3s;
  transition: opacity .3s,left .3s,right .3s,top .4s,bottom .3s,-webkit-transform .3s;
  transition: opacity .3s,transform .3s,left .3s,right .3s,top .4s,bottom .3s;
  transition: opacity .3s,transform .3s,left .3s,right .3s,top .4s,bottom .3s,-webkit-transform .3s;
  overflow: hidden;
}

.el-notification.right {
  right: 16px;
}

.el-notification.left {
  left: 16px;
}

.el-notification__group {
  margin-left: 13px;
  margin-right: 8px;
}

.el-notification__title {
  font-weight: 700;
  font-size: 16px;
  color: #303133;
  margin: 0;
}

.el-notification__content {
  font-size: 14px;
  line-height: 21px;
  margin: 6px 0 0;
  color: #606266;
  text-align: justify;
}

.el-notification__content p {
  margin: 0;
}

.el-notification__icon {
  height: 24px;
  width: 24px;
  font-size: 24px;
}

.el-notification__closeBtn {
  position: absolute;
  top: 18px;
  right: 15px;
  cursor: pointer;
  color: #909399;
  font-size: 16px;
}

.el-notification__closeBtn:hover {
  color: #606266;
}

.el-notification .el-icon-success {
  color: #67C23A;
}

.el-notification .el-icon-error {
  color: #F56C6C;
}

.el-notification .el-icon-info {
  color: #909399;
}

.el-notification .el-icon-warning {
  color: #E6A23C;
}

.el-notification-fade-enter.right {
  right: 0;
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
}

.el-notification-fade-enter.left {
  left: 0;
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
}

.el-input-number {
  position: relative;
  display: inline-block;
  width: 180px;
  line-height: 38px;
}

.el-input-number .el-input {
  display: block;
}

.el-input-number .el-input__inner {
  -webkit-appearance: none;
  padding-left: 50px;
  padding-right: 50px;
  text-align: center;
}

.el-input-number__decrease,
.el-input-number__increase {
  position: absolute;
  z-index: 1;
  top: 1px;
  width: 40px;
  height: auto;
  text-align: center;
  background: #F5F7FA;
  color: #606266;
  cursor: pointer;
  font-size: 13px;
}

.el-input-number__decrease:hover,
.el-input-number__increase:hover {
  color: #409EFF;
}

.el-input-number__decrease:hover:not(.is-disabled)~.el-input .el-input__inner:not(.is-disabled),
.el-input-number__increase:hover:not(.is-disabled)~.el-input .el-input__inner:not(.is-disabled) {
  border-color: #409EFF;
}

.el-input-number__decrease.is-disabled,
.el-input-number__increase.is-disabled {
  color: #C0C4CC;
  cursor: not-allowed;
}

.el-input-number__increase {
  right: 1px;
  border-radius: 0 4px 4px 0;
  border-left: 1px solid #DCDFE6;
}

.el-input-number__decrease {
  left: 1px;
  border-radius: 4px 0 0 4px;
  border-right: 1px solid #DCDFE6;
}

.el-input-number.is-disabled .el-input-number__decrease,
.el-input-number.is-disabled .el-input-number__increase {
  border-color: #E4E7ED;
  color: #E4E7ED;
}

.el-input-number.is-disabled .el-input-number__decrease:hover,
.el-input-number.is-disabled .el-input-number__increase:hover {
  color: #E4E7ED;
  cursor: not-allowed;
}

.el-input-number--medium {
  width: 200px;
  line-height: 34px;
}

.el-input-number--medium .el-input-number__decrease,
.el-input-number--medium .el-input-number__increase {
  width: 36px;
  font-size: 14px;
}

.el-input-number--medium .el-input__inner {
  padding-left: 43px;
  padding-right: 43px;
}

.el-input-number--small {
  width: 130px;
  line-height: 30px;
}

.el-input-number--small .el-input-number__decrease,
.el-input-number--small .el-input-number__increase {
  width: 32px;
  font-size: 13px;
}

.el-input-number--small .el-input-number__decrease [class*=el-icon],
.el-input-number--small .el-input-number__increase [class*=el-icon] {
  -webkit-transform: scale(.9);
  transform: scale(.9);
}

.el-input-number--small .el-input__inner {
  padding-left: 39px;
  padding-right: 39px;
}

.el-input-number--mini {
  width: 130px;
  line-height: 26px;
}

.el-input-number--mini .el-input-number__decrease,
.el-input-number--mini .el-input-number__increase {
  width: 28px;
  font-size: 12px;
}

.el-input-number--mini .el-input-number__decrease [class*=el-icon],
.el-input-number--mini .el-input-number__increase [class*=el-icon] {
  -webkit-transform: scale(.8);
  transform: scale(.8);
}

.el-input-number--mini .el-input__inner {
  padding-left: 35px;
  padding-right: 35px;
}

.el-input-number.is-without-controls .el-input__inner {
  padding-left: 15px;
  padding-right: 15px;
}

.el-input-number.is-controls-right .el-input__inner {
  padding-left: 15px;
  padding-right: 50px;
}

.el-input-number.is-controls-right .el-input-number__decrease,
.el-input-number.is-controls-right .el-input-number__increase {
  height: auto;
  line-height: 19px;
}

.el-input-number.is-controls-right .el-input-number__decrease [class*=el-icon],
.el-input-number.is-controls-right .el-input-number__increase [class*=el-icon] {
  -webkit-transform: scale(.8);
  transform: scale(.8);
}

.el-input-number.is-controls-right .el-input-number__increase {
  border-radius: 0 4px 0 0;
  border-bottom: 1px solid #DCDFE6;
}

.el-input-number.is-controls-right .el-input-number__decrease {
  right: 1px;
  bottom: 1px;
  top: auto;
  left: auto;
  border-right: none;
  border-left: 1px solid #DCDFE6;
  border-radius: 0 0 4px;
}

.el-input-number.is-controls-right[class*=medium] [class*=decrease],
.el-input-number.is-controls-right[class*=medium] [class*=increase] {
  line-height: 17px;
}

.el-input-number.is-controls-right[class*=small] [class*=decrease],
.el-input-number.is-controls-right[class*=small] [class*=increase] {
  line-height: 15px;
}

.el-input-number.is-controls-right[class*=mini] [class*=decrease],
.el-input-number.is-controls-right[class*=mini] [class*=increase] {
  line-height: 13px;
}

.el-tooltip__popper {
  position: absolute;
  border-radius: 4px;
  padding: 10px;
  z-index: 2000;
  font-size: 12px;
  line-height: 1.2;
  min-width: 10px;
  word-wrap: break-word;
}

.el-tooltip__popper .popper__arrow,
.el-tooltip__popper .popper__arrow::after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}

.el-tooltip__popper .popper__arrow {
  border-width: 6px;
}

.el-tooltip__popper .popper__arrow::after {
  content: " ";
  border-width: 5px;
}

.el-progress-bar__inner::after,
.el-row::after,
.el-row::before,
.el-slider::after,
.el-slider::before,
.el-slider__button-wrapper::after,
.el-upload-cover::after {
  content: "";
}

.el-tooltip__popper[x-placement^=top] {
  margin-bottom: 12px;
}

.el-tooltip__popper[x-placement^=top] .popper__arrow {
  bottom: -6px;
  border-top-color: #303133;
  border-bottom-width: 0;
}

.el-tooltip__popper[x-placement^=top] .popper__arrow::after {
  bottom: 1px;
  margin-left: -5px;
  border-top-color: #303133;
  border-bottom-width: 0;
}

.el-tooltip__popper[x-placement^=bottom] {
  margin-top: 12px;
}

.el-tooltip__popper[x-placement^=bottom] .popper__arrow {
  top: -6px;
  border-top-width: 0;
  border-bottom-color: #303133;
}

.el-tooltip__popper[x-placement^=bottom] .popper__arrow::after {
  top: 1px;
  margin-left: -5px;
  border-top-width: 0;
  border-bottom-color: #303133;
}

.el-tooltip__popper[x-placement^=right] {
  margin-left: 12px;
}

.el-tooltip__popper[x-placement^=right] .popper__arrow {
  left: -6px;
  border-right-color: #303133;
  border-left-width: 0;
}

.el-tooltip__popper[x-placement^=right] .popper__arrow::after {
  bottom: -5px;
  left: 1px;
  border-right-color: #303133;
  border-left-width: 0;
}

.el-tooltip__popper[x-placement^=left] {
  margin-right: 12px;
}

.el-tooltip__popper[x-placement^=left] .popper__arrow {
  right: -6px;
  border-right-width: 0;
  border-left-color: #303133;
}

.el-tooltip__popper[x-placement^=left] .popper__arrow::after {
  right: 1px;
  bottom: -5px;
  margin-left: -5px;
  border-right-width: 0;
  border-left-color: #303133;
}

.el-tooltip__popper.is-dark {
  background: #303133;
  color: #FFF;
}

.el-tooltip__popper.is-light {
  background: #FFF;
  border: 1px solid #303133;
}

.el-tooltip__popper.is-light[x-placement^=top] .popper__arrow {
  border-top-color: #303133;
}

.el-tooltip__popper.is-light[x-placement^=top] .popper__arrow::after {
  border-top-color: #FFF;
}

.el-tooltip__popper.is-light[x-placement^=bottom] .popper__arrow {
  border-bottom-color: #303133;
}

.el-tooltip__popper.is-light[x-placement^=bottom] .popper__arrow::after {
  border-bottom-color: #FFF;
}

.el-tooltip__popper.is-light[x-placement^=left] .popper__arrow {
  border-left-color: #303133;
}

.el-tooltip__popper.is-light[x-placement^=left] .popper__arrow::after {
  border-left-color: #FFF;
}

.el-tooltip__popper.is-light[x-placement^=right] .popper__arrow {
  border-right-color: #303133;
}

.el-tooltip__popper.is-light[x-placement^=right] .popper__arrow::after {
  border-right-color: #FFF;
}

.el-slider::after,
.el-slider::before {
  display: table;
}

.el-slider__button-wrapper .el-tooltip,
.el-slider__button-wrapper::after {
  vertical-align: middle;
  display: inline-block;
}

.el-slider::after {
  clear: both;
}

.el-slider__runway {
  width: 100%;
  height: 6px;
  margin: 16px 0;
  background-color: #E4E7ED;
  border-radius: 3px;
  position: relative;
  cursor: pointer;
  vertical-align: middle;
}

.el-slider__runway.show-input {
  margin-right: 160px;
  width: auto;
}

.el-slider__runway.disabled {
  cursor: default;
}

.el-slider__runway.disabled .el-slider__bar {
  background-color: #C0C4CC;
}

.el-slider__runway.disabled .el-slider__button {
  border-color: #C0C4CC;
}

.el-slider__runway.disabled .el-slider__button-wrapper.dragging,
.el-slider__runway.disabled .el-slider__button-wrapper.hover,
.el-slider__runway.disabled .el-slider__button-wrapper:hover {
  cursor: not-allowed;
}

.el-slider__runway.disabled .el-slider__button.dragging,
.el-slider__runway.disabled .el-slider__button.hover,
.el-slider__runway.disabled .el-slider__button:hover {
  -webkit-transform: scale(1);
  transform: scale(1);
  cursor: not-allowed;
}

.el-slider__button-wrapper,
.el-slider__stop {
  -webkit-transform: translateX(-50%);
  position: absolute;
}

.el-slider__input {
  float: right;
  margin-top: 3px;
  width: 130px;
}

.el-slider__input.el-input-number--mini {
  margin-top: 5px;
}

.el-slider__input.el-input-number--medium {
  margin-top: 0;
}

.el-slider__input.el-input-number--large {
  margin-top: -2px;
}

.el-slider__bar {
  height: 6px;
  background-color: #409EFF;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  position: absolute;
}

.el-slider__button-wrapper {
  height: 36px;
  width: 36px;
  z-index: 1001;
  top: -15px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background-color: transparent;
  text-align: center;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  line-height: normal;
}

.el-slider__button-wrapper::after {
  height: 100%;
}

.el-slider__button-wrapper.hover,
.el-slider__button-wrapper:hover {
  cursor: -webkit-grab;
  cursor: grab;
}

.el-slider__button-wrapper.dragging {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

.el-slider__button {
  width: 16px;
  height: 16px;
  border: 2px solid #409EFF;
  background-color: #FFF;
  border-radius: 50%;
  -webkit-transition: .2s;
  transition: .2s;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.el-image-viewer__btn,
.el-step__icon-inner {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}

.el-slider__button.dragging,
.el-slider__button.hover,
.el-slider__button:hover {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}

.el-slider__button.hover,
.el-slider__button:hover {
  cursor: -webkit-grab;
  cursor: grab;
}

.el-slider__button.dragging {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

.el-slider__stop {
  height: 6px;
  width: 6px;
  border-radius: 100%;
  background-color: #FFF;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.el-slider__marks {
  top: 0;
  left: 12px;
  width: 18px;
  height: 100%;
}

.el-slider__marks-text {
  position: absolute;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  font-size: 14px;
  color: #909399;
  margin-top: 15px;
}

.el-slider.is-vertical {
  position: relative;
}

.el-slider.is-vertical .el-slider__runway {
  width: 6px;
  height: 100%;
  margin: 0 16px;
}

.el-slider.is-vertical .el-slider__bar {
  width: 6px;
  height: auto;
  border-radius: 0 0 3px 3px;
}

.el-slider.is-vertical .el-slider__button-wrapper {
  top: auto;
  left: -15px;
  -webkit-transform: translateY(50%);
  transform: translateY(50%);
}

.el-slider.is-vertical .el-slider__stop {
  -webkit-transform: translateY(50%);
  transform: translateY(50%);
}

.el-slider.is-vertical.el-slider--with-input {
  padding-bottom: 58px;
}

.el-slider.is-vertical.el-slider--with-input .el-slider__input {
  overflow: visible;
  float: none;
  position: absolute;
  bottom: 22px;
  width: 36px;
  margin-top: 15px;
}

.el-slider.is-vertical.el-slider--with-input .el-slider__input .el-input__inner {
  text-align: center;
  padding-left: 5px;
  padding-right: 5px;
}

.el-slider.is-vertical.el-slider--with-input .el-slider__input .el-input-number__decrease,
.el-slider.is-vertical.el-slider--with-input .el-slider__input .el-input-number__increase {
  top: 32px;
  margin-top: -1px;
  border: 1px solid #DCDFE6;
  line-height: 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: border-color .2s cubic-bezier(.645,.045,.355,1);
  transition: border-color .2s cubic-bezier(.645,.045,.355,1);
}

.el-slider.is-vertical.el-slider--with-input .el-slider__input .el-input-number__decrease {
  width: 18px;
  right: 18px;
  border-bottom-left-radius: 4px;
}

.el-slider.is-vertical.el-slider--with-input .el-slider__input .el-input-number__increase {
  width: 19px;
  border-bottom-right-radius: 4px;
}

.el-slider.is-vertical.el-slider--with-input .el-slider__input .el-input-number__increase~.el-input .el-input__inner {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.el-slider.is-vertical.el-slider--with-input .el-slider__input:hover .el-input-number__decrease,
.el-slider.is-vertical.el-slider--with-input .el-slider__input:hover .el-input-number__increase {
  border-color: #C0C4CC;
}

.el-slider.is-vertical.el-slider--with-input .el-slider__input:active .el-input-number__decrease,
.el-slider.is-vertical.el-slider--with-input .el-slider__input:active .el-input-number__increase {
  border-color: #409EFF;
}

.el-slider.is-vertical .el-slider__marks-text {
  margin-top: 0;
  left: 15px;
  -webkit-transform: translateY(50%);
  transform: translateY(50%);
}

.el-loading-parent--relative {
  position: relative!important;
}

.el-loading-parent--hidden {
  overflow: hidden!important;
}

.el-loading-mask {
  position: absolute;
  z-index: 2000;
  background-color: rgba(255,255,255,.9);
  margin: 0;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  -webkit-transition: opacity .3s;
  transition: opacity .3s;
}

.el-loading-mask.is-fullscreen {
  position: fixed;
}

.el-loading-mask.is-fullscreen .el-loading-spinner {
  margin-top: -25px;
}

.el-loading-mask.is-fullscreen .el-loading-spinner .circular {
  height: 50px;
  width: 50px;
}

.el-loading-spinner {
  top: 50%;
  margin-top: -21px;
  width: 100%;
  text-align: center;
  position: absolute;
}

.el-col-pull-0,
.el-col-pull-1,
.el-col-pull-10,
.el-col-pull-11,
.el-col-pull-13,
.el-col-pull-14,
.el-col-pull-15,
.el-col-pull-16,
.el-col-pull-17,
.el-col-pull-18,
.el-col-pull-19,
.el-col-pull-2,
.el-col-pull-20,
.el-col-pull-21,
.el-col-pull-22,
.el-col-pull-23,
.el-col-pull-24,
.el-col-pull-3,
.el-col-pull-4,
.el-col-pull-5,
.el-col-pull-6,
.el-col-pull-7,
.el-col-pull-8,
.el-col-pull-9,
.el-col-push-0,
.el-col-push-1,
.el-col-push-10,
.el-col-push-11,
.el-col-push-12,
.el-col-push-13,
.el-col-push-14,
.el-col-push-15,
.el-col-push-16,
.el-col-push-17,
.el-col-push-18,
.el-col-push-19,
.el-col-push-2,
.el-col-push-20,
.el-col-push-21,
.el-col-push-22,
.el-col-push-23,
.el-col-push-24,
.el-col-push-3,
.el-col-push-4,
.el-col-push-5,
.el-col-push-6,
.el-col-push-7,
.el-col-push-8,
.el-col-push-9,
.el-row {
  position: relative;
}

.el-loading-spinner .el-loading-text {
  color: #409EFF;
  margin: 3px 0;
  font-size: 14px;
}

.el-loading-spinner .circular {
  height: 42px;
  width: 42px;
  -webkit-animation: loading-rotate 2s linear infinite;
  animation: loading-rotate 2s linear infinite;
}

.el-loading-spinner .path {
  -webkit-animation: loading-dash 1.5s ease-in-out infinite;
  animation: loading-dash 1.5s ease-in-out infinite;
  stroke-dasharray: 90,150;
  stroke-dashoffset: 0;
  stroke-width: 2;
  stroke: #409EFF;
  stroke-linecap: round;
}

.el-loading-spinner i {
  color: #409EFF;
}

@-webkit-keyframes loading-rotate {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes loading-rotate {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@-webkit-keyframes loading-dash {
  0% {
    stroke-dasharray: 1,200;
    stroke-dashoffset: 0;
  }

  50% {
    stroke-dasharray: 90,150;
    stroke-dashoffset: -40px;
  }

  100% {
    stroke-dasharray: 90,150;
    stroke-dashoffset: -120px;
  }
}

@keyframes loading-dash {
  0% {
    stroke-dasharray: 1,200;
    stroke-dashoffset: 0;
  }

  50% {
    stroke-dasharray: 90,150;
    stroke-dashoffset: -40px;
  }

  100% {
    stroke-dasharray: 90,150;
    stroke-dashoffset: -120px;
  }
}

.el-row {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.el-row::after,
.el-row::before {
  display: table;
}

.el-row::after {
  clear: both;
}

.el-row--flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.el-col-0,
.el-row--flex:after,
.el-row--flex:before {
  display: none;
}

.el-row--flex.is-justify-center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.el-row--flex.is-justify-end {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.el-row--flex.is-justify-space-between {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.el-row--flex.is-justify-space-around {
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.el-row--flex.is-align-middle {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.el-row--flex.is-align-bottom {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

[class*=el-col-] {
  float: left;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.el-upload--picture-card,
.el-upload-dragger {
  -webkit-box-sizing: border-box;
  cursor: pointer;
}

.el-col-0 {
  width: 0%;
}

.el-col-offset-0 {
  margin-left: 0;
}

.el-col-pull-0 {
  right: 0;
}

.el-col-push-0 {
  left: 0;
}

.el-col-1 {
  width: 4.16667%;
}

.el-col-offset-1 {
  margin-left: 4.16667%;
}

.el-col-pull-1 {
  right: 4.16667%;
}

.el-col-push-1 {
  left: 4.16667%;
}

.el-col-2 {
  width: 8.33333%;
}

.el-col-offset-2 {
  margin-left: 8.33333%;
}

.el-col-pull-2 {
  right: 8.33333%;
}

.el-col-push-2 {
  left: 8.33333%;
}

.el-col-3 {
  width: 12.5%;
}

.el-col-offset-3 {
  margin-left: 12.5%;
}

.el-col-pull-3 {
  right: 12.5%;
}

.el-col-push-3 {
  left: 12.5%;
}

.el-col-4 {
  width: 16.66667%;
}

.el-col-offset-4 {
  margin-left: 16.66667%;
}

.el-col-pull-4 {
  right: 16.66667%;
}

.el-col-push-4 {
  left: 16.66667%;
}

.el-col-5 {
  width: 20.83333%;
}

.el-col-offset-5 {
  margin-left: 20.83333%;
}

.el-col-pull-5 {
  right: 20.83333%;
}

.el-col-push-5 {
  left: 20.83333%;
}

.el-col-6 {
  width: 25%;
}

.el-col-offset-6 {
  margin-left: 25%;
}

.el-col-pull-6 {
  right: 25%;
}

.el-col-push-6 {
  left: 25%;
}

.el-col-7 {
  width: 29.16667%;
}

.el-col-offset-7 {
  margin-left: 29.16667%;
}

.el-col-pull-7 {
  right: 29.16667%;
}

.el-col-push-7 {
  left: 29.16667%;
}

.el-col-8 {
  width: 33.33333%;
}

.el-col-offset-8 {
  margin-left: 33.33333%;
}

.el-col-pull-8 {
  right: 33.33333%;
}

.el-col-push-8 {
  left: 33.33333%;
}

.el-col-9 {
  width: 37.5%;
}

.el-col-offset-9 {
  margin-left: 37.5%;
}

.el-col-pull-9 {
  right: 37.5%;
}

.el-col-push-9 {
  left: 37.5%;
}

.el-col-10 {
  width: 41.66667%;
}

.el-col-offset-10 {
  margin-left: 41.66667%;
}

.el-col-pull-10 {
  right: 41.66667%;
}

.el-col-push-10 {
  left: 41.66667%;
}

.el-col-11 {
  width: 45.83333%;
}

.el-col-offset-11 {
  margin-left: 45.83333%;
}

.el-col-pull-11 {
  right: 45.83333%;
}

.el-col-push-11 {
  left: 45.83333%;
}

.el-col-12 {
  width: 50%;
}

.el-col-offset-12 {
  margin-left: 50%;
}

.el-col-pull-12 {
  position: relative;
  right: 50%;
}

.el-col-push-12 {
  left: 50%;
}

.el-col-13 {
  width: 54.16667%;
}

.el-col-offset-13 {
  margin-left: 54.16667%;
}

.el-col-pull-13 {
  right: 54.16667%;
}

.el-col-push-13 {
  left: 54.16667%;
}

.el-col-14 {
  width: 58.33333%;
}

.el-col-offset-14 {
  margin-left: 58.33333%;
}

.el-col-pull-14 {
  right: 58.33333%;
}

.el-col-push-14 {
  left: 58.33333%;
}

.el-col-15 {
  width: 62.5%;
}

.el-col-offset-15 {
  margin-left: 62.5%;
}

.el-col-pull-15 {
  right: 62.5%;
}

.el-col-push-15 {
  left: 62.5%;
}

.el-col-16 {
  width: 66.66667%;
}

.el-col-offset-16 {
  margin-left: 66.66667%;
}

.el-col-pull-16 {
  right: 66.66667%;
}

.el-col-push-16 {
  left: 66.66667%;
}

.el-col-17 {
  width: 70.83333%;
}

.el-col-offset-17 {
  margin-left: 70.83333%;
}

.el-col-pull-17 {
  right: 70.83333%;
}

.el-col-push-17 {
  left: 70.83333%;
}

.el-col-18 {
  width: 75%;
}

.el-col-offset-18 {
  margin-left: 75%;
}

.el-col-pull-18 {
  right: 75%;
}

.el-col-push-18 {
  left: 75%;
}

.el-col-19 {
  width: 79.16667%;
}

.el-col-offset-19 {
  margin-left: 79.16667%;
}

.el-col-pull-19 {
  right: 79.16667%;
}

.el-col-push-19 {
  left: 79.16667%;
}

.el-col-20 {
  width: 83.33333%;
}

.el-col-offset-20 {
  margin-left: 83.33333%;
}

.el-col-pull-20 {
  right: 83.33333%;
}

.el-col-push-20 {
  left: 83.33333%;
}

.el-col-21 {
  width: 87.5%;
}

.el-col-offset-21 {
  margin-left: 87.5%;
}

.el-col-pull-21 {
  right: 87.5%;
}

.el-col-push-21 {
  left: 87.5%;
}

.el-col-22 {
  width: 91.66667%;
}

.el-col-offset-22 {
  margin-left: 91.66667%;
}

.el-col-pull-22 {
  right: 91.66667%;
}

.el-col-push-22 {
  left: 91.66667%;
}

.el-col-23 {
  width: 95.83333%;
}

.el-col-offset-23 {
  margin-left: 95.83333%;
}

.el-col-pull-23 {
  right: 95.83333%;
}

.el-col-push-23 {
  left: 95.83333%;
}

.el-col-24 {
  width: 100%;
}

.el-col-offset-24 {
  margin-left: 100%;
}

.el-col-pull-24 {
  right: 100%;
}

.el-col-push-24 {
  left: 100%;
}

@media only screen and (max-width:767px) {
  .el-col-xs-0 {
    display: none;
    width: 0%;
  }

  .el-col-xs-offset-0 {
    margin-left: 0;
  }

  .el-col-xs-pull-0 {
    position: relative;
    right: 0;
  }

  .el-col-xs-push-0 {
    position: relative;
    left: 0;
  }

  .el-col-xs-1 {
    width: 4.16667%;
  }

  .el-col-xs-offset-1 {
    margin-left: 4.16667%;
  }

  .el-col-xs-pull-1 {
    position: relative;
    right: 4.16667%;
  }

  .el-col-xs-push-1 {
    position: relative;
    left: 4.16667%;
  }

  .el-col-xs-2 {
    width: 8.33333%;
  }

  .el-col-xs-offset-2 {
    margin-left: 8.33333%;
  }

  .el-col-xs-pull-2 {
    position: relative;
    right: 8.33333%;
  }

  .el-col-xs-push-2 {
    position: relative;
    left: 8.33333%;
  }

  .el-col-xs-3 {
    width: 12.5%;
  }

  .el-col-xs-offset-3 {
    margin-left: 12.5%;
  }

  .el-col-xs-pull-3 {
    position: relative;
    right: 12.5%;
  }

  .el-col-xs-push-3 {
    position: relative;
    left: 12.5%;
  }

  .el-col-xs-4 {
    width: 16.66667%;
  }

  .el-col-xs-offset-4 {
    margin-left: 16.66667%;
  }

  .el-col-xs-pull-4 {
    position: relative;
    right: 16.66667%;
  }

  .el-col-xs-push-4 {
    position: relative;
    left: 16.66667%;
  }

  .el-col-xs-5 {
    width: 20.83333%;
  }

  .el-col-xs-offset-5 {
    margin-left: 20.83333%;
  }

  .el-col-xs-pull-5 {
    position: relative;
    right: 20.83333%;
  }

  .el-col-xs-push-5 {
    position: relative;
    left: 20.83333%;
  }

  .el-col-xs-6 {
    width: 25%;
  }

  .el-col-xs-offset-6 {
    margin-left: 25%;
  }

  .el-col-xs-pull-6 {
    position: relative;
    right: 25%;
  }

  .el-col-xs-push-6 {
    position: relative;
    left: 25%;
  }

  .el-col-xs-7 {
    width: 29.16667%;
  }

  .el-col-xs-offset-7 {
    margin-left: 29.16667%;
  }

  .el-col-xs-pull-7 {
    position: relative;
    right: 29.16667%;
  }

  .el-col-xs-push-7 {
    position: relative;
    left: 29.16667%;
  }

  .el-col-xs-8 {
    width: 33.33333%;
  }

  .el-col-xs-offset-8 {
    margin-left: 33.33333%;
  }

  .el-col-xs-pull-8 {
    position: relative;
    right: 33.33333%;
  }

  .el-col-xs-push-8 {
    position: relative;
    left: 33.33333%;
  }

  .el-col-xs-9 {
    width: 37.5%;
  }

  .el-col-xs-offset-9 {
    margin-left: 37.5%;
  }

  .el-col-xs-pull-9 {
    position: relative;
    right: 37.5%;
  }

  .el-col-xs-push-9 {
    position: relative;
    left: 37.5%;
  }

  .el-col-xs-10 {
    width: 41.66667%;
  }

  .el-col-xs-offset-10 {
    margin-left: 41.66667%;
  }

  .el-col-xs-pull-10 {
    position: relative;
    right: 41.66667%;
  }

  .el-col-xs-push-10 {
    position: relative;
    left: 41.66667%;
  }

  .el-col-xs-11 {
    width: 45.83333%;
  }

  .el-col-xs-offset-11 {
    margin-left: 45.83333%;
  }

  .el-col-xs-pull-11 {
    position: relative;
    right: 45.83333%;
  }

  .el-col-xs-push-11 {
    position: relative;
    left: 45.83333%;
  }

  .el-col-xs-12 {
    width: 50%;
  }

  .el-col-xs-offset-12 {
    margin-left: 50%;
  }

  .el-col-xs-pull-12 {
    position: relative;
    right: 50%;
  }

  .el-col-xs-push-12 {
    position: relative;
    left: 50%;
  }

  .el-col-xs-13 {
    width: 54.16667%;
  }

  .el-col-xs-offset-13 {
    margin-left: 54.16667%;
  }

  .el-col-xs-pull-13 {
    position: relative;
    right: 54.16667%;
  }

  .el-col-xs-push-13 {
    position: relative;
    left: 54.16667%;
  }

  .el-col-xs-14 {
    width: 58.33333%;
  }

  .el-col-xs-offset-14 {
    margin-left: 58.33333%;
  }

  .el-col-xs-pull-14 {
    position: relative;
    right: 58.33333%;
  }

  .el-col-xs-push-14 {
    position: relative;
    left: 58.33333%;
  }

  .el-col-xs-15 {
    width: 62.5%;
  }

  .el-col-xs-offset-15 {
    margin-left: 62.5%;
  }

  .el-col-xs-pull-15 {
    position: relative;
    right: 62.5%;
  }

  .el-col-xs-push-15 {
    position: relative;
    left: 62.5%;
  }

  .el-col-xs-16 {
    width: 66.66667%;
  }

  .el-col-xs-offset-16 {
    margin-left: 66.66667%;
  }

  .el-col-xs-pull-16 {
    position: relative;
    right: 66.66667%;
  }

  .el-col-xs-push-16 {
    position: relative;
    left: 66.66667%;
  }

  .el-col-xs-17 {
    width: 70.83333%;
  }

  .el-col-xs-offset-17 {
    margin-left: 70.83333%;
  }

  .el-col-xs-pull-17 {
    position: relative;
    right: 70.83333%;
  }

  .el-col-xs-push-17 {
    position: relative;
    left: 70.83333%;
  }

  .el-col-xs-18 {
    width: 75%;
  }

  .el-col-xs-offset-18 {
    margin-left: 75%;
  }

  .el-col-xs-pull-18 {
    position: relative;
    right: 75%;
  }

  .el-col-xs-push-18 {
    position: relative;
    left: 75%;
  }

  .el-col-xs-19 {
    width: 79.16667%;
  }

  .el-col-xs-offset-19 {
    margin-left: 79.16667%;
  }

  .el-col-xs-pull-19 {
    position: relative;
    right: 79.16667%;
  }

  .el-col-xs-push-19 {
    position: relative;
    left: 79.16667%;
  }

  .el-col-xs-20 {
    width: 83.33333%;
  }

  .el-col-xs-offset-20 {
    margin-left: 83.33333%;
  }

  .el-col-xs-pull-20 {
    position: relative;
    right: 83.33333%;
  }

  .el-col-xs-push-20 {
    position: relative;
    left: 83.33333%;
  }

  .el-col-xs-21 {
    width: 87.5%;
  }

  .el-col-xs-offset-21 {
    margin-left: 87.5%;
  }

  .el-col-xs-pull-21 {
    position: relative;
    right: 87.5%;
  }

  .el-col-xs-push-21 {
    position: relative;
    left: 87.5%;
  }

  .el-col-xs-22 {
    width: 91.66667%;
  }

  .el-col-xs-offset-22 {
    margin-left: 91.66667%;
  }

  .el-col-xs-pull-22 {
    position: relative;
    right: 91.66667%;
  }

  .el-col-xs-push-22 {
    position: relative;
    left: 91.66667%;
  }

  .el-col-xs-23 {
    width: 95.83333%;
  }

  .el-col-xs-offset-23 {
    margin-left: 95.83333%;
  }

  .el-col-xs-pull-23 {
    position: relative;
    right: 95.83333%;
  }

  .el-col-xs-push-23 {
    position: relative;
    left: 95.83333%;
  }

  .el-col-xs-24 {
    width: 100%;
  }

  .el-col-xs-offset-24 {
    margin-left: 100%;
  }

  .el-col-xs-pull-24 {
    position: relative;
    right: 100%;
  }

  .el-col-xs-push-24 {
    position: relative;
    left: 100%;
  }
}

@media only screen and (min-width:768px) {
  .el-col-sm-0 {
    display: none;
    width: 0%;
  }

  .el-col-sm-offset-0 {
    margin-left: 0;
  }

  .el-col-sm-pull-0 {
    position: relative;
    right: 0;
  }

  .el-col-sm-push-0 {
    position: relative;
    left: 0;
  }

  .el-col-sm-1 {
    width: 4.16667%;
  }

  .el-col-sm-offset-1 {
    margin-left: 4.16667%;
  }

  .el-col-sm-pull-1 {
    position: relative;
    right: 4.16667%;
  }

  .el-col-sm-push-1 {
    position: relative;
    left: 4.16667%;
  }

  .el-col-sm-2 {
    width: 8.33333%;
  }

  .el-col-sm-offset-2 {
    margin-left: 8.33333%;
  }

  .el-col-sm-pull-2 {
    position: relative;
    right: 8.33333%;
  }

  .el-col-sm-push-2 {
    position: relative;
    left: 8.33333%;
  }

  .el-col-sm-3 {
    width: 12.5%;
  }

  .el-col-sm-offset-3 {
    margin-left: 12.5%;
  }

  .el-col-sm-pull-3 {
    position: relative;
    right: 12.5%;
  }

  .el-col-sm-push-3 {
    position: relative;
    left: 12.5%;
  }

  .el-col-sm-4 {
    width: 16.66667%;
  }

  .el-col-sm-offset-4 {
    margin-left: 16.66667%;
  }

  .el-col-sm-pull-4 {
    position: relative;
    right: 16.66667%;
  }

  .el-col-sm-push-4 {
    position: relative;
    left: 16.66667%;
  }

  .el-col-sm-5 {
    width: 20.83333%;
  }

  .el-col-sm-offset-5 {
    margin-left: 20.83333%;
  }

  .el-col-sm-pull-5 {
    position: relative;
    right: 20.83333%;
  }

  .el-col-sm-push-5 {
    position: relative;
    left: 20.83333%;
  }

  .el-col-sm-6 {
    width: 25%;
  }

  .el-col-sm-offset-6 {
    margin-left: 25%;
  }

  .el-col-sm-pull-6 {
    position: relative;
    right: 25%;
  }

  .el-col-sm-push-6 {
    position: relative;
    left: 25%;
  }

  .el-col-sm-7 {
    width: 29.16667%;
  }

  .el-col-sm-offset-7 {
    margin-left: 29.16667%;
  }

  .el-col-sm-pull-7 {
    position: relative;
    right: 29.16667%;
  }

  .el-col-sm-push-7 {
    position: relative;
    left: 29.16667%;
  }

  .el-col-sm-8 {
    width: 33.33333%;
  }

  .el-col-sm-offset-8 {
    margin-left: 33.33333%;
  }

  .el-col-sm-pull-8 {
    position: relative;
    right: 33.33333%;
  }

  .el-col-sm-push-8 {
    position: relative;
    left: 33.33333%;
  }

  .el-col-sm-9 {
    width: 37.5%;
  }

  .el-col-sm-offset-9 {
    margin-left: 37.5%;
  }

  .el-col-sm-pull-9 {
    position: relative;
    right: 37.5%;
  }

  .el-col-sm-push-9 {
    position: relative;
    left: 37.5%;
  }

  .el-col-sm-10 {
    width: 41.66667%;
  }

  .el-col-sm-offset-10 {
    margin-left: 41.66667%;
  }

  .el-col-sm-pull-10 {
    position: relative;
    right: 41.66667%;
  }

  .el-col-sm-push-10 {
    position: relative;
    left: 41.66667%;
  }

  .el-col-sm-11 {
    width: 45.83333%;
  }

  .el-col-sm-offset-11 {
    margin-left: 45.83333%;
  }

  .el-col-sm-pull-11 {
    position: relative;
    right: 45.83333%;
  }

  .el-col-sm-push-11 {
    position: relative;
    left: 45.83333%;
  }

  .el-col-sm-12 {
    width: 50%;
  }

  .el-col-sm-offset-12 {
    margin-left: 50%;
  }

  .el-col-sm-pull-12 {
    position: relative;
    right: 50%;
  }

  .el-col-sm-push-12 {
    position: relative;
    left: 50%;
  }

  .el-col-sm-13 {
    width: 54.16667%;
  }

  .el-col-sm-offset-13 {
    margin-left: 54.16667%;
  }

  .el-col-sm-pull-13 {
    position: relative;
    right: 54.16667%;
  }

  .el-col-sm-push-13 {
    position: relative;
    left: 54.16667%;
  }

  .el-col-sm-14 {
    width: 58.33333%;
  }

  .el-col-sm-offset-14 {
    margin-left: 58.33333%;
  }

  .el-col-sm-pull-14 {
    position: relative;
    right: 58.33333%;
  }

  .el-col-sm-push-14 {
    position: relative;
    left: 58.33333%;
  }

  .el-col-sm-15 {
    width: 62.5%;
  }

  .el-col-sm-offset-15 {
    margin-left: 62.5%;
  }

  .el-col-sm-pull-15 {
    position: relative;
    right: 62.5%;
  }

  .el-col-sm-push-15 {
    position: relative;
    left: 62.5%;
  }

  .el-col-sm-16 {
    width: 66.66667%;
  }

  .el-col-sm-offset-16 {
    margin-left: 66.66667%;
  }

  .el-col-sm-pull-16 {
    position: relative;
    right: 66.66667%;
  }

  .el-col-sm-push-16 {
    position: relative;
    left: 66.66667%;
  }

  .el-col-sm-17 {
    width: 70.83333%;
  }

  .el-col-sm-offset-17 {
    margin-left: 70.83333%;
  }

  .el-col-sm-pull-17 {
    position: relative;
    right: 70.83333%;
  }

  .el-col-sm-push-17 {
    position: relative;
    left: 70.83333%;
  }

  .el-col-sm-18 {
    width: 75%;
  }

  .el-col-sm-offset-18 {
    margin-left: 75%;
  }

  .el-col-sm-pull-18 {
    position: relative;
    right: 75%;
  }

  .el-col-sm-push-18 {
    position: relative;
    left: 75%;
  }

  .el-col-sm-19 {
    width: 79.16667%;
  }

  .el-col-sm-offset-19 {
    margin-left: 79.16667%;
  }

  .el-col-sm-pull-19 {
    position: relative;
    right: 79.16667%;
  }

  .el-col-sm-push-19 {
    position: relative;
    left: 79.16667%;
  }

  .el-col-sm-20 {
    width: 83.33333%;
  }

  .el-col-sm-offset-20 {
    margin-left: 83.33333%;
  }

  .el-col-sm-pull-20 {
    position: relative;
    right: 83.33333%;
  }

  .el-col-sm-push-20 {
    position: relative;
    left: 83.33333%;
  }

  .el-col-sm-21 {
    width: 87.5%;
  }

  .el-col-sm-offset-21 {
    margin-left: 87.5%;
  }

  .el-col-sm-pull-21 {
    position: relative;
    right: 87.5%;
  }

  .el-col-sm-push-21 {
    position: relative;
    left: 87.5%;
  }

  .el-col-sm-22 {
    width: 91.66667%;
  }

  .el-col-sm-offset-22 {
    margin-left: 91.66667%;
  }

  .el-col-sm-pull-22 {
    position: relative;
    right: 91.66667%;
  }

  .el-col-sm-push-22 {
    position: relative;
    left: 91.66667%;
  }

  .el-col-sm-23 {
    width: 95.83333%;
  }

  .el-col-sm-offset-23 {
    margin-left: 95.83333%;
  }

  .el-col-sm-pull-23 {
    position: relative;
    right: 95.83333%;
  }

  .el-col-sm-push-23 {
    position: relative;
    left: 95.83333%;
  }

  .el-col-sm-24 {
    width: 100%;
  }

  .el-col-sm-offset-24 {
    margin-left: 100%;
  }

  .el-col-sm-pull-24 {
    position: relative;
    right: 100%;
  }

  .el-col-sm-push-24 {
    position: relative;
    left: 100%;
  }
}

@media only screen and (min-width:992px) {
  .el-col-md-0 {
    display: none;
    width: 0%;
  }

  .el-col-md-offset-0 {
    margin-left: 0;
  }

  .el-col-md-pull-0 {
    position: relative;
    right: 0;
  }

  .el-col-md-push-0 {
    position: relative;
    left: 0;
  }

  .el-col-md-1 {
    width: 4.16667%;
  }

  .el-col-md-offset-1 {
    margin-left: 4.16667%;
  }

  .el-col-md-pull-1 {
    position: relative;
    right: 4.16667%;
  }

  .el-col-md-push-1 {
    position: relative;
    left: 4.16667%;
  }

  .el-col-md-2 {
    width: 8.33333%;
  }

  .el-col-md-offset-2 {
    margin-left: 8.33333%;
  }

  .el-col-md-pull-2 {
    position: relative;
    right: 8.33333%;
  }

  .el-col-md-push-2 {
    position: relative;
    left: 8.33333%;
  }

  .el-col-md-3 {
    width: 12.5%;
  }

  .el-col-md-offset-3 {
    margin-left: 12.5%;
  }

  .el-col-md-pull-3 {
    position: relative;
    right: 12.5%;
  }

  .el-col-md-push-3 {
    position: relative;
    left: 12.5%;
  }

  .el-col-md-4 {
    width: 16.66667%;
  }

  .el-col-md-offset-4 {
    margin-left: 16.66667%;
  }

  .el-col-md-pull-4 {
    position: relative;
    right: 16.66667%;
  }

  .el-col-md-push-4 {
    position: relative;
    left: 16.66667%;
  }

  .el-col-md-5 {
    width: 20.83333%;
  }

  .el-col-md-offset-5 {
    margin-left: 20.83333%;
  }

  .el-col-md-pull-5 {
    position: relative;
    right: 20.83333%;
  }

  .el-col-md-push-5 {
    position: relative;
    left: 20.83333%;
  }

  .el-col-md-6 {
    width: 25%;
  }

  .el-col-md-offset-6 {
    margin-left: 25%;
  }

  .el-col-md-pull-6 {
    position: relative;
    right: 25%;
  }

  .el-col-md-push-6 {
    position: relative;
    left: 25%;
  }

  .el-col-md-7 {
    width: 29.16667%;
  }

  .el-col-md-offset-7 {
    margin-left: 29.16667%;
  }

  .el-col-md-pull-7 {
    position: relative;
    right: 29.16667%;
  }

  .el-col-md-push-7 {
    position: relative;
    left: 29.16667%;
  }

  .el-col-md-8 {
    width: 33.33333%;
  }

  .el-col-md-offset-8 {
    margin-left: 33.33333%;
  }

  .el-col-md-pull-8 {
    position: relative;
    right: 33.33333%;
  }

  .el-col-md-push-8 {
    position: relative;
    left: 33.33333%;
  }

  .el-col-md-9 {
    width: 37.5%;
  }

  .el-col-md-offset-9 {
    margin-left: 37.5%;
  }

  .el-col-md-pull-9 {
    position: relative;
    right: 37.5%;
  }

  .el-col-md-push-9 {
    position: relative;
    left: 37.5%;
  }

  .el-col-md-10 {
    width: 41.66667%;
  }

  .el-col-md-offset-10 {
    margin-left: 41.66667%;
  }

  .el-col-md-pull-10 {
    position: relative;
    right: 41.66667%;
  }

  .el-col-md-push-10 {
    position: relative;
    left: 41.66667%;
  }

  .el-col-md-11 {
    width: 45.83333%;
  }

  .el-col-md-offset-11 {
    margin-left: 45.83333%;
  }

  .el-col-md-pull-11 {
    position: relative;
    right: 45.83333%;
  }

  .el-col-md-push-11 {
    position: relative;
    left: 45.83333%;
  }

  .el-col-md-12 {
    width: 50%;
  }

  .el-col-md-offset-12 {
    margin-left: 50%;
  }

  .el-col-md-pull-12 {
    position: relative;
    right: 50%;
  }

  .el-col-md-push-12 {
    position: relative;
    left: 50%;
  }

  .el-col-md-13 {
    width: 54.16667%;
  }

  .el-col-md-offset-13 {
    margin-left: 54.16667%;
  }

  .el-col-md-pull-13 {
    position: relative;
    right: 54.16667%;
  }

  .el-col-md-push-13 {
    position: relative;
    left: 54.16667%;
  }

  .el-col-md-14 {
    width: 58.33333%;
  }

  .el-col-md-offset-14 {
    margin-left: 58.33333%;
  }

  .el-col-md-pull-14 {
    position: relative;
    right: 58.33333%;
  }

  .el-col-md-push-14 {
    position: relative;
    left: 58.33333%;
  }

  .el-col-md-15 {
    width: 62.5%;
  }

  .el-col-md-offset-15 {
    margin-left: 62.5%;
  }

  .el-col-md-pull-15 {
    position: relative;
    right: 62.5%;
  }

  .el-col-md-push-15 {
    position: relative;
    left: 62.5%;
  }

  .el-col-md-16 {
    width: 66.66667%;
  }

  .el-col-md-offset-16 {
    margin-left: 66.66667%;
  }

  .el-col-md-pull-16 {
    position: relative;
    right: 66.66667%;
  }

  .el-col-md-push-16 {
    position: relative;
    left: 66.66667%;
  }

  .el-col-md-17 {
    width: 70.83333%;
  }

  .el-col-md-offset-17 {
    margin-left: 70.83333%;
  }

  .el-col-md-pull-17 {
    position: relative;
    right: 70.83333%;
  }

  .el-col-md-push-17 {
    position: relative;
    left: 70.83333%;
  }

  .el-col-md-18 {
    width: 75%;
  }

  .el-col-md-offset-18 {
    margin-left: 75%;
  }

  .el-col-md-pull-18 {
    position: relative;
    right: 75%;
  }

  .el-col-md-push-18 {
    position: relative;
    left: 75%;
  }

  .el-col-md-19 {
    width: 79.16667%;
  }

  .el-col-md-offset-19 {
    margin-left: 79.16667%;
  }

  .el-col-md-pull-19 {
    position: relative;
    right: 79.16667%;
  }

  .el-col-md-push-19 {
    position: relative;
    left: 79.16667%;
  }

  .el-col-md-20 {
    width: 83.33333%;
  }

  .el-col-md-offset-20 {
    margin-left: 83.33333%;
  }

  .el-col-md-pull-20 {
    position: relative;
    right: 83.33333%;
  }

  .el-col-md-push-20 {
    position: relative;
    left: 83.33333%;
  }

  .el-col-md-21 {
    width: 87.5%;
  }

  .el-col-md-offset-21 {
    margin-left: 87.5%;
  }

  .el-col-md-pull-21 {
    position: relative;
    right: 87.5%;
  }

  .el-col-md-push-21 {
    position: relative;
    left: 87.5%;
  }

  .el-col-md-22 {
    width: 91.66667%;
  }

  .el-col-md-offset-22 {
    margin-left: 91.66667%;
  }

  .el-col-md-pull-22 {
    position: relative;
    right: 91.66667%;
  }

  .el-col-md-push-22 {
    position: relative;
    left: 91.66667%;
  }

  .el-col-md-23 {
    width: 95.83333%;
  }

  .el-col-md-offset-23 {
    margin-left: 95.83333%;
  }

  .el-col-md-pull-23 {
    position: relative;
    right: 95.83333%;
  }

  .el-col-md-push-23 {
    position: relative;
    left: 95.83333%;
  }

  .el-col-md-24 {
    width: 100%;
  }

  .el-col-md-offset-24 {
    margin-left: 100%;
  }

  .el-col-md-pull-24 {
    position: relative;
    right: 100%;
  }

  .el-col-md-push-24 {
    position: relative;
    left: 100%;
  }
}

@media only screen and (min-width:1200px) {
  .el-col-lg-0 {
    display: none;
    width: 0%;
  }

  .el-col-lg-offset-0 {
    margin-left: 0;
  }

  .el-col-lg-pull-0 {
    position: relative;
    right: 0;
  }

  .el-col-lg-push-0 {
    position: relative;
    left: 0;
  }

  .el-col-lg-1 {
    width: 4.16667%;
  }

  .el-col-lg-offset-1 {
    margin-left: 4.16667%;
  }

  .el-col-lg-pull-1 {
    position: relative;
    right: 4.16667%;
  }

  .el-col-lg-push-1 {
    position: relative;
    left: 4.16667%;
  }

  .el-col-lg-2 {
    width: 8.33333%;
  }

  .el-col-lg-offset-2 {
    margin-left: 8.33333%;
  }

  .el-col-lg-pull-2 {
    position: relative;
    right: 8.33333%;
  }

  .el-col-lg-push-2 {
    position: relative;
    left: 8.33333%;
  }

  .el-col-lg-3 {
    width: 12.5%;
  }

  .el-col-lg-offset-3 {
    margin-left: 12.5%;
  }

  .el-col-lg-pull-3 {
    position: relative;
    right: 12.5%;
  }

  .el-col-lg-push-3 {
    position: relative;
    left: 12.5%;
  }

  .el-col-lg-4 {
    width: 16.66667%;
  }

  .el-col-lg-offset-4 {
    margin-left: 16.66667%;
  }

  .el-col-lg-pull-4 {
    position: relative;
    right: 16.66667%;
  }

  .el-col-lg-push-4 {
    position: relative;
    left: 16.66667%;
  }

  .el-col-lg-5 {
    width: 20.83333%;
  }

  .el-col-lg-offset-5 {
    margin-left: 20.83333%;
  }

  .el-col-lg-pull-5 {
    position: relative;
    right: 20.83333%;
  }

  .el-col-lg-push-5 {
    position: relative;
    left: 20.83333%;
  }

  .el-col-lg-6 {
    width: 25%;
  }

  .el-col-lg-offset-6 {
    margin-left: 25%;
  }

  .el-col-lg-pull-6 {
    position: relative;
    right: 25%;
  }

  .el-col-lg-push-6 {
    position: relative;
    left: 25%;
  }

  .el-col-lg-7 {
    width: 29.16667%;
  }

  .el-col-lg-offset-7 {
    margin-left: 29.16667%;
  }

  .el-col-lg-pull-7 {
    position: relative;
    right: 29.16667%;
  }

  .el-col-lg-push-7 {
    position: relative;
    left: 29.16667%;
  }

  .el-col-lg-8 {
    width: 33.33333%;
  }

  .el-col-lg-offset-8 {
    margin-left: 33.33333%;
  }

  .el-col-lg-pull-8 {
    position: relative;
    right: 33.33333%;
  }

  .el-col-lg-push-8 {
    position: relative;
    left: 33.33333%;
  }

  .el-col-lg-9 {
    width: 37.5%;
  }

  .el-col-lg-offset-9 {
    margin-left: 37.5%;
  }

  .el-col-lg-pull-9 {
    position: relative;
    right: 37.5%;
  }

  .el-col-lg-push-9 {
    position: relative;
    left: 37.5%;
  }

  .el-col-lg-10 {
    width: 41.66667%;
  }

  .el-col-lg-offset-10 {
    margin-left: 41.66667%;
  }

  .el-col-lg-pull-10 {
    position: relative;
    right: 41.66667%;
  }

  .el-col-lg-push-10 {
    position: relative;
    left: 41.66667%;
  }

  .el-col-lg-11 {
    width: 45.83333%;
  }

  .el-col-lg-offset-11 {
    margin-left: 45.83333%;
  }

  .el-col-lg-pull-11 {
    position: relative;
    right: 45.83333%;
  }

  .el-col-lg-push-11 {
    position: relative;
    left: 45.83333%;
  }

  .el-col-lg-12 {
    width: 50%;
  }

  .el-col-lg-offset-12 {
    margin-left: 50%;
  }

  .el-col-lg-pull-12 {
    position: relative;
    right: 50%;
  }

  .el-col-lg-push-12 {
    position: relative;
    left: 50%;
  }

  .el-col-lg-13 {
    width: 54.16667%;
  }

  .el-col-lg-offset-13 {
    margin-left: 54.16667%;
  }

  .el-col-lg-pull-13 {
    position: relative;
    right: 54.16667%;
  }

  .el-col-lg-push-13 {
    position: relative;
    left: 54.16667%;
  }

  .el-col-lg-14 {
    width: 58.33333%;
  }

  .el-col-lg-offset-14 {
    margin-left: 58.33333%;
  }

  .el-col-lg-pull-14 {
    position: relative;
    right: 58.33333%;
  }

  .el-col-lg-push-14 {
    position: relative;
    left: 58.33333%;
  }

  .el-col-lg-15 {
    width: 62.5%;
  }

  .el-col-lg-offset-15 {
    margin-left: 62.5%;
  }

  .el-col-lg-pull-15 {
    position: relative;
    right: 62.5%;
  }

  .el-col-lg-push-15 {
    position: relative;
    left: 62.5%;
  }

  .el-col-lg-16 {
    width: 66.66667%;
  }

  .el-col-lg-offset-16 {
    margin-left: 66.66667%;
  }

  .el-col-lg-pull-16 {
    position: relative;
    right: 66.66667%;
  }

  .el-col-lg-push-16 {
    position: relative;
    left: 66.66667%;
  }

  .el-col-lg-17 {
    width: 70.83333%;
  }

  .el-col-lg-offset-17 {
    margin-left: 70.83333%;
  }

  .el-col-lg-pull-17 {
    position: relative;
    right: 70.83333%;
  }

  .el-col-lg-push-17 {
    position: relative;
    left: 70.83333%;
  }

  .el-col-lg-18 {
    width: 75%;
  }

  .el-col-lg-offset-18 {
    margin-left: 75%;
  }

  .el-col-lg-pull-18 {
    position: relative;
    right: 75%;
  }

  .el-col-lg-push-18 {
    position: relative;
    left: 75%;
  }

  .el-col-lg-19 {
    width: 79.16667%;
  }

  .el-col-lg-offset-19 {
    margin-left: 79.16667%;
  }

  .el-col-lg-pull-19 {
    position: relative;
    right: 79.16667%;
  }

  .el-col-lg-push-19 {
    position: relative;
    left: 79.16667%;
  }

  .el-col-lg-20 {
    width: 83.33333%;
  }

  .el-col-lg-offset-20 {
    margin-left: 83.33333%;
  }

  .el-col-lg-pull-20 {
    position: relative;
    right: 83.33333%;
  }

  .el-col-lg-push-20 {
    position: relative;
    left: 83.33333%;
  }

  .el-col-lg-21 {
    width: 87.5%;
  }

  .el-col-lg-offset-21 {
    margin-left: 87.5%;
  }

  .el-col-lg-pull-21 {
    position: relative;
    right: 87.5%;
  }

  .el-col-lg-push-21 {
    position: relative;
    left: 87.5%;
  }

  .el-col-lg-22 {
    width: 91.66667%;
  }

  .el-col-lg-offset-22 {
    margin-left: 91.66667%;
  }

  .el-col-lg-pull-22 {
    position: relative;
    right: 91.66667%;
  }

  .el-col-lg-push-22 {
    position: relative;
    left: 91.66667%;
  }

  .el-col-lg-23 {
    width: 95.83333%;
  }

  .el-col-lg-offset-23 {
    margin-left: 95.83333%;
  }

  .el-col-lg-pull-23 {
    position: relative;
    right: 95.83333%;
  }

  .el-col-lg-push-23 {
    position: relative;
    left: 95.83333%;
  }

  .el-col-lg-24 {
    width: 100%;
  }

  .el-col-lg-offset-24 {
    margin-left: 100%;
  }

  .el-col-lg-pull-24 {
    position: relative;
    right: 100%;
  }

  .el-col-lg-push-24 {
    position: relative;
    left: 100%;
  }
}

@media only screen and (min-width:1920px) {
  .el-col-xl-0 {
    display: none;
    width: 0%;
  }

  .el-col-xl-offset-0 {
    margin-left: 0;
  }

  .el-col-xl-pull-0 {
    position: relative;
    right: 0;
  }

  .el-col-xl-push-0 {
    position: relative;
    left: 0;
  }

  .el-col-xl-1 {
    width: 4.16667%;
  }

  .el-col-xl-offset-1 {
    margin-left: 4.16667%;
  }

  .el-col-xl-pull-1 {
    position: relative;
    right: 4.16667%;
  }

  .el-col-xl-push-1 {
    position: relative;
    left: 4.16667%;
  }

  .el-col-xl-2 {
    width: 8.33333%;
  }

  .el-col-xl-offset-2 {
    margin-left: 8.33333%;
  }

  .el-col-xl-pull-2 {
    position: relative;
    right: 8.33333%;
  }

  .el-col-xl-push-2 {
    position: relative;
    left: 8.33333%;
  }

  .el-col-xl-3 {
    width: 12.5%;
  }

  .el-col-xl-offset-3 {
    margin-left: 12.5%;
  }

  .el-col-xl-pull-3 {
    position: relative;
    right: 12.5%;
  }

  .el-col-xl-push-3 {
    position: relative;
    left: 12.5%;
  }

  .el-col-xl-4 {
    width: 16.66667%;
  }

  .el-col-xl-offset-4 {
    margin-left: 16.66667%;
  }

  .el-col-xl-pull-4 {
    position: relative;
    right: 16.66667%;
  }

  .el-col-xl-push-4 {
    position: relative;
    left: 16.66667%;
  }

  .el-col-xl-5 {
    width: 20.83333%;
  }

  .el-col-xl-offset-5 {
    margin-left: 20.83333%;
  }

  .el-col-xl-pull-5 {
    position: relative;
    right: 20.83333%;
  }

  .el-col-xl-push-5 {
    position: relative;
    left: 20.83333%;
  }

  .el-col-xl-6 {
    width: 25%;
  }

  .el-col-xl-offset-6 {
    margin-left: 25%;
  }

  .el-col-xl-pull-6 {
    position: relative;
    right: 25%;
  }

  .el-col-xl-push-6 {
    position: relative;
    left: 25%;
  }

  .el-col-xl-7 {
    width: 29.16667%;
  }

  .el-col-xl-offset-7 {
    margin-left: 29.16667%;
  }

  .el-col-xl-pull-7 {
    position: relative;
    right: 29.16667%;
  }

  .el-col-xl-push-7 {
    position: relative;
    left: 29.16667%;
  }

  .el-col-xl-8 {
    width: 33.33333%;
  }

  .el-col-xl-offset-8 {
    margin-left: 33.33333%;
  }

  .el-col-xl-pull-8 {
    position: relative;
    right: 33.33333%;
  }

  .el-col-xl-push-8 {
    position: relative;
    left: 33.33333%;
  }

  .el-col-xl-9 {
    width: 37.5%;
  }

  .el-col-xl-offset-9 {
    margin-left: 37.5%;
  }

  .el-col-xl-pull-9 {
    position: relative;
    right: 37.5%;
  }

  .el-col-xl-push-9 {
    position: relative;
    left: 37.5%;
  }

  .el-col-xl-10 {
    width: 41.66667%;
  }

  .el-col-xl-offset-10 {
    margin-left: 41.66667%;
  }

  .el-col-xl-pull-10 {
    position: relative;
    right: 41.66667%;
  }

  .el-col-xl-push-10 {
    position: relative;
    left: 41.66667%;
  }

  .el-col-xl-11 {
    width: 45.83333%;
  }

  .el-col-xl-offset-11 {
    margin-left: 45.83333%;
  }

  .el-col-xl-pull-11 {
    position: relative;
    right: 45.83333%;
  }

  .el-col-xl-push-11 {
    position: relative;
    left: 45.83333%;
  }

  .el-col-xl-12 {
    width: 50%;
  }

  .el-col-xl-offset-12 {
    margin-left: 50%;
  }

  .el-col-xl-pull-12 {
    position: relative;
    right: 50%;
  }

  .el-col-xl-push-12 {
    position: relative;
    left: 50%;
  }

  .el-col-xl-13 {
    width: 54.16667%;
  }

  .el-col-xl-offset-13 {
    margin-left: 54.16667%;
  }

  .el-col-xl-pull-13 {
    position: relative;
    right: 54.16667%;
  }

  .el-col-xl-push-13 {
    position: relative;
    left: 54.16667%;
  }

  .el-col-xl-14 {
    width: 58.33333%;
  }

  .el-col-xl-offset-14 {
    margin-left: 58.33333%;
  }

  .el-col-xl-pull-14 {
    position: relative;
    right: 58.33333%;
  }

  .el-col-xl-push-14 {
    position: relative;
    left: 58.33333%;
  }

  .el-col-xl-15 {
    width: 62.5%;
  }

  .el-col-xl-offset-15 {
    margin-left: 62.5%;
  }

  .el-col-xl-pull-15 {
    position: relative;
    right: 62.5%;
  }

  .el-col-xl-push-15 {
    position: relative;
    left: 62.5%;
  }

  .el-col-xl-16 {
    width: 66.66667%;
  }

  .el-col-xl-offset-16 {
    margin-left: 66.66667%;
  }

  .el-col-xl-pull-16 {
    position: relative;
    right: 66.66667%;
  }

  .el-col-xl-push-16 {
    position: relative;
    left: 66.66667%;
  }

  .el-col-xl-17 {
    width: 70.83333%;
  }

  .el-col-xl-offset-17 {
    margin-left: 70.83333%;
  }

  .el-col-xl-pull-17 {
    position: relative;
    right: 70.83333%;
  }

  .el-col-xl-push-17 {
    position: relative;
    left: 70.83333%;
  }

  .el-col-xl-18 {
    width: 75%;
  }

  .el-col-xl-offset-18 {
    margin-left: 75%;
  }

  .el-col-xl-pull-18 {
    position: relative;
    right: 75%;
  }

  .el-col-xl-push-18 {
    position: relative;
    left: 75%;
  }

  .el-col-xl-19 {
    width: 79.16667%;
  }

  .el-col-xl-offset-19 {
    margin-left: 79.16667%;
  }

  .el-col-xl-pull-19 {
    position: relative;
    right: 79.16667%;
  }

  .el-col-xl-push-19 {
    position: relative;
    left: 79.16667%;
  }

  .el-col-xl-20 {
    width: 83.33333%;
  }

  .el-col-xl-offset-20 {
    margin-left: 83.33333%;
  }

  .el-col-xl-pull-20 {
    position: relative;
    right: 83.33333%;
  }

  .el-col-xl-push-20 {
    position: relative;
    left: 83.33333%;
  }

  .el-col-xl-21 {
    width: 87.5%;
  }

  .el-col-xl-offset-21 {
    margin-left: 87.5%;
  }

  .el-col-xl-pull-21 {
    position: relative;
    right: 87.5%;
  }

  .el-col-xl-push-21 {
    position: relative;
    left: 87.5%;
  }

  .el-col-xl-22 {
    width: 91.66667%;
  }

  .el-col-xl-offset-22 {
    margin-left: 91.66667%;
  }

  .el-col-xl-pull-22 {
    position: relative;
    right: 91.66667%;
  }

  .el-col-xl-push-22 {
    position: relative;
    left: 91.66667%;
  }

  .el-col-xl-23 {
    width: 95.83333%;
  }

  .el-col-xl-offset-23 {
    margin-left: 95.83333%;
  }

  .el-col-xl-pull-23 {
    position: relative;
    right: 95.83333%;
  }

  .el-col-xl-push-23 {
    position: relative;
    left: 95.83333%;
  }

  .el-col-xl-24 {
    width: 100%;
  }

  .el-col-xl-offset-24 {
    margin-left: 100%;
  }

  .el-col-xl-pull-24 {
    position: relative;
    right: 100%;
  }

  .el-col-xl-push-24 {
    position: relative;
    left: 100%;
  }
}

@-webkit-keyframes progress {
  0% {
    background-position: 0 0;
  }

  100% {
    background-position: 32px 0;
  }
}

.el-upload {
  display: inline-block;
  text-align: center;
  cursor: pointer;
  outline: 0;
}

.el-upload__input {
  display: none;
}

.el-upload__tip {
  font-size: 12px;
  color: #606266;
  margin-top: 7px;
}

.el-upload iframe {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  opacity: 0;
  filter: alpha(opacity=0);
}

.el-upload--picture-card {
  background-color: #fbfdff;
  border: 1px dashed #c0ccda;
  border-radius: 6px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 148px;
  height: 148px;
  line-height: 146px;
  vertical-align: top;
}

.el-upload--picture-card i {
  font-size: 28px;
  color: #8c939d;
}

.el-upload--picture-card:hover,
.el-upload:focus {
  border-color: #409EFF;
  color: #409EFF;
}

.el-upload:focus .el-upload-dragger {
  border-color: #409EFF;
}

.el-upload-dragger {
  background-color: #fff;
  border: 1px dashed #d9d9d9;
  border-radius: 6px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 360px;
  height: 180px;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.el-upload-dragger .el-icon-upload {
  font-size: 67px;
  color: #C0C4CC;
  margin: 40px 0 16px;
  line-height: 50px;
}

.el-upload-dragger+.el-upload__tip {
  text-align: center;
}

.el-upload-dragger~.el-upload__files {
  border-top: 1px solid #DCDFE6;
  margin-top: 7px;
  padding-top: 5px;
}

.el-upload-dragger .el-upload__text {
  color: #606266;
  font-size: 14px;
  text-align: center;
}

.el-upload-dragger .el-upload__text em {
  color: #409EFF;
  font-style: normal;
}

.el-upload-dragger:hover {
  border-color: #409EFF;
}

.el-upload-dragger.is-dragover {
  background-color: rgba(32,159,255,.06);
  border: 2px dashed #409EFF;
}

.el-upload-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.el-upload-list__item {
  -webkit-transition: all .5s cubic-bezier(.55,0,.1,1);
  transition: all .5s cubic-bezier(.55,0,.1,1);
  font-size: 14px;
  color: #606266;
  line-height: 1.8;
  margin-top: 5px;
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 4px;
  width: 100%;
}

.el-upload-list__item .el-progress {
  position: absolute;
  top: 20px;
  width: 100%;
}

.el-upload-list__item .el-progress__text {
  position: absolute;
  right: 0;
  top: -13px;
}

.el-upload-list__item .el-progress-bar {
  margin-right: 0;
  padding-right: 0;
}

.el-upload-list__item:first-child {
  margin-top: 10px;
}

.el-upload-list__item .el-icon-upload-success {
  color: #67C23A;
}

.el-upload-list__item .el-icon-close {
  display: none;
  position: absolute;
  top: 5px;
  right: 5px;
  cursor: pointer;
  opacity: .75;
  color: #606266;
}

.el-upload-list__item .el-icon-close:hover {
  opacity: 1;
}

.el-upload-list__item .el-icon-close-tip {
  display: none;
  position: absolute;
  top: 5px;
  right: 5px;
  font-size: 12px;
  cursor: pointer;
  opacity: 1;
  color: #409EFF;
}

.el-upload-list__item:hover {
  background-color: #F5F7FA;
}

.el-upload-list__item:hover .el-icon-close {
  display: inline-block;
}

.el-upload-list__item:hover .el-progress__text {
  display: none;
}

.el-upload-list__item.is-success .el-upload-list__item-status-label {
  display: block;
}

.el-upload-list__item.is-success .el-upload-list__item-name:focus,
.el-upload-list__item.is-success .el-upload-list__item-name:hover {
  color: #409EFF;
  cursor: pointer;
}

.el-upload-list__item.is-success:focus:not(:hover) .el-icon-close-tip {
  display: inline-block;
}

.el-upload-list__item.is-success:active .el-icon-close-tip,
.el-upload-list__item.is-success:focus .el-upload-list__item-status-label,
.el-upload-list__item.is-success:hover .el-upload-list__item-status-label,
.el-upload-list__item.is-success:not(.focusing):focus .el-icon-close-tip {
  display: none;
}

.el-upload-list.is-disabled .el-upload-list__item:hover .el-upload-list__item-status-label {
  display: block;
}

.el-upload-list__item-name {
  color: #606266;
  display: block;
  margin-right: 40px;
  overflow: hidden;
  padding-left: 4px;
  text-overflow: ellipsis;
  -webkit-transition: color .3s;
  transition: color .3s;
  white-space: nowrap;
}

.el-upload-list__item-name [class^=el-icon] {
  height: 100%;
  margin-right: 7px;
  color: #909399;
  line-height: inherit;
}

.el-upload-list__item-status-label {
  position: absolute;
  right: 5px;
  top: 0;
  line-height: inherit;
  display: none;
}

.el-upload-list__item-delete {
  position: absolute;
  right: 10px;
  top: 0;
  font-size: 12px;
  color: #606266;
  display: none;
}

.el-upload-list__item-delete:hover {
  color: #409EFF;
}

.el-upload-list--picture-card {
  margin: 0;
  display: inline;
  vertical-align: top;
}

.el-upload-list--picture-card .el-upload-list__item {
  overflow: hidden;
  background-color: #fff;
  border: 1px solid #c0ccda;
  border-radius: 6px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 148px;
  height: 148px;
  margin: 0 8px 8px 0;
  display: inline-block;
}

.el-upload-list--picture-card .el-upload-list__item .el-icon-check,
.el-upload-list--picture-card .el-upload-list__item .el-icon-circle-check {
  color: #FFF;
}

.el-upload-list--picture-card .el-upload-list__item .el-icon-close,
.el-upload-list--picture-card .el-upload-list__item:hover .el-upload-list__item-status-label {
  display: none;
}

.el-upload-list--picture-card .el-upload-list__item:hover .el-progress__text {
  display: block;
}

.el-upload-list--picture-card .el-upload-list__item-name {
  display: none;
}

.el-upload-list--picture-card .el-upload-list__item-thumbnail {
  width: 100%;
  height: 100%;
}

.el-upload-list--picture-card .el-upload-list__item-status-label {
  position: absolute;
  right: -15px;
  top: -6px;
  width: 40px;
  height: 24px;
  background: #13ce66;
  text-align: center;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-box-shadow: 0 0 1pc 1px rgba(0,0,0,.2);
  box-shadow: 0 0 1pc 1px rgba(0,0,0,.2);
}

.el-upload-list--picture-card .el-upload-list__item-status-label i {
  font-size: 12px;
  margin-top: 11px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.el-upload-list--picture-card .el-upload-list__item-actions {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  cursor: default;
  text-align: center;
  color: #fff;
  opacity: 0;
  font-size: 20px;
  background-color: rgba(0,0,0,.5);
  -webkit-transition: opacity .3s;
  transition: opacity .3s;
}

.el-upload-list--picture-card .el-upload-list__item-actions::after {
  display: inline-block;
  content: "";
  height: 100%;
  vertical-align: middle;
}

.el-upload-list--picture-card .el-upload-list__item-actions span {
  display: none;
  cursor: pointer;
}

.el-upload-list--picture-card .el-upload-list__item-actions span+span {
  margin-left: 15px;
}

.el-upload-list--picture-card .el-upload-list__item-actions .el-upload-list__item-delete {
  position: static;
  font-size: inherit;
  color: inherit;
}

.el-upload-list--picture-card .el-upload-list__item-actions:hover {
  opacity: 1;
}

.el-upload-list--picture-card .el-upload-list__item-actions:hover span {
  display: inline-block;
}

.el-upload-list--picture-card .el-progress {
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  bottom: auto;
  width: 126px;
}

.el-upload-list--picture-card .el-progress .el-progress__text {
  top: 50%;
}

.el-upload-list--picture .el-upload-list__item {
  overflow: hidden;
  z-index: 0;
  background-color: #fff;
  border: 1px solid #c0ccda;
  border-radius: 6px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-top: 10px;
  padding: 10px 10px 10px 90px;
  height: 92px;
}

.el-upload-list--picture .el-upload-list__item .el-icon-check,
.el-upload-list--picture .el-upload-list__item .el-icon-circle-check {
  color: #FFF;
}

.el-upload-list--picture .el-upload-list__item:hover .el-upload-list__item-status-label {
  background: 0 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  top: -2px;
  right: -12px;
}

.el-upload-list--picture .el-upload-list__item:hover .el-progress__text {
  display: block;
}

.el-upload-list--picture .el-upload-list__item.is-success .el-upload-list__item-name {
  line-height: 70px;
  margin-top: 0;
}

.el-upload-list--picture .el-upload-list__item.is-success .el-upload-list__item-name i {
  display: none;
}

.el-upload-list--picture .el-upload-list__item-thumbnail {
  vertical-align: middle;
  display: inline-block;
  width: 70px;
  height: 70px;
  float: left;
  position: relative;
  z-index: 1;
  margin-left: -80px;
  background-color: #FFF;
}

.el-upload-list--picture .el-upload-list__item-name {
  display: block;
  margin-top: 20px;
}

.el-upload-list--picture .el-upload-list__item-name i {
  font-size: 70px;
  line-height: 1;
  position: absolute;
  left: 9px;
  top: 10px;
}

.el-upload-list--picture .el-upload-list__item-status-label {
  position: absolute;
  right: -17px;
  top: -7px;
  width: 46px;
  height: 26px;
  background: #13ce66;
  text-align: center;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-box-shadow: 0 1px 1px #ccc;
  box-shadow: 0 1px 1px #ccc;
}

.el-upload-list--picture .el-upload-list__item-status-label i {
  font-size: 12px;
  margin-top: 12px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.el-upload-list--picture .el-progress {
  position: relative;
  top: -7px;
}

.el-upload-cover {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: 10;
  cursor: default;
}

.el-upload-cover::after {
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.el-upload-cover img {
  display: block;
  width: 100%;
  height: 100%;
}

.el-upload-cover__label {
  position: absolute;
  right: -15px;
  top: -6px;
  width: 40px;
  height: 24px;
  background: #13ce66;
  text-align: center;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-box-shadow: 0 0 1pc 1px rgba(0,0,0,.2);
  box-shadow: 0 0 1pc 1px rgba(0,0,0,.2);
}

.el-upload-cover__label i {
  font-size: 12px;
  margin-top: 11px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  color: #fff;
}

.el-upload-cover__progress {
  display: inline-block;
  vertical-align: middle;
  position: static;
  width: 243px;
}

.el-upload-cover__progress+.el-upload__inner {
  opacity: 0;
}

.el-upload-cover__content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.el-upload-cover__interact {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,.72);
  text-align: center;
}

.el-upload-cover__interact .btn {
  display: inline-block;
  color: #FFF;
  font-size: 14px;
  cursor: pointer;
  vertical-align: middle;
  -webkit-transition: opacity .3s cubic-bezier(.23,1,.32,1),-webkit-transform .3s cubic-bezier(.23,1,.32,1);
  transition: opacity .3s cubic-bezier(.23,1,.32,1),-webkit-transform .3s cubic-bezier(.23,1,.32,1);
  transition: transform .3s cubic-bezier(.23,1,.32,1),opacity .3s cubic-bezier(.23,1,.32,1);
  transition: transform .3s cubic-bezier(.23,1,.32,1),opacity .3s cubic-bezier(.23,1,.32,1),-webkit-transform .3s cubic-bezier(.23,1,.32,1);
  margin-top: 60px;
}

.el-upload-cover__interact .btn span {
  opacity: 0;
  -webkit-transition: opacity .15s linear;
  transition: opacity .15s linear;
}

.el-upload-cover__interact .btn:not(:first-child) {
  margin-left: 35px;
}

.el-upload-cover__interact .btn:hover {
  -webkit-transform: translateY(-13px);
  transform: translateY(-13px);
}

.el-upload-cover__interact .btn:hover span {
  opacity: 1;
}

.el-upload-cover__interact .btn i {
  color: #FFF;
  display: block;
  font-size: 24px;
  line-height: inherit;
  margin: 0 auto 5px;
}

.el-upload-cover__title {
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #FFF;
  height: 36px;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-weight: 400;
  text-align: left;
  padding: 0 10px;
  margin: 0;
  line-height: 36px;
  font-size: 14px;
  color: #303133;
}

.el-upload-cover+.el-upload__inner {
  opacity: 0;
  position: relative;
  z-index: 1;
}

.el-progress {
  position: relative;
  line-height: 1;
}

.el-progress__text {
  font-size: 14px;
  color: #606266;
  display: inline-block;
  vertical-align: middle;
  margin-left: 10px;
  line-height: 1;
}

.el-progress__text i {
  vertical-align: middle;
  display: block;
}

.el-progress--circle,
.el-progress--dashboard {
  display: inline-block;
}

.el-progress--circle .el-progress__text,
.el-progress--dashboard .el-progress__text {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  text-align: center;
  margin: 0;
  -webkit-transform: translate(0,-50%);
  transform: translate(0,-50%);
}

.el-progress--circle .el-progress__text i,
.el-progress--dashboard .el-progress__text i {
  vertical-align: middle;
  display: inline-block;
}

.el-progress--without-text .el-progress__text {
  display: none;
}

.el-progress--without-text .el-progress-bar {
  padding-right: 0;
  margin-right: 0;
  display: block;
}

.el-progress-bar,
.el-progress-bar__inner::after,
.el-progress-bar__innerText,
.el-spinner {
  display: inline-block;
  vertical-align: middle;
}

.el-progress--text-inside .el-progress-bar {
  padding-right: 0;
  margin-right: 0;
}

.el-progress.is-success .el-progress-bar__inner {
  background-color: #67C23A;
}

.el-progress.is-success .el-progress__text {
  color: #67C23A;
}

.el-progress.is-warning .el-progress-bar__inner {
  background-color: #E6A23C;
}

.el-progress.is-warning .el-progress__text {
  color: #E6A23C;
}

.el-progress.is-exception .el-progress-bar__inner {
  background-color: #F56C6C;
}

.el-progress.is-exception .el-progress__text {
  color: #F56C6C;
}

.el-progress-bar {
  padding-right: 50px;
  width: 100%;
  margin-right: -55px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.el-progress-bar__outer {
  height: 6px;
  border-radius: 100px;
  background-color: #EBEEF5;
  overflow: hidden;
  position: relative;
  vertical-align: middle;
}

.el-progress-bar__inner {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  background-color: #409EFF;
  text-align: right;
  border-radius: 100px;
  line-height: 1;
  white-space: nowrap;
  -webkit-transition: width .6s ease;
  transition: width .6s ease;
}

.el-card,
.el-message {
  border-radius: 4px;
  overflow: hidden;
}

.el-progress-bar__inner::after {
  height: 100%;
}

.el-progress-bar__innerText {
  color: #FFF;
  font-size: 12px;
  margin: 0 5px;
}

@keyframes progress {
  0% {
    background-position: 0 0;
  }

  100% {
    background-position: 32px 0;
  }
}

.el-time-spinner {
  width: 100%;
  white-space: nowrap;
}

.el-spinner-inner {
  -webkit-animation: rotate 2s linear infinite;
  animation: rotate 2s linear infinite;
  width: 50px;
  height: 50px;
}

.el-spinner-inner .path {
  stroke: #ececec;
  stroke-linecap: round;
  -webkit-animation: dash 1.5s ease-in-out infinite;
  animation: dash 1.5s ease-in-out infinite;
}

@-webkit-keyframes rotate {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes rotate {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@-webkit-keyframes dash {
  0% {
    stroke-dasharray: 1,150;
    stroke-dashoffset: 0;
  }

  50% {
    stroke-dasharray: 90,150;
    stroke-dashoffset: -35;
  }

  100% {
    stroke-dasharray: 90,150;
    stroke-dashoffset: -124;
  }
}

@keyframes dash {
  0% {
    stroke-dasharray: 1,150;
    stroke-dashoffset: 0;
  }

  50% {
    stroke-dasharray: 90,150;
    stroke-dashoffset: -35;
  }

  100% {
    stroke-dasharray: 90,150;
    stroke-dashoffset: -124;
  }
}

.el-message {
  min-width: 380px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-width: 1px;
  border-style: solid;
  border-color: #EBEEF5;
  position: fixed;
  left: 50%;
  top: 20px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: #edf2fc;
  -webkit-transition: opacity .3s,top .4s,-webkit-transform .4s;
  transition: opacity .3s,top .4s,-webkit-transform .4s;
  transition: opacity .3s,transform .4s,top .4s;
  transition: opacity .3s,transform .4s,top .4s,-webkit-transform .4s;
  padding: 15px 15px 15px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.el-message.is-center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.el-message.is-closable .el-message__content {
  padding-right: 16px;
}

.el-message p {
  margin: 0;
}

.el-message--info .el-message__content {
  color: #909399;
}

.el-message--success {
  background-color: #f0f9eb;
  border-color: #e1f3d8;
}

.el-message--success .el-message__content {
  color: #67C23A;
}

.el-message--warning {
  background-color: #fdf6ec;
  border-color: #faecd8;
}

.el-message--warning .el-message__content {
  color: #E6A23C;
}

.el-message--error {
  background-color: #fef0f0;
  border-color: #fde2e2;
}

.el-message--error .el-message__content {
  color: #F56C6C;
}

.el-message__icon {
  margin-right: 10px;
}

.el-message__content {
  padding: 0;
  font-size: 14px;
  line-height: 1;
}

.el-message__closeBtn {
  position: absolute;
  top: 50%;
  right: 15px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  cursor: pointer;
  color: #C0C4CC;
  font-size: 16px;
}

.el-message__closeBtn:hover {
  color: #909399;
}

.el-message .el-icon-success {
  color: #67C23A;
}

.el-message .el-icon-error {
  color: #F56C6C;
}

.el-message .el-icon-info {
  color: #909399;
}

.el-message .el-icon-warning {
  color: #E6A23C;
}

.el-message-fade-enter,
.el-message-fade-leave-active {
  opacity: 0;
  -webkit-transform: translate(-50%,-100%);
  transform: translate(-50%,-100%);
}

.el-badge {
  position: relative;
  vertical-align: middle;
  display: inline-block;
}

.el-badge__content {
  background-color: #F56C6C;
  border-radius: 10px;
  color: #FFF;
  display: inline-block;
  font-size: 12px;
  height: 18px;
  line-height: 18px;
  padding: 0 6px;
  text-align: center;
  white-space: nowrap;
  border: 1px solid #FFF;
}

.el-badge__content.is-fixed {
  position: absolute;
  top: 0;
  right: 10px;
  -webkit-transform: translateY(-50%) translateX(100%);
  transform: translateY(-50%) translateX(100%);
}

.el-rate__icon,
.el-rate__item {
  position: relative;
  display: inline-block;
}

.el-badge__content.is-fixed.is-dot {
  right: 5px;
}

.el-badge__content.is-dot {
  height: 8px;
  width: 8px;
  padding: 0;
  right: 0;
  border-radius: 50%;
}

.el-badge__content--primary {
  background-color: #409EFF;
}

.el-badge__content--success {
  background-color: #67C23A;
}

.el-badge__content--warning {
  background-color: #E6A23C;
}

.el-badge__content--info {
  background-color: #909399;
}

.el-badge__content--danger {
  background-color: #F56C6C;
}

.el-card {
  border: 1px solid #EBEEF5;
  background-color: #FFF;
  color: #303133;
  -webkit-transition: .3s;
  transition: .3s;
}

.el-card.is-always-shadow,
.el-card.is-hover-shadow:focus,
.el-card.is-hover-shadow:hover {
  -webkit-box-shadow: 0 2px 12px 0 rgba(0,0,0,.1);
  box-shadow: 0 2px 12px 0 rgba(0,0,0,.1);
}

.el-card__header {
  padding: 18px 20px;
  border-bottom: 1px solid #EBEEF5;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.el-card__body {
  padding: 20px;
}

.el-rate {
  height: 20px;
  line-height: 1;
}

.el-rate__item {
  font-size: 0;
  vertical-align: middle;
}

.el-rate__icon {
  font-size: 18px;
  margin-right: 6px;
  color: #C0C4CC;
  -webkit-transition: .3s;
  transition: .3s;
}

.el-rate__decimal,
.el-rate__icon .path2 {
  position: absolute;
  top: 0;
  left: 0;
}

.el-rate__icon.hover {
  -webkit-transform: scale(1.15);
  transform: scale(1.15);
}

.el-rate__decimal {
  display: inline-block;
  overflow: hidden;
}

.el-step.is-vertical,
.el-steps {
  display: -webkit-box;
  display: -ms-flexbox;
}

.el-rate__text {
  font-size: 14px;
  vertical-align: middle;
}

.el-steps {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.el-steps--simple {
  padding: 13px 8%;
  border-radius: 4px;
  background: #F5F7FA;
}

.el-steps--horizontal {
  white-space: nowrap;
}

.el-steps--vertical {
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
}

.el-step {
  position: relative;
  -ms-flex-negative: 1;
  flex-shrink: 1;
}

.el-step:last-of-type .el-step__line {
  display: none;
}

.el-step:last-of-type.is-flex {
  -ms-flex-preferred-size: auto!important;
  flex-basis: auto!important;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
}

.el-step:last-of-type .el-step__description,
.el-step:last-of-type .el-step__main {
  padding-right: 0;
}

.el-step__head {
  position: relative;
  width: 100%;
}

.el-step__head.is-process {
  color: #303133;
  border-color: #303133;
}

.el-step__head.is-wait {
  color: #C0C4CC;
  border-color: #C0C4CC;
}

.el-step__head.is-success {
  color: #67C23A;
  border-color: #67C23A;
}

.el-step__head.is-error {
  color: #F56C6C;
  border-color: #F56C6C;
}

.el-step__head.is-finish {
  color: #409EFF;
  border-color: #409EFF;
}

.el-step__icon {
  position: relative;
  z-index: 1;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 24px;
  height: 24px;
  font-size: 14px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: #FFF;
  -webkit-transition: .15s ease-out;
  transition: .15s ease-out;
}

.el-step__icon.is-text {
  border-radius: 50%;
  border: 2px solid;
  border-color: inherit;
}

.el-step__icon.is-icon {
  width: 40px;
}

.el-step__icon-inner {
  display: inline-block;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  text-align: center;
  font-weight: 700;
  line-height: 1;
  color: inherit;
}

.el-step__icon-inner[class*=el-icon]:not(.is-status) {
  font-size: 25px;
  font-weight: 400;
}

.el-step__icon-inner.is-status {
  -webkit-transform: translateY(1px);
  transform: translateY(1px);
}

.el-step__line {
  position: absolute;
  border-color: inherit;
  background-color: #C0C4CC;
}

.el-step__line-inner {
  display: block;
  border-width: 1px;
  border-style: solid;
  border-color: inherit;
  -webkit-transition: .15s ease-out;
  transition: .15s ease-out;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 0;
  height: 0;
}

.el-step__main {
  white-space: normal;
  text-align: left;
}

.el-step__title {
  font-size: 16px;
  line-height: 38px;
}

.el-step__title.is-process {
  font-weight: 700;
  color: #303133;
}

.el-step__title.is-wait {
  color: #C0C4CC;
}

.el-step__title.is-success {
  color: #67C23A;
}

.el-step__title.is-error {
  color: #F56C6C;
}

.el-step__title.is-finish {
  color: #409EFF;
}

.el-step__description {
  padding-right: 10%;
  margin-top: -5px;
  font-size: 12px;
  line-height: 20px;
  font-weight: 400;
}

.el-step__description.is-process {
  color: #303133;
}

.el-step__description.is-wait {
  color: #C0C4CC;
}

.el-step__description.is-success {
  color: #67C23A;
}

.el-step__description.is-error {
  color: #F56C6C;
}

.el-step__description.is-finish {
  color: #409EFF;
}

.el-step.is-horizontal {
  display: inline-block;
}

.el-step.is-horizontal .el-step__line {
  height: 2px;
  top: 11px;
  left: 0;
  right: 0;
}

.el-step.is-vertical {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.el-step.is-vertical .el-step__head {
  -webkit-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  width: 24px;
}

.el-step.is-vertical .el-step__main {
  padding-left: 10px;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.el-step.is-vertical .el-step__title {
  line-height: 24px;
  padding-bottom: 8px;
}

.el-step.is-vertical .el-step__line {
  width: 2px;
  top: 0;
  bottom: 0;
  left: 11px;
}

.el-step.is-vertical .el-step__icon.is-icon {
  width: 24px;
}

.el-step.is-center .el-step__head,
.el-step.is-center .el-step__main {
  text-align: center;
}

.el-step.is-center .el-step__description {
  padding-left: 20%;
  padding-right: 20%;
}

.el-step.is-center .el-step__line {
  left: 50%;
  right: -50%;
}

.el-step.is-simple {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.el-step.is-simple .el-step__head {
  width: auto;
  font-size: 0;
  padding-right: 10px;
}

.el-step.is-simple .el-step__icon {
  background: 0 0;
  width: 16px;
  height: 16px;
  font-size: 12px;
}

.el-step.is-simple .el-step__icon-inner[class*=el-icon]:not(.is-status) {
  font-size: 18px;
}

.el-step.is-simple .el-step__icon-inner.is-status {
  -webkit-transform: scale(.8) translateY(1px);
  transform: scale(.8) translateY(1px);
}

.el-step.is-simple .el-step__main {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.el-step.is-simple .el-step__title {
  font-size: 16px;
  line-height: 20px;
}

.el-step.is-simple:not(:last-of-type) .el-step__title {
  max-width: 50%;
  word-break: break-all;
}

.el-step.is-simple .el-step__arrow {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.el-step.is-simple .el-step__arrow::after,
.el-step.is-simple .el-step__arrow::before {
  content: '';
  display: inline-block;
  position: absolute;
  height: 15px;
  width: 1px;
  background: #C0C4CC;
}

.el-step.is-simple .el-step__arrow::before {
  -webkit-transform: rotate(-45deg) translateY(-4px);
  transform: rotate(-45deg) translateY(-4px);
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
}

.el-step.is-simple .el-step__arrow::after {
  -webkit-transform: rotate(45deg) translateY(4px);
  transform: rotate(45deg) translateY(4px);
  -webkit-transform-origin: 100% 100%;
  transform-origin: 100% 100%;
}

.el-step.is-simple:last-of-type .el-step__arrow {
  display: none;
}

.el-carousel {
  position: relative;
}

.el-carousel--horizontal {
  overflow-x: hidden;
}

.el-carousel--vertical {
  overflow-y: hidden;
}

.el-carousel__container {
  position: relative;
  height: 300px;
}

.el-carousel__arrow {
  border: none;
  outline: 0;
  padding: 0;
  margin: 0;
  height: 36px;
  width: 36px;
  cursor: pointer;
  -webkit-transition: .3s;
  transition: .3s;
  border-radius: 50%;
  background-color: rgba(31,45,61,.11);
  color: #FFF;
  position: absolute;
  top: 50%;
  z-index: 10;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  text-align: center;
  font-size: 12px;
}

.el-carousel__arrow--left {
  left: 16px;
}

.el-carousel__arrow--right {
  right: 16px;
}

.el-carousel__arrow:hover {
  background-color: rgba(31,45,61,.23);
}

.el-carousel__arrow i {
  cursor: pointer;
}

.el-carousel__indicators {
  position: absolute;
  list-style: none;
  margin: 0;
  padding: 0;
  z-index: 2;
}

.el-carousel__indicators--horizontal {
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.el-carousel__indicators--vertical {
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.el-carousel__indicators--outside {
  bottom: 26px;
  text-align: center;
  position: static;
  -webkit-transform: none;
  transform: none;
}

.el-carousel__indicators--outside .el-carousel__indicator:hover button {
  opacity: .64;
}

.el-carousel__indicators--outside button {
  background-color: #C0C4CC;
  opacity: .24;
}

.el-carousel__indicators--labels {
  left: 0;
  right: 0;
  -webkit-transform: none;
  transform: none;
  text-align: center;
}

.el-carousel__indicators--labels .el-carousel__button {
  height: auto;
  width: auto;
  padding: 2px 18px;
  font-size: 12px;
}

.el-carousel__indicators--labels .el-carousel__indicator {
  padding: 6px 4px;
}

.el-carousel__indicator {
  background-color: transparent;
  cursor: pointer;
}

.el-carousel__indicator:hover button {
  opacity: .72;
}

.el-carousel__indicator--horizontal {
  display: inline-block;
  padding: 12px 4px;
}

.el-carousel__indicator--vertical {
  padding: 4px 12px;
}

.el-carousel__indicator--vertical .el-carousel__button {
  width: 2px;
  height: 15px;
}

.el-carousel__indicator.is-active button {
  opacity: 1;
}

.el-carousel__button {
  display: block;
  opacity: .48;
  width: 30px;
  height: 2px;
  background-color: #FFF;
  border: none;
  outline: 0;
  padding: 0;
  margin: 0;
  cursor: pointer;
  -webkit-transition: .3s;
  transition: .3s;
}

.el-carousel__item,
.el-carousel__mask {
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
}

.carousel-arrow-left-enter,
.carousel-arrow-left-leave-active {
  -webkit-transform: translateY(-50%) translateX(-10px);
  transform: translateY(-50%) translateX(-10px);
  opacity: 0;
}

.carousel-arrow-right-enter,
.carousel-arrow-right-leave-active {
  -webkit-transform: translateY(-50%) translateX(10px);
  transform: translateY(-50%) translateX(10px);
  opacity: 0;
}

.el-carousel__item {
  width: 100%;
  display: inline-block;
  overflow: hidden;
  z-index: 0;
}

.el-carousel__item.is-active {
  z-index: 2;
}

.el-carousel__item.is-animating {
  -webkit-transition: -webkit-transform .4s ease-in-out;
  transition: -webkit-transform .4s ease-in-out;
  transition: transform .4s ease-in-out;
  transition: transform .4s ease-in-out, -webkit-transform .4s ease-in-out;
  transition: transform .4s ease-in-out,-webkit-transform .4s ease-in-out;
}

.el-carousel__item--card {
  width: 50%;
  -webkit-transition: -webkit-transform .4s ease-in-out;
  transition: -webkit-transform .4s ease-in-out;
  transition: transform .4s ease-in-out;
  transition: transform .4s ease-in-out, -webkit-transform .4s ease-in-out;
  transition: transform .4s ease-in-out,-webkit-transform .4s ease-in-out;
}

.el-carousel__item--card.is-in-stage {
  cursor: pointer;
  z-index: 1;
}

.el-carousel__item--card.is-in-stage.is-hover .el-carousel__mask,
.el-carousel__item--card.is-in-stage:hover .el-carousel__mask {
  opacity: .12;
}

.el-carousel__item--card.is-active {
  z-index: 2;
}

.el-carousel__mask {
  width: 100%;
  background-color: #FFF;
  opacity: .24;
  -webkit-transition: .2s;
  transition: .2s;
}

.el-fade-in-enter,
.el-fade-in-leave-active,
.el-fade-in-linear-enter,
.el-fade-in-linear-leave,
.el-fade-in-linear-leave-active,
.fade-in-linear-enter,
.fade-in-linear-leave,
.fade-in-linear-leave-active {
  opacity: 0;
}

.fade-in-linear-enter-active,
.fade-in-linear-leave-active {
  -webkit-transition: opacity .2s linear;
  transition: opacity .2s linear;
}

.el-fade-in-linear-enter-active,
.el-fade-in-linear-leave-active {
  -webkit-transition: opacity .2s linear;
  transition: opacity .2s linear;
}

.el-fade-in-enter-active,
.el-fade-in-leave-active {
  -webkit-transition: all .3s cubic-bezier(.55,0,.1,1);
  transition: all .3s cubic-bezier(.55,0,.1,1);
}

.el-zoom-in-center-enter-active,
.el-zoom-in-center-leave-active {
  -webkit-transition: all .3s cubic-bezier(.55,0,.1,1);
  transition: all .3s cubic-bezier(.55,0,.1,1);
}

.el-zoom-in-center-enter,
.el-zoom-in-center-leave-active {
  opacity: 0;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
}

.el-zoom-in-top-enter-active,
.el-zoom-in-top-leave-active {
  opacity: 1;
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
  -webkit-transition: opacity .3s cubic-bezier(.23,1,.32,1),-webkit-transform .3s cubic-bezier(.23,1,.32,1);
  transition: opacity .3s cubic-bezier(.23,1,.32,1),-webkit-transform .3s cubic-bezier(.23,1,.32,1);
  transition: transform .3s cubic-bezier(.23,1,.32,1),opacity .3s cubic-bezier(.23,1,.32,1);
  transition: transform .3s cubic-bezier(.23,1,.32,1),opacity .3s cubic-bezier(.23,1,.32,1),-webkit-transform .3s cubic-bezier(.23,1,.32,1);
  -webkit-transform-origin: center top;
  transform-origin: center top;
}

.el-zoom-in-top-enter,
.el-zoom-in-top-leave-active {
  opacity: 0;
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
}

.el-zoom-in-bottom-enter-active,
.el-zoom-in-bottom-leave-active {
  opacity: 1;
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
  -webkit-transition: opacity .3s cubic-bezier(.23,1,.32,1),-webkit-transform .3s cubic-bezier(.23,1,.32,1);
  transition: opacity .3s cubic-bezier(.23,1,.32,1),-webkit-transform .3s cubic-bezier(.23,1,.32,1);
  transition: transform .3s cubic-bezier(.23,1,.32,1),opacity .3s cubic-bezier(.23,1,.32,1);
  transition: transform .3s cubic-bezier(.23,1,.32,1),opacity .3s cubic-bezier(.23,1,.32,1),-webkit-transform .3s cubic-bezier(.23,1,.32,1);
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom;
}

.el-zoom-in-bottom-enter,
.el-zoom-in-bottom-leave-active {
  opacity: 0;
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
}

.el-zoom-in-left-enter-active,
.el-zoom-in-left-leave-active {
  opacity: 1;
  -webkit-transform: scale(1,1);
  transform: scale(1,1);
  -webkit-transition: opacity .3s cubic-bezier(.23,1,.32,1),-webkit-transform .3s cubic-bezier(.23,1,.32,1);
  transition: opacity .3s cubic-bezier(.23,1,.32,1),-webkit-transform .3s cubic-bezier(.23,1,.32,1);
  transition: transform .3s cubic-bezier(.23,1,.32,1),opacity .3s cubic-bezier(.23,1,.32,1);
  transition: transform .3s cubic-bezier(.23,1,.32,1),opacity .3s cubic-bezier(.23,1,.32,1),-webkit-transform .3s cubic-bezier(.23,1,.32,1);
  -webkit-transform-origin: top left;
  transform-origin: top left;
}

.el-zoom-in-left-enter,
.el-zoom-in-left-leave-active {
  opacity: 0;
  -webkit-transform: scale(.45,.45);
  transform: scale(.45,.45);
}

.collapse-transition {
  -webkit-transition: .3s height ease-in-out,.3s padding-top ease-in-out,.3s padding-bottom ease-in-out;
  transition: .3s height ease-in-out,.3s padding-top ease-in-out,.3s padding-bottom ease-in-out;
}

.horizontal-collapse-transition {
  -webkit-transition: .3s width ease-in-out,.3s padding-left ease-in-out,.3s padding-right ease-in-out;
  transition: .3s width ease-in-out,.3s padding-left ease-in-out,.3s padding-right ease-in-out;
}

.el-list-enter-active,
.el-list-leave-active {
  -webkit-transition: all 1s;
  transition: all 1s;
}

.el-list-enter,
.el-list-leave-active {
  opacity: 0;
  -webkit-transform: translateY(-30px);
  transform: translateY(-30px);
}

.el-opacity-transition {
  -webkit-transition: opacity .3s cubic-bezier(.55,0,.1,1);
  transition: opacity .3s cubic-bezier(.55,0,.1,1);
}

.el-collapse {
  border-top: 1px solid #EBEEF5;
  border-bottom: 1px solid #EBEEF5;
}

.el-collapse-item.is-disabled .el-collapse-item__header {
  color: #bbb;
  cursor: not-allowed;
}

.el-collapse-item__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 48px;
  line-height: 48px;
  background-color: #FFF;
  color: #303133;
  cursor: pointer;
  border-bottom: 1px solid #EBEEF5;
  font-size: 13px;
  font-weight: 500;
  -webkit-transition: border-bottom-color .3s;
  transition: border-bottom-color .3s;
  outline: 0;
}

.el-collapse-item__arrow {
  margin: 0 8px 0 auto;
  transition: -webkit-transform .3s;
  -webkit-transition: -webkit-transform .3s;
  transition: transform .3s;
  transition: transform .3s, -webkit-transform .3s;
  transition: transform .3s,-webkit-transform .3s;
  font-weight: 300;
}

.el-collapse-item__arrow.is-active {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.el-collapse-item__header.focusing:focus:not(:hover) {
  color: #409EFF;
}

.el-collapse-item__header.is-active {
  border-bottom-color: transparent;
}

.el-collapse-item__wrap {
  will-change: height;
  background-color: #FFF;
  overflow: hidden;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-bottom: 1px solid #EBEEF5;
}

.el-cascader__tags,
.el-tag {
  -webkit-box-sizing: border-box;
}

.el-collapse-item__content {
  padding-bottom: 25px;
  font-size: 13px;
  color: #303133;
  line-height: 1.769230769230769;
}

.el-collapse-item:last-child {
  margin-bottom: -1px;
}

.el-popper .popper__arrow,
.el-popper .popper__arrow::after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}

.el-popper .popper__arrow {
  border-width: 6px;
  -webkit-filter: drop-shadow(0 2px 12px rgba(0, 0, 0, .03));
  filter: drop-shadow(0 2px 12px rgba(0, 0, 0, .03));
}

.el-popper .popper__arrow::after {
  content: " ";
  border-width: 6px;
}

.el-popper[x-placement^=top] {
  margin-bottom: 12px;
}

.el-popper[x-placement^=top] .popper__arrow {
  bottom: -6px;
  left: 50%;
  margin-right: 3px;
  border-top-color: #EBEEF5;
  border-bottom-width: 0;
}

.el-popper[x-placement^=top] .popper__arrow::after {
  bottom: 1px;
  margin-left: -6px;
  border-top-color: #FFF;
  border-bottom-width: 0;
}

.el-popper[x-placement^=bottom] {
  margin-top: 12px;
}

.el-popper[x-placement^=bottom] .popper__arrow {
  top: -6px;
  left: 50%;
  margin-right: 3px;
  border-top-width: 0;
  border-bottom-color: #EBEEF5;
}

.el-popper[x-placement^=bottom] .popper__arrow::after {
  top: 1px;
  margin-left: -6px;
  border-top-width: 0;
  border-bottom-color: #FFF;
}

.el-popper[x-placement^=right] {
  margin-left: 12px;
}

.el-popper[x-placement^=right] .popper__arrow {
  top: 50%;
  left: -6px;
  margin-bottom: 3px;
  border-right-color: #EBEEF5;
  border-left-width: 0;
}

.el-popper[x-placement^=right] .popper__arrow::after {
  bottom: -6px;
  left: 1px;
  border-right-color: #FFF;
  border-left-width: 0;
}

.el-popper[x-placement^=left] {
  margin-right: 12px;
}

.el-popper[x-placement^=left] .popper__arrow {
  top: 50%;
  right: -6px;
  margin-bottom: 3px;
  border-right-width: 0;
  border-left-color: #EBEEF5;
}

.el-popper[x-placement^=left] .popper__arrow::after {
  right: 1px;
  bottom: -6px;
  margin-left: -6px;
  border-right-width: 0;
  border-left-color: #FFF;
}

.el-tag {
  background-color: #ecf5ff;
  border-color: #d9ecff;
  display: inline-block;
  height: 32px;
  padding: 0 10px;
  line-height: 30px;
  font-size: 12px;
  color: #409EFF;
  border-width: 1px;
  border-style: solid;
  border-radius: 4px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  white-space: nowrap;
}

.el-tag.is-hit {
  border-color: #409EFF;
}

.el-tag .el-tag__close {
  color: #409eff;
}

.el-tag .el-tag__close:hover {
  color: #FFF;
  background-color: #409eff;
}

.el-tag.el-tag--info {
  background-color: #f4f4f5;
  border-color: #e9e9eb;
  color: #909399;
}

.el-tag.el-tag--info.is-hit {
  border-color: #909399;
}

.el-tag.el-tag--info .el-tag__close {
  color: #909399;
}

.el-tag.el-tag--info .el-tag__close:hover {
  color: #FFF;
  background-color: #909399;
}

.el-tag.el-tag--success {
  background-color: #f0f9eb;
  border-color: #e1f3d8;
  color: #67c23a;
}

.el-tag.el-tag--success.is-hit {
  border-color: #67C23A;
}

.el-tag.el-tag--success .el-tag__close {
  color: #67c23a;
}

.el-tag.el-tag--success .el-tag__close:hover {
  color: #FFF;
  background-color: #67c23a;
}

.el-tag.el-tag--warning {
  background-color: #fdf6ec;
  border-color: #faecd8;
  color: #e6a23c;
}

.el-tag.el-tag--warning.is-hit {
  border-color: #E6A23C;
}

.el-tag.el-tag--warning .el-tag__close {
  color: #e6a23c;
}

.el-tag.el-tag--warning .el-tag__close:hover {
  color: #FFF;
  background-color: #e6a23c;
}

.el-tag.el-tag--danger {
  background-color: #fef0f0;
  border-color: #fde2e2;
  color: #f56c6c;
}

.el-tag.el-tag--danger.is-hit {
  border-color: #F56C6C;
}

.el-tag.el-tag--danger .el-tag__close {
  color: #f56c6c;
}

.el-tag.el-tag--danger .el-tag__close:hover {
  color: #FFF;
  background-color: #f56c6c;
}

.el-tag .el-icon-close {
  border-radius: 50%;
  text-align: center;
  position: relative;
  cursor: pointer;
  font-size: 12px;
  height: 16px;
  width: 16px;
  line-height: 16px;
  vertical-align: middle;
  top: -1px;
  right: -5px;
}

.el-tag .el-icon-close::before {
  display: block;
}

.el-tag--dark {
  background-color: #409eff;
  border-color: #409eff;
  color: #fff;
}

.el-tag--dark.is-hit {
  border-color: #409EFF;
}

.el-tag--dark .el-tag__close {
  color: #fff;
}

.el-tag--dark .el-tag__close:hover {
  color: #FFF;
  background-color: #66b1ff;
}

.el-tag--dark.el-tag--info {
  background-color: #909399;
  border-color: #909399;
  color: #fff;
}

.el-tag--dark.el-tag--info.is-hit {
  border-color: #909399;
}

.el-tag--dark.el-tag--info .el-tag__close {
  color: #fff;
}

.el-tag--dark.el-tag--info .el-tag__close:hover {
  color: #FFF;
  background-color: #a6a9ad;
}

.el-tag--dark.el-tag--success {
  background-color: #67c23a;
  border-color: #67c23a;
  color: #fff;
}

.el-tag--dark.el-tag--success.is-hit {
  border-color: #67C23A;
}

.el-tag--dark.el-tag--success .el-tag__close {
  color: #fff;
}

.el-tag--dark.el-tag--success .el-tag__close:hover {
  color: #FFF;
  background-color: #85ce61;
}

.el-tag--dark.el-tag--warning {
  background-color: #e6a23c;
  border-color: #e6a23c;
  color: #fff;
}

.el-tag--dark.el-tag--warning.is-hit {
  border-color: #E6A23C;
}

.el-tag--dark.el-tag--warning .el-tag__close {
  color: #fff;
}

.el-tag--dark.el-tag--warning .el-tag__close:hover {
  color: #FFF;
  background-color: #ebb563;
}

.el-tag--dark.el-tag--danger {
  background-color: #f56c6c;
  border-color: #f56c6c;
  color: #fff;
}

.el-tag--dark.el-tag--danger.is-hit {
  border-color: #F56C6C;
}

.el-tag--dark.el-tag--danger .el-tag__close {
  color: #fff;
}

.el-tag--dark.el-tag--danger .el-tag__close:hover {
  color: #FFF;
  background-color: #f78989;
}

.el-tag--plain {
  background-color: #fff;
  border-color: #b3d8ff;
  color: #409eff;
}

.el-tag--plain.is-hit {
  border-color: #409EFF;
}

.el-tag--plain .el-tag__close {
  color: #409eff;
}

.el-tag--plain .el-tag__close:hover {
  color: #FFF;
  background-color: #409eff;
}

.el-tag--plain.el-tag--info {
  background-color: #fff;
  border-color: #d3d4d6;
  color: #909399;
}

.el-tag--plain.el-tag--info.is-hit {
  border-color: #909399;
}

.el-tag--plain.el-tag--info .el-tag__close {
  color: #909399;
}

.el-tag--plain.el-tag--info .el-tag__close:hover {
  color: #FFF;
  background-color: #909399;
}

.el-tag--plain.el-tag--success {
  background-color: #fff;
  border-color: #c2e7b0;
  color: #67c23a;
}

.el-tag--plain.el-tag--success.is-hit {
  border-color: #67C23A;
}

.el-tag--plain.el-tag--success .el-tag__close {
  color: #67c23a;
}

.el-tag--plain.el-tag--success .el-tag__close:hover {
  color: #FFF;
  background-color: #67c23a;
}

.el-tag--plain.el-tag--warning {
  background-color: #fff;
  border-color: #f5dab1;
  color: #e6a23c;
}

.el-tag--plain.el-tag--warning.is-hit {
  border-color: #E6A23C;
}

.el-tag--plain.el-tag--warning .el-tag__close {
  color: #e6a23c;
}

.el-tag--plain.el-tag--warning .el-tag__close:hover {
  color: #FFF;
  background-color: #e6a23c;
}

.el-tag--plain.el-tag--danger {
  background-color: #fff;
  border-color: #fbc4c4;
  color: #f56c6c;
}

.el-tag--plain.el-tag--danger.is-hit {
  border-color: #F56C6C;
}

.el-tag--plain.el-tag--danger .el-tag__close {
  color: #f56c6c;
}

.el-tag--plain.el-tag--danger .el-tag__close:hover {
  color: #FFF;
  background-color: #f56c6c;
}

.el-tag--medium {
  height: 28px;
  line-height: 26px;
}

.el-tag--medium .el-icon-close {
  -webkit-transform: scale(.8);
  transform: scale(.8);
}

.el-tag--small {
  height: 24px;
  padding: 0 8px;
  line-height: 22px;
}

.el-tag--small .el-icon-close {
  -webkit-transform: scale(.8);
  transform: scale(.8);
}

.el-tag--mini {
  height: 20px;
  padding: 0 5px;
  line-height: 19px;
}

.el-tag--mini .el-icon-close {
  margin-left: -3px;
  -webkit-transform: scale(.7);
  transform: scale(.7);
}

.el-cascader {
  display: inline-block;
  position: relative;
  font-size: 14px;
  line-height: 40px;
}

.el-cascader:not(.is-disabled):hover .el-input__inner {
  cursor: pointer;
  border-color: #C0C4CC;
}

.el-cascader .el-input .el-input__inner:focus,
.el-cascader .el-input.is-focus .el-input__inner {
  border-color: #409EFF;
}

.el-cascader .el-input {
  cursor: pointer;
}

.el-cascader .el-input .el-input__inner {
  text-overflow: ellipsis;
}

.el-cascader .el-input .el-icon-arrow-down {
  -webkit-transition: -webkit-transform .3s;
  transition: -webkit-transform .3s;
  transition: transform .3s;
  transition: transform .3s, -webkit-transform .3s;
  transition: transform .3s,-webkit-transform .3s;
  font-size: 14px;
}

.el-cascader .el-input .el-icon-arrow-down.is-reverse {
  -webkit-transform: rotateZ(180deg);
  transform: rotateZ(180deg);
}

.el-cascader .el-input .el-icon-circle-close:hover {
  color: #909399;
}

.el-cascader--medium {
  font-size: 14px;
  line-height: 36px;
}

.el-cascader--small {
  font-size: 13px;
  line-height: 32px;
}

.el-cascader--mini {
  font-size: 12px;
  line-height: 28px;
}

.el-cascader.is-disabled .el-cascader__label {
  z-index: 2;
  color: #C0C4CC;
}

.el-cascader__dropdown {
  margin: 5px 0;
  font-size: 14px;
  background: #FFF;
  border: 1px solid #E4E7ED;
  border-radius: 4px;
  -webkit-box-shadow: 0 2px 12px 0 rgba(0,0,0,.1);
  box-shadow: 0 2px 12px 0 rgba(0,0,0,.1);
}

.el-cascader__tags {
  position: absolute;
  left: 0;
  right: 30px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  line-height: normal;
  text-align: left;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.el-cascader__tags .el-tag {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  max-width: 100%;
  margin: 2px 0 2px 6px;
  text-overflow: ellipsis;
  background: #f0f2f5;
}

.el-cascader__tags .el-tag:not(.is-hit) {
  border-color: transparent;
}

.el-cascader__tags .el-tag>span {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  overflow: hidden;
  text-overflow: ellipsis;
}

.el-cascader__tags .el-tag .el-icon-close {
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  background-color: #C0C4CC;
  color: #FFF;
}

.el-cascader__tags .el-tag .el-icon-close:hover {
  background-color: #909399;
}

.el-cascader__suggestion-panel {
  border-radius: 4px;
}

.el-cascader__suggestion-list {
  max-height: 204px;
  margin: 0;
  padding: 6px 0;
  font-size: 14px;
  color: #606266;
  text-align: center;
}

.el-cascader__suggestion-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 34px;
  padding: 0 15px;
  text-align: left;
  outline: 0;
  cursor: pointer;
}

.el-cascader__suggestion-item:focus,
.el-cascader__suggestion-item:hover {
  background: #F5F7FA;
}

.el-cascader__suggestion-item.is-checked {
  color: #409EFF;
  font-weight: 700;
}

.el-cascader__suggestion-item>span {
  margin-right: 10px;
}

.el-cascader__empty-text {
  margin: 10px 0;
  color: #C0C4CC;
}

.el-cascader__search-input {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  height: 24px;
  min-width: 60px;
  margin: 2px 0 2px 15px;
  padding: 0;
  color: #606266;
  border: none;
  outline: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.el-cascader__search-input::-webkit-input-placeholder {
  color: #C0C4CC;
}

.el-cascader__search-input:-ms-input-placeholder {
  color: #C0C4CC;
}

.el-cascader__search-input::-ms-input-placeholder {
  color: #C0C4CC;
}

.el-cascader__search-input::-moz-placeholder {
  color: #C0C4CC;
}

.el-cascader__search-input::placeholder {
  color: #C0C4CC;
}

.el-color-predefine {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 12px;
  margin-top: 8px;
  width: 280px;
}

.el-color-predefine__colors {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.el-color-predefine__color-selector {
  margin: 0 0 8px 8px;
  width: 20px;
  height: 20px;
  border-radius: 4px;
  cursor: pointer;
}

.el-color-predefine__color-selector:nth-child(10n+1) {
  margin-left: 0;
}

.el-color-predefine__color-selector.selected {
  -webkit-box-shadow: 0 0 3px 2px #409EFF;
  box-shadow: 0 0 3px 2px #409EFF;
}

.el-color-predefine__color-selector>div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  border-radius: 3px;
}

.el-color-predefine__color-selector.is-alpha {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAMCAIAAADZF8uwAAAAGUlEQVQYV2M4gwH+YwCGIasIUwhT25BVBADtzYNYrHvv4gAAAABJRU5ErkJggg==);
}

.el-color-hue-slider {
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 280px;
  height: 12px;
  background-color: red;
  padding: 0 2px;
}

.el-color-hue-slider__bar {
  position: relative;
  background: -webkit-gradient(linear,left top, right top,color-stop(0, red),color-stop(17%, #ff0),color-stop(33%, #0f0),color-stop(50%, #0ff),color-stop(67%, #00f),color-stop(83%, #f0f),to(red));
  background: linear-gradient(to right,red 0,#ff0 17%,#0f0 33%,#0ff 50%,#00f 67%,#f0f 83%,red 100%);
  height: 100%;
}

.el-color-hue-slider__thumb {
  position: absolute;
  cursor: pointer;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  left: 0;
  top: 0;
  width: 4px;
  height: 100%;
  border-radius: 1px;
  background: #fff;
  border: 1px solid #f0f0f0;
  -webkit-box-shadow: 0 0 2px rgba(0,0,0,.6);
  box-shadow: 0 0 2px rgba(0,0,0,.6);
  z-index: 1;
}

.el-color-hue-slider.is-vertical {
  width: 12px;
  height: 180px;
  padding: 2px 0;
}

.el-color-hue-slider.is-vertical .el-color-hue-slider__bar {
  background: -webkit-gradient(linear,left top, left bottom,color-stop(0, red),color-stop(17%, #ff0),color-stop(33%, #0f0),color-stop(50%, #0ff),color-stop(67%, #00f),color-stop(83%, #f0f),to(red));
  background: linear-gradient(to bottom,red 0,#ff0 17%,#0f0 33%,#0ff 50%,#00f 67%,#f0f 83%,red 100%);
}

.el-color-hue-slider.is-vertical .el-color-hue-slider__thumb {
  left: 0;
  top: 0;
  width: 100%;
  height: 4px;
}

.el-color-svpanel {
  position: relative;
  width: 280px;
  height: 180px;
}

.el-color-svpanel__black,
.el-color-svpanel__white {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.el-color-svpanel__white {
  background: -webkit-gradient(linear,left top, right top,from(#fff),to(rgba(255,255,255,0)));
  background: linear-gradient(to right,#fff,rgba(255,255,255,0));
}

.el-color-svpanel__black {
  background: -webkit-gradient(linear,left bottom, left top,from(#000),to(rgba(0,0,0,0)));
  background: linear-gradient(to top,#000,rgba(0,0,0,0));
}

.el-color-svpanel__cursor {
  position: absolute;
}

.el-color-svpanel__cursor>div {
  cursor: head;
  width: 4px;
  height: 4px;
  -webkit-box-shadow: 0 0 0 1.5px #fff,inset 0 0 1px 1px rgba(0,0,0,.3),0 0 1px 2px rgba(0,0,0,.4);
  box-shadow: 0 0 0 1.5px #fff,inset 0 0 1px 1px rgba(0,0,0,.3),0 0 1px 2px rgba(0,0,0,.4);
  border-radius: 50%;
  -webkit-transform: translate(-2px,-2px);
  transform: translate(-2px,-2px);
}

.el-color-alpha-slider {
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 280px;
  height: 12px;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAMCAIAAADZF8uwAAAAGUlEQVQYV2M4gwH+YwCGIasIUwhT25BVBADtzYNYrHvv4gAAAABJRU5ErkJggg==);
}

.el-color-alpha-slider__bar {
  position: relative;
  background: -webkit-gradient(linear,left top, right top,color-stop(0, rgba(255,255,255,0)),to(#fff));
  background: linear-gradient(to right,rgba(255,255,255,0) 0,#fff 100%);
  height: 100%;
}

.el-color-alpha-slider__thumb {
  position: absolute;
  cursor: pointer;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  left: 0;
  top: 0;
  width: 4px;
  height: 100%;
  border-radius: 1px;
  background: #fff;
  border: 1px solid #f0f0f0;
  -webkit-box-shadow: 0 0 2px rgba(0,0,0,.6);
  box-shadow: 0 0 2px rgba(0,0,0,.6);
  z-index: 1;
}

.el-color-alpha-slider.is-vertical {
  width: 20px;
  height: 180px;
}

.el-color-alpha-slider.is-vertical .el-color-alpha-slider__bar {
  background: -webkit-gradient(linear,left top, left bottom,color-stop(0, rgba(255,255,255,0)),to(#fff));
  background: linear-gradient(to bottom,rgba(255,255,255,0) 0,#fff 100%);
}

.el-color-alpha-slider.is-vertical .el-color-alpha-slider__thumb {
  left: 0;
  top: 0;
  width: 100%;
  height: 4px;
}

.el-color-dropdown {
  width: 300px;
}

.el-color-dropdown__main-wrapper {
  margin-bottom: 6px;
}

.el-color-dropdown__main-wrapper::after {
  content: "";
  display: table;
  clear: both;
}

.el-color-dropdown__btns {
  margin-top: 6px;
  text-align: right;
}

.el-color-dropdown__value {
  float: left;
  line-height: 26px;
  font-size: 12px;
  color: #000;
  width: 160px;
}

.el-color-dropdown__btn {
  border: 1px solid #dcdcdc;
  color: #333;
  line-height: 24px;
  border-radius: 2px;
  padding: 0 20px;
  cursor: pointer;
  background-color: transparent;
  outline: 0;
  font-size: 12px;
}

.el-color-dropdown__btn[disabled] {
  color: #ccc;
  cursor: not-allowed;
}

.el-color-dropdown__btn:hover {
  color: #409EFF;
  border-color: #409EFF;
}

.el-color-dropdown__link-btn {
  cursor: pointer;
  color: #409EFF;
  text-decoration: none;
  padding: 15px;
  font-size: 12px;
}

.el-color-dropdown__link-btn:hover {
  color: tint(#409EFF,20%);
}

.el-color-picker {
  display: inline-block;
  position: relative;
  line-height: normal;
  height: 40px;
}

.el-color-picker.is-disabled .el-color-picker__trigger {
  cursor: not-allowed;
}

.el-color-picker--medium {
  height: 36px;
}

.el-color-picker--medium .el-color-picker__trigger {
  height: 36px;
  width: 36px;
}

.el-color-picker--medium .el-color-picker__mask {
  height: 34px;
  width: 34px;
}

.el-color-picker--small {
  height: 32px;
}

.el-color-picker--small .el-color-picker__trigger {
  height: 32px;
  width: 32px;
}

.el-color-picker--small .el-color-picker__mask {
  height: 30px;
  width: 30px;
}

.el-color-picker--small .el-color-picker__empty,
.el-color-picker--small .el-color-picker__icon {
  -webkit-transform: translate3d(-50%,-50%,0) scale(.8);
  transform: translate3d(-50%,-50%,0) scale(.8);
}

.el-color-picker--mini {
  height: 28px;
}

.el-color-picker--mini .el-color-picker__trigger {
  height: 28px;
  width: 28px;
}

.el-color-picker--mini .el-color-picker__mask {
  height: 26px;
  width: 26px;
}

.el-color-picker--mini .el-color-picker__empty,
.el-color-picker--mini .el-color-picker__icon {
  -webkit-transform: translate3d(-50%,-50%,0) scale(.8);
  transform: translate3d(-50%,-50%,0) scale(.8);
}

.el-color-picker__mask {
  height: 38px;
  width: 38px;
  border-radius: 4px;
  position: absolute;
  top: 1px;
  left: 1px;
  z-index: 1;
  cursor: not-allowed;
  background-color: rgba(255,255,255,.7);
}

.el-color-picker__trigger {
  display: inline-block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  height: 40px;
  width: 40px;
  padding: 4px;
  border: 1px solid #e6e6e6;
  border-radius: 4px;
  font-size: 0;
  position: relative;
  cursor: pointer;
}

.el-color-picker__color {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #999;
  border-radius: 2px;
  width: 100%;
  height: 100%;
  text-align: center;
}

.el-color-picker__color.is-alpha {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAMCAIAAADZF8uwAAAAGUlEQVQYV2M4gwH+YwCGIasIUwhT25BVBADtzYNYrHvv4gAAAABJRU5ErkJggg==);
}

.el-color-picker__color-inner {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}

.el-color-picker__empty,
.el-color-picker__icon {
  top: 50%;
  left: 50%;
  font-size: 12px;
  position: absolute;
}

.el-color-picker__empty {
  color: #999;
  -webkit-transform: translate3d(-50%,-50%,0);
  transform: translate3d(-50%,-50%,0);
}

.el-color-picker__icon {
  display: inline-block;
  width: 100%;
  -webkit-transform: translate3d(-50%,-50%,0);
  transform: translate3d(-50%,-50%,0);
  color: #FFF;
  text-align: center;
}

.el-color-picker__panel {
  position: absolute;
  z-index: 10;
  padding: 6px;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  background-color: #FFF;
  border: 1px solid #EBEEF5;
  border-radius: 4px;
  -webkit-box-shadow: 0 2px 12px 0 rgba(0,0,0,.1);
  box-shadow: 0 2px 12px 0 rgba(0,0,0,.1);
}

.el-textarea {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: bottom;
  font-size: 14px;
}

.el-textarea__inner {
  display: block;
  resize: vertical;
  padding: 5px 15px;
  line-height: 1.5;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  font-size: inherit;
  color: #606266;
  background-color: #FFF;
  background-image: none;
  border: 1px solid #DCDFE6;
  border-radius: 4px;
  -webkit-transition: border-color .2s cubic-bezier(.645,.045,.355,1);
  transition: border-color .2s cubic-bezier(.645,.045,.355,1);
}

.el-textarea__inner::-webkit-input-placeholder {
  color: #C0C4CC;
}

.el-textarea__inner:-ms-input-placeholder {
  color: #C0C4CC;
}

.el-textarea__inner::-ms-input-placeholder {
  color: #C0C4CC;
}

.el-textarea__inner::-moz-placeholder {
  color: #C0C4CC;
}

.el-textarea__inner::placeholder {
  color: #C0C4CC;
}

.el-textarea__inner:hover {
  border-color: #C0C4CC;
}

.el-textarea__inner:focus {
  outline: 0;
  border-color: #409EFF;
}

.el-textarea .el-input__count {
  color: #909399;
  background: #FFF;
  position: absolute;
  font-size: 12px;
  bottom: 5px;
  right: 10px;
}

.el-textarea.is-disabled .el-textarea__inner {
  background-color: #F5F7FA;
  border-color: #E4E7ED;
  color: #C0C4CC;
  cursor: not-allowed;
}

.el-textarea.is-disabled .el-textarea__inner::-webkit-input-placeholder {
  color: #C0C4CC;
}

.el-textarea.is-disabled .el-textarea__inner:-ms-input-placeholder {
  color: #C0C4CC;
}

.el-textarea.is-disabled .el-textarea__inner::-ms-input-placeholder {
  color: #C0C4CC;
}

.el-textarea.is-disabled .el-textarea__inner::-moz-placeholder {
  color: #C0C4CC;
}

.el-textarea.is-disabled .el-textarea__inner::placeholder {
  color: #C0C4CC;
}

.el-textarea.is-exceed .el-textarea__inner {
  border-color: #F56C6C;
}

.el-textarea.is-exceed .el-input__count {
  color: #F56C6C;
}

.el-input {
  position: relative;
  font-size: 14px;
  display: inline-block;
  width: 100%;
}

.el-input::-webkit-scrollbar {
  z-index: 11;
  width: 6px;
}

.el-input::-webkit-scrollbar:horizontal {
  height: 6px;
}

.el-input::-webkit-scrollbar-thumb {
  border-radius: 5px;
  width: 6px;
  background: #b4bccc;
}

.el-input::-webkit-scrollbar-corner {
  background: #fff;
}

.el-input::-webkit-scrollbar-track {
  background: #fff;
}

.el-input::-webkit-scrollbar-track-piece {
  background: #fff;
  width: 6px;
}

.el-input .el-input__clear {
  color: #C0C4CC;
  font-size: 14px;
  cursor: pointer;
  -webkit-transition: color .2s cubic-bezier(.645,.045,.355,1);
  transition: color .2s cubic-bezier(.645,.045,.355,1);
}

.el-input .el-input__clear:hover {
  color: #909399;
}

.el-input .el-input__count {
  height: 100%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #909399;
  font-size: 12px;
}

.el-input .el-input__count .el-input__count-inner {
  background: #FFF;
  line-height: initial;
  display: inline-block;
  padding: 0 5px;
}

.el-input__inner {
  -webkit-appearance: none;
  background-color: #FFF;
  background-image: none;
  border-radius: 4px;
  border: 1px solid #DCDFE6;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #606266;
  display: inline-block;
  font-size: inherit;
  height: 40px;
  line-height: 40px;
  outline: 0;
  padding: 0 15px;
  -webkit-transition: border-color .2s cubic-bezier(.645,.045,.355,1);
  transition: border-color .2s cubic-bezier(.645,.045,.355,1);
  width: 100%;
}

.el-input__prefix,
.el-input__suffix {
  position: absolute;
  top: 0;
  -webkit-transition: all .3s;
  height: 100%;
  color: #C0C4CC;
  text-align: center;
}

.el-input__inner::-webkit-input-placeholder {
  color: #C0C4CC;
}

.el-input__inner:-ms-input-placeholder {
  color: #C0C4CC;
}

.el-input__inner::-ms-input-placeholder {
  color: #C0C4CC;
}

.el-input__inner::-moz-placeholder {
  color: #C0C4CC;
}

.el-input__inner::placeholder {
  color: #C0C4CC;
}

.el-input__inner:hover {
  border-color: #C0C4CC;
}

.el-input.is-active .el-input__inner,
.el-input__inner:focus {
  border-color: #409EFF;
  outline: 0;
}

.el-input__suffix {
  right: 5px;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.el-input__suffix-inner {
  pointer-events: all;
}

.el-input__prefix {
  left: 5px;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.el-input__icon {
  height: 100%;
  width: 25px;
  text-align: center;
  -webkit-transition: all .3s;
  transition: all .3s;
  line-height: 40px;
}

.el-input__icon:after {
  content: '';
  height: 100%;
  width: 0;
  display: inline-block;
  vertical-align: middle;
}

.el-input__validateIcon {
  pointer-events: none;
}

.el-input.is-disabled .el-input__inner {
  background-color: #F5F7FA;
  border-color: #E4E7ED;
  color: #C0C4CC;
  cursor: not-allowed;
}

.el-input.is-disabled .el-input__inner::-webkit-input-placeholder {
  color: #C0C4CC;
}

.el-input.is-disabled .el-input__inner:-ms-input-placeholder {
  color: #C0C4CC;
}

.el-input.is-disabled .el-input__inner::-ms-input-placeholder {
  color: #C0C4CC;
}

.el-input.is-disabled .el-input__inner::-moz-placeholder {
  color: #C0C4CC;
}

.el-input.is-disabled .el-input__inner::placeholder {
  color: #C0C4CC;
}

.el-input.is-disabled .el-input__icon {
  cursor: not-allowed;
}

.el-link,
.el-transfer-panel__filter .el-icon-circle-close {
  cursor: pointer;
}

.el-input.is-exceed .el-input__inner {
  border-color: #F56C6C;
}

.el-input.is-exceed .el-input__suffix .el-input__count {
  color: #F56C6C;
}

.el-input--suffix .el-input__inner {
  padding-right: 30px;
}

.el-input--prefix .el-input__inner {
  padding-left: 30px;
}

.el-input--medium {
  font-size: 14px;
}

.el-input--medium .el-input__inner {
  height: 36px;
  line-height: 36px;
}

.el-input--medium .el-input__icon {
  line-height: 36px;
}

.el-input--small {
  font-size: 13px;
}

.el-input--small .el-input__inner {
  height: 32px;
  line-height: 32px;
}

.el-input--small .el-input__icon {
  line-height: 32px;
}

.el-input--mini {
  font-size: 12px;
}

.el-input--mini .el-input__inner {
  height: 28px;
  line-height: 28px;
}

.el-input--mini .el-input__icon {
  line-height: 28px;
}

.el-input-group {
  line-height: normal;
  display: inline-table;
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
}

.el-input-group>.el-input__inner {
  vertical-align: middle;
  display: table-cell;
}

.el-input-group__append,
.el-input-group__prepend {
  background-color: #F5F7FA;
  color: #909399;
  vertical-align: middle;
  display: table-cell;
  position: relative;
  border: 1px solid #DCDFE6;
  border-radius: 4px;
  padding: 0 20px;
  width: 1px;
  white-space: nowrap;
}

.el-input-group--prepend .el-input__inner,
.el-input-group__append {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.el-input-group--append .el-input__inner,
.el-input-group__prepend {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.el-input-group__append:focus,
.el-input-group__prepend:focus {
  outline: 0;
}

.el-input-group__append .el-button,
.el-input-group__append .el-select,
.el-input-group__prepend .el-button,
.el-input-group__prepend .el-select {
  display: inline-block;
  margin: -10px -20px;
}

.el-input-group__append button.el-button,
.el-input-group__append div.el-select .el-input__inner,
.el-input-group__append div.el-select:hover .el-input__inner,
.el-input-group__prepend button.el-button,
.el-input-group__prepend div.el-select .el-input__inner,
.el-input-group__prepend div.el-select:hover .el-input__inner {
  border-color: transparent;
  background-color: transparent;
  color: inherit;
  border-top: 0;
  border-bottom: 0;
}

.el-input-group__append .el-button,
.el-input-group__append .el-input,
.el-input-group__prepend .el-button,
.el-input-group__prepend .el-input {
  font-size: inherit;
}

.el-input-group__prepend {
  border-right: 0;
}

.el-input-group__append {
  border-left: 0;
}

.el-input-group--append .el-select .el-input.is-focus .el-input__inner,
.el-input-group--prepend .el-select .el-input.is-focus .el-input__inner {
  border-color: transparent;
}

.el-input__inner::-ms-clear {
  display: none;
  width: 0;
  height: 0;
}

.el-transfer {
  font-size: 14px;
}

.el-transfer__buttons {
  display: inline-block;
  vertical-align: middle;
  padding: 0 30px;
}

.el-transfer__button {
  display: block;
  margin: 0 auto;
  padding: 10px;
  border-radius: 50%;
  color: #FFF;
  background-color: #409EFF;
  font-size: 0;
}

.el-transfer-panel__item+.el-transfer-panel__item,
.el-transfer__button [class*=el-icon-]+span {
  margin-left: 0;
}

.el-transfer__button.is-with-texts {
  border-radius: 4px;
}

.el-transfer__button.is-disabled,
.el-transfer__button.is-disabled:hover {
  border: 1px solid #DCDFE6;
  background-color: #F5F7FA;
  color: #C0C4CC;
}

.el-transfer__button:first-child {
  margin-bottom: 10px;
}

.el-transfer__button:nth-child(2) {
  margin: 0;
}

.el-transfer__button i,
.el-transfer__button span {
  font-size: 14px;
}

.el-transfer-panel {
  border: 1px solid #EBEEF5;
  border-radius: 4px;
  overflow: hidden;
  background: #FFF;
  display: inline-block;
  vertical-align: middle;
  width: 200px;
  max-height: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
}

.el-transfer-panel__body {
  height: 246px;
}

.el-transfer-panel__body.is-with-footer {
  padding-bottom: 40px;
}

.el-transfer-panel__list {
  margin: 0;
  padding: 6px 0;
  list-style: none;
  height: 246px;
  overflow: auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.el-transfer-panel__list.is-filterable {
  height: 194px;
  padding-top: 0;
}

.el-transfer-panel__item {
  height: 30px;
  line-height: 30px;
  padding-left: 15px;
  display: block!important;
}

.el-transfer-panel__item.el-checkbox {
  color: #606266;
}

.el-transfer-panel__item:hover {
  color: #409EFF;
}

.el-transfer-panel__item.el-checkbox .el-checkbox__label {
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 24px;
  line-height: 30px;
}

.el-transfer-panel__item .el-checkbox__input {
  position: absolute;
  top: 8px;
}

.el-transfer-panel__filter {
  text-align: center;
  margin: 15px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  width: auto;
}

.el-transfer-panel__filter .el-input__inner {
  height: 32px;
  width: 100%;
  font-size: 12px;
  display: inline-block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 16px;
  padding-right: 10px;
  padding-left: 30px;
}

.el-transfer-panel__filter .el-input__icon {
  margin-left: 5px;
}

.el-transfer-panel .el-transfer-panel__header {
  height: 40px;
  line-height: 40px;
  background: #F5F7FA;
  margin: 0;
  padding-left: 15px;
  border-bottom: 1px solid #EBEEF5;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #000;
}

.el-transfer-panel .el-transfer-panel__header .el-checkbox {
  display: block;
  line-height: 40px;
}

.el-transfer-panel .el-transfer-panel__header .el-checkbox .el-checkbox__label {
  font-size: 16px;
  color: #303133;
  font-weight: 400;
}

.el-transfer-panel .el-transfer-panel__header .el-checkbox .el-checkbox__label span {
  position: absolute;
  right: 15px;
  color: #909399;
  font-size: 12px;
  font-weight: 400;
}

.el-divider__text,
.el-link {
  font-weight: 500;
  font-size: 14px;
}

.el-transfer-panel .el-transfer-panel__footer {
  height: 40px;
  background: #FFF;
  margin: 0;
  padding: 0;
  border-top: 1px solid #EBEEF5;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 1;
}

.el-transfer-panel .el-transfer-panel__footer::after {
  display: inline-block;
  content: "";
  height: 100%;
  vertical-align: middle;
}

.el-container,
.el-timeline-item__node {
  display: -webkit-box;
  display: -ms-flexbox;
}

.el-transfer-panel .el-transfer-panel__footer .el-checkbox {
  padding-left: 20px;
  color: #606266;
}

.el-transfer-panel .el-transfer-panel__empty {
  margin: 0;
  height: 30px;
  line-height: 30px;
  padding: 6px 15px 0;
  color: #909399;
  text-align: center;
}

.el-transfer-panel .el-checkbox__label {
  padding-left: 8px;
}

.el-transfer-panel .el-checkbox__inner {
  height: 14px;
  width: 14px;
  border-radius: 3px;
}

.el-transfer-panel .el-checkbox__inner::after {
  height: 6px;
  width: 3px;
  left: 4px;
}

.el-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -ms-flex-preferred-size: auto;
  flex-basis: auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  min-width: 0;
}

.el-container.is-vertical,
.el-drawer {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
}

.el-aside,
.el-header {
  -webkit-box-sizing: border-box;
}

.el-container.is-vertical {
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
}

.el-header {
  padding: 0 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.el-aside {
  overflow: auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.el-footer,
.el-main {
  -webkit-box-sizing: border-box;
}

.el-main {
  display: block;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -ms-flex-preferred-size: auto;
  flex-basis: auto;
  overflow: auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 20px;
}

.el-footer {
  padding: 0 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.el-timeline {
  margin: 0;
  font-size: 14px;
  list-style: none;
}

.el-timeline .el-timeline-item:last-child .el-timeline-item__tail {
  display: none;
}

.el-timeline-item {
  position: relative;
  padding-bottom: 20px;
}

.el-timeline-item__wrapper {
  position: relative;
  padding-left: 28px;
  top: -3px;
}

.el-timeline-item__tail {
  position: absolute;
  left: 4px;
  height: 100%;
  border-left: 2px solid #E4E7ED;
}

.el-timeline-item__icon {
  color: #FFF;
  font-size: 13px;
}

.el-timeline-item__node {
  position: absolute;
  background-color: #E4E7ED;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.el-image__error,
.el-timeline-item__dot {
  display: -webkit-box;
  display: -ms-flexbox;
}

.el-timeline-item__node--normal {
  left: -1px;
  width: 12px;
  height: 12px;
}

.el-timeline-item__node--large {
  left: -2px;
  width: 14px;
  height: 14px;
}

.el-timeline-item__node--primary {
  background-color: #409EFF;
}

.el-timeline-item__node--success {
  background-color: #67C23A;
}

.el-timeline-item__node--warning {
  background-color: #E6A23C;
}

.el-timeline-item__node--danger {
  background-color: #F56C6C;
}

.el-timeline-item__node--info {
  background-color: #909399;
}

.el-timeline-item__dot {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.el-timeline-item__content {
  color: #303133;
}

.el-timeline-item__timestamp {
  color: #909399;
  line-height: 1;
  font-size: 13px;
}

.el-timeline-item__timestamp.is-top {
  margin-bottom: 8px;
  padding-top: 4px;
}

.el-timeline-item__timestamp.is-bottom {
  margin-top: 8px;
}

.el-link {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  vertical-align: middle;
  position: relative;
  text-decoration: none;
  outline: 0;
  padding: 0;
}

.el-link.is-underline:hover:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  height: 0;
  bottom: 0;
  border-bottom: 1px solid #409EFF;
}

.el-link.el-link--default:after,
.el-link.el-link--primary.is-underline:hover:after,
.el-link.el-link--primary:after {
  border-color: #409EFF;
}

.el-link.is-disabled {
  cursor: not-allowed;
}

.el-link [class*=el-icon-]+span {
  margin-left: 5px;
}

.el-link.el-link--default {
  color: #606266;
}

.el-link.el-link--default:hover {
  color: #409EFF;
}

.el-link.el-link--default.is-disabled {
  color: #C0C4CC;
}

.el-link.el-link--primary {
  color: #409EFF;
}

.el-link.el-link--primary:hover {
  color: #66b1ff;
}

.el-link.el-link--primary.is-disabled {
  color: #a0cfff;
}

.el-link.el-link--danger.is-underline:hover:after,
.el-link.el-link--danger:after {
  border-color: #F56C6C;
}

.el-link.el-link--danger {
  color: #F56C6C;
}

.el-link.el-link--danger:hover {
  color: #f78989;
}

.el-link.el-link--danger.is-disabled {
  color: #fab6b6;
}

.el-link.el-link--success.is-underline:hover:after,
.el-link.el-link--success:after {
  border-color: #67C23A;
}

.el-link.el-link--success {
  color: #67C23A;
}

.el-link.el-link--success:hover {
  color: #85ce61;
}

.el-link.el-link--success.is-disabled {
  color: #b3e19d;
}

.el-link.el-link--warning.is-underline:hover:after,
.el-link.el-link--warning:after {
  border-color: #E6A23C;
}

.el-link.el-link--warning {
  color: #E6A23C;
}

.el-link.el-link--warning:hover {
  color: #ebb563;
}

.el-link.el-link--warning.is-disabled {
  color: #f3d19e;
}

.el-link.el-link--info.is-underline:hover:after,
.el-link.el-link--info:after {
  border-color: #909399;
}

.el-link.el-link--info {
  color: #909399;
}

.el-link.el-link--info:hover {
  color: #a6a9ad;
}

.el-link.el-link--info.is-disabled {
  color: #c8c9cc;
}

.el-divider {
  background-color: #DCDFE6;
  position: relative;
}

.el-divider--horizontal {
  display: block;
  height: 1px;
  width: 100%;
  margin: 24px 0;
}

.el-divider--vertical {
  display: inline-block;
  width: 1px;
  height: 1em;
  margin: 0 8px;
  vertical-align: middle;
  position: relative;
}

.el-divider__text {
  position: absolute;
  background-color: #FFF;
  padding: 0 20px;
  color: #303133;
}

.el-image__error,
.el-image__placeholder {
  background: #F5F7FA;
}

.el-divider__text.is-left {
  left: 20px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.el-divider__text.is-center {
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}

.el-divider__text.is-right {
  right: 20px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.el-image__error,
.el-image__inner,
.el-image__placeholder {
  width: 100%;
  height: 100%;
}

.el-image {
  position: relative;
  display: inline-block;
  overflow: hidden;
}

.el-image__inner {
  vertical-align: top;
}

.el-image__inner--center {
  position: relative;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  display: block;
}

.el-image__error {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 14px;
  color: #C0C4CC;
  vertical-align: middle;
}

.el-image__preview {
  cursor: pointer;
}

.el-image-viewer__wrapper {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.el-image-viewer__btn {
  position: absolute;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 50%;
  opacity: .8;
  cursor: pointer;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.el-button,
.el-checkbox {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}

.el-image-viewer__close {
  top: 40px;
  right: 40px;
  width: 40px;
  height: 40px;
  font-size: 40px;
}

.el-image-viewer__canvas {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.el-image-viewer__actions {
  left: 50%;
  bottom: 30px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 282px;
  height: 44px;
  padding: 0 23px;
  background-color: #606266;
  border-color: #fff;
  border-radius: 22px;
}

.el-image-viewer__actions__inner {
  width: 100%;
  height: 100%;
  text-align: justify;
  cursor: default;
  font-size: 23px;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.el-image-viewer__next,
.el-image-viewer__prev {
  top: 50%;
  width: 44px;
  height: 44px;
  font-size: 24px;
  color: #fff;
  background-color: #606266;
  border-color: #fff;
}

.el-image-viewer__prev {
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 40px;
}

.el-image-viewer__next {
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 40px;
  text-indent: 2px;
}

.el-image-viewer__mask {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: .5;
  background: #000;
}

.viewer-fade-enter-active {
  -webkit-animation: viewer-fade-in .3s;
  animation: viewer-fade-in .3s;
}

.viewer-fade-leave-active {
  -webkit-animation: viewer-fade-out .3s;
  animation: viewer-fade-out .3s;
}

@-webkit-keyframes viewer-fade-in {
  0% {
    -webkit-transform: translate3d(0,-20px,0);
    transform: translate3d(0,-20px,0);
    opacity: 0;
  }

  100% {
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
    opacity: 1;
  }
}

@keyframes viewer-fade-in {
  0% {
    -webkit-transform: translate3d(0,-20px,0);
    transform: translate3d(0,-20px,0);
    opacity: 0;
  }

  100% {
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
    opacity: 1;
  }
}

@-webkit-keyframes viewer-fade-out {
  0% {
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
    opacity: 1;
  }

  100% {
    -webkit-transform: translate3d(0,-20px,0);
    transform: translate3d(0,-20px,0);
    opacity: 0;
  }
}

@keyframes viewer-fade-out {
  0% {
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
    opacity: 1;
  }

  100% {
    -webkit-transform: translate3d(0,-20px,0);
    transform: translate3d(0,-20px,0);
    opacity: 0;
  }
}

.el-button {
  display: inline-block;
  line-height: 1;
  white-space: nowrap;
  cursor: pointer;
  background: #FFF;
  border: 1px solid #DCDFE6;
  color: #606266;
  -webkit-appearance: none;
  text-align: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  outline: 0;
  margin: 0;
  -webkit-transition: .1s;
  transition: .1s;
  font-weight: 500;
  padding: 12px 20px;
  font-size: 14px;
  border-radius: 4px;
}

.el-button+.el-button {
  margin-left: 10px;
}

.el-button:focus,
.el-button:hover {
  color: #409EFF;
  border-color: #c6e2ff;
  background-color: #ecf5ff;
}

.el-button:active {
  color: #3a8ee6;
  border-color: #3a8ee6;
  outline: 0;
}

.el-button::-moz-focus-inner {
  border: 0;
}

.el-button [class*=el-icon-]+span {
  margin-left: 5px;
}

.el-button.is-plain:focus,
.el-button.is-plain:hover {
  background: #FFF;
  border-color: #409EFF;
  color: #409EFF;
}

.el-button.is-active,
.el-button.is-plain:active {
  color: #3a8ee6;
  border-color: #3a8ee6;
}

.el-button.is-plain:active {
  background: #FFF;
  outline: 0;
}

.el-button.is-disabled,
.el-button.is-disabled:focus,
.el-button.is-disabled:hover {
  color: #C0C4CC;
  cursor: not-allowed;
  background-image: none;
  background-color: #FFF;
  border-color: #EBEEF5;
}

.el-button.is-disabled.el-button--text {
  background-color: transparent;
}

.el-button.is-disabled.is-plain,
.el-button.is-disabled.is-plain:focus,
.el-button.is-disabled.is-plain:hover {
  background-color: #FFF;
  border-color: #EBEEF5;
  color: #C0C4CC;
}

.el-button.is-loading {
  position: relative;
  pointer-events: none;
}

.el-button.is-loading:before {
  pointer-events: none;
  content: '';
  position: absolute;
  left: -1px;
  top: -1px;
  right: -1px;
  bottom: -1px;
  border-radius: inherit;
  background-color: rgba(255,255,255,.35);
}

.el-button.is-round {
  border-radius: 20px;
  padding: 12px 23px;
}

.el-button.is-circle {
  border-radius: 50%;
  padding: 12px;
}

.el-button--primary {
  color: #FFF;
  background-color: #409EFF;
  border-color: #409EFF;
}

.el-button--primary:focus,
.el-button--primary:hover {
  background: #66b1ff;
  border-color: #66b1ff;
  color: #FFF;
}

.el-button--primary.is-active,
.el-button--primary:active {
  background: #3a8ee6;
  border-color: #3a8ee6;
  color: #FFF;
}

.el-button--primary:active {
  outline: 0;
}

.el-button--primary.is-disabled,
.el-button--primary.is-disabled:active,
.el-button--primary.is-disabled:focus,
.el-button--primary.is-disabled:hover {
  color: #FFF;
  background-color: #a0cfff;
  border-color: #a0cfff;
}

.el-button--primary.is-plain {
  color: #409EFF;
  background: #ecf5ff;
  border-color: #b3d8ff;
}

.el-button--primary.is-plain:focus,
.el-button--primary.is-plain:hover {
  background: #409EFF;
  border-color: #409EFF;
  color: #FFF;
}

.el-button--primary.is-plain:active {
  background: #3a8ee6;
  border-color: #3a8ee6;
  color: #FFF;
  outline: 0;
}

.el-button--primary.is-plain.is-disabled,
.el-button--primary.is-plain.is-disabled:active,
.el-button--primary.is-plain.is-disabled:focus,
.el-button--primary.is-plain.is-disabled:hover {
  color: #8cc5ff;
  background-color: #ecf5ff;
  border-color: #d9ecff;
}

.el-button--success {
  color: #FFF;
  background-color: #67C23A;
  border-color: #67C23A;
}

.el-button--success:focus,
.el-button--success:hover {
  background: #85ce61;
  border-color: #85ce61;
  color: #FFF;
}

.el-button--success.is-active,
.el-button--success:active {
  background: #5daf34;
  border-color: #5daf34;
  color: #FFF;
}

.el-button--success:active {
  outline: 0;
}

.el-button--success.is-disabled,
.el-button--success.is-disabled:active,
.el-button--success.is-disabled:focus,
.el-button--success.is-disabled:hover {
  color: #FFF;
  background-color: #b3e19d;
  border-color: #b3e19d;
}

.el-button--success.is-plain {
  color: #67C23A;
  background: #f0f9eb;
  border-color: #c2e7b0;
}

.el-button--success.is-plain:focus,
.el-button--success.is-plain:hover {
  background: #67C23A;
  border-color: #67C23A;
  color: #FFF;
}

.el-button--success.is-plain:active {
  background: #5daf34;
  border-color: #5daf34;
  color: #FFF;
  outline: 0;
}

.el-button--success.is-plain.is-disabled,
.el-button--success.is-plain.is-disabled:active,
.el-button--success.is-plain.is-disabled:focus,
.el-button--success.is-plain.is-disabled:hover {
  color: #a4da89;
  background-color: #f0f9eb;
  border-color: #e1f3d8;
}

.el-button--warning {
  color: #FFF;
  background-color: #E6A23C;
  border-color: #E6A23C;
}

.el-button--warning:focus,
.el-button--warning:hover {
  background: #ebb563;
  border-color: #ebb563;
  color: #FFF;
}

.el-button--warning.is-active,
.el-button--warning:active {
  background: #cf9236;
  border-color: #cf9236;
  color: #FFF;
}

.el-button--warning:active {
  outline: 0;
}

.el-button--warning.is-disabled,
.el-button--warning.is-disabled:active,
.el-button--warning.is-disabled:focus,
.el-button--warning.is-disabled:hover {
  color: #FFF;
  background-color: #f3d19e;
  border-color: #f3d19e;
}

.el-button--warning.is-plain {
  color: #E6A23C;
  background: #fdf6ec;
  border-color: #f5dab1;
}

.el-button--warning.is-plain:focus,
.el-button--warning.is-plain:hover {
  background: #E6A23C;
  border-color: #E6A23C;
  color: #FFF;
}

.el-button--warning.is-plain:active {
  background: #cf9236;
  border-color: #cf9236;
  color: #FFF;
  outline: 0;
}

.el-button--warning.is-plain.is-disabled,
.el-button--warning.is-plain.is-disabled:active,
.el-button--warning.is-plain.is-disabled:focus,
.el-button--warning.is-plain.is-disabled:hover {
  color: #f0c78a;
  background-color: #fdf6ec;
  border-color: #faecd8;
}

.el-button--danger {
  color: #FFF;
  background-color: #F56C6C;
  border-color: #F56C6C;
}

.el-button--danger:focus,
.el-button--danger:hover {
  background: #f78989;
  border-color: #f78989;
  color: #FFF;
}

.el-button--danger.is-active,
.el-button--danger:active {
  background: #dd6161;
  border-color: #dd6161;
  color: #FFF;
}

.el-button--danger:active {
  outline: 0;
}

.el-button--danger.is-disabled,
.el-button--danger.is-disabled:active,
.el-button--danger.is-disabled:focus,
.el-button--danger.is-disabled:hover {
  color: #FFF;
  background-color: #fab6b6;
  border-color: #fab6b6;
}

.el-button--danger.is-plain {
  color: #F56C6C;
  background: #fef0f0;
  border-color: #fbc4c4;
}

.el-button--danger.is-plain:focus,
.el-button--danger.is-plain:hover {
  background: #F56C6C;
  border-color: #F56C6C;
  color: #FFF;
}

.el-button--danger.is-plain:active {
  background: #dd6161;
  border-color: #dd6161;
  color: #FFF;
  outline: 0;
}

.el-button--danger.is-plain.is-disabled,
.el-button--danger.is-plain.is-disabled:active,
.el-button--danger.is-plain.is-disabled:focus,
.el-button--danger.is-plain.is-disabled:hover {
  color: #f9a7a7;
  background-color: #fef0f0;
  border-color: #fde2e2;
}

.el-button--info {
  color: #FFF;
  background-color: #909399;
  border-color: #909399;
}

.el-button--info:focus,
.el-button--info:hover {
  background: #a6a9ad;
  border-color: #a6a9ad;
  color: #FFF;
}

.el-button--info.is-active,
.el-button--info:active {
  background: #82848a;
  border-color: #82848a;
  color: #FFF;
}

.el-button--info:active {
  outline: 0;
}

.el-button--info.is-disabled,
.el-button--info.is-disabled:active,
.el-button--info.is-disabled:focus,
.el-button--info.is-disabled:hover {
  color: #FFF;
  background-color: #c8c9cc;
  border-color: #c8c9cc;
}

.el-button--info.is-plain {
  color: #909399;
  background: #f4f4f5;
  border-color: #d3d4d6;
}

.el-button--info.is-plain:focus,
.el-button--info.is-plain:hover {
  background: #909399;
  border-color: #909399;
  color: #FFF;
}

.el-button--info.is-plain:active {
  background: #82848a;
  border-color: #82848a;
  color: #FFF;
  outline: 0;
}

.el-button--info.is-plain.is-disabled,
.el-button--info.is-plain.is-disabled:active,
.el-button--info.is-plain.is-disabled:focus,
.el-button--info.is-plain.is-disabled:hover {
  color: #bcbec2;
  background-color: #f4f4f5;
  border-color: #e9e9eb;
}

.el-button--text,
.el-button--text.is-disabled,
.el-button--text.is-disabled:focus,
.el-button--text.is-disabled:hover,
.el-button--text:active {
  border-color: transparent;
}

.el-button--medium {
  padding: 10px 20px;
  font-size: 14px;
  border-radius: 4px;
}

.el-button--mini,
.el-button--small {
  font-size: 12px;
  border-radius: 3px;
}

.el-button--medium.is-round {
  padding: 10px 20px;
}

.el-button--medium.is-circle {
  padding: 10px;
}

.el-button--small,
.el-button--small.is-round {
  padding: 9px 15px;
}

.el-button--small.is-circle {
  padding: 9px;
}

.el-button--mini,
.el-button--mini.is-round {
  padding: 7px 15px;
}

.el-button--mini.is-circle {
  padding: 7px;
}

.el-button--text {
  color: #409EFF;
  background: 0 0;
  padding-left: 0;
  padding-right: 0;
}

.el-button--text:focus,
.el-button--text:hover {
  color: #66b1ff;
  border-color: transparent;
  background-color: transparent;
}

.el-button--text:active {
  color: #3a8ee6;
  background-color: transparent;
}

.el-button-group {
  display: inline-block;
  vertical-align: middle;
}

.el-button-group::after,
.el-button-group::before {
  display: table;
  content: "";
}

.el-button-group::after {
  clear: both;
}

.el-button-group>.el-button {
  float: left;
  position: relative;
}

.el-button-group>.el-button+.el-button {
  margin-left: 0;
}

.el-button-group>.el-button.is-disabled {
  z-index: 1;
}

.el-button-group>.el-button:first-child {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.el-button-group>.el-button:last-child {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.el-button-group>.el-button:first-child:last-child {
  border-radius: 4px;
}

.el-button-group>.el-button:first-child:last-child.is-round {
  border-radius: 20px;
}

.el-button-group>.el-button:first-child:last-child.is-circle {
  border-radius: 50%;
}

.el-button-group>.el-button:not(:first-child):not(:last-child) {
  border-radius: 0;
}

.el-button-group>.el-button:not(:last-child) {
  margin-right: -1px;
}

.el-button-group>.el-button.is-active,
.el-button-group>.el-button:active,
.el-button-group>.el-button:focus,
.el-button-group>.el-button:hover {
  z-index: 1;
}

.el-button-group>.el-dropdown>.el-button {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-left-color: rgba(255,255,255,.5);
}

.el-button-group .el-button--primary:first-child {
  border-right-color: rgba(255,255,255,.5);
}

.el-button-group .el-button--primary:last-child {
  border-left-color: rgba(255,255,255,.5);
}

.el-button-group .el-button--primary:not(:first-child):not(:last-child) {
  border-left-color: rgba(255,255,255,.5);
  border-right-color: rgba(255,255,255,.5);
}

.el-button-group .el-button--success:first-child {
  border-right-color: rgba(255,255,255,.5);
}

.el-button-group .el-button--success:last-child {
  border-left-color: rgba(255,255,255,.5);
}

.el-button-group .el-button--success:not(:first-child):not(:last-child) {
  border-left-color: rgba(255,255,255,.5);
  border-right-color: rgba(255,255,255,.5);
}

.el-button-group .el-button--warning:first-child {
  border-right-color: rgba(255,255,255,.5);
}

.el-button-group .el-button--warning:last-child {
  border-left-color: rgba(255,255,255,.5);
}

.el-button-group .el-button--warning:not(:first-child):not(:last-child) {
  border-left-color: rgba(255,255,255,.5);
  border-right-color: rgba(255,255,255,.5);
}

.el-button-group .el-button--danger:first-child {
  border-right-color: rgba(255,255,255,.5);
}

.el-button-group .el-button--danger:last-child {
  border-left-color: rgba(255,255,255,.5);
}

.el-button-group .el-button--danger:not(:first-child):not(:last-child) {
  border-left-color: rgba(255,255,255,.5);
  border-right-color: rgba(255,255,255,.5);
}

.el-button-group .el-button--info:first-child {
  border-right-color: rgba(255,255,255,.5);
}

.el-button-group .el-button--info:last-child {
  border-left-color: rgba(255,255,255,.5);
}

.el-button-group .el-button--info:not(:first-child):not(:last-child) {
  border-left-color: rgba(255,255,255,.5);
  border-right-color: rgba(255,255,255,.5);
}

.el-calendar {
  background-color: #fff;
}

.el-calendar__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 12px 20px;
  border-bottom: 1px solid #EBEEF5;
}

.el-backtop,
.el-page-header {
  display: -webkit-box;
  display: -ms-flexbox;
}

.el-calendar__title {
  color: #000;
  -ms-flex-item-align: center;
  align-self: center;
}

.el-calendar__body {
  padding: 12px 20px 35px;
}

.el-calendar-table {
  table-layout: fixed;
  width: 100%;
}

.el-calendar-table thead th {
  padding: 12px 0;
  color: #606266;
  font-weight: 400;
}

.el-calendar-table:not(.is-range) td.next,
.el-calendar-table:not(.is-range) td.prev {
  color: #C0C4CC;
}

.el-backtop,
.el-calendar-table td.is-today {
  color: #409EFF;
}

.el-calendar-table td {
  border-bottom: 1px solid #EBEEF5;
  border-right: 1px solid #EBEEF5;
  vertical-align: top;
  -webkit-transition: background-color .2s ease;
  transition: background-color .2s ease;
}

.el-calendar-table td.is-selected {
  background-color: #F2F8FE;
}

.el-calendar-table tr:first-child td {
  border-top: 1px solid #EBEEF5;
}

.el-calendar-table tr td:first-child {
  border-left: 1px solid #EBEEF5;
}

.el-calendar-table tr.el-calendar-table__row--hide-border td {
  border-top: none;
}

.el-calendar-table .el-calendar-day {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 8px;
  height: 85px;
}

.el-calendar-table .el-calendar-day:hover {
  cursor: pointer;
  background-color: #F2F8FE;
}

.el-backtop {
  position: fixed;
  background-color: #FFF;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 20px;
  -webkit-box-shadow: 0 0 6px rgba(0,0,0,.12);
  box-shadow: 0 0 6px rgba(0,0,0,.12);
  cursor: pointer;
  z-index: 5;
}

.el-backtop:hover {
  background-color: #F2F6FC;
}

.el-page-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  line-height: 24px;
}

.el-page-header__left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  cursor: pointer;
  margin-right: 40px;
  position: relative;
}

.el-page-header__left::after {
  content: "";
  position: absolute;
  width: 1px;
  height: 16px;
  right: -20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background-color: #DCDFE6;
}

.el-checkbox,
.el-checkbox__input {
  display: inline-block;
  position: relative;
  white-space: nowrap;
}

.el-page-header__left .el-icon-back {
  font-size: 18px;
  margin-right: 6px;
  -ms-flex-item-align: center;
  align-self: center;
}

.el-page-header__title {
  font-size: 14px;
  font-weight: 500;
}

.el-page-header__content {
  font-size: 18px;
  color: #303133;
}

.el-checkbox {
  color: #606266;
  font-weight: 500;
  font-size: 14px;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  margin-right: 30px;
}

.el-checkbox-button__inner,
.el-radio {
  font-weight: 500;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
}

.el-checkbox.is-bordered {
  padding: 9px 20px 9px 10px;
  border-radius: 4px;
  border: 1px solid #DCDFE6;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  line-height: normal;
  height: 40px;
}

.el-checkbox.is-bordered.is-checked {
  border-color: #409EFF;
}

.el-checkbox.is-bordered.is-disabled {
  border-color: #EBEEF5;
  cursor: not-allowed;
}

.el-checkbox.is-bordered+.el-checkbox.is-bordered {
  margin-left: 10px;
}

.el-checkbox.is-bordered.el-checkbox--medium {
  padding: 7px 20px 7px 10px;
  border-radius: 4px;
  height: 36px;
}

.el-checkbox.is-bordered.el-checkbox--medium .el-checkbox__label {
  line-height: 17px;
  font-size: 14px;
}

.el-checkbox.is-bordered.el-checkbox--medium .el-checkbox__inner {
  height: 14px;
  width: 14px;
}

.el-checkbox.is-bordered.el-checkbox--small {
  padding: 5px 15px 5px 10px;
  border-radius: 3px;
  height: 32px;
}

.el-checkbox.is-bordered.el-checkbox--small .el-checkbox__label {
  line-height: 15px;
  font-size: 12px;
}

.el-checkbox.is-bordered.el-checkbox--small .el-checkbox__inner {
  height: 12px;
  width: 12px;
}

.el-checkbox.is-bordered.el-checkbox--small .el-checkbox__inner::after {
  height: 6px;
  width: 2px;
}

.el-checkbox.is-bordered.el-checkbox--mini {
  padding: 3px 15px 3px 10px;
  border-radius: 3px;
  height: 28px;
}

.el-checkbox.is-bordered.el-checkbox--mini .el-checkbox__label {
  line-height: 12px;
  font-size: 12px;
}

.el-checkbox.is-bordered.el-checkbox--mini .el-checkbox__inner {
  height: 12px;
  width: 12px;
}

.el-checkbox.is-bordered.el-checkbox--mini .el-checkbox__inner::after {
  height: 6px;
  width: 2px;
}

.el-checkbox__input {
  cursor: pointer;
  outline: 0;
  line-height: 1;
  vertical-align: middle;
}

.el-checkbox__input.is-disabled .el-checkbox__inner {
  background-color: #edf2fc;
  border-color: #DCDFE6;
  cursor: not-allowed;
}

.el-checkbox__input.is-disabled .el-checkbox__inner::after {
  cursor: not-allowed;
  border-color: #C0C4CC;
}

.el-checkbox__input.is-disabled .el-checkbox__inner+.el-checkbox__label {
  cursor: not-allowed;
}

.el-checkbox__input.is-disabled.is-checked .el-checkbox__inner {
  background-color: #F2F6FC;
  border-color: #DCDFE6;
}

.el-checkbox__input.is-disabled.is-checked .el-checkbox__inner::after {
  border-color: #C0C4CC;
}

.el-checkbox__input.is-disabled.is-indeterminate .el-checkbox__inner {
  background-color: #F2F6FC;
  border-color: #DCDFE6;
}

.el-checkbox__input.is-disabled.is-indeterminate .el-checkbox__inner::before {
  background-color: #C0C4CC;
  border-color: #C0C4CC;
}

.el-checkbox__input.is-checked .el-checkbox__inner,
.el-checkbox__input.is-indeterminate .el-checkbox__inner {
  background-color: #409EFF;
  border-color: #409EFF;
}

.el-checkbox__input.is-disabled+span.el-checkbox__label {
  color: #C0C4CC;
  cursor: not-allowed;
}

.el-checkbox__input.is-checked .el-checkbox__inner::after {
  -webkit-transform: rotate(45deg) scaleY(1);
  transform: rotate(45deg) scaleY(1);
}

.el-checkbox__input.is-checked+.el-checkbox__label {
  color: #409EFF;
}

.el-checkbox__input.is-focus .el-checkbox__inner {
  border-color: #409EFF;
}

.el-checkbox__input.is-indeterminate .el-checkbox__inner::before {
  content: '';
  position: absolute;
  display: block;
  background-color: #FFF;
  height: 2px;
  -webkit-transform: scale(.5);
  transform: scale(.5);
  left: 0;
  right: 0;
  top: 5px;
}

.el-checkbox__input.is-indeterminate .el-checkbox__inner::after {
  display: none;
}

.el-checkbox__inner {
  display: inline-block;
  position: relative;
  border: 1px solid #DCDFE6;
  border-radius: 2px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 14px;
  height: 14px;
  background-color: #FFF;
  z-index: 1;
  -webkit-transition: border-color .25s cubic-bezier(.71,-.46,.29,1.46),background-color .25s cubic-bezier(.71,-.46,.29,1.46);
  transition: border-color .25s cubic-bezier(.71,-.46,.29,1.46),background-color .25s cubic-bezier(.71,-.46,.29,1.46);
}

.el-checkbox__inner:hover {
  border-color: #409EFF;
}

.el-checkbox__inner::after {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  content: "";
  border: 1px solid #FFF;
  border-left: 0;
  border-top: 0;
  height: 7px;
  left: 4px;
  position: absolute;
  top: 1px;
  -webkit-transform: rotate(45deg) scaleY(0);
  transform: rotate(45deg) scaleY(0);
  width: 3px;
  -webkit-transition: -webkit-transform .15s ease-in .05s;
  transition: -webkit-transform .15s ease-in .05s;
  transition: transform .15s ease-in .05s;
  transition: transform .15s ease-in .05s, -webkit-transform .15s ease-in .05s;
  transition: transform .15s ease-in .05s,-webkit-transform .15s ease-in .05s;
  -webkit-transform-origin: center;
  transform-origin: center;
}

.el-checkbox__original {
  opacity: 0;
  outline: 0;
  position: absolute;
  margin: 0;
  width: 0;
  height: 0;
  z-index: -1;
}

.el-checkbox-button,
.el-checkbox-button__inner {
  display: inline-block;
  position: relative;
}

.el-checkbox__label {
  display: inline-block;
  padding-left: 10px;
  line-height: 19px;
  font-size: 14px;
}

.el-checkbox:last-of-type {
  margin-right: 0;
}

.el-checkbox-button__inner {
  line-height: 1;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  background: #FFF;
  border: 1px solid #DCDFE6;
  border-left: 0;
  color: #606266;
  -webkit-appearance: none;
  text-align: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  outline: 0;
  margin: 0;
  -webkit-transition: all .3s cubic-bezier(.645,.045,.355,1);
  transition: all .3s cubic-bezier(.645,.045,.355,1);
  padding: 12px 20px;
  font-size: 14px;
  border-radius: 0;
}

.el-checkbox-button__inner.is-round {
  padding: 12px 20px;
}

.el-checkbox-button__inner:hover {
  color: #409EFF;
}

.el-checkbox-button__inner [class*=el-icon-] {
  line-height: .9;
}

.el-radio,
.el-radio__input {
  line-height: 1;
  outline: 0;
  white-space: nowrap;
}

.el-checkbox-button__inner [class*=el-icon-]+span {
  margin-left: 5px;
}

.el-checkbox-button__original {
  opacity: 0;
  outline: 0;
  position: absolute;
  margin: 0;
  z-index: -1;
}

.el-radio,
.el-radio__inner,
.el-radio__input {
  position: relative;
  display: inline-block;
}

.el-checkbox-button.is-checked .el-checkbox-button__inner {
  color: #FFF;
  background-color: #409EFF;
  border-color: #409EFF;
  -webkit-box-shadow: -1px 0 0 0 #8cc5ff;
  box-shadow: -1px 0 0 0 #8cc5ff;
}

.el-checkbox-button.is-checked:first-child .el-checkbox-button__inner {
  border-left-color: #409EFF;
}

.el-checkbox-button.is-disabled .el-checkbox-button__inner {
  color: #C0C4CC;
  cursor: not-allowed;
  background-image: none;
  background-color: #FFF;
  border-color: #EBEEF5;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.el-checkbox-button.is-disabled:first-child .el-checkbox-button__inner {
  border-left-color: #EBEEF5;
}

.el-checkbox-button:first-child .el-checkbox-button__inner {
  border-left: 1px solid #DCDFE6;
  border-radius: 4px 0 0 4px;
  -webkit-box-shadow: none!important;
  box-shadow: none!important;
}

.el-checkbox-button.is-focus .el-checkbox-button__inner {
  border-color: #409EFF;
}

.el-checkbox-button:last-child .el-checkbox-button__inner {
  border-radius: 0 4px 4px 0;
}

.el-checkbox-button--medium .el-checkbox-button__inner {
  padding: 10px 20px;
  font-size: 14px;
  border-radius: 0;
}

.el-checkbox-button--medium .el-checkbox-button__inner.is-round {
  padding: 10px 20px;
}

.el-checkbox-button--small .el-checkbox-button__inner {
  padding: 9px 15px;
  font-size: 12px;
  border-radius: 0;
}

.el-checkbox-button--small .el-checkbox-button__inner.is-round {
  padding: 9px 15px;
}

.el-checkbox-button--mini .el-checkbox-button__inner {
  padding: 7px 15px;
  font-size: 12px;
  border-radius: 0;
}

.el-checkbox-button--mini .el-checkbox-button__inner.is-round {
  padding: 7px 15px;
}

.el-checkbox-group {
  font-size: 0;
}

.el-radio,
.el-radio--medium.is-bordered .el-radio__label {
  font-size: 14px;
}

.el-radio {
  color: #606266;
  cursor: pointer;
  margin-right: 30px;
}

.el-cascader-node>.el-radio,
.el-radio:last-child {
  margin-right: 0;
}

.el-radio.is-bordered {
  padding: 12px 20px 0 10px;
  border-radius: 4px;
  border: 1px solid #DCDFE6;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  height: 40px;
}

.el-radio.is-bordered.is-checked {
  border-color: #409EFF;
}

.el-radio.is-bordered.is-disabled {
  cursor: not-allowed;
  border-color: #EBEEF5;
}

.el-radio__input.is-disabled .el-radio__inner,
.el-radio__input.is-disabled.is-checked .el-radio__inner {
  background-color: #F5F7FA;
  border-color: #E4E7ED;
}

.el-radio.is-bordered+.el-radio.is-bordered {
  margin-left: 10px;
}

.el-radio--medium.is-bordered {
  padding: 10px 20px 0 10px;
  border-radius: 4px;
  height: 36px;
}

.el-radio--mini.is-bordered .el-radio__label,
.el-radio--small.is-bordered .el-radio__label {
  font-size: 12px;
}

.el-radio--medium.is-bordered .el-radio__inner {
  height: 14px;
  width: 14px;
}

.el-radio--small.is-bordered {
  padding: 8px 15px 0 10px;
  border-radius: 3px;
  height: 32px;
}

.el-radio--small.is-bordered .el-radio__inner {
  height: 12px;
  width: 12px;
}

.el-radio--mini.is-bordered {
  padding: 6px 15px 0 10px;
  border-radius: 3px;
  height: 28px;
}

.el-radio--mini.is-bordered .el-radio__inner {
  height: 12px;
  width: 12px;
}

.el-radio__input {
  cursor: pointer;
  vertical-align: middle;
}

.el-radio__input.is-disabled .el-radio__inner {
  cursor: not-allowed;
}

.el-radio__input.is-disabled .el-radio__inner::after {
  cursor: not-allowed;
  background-color: #F5F7FA;
}

.el-radio__input.is-disabled .el-radio__inner+.el-radio__label {
  cursor: not-allowed;
}

.el-radio__input.is-disabled.is-checked .el-radio__inner::after {
  background-color: #C0C4CC;
}

.el-radio__input.is-disabled+span.el-radio__label {
  color: #C0C4CC;
  cursor: not-allowed;
}

.el-radio__input.is-checked .el-radio__inner {
  border-color: #409EFF;
  background: #409EFF;
}

.el-radio__input.is-checked .el-radio__inner::after {
  -webkit-transform: translate(-50%,-50%) scale(1);
  transform: translate(-50%,-50%) scale(1);
}

.el-radio__input.is-checked+.el-radio__label {
  color: #409EFF;
}

.el-radio__input.is-focus .el-radio__inner {
  border-color: #409EFF;
}

.el-radio__inner {
  border: 1px solid #DCDFE6;
  border-radius: 100%;
  width: 14px;
  height: 14px;
  background-color: #FFF;
  cursor: pointer;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.el-radio__inner:hover {
  border-color: #409EFF;
}

.el-radio__inner::after {
  width: 4px;
  height: 4px;
  border-radius: 100%;
  background-color: #FFF;
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%,-50%) scale(0);
  transform: translate(-50%,-50%) scale(0);
  -webkit-transition: -webkit-transform .15s ease-in;
  transition: -webkit-transform .15s ease-in;
  transition: transform .15s ease-in;
  transition: transform .15s ease-in, -webkit-transform .15s ease-in;
  transition: transform .15s ease-in,-webkit-transform .15s ease-in;
}

.el-radio__original {
  opacity: 0;
  outline: 0;
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0;
}

.el-radio:focus:not(.is-focus):not(:active):not(.is-disabled) .el-radio__inner {
  -webkit-box-shadow: 0 0 2px 2px #409EFF;
  box-shadow: 0 0 2px 2px #409EFF;
}

.el-radio__label {
  font-size: 14px;
  padding-left: 10px;
}

.el-scrollbar {
  overflow: hidden;
  position: relative;
}

.el-scrollbar:active>.el-scrollbar__bar,
.el-scrollbar:focus>.el-scrollbar__bar,
.el-scrollbar:hover>.el-scrollbar__bar {
  opacity: 1;
  -webkit-transition: opacity 340ms ease-out;
  transition: opacity 340ms ease-out;
}

.el-scrollbar__wrap {
  overflow: scroll;
  height: 100%;
}

.el-scrollbar__wrap--hidden-default {
  scrollbar-width: none;
}

.el-scrollbar__wrap--hidden-default::-webkit-scrollbar {
  width: 0;
  height: 0;
}

.el-scrollbar__thumb {
  position: relative;
  display: block;
  width: 0;
  height: 0;
  cursor: pointer;
  border-radius: inherit;
  background-color: rgba(144,147,153,.3);
  -webkit-transition: .3s background-color;
  transition: .3s background-color;
}

.el-scrollbar__thumb:hover {
  background-color: rgba(144,147,153,.5);
}

.el-scrollbar__bar {
  position: absolute;
  right: 2px;
  bottom: 2px;
  z-index: 1;
  border-radius: 4px;
  opacity: 0;
  -webkit-transition: opacity 120ms ease-out;
  transition: opacity 120ms ease-out;
}

.el-scrollbar__bar.is-vertical {
  width: 6px;
  top: 2px;
}

.el-scrollbar__bar.is-vertical>div {
  width: 100%;
}

.el-scrollbar__bar.is-horizontal {
  height: 6px;
  left: 2px;
}

.el-scrollbar__bar.is-horizontal>div {
  height: 100%;
}

.el-cascader-panel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 4px;
  font-size: 14px;
}

.el-cascader-panel.is-bordered {
  border: 1px solid #E4E7ED;
  border-radius: 4px;
}

.el-cascader-menu {
  min-width: 180px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #606266;
  border-right: solid 1px #E4E7ED;
}

.el-cascader-menu:last-child {
  border-right: none;
}

.el-cascader-menu:last-child .el-cascader-node {
  padding-right: 20px;
}

.el-cascader-menu__wrap {
  height: 204px;
}

.el-cascader-menu__list {
  position: relative;
  min-height: 100%;
  margin: 0;
  padding: 6px 0;
  list-style: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.el-avatar,
.el-drawer {
  -webkit-box-sizing: border-box;
  overflow: hidden;
}

.el-cascader-menu__hover-zone {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

.el-cascader-menu__empty-text {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  text-align: center;
  color: #C0C4CC;
}

.el-cascader-node {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 30px 0 20px;
  height: 34px;
  line-height: 34px;
  outline: 0;
}

.el-cascader-node.is-selectable.in-active-path {
  color: #606266;
}

.el-cascader-node.in-active-path,
.el-cascader-node.is-active,
.el-cascader-node.is-selectable.in-checked-path {
  color: #409EFF;
  font-weight: 700;
}

.el-cascader-node:not(.is-disabled) {
  cursor: pointer;
}

.el-cascader-node:not(.is-disabled):focus,
.el-cascader-node:not(.is-disabled):hover {
  background: #F5F7FA;
}

.el-cascader-node.is-disabled {
  color: #C0C4CC;
  cursor: not-allowed;
}

.el-cascader-node__prefix {
  position: absolute;
  left: 10px;
}

.el-cascader-node__postfix {
  position: absolute;
  right: 10px;
}

.el-cascader-node__label {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding: 0 10px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.el-cascader-node>.el-radio .el-radio__label {
  padding-left: 0;
}

.el-avatar {
  display: inline-block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: center;
  color: #fff;
  background: #C0C4CC;
  width: 40px;
  height: 40px;
  line-height: 40px;
  font-size: 14px;
}

.el-avatar>img {
  display: block;
  height: 100%;
  vertical-align: middle;
}

.el-drawer,
.el-drawer__header {
  display: -webkit-box;
  display: -ms-flexbox;
}

.el-avatar--circle {
  border-radius: 50%;
}

.el-avatar--square {
  border-radius: 4px;
}

.el-avatar--icon {
  font-size: 18px;
}

.el-avatar--large {
  width: 40px;
  height: 40px;
  line-height: 40px;
}

.el-avatar--medium {
  width: 36px;
  height: 36px;
  line-height: 36px;
}

.el-avatar--small {
  width: 28px;
  height: 28px;
  line-height: 28px;
}

.el-drawer.btt,
.el-drawer.ttb,
.el-drawer__container {
  left: 0;
  right: 0;
  width: 100%;
}

.el-drawer.ltr,
.el-drawer.rtl,
.el-drawer__container {
  top: 0;
  bottom: 0;
  height: 100%;
}

@-webkit-keyframes el-drawer-fade-in {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes el-drawer-fade-in {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@-webkit-keyframes rtl-drawer-in {
  0% {
    -webkit-transform: translate(100%,0);
    transform: translate(100%,0);
  }

  100% {
    -webkit-transform: translate(0,0);
    transform: translate(0,0);
  }
}

@keyframes rtl-drawer-in {
  0% {
    -webkit-transform: translate(100%,0);
    transform: translate(100%,0);
  }

  100% {
    -webkit-transform: translate(0,0);
    transform: translate(0,0);
  }
}

@-webkit-keyframes rtl-drawer-out {
  0% {
    -webkit-transform: translate(0,0);
    transform: translate(0,0);
  }

  100% {
    -webkit-transform: translate(100%,0);
    transform: translate(100%,0);
  }
}

@keyframes rtl-drawer-out {
  0% {
    -webkit-transform: translate(0,0);
    transform: translate(0,0);
  }

  100% {
    -webkit-transform: translate(100%,0);
    transform: translate(100%,0);
  }
}

@-webkit-keyframes ltr-drawer-in {
  0% {
    -webkit-transform: translate(-100%,0);
    transform: translate(-100%,0);
  }

  100% {
    -webkit-transform: translate(0,0);
    transform: translate(0,0);
  }
}

@keyframes ltr-drawer-in {
  0% {
    -webkit-transform: translate(-100%,0);
    transform: translate(-100%,0);
  }

  100% {
    -webkit-transform: translate(0,0);
    transform: translate(0,0);
  }
}

@-webkit-keyframes ltr-drawer-out {
  0% {
    -webkit-transform: translate(0,0);
    transform: translate(0,0);
  }

  100% {
    -webkit-transform: translate(-100%,0);
    transform: translate(-100%,0);
  }
}

@keyframes ltr-drawer-out {
  0% {
    -webkit-transform: translate(0,0);
    transform: translate(0,0);
  }

  100% {
    -webkit-transform: translate(-100%,0);
    transform: translate(-100%,0);
  }
}

@-webkit-keyframes ttb-drawer-in {
  0% {
    -webkit-transform: translate(0,-100%);
    transform: translate(0,-100%);
  }

  100% {
    -webkit-transform: translate(0,0);
    transform: translate(0,0);
  }
}

@keyframes ttb-drawer-in {
  0% {
    -webkit-transform: translate(0,-100%);
    transform: translate(0,-100%);
  }

  100% {
    -webkit-transform: translate(0,0);
    transform: translate(0,0);
  }
}

@-webkit-keyframes ttb-drawer-out {
  0% {
    -webkit-transform: translate(0,0);
    transform: translate(0,0);
  }

  100% {
    -webkit-transform: translate(0,-100%);
    transform: translate(0,-100%);
  }
}

@keyframes ttb-drawer-out {
  0% {
    -webkit-transform: translate(0,0);
    transform: translate(0,0);
  }

  100% {
    -webkit-transform: translate(0,-100%);
    transform: translate(0,-100%);
  }
}

@-webkit-keyframes btt-drawer-in {
  0% {
    -webkit-transform: translate(0,100%);
    transform: translate(0,100%);
  }

  100% {
    -webkit-transform: translate(0,0);
    transform: translate(0,0);
  }
}

@keyframes btt-drawer-in {
  0% {
    -webkit-transform: translate(0,100%);
    transform: translate(0,100%);
  }

  100% {
    -webkit-transform: translate(0,0);
    transform: translate(0,0);
  }
}

@-webkit-keyframes btt-drawer-out {
  0% {
    -webkit-transform: translate(0,0);
    transform: translate(0,0);
  }

  100% {
    -webkit-transform: translate(0,100%);
    transform: translate(0,100%);
  }
}

@keyframes btt-drawer-out {
  0% {
    -webkit-transform: translate(0,0);
    transform: translate(0,0);
  }

  100% {
    -webkit-transform: translate(0,100%);
    transform: translate(0,100%);
  }
}

.el-drawer {
  position: absolute;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #FFF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  -webkit-box-shadow: 0 8px 10px -5px rgba(0,0,0,.2),0 16px 24px 2px rgba(0,0,0,.14),0 6px 30px 5px rgba(0,0,0,.12);
  box-shadow: 0 8px 10px -5px rgba(0,0,0,.2),0 16px 24px 2px rgba(0,0,0,.14),0 6px 30px 5px rgba(0,0,0,.12);
}

.el-drawer.rtl {
  -webkit-animation: rtl-drawer-out .3s;
  animation: rtl-drawer-out .3s;
  right: 0;
}

.el-drawer__open .el-drawer.rtl {
  -webkit-animation: rtl-drawer-in .3s 1ms;
  animation: rtl-drawer-in .3s 1ms;
}

.el-drawer.ltr {
  -webkit-animation: ltr-drawer-out .3s;
  animation: ltr-drawer-out .3s;
  left: 0;
}

.el-drawer__open .el-drawer.ltr {
  -webkit-animation: ltr-drawer-in .3s 1ms;
  animation: ltr-drawer-in .3s 1ms;
}

.el-drawer.ttb {
  -webkit-animation: ttb-drawer-out .3s;
  animation: ttb-drawer-out .3s;
  top: 0;
}

.el-drawer__open .el-drawer.ttb {
  -webkit-animation: ttb-drawer-in .3s 1ms;
  animation: ttb-drawer-in .3s 1ms;
}

.el-drawer.btt {
  -webkit-animation: btt-drawer-out .3s;
  animation: btt-drawer-out .3s;
  bottom: 0;
}

.el-drawer__open .el-drawer.btt {
  -webkit-animation: btt-drawer-in .3s 1ms;
  animation: btt-drawer-in .3s 1ms;
}

.el-drawer__wrapper {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
  margin: 0;
}

.el-drawer__header {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #72767b;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 32px;
  padding: 20px 20px 0;
}

.el-drawer__header>:first-child {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.el-drawer__title {
  margin: 0;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  line-height: inherit;
  font-size: 1rem;
}

.el-drawer__close-btn {
  border: none;
  cursor: pointer;
  font-size: 20px;
  color: inherit;
  background-color: transparent;
}

.el-drawer__body {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.el-drawer__body>* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.el-drawer__container {
  position: relative;
}

.el-drawer-fade-enter-active {
  -webkit-animation: el-drawer-fade-in .3s;
  animation: el-drawer-fade-in .3s;
}

.el-drawer-fade-leave-active {
  animation: el-drawer-fade-in .3s reverse;
}

.el-popconfirm__main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.el-popconfirm__icon {
  margin-right: 5px;
}

.el-popconfirm__action {
  text-align: right;
  margin: 0;
}/*!
 * Datetimepicker for Bootstrap 3
 * version : 4.17.47
 * https://github.com/Eonasdan/bootstrap-datetimepicker/
 */

.bootstrap-datetimepicker-widget {
  list-style: none;
}

.bootstrap-datetimepicker-widget.dropdown-menu {
  display: block;
  margin: 2px 0;
  padding: 4px;
  width: 19em;
}

@media (min-width:576px) {
  .bootstrap-datetimepicker-widget.dropdown-menu.timepicker-sbs {
    width: 38em;
  }
}

@media (min-width:768px) {
  .bootstrap-datetimepicker-widget.dropdown-menu.timepicker-sbs {
    width: 38em;
  }
}

@media (min-width:992px) {
  .bootstrap-datetimepicker-widget.dropdown-menu.timepicker-sbs {
    width: 38em;
  }
}

.bootstrap-datetimepicker-widget.dropdown-menu:before,
.bootstrap-datetimepicker-widget.dropdown-menu:after {
  content: '';
  display: inline-block;
  position: absolute;
}

.bootstrap-datetimepicker-widget.dropdown-menu.bottom:before {
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #ccc;
  border-bottom-color: rgba(0,0,0,0.2);
  top: -7px;
  left: 7px;
}

.bootstrap-datetimepicker-widget.dropdown-menu.bottom:after {
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid white;
  top: -6px;
  left: 8px;
}

.bootstrap-datetimepicker-widget.dropdown-menu.top:before {
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-top: 7px solid #ccc;
  border-top-color: rgba(0,0,0,0.2);
  bottom: -7px;
  left: 6px;
}

.bootstrap-datetimepicker-widget.dropdown-menu.top:after {
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid white;
  bottom: -6px;
  left: 7px;
}

.bootstrap-datetimepicker-widget.dropdown-menu.pull-right:before {
  left: auto;
  right: 6px;
}

.bootstrap-datetimepicker-widget.dropdown-menu.pull-right:after {
  left: auto;
  right: 7px;
}

.bootstrap-datetimepicker-widget .list-unstyled {
  margin: 0;
}

.bootstrap-datetimepicker-widget a[data-action] {
  padding: 6px 0;
}

.bootstrap-datetimepicker-widget a[data-action]:active {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.bootstrap-datetimepicker-widget .timepicker-hour,
.bootstrap-datetimepicker-widget .timepicker-minute,
.bootstrap-datetimepicker-widget .timepicker-second {
  width: 54px;
  font-weight: bold;
  font-size: 1.2em;
  margin: 0;
}

.bootstrap-datetimepicker-widget button[data-action] {
  padding: 6px;
}

.bootstrap-datetimepicker-widget .btn[data-action="incrementHours"]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Increment Hours";
}

.bootstrap-datetimepicker-widget .btn[data-action="incrementMinutes"]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Increment Minutes";
}

.bootstrap-datetimepicker-widget .btn[data-action="decrementHours"]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Decrement Hours";
}

.bootstrap-datetimepicker-widget .btn[data-action="decrementMinutes"]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Decrement Minutes";
}

.bootstrap-datetimepicker-widget .btn[data-action="showHours"]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Show Hours";
}

.bootstrap-datetimepicker-widget .btn[data-action="showMinutes"]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Show Minutes";
}

.bootstrap-datetimepicker-widget .btn[data-action="togglePeriod"]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Toggle AM/PM";
}

.bootstrap-datetimepicker-widget .btn[data-action="clear"]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Clear the picker";
}

.bootstrap-datetimepicker-widget .btn[data-action="today"]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Set the date to today";
}

.bootstrap-datetimepicker-widget .picker-switch {
  text-align: center;
}

.bootstrap-datetimepicker-widget .picker-switch::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Toggle Date and Time Screens";
}

.bootstrap-datetimepicker-widget .picker-switch td {
  padding: 0;
  margin: 0;
  height: auto;
  width: auto;
  line-height: inherit;
}

.bootstrap-datetimepicker-widget .picker-switch td span,
.bootstrap-datetimepicker-widget .picker-switch td i {
  line-height: 2.5;
  height: 2.5em;
  width: 100%;
}

.bootstrap-datetimepicker-widget table {
  width: 100%;
  margin: 0;
}

.bootstrap-datetimepicker-widget table td,
.bootstrap-datetimepicker-widget table th {
  text-align: center;
  border-radius: .25rem;
  padding: .5em;
}

.bootstrap-datetimepicker-widget table th {
  height: 20px;
  line-height: 20px;
  width: 20px;
}

.bootstrap-datetimepicker-widget table th.picker-switch {
  width: 145px;
}

.bootstrap-datetimepicker-widget table th.disabled,
.bootstrap-datetimepicker-widget table th.disabled:hover {
  background: none;
  color: #dee2e6;
  cursor: not-allowed;
}

.bootstrap-datetimepicker-widget table th.prev::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Previous Month";
}

.bootstrap-datetimepicker-widget table th.next::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Next Month";
}

.bootstrap-datetimepicker-widget table thead tr:first-child th {
  cursor: pointer;
}

.bootstrap-datetimepicker-widget table thead tr:first-child th:hover {
  background: #f8f9fa;
}

.bootstrap-datetimepicker-widget table td {
  height: 54px;
  line-height: 54px;
  width: 54px;
}

.bootstrap-datetimepicker-widget table td.cw {
  font-size: .8em;
  height: 20px;
  line-height: 20px;
  color: #dee2e6;
}

.bootstrap-datetimepicker-widget table td.day {
  height: 20px;
  line-height: 20px;
  width: 20px;
}

.bootstrap-datetimepicker-widget table td.day:hover,
.bootstrap-datetimepicker-widget table td.hour:hover,
.bootstrap-datetimepicker-widget table td.minute:hover,
.bootstrap-datetimepicker-widget table td.second:hover {
  background: #f8f9fa;
  cursor: pointer;
}

.bootstrap-datetimepicker-widget table td.old,
.bootstrap-datetimepicker-widget table td.new {
  color: #dee2e6;
}

.bootstrap-datetimepicker-widget table td.today {
  position: relative;
}

.bootstrap-datetimepicker-widget table td.today:before {
  content: '';
  display: inline-block;
  border: solid transparent;
  border-width: 0 0 7px 7px;
  border-bottom-color: #dee2e6;
  border-top-color: rgba(0,0,0,0.2);
  position: absolute;
  bottom: 4px;
  right: 4px;
}

.bootstrap-datetimepicker-widget table td.active,
.bootstrap-datetimepicker-widget table td.active:hover {
  background-color: #dee2e6;
  color: #007bff;
  text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
}

.bootstrap-datetimepicker-widget table td.active.today:before {
  border-bottom-color: #fff;
}

.bootstrap-datetimepicker-widget table td.disabled,
.bootstrap-datetimepicker-widget table td.disabled:hover {
  background: none;
  color: #dee2e6;
  cursor: not-allowed;
}

.bootstrap-datetimepicker-widget table td span,
.bootstrap-datetimepicker-widget table td i {
  display: inline-block;
  width: 54px;
  height: 54px;
  line-height: 54px;
  margin: 2px 1.5px;
  cursor: pointer;
  border-radius: .25rem;
}

.bootstrap-datetimepicker-widget table td span:hover,
.bootstrap-datetimepicker-widget table td i:hover {
  background: #f8f9fa;
}

.bootstrap-datetimepicker-widget table td span.active,
.bootstrap-datetimepicker-widget table td i.active {
  background-color: #dee2e6;
  color: #007bff;
  text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
}

.bootstrap-datetimepicker-widget table td span.old,
.bootstrap-datetimepicker-widget table td i.old {
  color: #dee2e6;
}

.bootstrap-datetimepicker-widget table td span.disabled,
.bootstrap-datetimepicker-widget table td i.disabled,
.bootstrap-datetimepicker-widget table td span.disabled:hover,
.bootstrap-datetimepicker-widget table td i.disabled:hover {
  background: none;
  color: #dee2e6;
  cursor: not-allowed;
}

.bootstrap-datetimepicker-widget.usetwentyfour td.hour {
  height: 27px;
  line-height: 27px;
}

.bootstrap-datetimepicker-widget.wider {
  width: 21em;
}

.bootstrap-datetimepicker-widget .datepicker-decades .decade {
  line-height: 1.8em !important;
}

.input-group.date .input-group-addon {
  cursor: pointer;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}@charset "UTF-8";

@font-face {
  font-family: "Gubia-Bold";
  src: url(/fonts/gubia-bold.eot?b72fd47b52563f2f0b1057c6b5164e9c);
  src: url(/fonts/gubia-bold.eot?b72fd47b52563f2f0b1057c6b5164e9c) format("embedded-opentype"), url(/fonts/gubia-bold.svg?60d761e4def590a96baa54fbd41b8128) format("svg"), url(/fonts/gubia-bold.woff?9483cd1cad15cca4263e26ec893fc4df) format("woff"), url(/fonts/gubia-bold.otf?5755b00b45818eee247b1847fa70bf86) format("truetype");
  font-display: swap;
}

@font-face {
  font-family: "Roboto";
  src: url(/fonts/robotocondensed-regular.eot?8499c2fe727c7abebe75086af0c332cd);
  src: url(/fonts/robotocondensed-regular.eot?8499c2fe727c7abebe75086af0c332cd) format("embedded-opentype"), url(/fonts/robotocondensed-regular.svg?38a199a95f703aeca0250c3f892cbb30) format("svg"), url(/fonts/robotocondensed-regular.woff?80db1d97f7a8dd825660b2b36b9865d3) format("woff"), url(/fonts/robotocondensed-regular.otf?b3b4c72786cb89392953be3d84f319b4) format("truetype");
  font-display: swap;
}

@font-face {
  font-family: "Roboto-Light";
  src: url(/fonts/robotocondensed-light.eot?0a754d50b3831c7fa6e6a110148627da);
  src: url(/fonts/robotocondensed-light.eot?0a754d50b3831c7fa6e6a110148627da) format("embedded-opentype"), url(/fonts/robotocondensed-light.svg?46bd020aa1a3c20d08d0a8aa73268324) format("svg"), url(/fonts/robotocondensed-light.woff?d595c2e7e294c51580132cf59f078419) format("woff"), url(/fonts/robotocondensed-light.otf?f7ebf3489f6ed93595d2dc431834e813) format("truetype");
  font-display: swap;
}

@font-face {
  font-family: "Futuran-Medium";
  src: url(/fonts/futuran-medium.eot?df01cc7c8c1f31db95beb5e72dd9c273);
  src: url(/fonts/futuran-medium.eot?df01cc7c8c1f31db95beb5e72dd9c273) format("embedded-opentype"), url(/fonts/futuran-medium.svg?1c02bae8cc2416d8b0a67ab81b668d10) format("svg"), url(/fonts/futuran-medium.woff?c8adbbf102a55c06a5d86937e99b684e) format("woff"), url(/fonts/futuran-medium.otf?95c581e8b548a67e42467cec1e4c7c9a) format("truetype");
  font-display: swap;
}

@font-face {
  font-family: "Bebas-Neue";
  src: url(/fonts/bebas_neue.eot?c340795f3b237ce28506ef80d40bffc9);
  src: url(/fonts/bebas_neue.eot?c340795f3b237ce28506ef80d40bffc9) format("embedded-opentype"), url(/fonts/bebas_neue.svg?9cc1651ed01255772b3bd7b78126d9ef) format("svg"), url(/fonts/bebas_neue.woff?e1b09eeccfd8b5a1630f95a4f0769f96) format("woff"), url(/fonts/bebas_neue.otf?160b76e6edcce643a488831815983d3e) format("truetype");
  font-display: swap;
}

@font-face {
  font-family: "baskvill";
  src: url(/fonts/baskvill.svg?9023e713144918e575b2d4fc960d9cc0) format("svg"), url(/fonts/baskvill.woff?db467c73fcc9273c85b3025f25c02981) format("woff"), url(/fonts/baskvill.otf?37eeb06649fc3ef28f312b5d092847b4) format("truetype");
  font-display: swap;
}

@font-face {
  font-family: "Gerbera";
  src: url(/fonts/gerbera.eot?b1e72b66e5cb583fd6892fde420a98ed);
  src: url(/fonts/gerbera.eot?b1e72b66e5cb583fd6892fde420a98ed) format("embedded-opentype"), url(/fonts/gerbera.svg?828bd467995adb81cc93336202b43d15) format("svg"), url(/fonts/gerbera.woff?906663bdf50e8e152cdce98372d53410) format("woff"), url(/fonts/gerbera.otf?1692d6cb31aa04c06fd86bba81ab4858) format("truetype");
  font-display: swap;
}

@font-face {
  font-family: "Gerbera-Bold";
  src: url(/fonts/gerbera-bold.eot?e7eedd931473928a8fca6ad73b1c841d);
  src: url(/fonts/gerbera-bold.eot?e7eedd931473928a8fca6ad73b1c841d) format("embedded-opentype"), url(/fonts/gerbera-bold.svg?51dfa86c5245a7a90bb37bbd2649f7c9) format("svg"), url(/fonts/gerbera-bold.woff?5b11b1e391bb4414aba4c60bd760b526) format("woff"), url(/fonts/gerbera-bold.otf?502ae058d24f64cf4753599d6a0e4f7c) format("truetype");
  font-display: swap;
}

@font-face {
  font-family: "Gerbera-Light";
  src: url(/fonts/gerbera-light.eot?41e87db8db1f708c4ce02a2488426b9c);
  src: url(/fonts/gerbera-light.eot?41e87db8db1f708c4ce02a2488426b9c) format("embedded-opentype"), url(/fonts/gerbera-light.svg?0fae82df53e9ff2571ea700c09f1cffe) format("svg"), url(/fonts/gerbera-light.woff?1e38be84a296d1b86e5254363d9b6eb0) format("woff"), url(/fonts/gerbera-light.otf?7c23c59d082ab0c66933882a1f7f51fc) format("truetype");
  font-display: swap;
}

@font-face {
  font-family: "Forum";
  src: url(/fonts/forum.eot?c7d0bd487786ff43ac310dea36023fa8);
  src: url(/fonts/forum.eot?c7d0bd487786ff43ac310dea36023fa8) format("embedded-opentype"), url(/fonts/forum.svg?10357c8aa977968ea78f40fef3d74933) format("svg"), url(/fonts/forum.woff?ffabd82f506f3b2b74df23804fa46009) format("woff"), url(/fonts/forum.otf?3e61c031092ea73320d7cd1589757b42) format("truetype");
  font-display: swap;
}

@media screen and (max-width: 767px) {
  body {
    min-width: 100% !important;
    margin-top: 0px !important;
  }

  body.cart-checkout {
    margin-top: 75px !important;
  }

  body.sale-fee-checkout {
    margin-top: 90px !important;
  }

  body.reservation-checkout-reservation {
    margin-top: 75px !important;
  }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  body {
    min-width: 100% !important;
  }
}

.my-new-button {
  background: #000;
  color: #fff !important;
  font-family: "Gerbera-Bold", sans-serif, Verdana;
  font-size: 16px;
  border: 2px solid #000;
  border-radius: 12px;
  letter-spacing: 0px;
  padding: 20px 40px;
}

.choice-page .block-h2 {
  margin: 50px 0px;
}

@media screen and (max-width: 767px) {
  .choice-page .block-h2 {
    margin: 20px 0px;
  }
}

.choice-page h1 {
  margin-top: 40px;
}

.choice-page .choice-text {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 24px;
  margin-bottom: 40px;
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  .choice-page .choice-main {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

@media screen and (max-width: 575px) {
  .choice-page .choice-main-item:nth-child(2n+1) {
    padding-left: 0px;
    padding-right: 30px;
  }

  .choice-page .choice-main-item:nth-child(2n+1) .choice-block {
    border-radius: 0px 12px 12px 0px;
  }

  .choice-page .choice-main-item:nth-child(2n) {
    padding-right: 0px;
    padding-left: 30px;
  }

  .choice-page .choice-main-item:nth-child(2n) .choice-block {
    border-radius: 12px 0px 0px 12px;
  }
}

.choice-page .choice-block {
  width: 100%;
  padding: 60px 45px;
  margin-bottom: 40px;
  background: #F9F2D6;
  border-radius: 12px;
  text-align: center;
  height: 350px;
  cursor: default;
}

@media screen and (max-width: 575px) {
  .choice-page .choice-block {
    height: 170px;
  }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  .choice-page .choice-block {
    padding: 60px 38px;
  }
}

.choice-page .choice-block.moment-sale:hover {
  background: url(/images/moment-sale.png?c267fe3281f5e2c4e860df998908242e) no-repeat center center;
  background-size: cover;
}

@media screen and (max-width: 575px) {
  .choice-page .choice-block.moment-sale {
    background: url(/images/moment-sale-mob-1.png?8e9ae0d893929002d14046de8c2db0b4) no-repeat -24px -32px, url(/images/moment-sale-mob-3.png?2257d664b3c28c300b2a4a1caefd44cc) no-repeat right -120px bottom -30px, #F9F2D6;
    background-size: 130px, 230px;
  }

  .choice-page .choice-block.moment-sale:hover {
    background: url(/images/moment-sale-mob-1.png?8e9ae0d893929002d14046de8c2db0b4) no-repeat -24px -32px, url(/images/moment-sale-mob-3.png?2257d664b3c28c300b2a4a1caefd44cc) no-repeat right -120px bottom -30px, #F9F2D6;
    background-size: 130px, 230px;
  }
}

.choice-page .choice-block.marketplace:hover {
  background: url(/images/marketplace.png?2ffb3b909eb71e13021d617259c759c8) no-repeat center center;
  background-size: cover;
}

@media screen and (max-width: 575px) {
  .choice-page .choice-block.marketplace {
    background: url(/images/marketplace-mob-2.png?5ed0324cdfc97beb5c78d1930b8b86e7) no-repeat -22px -46px, url(/images/marketplace-mob.png?b4fd6df91e981ada3932ee2ab9785eb4) no-repeat right -75px bottom -30px, #F9F2D6;
    background-size: auto;
  }

  .choice-page .choice-block.marketplace:hover {
    background: url(/images/marketplace-mob-2.png?5ed0324cdfc97beb5c78d1930b8b86e7) no-repeat -22px -46px, url(/images/marketplace-mob.png?b4fd6df91e981ada3932ee2ab9785eb4) no-repeat right -75px bottom -30px, #F9F2D6;
    background-size: auto;
  }
}

.choice-page .choice-block.concierge:hover {
  background: url(/images/concierge-sale.png?1d72de6c722cf80498370f0c871d7790) no-repeat center center;
  background-size: cover;
}

@media screen and (max-width: 575px) {
  .choice-page .choice-block.concierge {
    background: url(/images/concierge-sale-mob.png?34b5a792fe0d54c0a07c60a7eb606de6) no-repeat left -40px top -38px, #F9F2D6;
  }

  .choice-page .choice-block.concierge:hover {
    background: url(/images/concierge-sale-mob.png?34b5a792fe0d54c0a07c60a7eb606de6) no-repeat left -40px top -38px, #F9F2D6;
  }
}

@media screen and (max-width: 575px) {
  .choice-page .choice-block {
    width: 100%;
    margin-bottom: 20px;
    padding: 25px 15px;
  }
}

.choice-page .choice-block .choice-block__title {
  font-family: "Gerbera-Bold", sans-serif, Verdana;
  font-size: 28px;
  line-height: 34px;
  min-height: 67px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media screen and (max-width: 575px) {
  .choice-page .choice-block .choice-block__title {
    font-size: 18px;
    width: 75%;
    margin: 0px auto;
    line-height: 26px;
  }
}

@media screen and (max-width: 767px) {
  .choice-page .choice-block .choice-block__title {
    width: 220px;
  }
}

.choice-page .choice-block .choice-block__categories {
  font-family: "Gerbera-Light", sans-serif, Verdana;
  font-size: 18px;
  line-height: 24px;
  margin-top: 20px;
  margin-bottom: 40px;
}

@media screen and (max-width: 575px) {
  .choice-page .choice-block .choice-block__categories {
    width: 144px;
    margin: 10px auto 20px;
  }
}

.choice-page .new-my-button {
  text-transform: none;
  cursor: pointer;
}

#redemption-form {
  margin-bottom: 30px;
}

#redemption-form .block-h2 {
  margin: 50px 0px;
}

@media screen and (max-width: 767px) {
  #redemption-form .block-h2 {
    margin: 20px 0px;
  }
}

#redemption-form .top-autefick {
  margin-bottom: 30px;
}

#redemption-form textarea.form-control {
  height: 120px;
}

#redemption-form .form-group.border-red input,
#redemption-form .form-group.border-red textarea,
#redemption-form .form-group.border-red .file-upload {
  border: 2px solid #ff0000;
}

#redemption-form .form-group input {
  border: 2px solid #E5E5E5;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 12px;
  height: 50px;
  color: #495057;
}

#redemption-form .form-group input::-webkit-input-placeholder {
  color: #495057 !important;
}

#redemption-form .form-group input::-moz-placeholder {
  color: #495057 !important;
}

#redemption-form .form-group input:-moz-placeholder {
  color: #495057 !important;
}

#redemption-form .form-group input:-ms-input-placeholder {
  color: #495057 !important;
}

#redemption-form .form-group.img-field {
  height: 100%;
}

#redemption-form .form-group .file-upload {
  height: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 12px;
  border: 1px dashed #d3e0e9;
  position: relative;
}

@media screen and (max-width: 767px) {
  #redemption-form .form-group .file-upload {
    display: block;
  }
}

#redemption-form .form-group .file-upload .upload-form-widget {
  outline: none;
  border: 0px;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 14px;
  color: #495057;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-line-pack: start;
      align-content: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-width: 100%;
}

@media screen and (max-width: 767px) {
  #redemption-form .form-group .file-upload .upload-form-widget {
    background: transparent;
    min-height: 50px;
  }
}

@media screen and (max-width: 767px) {
  #redemption-form .form-group .file-upload .upload-form-widget .input-file {
    min-height: 50px;
  }
}

#redemption-form .form-group .file-upload .upload-form-widget .text {
  padding: 10px 0;
}

@media screen and (max-width: 767px) {
  #redemption-form .form-group .file-upload .upload-form-widget .text {
    display: none;
  }
}

#redemption-form .form-group .file-upload .upload-form-widget:after {
  content: '';
  display: block;
  width: 30px;
  height: 30px;
  background: url(/images/add_picture.svg?282c996392027ad2d2fd0b1d6b7e45ad) no-repeat center center;
  border-radius: 50%;
}

#redemption-form .form-group .file-upload .file-upload-files {
  position: absolute;
  top: 100%;
  left: 0px;
  width: 100%;
}

@media screen and (max-width: 767px) {
  #redemption-form .form-group .file-upload .file-upload-files {
    position: relative;
    top: 0px;
    left: 0px;
    width: 100%;
    margin-top: 0px;
  }
}

#redemption-form .form-group .file-upload .file-upload-files .files-list .item {
  width: 25%;
  margin: 0;
  padding: 3px;
}

#redemption-form .form-group textarea {
  border: 2px solid #E5E5E5;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 12px;
  height: 182px;
  resize: none;
}

@media screen and (max-width: 767px) {
  #redemption-form .form-group textarea {
    height: 110px;
  }
}

#redemption-form .form-group textarea::-webkit-input-placeholder {
  color: #495057 !important;
}

#redemption-form .form-group textarea::-moz-placeholder {
  color: #495057 !important;
}

#redemption-form .form-group textarea:-moz-placeholder {
  color: #495057 !important;
}

#redemption-form .form-group textarea:-ms-input-placeholder {
  color: #495057 !important;
}

#redemption-form .new-my-button {
  width: 200px;
  display: inline-block;
}

#my-outgoing-offers .card,
#my-incoming-offers .card {
  border: 0px !important;
  padding: 0px !important;
}

#my-outgoing-offers .img-thumbnail,
#my-incoming-offers .img-thumbnail {
  max-height: 100%;
}

#my-outgoing-offers .row-parent,
#my-incoming-offers .row-parent {
  margin-right: -5px;
  margin-left: -5px;
}

#my-outgoing-offers .offer-item,
#my-incoming-offers .offer-item {
  margin-bottom: 25px;
  padding-right: 5px;
  padding-left: 5px;
}

#my-outgoing-offers .offer-item .img-block,
#my-incoming-offers .offer-item .img-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  overflow: hidden;
  height: 180px;
}

@media screen and (max-width: 767px) {
  #my-outgoing-offers .offer-item .img-block,
  #my-incoming-offers .offer-item .img-block {
    height: auto;
    margin-bottom: 10px;
  }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  #my-outgoing-offers .offer-item .img-block,
  #my-incoming-offers .offer-item .img-block {
    margin-bottom: 15px;
  }
}

#my-outgoing-offers .offer-item .img-block img,
#my-incoming-offers .offer-item .img-block img {
  -o-object-fit: contain;
     object-fit: contain;
}

#my-outgoing-offers .offer-time,
#my-incoming-offers .offer-time {
  text-align: center;
}

#my-outgoing-offers .offer-time p,
#my-incoming-offers .offer-time p {
  margin-bottom: 10px;
}

#my-outgoing-offers .offer-time .timer,
#my-incoming-offers .offer-time .timer {
  margin-left: 0px;
  margin-bottom: 15px;
}

@media screen and (max-width: 767px) {
  #my-outgoing-offers .offer-time .timer .number,
  #my-incoming-offers .offer-time .timer .number {
    padding: 2px 2px 4px 2px;
    width: 23px;
    font-size: 12px;
  }
}

#my-outgoing-offers .offer-time .timer .format,
#my-incoming-offers .offer-time .timer .format {
  width: 100%;
}

@media screen and (max-width: 767px) {
  #my-outgoing-offers .offer-time .timer .format,
  #my-incoming-offers .offer-time .timer .format {
    font-size: 8px;
  }
}

#my-outgoing-offers .name,
#my-incoming-offers .name {
  font-size: 16px;
  line-height: 18px;
  font-family: "Gerbera-Light", sans-serif, Verdana;
  margin: 5px 0px 5px;
  width: 100%;
  overflow: hidden;
  display: -webkit-box;
  display: -moz-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  -moz-line-clamp: 3;
  line-clamp: 3;
  text-overflow: ellipsis;
  min-height: 54px;
}

@media screen and (max-width: 767px) {
  #my-outgoing-offers .name,
  #my-incoming-offers .name {
    font-size: 14px;
    min-height: auto;
  }
}

#my-outgoing-offers .name .brand-name,
#my-incoming-offers .name .brand-name {
  display: block;
  text-transform: uppercase;
}

#my-outgoing-offers .lable,
#my-incoming-offers .lable {
  font-size: 16px;
  line-height: 18px;
  font-family: "Gerbera-Bold", sans-serif, Verdana;
  margin-bottom: 5px;
}

@media screen and (max-width: 767px) {
  #my-outgoing-offers .lable,
  #my-incoming-offers .lable {
    font-size: 14px;
  }
}

#my-outgoing-offers .lable span,
#my-incoming-offers .lable span {
  font-family: "Gerbera-Light", sans-serif, Verdana;
}

#my-outgoing-offers .my-button,
#my-incoming-offers .my-button {
  padding: 12px 5px;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media screen and (max-width: 767px) {
  #my-outgoing-offers .my-button,
  #my-incoming-offers .my-button {
    padding: 8px 10px;
  }
}

#my-items .img-thumbnail {
  border: 0px;
  border-radius: 0;
}

#my-items .catalog-status {
  background: #fff;
  color: #000 !important;
  position: absolute;
  padding: 8px 10px;
  text-align: center;
  line-height: 1;
  font-size: 11px;
  top: 0px;
  z-index: 10;
}

#my-items .catalog-status.reserved {
  color: #FFF !important;
  background: #9f11e2 !important;
}

#my-items .catalog-status.sale {
  color: #FFF !important;
  background: #e2111e !important;
}

#my-items .catalog-status.recently.sold {
  color: #FFF !important;
  background: #000 !important;
}

#my-items .catalog-status.ready {
  background: #F9F2D6 !important;
  color: #000 !important;
}

#my-items .bottom-status {
  color: #fff;
  text-align: center;
  padding: 2px 0px;
  margin-top: 10px;
}

@media screen and (max-width: 767px) {
  #my-items .bottom-status {
    margin-top: 0px;
  }
}

#my-items .bottom-status.online,
#my-items .bottom-status.review,
#my-items .bottom-status.auth,
#my-items .bottom-status.accepted {
  background: #29d599;
}

#my-items .bottom-status.declined,
#my-items .bottom-status.decline1,
#my-items .bottom-status.decline2,
#my-items .bottom-status.fake {
  background: #e3342f;
}

#my-items .bottom-status.new,
#my-items .bottom-status.await {
  background: #f0d643;
}

#my-items .bottom-status.relist,
#my-items .bottom-status.action {
  background: #f0d643;
}

#my-items .moderation-status {
  position: absolute;
  top: 10px;
  left: 5px;
  padding: 0px 10px;
  text-transform: uppercase;
  color: #fff;
  background: #d52975;
  font-size: 13px;
}

#my-items .moderation-status:before {
  content: ' ';
  position: absolute;
  width: 0;
  height: 0;
  left: 0px;
  top: 100%;
  border-width: 5px 5px;
  border-style: solid;
  border-color: #b52162 #b52162 transparent transparent;
}

#my-items .filter-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

#my-items .filter-block .filter-item input {
  background: #F9FAFB;
  text-align: center;
  border: none;
  color: #000;
  font-family: "Gerbera", sans-serif, Verdana;
  font-size: 24px;
  line-height: 1.2;
  padding-top: 15px;
  padding-bottom: 20px;
  height: auto;
}

@media screen and (max-width: 767px) {
  #my-items .filter-block .filter-item input {
    font-size: 18px;
    line-height: 1.2;
    padding-top: 10px;
    padding-bottom: 10px;
  }
}

#my-items .filter-block .filter-item input::-webkit-input-placeholder {
  color: #000;
  font-family: "Gerbera", sans-serif, Verdana;
  font-size: 24px;
  line-height: 1.2;
}

@media screen and (max-width: 767px) {
  #my-items .filter-block .filter-item input::-webkit-input-placeholder {
    font-size: 18px;
    line-height: 1.2;
  }
}

#my-items .filter-block .filter-item input::-moz-placeholder {
  color: #000;
  font-family: "Gerbera", sans-serif, Verdana;
  font-size: 24px;
  line-height: 1.2;
}

@media screen and (max-width: 767px) {
  #my-items .filter-block .filter-item input::-moz-placeholder {
    font-size: 18px;
    line-height: 1.2;
  }
}

#my-items .filter-block .filter-item input:-ms-input-placeholder {
  color: #000;
  font-family: "Gerbera", sans-serif, Verdana;
  font-size: 24px;
  line-height: 1.2;
}

@media screen and (max-width: 767px) {
  #my-items .filter-block .filter-item input:-ms-input-placeholder {
    font-size: 18px;
    line-height: 1.2;
  }
}

#my-items .filter-block .filter-item .el-select__caret,
#my-items .filter-block .filter-item .el-icon-arrow-down {
  color: #000;
  font-weight: bold;
}

#my-items .remove-item-btn {
  top: 6px;
}

#my-items .product-page-preview .dop-prod-info {
  padding-right: 0px;
}

@media screen and (max-width: 767px) {
  #my-items .product-page-preview .dop-prod-info {
    max-width: 41.66666667%;
  }
}

#my-redemptions .img-thumbnail {
  border: 0px;
  border-radius: 0;
}

#my-redemptions .catalog-status {
  background: #fff;
  color: #000 !important;
  position: absolute;
  padding: 8px 10px;
  text-align: center;
  line-height: 1;
  font-size: 11px;
  top: 12px;
  z-index: 10;
}

#my-redemptions .catalog-status.reserved {
  color: #FFF !important;
  background: #9f11e2 !important;
}

#my-redemptions .catalog-status.sale {
  color: #FFF !important;
  background: #e2111e !important;
}

#my-redemptions .catalog-status.ret_accept {
  color: #FFF !important;
  background: #046306 !important;
}

#my-redemptions .catalog-status.recently.sold {
  color: #FFF !important;
  background: #000 !important;
}

#my-redemptions .catalog-status.ready {
  background: #F9F2D6 !important;
  color: #000 !important;
}

#my-redemptions .bottom-status {
  color: #fff;
  text-align: center;
  margin-top: 0px;
  padding: 7px 12px;
  border-radius: 4px;
  font-size: 14px;
  line-height: 16px;
  font-family: "Gerbera", sans-serif, Verdana;
}

#my-redemptions .bottom-status.online,
#my-redemptions .bottom-status.review,
#my-redemptions .bottom-status.auth,
#my-redemptions .bottom-status.accepted {
  background: #29d599;
}

#my-redemptions .bottom-status.declined,
#my-redemptions .bottom-status.decline1,
#my-redemptions .bottom-status.decline2,
#my-redemptions .bottom-status.fake {
  background: #e3342f;
}

#my-redemptions .bottom-status.new,
#my-redemptions .bottom-status.await {
  background: #f0d643;
}

#my-redemptions .bottom-status.relist,
#my-redemptions .bottom-status.action {
  background: #f0d643;
}

#my-redemptions .moderation-status {
  position: absolute;
  top: 10px;
  left: 5px;
  padding: 0px 10px;
  text-transform: uppercase;
  color: #fff;
  background: #d52975;
  font-size: 13px;
}

#my-redemptions .moderation-status:before {
  content: ' ';
  position: absolute;
  width: 0;
  height: 0;
  left: 0px;
  top: 100%;
  border-width: 5px 5px;
  border-style: solid;
  border-color: #b52162 #b52162 transparent transparent;
}

#my-redemptions .filter-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

#my-redemptions .filter-block .filter-item input {
  background: #F9FAFB;
  text-align: center;
  border: none;
  color: #000;
  font-family: "Gerbera", sans-serif, Verdana;
  font-size: 24px;
  line-height: 1.2;
  padding-top: 15px;
  padding-bottom: 20px;
  height: auto;
}

#my-redemptions .filter-block .filter-item input::-webkit-input-placeholder {
  color: #000;
  font-family: "Gerbera", sans-serif, Verdana;
  font-size: 24px;
  line-height: 1.2;
}

#my-redemptions .filter-block .filter-item input::-moz-placeholder {
  color: #000;
  font-family: "Gerbera", sans-serif, Verdana;
  font-size: 24px;
  line-height: 1.2;
}

#my-redemptions .filter-block .filter-item input:-ms-input-placeholder {
  color: #000;
  font-family: "Gerbera", sans-serif, Verdana;
  font-size: 24px;
  line-height: 1.2;
}

#my-redemptions .filter-block .filter-item .el-select__caret,
#my-redemptions .filter-block .filter-item .el-icon-arrow-down {
  color: #000;
  font-weight: bold;
}

#my-redemptions .redemp-buttons .new-my-button {
  font-family: "Gerbera", sans-serif, Verdana;
  text-transform: none;
  width: 100%;
  border-radius: 4px;
  font-size: 14px;
  line-height: 16px;
  padding: 8px 0px;
}

#my-redemptions .modal-redemption .mod-content {
  width: 440px;
}

#my-redemptions .modal-redemption .mod-content .new-my-button {
  color: #fff !important;
  border-bottom: 0px solid #d52975 !important;
  margin-top: 20px;
}

#my-redemptions .modal-redemption .mod-content .block-h2 {
  font-size: 30px;
}

#my-redemptions .btn-my-items {
  margin-bottom: 0px;
  width: 190px;
  margin-top: 0px;
}

@media screen and (max-width: 767px) {
  #my-redemptions .btn-my-items {
    width: 180px;
    font-size: 15px;
  }
}

#my-redemptions .manufacturer {
  font-family: "Gerbera-Bold", sans-serif, Verdana;
  font-size: 16px;
  font-weight: bold;
}

#my-redemptions .show-link {
  margin-top: 5px;
  cursor: pointer;
  display: inline-block;
  margin-bottom: 0px;
  border-bottom: 1px solid #d52975;
}

#my-redemptions .show-link:hover {
  border-bottom: 1px solid transparent;
}

#my-redemptions .created_at {
  font-size: 1rem;
}

#my-redemptions .my-authethication-status {
  font-family: "Gerbera-Light", sans-serif, Verdana;
  font-size: 14px;
}

#my-redemptions .text-description {
  min-height: 63px;
}

@media screen and (max-width: 767px) {
  #my-redemptions .text-description {
    min-height: auto;
  }
}

.my-sales .items-preview {
  margin-bottom: 30px;
}

.my-sales .items-preview .my-button {
  min-width: auto;
  width: 100%;
  padding: 14px 8px !important;
}

.my-sales .items-preview .deliver-dop-info p,
.my-sales .items-preview .deliver-dop-info span,
.my-sales .items-preview .deliver-dop-info a {
  font-family: "Gerbera-Light", sans-serif, Verdana;
  font-size: 15px;
  line-height: 1.4;
}

.my-sales .items-preview .deliver-dop-info .form-control {
  border-radius: 12px;
  border-width: 2px;
  border-color: #DCDFE6;
  height: auto;
  font-size: 14px;
}

.my-sales .items-preview .deliver-dop-info .form-control:hover {
  border-color: #C0C4CC;
}

.my-sales .items-preview .deliver-dop-info .form-control:focus {
  border-color: #409EFF;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.my-sales .items-preview .deliver-dop-info .timer {
  margin-left: 0;
  text-align: left;
}

.my-sales .items-preview .deliver-dop-info .prod-deliver .my-button {
  margin-right: 10px;
}

.my-sales .items-preview .deliver-dop-info .prod-deliver .el-select {
  margin-bottom: 0.5rem !important;
}

.my-sales .items-preview .deliver-dop-info .prod-deliver .el-select__caret {
  color: #000;
}

.my-sales .items-preview .deliver-dop-info .prod-deliver .pick-up-date-a-time .el-date-editor.el-input {
  width: 100%;
}

.my-sales .items-preview .prod-deliver .border-red input {
  border: 2px solid #ff0000;
}

.my-sales .items-preview .prod-deliver input.border-red {
  border: 2px solid #ff0000;
}

.my-sales .items-preview .prod-deliver .pick-up-date-a-time .el-date-editor {
  width: 100%;
}

.my-sales .items-preview .prod-deliver .pick-up-date-a-time input {
  width: 100%;
  border-radius: 12px;
  height: 48px;
}

.my-sales .items-preview .prod-deliver .deliver-contact-info input {
  width: 100%;
  border-radius: 12px;
  height: 48px;
}

.my-sales .items-preview .prod-deliver .concierge-info input {
  width: 100%;
  border-radius: 12px;
  height: 48px;
}

.my-sales .info-items-block .timer-block .timer .number {
  height: 24px;
}

.my-sales .info-items-block .info-col {
  text-align: center;
}

@media screen and (max-width: 767px) {
  .my-sales .info-items-block .info-col {
    padding-right: 5px;
    padding-left: 5px;
    margin-bottom: 15px;
  }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  .my-sales .info-items-block .info-col {
    padding-right: 5px;
    padding-left: 5px;
    margin-bottom: 15px;
  }
}

.my-sales .info-items-block .info-col .title-col {
  font-family: "Gerbera-Bold", sans-serif, Verdana;
  font-size: 15px;
  line-height: 1.2;
  color: #000;
  margin-bottom: 10px;
}

.my-sales .info-items-block .info-col .value-col {
  font-family: "Gerbera-Light", sans-serif, Verdana;
  font-size: 14px;
  line-height: 1.2;
}

.my-sales .info-items-block .img-paren {
  max-height: 80px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  .my-sales .info-items-block .img-paren {
    max-height: 125px;
    margin-bottom: 15px;
  }

  .my-sales .info-items-block .img-paren img {
    max-height: 100%;
  }
}

@media screen and (max-width: 767px) {
  .my-sales .info-items-block .img-paren {
    max-height: 125px;
    margin-bottom: 15px;
  }

  .my-sales .info-items-block .img-paren img {
    max-height: 100%;
  }
}

.my-sales .info-items-block .img-paren img {
  -o-object-fit: contain;
     object-fit: contain;
  max-height: 100%;
}

.my-sales .info-items-block .name-item {
  font-size: 15px;
  line-height: 1.2;
  font-family: "Gerbera-Light", sans-serif, Verdana;
}

@media screen and (max-width: 767px) {
  .my-sales .info-items-block .name-item {
    font-size: 12px;
    line-height: 1.4;
  }
}

.my-sales .info-items-block .status {
  color: #fff;
  text-align: center;
  padding: 6px 3px 7px 3px;
  font-size: 12px;
  line-height: 1;
  border-radius: 4px;
  font-family: "Gerbera", sans-serif, Verdana;
  display: block;
}

@media screen and (max-width: 767px) {
  .my-sales .info-items-block .status.mobile-status {
    width: auto;
    display: inline-block;
    font-size: 10px;
    min-height: 20px;
  }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  .my-sales .info-items-block .status.mobile-status {
    width: auto;
    display: inline-block;
    font-size: 10px;
    min-height: 20px;
  }
}

.my-sales .info-items-block .status.online,
.my-sales .info-items-block .status.review,
.my-sales .info-items-block .status.auth,
.my-sales .info-items-block .status.accepted,
.my-sales .info-items-block .status.received,
.my-sales .info-items-block .status.paid {
  background: #29d599;
}

.my-sales .info-items-block .status.declined,
.my-sales .info-items-block .status.decline1,
.my-sales .info-items-block .status.decline2,
.my-sales .info-items-block .status.fake,
.my-sales .info-items-block .status.canceled {
  background: #e3342f;
}

.my-sales .info-items-block .status.new,
.my-sales .info-items-block .status.await,
.my-sales .info-items-block .status.awaiting,
.my-sales .info-items-block .status.shipped,
.my-sales .info-items-block .status.confirmation {
  background: #f0d643;
}

.my-sales .info-items-block .status.relist,
.my-sales .info-items-block .status.action,
.my-sales .info-items-block .status.sold {
  background: #f0d643;
}

.my-sales .info-items-block .brand {
  font-family: "Gerbera-Bold", sans-serif, Verdana;
  line-height: 1.4;
  font-size: 15px;
}

.my-sales .info-items-block .brand p {
  margin-bottom: 0px;
}

@media screen and (max-width: 767px) {
  .my-sales .info-items-block .description-text {
    margin-bottom: 15px;
  }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  .my-sales .info-items-block .description-text {
    margin-bottom: 15px;
  }
}

.my-sales .timer {
  display: inline-block;
}

.my-sales .timer .number {
  padding: 2px 5px 4px 5px;
  width: 27px;
}

.my-sales .timer .day,
.my-sales .timer .hour,
.my-sales .timer .min,
.my-sales .timer .sec {
  font-size: 12px;
}

.my-sales .details-block {
  padding-bottom: 50px;
}

.my-sales .details-block .button-edit {
  padding-top: 10px;
  margin-top: 20px;
}

.my-sales .details-block .prod-deliver .form-group {
  margin-bottom: 0.5rem !important;
}

.my-sales .details-block .prod-deliver .el-select .el-input__inner {
  height: 48px;
}

.my-sales .details-block .big-timer {
  text-align: center;
}

.my-sales .details-block .big-timer .timer .number {
  padding: 15px 0px;
  width: 58px;
  font-size: 25px;
  letter-spacing: 0px;
  border-radius: 12px;
  height: 55px;
}

@media screen and (max-width: 767px) {
  .my-sales .details-block .big-timer .timer .number {
    width: 38px;
    font-size: 16px;
    line-height: 16px;
    height: 36px;
    padding: 10px 0px;
  }
}

.my-sales .details-block .big-timer .timer .format {
  font-size: 16px;
}

@media screen and (max-width: 767px) {
  .my-sales .details-block .big-timer .timer .format {
    font-size: 12px;
  }
}

.my-sales .details-block .succes-step {
  font-family: "Gerbera", sans-serif, Verdana;
  font-size: 1.2rem;
  line-height: 1.2;
  text-align: center;
  padding: 8px 15px;
  background: #5FB97F;
  border-radius: 12px;
  height: 62px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.my-sales .details-block .unsucces-step {
  font-family: "Gerbera", sans-serif, Verdana;
  font-size: 1.2rem;
  line-height: 1.2;
  text-align: center;
  padding: 8px 15px;
  background: #8D8D8D;
  border-radius: 12px;
  height: 62px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.my-sales .details-block .name-step {
  position: relative;
}

.my-sales .details-block .name-step .number-step {
  position: absolute;
  top: 50%;
  margin-top: -115px;
  left: 50%;
  margin-left: -80px;
  font-family: "Gerbera-Light", sans-serif, Verdana;
  font-size: 180px;
  line-height: 180px;
  -webkit-text-stroke: 2px #f9f2d6;
  text-stroke: 2px #f9f2d6;
  color: #fff;
}

.my-sales .details-block .name-step .step {
  padding-left: 50px;
  font-family: "Gerbera", sans-serif, Verdana;
  font-size: 45px;
  position: relative;
}

.my-sales .details-block .steps-sales {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 40px !important;
}

@media screen and (max-width: 767px) {
  .my-sales .details-block .steps-sales {
    margin-top: 15px !important;
  }
}

.my-sales .details-block .steps-sales .step-sales {
  width: 33%;
}

.my-sales .details-block .steps-sales .completed-step.active {
  background: #5FB97F !important;
  padding-bottom: 0 !important;
}

.my-sales .details-block .steps-sales .completed-step .step-one,
.my-sales .details-block .steps-sales .completed-step .step-two,
.my-sales .details-block .steps-sales .completed-step .step-three,
.my-sales .details-block .steps-sales .completed-step .bg-step {
  background: #5FB97F;
  color: #000;
}

.my-sales .details-block .steps-sales .completed-step .big-number,
.my-sales .details-block .steps-sales .completed-step .text-right-big-number {
  display: none;
}

.my-sales .details-block .steps-sales .completed-step .bg-step {
  margin-top: 0;
}

.my-sales .details-block .steps-sales .sub-title-step {
  font-family: "Gerbera", sans-serif, Verdana;
  font-size: 1.2rem;
  line-height: 1.2;
  text-align: center;
  height: 3.5rem;
  padding: 0 15px;
}

@media screen and (max-width: 767px) {
  .my-sales .details-block .steps-sales .sub-title-step {
    background: #f9f2d6;
    padding-top: 15px;
    padding-bottom: 10px;
    height: auto;
  }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  .my-sales .details-block .steps-sales .sub-title-step {
    font-size: 1rem;
  }
}

.my-sales .details-block .steps-sales .bg-step {
  background: #F9F2D6;
  margin-top: 50px;
  position: relative;
  padding: 0px 15px 15px;
}

.my-sales .details-block .steps-sales .bg-step.completed-step {
  background: #5FB97F;
}

.my-sales .details-block .steps-sales .bg-step.completed-step .number-step {
  -webkit-text-stroke: 3px #5FB97F;
}

@media screen and (max-width: 767px) {
  .my-sales .details-block .steps-sales .bg-step {
    margin-top: 0px;
    padding: 10px;
  }
}

.my-sales .details-block .steps-sales .bg-step .big-number {
  position: absolute;
  top: -65px;
  left: 0;
  right: 0;
  font-size: 170px;
  line-height: 1;
  text-align: center;
  -webkit-text-stroke: 3px #F9F2D6;
  font-family: "Gerbera-Light", sans-serif, Verdana;
  color: #fff;
}

.my-sales .details-block .steps-sales .bg-step .text-right-big-number {
  font-family: "Gerbera", sans-serif, Verdana;
  font-size: 40px;
  text-align: center;
  margin-left: 100px;
  z-index: 2;
  position: relative;
  line-height: 1;
  padding-top: 15px;
}

.my-sales .details-block .steps-sales .bg-step .content-step {
  padding-top: 65px;
}

.my-sales .details-block .steps-sales .bg-step .content-step .content-status {
  font-family: "Gerbera", sans-serif, Verdana;
  font-size: 1.2rem;
  line-height: 1.2;
  text-align: center;
  padding: 0 15px;
  color: #000;
}

.my-sales .details-block .steps-sales .bg-step .content-step .content-status.online,
.my-sales .details-block .steps-sales .bg-step .content-step .content-status.review,
.my-sales .details-block .steps-sales .bg-step .content-step .content-status.auth,
.my-sales .details-block .steps-sales .bg-step .content-step .content-status.accepted,
.my-sales .details-block .steps-sales .bg-step .content-step .content-status.shipped,
.my-sales .details-block .steps-sales .bg-step .content-step .content-status.received {
  color: #29d599;
}

.my-sales .details-block .steps-sales .bg-step .content-step .content-status.declined,
.my-sales .details-block .steps-sales .bg-step .content-step .content-status.decline1,
.my-sales .details-block .steps-sales .bg-step .content-step .content-status.decline2,
.my-sales .details-block .steps-sales .bg-step .content-step .content-status.fake,
.my-sales .details-block .steps-sales .bg-step .content-step .content-status.canceled {
  color: #e3342f;
}

.my-sales .details-block .steps-sales .bg-step .content-step .content-status.new,
.my-sales .details-block .steps-sales .bg-step .content-step .content-status.await,
.my-sales .details-block .steps-sales .bg-step .content-step .content-status.awaiting {
  color: #f0d643;
}

.my-sales .details-block .steps-sales .bg-step .content-step .content-status.relist,
.my-sales .details-block .steps-sales .bg-step .content-step .content-status.action,
.my-sales .details-block .steps-sales .bg-step .content-step .content-status.sold {
  color: #f0d643;
}

.my-sales .details-block .steps-sales .bg-step .content-step .content-status.paid {
  color: #F96878;
}

.my-sales .details-block .steps-sales .step-one,
.my-sales .details-block .steps-sales .step-two,
.my-sales .details-block .steps-sales .step-three {
  padding-top: 15px;
}

.my-sales .details-block .steps-sales .step-one.active,
.my-sales .details-block .steps-sales .step-two.active,
.my-sales .details-block .steps-sales .step-three.active {
  background: #F9F2D6;
  padding-bottom: 20px;
}

.my-sales .details-block .steps-sales .step-one.active,
.my-sales .details-block .steps-sales .step-three.active {
  border-radius: 0 0 12px 12px;
}

.my-sales .details-block .steps-sales .step-one .bg-step,
.my-sales .details-block .steps-sales .step-three .bg-step {
  border-radius: 0 0 12px 12px;
}

@media screen and (max-width: 767px) {
  .my-sales .details-block .steps-sales .step-one .bg-step,
  .my-sales .details-block .steps-sales .step-three .bg-step {
    border-radius: 0;
  }
}

.my-sales .details-block .steps-sales .step-two.active {
  border-radius: 12px 12px 0 0;
}

.my-sales .details-block .steps-sales .step-two .bg-step {
  border-radius: 12px 12px 0 0;
}

@media screen and (max-width: 767px) {
  .my-sales .details-block .steps-sales .step-two .bg-step {
    border-radius: 0;
  }
}

.my-sales .details-block .steps-sales .el-input__inner {
  border-radius: 12px;
  border-width: 2px;
}

.my-sales .details-block .edit-step-one .custom-modal-text {
  padding: 0px !important;
}

.my-sales .details-block .edit-step-one .custom-modal-text .modal-header {
  background: #f9f2d6;
  padding: 20px;
}

@media screen and (max-width: 767px) {
  .my-sales .details-block .edit-step-one .custom-modal-text .modal-header {
    padding: 10px;
  }
}

.my-sales .details-block .edit-step-one .custom-modal-text .modal-header .block-h2 {
  margin-bottom: 0px !important;
  text-transform: none;
}

.my-sales .details-block .edit-step-one .custom-modal-text .body-my {
  padding: 30px;
}

@media screen and (max-width: 767px) {
  .my-sales .details-block .edit-step-one .custom-modal-text .body-my {
    padding: 15px;
  }
}

.my-sales .details-block .edit-step-one .custom-modal-text .body-my .prod-deliver .el-select input {
  border-radius: 12px !important;
  border: 1px solid #C7C7C7;
}

.my-sales .details-block .decline-status {
  text-align: center;
  font-family: "Gerbera", sans-serif, Verdana;
  font-size: 14px;
  line-height: 1.2;
  color: #FA556B;
  margin-top: 40px;
  margin-bottom: 20px;
}

@media screen and (max-width: 767px) {
  .my-sales .details-block .decline-status {
    margin-top: 0px;
    margin-bottom: 10px;
  }
}

.mobile-steps {
  padding-top: 30px;
}

.mobile-steps .number {
  font-family: "Gerbera-Light", sans-serif, Verdana;
  font-size: 48px;
  line-height: 56px;
  -webkit-text-stroke: 2px #f9f2d6;
  text-stroke: 2px #f9f2d6;
  color: #fff;
  position: absolute;
  top: 50%;
  margin-top: -40px;
  left: 50%;
  margin-left: -32px;
}

.mobile-steps .text-number {
  font-family: "Gerbera-Light", sans-serif, Verdana;
  font-size: 14px;
  line-height: 16px;
  text-align: center;
  position: relative;
}

.mobile-steps .name-step {
  font-family: "Gerbera", sans-serif, Verdana;
  font-size: 10px;
  line-height: 12px;
  text-align: center;
  margin-top: 18px;
}

.mobile-steps .row {
  margin-right: -5px;
  margin-left: -5px;
}

.mobile-steps .row .step-item {
  padding-left: 5px;
  padding-right: 5px;
}

.mobile-steps .succes-step {
  margin-top: 0px !important;
  font-size: 10px !important;
  line-height: 1.2 !important;
}

.mobile-steps .button-edit {
  position: absolute;
  bottom: -6px;
  padding-top: 0px;
  margin-top: 0px;
  left: 0px;
  width: 100%;
}

.mobile-steps .button-edit .my-button {
  padding: 5px 8px !important;
  font-size: 9px;
  border-radius: 6px;
}

.step-one-full-screen .open-bg {
  height: 50px;
  background: #f9f2d6;
  margin-top: -10px;
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  .step-one-full-screen .open-bg {
    height: 30px;
  }
}

.step-one-full-screen .prod-deliver {
  background: #f9f2d6;
  padding: 30px;
}

@media screen and (max-width: 767px) {
  .step-one-full-screen .prod-deliver {
    padding: 15px;
  }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  .step-one-full-screen .prod-deliver {
    padding: 15px;
  }
}

.step-one-full-screen .carrier .form-control {
  height: 48px;
}

.step-one-full-screen .tracking_number .form-control {
  height: 48px;
}

@media screen and (max-width: 767px) {
  .warning-mobile .warning-icon {
    width: 50px;
    height: 50px;
    background: url(/images/mob-icon-warning.svg?9cc344fa9503ef423edf6f300f662fef) no-repeat center center, #fff;
    border-radius: 50%;
    position: absolute;
    top: -40px;
  }

  .warning-mobile .warning-modal {
    display: none;
  }

  .warning-mobile .warning-modal.open-modal {
    position: fixed;
    z-index: 9998;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
  }

  .warning-mobile .warning-modal.open-modal .warning-modal-body {
    width: 320px;
    background: #fff;
    margin: auto auto !important;
    vertical-align: middle;
    padding: 20px;
    border-radius: 8px;
  }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  .warning-mobile .warning-icon {
    width: 50px;
    height: 50px;
    background: url(/images/mob-icon-warning.svg?9cc344fa9503ef423edf6f300f662fef) no-repeat center center, #fff;
    border-radius: 50%;
    position: absolute;
    top: -40px;
  }

  .warning-mobile .warning-modal {
    display: none;
  }

  .warning-mobile .warning-modal.open-modal {
    position: fixed;
    z-index: 9998;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
  }

  .warning-mobile .warning-modal.open-modal .warning-modal-body {
    width: 320px;
    background: #fff;
    margin: auto auto !important;
    vertical-align: middle;
    padding: 20px;
    border-radius: 8px;
  }
}

.el-select-dropdown {
  z-index: 9999 !important;
}

#my-authentications .brand {
  margin-top: 4px;
  font-size: 16px;
  font-family: "Gerbera-Light", sans-serif, Verdana;
  letter-spacing: 1.5px;
  text-transform: uppercase;
}

#my-authentications .btn-my-items {
  width: 100%;
}

@media screen and (max-width: 767px) {
  #my-authentications .btn-my-items {
    width: 100%;
    font-size: 14px;
  }
}

#my-authentications .my-button {
  min-width: 170px;
}

#my-orders .order-status .lable {
  color: #fff;
  text-align: center;
  padding: 6px 10px 8px;
  font-size: 12px;
  line-height: 1;
  border-radius: 4px;
  font-family: "Gerbera", sans-serif, Verdana;
  display: inline-block;
  background: #f0d643;
}

#my-orders .order-status.awaiting .lable,
#my-orders .order-status.awaiting_shipped .lable,
#my-orders .order-status.first_awaiting .lable,
#my-orders .order-status.new .lable,
#my-orders .order-status.new_not_paid .lable,
#my-orders .order-status.relisted .lable,
#my-orders .order-status.returned .lable {
  background: #f0d643;
}

#my-orders .order-status.buyer_shipped .lable,
#my-orders .order-status.delivered .lable,
#my-orders .order-status.shipped .lable {
  background: #5FB97F;
}

#my-orders .order-status.canceled .lable,
#my-orders .order-status.declined .lable,
#my-orders .order-status.expire .lable,
#my-orders .order-status.new_expire .lable,
#my-orders .order-status.not_return .lable,
#my-orders .order-status.refunded .lable,
#my-orders .order-status.rejected .lable {
  background: #e3342f;
}

#my-orders .bottom-buffer {
  margin: 30px 0px;
  padding: 0px 15px;
}

#my-orders .order-item .info-list .item-info .lable {
  font-family: "Gerbera-Light", sans-serif, Verdana;
  font-size: 14px;
  line-height: 1.6;
}

#my-orders .bottom-status {
  color: #fff;
  text-align: center;
  padding: 4px 0px;
  margin-top: 10px;
  background: #d52975;
  font-size: 10px;
  text-transform: uppercase;
}

#my-orders .img-order {
  position: relative;
}

#my-orders .img-order .status-orders {
  position: absolute;
  top: 10px;
  left: -10px;
  padding: 0px 10px;
  text-transform: uppercase;
  color: #fff;
  background: #d52975;
  font-size: 13px;
}

#my-orders .img-order .status-orders.New {
  background: #29d599;
}

#my-orders .img-order .status-orders.New:after {
  content: ' ';
  border-color: #1bb781 #1bb781 transparent transparent;
}

#my-orders .img-order .status-orders.delivered {
  background: #f0d643;
}

#my-orders .img-order .status-orders.delivered:after {
  content: ' ';
  border-color: #d3b927 #d3b927 transparent transparent;
}

#my-orders .img-order .status-orders:after {
  content: ' ';
  position: absolute;
  width: 0;
  height: 0;
  left: 0px;
  top: 100%;
  border-width: 5px 5px;
  border-style: solid;
  border-color: #b52162 #b52162 transparent transparent;
}

#my-orders .row-orders {
  padding: 15px 0px;
}

@media screen and (max-width: 767px) {
  #my-orders .row-orders {
    max-width: 320px;
    margin: 0px auto;
  }
}

#my-orders .row-orders:first-child {
  padding-top: 0px;
}

#my-orders .row-orders .status {
  margin-bottom: 13px;
}

#my-orders .info-order {
  margin-top: 13px;
}

@media screen and (max-width: 767px) {
  #my-orders .order-item-button {
    padding: 0px;
  }
}

@media screen and (max-width: 767px) {
  #my-orders .order-item img {
    max-width: 185px;
    max-height: 185px;
  }
}

#my-orders .order-item .info-list {
  padding-top: 20px;
}

#my-orders .order-item .item-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#my-orders .order-item .item-info .left-info {
  width: 60%;
  padding-right: 5px;
}

#my-orders .order-item .item-info .right-info {
  width: 40%;
  padding-left: 5px;
}

#my-orders .order-item p {
  margin-bottom: 5px;
}

#my-orders .btn-my-items {
  width: auto;
  padding: 12px 27px 15px 27px;
  margin: auto;
  margin-top: 10px;
  font-family: "Gerbera", sans-serif, Verdana;
  font-size: 14px;
}

#my-orders .timer {
  text-align: left;
  margin: 10px 0px;
}

@media screen and (max-width: 767px) {
  #my-orders .timer .number {
    width: 36px;
  }
}

@media screen and (max-width: 767px) {
  #my-orders .modal-mask {
    background-color: rgba(0, 0, 0, 0);
    z-index: 20;
  }

  #my-orders .modal-mask .modal-container {
    width: 100% !important;
    border-radius: 0px !important;
    height: 100vh !important;
    -webkit-box-sizing: border-box !important;
            box-sizing: border-box !important;
    padding: 66px 0px !important;
  }

  #my-orders .modal-mask .modal-container .modal-body .modal-close-mobile {
    background: #fff;
    border: 0px;
    font-family: "Gerbera", sans-serif, Verdana;
    font-size: 18px;
    line-height: 21px;
    padding-left: 25px;
    background: url(/images/arrow-back.svg?843142265f8655ab9bc2e20773a15142) no-repeat 5px center;
    margin-bottom: 10px;
  }

  #my-orders .modal-mask .modal-container .modal-body .block-info {
    display: block;
    padding: 15px 30px 0px !important;
    background: #fff !important;
  }

  #my-orders .modal-mask .modal-container .modal-body .block-info .lable {
    font-size: 16px !important;
    width: 50%;
    margin-bottom: 5px !important;
  }

  #my-orders .modal-mask .modal-container .modal-body .prod-block .item-prod-row .item-label {
    font-size: 12px;
  }

  #my-orders .modal-mask .modal-container .modal-body .prod-block .item-prod-row .item-value {
    font-size: 12px;
  }

  #my-orders .modal-mask .modal-container .modal-body .prod-block .item-prod-row .item-value.product-name {
    display: -webkit-box;
    display: -moz-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    -moz-line-clamp: 1;
    line-clamp: 1;
    height: 20px;
    text-overflow: ellipsis;
    overflow: hidden;
  }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  #my-orders .modal-mask {
    background-color: rgba(0, 0, 0, 0);
    z-index: 20;
  }

  #my-orders .modal-mask .modal-container {
    width: 100% !important;
    border-radius: 0px !important;
    height: 100vh !important;
    -webkit-box-sizing: border-box !important;
            box-sizing: border-box !important;
    padding: 66px 0px !important;
  }

  #my-orders .modal-mask .modal-container .modal-body .modal-close-mobile {
    background: #fff;
    border: 0px;
    font-family: "Gerbera", sans-serif, Verdana;
    font-size: 18px;
    line-height: 21px;
    padding-left: 25px;
    background: url(/images/arrow-back.svg?843142265f8655ab9bc2e20773a15142) no-repeat 5px center;
    margin-bottom: 10px;
  }

  #my-orders .modal-mask .modal-container .modal-body .block-info {
    display: block !important;
    padding: 15px 30px 0px !important;
    background: #fff !important;
  }

  #my-orders .modal-mask .modal-container .modal-body .block-info .lable {
    font-size: 16px !important;
    width: 25%;
    margin-bottom: 5px !important;
  }

  #my-orders .modal-mask .modal-container .modal-body .prod-block .item-prod-row .item-label {
    font-size: 12px;
  }

  #my-orders .modal-mask .modal-container .modal-body .prod-block .item-prod-row .item-value {
    font-size: 12px;
  }
}

@media screen and (max-width: 767px) {
  #my-orders .modal-mask.modal-style .modal-container,
  #my-details .modal-mask.modal-style .modal-container {
    padding: 0px !important;
    height: auto !important;
    width: 300px !important;
  }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  #my-orders .modal-mask.modal-style .modal-container,
  #my-details .modal-mask.modal-style .modal-container {
    padding: 0px !important;
    height: auto !important;
    width: 450px !important;
  }
}

#my-orders .modal-mask .modal-container,
#my-details .modal-mask .modal-container {
  width: 560px;
}

@media screen and (max-width: 767px) {
  #my-orders .modal-mask .modal-container,
  #my-details .modal-mask .modal-container {
    width: 300px;
  }
}

#my-orders .modal-mask .modal-container .btn-my-items,
#my-details .modal-mask .modal-container .btn-my-items {
  width: 180px;
  padding: 3px 12px;
  display: inline-block;
  margin: 0px 10px;
}

#my-orders .modal-mask .modal-container.modal-order-dop-info,
#my-details .modal-mask .modal-container.modal-order-dop-info {
  width: 836px;
  padding: 0;
}

@media screen and (max-width: 767px) {
  #my-orders .modal-mask .modal-container.modal-order-dop-info,
  #my-details .modal-mask .modal-container.modal-order-dop-info {
    width: 320px;
  }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  #my-orders .modal-mask .modal-container.modal-order-dop-info,
  #my-details .modal-mask .modal-container.modal-order-dop-info {
    width: 680px;
  }
}

#my-orders .modal-mask .modal-container.modal-order-dop-info .modal-body,
#my-details .modal-mask .modal-container.modal-order-dop-info .modal-body {
  margin: 0;
  padding: 0;
}

#my-orders .modal-mask .modal-container.modal-order-dop-info .modal-body .modal-close,
#my-details .modal-mask .modal-container.modal-order-dop-info .modal-body .modal-close {
  position: absolute;
  top: 10px;
  right: -30px;
  width: 20px;
  height: 20px;
  display: block;
  background: url(/images/close_w.svg?e2a1a38de1a0591108b2e4674bd64ada) no-repeat center center;
  background-size: 100%;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: none;
  font-size: 0;
}

@media screen and (max-width: 767px) {
  #my-orders .modal-mask .modal-container.modal-order-dop-info .modal-body .modal-close,
  #my-details .modal-mask .modal-container.modal-order-dop-info .modal-body .modal-close {
    right: 12px;
    width: 15px;
    height: 15px;
    background: url(/images/close_b.svg?3184358c513fe082fe7f427ec067fe48) no-repeat center center;
    background-size: 100%;
  }
}

#my-orders .modal-mask .modal-container.modal-order-dop-info .modal-body .block-info,
#my-details .modal-mask .modal-container.modal-order-dop-info .modal-body .block-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #f9f2d6;
  border-radius: 10px 10px 0px 0px;
  padding: 30px;
}

@media screen and (max-width: 767px) {
  #my-orders .modal-mask .modal-container.modal-order-dop-info .modal-body .block-info,
  #my-details .modal-mask .modal-container.modal-order-dop-info .modal-body .block-info {
    padding: 20px;
  }
}

@media screen and (max-width: 767px) {
  #my-orders .modal-mask .modal-container.modal-order-dop-info .modal-body .block-info .block-h2,
  #my-details .modal-mask .modal-container.modal-order-dop-info .modal-body .block-info .block-h2 {
    margin-bottom: 0px !important;
  }
}

#my-orders .modal-mask .modal-container.modal-order-dop-info .modal-body .block-info .item-info .lable,
#my-details .modal-mask .modal-container.modal-order-dop-info .modal-body .block-info .item-info .lable {
  margin-bottom: 0px;
  font-size: 20px;
  font-family: "Gerbera", sans-serif, Verdana;
  margin-right: 5px;
  font-weight: normal;
}

#my-orders .modal-mask .modal-container.modal-order-dop-info .modal-body .block-info .item-info .lable b,
#my-details .modal-mask .modal-container.modal-order-dop-info .modal-body .block-info .item-info .lable b {
  font-family: "Gerbera-Bold", sans-serif, Verdana;
}

#my-orders .modal-mask .modal-container.modal-order-dop-info .modal-body .prod-block,
#my-details .modal-mask .modal-container.modal-order-dop-info .modal-body .prod-block {
  padding: 15px;
}

@media screen and (max-width: 767px) {
  #my-orders .modal-mask .modal-container.modal-order-dop-info .modal-body .prod-block .my-button,
  #my-details .modal-mask .modal-container.modal-order-dop-info .modal-body .prod-block .my-button {
    padding: 14px 10px !important;
    margin: 15px auto 0px !important;
  }
}

#my-orders .modal-mask .modal-container.modal-order-dop-info .modal-body .prod-block .item-prod-row,
#my-details .modal-mask .modal-container.modal-order-dop-info .modal-body .prod-block .item-prod-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 15px;
  font-size: 16px;
  font-family: "Gerbera", sans-serif, Verdana;
}

#my-orders .modal-mask .modal-container.modal-order-dop-info .modal-body .prod-block .item-prod-row .item-label,
#my-details .modal-mask .modal-container.modal-order-dop-info .modal-body .prod-block .item-prod-row .item-label {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 33.33333333%;
  flex: 0 0 33.33333333%;
  max-width: 33.33333333%;
}

#my-orders .modal-mask .modal-container.modal-order-dop-info .modal-body .dop-info,
#my-details .modal-mask .modal-container.modal-order-dop-info .modal-body .dop-info {
  padding: 15px;
}

#my-orders .modal-mask .modal-container.modal-order-dop-info .modal-body .dop-info .dop-info-block,
#my-details .modal-mask .modal-container.modal-order-dop-info .modal-body .dop-info .dop-info-block {
  font-family: "Gerbera", sans-serif, Verdana;
  font-size: 20px;
}

#my-orders .modal-mask .modal-container.modal-order-dop-info .modal-body .dop-info .dop-info-block .dop-info-item,
#my-details .modal-mask .modal-container.modal-order-dop-info .modal-body .dop-info .dop-info-block .dop-info-item {
  padding-left: 33.33333333%;
}

#my-orders .modal-mask .modal-container.modal-order-dop-info .modal-body .dop-info .dop-info-block .with-label,
#my-details .modal-mask .modal-container.modal-order-dop-info .modal-body .dop-info .dop-info-block .with-label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#my-orders .modal-mask .modal-container.modal-order-dop-info .modal-body .dop-info .dop-info-block .with-label .dop-info-label,
#my-details .modal-mask .modal-container.modal-order-dop-info .modal-body .dop-info .dop-info-block .with-label .dop-info-label {
  width: 33.33333333%;
}

#my-orders .modal-mask .modal-container.modal-order-dop-info .modal-body .dop-info .dop-info-block .with-label .dop-info-item,
#my-details .modal-mask .modal-container.modal-order-dop-info .modal-body .dop-info .dop-info-block .with-label .dop-info-item {
  padding-left: 0;
}

.biz {
  color: #e7f3f3;
  border-bottom: 1px dashed #e7f3f3;
}

.biz:hover {
  border-bottom: 1px dashed transparent;
}

.error-page {
  border: 5px solid #e7f3f3;
  margin-top: 75px;
  margin-bottom: 75px;
  padding: 25px;
  -webkit-box-shadow: 3px 4px 9px #a8a8a8;
  box-shadow: 3px 4px 9px #a8a8a8;
}

.error-page P:last-child,
.error-page ul:last-child {
  margin-bottom: 0px;
}

.login-page h1 {
  padding-top: 150px;
}

.login-page .right-block {
  padding-top: 150px;
}

.auth-component .btn {
  display: block;
  width: 100%;
  height: 60px;
  border: 2px solid #000;
  color: #fff;
  text-align: center;
  background: #000;
  font-size: 16px;
  border-radius: 12px;
}

.auth-component .btn:hover {
  background: #fff;
  color: #000;
}

.auth-component p {
  margin-bottom: 5px;
}

.auth-component input {
  border-radius: 0px;
  height: 50px;
}

.auth-component .btn-link {
  display: block;
  text-align: center;
  color: #000;
  line-height: 16px;
  margin: 10px 0px;
  cursor: pointer;
}

.auth-component .left-login:after {
  content: '';
  border-right: 1px dashed #EAEAEA;
  position: absolute;
  height: 100%;
  right: -48px;
  top: 0px;
}

.auth-component .show-pass {
  width: 25px;
  height: 25px;
  position: absolute;
  right: 10px;
  top: 13px;
  background: url(/images/eye.svg?8f1fa368002b0c7c812f05e10093f68a);
  background-size: 100%;
  cursor: pointer;
}

.auth-component .show-pass.active {
  background: url(/images/eye-h.svg?bd244f6dc75cbf1936992a7f341192e0);
  background-size: 100%;
}

.auth-component .select-form {
  font-size: 0;
}

.auth-component .select-form > div {
  display: inline-block;
  vertical-align: top;
  width: 50%;
  font-size: 16px;
  padding: 13px 20px;
  cursor: pointer;
  border: 0px solid #000;
  text-align: center;
}

.auth-component .select-form > div:nth-child(1) {
  border-radius: 12px 0px 0px 12px;
}

.auth-component .select-form > div:nth-child(2) {
  border-radius: 0px 12px 12px 0px;
}

@media screen and (max-width: 767px) {
  .auth-component .select-form > div {
    font-size: 16px;
    padding: 9px 6px;
  }
}

.auth-component .select-form > div.active {
  color: #ffffff;
  background: #000000;
}

#share-buttons .share-buttons-list {
  margin-bottom: 15px;
}

#share-buttons .share-buttons-list span {
  display: inline-block;
  vertical-align: top;
  width: 25px;
  height: 25px;
  font-size: 0;
  margin-right: 5px;
  cursor: pointer;
  border-radius: 7px;
}

#share-buttons .share-buttons-list span:hover {
  border-radius: 50%;
}

#share-buttons .share-buttons-list span.facebook {
  background: url(/images/default/socials/facebook.svg) no-repeat center center, #005794;
  background-size: 16px;
}

#share-buttons .share-buttons-list span.telegram {
  background: url(/images/default/socials/telegram.svg) no-repeat center center, #58ade6;
  background-size: 16px;
}

#share-buttons .share-buttons-list span.viber {
  background: url(/images/default/socials/viber.svg) no-repeat center center, #7D3DAF;
  background-size: 21px;
}

#share-buttons .share-buttons-list span.whatsApp {
  background: url(/images/default/socials/whatsapp.svg) no-repeat center center, #1BD741;
  background-size: 21px;
}

#share-buttons .share-buttons-list span.twitter {
  background: url(/images/default/socials/twitter.svg) no-repeat center center, #00acd8;
  background-size: 16px;
}

#share-buttons .share-buttons-list span.gPlus {
  background: url(/images/default/socials/google.svg) no-repeat center center, #ee1118;
  background-size: 16px;
}

.concierge-service-page {
  padding: 70px 0px;
  background: url(/images/selluxury-cons.png?79b431cad453508c70034f126a8ae60d) no-repeat right top 40px;
  background-size: 400px;
}

@media screen and (max-width: 767px) {
  .concierge-service-page {
    padding: 40px 0px;
    background: none;
  }
}

.concierge-service-page .text-block {
  margin-bottom: 60px;
}

@media screen and (max-width: 767px) {
  .concierge-service-page .text-block {
    margin-bottom: 0px;
  }
}

.concierge-service-page .top-button {
  width: 300px;
  margin-left: 110px;
  cursor: pointer;
}

@media screen and (max-width: 767px) {
  .concierge-service-page .top-button {
    margin-left: auto;
    margin-right: auto;
  }
}

.concierge-service-page .title-block h1 {
  font-size: 60px;
  line-height: 70px;
  text-transform: none;
  text-align: left;
  margin-bottom: 60px;
  margin-left: 110px;
}

@media screen and (max-width: 767px) {
  .concierge-service-page .title-block h1 {
    font-size: 38px;
    line-height: 50px;
    margin-bottom: 0px;
    margin-left: 0px;
  }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  .concierge-service-page .title-block h1 {
    margin-left: 0px;
  }
}

.concierge-service-page #concierge-service-form {
  margin: 0px 0px 80px;
}

.concierge-service-page #concierge-service-form .concierge-button {
  background: #000;
  color: #fff;
  font-family: "Gerbera-Bold", sans-serif, Verdana;
  font-size: 16px;
  border: 2px solid #000;
  border-radius: 12px;
  letter-spacing: 0px;
  padding: 20px 40px;
}

.concierge-service-page #concierge-service-form .concierge-button[disabled="disabled"] {
  background: #E5E5E5;
  color: #a5a5a5;
  border: 2px solid #E5E5E5;
}

.concierge-service-page .block-h2 {
  font-size: 38px;
  line-height: 40px;
  text-transform: none;
}

@media screen and (max-width: 767px) {
  .concierge-service-page .block-h2 {
    font-size: 26px;
    line-height: 30px;
  }
}

.concierge-service-page .cons-adv {
  margin: 70px 0px;
}

.concierge-service-page .cons-adv .cons-adv-item .title {
  text-align: center;
}

.concierge-service-page .cons-adv .cons-adv-item .text .show-more {
  font-size: 14px;
  line-height: 22px;
  margin-bottom: 15px;
  border-bottom: 1px solid #ccc;
  cursor: pointer;
  margin-left: 10px;
}

.concierge-service-page .cons-adv .cons-adv-item .text .show-more:hover {
  border-bottom: 1px solid transparent;
}

@media screen and (max-width: 767px) {
  .concierge-service-page .cons-adv .cons-adv-item .title {
    text-align: center;
  }

  .concierge-service-page .cons-adv .cons-adv-item .text {
    text-align: center;
  }
}

.concierge-service-page .cons-adv .cons-adv-item .icon {
  display: block;
  width: 100px;
  height: 100px;
  margin: 0px auto 10px;
  background: url(/images/cards.svg?81489512c21a2b1aa8004787998e5539) no-repeat center center;
  background-size: 80px;
}

.concierge-service-page .cons-adv .cons-adv-item:nth-child(2) .icon {
  background: url(/images/protect.svg?c960fb3d9e9b9983e42da96f43eb92af) no-repeat center center;
  background-size: 55px;
}

.concierge-service-page .cons-adv .cons-adv-item:nth-child(3) .icon {
  background: url(/images/time_money.svg?969986d673aad50bf10c237ba58abb6d) no-repeat center center;
  background-size: 55px;
}

.concierge-service-page .cons-adv .cons-adv-item:nth-child(4) .icon {
  background: url(/images/discound.svg?dcca9e98abc6c5370ffd9b9e3b8d9bb4) no-repeat center center;
  background-size: 55px;
}

.concierge-service-page .cons-adv .cons-adv-item .title {
  margin-bottom: 7px;
  font-weight: bold;
}

.concierge-service-page .how-work .block-h2 {
  margin-bottom: 50px;
}

.concierge-service-page .how-work .block-item {
  margin-bottom: 50px;
}

@media screen and (max-width: 767px) {
  .concierge-service-page .how-work .block-item {
    margin-bottom: 20px;
  }
}

.concierge-service-page .how-work .block-content {
  background: #F9F2D6;
  border-radius: 12px;
  width: 80%;
  min-height: 92px;
  position: relative;
}

@media screen and (max-width: 767px) {
  .concierge-service-page .how-work .block-content {
    width: 100%;
  }
}

.concierge-service-page .how-work .block-content .number {
  font-family: "Gerbera-Light", sans-serif, Verdana;
  font-size: 250px;
  line-height: 250px;
  -webkit-text-stroke: 2px #f9f2d6;
  text-stroke: 2px #f9f2d6;
  color: #fff;
  position: absolute;
  bottom: -50px;
}

@media screen and (max-width: 767px) {
  .concierge-service-page .how-work .block-content .number {
    font-size: 116px;
    line-height: 100px;
    bottom: 20px;
  }
}

.concierge-service-page .how-work .block-content.left {
  padding: 20px 60px 20px 200px;
}

@media screen and (max-width: 767px) {
  .concierge-service-page .how-work .block-content.left {
    padding: 20px 20px 20px 20px;
  }
}

.concierge-service-page .how-work .block-content.left .number {
  left: 0px;
}

.concierge-service-page .how-work .block-content.right {
  padding: 20px 200px 20px 60px;
}

@media screen and (max-width: 767px) {
  .concierge-service-page .how-work .block-content.right {
    padding: 20px 20px 20px 20px;
  }
}

.concierge-service-page .how-work .block-content.right .number {
  right: 0px;
}

.concierge-service-page .how-work .block-content p {
  font-family: "Gerbera-Light", sans-serif, Verdana;
  font-size: 20px;
  line-height: 26px;
  margin-bottom: 0px;
}

@media screen and (max-width: 767px) {
  .concierge-service-page .how-work .block-content p {
    font-size: 18px;
    line-height: 26px;
    position: relative;
  }
}

.faq-new-design summary {
  display: block;
}

.faq-new-design summary::-webkit-details-marker {
  display: none;
}

.faq-new-design .faq-block__item {
  background: #F9FAFB;
  border-radius: 12px;
  margin-bottom: 20px;
  padding: 22px 80px 22px 30px;
  position: relative;
}

@media screen and (max-width: 767px) {
  .faq-new-design .faq-block__item {
    padding: 15px 45px 15px 15px;
  }
}

.faq-new-design .faq-block__item:after {
  content: '';
  display: block;
  width: 30px;
  height: 30px;
  position: absolute;
  top: 17px;
  right: 30px;
  background: url(/images/faq-arrow.svg?65b979531315a5b0359e5be30be9aaf7) no-repeat center center;
  background-size: 14px;
  border: 1px solid #9B9C9C;
  border-radius: 50%;
}

@media screen and (max-width: 767px) {
  .faq-new-design .faq-block__item:after {
    top: 14px;
    right: 14px;
  }
}

.faq-new-design .faq-block__item[open]:after {
  content: '';
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.faq-new-design .faq-block__item .faq-block__question {
  font-family: "Gerbera", sans-serif, Verdana;
  font-size: 18px;
  line-height: 20px;
}

@media screen and (max-width: 767px) {
  .faq-new-design .faq-block__item .faq-block__question {
    font-size: 18px;
    line-height: 24px;
  }
}

.faq-new-design .faq-block__item .faq-block__answer {
  font-family: "Gerbera-Light", sans-serif, Verdana;
  font-size: 18px;
  line-height: 28px;
  margin-top: 25px;
}

@media screen and (max-width: 767px) {
  .faq-new-design .faq-block__item .faq-block__answer {
    font-size: 14px;
    line-height: 22px;
    margin-top: 15px;
  }
}

.modal-concierge {
  position: fixed;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 12;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.modal-concierge .modal-bg {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
}

.modal-concierge .mod-content {
  width: 1000px;
  position: relative;
  z-index: 2;
  background: #fff;
  border-radius: 12px;
  max-height: 85vh;
  overflow-y: auto;
  overflow-x: hidden;
}

.modal-concierge .mod-content .thnx-message {
  padding: 30px 0px;
}

@media screen and (max-width: 767px) {
  .modal-concierge .mod-content {
    max-height: 80vh;
    overflow-y: auto;
  }
}

.modal-concierge .mod-content .title {
  background: #F9F2D6;
  padding: 15px 0px;
  text-align: center;
  border-radius: 12px 12px 0px 0px;
  margin-bottom: 0px;
}

.modal-concierge .mod-content .forms {
  padding: 20px;
}

.modal-concierge .close-modal {
  position: absolute;
  right: 12px;
  top: 5px;
  font-size: 36px;
  line-height: 28px;
  color: #000;
  font-family: "Gerbera-Bold", sans-serif, Verdana;
  cursor: pointer;
}

@media screen and (max-width: 767px) {
  .modal-concierge .close-modal {
    position: absolute;
    right: 10px;
    top: 14px;
    font-size: 28px;
    line-height: 28px;
    color: #000;
    font-family: "Gerbera-Bold", sans-serif, Verdana;
    cursor: pointer;
  }
}

.modal-concierge .bottom-form-button .concierge-button {
  padding: 12px 40px !important;
  width: 100%;
}

.modal-concierge .bottom-form-button .concierge-button.active {
  background: transparent !important;
  color: #000 !important;
  border: 2px solid transparent !important;
}

.modal-concierge .bottom-form-button .concierge-button:focus {
  outline: none;
}

.concierge-link-add {
  font-family: "Gerbera-Bold", sans-serif, Verdana;
  font-size: 18px;
  background: transparent;
  border: 0px;
  border-bottom: 1px solid;
  padding: 0px;
  display: inline-block;
  margin-bottom: 30px;
  color: #FA556B;
}

@media screen and (max-width: 767px) {
  .concierge-link-add {
    font-size: 16px;
  }
}

.concierge-link-add:hover {
  border-bottom: 1px solid transparent;
}

.add-form-by-number {
  counter-reset: heading;
}

.add-form-by-number .new-added-form {
  position: relative;
  padding-left: 45px;
  padding-right: 45px;
  margin-bottom: 25px;
}

@media screen and (max-width: 767px) {
  .add-form-by-number .new-added-form {
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 55px;
    margin-bottom: 0px;
  }
}

.add-form-by-number .new-added-form .price-auto {
  position: relative;
}

.add-form-by-number .new-added-form .price-auto .or {
  line-height: 38px;
  font-size: 14px;
  margin: 0px 10px 2px 10px;
  font-family: "Gerbera-Light", sans-serif, Verdana;
}

.add-form-by-number .new-added-form .price-auto button {
  border: 0px;
  border-radius: 0px;
  color: #000;
  height: 46px;
  line-height: 38px;
  font-size: 14px;
  font-family: "Gerbera-Light", sans-serif, Verdana;
  background: transparent;
  width: 100%;
  text-align: left;
  padding-left: 24px;
  position: relative;
  outline: none !important;
}

.add-form-by-number .new-added-form .price-auto button:after {
  content: '';
  display: block;
  width: 16px;
  height: 16px;
  border: 1px solid #000;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -8px;
  border-radius: 4px;
}

.add-form-by-number .new-added-form .price-auto button.active:after {
  background: url(/images/check-w.svg?55b971c58e0375ef98aa605ae0f5b13c) no-repeat center center, #000;
  background-size: 10px;
}

.add-form-by-number .new-added-form .number-item:after {
  counter-increment: heading;
  content: counter(heading);
  font-family: "Gerbera-Light", sans-serif, Verdana;
  background: #E5E5E5;
  padding: 3px 12px;
  font-size: 18px;
  border-radius: 50%;
  position: absolute;
  top: 5px;
  left: 0px;
}

.add-form-by-number .new-added-form .row {
  margin-right: -5px;
  margin-left: -5px;
}

.add-form-by-number .new-added-form .row .new-added-form-item {
  padding-left: 5px;
  padding-right: 5px;
  position: relative;
}

.add-form-by-number .new-added-form .row .new-added-form-item .label-text {
  font-family: "Gerbera-Light", sans-serif, Verdana;
  font-size: 11px;
  background: #fff;
  position: absolute;
  top: -9px;
  left: 20px;
  color: #d0d0d0;
  padding: 0px 4px;
  z-index: 1;
}

.add-form-by-number .new-added-form .row .new-added-form-item.your-price {
  position: relative;
}

.add-form-by-number .new-added-form .row .new-added-form-item.your-price.finish-price input {
  background: #fff;
}

.add-form-by-number .new-added-form .row .new-added-form-item.your-price:after {
  content: '$';
  font-size: 24px;
  background: #E5E5E5;
  font-family: "Gerbera", sans-serif, Verdana;
  position: absolute;
  top: 0px;
  right: 5px;
  padding: 5px 10px;
  border-radius: 0px 12px 12px 0px;
}

.add-form-by-number .new-added-form .row .new-added-form-item.border-red input,
.add-form-by-number .new-added-form .row .new-added-form-item.border-red button {
  border: 2px solid #ff0000;
}

.add-form-by-number .form-control {
  border: 2px solid #E5E5E5;
  border-radius: 12px;
  color: #000;
  height: 46px;
  line-height: 46px;
  font-size: 14px;
  font-family: "Gerbera-Light", sans-serif, Verdana;
}

.add-form-by-number .form-control::-moz-placeholder {
  color: #000;
}

.add-form-by-number .form-control::-webkit-input-placeholder {
  color: #000;
}

.add-form-by-number .form-control:-ms-input-placeholder {
  color: #000;
}

.add-form-by-number .form-control::-ms-input-placeholder {
  color: #000;
}

.add-form-by-number .form-control::placeholder {
  color: #000;
}

.add-form-by-number .el-select input {
  border: 2px solid #E5E5E5;
  border-radius: 12px;
  color: #000;
  height: 46px;
  line-height: 46px;
  font-size: 14px;
  font-family: "Gerbera-Light", sans-serif, Verdana;
}

.add-form-by-number .el-select input::-moz-placeholder {
  color: #000;
}

.add-form-by-number .el-select input::-webkit-input-placeholder {
  color: #000;
}

.add-form-by-number .el-select input:-ms-input-placeholder {
  color: #000;
}

.add-form-by-number .el-select input::-ms-input-placeholder {
  color: #000;
}

.add-form-by-number .el-select input::placeholder {
  color: #000;
}

.add-form-by-number .el-select span i {
  background: url(/images/arr-cons-select2.svg?25a5e97381b62e97996df1c45ee13b74) no-repeat center center;
  background-size: 12px;
}

.add-form-by-number .el-select span i:after,
.add-form-by-number .el-select span i:before {
  display: none;
}

.add-form-by-number .delete_button {
  background: url(/images/del_but.svg?5970774c1dfc48222f9318a6c2554c59) no-repeat center center, #FA556B;
  background-size: 18px;
  border-radius: 12px;
  position: absolute;
  top: 0px;
  right: 0px;
  font-size: 0px;
  width: 30px;
  height: 36px;
}

@media screen and (max-width: 767px) {
  .schedule-form .chekbox-link {
    width: 100%;
    margin-bottom: 30px;
  }

  .schedule-form .chekbox-link .el-checkbox__input {
    vertical-align: top;
    margin-top: 3px;
  }

  .schedule-form .chekbox-link .el-checkbox__label {
    white-space: normal;
    vertical-align: top;
  }
}

.schedule-form .form-block {
  position: relative;
  margin-bottom: 20px;
}

.schedule-form .form-block.border-red input,
.schedule-form .form-block.border-red textarea {
  border: 2px solid #ff0000;
}

.schedule-form .form-block .el-input {
  width: 100% !important;
}

.schedule-form .form-block.pick-up-date-a-time .el-date-editor {
  width: 100%;
}

.schedule-form .form-block input,
.schedule-form .form-block textarea {
  border: 2px solid #E5E5E5;
  border-radius: 12px;
  color: #000;
  height: 46px;
  line-height: 46px;
  font-size: 14px;
  font-family: "Gerbera-Light", sans-serif, Verdana;
}

.schedule-form .form-block textarea {
  height: 80px;
  line-height: 22px;
}

@media screen and (max-width: 767px) {
  .schedule-form .form-block textarea {
    height: 90px;
  }
}

.schedule-form .form-block .label-text {
  font-family: "Gerbera-Light", sans-serif, Verdana;
  font-size: 11px;
  background: #fff;
  position: absolute;
  top: -7px;
  left: 20px;
  color: #d0d0d0;
  padding: 0px 4px;
  z-index: 1;
}

.schedule-form .time-field {
  margin-right: -5px;
  margin-left: -5px;
}

.schedule-form .time-field .form-block {
  padding-left: 5px;
  padding-right: 5px;
}

.mobile-concierge-screen {
  padding-top: 160px;
  padding-bottom: 90px;
  background: url(/images/selluxury-cons.png?79b431cad453508c70034f126a8ae60d) no-repeat center top;
  background-size: cover;
  margin-bottom: 30px;
}

.mobile-concierge-screen p {
  font-size: 24px;
  font-family: "Gerbera", sans-serif, Verdana;
  width: 155px;
}

.about-front {
  padding: 80px 0px 0px;
  position: relative;
  margin-bottom: 30px;
  min-height: 630px;
}

@media screen and (max-width: 767px) {
  .about-front {
    padding: 30px 0px 0px;
    margin-bottom: 0px;
    min-height: 100%;
  }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  .about-front {
    padding: 0px 0px 0px;
    margin-bottom: 10px;
    min-height: 460px;
  }
}

.about-front .img {
  position: relative;
}

.about-front .img:after {
  content: '';
  position: absolute;
  top: -60px;
  left: 15px;
  width: 800px;
  height: 590px;
  background: url(/images/glavnaya.jpg?51ddaf29664d57f5ba9684180db73902) no-repeat center center;
  background-size: 100%;
  border-radius: 12px;
}

.about-front .about-text {
  padding: 30px;
  background: #F9F2D6;
  border-radius: 12px;
}

.about-front .about-text .icon-block .icon {
  display: block;
  width: 50px;
  height: 50px;
  background: url(/images/about-icon.svg?3cdabe414fc553d53f05ae6bb82dc81d) no-repeat center center;
  background-size: 40px auto;
  margin-bottom: 10px;
}

@media screen and (max-width: 767px) {
  .about-front .about-text .icon-block .icon {
    display: inline-block;
    vertical-align: middle;
  }
}

.about-front .about-text .icon-block .title {
  font-family: "Gerbera", sans-serif, Verdana;
  font-size: 24px;
  line-height: 28px;
  text-transform: uppercase;
  margin-bottom: 30px;
}

@media screen and (max-width: 767px) {
  .about-front .about-text .icon-block .title {
    display: inline-block;
    vertical-align: middle;
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 15px;
    margin-left: 10px;
  }
}

.about-front .about-text .block-h2 {
  text-align: left;
  margin-bottom: 30px;
}

@media screen and (max-width: 767px) {
  .about-front .about-text .block-h2 {
    font-size: 34px;
    line-height: 38px;
    margin-top: 15px;
  }
}

.about-front .about-text .text-section {
  font-family: "Gerbera-Light", sans-serif, Verdana;
  font-size: 18px;
  line-height: 21px;
}

.about-front .about-text .text-section * {
  display: block;
}

.about-front .about-text .text-section *:nth-child(n+3) {
  display: none;
}

.about-front .about-text .text-section.active *:nth-child(n+3) {
  display: block;
}

.about-front .about-text .more-button span {
  color: #FA556B;
  font-family: "Gerbera", sans-serif, Verdana;
  font-size: 20px;
  line-height: 24px;
  height: 26px;
  padding-right: 25px;
  cursor: pointer;
  display: inline-block;
  background: url(/images/about-arrow.svg?6f181cc4db0eccefee8cf6e89f104ca9) no-repeat right 6px;
  transition-duration: 0.76s;
  -webkit-transition-duration: 0.76s;
  -moz-transition-duration: 0.76s;
  -o-transition-duration: 0.76s;
  -ms-transition-duration: 0.76s;
}

@media screen and (max-width: 767px) {
  .about-front .about-text .more-button span {
    padding-right: 25px !important;
  }
}

.about-front .about-text .more-button span.active-button {
  background: url(/images/about-arrow-2.svg?9436f29989b703ba1b474100d67986cf) no-repeat right 6px;
}

.about-front .about-text .more-button span:hover {
  padding-right: 35px;
}

.category-front {
  padding-top: 50px;
}

@media screen and (max-width: 767px) {
  .category-front {
    padding-top: 30px;
  }
}

.category-front .row {
  margin-left: -7px;
  margin-right: -7px;
}

.category-front .row .main-item,
.category-front .row .other-items,
.category-front .row .left-main {
  padding-left: 7px;
  padding-right: 7px;
}

.category-front .row .main-item .min-category,
.category-front .row .other-items .min-category,
.category-front .row .left-main .min-category {
  padding-left: 7px;
  padding-right: 7px;
}

.category-front .title {
  font-family: "Gerbera", sans-serif, Verdana;
  font-size: 20px;
  line-height: 22px;
  text-transform: uppercase;
}

@media screen and (max-width: 767px) {
  .category-front .title {
    font-size: 16px;
    line-height: 18px;
  }
}

.category-front .main-item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 270px;
  background: url(/images/new-img-category-1.png?00642d124b4c4555612425163050e332) no-repeat center center, #F9F2D6;
  background-size: 270px;
  border-radius: 12px;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  padding: 0px 0px 20px 20px;
}

@media screen and (max-width: 767px) {
  .category-front .main-item a {
    background: url(/images/new-img-category-1.png?00642d124b4c4555612425163050e332) no-repeat center center, #F9F2D6;
    background-size: 175px;
    height: 200px;
    padding: 0px 0px 10px 20px;
  }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  .category-front .main-item a {
    background: url(/images/new-img-category-1.png?00642d124b4c4555612425163050e332) no-repeat center center, #F9F2D6;
    background-size: 186px;
  }
}

.category-front .min-category {
  margin-bottom: 14px;
}

.category-front .min-category a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 128px;
  background: url(/images/new-img-category-1.png?00642d124b4c4555612425163050e332) no-repeat right 15px top 15px, #F9F2D6;
  background-size: 100px;
  border-radius: 12px;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  padding: 0px 0px 20px 20px;
}

@media screen and (max-width: 767px) {
  .category-front .min-category a {
    height: 93px;
    padding: 0px 0px 10px 20px;
  }
}

.category-front .min-category.wallet a {
  background: url(/images/new-img-category-2.png?70327b774b436ad6e597a3dca515ace6) no-repeat right 15px top 15px, #F9F2D6;
  background-size: 148px;
}

@media screen and (max-width: 767px) {
  .category-front .min-category.wallet a {
    background: url(/images/new-img-category-2.png?70327b774b436ad6e597a3dca515ace6) no-repeat right 15px top 15px, #F9F2D6;
    background-size: 75px;
  }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  .category-front .min-category.wallet a {
    background: url(/images/new-img-category-2.png?70327b774b436ad6e597a3dca515ace6) no-repeat right 15px top 15px, #F9F2D6;
    background-size: 112px;
  }
}

.category-front .min-category.shoes a {
  background: url(/images/new-img-category-3.png?698922ccf33916d4e354977a717f217a) no-repeat right 15px top 10px, #F9F2D6;
  background-size: 142px;
}

@media screen and (max-width: 767px) {
  .category-front .min-category.shoes a {
    background: url(/images/new-img-category-3.png?698922ccf33916d4e354977a717f217a) no-repeat right 15px top 15px, #F9F2D6;
    background-size: 75px;
  }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  .category-front .min-category.shoes a {
    background: url(/images/new-img-category-3.png?698922ccf33916d4e354977a717f217a) no-repeat right 15px top 15px, #F9F2D6;
    background-size: 100px;
  }
}

.category-front .min-category.clothes a {
  background: url(/images/new-img-category-4.png?526dac164187260f5aa5b68e6cfe385c) no-repeat right -42px top -24px, #F9F2D6;
  background-size: 222px;
}

@media screen and (max-width: 767px) {
  .category-front .min-category.clothes a {
    background: url(/images/new-img-category-4.png?526dac164187260f5aa5b68e6cfe385c) no-repeat right -42px top -18px, #F9F2D6;
    background-size: 165px;
  }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  .category-front .min-category.clothes a {
    background: url(/images/new-img-category-4.png?526dac164187260f5aa5b68e6cfe385c) no-repeat right -42px top -18px, #F9F2D6;
    background-size: 180px;
  }
}

.category-front .min-category.accessories a {
  background: url(/images/new-img-category-5.png?79d0d1e96b8b9d2d2553ee9480821f93) no-repeat right -5px top 13px, #F9F2D6;
  background-size: 200px;
}

@media screen and (max-width: 767px) {
  .category-front .min-category.accessories a {
    background: url(/images/new-img-category-5.png?79d0d1e96b8b9d2d2553ee9480821f93) no-repeat right 15px top 15px, #F9F2D6;
    background-size: 95px;
  }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  .category-front .min-category.accessories a {
    background: url(/images/new-img-category-5.png?79d0d1e96b8b9d2d2553ee9480821f93) no-repeat right 15px top 15px, #F9F2D6;
    background-size: 160px;
  }
}

.category-front .min-category.watch a {
  background: url(/images/new-img-category-6.png?74fbc4c0d966e40f1353e243c71ef140) no-repeat right 15px top 15px, #F9F2D6;
  background-size: 180px;
}

@media screen and (max-width: 767px) {
  .category-front .min-category.watch a {
    background: url(/images/new-img-category-6.png?74fbc4c0d966e40f1353e243c71ef140) no-repeat right 15px top 15px, #F9F2D6;
    background-size: 106px;
  }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  .category-front .min-category.watch a {
    background: url(/images/new-img-category-6.png?74fbc4c0d966e40f1353e243c71ef140) no-repeat right 15px top 15px, #F9F2D6;
    background-size: 126px;
  }
}

.category-front .min-category.jewelry a {
  background: url(/images/new-img-category-7.png?8dd0ae0b2b3a1b767b61b06e5f837a8e) no-repeat right 15px top 10px, #F9F2D6;
  background-size: 124px;
}

@media screen and (max-width: 767px) {
  .category-front .min-category.jewelry a {
    background: url(/images/new-img-category-7.png?8dd0ae0b2b3a1b767b61b06e5f837a8e) no-repeat right 15px top 10px, #F9F2D6;
    background-size: 70px;
  }
}

@media screen and (max-width: 767px) {
  .category-front .min-category.jewelry a {
    background: url(/images/new-img-category-7.png?8dd0ae0b2b3a1b767b61b06e5f837a8e) no-repeat right 15px top 10px, #F9F2D6;
    background-size: 88px;
  }
}

.how-it-work-page h1 {
  font-size: 60px;
  line-height: 70px;
  text-align: left;
  font-family: "Forum", sans-serif, Verdana;
}

@media screen and (max-width: 767px) {
  .how-it-work-page h1 {
    font-size: 32px;
    line-height: 38px;
  }
}

.how-it-work-page .block-h2 {
  font-size: 38px;
  line-height: 40px;
  text-align: center;
  padding: 25px 0px;
  margin-bottom: 0;
}

@media screen and (max-width: 767px) {
  .how-it-work-page .block-h2 {
    font-size: 26px;
    line-height: 32px;
    margin-bottom: 0px;
  }
}

.how-it-work-page .breadcrumbs {
  text-align: center;
}

.how-it-work-page h1 {
  text-align: center;
}

.how-it-work-page .rules-block {
  padding: 25px 0px 25px;
  background: #F9FAFB;
  margin-bottom: 25px;
}

.how-it-work-page .rules-block .block-container {
  margin: 0px auto;
}

.how-it-work-page .rules-block .rules-item {
  display: inline-block;
  vertical-align: top;
  width: 33.33%;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .how-it-work-page .rules-block .rules-item {
    width: 33.3%;
    display: inline-block;
  }
}

.how-it-work-page .rules-block .rules-item:nth-child(1) .icon {
  background: url(/images/how_it_1.svg?ca2f6a20f94a7061f44fe6ab45a5f29e) no-repeat center center;
  background-size: 120px;
}

@media screen and (max-width: 767px) {
  .how-it-work-page .rules-block .rules-item:nth-child(1) .icon {
    background-size: 90px;
  }
}

.how-it-work-page .rules-block .rules-item:nth-child(2) .icon {
  background: url(/images/how_it_2.svg?94f72176bc02f69e8dbbf3168acbe2b5) no-repeat center center;
  background-size: 120px;
}

@media screen and (max-width: 767px) {
  .how-it-work-page .rules-block .rules-item:nth-child(2) .icon {
    background-size: 90px;
  }
}

.how-it-work-page .rules-block .rules-item:nth-child(3) .icon {
  background: url(/images/how_it_3.svg?673e93b31e596532dff256aad3f37e58) no-repeat center center;
  background-size: 120px;
}

@media screen and (max-width: 767px) {
  .how-it-work-page .rules-block .rules-item:nth-child(3) .icon {
    background-size: 90px;
  }
}

.how-it-work-page .rules-block .rules-item .number {
  font-size: 120px;
  line-height: 100px;
  display: inline-block;
  vertical-align: middle;
  color: #eee;
  font-family: "Futuran-Medium", sans-serif, Verdana;
}

.how-it-work-page .rules-block .rules-item .icon {
  display: inline-block;
  vertical-align: middle;
  width: 100px;
  height: 100px;
}

@media screen and (max-width: 767px) {
  .how-it-work-page .rules-block .rules-item .icon {
    height: 55px;
  }
}

.how-it-work-page .rules-block .rules-item .text-rule {
  font-size: 15px;
  margin: 0px 15px 0px 15px;
  border-radius: 5px;
}

@media screen and (max-width: 767px) {
  .how-it-work-page .rules-block .rules-item .text-rule {
    background: transparent;
    margin: 5px 0px 0px 0px;
    padding: 0px;
    font-size: 10px;
  }
}

.how-it-work-page .it-work .items-block .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 20px;
}

@media screen and (max-width: 767px) {
  .how-it-work-page .it-work .items-block .item {
    margin-bottom: 30px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.how-it-work-page .it-work .items-block .item:last-child {
  margin-bottom: 0;
}

.how-it-work-page .it-work .items-block .item .text-block {
  width: 60%;
  background: #F9F2D6;
  border-radius: 5px;
  padding: 20px;
}

@media screen and (max-width: 767px) {
  .how-it-work-page .it-work .items-block .item .text-block {
    width: 100%;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    padding: 40px 20px 20px;
  }
}

.how-it-work-page .it-work .items-block .item .text-block .title {
  font-family: "Gerbera-Bold", sans-serif, Verdana;
  font-size: 20px;
  line-height: 26px;
  margin-bottom: 15px;
}

.how-it-work-page .it-work .items-block .item .text-block .text {
  font-family: "Gerbera-Light", sans-serif, Verdana;
  font-size: 20px;
  line-height: 26px;
  margin-bottom: 0px;
}

.how-it-work-page .it-work .items-block .item .text-block.text-block-left {
  margin-left: -50px;
}

@media screen and (max-width: 767px) {
  .how-it-work-page .it-work .items-block .item .text-block.text-block-left {
    margin-left: 0px;
  }
}

.how-it-work-page .it-work .items-block .item .text-block.text-block-right {
  margin-right: -50px;
  z-index: 2;
}

@media screen and (max-width: 767px) {
  .how-it-work-page .it-work .items-block .item .text-block.text-block-right {
    margin-right: 0px;
  }
}

@media screen and (max-width: 767px) {
  .how-it-work-page .it-work .items-block .item:nth-child(2n+2) .row > div:nth-child(1) {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }

  .how-it-work-page .it-work .items-block .item:nth-child(2n+2) .row > div:nth-child(2) {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}

@media screen and (max-width: 767px) {
  .how-it-work-page .it-work .items-block .item:nth-child(2n) .icon {
    margin-left: auto;
    margin-right: 0px;
  }
}

.how-it-work-page .it-work .items-block .item:nth-child(1) .icon {
  background: url(/images/hiw-st-1.png?bd5b0e10ee35119ba22bf1fa7374cb54) no-repeat center center;
  background-size: 100%;
  margin-left: 50px;
}

@media screen and (max-width: 767px) {
  .how-it-work-page .it-work .items-block .item:nth-child(1) .icon {
    margin-left: 0px;
  }
}

.how-it-work-page .it-work .items-block .item:nth-child(2) .icon {
  background: url(/images/hiw-st-2.png?26608b8a726cfca4dd4b459e26b9c329) no-repeat center center;
  background-size: 100%;
}

.how-it-work-page .it-work .items-block .item:nth-child(3) .icon {
  background: url(/images/hiw-st-3.png?4fb70746e07e9dbcb2b6f0180a064fd1) no-repeat center center;
  background-size: 100%;
  margin-left: 50px;
}

@media screen and (max-width: 767px) {
  .how-it-work-page .it-work .items-block .item:nth-child(3) .icon {
    margin-left: 0px;
  }
}

.how-it-work-page .it-work .items-block .item:nth-child(4) .icon {
  background: url(/images/hiw-st-4.png?d7f57bcb35e9635e9be3c9574fe3b56f) no-repeat center center;
  background-size: 100%;
}

.how-it-work-page .it-work .items-block .item:nth-child(4):after {
  content: '';
  display: none;
}

.how-it-work-page .it-work .items-block .item .icon {
  width: 320px;
  height: 320px;
}

@media screen and (max-width: 767px) {
  .how-it-work-page .it-work .items-block .item .icon {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    width: 130px;
    height: 130px;
    margin-left: 0px;
    margin-right: auto;
    margin-bottom: -30px;
    position: relative;
    z-index: 2;
  }
}

.how-it-work-page .what-we-sell {
  background: #F9FAFB;
}

@media screen and (max-width: 767px) {
  .how-it-work-page .what-we-sell .container-fluid {
    position: relative;
  }

  .how-it-work-page .what-we-sell .container-fluid:after {
    content: '';
    display: block;
    width: 50%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    background: url(/images/selluxury-10-min.jpg?8cf990edc23c075cfae0d3f9107874a4) no-repeat right -50px center;
    background-size: cover;
  }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  .how-it-work-page .what-we-sell .container-fluid {
    position: relative;
  }

  .how-it-work-page .what-we-sell .container-fluid:after {
    content: '';
    display: block;
    width: 50%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    background: url(/images/selluxury-10-min.jpg?8cf990edc23c075cfae0d3f9107874a4) no-repeat center center;
    background-size: cover;
  }
}

.how-it-work-page .what-we-sell img {
  width: 100%;
  height: auto;
  display: block;
  margin-left: -15px;
}

@media screen and (max-width: 767px) {
  .how-it-work-page .what-we-sell img {
    margin-left: 0;
  }
}

.how-it-work-page .what-we-sell ul {
  padding: 0px;
}

.how-it-work-page .what-we-sell ul li {
  font-size: 1.75rem;
  text-align: left;
  padding: 5px 0;
  display: block;
  font-family: "Gerbera", sans-serif, Verdana;
}

@media screen and (max-width: 767px) {
  .how-it-work-page .what-we-sell ul li {
    font-size: 1.2rem;
  }
}

@media screen and (max-width: 767px) {
  .how-it-work-page .what-we-sell .right {
    padding: 0px;
  }

  .how-it-work-page .what-we-sell .right ul {
    width: 45%;
    margin-left: auto;
  }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  .how-it-work-page .what-we-sell .right {
    padding: 0px;
  }

  .how-it-work-page .what-we-sell .right ul {
    width: 45%;
    margin-left: auto;
  }
}

.how-it-work-page .why-sell-w-u {
  padding-bottom: 45px;
}

@media screen and (max-width: 767px) {
  .how-it-work-page .why-sell-w-u .block-h2 {
    margin-bottom: 0px !important;
  }
}

.how-it-work-page .why-sell-w-u .text-block {
  text-align: center;
}

.how-it-work-page .why-sell-w-u .text-block ul {
  display: inline-block;
  padding-left: 0px;
}

.how-it-work-page .why-sell-w-u .text-block ul li {
  font-size: 1.2rem;
  text-align: left;
  display: block;
  margin-bottom: 10px;
}

.how-it-work-page .why-sell-w-u .button-block {
  text-align: center;
  margin-top: 25px;
}

.how-it-work-page .unc-item {
  padding-bottom: 25px;
}

.how-it-work-page .unc-item .unc-block {
  display: block;
  padding-top: 110px;
}

@media screen and (max-width: 767px) {
  .how-it-work-page .unc-item .unc-block {
    margin-bottom: 20px;
    padding-top: 90px;
  }
}

.how-it-work-page .unc-item .unc-block:nth-child(1) {
  background: url(/images/unc-icon-1.png?dbee38233061c1091642948a813636a2) no-repeat top center;
  background-size: 100px;
}

@media screen and (max-width: 767px) {
  .how-it-work-page .unc-item .unc-block:nth-child(1) {
    background-size: 80px;
  }
}

.how-it-work-page .unc-item .unc-block:nth-child(2) {
  background: url(/images/unc-icon-2.png?11a5c0bfaf845432be0ecff7ae63a1ae) no-repeat top center;
  background-size: 100px;
}

@media screen and (max-width: 767px) {
  .how-it-work-page .unc-item .unc-block:nth-child(2) {
    background-size: 80px;
  }
}

.how-it-work-page .unc-item .unc-block:nth-child(3) {
  background: url(/images/unc-icon-3.png?73b839ceef0a8aa9807b3e788b5946d4) no-repeat top center;
  background-size: 100px;
}

@media screen and (max-width: 767px) {
  .how-it-work-page .unc-item .unc-block:nth-child(3) {
    background-size: 80px;
  }
}

.how-it-work-page .unc-item .text-title {
  font-size: 1.2rem;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .how-it-work-page .unc-item .text-title {
    font-size: 0.7rem;
  }
}

.how-it-work-page .how-to-buy {
  background: #fff;
}

.how-it-work-page .how-to-buy .how-to-buy-icons {
  padding-bottom: 20px;
}

.how-it-work-page .how-to-buy .how-to-buy-icons .border-icons {
  border: 1px solid #422817;
  padding: 15px;
  margin-bottom: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  height: 100%;
}

@media screen and (max-width: 767px) {
  .how-it-work-page .how-to-buy .how-to-buy-icons .border-icons {
    display: block;
    height: auto;
  }
}

.how-it-work-page .how-to-buy .how-to-buy-icons .icon {
  display: block;
  width: 150px;
  height: 150px;
  margin: 0px auto;
}

@media screen and (max-width: 767px) {
  .how-it-work-page .how-to-buy .how-to-buy-icons .icon {
    width: 100px;
    height: 100px;
    display: inline-block;
    vertical-align: middle;
  }
}

@media screen and (max-width: 767px) and (max-width: 767px) {
  .how-it-work-page .how-to-buy .how-to-buy-icons .icon {
    width: 80px;
    height: 80px;
  }
}

.how-it-work-page .how-to-buy .how-to-buy-icons .icon.icon-1 {
  background: url(/images/htb-icon-1.png?9c99f0f246437227a4a7d2133ae9a23d) no-repeat center center;
  background-size: 100px;
}

@media screen and (max-width: 767px) {
  .how-it-work-page .how-to-buy .how-to-buy-icons .icon.icon-1 {
    background-size: 70px;
  }
}

.how-it-work-page .how-to-buy .how-to-buy-icons .icon.icon-2 {
  background: url(/images/htb-icon-2.png?3b7fe34140c3989bf3d46b734fcac3ac) no-repeat center center;
  background-size: 100px;
}

@media screen and (max-width: 767px) {
  .how-it-work-page .how-to-buy .how-to-buy-icons .icon.icon-2 {
    background-size: 70px;
  }
}

.how-it-work-page .how-to-buy .how-to-buy-icons .icon.icon-3 {
  background: url(/images/htb-icon-3.png?ae6d59f123cb15751ddd656c112def00) no-repeat center center;
  background-size: 100px;
}

@media screen and (max-width: 767px) {
  .how-it-work-page .how-to-buy .how-to-buy-icons .icon.icon-3 {
    background-size: 70px;
  }
}

.how-it-work-page .how-to-buy .how-to-buy-icons .text {
  font-size: 16px;
  text-align: center;
  width: 100%;
}

@media screen and (max-width: 767px) {
  .how-it-work-page .how-to-buy .how-to-buy-icons .text {
    display: inline-block;
    vertical-align: middle;
    padding-left: 100px;
    width: 100%;
    margin-left: -80px;
    text-align: left;
  }
}

.how-it-work-page .how-to-buy .how-to-buy-green {
  padding: 50px 0px;
  background: #e7f3f3;
}

.how-it-work-page .how-to-buy .how-to-buy-green .text-block .row {
  margin-bottom: 20px;
}

.how-it-work-page .how-to-buy .how-to-buy-green .text-block .row .icon {
  display: block;
  width: 100px;
  height: 100px;
}

.how-it-work-page .how-to-buy .how-to-buy-green .text-block .row .icon.icon-4 {
  background: url(/images/htb-icon-7.png?ffb920ea7338db16abbb923689639084) no-repeat center center;
  background-size: 100px;
}

.how-it-work-page .how-to-buy .how-to-buy-green .text-block .row .icon.icon-5 {
  background: url(/images/htb-icon-5.png?2f5ea4deffc1d1afa2a545ef9a50425f) no-repeat center center;
  background-size: 100px;
}

.how-it-work-page .how-to-buy .how-to-buy-green .text-block .row .icon.icon-6 {
  background: url(/images/htb-icon-6.png?7fc50abe2ef227d70f1119911161b7eb) no-repeat center center;
  background-size: 100px;
}

.how-it-work-page .how-to-buy .how-to-buy-green .text-block .row:last-child .txt {
  border-bottom-color: transparent;
}

.how-it-work-page .how-to-buy .how-to-buy-green .text-block .row .txt {
  border-bottom: 1px solid #897e71;
}

.how-it-work-page .how-to-buy .how-to-buy-green .text-block .row .txt p {
  font-size: 17px;
  color: #897e71;
}

.how-it-work-page .how-to-buy .how-to-buy-green .text-block .row .txt p.title {
  font-size: 1.25rem;
}

.how-it-work-page .how-to-buy .how-to-buy-green .garantue-block {
  background: #8dd1e8;
  margin-bottom: 35px;
}

@media screen and (max-width: 767px) {
  .how-it-work-page .how-to-buy .how-to-buy-green .garantue-block {
    padding-bottom: 15px;
  }

  .how-it-work-page .how-to-buy .how-to-buy-green .garantue-block > div {
    padding: 0px;
  }
}

.how-it-work-page .how-to-buy .how-to-buy-green .garantue-block img {
  width: 100%;
  height: auto;
  max-width: 350px;
  margin-left: -15px;
}

@media screen and (max-width: 767px) {
  .how-it-work-page .how-to-buy .how-to-buy-green .garantue-block img {
    width: 100%;
    max-width: 100%;
    margin: 0;
  }
}

.how-it-work-page .how-to-buy .how-to-buy-green .garantue-block p {
  font-size: 1.5rem;
  text-align: center;
}

.how-it-work-page .how-to-buy .button {
  margin: 20px 0px;
}

.how-it-work-page .how-to-buy .it-work .items-block {
  background: transparent;
  border: 0px;
}

.how-it-work-page .how-to-buy .it-work .item {
  width: 33.33%;
}

.how-it-work-page .how-to-buy .it-work .item:after {
  content: '';
  position: absolute;
  display: block;
  width: 50px;
  height: 50px;
  top: 50px;
  right: -25px;
  background: url(/images/right-arrow.svg?2025e916f71136a057b5de79a76bfb40) no-repeat center center;
  background-size: 100%;
}

.how-it-work-page .how-to-buy .it-work .item:nth-child(3):after {
  display: none;
}

.how-it-work-page .how-to-buy .it-work .item .icon {
  display: block;
  width: 150px !important;
  height: 150px;
  border-radius: 50%;
  margin: 0px auto 20px;
  border: 8px solid #e7f3f3;
}

.how-it-work-page .how-to-buy .it-work .item:nth-child(3):after {
  content: '';
  display: none;
}

.how-it-work-page .how-to-buy .learn-more {
  margin-top: 60px;
  background: #8dd1e8;
}

.how-it-work-page .how-to-buy .learn-more .left {
  width: 35%;
}

.how-it-work-page .how-to-buy .learn-more .left img {
  width: 100%;
}

.how-it-work-page .how-to-buy .learn-more .right {
  width: 65%;
}

.how-it-work-page .how-to-buy .learn-more .right p {
  font-size: 24px;
  margin-bottom: 40px;
}

.links-buttons .link-but {
  display: inline-block;
  vertical-align: top;
  width: 50%;
  background: #000;
  color: #fff;
  padding: 10px 0px 12px;
  font-size: 18px;
  line-height: 24px;
  cursor: pointer;
  text-align: center;
  text-transform: uppercase;
}

.links-buttons .link-but:hover {
  background: #363636;
}

.links-buttons .link-but.active {
  background: #f6f5fa;
  color: #000;
}

.inline-select {
  width: 110px;
  margin: 0px 10px;
}

.page-brand .brand-box a:hover p {
  color: #d52975;
}

.page-brand .image-box {
  height: 170px;
}

.page-brand .image-box img {
  max-width: 100%;
  max-height: 100%;
}

.you-can {
  margin-top: 60px;
}

.you-can ul {
  margin-bottom: 0px;
  padding-left: 0px;
}

.you-can ul li {
  list-style: none;
  margin-left: 170px;
  padding-bottom: 10px;
  margin-bottom: 20px;
  border-bottom: 1px solid #ccc;
}

.you-can ul li p {
  font-size: 16px;
  line-height: 26px;
}

.calculator-place {
  background: #F9F2D6;
}

.calculator-place .big-text {
  font-size: 38px;
  line-height: 40px;
  text-transform: none;
  text-align: center;
  padding: 25px 0px;
  margin-bottom: 0;
  font-family: "Forum", sans-serif, Verdana;
}

@media screen and (max-width: 767px) {
  .calculator-place .big-text {
    font-size: 28px;
    line-height: 32px;
  }
}

.calculator-place .calc-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  padding: 0px 50px 25px;
}

@media screen and (max-width: 767px) {
  .calculator-place .calc-form {
    padding: 0px 0px 25px;
    display: block;
  }
}

.calculator-place .calc-form .calc-item {
  min-width: 25%;
}

.calculator-place .calc-form .calc-item:nth-child(2) {
  min-width: auto;
}

.calculator-place .calc-form .calc-item .market-fees {
  text-align: center;
  color: #000;
  font-size: 0.8rem;
}

@media screen and (max-width: 767px) {
  .calculator-place .calc-form .calc-item .market-fees {
    margin-top: 10px;
    margin-bottom: 10px;
  }
}

.calculator-place .calc-form .calc-item .market-fees span {
  color: #000;
  font-size: 1.4rem;
  margin-bottom: 0;
  display: block;
}

.calculator-place .calc-form .calc-item label,
.calculator-place .calc-form .calc-item p {
  color: #000;
  font-size: 1.4rem;
  margin-bottom: 0;
  display: block;
}

@media screen and (max-width: 767px) {
  .calculator-place .calc-form .calc-item label,
  .calculator-place .calc-form .calc-item p {
    font-size: 1.2rem;
  }
}

.calculator-place .calc-form .calc-item .dollar-input {
  position: relative;
}

.calculator-place .calc-form .calc-item .dollar-input:after {
  position: absolute;
  content: '$';
  right: 0;
  width: 40px;
  text-align: center;
  background: #f6f5fa;
  top: 0px;
  height: 40px;
  color: #000;
  border-left: 1px solid #e7f3f3;
  border-radius: 0px 5px 5px 0px;
  line-height: 38px;
  font-size: 16px;
}

.calculator-place .calc-form .calc-item .dollar-input .small-text {
  color: #000;
  font-size: 0.8rem;
}

.calculator-place .calc-form .calc-item input {
  -webkit-appearance: none;
  background-color: #FFF;
  background-image: none;
  border-radius: 4px;
  border: 1px solid #DCDFE6;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #606266;
  display: inline-block;
  font-size: inherit;
  height: 40px;
  line-height: 40px;
  outline: 0;
  padding: 0 15px;
  -webkit-transition: border-color 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: border-color 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
  width: 100%;
}

.calculator-place .calc-form .calc-item.calc-result .result-item {
  -webkit-appearance: none;
  background-color: #FFF;
  background-image: none;
  border-radius: 4px;
  border: 1px solid #DCDFE6;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: #fff;
  display: inline-block;
  font-size: inherit;
  height: 40px;
  line-height: 40px;
  outline: 0;
  padding: 0 15px;
  -webkit-transition: border-color 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: border-color 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
  width: 100%;
  position: relative;
  color: #000;
}

.calculator-place .calc-form .calc-item.calc-result .result-item:after {
  position: absolute;
  content: '$';
  right: 0;
  width: 40px;
  text-align: center;
  background: #f6f5fa;
  top: 0px;
  height: 100%;
  color: #000;
  font-size: 16px;
  border-left: 1px solid #e7f3f3;
}

.seo-text {
  padding: 0px 0px;
  background: #efefef;
}

.seo-text.ru .text-section h2 {
  margin-top: 0;
  margin-bottom: 15px;
  font-size: 1.2rem;
  font-weight: bold;
}

.seo-text.ru .text-section p {
  margin-bottom: 8px;
  font-size: .7rem;
  line-height: 18px;
}

.seo-text .image {
  display: inline-block;
  vertical-align: top;
}

@media screen and (max-width: 767px) {
  .seo-text .image {
    width: 100%;
    margin-bottom: 20px;
  }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  .seo-text .image {
    display: none;
  }
}

.seo-text .image img {
  width: 465px;
  -o-object-fit: cover;
     object-fit: cover;
}

@media screen and (max-width: 767px) {
  .seo-text .image img {
    width: 100%;
  }
}

.seo-text .text-section {
  display: inline-block;
  vertical-align: top;
  width: 645px;
  padding-left: 20px;
}

@media screen and (max-width: 767px) {
  .seo-text .text-section {
    padding: 0px;
    width: 100%;
  }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  .seo-text .text-section {
    width: 100%;
  }
}

.seo-text .text-section h2 {
  margin-top: 0;
  margin-bottom: 5px;
  font-size: 0.8rem;
  font-weight: bold;
}

.seo-text .text-section * {
  font-family: "Gerbera-Light", sans-serif, Verdana;
  font-size: 18px;
  line-height: 1.2;
}

.seo-text .text-section strong,
.seo-text .text-section b {
  font-family: "Gerbera-Bold", sans-serif, Verdana;
}

.dollar-after {
  position: relative;
  display: inline-block;
}

.dollar-after:after {
  position: absolute;
  content: '$';
  right: 0;
  width: 40px;
  text-align: center;
  background: #f6f5fa;
  top: 0px;
  height: 100%;
  border-left: 1px solid #e7f3f3;
  line-height: 40px;
}

.auth-page {
  background: #e7f3f3;
  padding: 20px;
  margin-bottom: 60px;
}

@media screen and (max-width: 767px) {
  .auth-page {
    padding: 0px;
  }

  .auth-page .row > div.right {
    padding: 30px !important;
  }

  .auth-page .row > div.right .button-block {
    margin-right: 2%;
  }

  .auth-page .row > div.right .back-link,
  .auth-page .row > div.right .button-block {
    display: block;
    vertical-align: middle;
    width: 95%;
    margin: 15px auto !important;
  }

  .auth-page .row > div.right .button-block a {
    line-height: normal !important;
    font-size: 10px !important;
    border: 1px solid #d52975 !important;
    min-width: 100%;
    padding: 5px;
  }

  .auth-page .row > div.right .back-link a {
    position: relative;
    display: inline-block;
    padding: 10px;
    line-height: normal;
    border: 1px solid #d52975;
    border-radius: 0;
    text-transform: uppercase;
    min-width: 200px;
    cursor: pointer;
    text-align: center;
    letter-spacing: 0.2em;
    font-family: Futura, sans-serif;
    font-weight: 500;
    font-style: normal;
    background-color: transparent;
    z-index: 0;
    color: #d52975 !important;
    -webkit-transition: 0.76s;
    transition: 0.76s;
    line-height: normal !important;
    font-size: 10px !important;
    border: 1px solid #d52975 !important;
    min-width: 100%;
  }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  .auth-page {
    padding: 0px;
  }

  .auth-page .row > div.right {
    padding: 30px !important;
  }

  .auth-page .row > div.right .button-block {
    margin-right: 2%;
  }

  .auth-page .row > div.right .button-block {
    margin-top: 20px;
  }

  .auth-page .row > div.right .button-block a {
    line-height: normal !important;
    font-size: 10px !important;
    border: 1px solid #d52975 !important;
    padding: 5px;
  }

  .auth-page .row > div.right .back-link a {
    position: relative;
    display: inline-block;
    padding: 10px;
    line-height: normal;
    border: 1px solid #d52975;
    border-radius: 0;
    text-transform: uppercase;
    min-width: 200px;
    cursor: pointer;
    text-align: center;
    letter-spacing: 0.2em;
    font-family: Futura, sans-serif;
    font-weight: 500;
    font-style: normal;
    background-color: transparent;
    z-index: 0;
    color: #d52975 !important;
    -webkit-transition: 0.76s;
    transition: 0.76s;
    line-height: normal !important;
    font-size: 10px !important;
    border: 1px solid #d52975 !important;
    min-width: 100%;
  }
}

.auth-page div {
  margin-bottom: 0px !important;
}

.auth-page .left img {
  max-width: 100%;
  margin-bottom: 0px !important;
}

.auth-page .right .button-block {
  display: inline-block;
  vertical-align: middle;
  margin: 0px 0px;
  margin-right: 10px;
}

.auth-page .right .button-block .my-button {
  line-height: normal !important;
  font-size: 10px !important;
  border: 1px solid #d52975 !important;
  padding: 14px 6px !important;
}

.auth-page .right .back-link {
  display: inline-block;
  vertical-align: middle;
}

.auth-page .right p {
  font-size: 13px;
  margin-bottom: 8px;
}

.back-link {
  margin-top: 20px;
}

.back-link a {
  color: #000 !important;
  font-size: 22px !important;
  border-bottom: 1px solid #000000 !important;
}

.back-link a:hover {
  border-bottom: 1px solid transparent !important;
}

h1 {
  text-transform: uppercase;
}

.dollar-input {
  position: relative;
}

.dollar-input:after {
  position: absolute;
  content: '$';
  right: 2px;
  width: 40px;
  text-align: center;
  background: #f6f5fa;
  top: 2px;
  bottom: 2px;
  color: #000;
  border-left: 2px solid #E5E5E5;
  line-height: 44px;
  border-radius: 0px 12px 12px 0px;
}

.dollar-input .small-text {
  color: #fff;
  font-size: 13px;
  margin-top: 5px;
}

.chekbox-link a {
  border-bottom: 1px solid #d52975;
  color: #d52975;
}

.chekbox-link a:hover {
  border-bottom: 1px solid transparent;
}

@media screen and (max-width: 767px) {
  .service-autifick .redamption-button {
    padding: 16px 65px;
    width: 100%;
  }
}

.service-autifick .title-block h1 {
  font-size: 60px;
  line-height: 70px;
  margin: 0;
  padding: 80px 0px 40px;
}

@media screen and (max-width: 767px) {
  .service-autifick .title-block h1 {
    font-size: 32px;
    line-height: 42px;
    padding: 25px 0px 20px;
    text-align: center;
  }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  .service-autifick .title-block h1 {
    padding: 70px 0px 70px;
  }
}

.service-autifick .title-block .top-redamption-button {
  margin-bottom: 90px;
}

@media screen and (max-width: 767px) {
  .service-autifick .title-block .top-redamption-button {
    margin-bottom: 15px;
  }
}

.service-autifick .top-text .text-section *,
.service-autifick .bottom-text .text-section * {
  font-family: "Gerbera-Light", sans-serif, Verdana;
  font-size: 18px;
  margin-bottom: 25px;
}

.service-autifick .top-text .text-section .faq-block-wrapper .number-block-quest,
.service-autifick .bottom-text .text-section .faq-block-wrapper .number-block-quest {
  margin: 0;
  margin-bottom: -25px;
}

@media screen and (max-width: 767px) {
  .service-autifick .top-text .text-section .faq-block-wrapper .number-block-quest,
  .service-autifick .bottom-text .text-section .faq-block-wrapper .number-block-quest {
    margin-bottom: 0px;
  }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  .service-autifick .top-text .text-section .faq-block-wrapper .number-block-quest,
  .service-autifick .bottom-text .text-section .faq-block-wrapper .number-block-quest {
    margin-bottom: 0px;
  }
}

.service-autifick .top-text .text-section .faq-block-wrapper .number-block-quest .faq-quest,
.service-autifick .bottom-text .text-section .faq-block-wrapper .number-block-quest .faq-quest {
  margin-top: 45px;
  background: #F9F2D6;
  padding: 50px;
  border-radius: 12px;
  width: 44%;
  position: relative;
  margin-bottom: -40px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  min-height: 160px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 1;
}

@media screen and (max-width: 767px) {
  .service-autifick .top-text .text-section .faq-block-wrapper .number-block-quest .faq-quest,
  .service-autifick .bottom-text .text-section .faq-block-wrapper .number-block-quest .faq-quest {
    margin-top: 10px;
    padding: 20px;
    text-align: center;
    width: 100%;
    margin-bottom: 30px;
    min-height: auto;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  .service-autifick .top-text .text-section .faq-block-wrapper .number-block-quest .faq-quest,
  .service-autifick .bottom-text .text-section .faq-block-wrapper .number-block-quest .faq-quest {
    margin-top: 10px;
    padding: 20px;
    text-align: center;
    width: 100%;
    margin-bottom: 30px;
    min-height: auto;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.service-autifick .top-text .text-section .faq-block-wrapper .number-block-quest .faq-quest .number,
.service-autifick .bottom-text .text-section .faq-block-wrapper .number-block-quest .faq-quest .number {
  font-family: "Gerbera-Light", sans-serif, Verdana;
  font-size: 250px;
  line-height: 250px;
  -webkit-text-stroke: 2px #f9f2d6;
  text-stroke: 2px #f9f2d6;
  color: #fff;
  position: absolute;
  bottom: 0px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 1;
  margin-bottom: 0;
}

@media screen and (max-width: 767px) {
  .service-autifick .top-text .text-section .faq-block-wrapper .number-block-quest .faq-quest .number,
  .service-autifick .bottom-text .text-section .faq-block-wrapper .number-block-quest .faq-quest .number {
    font-size: 160px;
    line-height: 130px;
    bottom: -15px;
    left: 40px;
  }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  .service-autifick .top-text .text-section .faq-block-wrapper .number-block-quest .faq-quest .number,
  .service-autifick .bottom-text .text-section .faq-block-wrapper .number-block-quest .faq-quest .number {
    font-size: 160px;
    line-height: 130px;
    bottom: -15px;
    left: 40px;
  }
}

.service-autifick .top-text .text-section .faq-block-wrapper .number-block-quest .faq-quest .quest,
.service-autifick .bottom-text .text-section .faq-block-wrapper .number-block-quest .faq-quest .quest {
  font-size: 30px;
  font-family: "Gerbera-Bold", sans-serif, Verdana;
  line-height: 1;
  margin: 0;
  z-index: 2;
  text-align: left;
  position: relative;
}

@media screen and (max-width: 767px) {
  .service-autifick .top-text .text-section .faq-block-wrapper .number-block-quest .faq-quest .quest,
  .service-autifick .bottom-text .text-section .faq-block-wrapper .number-block-quest .faq-quest .quest {
    font-size: 20px;
    line-height: 1.2;
    text-align: center;
  }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  .service-autifick .top-text .text-section .faq-block-wrapper .number-block-quest .faq-quest .quest,
  .service-autifick .bottom-text .text-section .faq-block-wrapper .number-block-quest .faq-quest .quest {
    font-size: 20px;
    line-height: 1.2;
    text-align: center;
  }
}

.service-autifick .top-text .text-section .faq-block-wrapper .number-block-ans,
.service-autifick .bottom-text .text-section .faq-block-wrapper .number-block-ans {
  margin-bottom: 0;
  margin-top: 40px;
}

@media screen and (max-width: 767px) {
  .service-autifick .top-text .text-section .faq-block-wrapper .number-block-ans,
  .service-autifick .bottom-text .text-section .faq-block-wrapper .number-block-ans {
    margin-top: 0px;
  }
}

.service-autifick .top-text .text-section .faq-block-wrapper .number-block-ans .faq-answe,
.service-autifick .bottom-text .text-section .faq-block-wrapper .number-block-ans .faq-answe {
  display: inline-block;
  text-align: left;
  width: 40%;
  z-index: 2;
  position: relative;
  margin-bottom: 0;
}

@media screen and (max-width: 767px) {
  .service-autifick .top-text .text-section .faq-block-wrapper .number-block-ans .faq-answe,
  .service-autifick .bottom-text .text-section .faq-block-wrapper .number-block-ans .faq-answe {
    width: 100%;
    margin-bottom: 40px;
    margin-top: 0px;
  }

  .service-autifick .top-text .text-section .faq-block-wrapper .number-block-ans .faq-answe p,
  .service-autifick .bottom-text .text-section .faq-block-wrapper .number-block-ans .faq-answe p {
    margin-bottom: 0px;
  }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  .service-autifick .top-text .text-section .faq-block-wrapper .number-block-ans .faq-answe,
  .service-autifick .bottom-text .text-section .faq-block-wrapper .number-block-ans .faq-answe {
    width: 100%;
    margin-bottom: 20px;
    margin-top: 0px;
  }
}

.redemption .text-block {
  margin-top: 80px;
}

@media screen and (max-width: 767px) {
  .redemption .text-block {
    margin-top: 30px;
  }
}

.redemption .title-block {
  background: url(/images/redamtion2.png?b07126d68a947370eb9b54460ca34e93) no-repeat center left 25%, url(/images/redamption1.png?373cc64e6bcf3d4208768b681013e09d) no-repeat center right -170px;
  padding-bottom: 75px;
  margin-bottom: 75px;
  background-size: auto 100%;
}

@media screen and (max-width: 767px) {
  .redemption .title-block {
    background: url(/images/redamtion2.png?b07126d68a947370eb9b54460ca34e93) no-repeat top 54px left 25%, url(/images/redamption1.png?373cc64e6bcf3d4208768b681013e09d) no-repeat top 0px right -260px;
    padding-bottom: 0px;
    margin-bottom: 25px;
    background-size: 665px, 765px;
  }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  .redemption .title-block {
    background: url(/images/redamtion2.png?b07126d68a947370eb9b54460ca34e93) no-repeat top 30px left 25%, url(/images/redamption1.png?373cc64e6bcf3d4208768b681013e09d) no-repeat top right -260px;
    padding-bottom: 0px;
    margin-bottom: 75px;
    background-size: 960px, 980px;
  }
}

.redemption .title-block h1 {
  font-size: 60px;
  line-height: 70px;
  padding: 120px 0px 140px;
  width: 600px;
  margin: 0px auto;
}

@media screen and (max-width: 767px) {
  .redemption .title-block h1 {
    margin: 0;
    padding: 40px 15px 270px;
    text-transform: none;
    width: 100%;
  }
}

@media screen and (max-width: 575px) {
  .redemption .title-block h1 {
    font-size: 44px;
    line-height: 46px;
    width: 300px;
  }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  .redemption .title-block h1 {
    width: 600px;
    padding: 60px 0px 310px 50px;
  }
}

@media screen and (max-width: 767px) {
  .redemption .title-block .redamption-button-block {
    padding-left: 15px;
    padding-right: 15px;
  }

  .redemption .title-block .redamption-button-block .redamption-button {
    width: 100%;
    padding: 18px 65px;
  }
}

.redemption .text-block * {
  font-family: "Gerbera-Light", sans-serif, Verdana;
  font-size: 18px;
  margin-bottom: 25px;
}

.redemption .mini-advent-block {
  padding: 45px 0px 75px;
}

.redemption .mini-advent-block .block-h2 {
  font-family: "Forum", sans-serif, Verdana;
  font-size: 30px;
}

.redemption .mini-advent-block .adv-mini-items {
  padding-top: 75px;
}

@media screen and (max-width: 767px) {
  .redemption .mini-advent-block .adv-mini-items {
    padding-top: 15px;
  }
}

.redemption .mini-advent-block .adv-mini-items .red-mini-item {
  padding-top: 100px;
  font-size: 14px;
  font-family: "Gerbera-Light", sans-serif, Verdana;
}

.redemption .mini-advent-block .adv-mini-items .red-mini-item.active .hide-text {
  display: inline;
}

.redemption .mini-advent-block .adv-mini-items .red-mini-item.active .short-text:after {
  display: none;
}

.redemption .mini-advent-block .adv-mini-items .red-mini-item strong {
  display: block;
  text-transform: uppercase;
  text-align: center;
  font-family: "Gerbera-Bold", sans-serif, Verdana;
}

.redemption .mini-advent-block .adv-mini-items .red-mini-item .show-more-button {
  font-weight: bold;
  border-bottom: 1px solid #ccc;
  margin-left: 10px;
  cursor: pointer;
  position: relative;
}

.redemption .mini-advent-block .adv-mini-items .red-mini-item .show-more-button:hover {
  border-bottom: 1px solid transparent;
}

.redemption .mini-advent-block .adv-mini-items .red-mini-item .short-text:after {
  content: '...';
}

.redemption .mini-advent-block .adv-mini-items .red-mini-item .hide-text {
  display: none;
}

@media screen and (max-width: 767px) {
  .redemption .mini-advent-block .adv-mini-items .red-mini-item {
    margin-bottom: 30px;
  }
}

.redemption .mini-advent-block .adv-mini-items .red-mini-item:nth-child(1) {
  background: url(/images/card.svg?e45293eecaa29d5e00c4c0997c44c639) no-repeat center top;
}

.redemption .mini-advent-block .adv-mini-items .red-mini-item:nth-child(2) {
  background: url(/images/hands.svg?6984e565f90a1416d1ed31bda8937afa) no-repeat center top;
}

.redemption .mini-advent-block .adv-mini-items .red-mini-item:nth-child(3) {
  background: url(/images/car.svg?6bc4a39131797ef89def8e79301b9973) no-repeat center top;
}

.redemption .mini-advent-block .adv-mini-items .red-mini-item:nth-child(4) {
  background: url(/images/defence.svg?0a3d276e079bce135260ab5cfa962ff5) no-repeat center top;
}

.redemption .mini-advent-block .adv-mini-items .red-mini-item:nth-child(5) {
  background: url(/images/advent.svg?75e227451f2798f7a37fcfbce531d7db) no-repeat center top;
}

.redemption .advent-block {
  padding: 90px 0px;
  background: #F9F2D6;
}

@media screen and (max-width: 767px) {
  .redemption .advent-block {
    padding: 40px 0px;
  }
}

.redemption .advent-block .top {
  padding-bottom: 75px;
}

@media screen and (max-width: 767px) {
  .redemption .advent-block .top {
    padding-bottom: 40px;
  }
}

.redemption .advent-block .top .advent-item {
  padding-top: 120px;
}

@media screen and (max-width: 767px) {
  .redemption .advent-block .top .advent-item {
    padding-top: 95px;
  }
}

.redemption .advent-block .top .advent-item:nth-child(1) {
  background: url(/images/check-pay.svg?915680ca887e87711e513b515ffea1ee) no-repeat center top;
  background-size: auto 100px;
}

@media screen and (max-width: 767px) {
  .redemption .advent-block .top .advent-item:nth-child(1) {
    background-size: auto 76px;
  }
}

.redemption .advent-block .top .advent-item:nth-child(2) {
  background: url(/images/card-and-valet.svg?8725946af32eec8f014322fdc8f4f913) no-repeat center top;
  background-size: auto 100px;
}

@media screen and (max-width: 767px) {
  .redemption .advent-block .top .advent-item:nth-child(2) {
    background-size: auto 76px;
  }
}

.redemption .advent-block .top .advent-item:nth-child(3) {
  background: url(/images/deliver.svg?a6b118fb3196f5e73b773861e09f1b96) no-repeat center top;
}

@media screen and (max-width: 767px) {
  .redemption .advent-block .top .advent-item:nth-child(3) {
    background-size: auto 76px;
  }
}

.redemption .advent-block .top .advent-item .title {
  font-size: 18px;
  font-family: "Gerbera-Bold", sans-serif, Verdana;
  text-align: center;
  margin-bottom: 0;
}

@media screen and (max-width: 767px) {
  .redemption .advent-block .top .advent-item .title {
    font-size: 12px;
  }
}

@media screen and (max-width: 767px) {
  .redemption .advent-block .middle .redamption-button-block .redamption-button {
    width: 100%;
    padding: 18px 65px;
  }
}

.redemption .faq-new-design {
  padding-top: 70px;
}

@media screen and (max-width: 767px) {
  .redemption .faq-new-design {
    padding-top: 30px;
  }
}

.redemption .still-have-quest p {
  font-size: 20px;
  font-family: "Gerbera-Bold", sans-serif, Verdana;
}

.redemption .still-have-quest p a {
  color: #FA556B;
  border-bottom: 1px solid;
}

.redemption .still-have-quest p a:hover {
  border-color: transparent;
}

.faq_country_info div {
  display: none;
}

.faq_country_info div.active {
  display: block;
}

.faq_select_country select {
  background: #FFFFFF;
  border: 1px solid #C7C7C7;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 12px !important;
  height: 40px;
  font-size: 16px;
  padding: 0px 4px;
  cursor: pointer;
  outline: none;
  font-family: "Gerbera", sans-serif, Verdana;
}

.brands_all ul {
  display: inline-block;
  vertical-align: top;
  width: 25%;
  padding-left: 0px;
}

.after-link {
  margin-top: 40px;
}

.bg-calc {
  width: 120px;
  height: 120px;
  background: url(/images/calculator.svg?1a999fea26c02a242950023091c786da) no-repeat center center;
  background-size: 100%;
  -webkit-transform: rotate(25deg);
          transform: rotate(25deg);
}

.redemption-success {
  text-align: center;
  margin-bottom: 35px !important;
  margin-top: 35px;
  background: #e7f3f3;
  padding: 10px 0px;
}

.redamption-button {
  background: #000;
  color: #fff;
  font-family: "Gerbera-Bold", sans-serif, Verdana;
  font-size: 20px;
  border: 2px solid #000;
  border-radius: 12px;
  letter-spacing: 0px;
  padding: 30px 65px;
  display: inline-block;
  cursor: pointer;
}

.redamption-button:hover {
  color: #fff;
  background: #101010;
}

.redamption-button[disabled="disabled"] {
  background: #E5E5E5;
  color: #a5a5a5;
  border: 2px solid #E5E5E5;
}

.auth-prod-form {
  margin-top: 25px;
}

.auth-prod-form label {
  font-family: "Gerbera-Light", sans-serif, Verdana;
  font-size: 18px;
  margin-bottom: 25px;
}

#sell-admin,
#scroll-element {
  display: block;
}

#sell-admin .modal-mask .modal-body span,
#scroll-element .modal-mask .modal-body span {
  font-family: "Gerbera", sans-serif, Verdana;
}

#sell-admin .modal-mask .new-my-button,
#scroll-element .modal-mask .new-my-button {
  display: inline-block;
  vertical-align: top;
  min-width: 115px;
}

#sell-admin .block-button button,
#scroll-element .block-button button {
  margin-bottom: 10px;
  display: inline-block;
  vertical-align: top;
  min-width: 200px;
  padding: 14px 20px;
}

#sell-admin .form-group,
#scroll-element .form-group {
  position: relative;
}

#sell-admin h1,
#scroll-element h1 {
  text-align: center;
}

#sell-admin .card-body,
#scroll-element .card-body {
  padding: 30px 0px;
}

#sell-admin .card-body .create-nav,
#scroll-element .card-body .create-nav {
  margin-bottom: 0px;
  padding-left: 0px;
  text-align: center;
}

#sell-admin .card-body .create-nav li,
#scroll-element .card-body .create-nav li {
  display: inline-block;
  vertical-align: top;
  width: 200px;
  border-radius: 0px;
  border: 1px solid #eee;
}

@media screen and (max-width: 767px) {
  #sell-admin .card-body .create-nav li,
  #scroll-element .card-body .create-nav li {
    width: 25%;
    font-size: 11px;
    padding: 0.75rem .5rem;
  }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  #sell-admin .card-body .create-nav li,
  #scroll-element .card-body .create-nav li {
    width: 170px;
  }
}

#sell-admin .card-body .create-nav li.active,
#sell-admin .card-body .create-nav li:hover,
#scroll-element .card-body .create-nav li.active,
#scroll-element .card-body .create-nav li:hover {
  background: #d52975;
  color: #fff;
}

#sell-admin .card-body .inform-block,
#scroll-element .card-body .inform-block {
  padding: 10px;
  background: #e7f3f3;
  border: 6px solid #a1ecec;
  margin: 10px 0px;
}

#sell-admin .card-body .images-block .saved-file-edit,
#scroll-element .card-body .images-block .saved-file-edit {
  display: none !important;
}

#sell-admin .card-body .images-block .description-text,
#scroll-element .card-body .images-block .description-text {
  padding-top: 0;
}

#sell-admin .card-body .images-block .form-group,
#scroll-element .card-body .images-block .form-group {
  margin-bottom: 0px;
}

#sell-admin .card-body .images-block .files-list,
#scroll-element .card-body .images-block .files-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#sell-admin .card-body .images-block .files-list .item,
#scroll-element .card-body .images-block .files-list .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#sell-admin .card-body .images-block .files-list .item .new-file-delete,
#scroll-element .card-body .images-block .files-list .item .new-file-delete {
  position: absolute;
  right: 0px;
}

#sell-admin .card-body .images-block .files-list .item img,
#scroll-element .card-body .images-block .files-list .item img {
  -o-object-fit: cover;
     object-fit: cover;
}

#sell-admin .card-body .block-button,
#scroll-element .card-body .block-button {
  margin-top: 20px;
}

#sell-admin .card-body .block-button .my-button,
#scroll-element .card-body .block-button .my-button {
  background: #d52975;
  border: 1px solid #d52975;
  color: #fff;
}

#sell-admin .card-body .block-button .my-button:hover,
#scroll-element .card-body .block-button .my-button:hover {
  color: #d52975;
}

#sell-admin .card-body .price-block .mini-text,
#scroll-element .card-body .price-block .mini-text {
  font-size: 16px;
  line-height: 28px;
}

#sell-admin .card-body .public-turn label,
#scroll-element .card-body .public-turn label {
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 0px;
}

#sell-admin .card-body .toFront,
#scroll-element .card-body .toFront {
  margin-top: 20px;
}

#sell-admin .card-body .quality-image img,
#scroll-element .card-body .quality-image img {
  margin-top: 10px;
}

#sell-admin .card-body .quality-image p,
#scroll-element .card-body .quality-image p {
  text-align: center;
  font-size: 12px;
}

#sell-admin .product-name,
#scroll-element .product-name {
  margin-top: 30px;
  margin-bottom: 20px;
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  #sell-admin .conditions .row,
  #scroll-element .conditions .row {
    margin-right: -7px;
    margin-left: -7px;
  }

  #sell-admin .conditions .row .condition-item,
  #scroll-element .conditions .row .condition-item {
    padding-left: 7px;
    padding-right: 7px;
  }

  #sell-admin .conditions .row .condition-item ul,
  #scroll-element .conditions .row .condition-item ul {
    padding-left: 10px;
  }
}

@media screen and (max-width: 767px) {
  #sell-admin .conditions .mob-m-b-2,
  #scroll-element .conditions .mob-m-b-2 {
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 767px) {
  #sell-admin .description .question-block-icon .block-info,
  #scroll-element .description .question-block-icon .block-info {
    left: -80px;
  }
}

#sell-admin .description .description-text,
#scroll-element .description .description-text {
  color: #736f6c;
  padding-top: 30px;
}

@media screen and (max-width: 767px) {
  #sell-admin .description .description-text p,
  #scroll-element .description .description-text p {
    border: 5px solid #eee;
    padding: 5px !important;
  }
}

#sell-admin .images-block,
#scroll-element .images-block {
  margin-bottom: 20px;
}

#sell-admin .my-button.cancel,
#scroll-element .my-button.cancel {
  display: none !important;
}

.custom-modal-text {
  width: 450px !important;
  margin: 0px auto !important;
  padding: 20px 20px !important;
}

@media screen and (max-width: 767px) {
  .custom-modal-text {
    width: 300px !important;
  }
}

.custom-modal-text .body-my .modal-body {
  margin: 0px;
  padding: 0px;
  font-size: 1rem;
}

.custom-modal-text .body-my .modal-body a {
  color: #d52975;
  border-bottom: 1px solid;
}

.custom-modal-text .body-my .modal-body a:hover {
  border-color: transparent;
}

.custom-modal-text .body-my .my-button {
  margin: 15px auto 0;
}

.est-cost {
  width: 100%;
  padding-left: 410px;
  font-size: 12px;
}

@media screen and (max-width: 767px) {
  .est-cost {
    width: 100%;
    padding-left: 160px;
    font-size: 12px;
  }
}

.sell-admin-video-upload {
  margin-top: 20px;
  overflow: hidden;
}

.sell-admin-video-upload .input-field {
  position: absolute;
}

.sell-admin-video-upload .video-status {
  font-size: 0px !important;
  width: 50px;
  height: 50px;
  margin-right: 10px;
  display: inline-block;
  vertical-align: middle;
  background: url(/images/avi.svg?cafab79c00240be8ccc02216c0c09cfd) no-repeat center center;
  background-size: 40px;
}

.custom-label {
  margin-bottom: 0px;
  position: absolute;
  top: -9px;
  left: 12px;
  z-index: 2;
  background: #fff;
  line-height: 10px;
  font-size: 10px;
  padding: 0px 0px 0px 5px;
  vertical-align: top;
}

.custom-label span {
  line-height: 14px;
  font-size: 16px;
}

#success-page {
  padding: 30px 0px;
}

#success-page .text-section p {
  font-family: "Gerbera", sans-serif, Verdana;
}

#success-page .block-button .new-my-button {
  display: inline-block;
  vertical-align: top;
  min-width: 200px;
}

@media screen and (max-width: 575px) {
  #success-page .block-button .new-my-button {
    min-width: 135px;
    font-size: 11px;
    line-height: 22px;
  }
}

@media screen and (max-width: 767px) {
  #success-page {
    padding: 15px 0px;
  }
}

@media screen and (max-width: 767px) {
  .mob-m-b-2 {
    margin-bottom: 20px !important;
  }
}

.newCreate {
  margin-top: 30px;
}

.newCreate .req-field {
  position: absolute;
  bottom: -10px;
  left: 12px;
  z-index: 2;
  padding: 4px;
  background: #fff;
  font-size: 10px;
}

.newCreate .top .left {
  padding-right: 60px;
}

@media screen and (max-width: 767px) {
  .newCreate .top .left {
    padding-right: 15px;
  }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  .newCreate .top .left {
    padding-right: 25px;
  }
}

.newCreate .mini-text-info {
  font-size: 11px;
  font-family: "Gerbera-Light", sans-serif, Verdana;
}

.newCreate .big-text-info {
  font-family: "Gerbera-Light", sans-serif, Verdana;
}

.newCreate .link-style {
  font-family: "Gerbera-Bold", sans-serif, Verdana;
  border-bottom: 1px solid;
  color: #ff0000;
}

.newCreate .link-style:hover {
  border-bottom: 1px solid transparent;
}

.newCreate .form-group input {
  border: 2px solid #E5E5E5;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 12px;
  height: 50px;
  display: block;
  width: 100%;
  padding: 0px 15px;
  font-size: 14px;
  font-family: "Gerbera", sans-serif, Verdana;
}

.newCreate .form-group input:focus-visible {
  outline: none;
}

.newCreate .form-group input::-webkit-input-placeholder {
  color: #cdcdcd !important;
}

.newCreate .form-group input::-moz-placeholder {
  color: #cdcdcd !important;
}

.newCreate .form-group input:-moz-placeholder {
  color: #cdcdcd !important;
}

.newCreate .form-group input:-ms-input-placeholder {
  color: #cdcdcd !important;
}

.newCreate .form-group input:focus::-webkit-input-placeholder {
  color: transparent !important;
}

.newCreate .form-group input:focus::-moz-placeholder {
  color: transparent !important;
}

.newCreate .form-group input:focus:-moz-placeholder {
  color: transparent !important;
}

.newCreate .form-group input:focus:-ms-input-placeholder {
  color: transparent !important;
}

.newCreate .form-group .label {
  font-size: 16px;
  line-height: 22px;
  font-family: "Gerbera", sans-serif, Verdana;
  color: #000 !important;
}

.newCreate .form-group.gender-block .req-field {
  left: 6px;
}

.newCreate .form-group.gender-block .gender-box .gender-item {
  display: inline-block;
  vertical-align: top;
  width: 120px;
  height: 120px;
  text-align: center;
  margin-right: 20px;
  cursor: pointer;
  border: 2px solid #E5E5E5;
  border-radius: 12px;
  margin-bottom: 0px;
}

@media screen and (max-width: 767px) {
  .newCreate .form-group.gender-block .gender-box .gender-item {
    width: 49%;
    height: auto;
    margin-right: 2%;
  }

  .newCreate .form-group.gender-block .gender-box .gender-item:last-child {
    margin-right: 0%;
  }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  .newCreate .form-group.gender-block .gender-box .gender-item {
    width: 110px;
    height: 110px;
    margin-right: 10px;
  }
}

.newCreate .form-group.gender-block .gender-box .gender-item input {
  display: none;
}

.newCreate .form-group.gender-block .gender-box .gender-item img {
  max-height: 100%;
  max-width: 100%;
  padding: 15px;
}

.newCreate .form-group.category-group .category-item {
  margin-right: 20px;
  margin-bottom: 20px;
  width: 120px;
  vertical-align: top;
  line-height: 1.1;
  cursor: pointer;
  border: 2px solid #E5E5E5;
  border-radius: 12px;
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  .newCreate .form-group.category-group .category-item {
    margin-right: 10px;
    margin-bottom: 10px;
    width: 80px;
  }

  .newCreate .form-group.category-group .category-item img {
    max-width: 100% !important;
  }
}

.newCreate .form-group.category-group .category-item:nth-child(3n) {
  margin-right: 0px;
}

.newCreate .form-group.category-group .category-item:nth-child(n+4) {
  margin-bottom: 0px;
}

@media screen and (max-width: 767px) {
  .newCreate .form-group.category-group .category-item {
    width: 32%;
    margin-right: 2%;
  }

  .newCreate .form-group.category-group .category-item:nth-child(3n) {
    margin-right: 0;
  }
}

.newCreate .form-group.category-group .category-item input {
  display: none;
}

.newCreate .form-group.category-group .category-item img {
  display: block;
  margin: 15px auto;
  max-width: 90px;
}

@media screen and (max-width: 767px) {
  .newCreate .form-group.category-group .category-item img {
    max-width: 100%;
  }
}

.newCreate .form-group.category-group .category-item span {
  display: block;
  text-align: center;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 16px;
  font-family: "Gerbera-Light", sans-serif, Verdana;
  min-height: 32px;
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  .newCreate .form-group.category-group .category-item span {
    font-size: 14px;
  }
}

.newCreate .images-block .req-field {
  bottom: 4px;
}

@media screen and (max-width: 767px) {
  .newCreate .images-block {
    position: relative;
  }

  .newCreate .images-block .big-text-info {
    position: absolute;
    top: -10px;
    left: 0px;
    width: 100%;
    z-index: 10;
  }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  .newCreate .images-block {
    position: relative;
  }

  .newCreate .images-block .big-text-info {
    position: absolute;
    top: -10px;
    left: 0px;
    width: 100%;
    z-index: 10;
  }
}

.newCreate .images-block .file-upload .upload-form-widget {
  border-radius: 12px;
  border: 1px dashed #d3e0e9;
  background: #fff;
  outline: none;
  font-family: "Gerbera-Light", sans-serif, Verdana;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-height: 120px;
}

@media screen and (max-width: 767px) {
  .newCreate .images-block .file-upload .upload-form-widget {
    min-height: 70px;
  }
}

.newCreate .images-block .file-upload .upload-form-widget:after {
  content: '';
  display: block;
  width: 30px;
  height: 30px;
  background: url(/images/add_picture.svg?282c996392027ad2d2fd0b1d6b7e45ad) no-repeat center center;
  border-radius: 50%;
}

.newCreate .images-block .file-upload .upload-form-widget .text {
  width: 100%;
  padding: 5px 0 4px;
}

@media screen and (max-width: 767px) {
  .newCreate .images-block .file-upload .upload-form-widget .text {
    display: none;
  }
}

.newCreate .images-block .file-upload .file-upload-files {
  margin-bottom: 15px;
}

@media screen and (max-width: 767px) {
  .newCreate .images-block .file-upload .file-upload-files {
    margin-bottom: 0px;
  }
}

.newCreate .images-block .example-images {
  font-size: 0px;
}

.newCreate .images-block .example-images .item-img {
  display: inline-block;
  vertical-align: top;
  width: 12.5%;
}

@media screen and (max-width: 767px) {
  .newCreate .images-block .example-images .item-img {
    width: 25%;
  }
}

.newCreate .images-block .example-images .item-img p {
  text-transform: uppercase;
  font-family: "Gerbera-Light", sans-serif, Verdana;
}

.newCreate .images-block .example-images .item-img img {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 5px;
  width: 100%;
}

.newCreate .images-block .example-images .item-img:first-child {
  width: 0;
}

.newCreate .sell-admin-video-upload .delete-video {
  width: 200px;
}

@media screen and (max-width: 767px) {
  .newCreate .sell-admin-video-upload .delete-video {
    width: 50px;
    font-size: 0px;
    position: absolute;
    right: 15px;
    background: url(/images/del-video-mob.svg?ec0f22c0cc6aa195fefe56ead85e1d85) no-repeat center center, #FA556B;
  }
}

.newCreate .sell-admin-video-upload .video-button {
  border-radius: 12px;
  border: 1px dashed #d3e0e9;
  background: #fff;
  outline: none;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 20px 0px;
  text-align: center;
  height: 100px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-family: "Gerbera-Light", sans-serif, Verdana;
}

.newCreate .sell-admin-video-upload .video-button:before {
  content: '';
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 32px;
  height: 32px;
  background: url(/images/add_video.svg?88a146c2612b7e1021e414d1cc2c96d0) no-repeat center center;
  margin-right: 10px;
}

.newCreate .sub-category-group .form-group {
  margin-bottom: 0px;
}

.newCreate .sub-category-group .product-type-box label {
  margin-bottom: 15px;
}

@media screen and (max-width: 767px) {
  .newCreate .sub-category-group .product-type-box label {
    width: 50%;
    margin-bottom: 3px;
  }
}

.newCreate .sub-category-group .product-type-box label button {
  margin-right: 15px;
  background: #fff;
  padding: 10px 19px;
  outline: none !important;
  cursor: pointer;
  border: 2px solid #E5E5E5;
  border-radius: 12px;
  font-family: "Gerbera-Light", sans-serif, Verdana;
}

@media screen and (max-width: 767px) {
  .newCreate .sub-category-group .product-type-box label button {
    width: 98%;
    margin-right: 2%;
    padding: 11px 5px;
    font-size: 12px;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
}

.newCreate .conditions .row {
  margin-left: -10px;
  margin-right: -10px;
}

@media screen and (max-width: 767px) {
  .newCreate .conditions .row {
    margin-left: -3px;
    margin-right: -3px;
  }
}

.newCreate .conditions .row .condition-item {
  padding-left: 3px;
  padding-right: 3px;
}

@media screen and (max-width: 767px) {
  .newCreate .conditions .row .condition-item {
    margin-bottom: 8px;
  }
}

.newCreate .conditions .item-condition {
  padding: 10px;
  position: relative;
  height: 100%;
  cursor: pointer;
  border: 2px solid #E5E5E5;
  border-radius: 12px;
  font-family: "Gerbera-Light", sans-serif, Verdana;
}

@media screen and (max-width: 767px) {
  .newCreate .conditions .item-condition {
    margin-bottom: 0px;
  }
}

.newCreate .conditions .item-condition input {
  display: none;
}

.newCreate .conditions .item-condition ul {
  margin-bottom: 0px;
  padding-left: 0px;
}

@media screen and (max-width: 767px) {
  .newCreate .conditions .item-condition ul {
    display: none;
  }
}

.newCreate .conditions .item-condition ul li {
  line-height: 17px;
  font-size: 14px;
  margin-bottom: 15px;
  font-family: "Gerbera-Light", sans-serif, Verdana;
  list-style: none;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .newCreate .conditions .item-condition ul li {
    line-height: 12px;
    font-size: 10px;
    margin-bottom: 10px;
  }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  .newCreate .conditions .item-condition ul li {
    line-height: 13px;
    font-size: 11px;
    margin-bottom: 8px;
  }
}

.newCreate .conditions .item-condition label {
  display: block;
  margin-bottom: 0px;
}

.newCreate .conditions .item-condition .top-name {
  font-size: 18px;
  line-height: 22px;
  text-align: center;
  margin-bottom: 20px;
  font-family: "Gerbera", sans-serif, Verdana;
}

@media screen and (max-width: 767px) {
  .newCreate .conditions .item-condition .top-name {
    font-size: 12px;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 0px;
  }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  .newCreate .conditions .item-condition .top-name {
    font-size: 12px;
  }
}

.newCreate .colors .color-item {
  display: inline-block;
  vertical-align: top;
  width: 102px;
  margin-right: 10px;
}

@media screen and (max-width: 767px) {
  .newCreate .colors .color-item {
    width: 18.4% !important;
    margin-right: 2% !important;
  }

  .newCreate .colors .color-item:nth-child(5n) {
    margin-right: 0% !important;
  }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  .newCreate .colors .color-item {
    width: 64px;
    margin-right: 5px;
  }
}

.newCreate .colors .color-item:nth-child(10n) {
  margin-right: 0px;
}

@media screen and (max-width: 767px) {
  .newCreate .colors .color-item:nth-child(10n) {
    margin-right: 0px;
  }
}

.newCreate .colors .color-item label {
  display: block;
  border: 2px solid #E5E5E5;
  border-radius: 12px;
  padding: 15px;
  cursor: pointer;
}

@media screen and (max-width: 767px) {
  .newCreate .colors .color-item label {
    padding: 7px;
  }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  .newCreate .colors .color-item label {
    padding: 8px;
  }
}

.newCreate .colors .color-item label .color-name {
  font-size: 12px;
  line-height: 14px;
  font-family: "Gerbera-Light", sans-serif, Verdana;
  margin-bottom: 5px;
  min-height: 28px;
}

@media screen and (max-width: 575px) {
  .newCreate .colors .color-item label .color-name {
    font-size: 8px;
    line-height: 11px;
    min-height: 22px;
  }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  .newCreate .colors .color-item label .color-name {
    font-size: 9px;
  }
}

.newCreate .colors .color-item label input {
  display: none;
}

.newCreate .colors .color-item label img {
  width: 100%;
}

@media screen and (max-width: 767px) {
  .newCreate .material-sizes .bag-info-block {
    position: absolute;
    top: -10px;
    left: 0px;
    width: 100%;
  }
}

.newCreate .material-sizes .bag-info-block .mob-show {
  background: #F9FAFB;
  border-radius: 12px;
  padding: 15px;
  width: 270px;
  margin-top: -100px;
}

@media screen and (max-width: 767px) {
  .newCreate .material-sizes .bag-info-block .mob-show {
    margin-top: 0px;
  }
}

.newCreate .material-sizes .bag-info-block .mob-show p {
  font-family: "Gerbera-Light", sans-serif, Verdana;
  text-align: center;
  font-size: 14px;
  margin-bottom: 0px;
}

.newCreate .icludes .form-group {
  font-size: 0px;
}

.newCreate .icludes .el-checkbox {
  margin-right: 0px;
  margin-bottom: 0px;
}

.newCreate .icludes .el-checkbox.is-checked .el-checkbox__label {
  color: #000;
  border: 2px solid #42ad7a;
}

.newCreate .icludes .el-checkbox .el-checkbox__input {
  display: none;
}

.newCreate .icludes .el-checkbox .el-checkbox__label {
  padding: 10px 19px;
  outline: none !important;
  cursor: pointer;
  border: 2px solid #E5E5E5;
  border-radius: 12px;
  font-family: "Gerbera-Light", sans-serif, Verdana;
  margin-right: 15px;
  margin-bottom: 15px;
}

@media screen and (max-width: 767px) {
  .newCreate .icludes .el-checkbox .el-checkbox__label {
    margin-right: 5px;
    margin-bottom: 5px;
  }
}

@media screen and (max-width: 767px) {
  .newCreate .return-price .big-text-info {
    position: absolute;
    top: -10px;
    left: 0px;
    width: 100%;
    z-index: 10;
  }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  .newCreate .return-price .big-text-info {
    position: absolute;
    top: -10px;
    left: 0px;
    width: 100%;
    z-index: 10;
  }
}

.newCreate .return-price .return .chekbox-link {
  display: block;
  margin-bottom: 0px;
}

.newCreate .return-price .return .chekbox-link .el-checkbox__input {
  display: none;
}

.newCreate .return-price .return .chekbox-link .el-checkbox__label {
  padding: 10px 19px;
  outline: none !important;
  cursor: pointer;
  border: 2px solid #E5E5E5;
  border-radius: 12px;
  font-family: "Gerbera-Light", sans-serif, Verdana;
  margin-right: 15px;
  margin-bottom: 15px;
}

.newCreate .return-price .return .chekbox-link.is-checked .el-checkbox__label {
  color: #000;
  border: 2px solid #42ad7a;
}

.newCreate .return-price .left {
  padding-right: 60px;
}

@media screen and (max-width: 767px) {
  .newCreate .return-price .left {
    padding-right: 15px;
  }
}

.newCreate .return-price .right {
  padding-top: 90px;
}

@media screen and (max-width: 767px) {
  .newCreate .return-price .right {
    padding-top: 0px;
  }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  .newCreate .return-price .right {
    padding-top: 0px;
  }
}

.newCreate .return-price .dollar-input:after {
  position: absolute;
  content: '$';
  right: 2px;
  width: 40px;
  text-align: center;
  background: #f6f5fa;
  top: 2px;
  bottom: 2px;
  border-radius: 0px 12px 12px 0px;
  height: auto;
  color: #000;
  border-left: 1px solid #e7f3f3;
  line-height: 42px;
}

.newCreate .return-price .dop-info-price {
  text-align: center;
  font-size: 15px;
  padding: 0px;
}

.newCreate .return-price .dop-info-price label {
  font-size: 11px;
  font-family: "Gerbera-Light", sans-serif, Verdana;
}

.newCreate .return-price .dop-info-price span {
  font-size: 22px;
  line-height: 20px;
  display: block;
  margin-bottom: 5px;
}

@media screen and (max-width: 767px) {
  .newCreate .description .big-text-info {
    position: absolute;
    top: -10px;
    left: 0px;
    width: 100%;
    z-index: 10;
    margin: 0px !important;
  }
}

.newCreate .description textarea {
  border: 2px solid #E5E5E5;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 12px;
  resize: none;
  height: 90px;
}

@media screen and (max-width: 767px) {
  .newCreate .mob-icon-warning,
  .newCreate .mob-icon-question {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: auto;
    width: 50px;
    height: 50px;
    background: url(/images/mob-icon-warning.svg?9cc344fa9503ef423edf6f300f662fef) no-repeat center center, #fff;
    border-radius: 50%;
  }

  .newCreate .mob-icon-warning.close-icon,
  .newCreate .mob-icon-question.close-icon {
    background: url(/images/mob-icon-warning-close.svg?917eeebd9381026b22959e6d7878445e) no-repeat center center, #fff;
  }

  .newCreate .mob-icon-question {
    background: url(/images/mob-icon-question.svg?04fca9693bbc3672d69df33a8612bad7) no-repeat center center, #fff;
  }

  .newCreate .mob-show {
    background: #F9FAFB;
    padding: 15px;
    border-radius: 12px;
    width: 100%;
    position: absolute;
    left: -150%;
    transition-duration: 0.76s;
    -webkit-transition-duration: 0.76s;
    -moz-transition-duration: 0.76s;
    -o-transition-duration: 0.76s;
    -ms-transition-duration: 0.76s;
  }

  .newCreate .mob-show.open-text {
    left: 0%;
  }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  .newCreate .mob-icon-warning,
  .newCreate .mob-icon-question {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: auto;
    width: 50px;
    height: 50px;
    background: url(/images/mob-icon-warning.svg?9cc344fa9503ef423edf6f300f662fef) no-repeat center center, #fff;
    border-radius: 50%;
  }

  .newCreate .mob-icon-warning.close-icon,
  .newCreate .mob-icon-question.close-icon {
    background: url(/images/mob-icon-warning-close.svg?917eeebd9381026b22959e6d7878445e) no-repeat center center, #fff;
  }

  .newCreate .mob-icon-question {
    background: url(/images/mob-icon-question.svg?04fca9693bbc3672d69df33a8612bad7) no-repeat center center, #fff;
  }

  .newCreate .mob-show {
    background: #F9FAFB;
    padding: 15px;
    border-radius: 12px;
    width: 100%;
    position: absolute;
    left: -150%;
    transition-duration: 0.76s;
    -webkit-transition-duration: 0.76s;
    -moz-transition-duration: 0.76s;
    -o-transition-duration: 0.76s;
    -ms-transition-duration: 0.76s;
    z-index: 2;
  }

  .newCreate .mob-show.open-text {
    left: 0%;
  }
}

.link,
.transition {
  transition-duration: 0.76s;
  -webkit-transition-duration: 0.76s;
  -moz-transition-duration: 0.76s;
  -o-transition-duration: 0.76s;
  -ms-transition-duration: 0.76s;
}

.btn-callback {
  display: block;
  width: 40px;
  height: 40px;
  position: fixed;
  bottom: 65px;
  right: 14px;
  background: url(/images/default/smartphone.svg) no-repeat center center;
  background-size: 40px auto;
  cursor: pointer;
  z-index: 3;
}

#toTop {
  width: 44px;
  height: 44px;
  background: url(/images/default/arrow_up.svg) no-repeat center center;
  background-size: 38px auto;
  position: fixed;
  bottom: 10px;
  right: 10px;
  cursor: pointer;
  border: 2px solid #e7f3f3;
  border-radius: 50%;
  z-index: 3;
}

#toTop:hover {
  background: url(/images/default/arrow_up.svg) no-repeat center center;
  background-size: 44px auto;
}

.inline-middle {
  display: inline-block !important;
  vertical-align: middle;
  float: none !important;
}

.inline-top {
  display: inline-block !important;
  vertical-align: top;
}

.none {
  display: none;
}

html body {
  font-family: "Futuran-Medium", sans-serif, Verdana;
  color: #000000;
  background: #fff;
}

@media screen and (max-width: 767px) {
  html body {
    padding-top: 55px;
    padding-bottom: 68px;
  }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  html body {
    padding-top: 55px;
  }
}

#breadcrumb {
  margin: 10px 0px 5px 0px;
}

a {
  color: #000;
}

body {
  min-width: 1170px;
}

a,
a:hover,
a:focus {
  color: inherit;
  text-decoration: none !important;
  outline: none;
}

#product-search .search-result {
  background: #fff;
  position: absolute;
  width: 300px;
  z-index: 12;
}

@media screen and (max-width: 767px) {
  #product-search .search-result {
    width: 100%;
    right: 0px;
    position: fixed;
    top: 110px;
    left: 0px;
  }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  #product-search .search-result {
    width: 100%;
    right: 0px;
    position: fixed;
    top: 110px;
    left: 0px;
  }
}

#product-search .search-result .product-page-preview {
  margin-bottom: -10px;
  width: 100%;
}

@media screen and (max-width: 767px) {
  #product-search .search-result .product-page-preview .image a {
    height: 72px;
  }
}

@media screen and (max-width: 767px) {
  #product-search .search-item {
    width: 50%;
    display: inline-block;
    vertical-align: top;
  }

  #product-search .search-item:last-child {
    width: 100%;
  }
}

#product-search .search-all {
  background: #000;
  color: #fff;
  font-family: "Gerbera-Bold", sans-serif, Verdana;
  font-size: 16px;
  border: 2px solid #000;
  border-radius: 12px;
  text-transform: none;
  letter-spacing: 0px;
  padding: 12px 0px;
  margin: 0;
  text-align: center;
}

.block-h2 {
  font-family: "Forum", sans-serif, Verdana;
  font-size: 38px;
  line-height: 36px;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 25px;
}

@media screen and (max-width: 767px) {
  .block-h2 {
    font-size: 24px;
    line-height: 28px;
    margin-bottom: 20px !important;
  }
}

h1,
.h1 {
  font-size: 1.65rem;
}

h1 span,
.h1 span {
  font-size: 1.5rem;
  display: inline-block;
  margin-bottom: 5px;
}

@media screen and (max-width: 767px) {
  h1,
  .h1 {
    font-size: 1.2rem;
  }
}

.my-button {
  position: relative;
  display: inline-block;
  padding: 14px 10px;
  line-height: normal;
  border: 2px solid #d52975;
  border-radius: 12px;
  text-transform: uppercase;
  font-size: 12px;
  min-width: 181px;
  cursor: pointer;
  text-align: center;
  font-family: "Gerbera-Bold", sans-serif, Verdana;
  font-weight: 500;
  font-style: normal;
  background-color: transparent;
  z-index: 0;
  color: #d52975;
  transition-duration: 0.76s;
  -webkit-transition-duration: 0.76s;
  -moz-transition-duration: 0.76s;
  -o-transition-duration: 0.76s;
  -ms-transition-duration: 0.76s;
}

@media screen and (min-width: 992px) and (max-width: 1365px) {
  .my-button {
    min-width: 150px;
  }
}

@media screen and (max-width: 767px) {
  .my-button {
    padding: 8px 10px;
    font-size: 11px;
    min-width: auto;
  }
}

.my-button.black {
  background: #000;
  border-color: #000;
  color: #fff;
}

.my-button.black:hover {
  background: #fff;
  color: #000;
}

.my-button.text-pink {
  color: #d52975;
}

.my-button.pink {
  background: #fff;
  color: #d52975;
}

.my-button.pink:hover {
  border: 1px solid #d52975;
  color: #fff;
}

.my-button:hover {
  background: #d52975;
  color: #fff;
}

.my-button:focus {
  outline: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.my-button.text-transform-unset {
  text-transform: unset;
}

.line {
  width: 100%;
  height: 1px;
  background: #ddd;
}

.popup_new .text-block {
  background: url(/images/selluxury-msl.jpg?cad10516a0c9ecbe81609dc0d1953591) no-repeat center center;
  background-size: cover;
  padding: 50px 50px 20px;
}

@media screen and (max-width: 767px) {
  .popup_new .text-block {
    padding: 10px 0px 0px;
  }
}

.popup_new .popup-bg {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  z-index: 110;
  background: rgba(0, 0, 0, 0.5);
}

.popup_new .popup-body {
  position: fixed;
  top: 50%;
  margin-top: -370px;
  left: 50%;
  margin-left: -400px;
  width: 800px;
  background: #fff;
  z-index: 111;
}

@media screen and (max-width: 767px) {
  .popup_new .popup-body {
    margin-top: -260px;
    margin-left: -160px;
    width: 320px;
  }
}

.popup_new .title {
  font-family: "Futuran-Medium", sans-serif, Verdana;
  text-align: center;
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 0.2em;
  margin-bottom: 20px;
  padding: 10px 0px;
  background: #e7f3f3;
}

.popup_new .text {
  padding: 0px 40px;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .popup_new .text {
    padding: 0px 10px;
  }
}

.popup_new .text .big-text {
  font-family: 'Bebas-Neue', sans-serif, Verdana;
  text-align: center;
  font-size: 34px;
  line-height: 34px;
  color: #fff;
  background: #000;
  width: 370px;
  padding: 10px 0px;
  margin: 0px auto;
}

@media screen and (max-width: 767px) {
  .popup_new .text .big-text {
    font-size: 27px;
    line-height: 34px;
    width: 100%;
    padding: 10px 0px;
  }
}

.popup_new .text .small-text {
  font-size: 20px;
  color: #fff;
  background: #000;
  padding: 5px 0px;
  margin: 20px 0px;
}

.popup_new .button-ok {
  padding: 25px 0px;
  text-align: center;
}

.popup_new .social {
  margin-top: 20px;
}

.popup_new .social a {
  display: inline-block;
  vertical-align: top;
  width: 60px;
  height: 60px;
  margin: 0px 5px;
}

.popup_new .social a:nth-child(1) {
  background: url(/images/inst.svg?fc23b90236f87b11147810f35f4c5293) no-repeat center center;
  background-size: 52px;
}

.popup_new .social a:nth-child(2) {
  background: url(/images/social-media.svg?b5fcf8177543a0677eecdac1ec8cab41) no-repeat center center;
  background-size: 50px;
}

.auth-link a {
  padding: 25px 0px;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  display: block;
  text-align: center;
  font-size: 40px;
  color: #736f6c;
  text-transform: uppercase;
  transition-duration: 0.76s;
  -webkit-transition-duration: 0.76s;
  -moz-transition-duration: 0.76s;
  -o-transition-duration: 0.76s;
  -ms-transition-duration: 0.76s;
}

@media screen and (max-width: 767px) {
  .auth-link a {
    line-height: 50px;
    font-size: 30px;
  }
}

.auth-link a:hover {
  background: #d52975;
  border-top: 1px solid #d52975;
  border-bottom: 1px solid #d52975;
  color: #fff;
}

.contact-image {
  position: relative;
}

.contact-image img {
  width: 100%;
  height: auto;
}

.contact-image h1 {
  font-size: 36px;
  font-family: 'Futuran-Medium', sans-serif, Verdana;
  margin-bottom: 4px;
  text-align: center;
  position: absolute;
  top: 50%;
  width: 100%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  z-index: 10;
  color: #fff;
  text-transform: uppercase;
}

.contact-image:after {
  content: '';
  position: absolute;
  width: auto;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0.7;
  background: #000;
  margin: 0px auto;
  right: 0px;
  z-index: 5;
}

.adress-items {
  padding: 50px 0;
}

.adress-items .adress-item .title {
  font-size: 1.2rem;
  border-bottom: 1px solid #000;
  margin-bottom: 20px;
  text-transform: uppercase;
}

.adress-items .adress-item p,
.adress-items .adress-item a {
  font-size: 1rem;
  margin-bottom: 0;
}

.contact-bottom-row .block-adres {
  margin-top: 40px;
}

.contact-bottom-row .block-adres p {
  margin-bottom: 0px;
  font-family: "Gerbera", sans-serif, Verdana;
}

.contact-bottom-row .block-adres p.title {
  font-family: "Gerbera-Bold", sans-serif, Verdana;
}

.contact-bottom-row .block-adres .button-block {
  margin-top: 20px;
  margin-bottom: 40px;
}

.contact-bottom-row .block-adres .button-block .new-my-button {
  padding: 14px 40px;
}

@media screen and (max-width: 767px) {
  .contact-bottom-row .block-adres .button-block .new-my-button {
    padding: 14px 15px;
    width: 100%;
  }
}

.contact-bottom-row .button-place a {
  display: block;
  margin: 20px 0px;
  font-size: 1.1rem;
}

.contact-bottom-row .title {
  font-size: 1rem;
  margin-bottom: 20px;
  font-family: "Gerbera", sans-serif, Verdana;
}

.contact-bottom-row .title span {
  font-size: 0.7rem;
  display: block;
  letter-spacing: 0.05rem;
}

.contact-bottom-row .chat-items {
  margin-bottom: 15px;
}

.contact-bottom-row .chat-items ul {
  margin: 0px;
  padding: 0px;
}

.contact-bottom-row .chat-items ul li {
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}

.contact-bottom-row .chat-items ul li a {
  width: 40px;
  height: 40px;
  display: block;
  border-radius: 5px;
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  .contact-bottom-row .chat-items ul li a {
    width: 27px;
    height: 27px;
  }
}

.contact-bottom-row .chat-items ul li a.wa {
  background: url(/images/whatsapp.svg?940cbc61b18103212eab01a3bc4dff77) no-repeat center center;
  background-size: 100%;
}

.contact-bottom-row .chat-items ul li a.viber {
  background: url(/images/viber.svg?69a5c25e2e5af02de83bce035d3f30fd) no-repeat center center;
  background-size: 100%;
}

.contact-bottom-row .chat-items ul li a.telegramm {
  background: url(/images/telegram.svg?eb851226e1077ed67434ba517695475a) no-repeat center center;
  background-size: 100%;
}

.contact-bottom-row .chat-items ul li a.messager {
  background: url(/images/messenger-icon.svg?317fdf249ed66190cc9b5638f37b632e) no-repeat center center, #0a94e3;
  background-size: 80%;
}

.soc-web {
  margin: 0px;
  padding: 0px;
}

.soc-web li {
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}

.soc-web li a {
  width: 40px;
  height: 40px;
  display: block;
  border-radius: 5px;
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  .soc-web li a {
    width: 27px;
    height: 27px;
  }
}

.soc-web li a.insta {
  background: url(/images/instagram-icon.svg?91fc64fd13abe7b58965ba62d80844c8) no-repeat center center, linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
  background-size: 80%;
}

.soc-web li a.facebook {
  background: url(/images/facebook-icon.svg?a937dc2aa703eb4ab7ef54c334a0521d) no-repeat center center;
  background-size: 100%;
}

.etryp-image img {
  width: 100%;
}

@media screen and (max-width: 767px) {
  .etryp-image img {
    width: 100px;
    margin-left: auto;
    display: block;
    margin-top: 15px;
    margin-bottom: -110px;
  }
}

.cur-page-on-mobi {
  display: none;
}

@media screen and (max-width: 767px) {
  .cur-page-on-mobi {
    padding: 10px 0px;
    display: block;
    color: #d52975;
    text-align: left;
    position: relative;
    font-size: 1.1rem;
    cursor: pointer;
  }

  .cur-page-on-mobi.active {
    color: #d52975;
  }

  .cur-page-on-mobi.active:after {
    -webkit-transform: rotate(-135deg);
            transform: rotate(-135deg);
  }

  .cur-page-on-mobi:after {
    content: '';
    display: block;
    position: absolute;
    width: 8px;
    height: 8px;
    border-bottom: 2px solid;
    border-right: 2px solid;
    right: 0px;
    top: 50%;
    margin-top: -4px;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
}

@media screen and (max-width: 767px) {
  .user-menu-side-bar {
    display: none;
  }

  .user-menu-side-bar.active {
    display: block;
  }
}

.cm-type {
  position: relative;
}

.cm-type.mm-type:after {
  content: 'mm';
}

.cm-type:after {
  content: 'cm';
  position: absolute;
  right: 2px;
  width: 40px;
  text-align: center;
  background: #f6f5fa;
  top: 2px;
  color: #000;
  border-left: 2px solid #E5E5E5;
  line-height: 39px;
  bottom: 2px;
  border-radius: 0px 12px 12px 0px;
}

#sell-admin {
  margin-bottom: 60px;
}

#sell-admin .sizes-title {
  font-weight: lighter !important;
  color: #736f6c;
  font-size: 12px;
  margin-bottom: 5px;
}

#sell-admin textarea::-webkit-input-placeholder {
  color: #c1c1c1;
}

#sell-admin textarea::-moz-placeholder {
  color: #c1c1c1;
}

#sell-admin textarea::-ms-input-placeholder {
  color: #c1c1c1;
}

#sell-admin textarea::placeholder {
  color: #c1c1c1;
}

.mini-text {
  font-size: 12px;
}

.question-block-icon {
  position: relative;
  display: inline-block;
  vertical-align: bottom;
  width: 25px;
  height: 25px;
  margin-left: 10px;
  margin-bottom: 0.5rem;
}

.question-block-icon:after {
  content: '?';
  display: block;
  position: absolute;
  cursor: pointer;
  font-family: 'Arial', sans-serif, Verdana;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background-color: #000;
  color: #fff;
  text-align: center;
  bottom: 5px;
  right: 5px;
  line-height: 20px;
  font-size: 12px;
  -webkit-transition: 0.76s;
  transition: 0.76s;
}

.question-block-icon:hover .block-info {
  visibility: visible;
  opacity: 1;
}

.question-block-icon .block-info {
  visibility: hidden;
  opacity: 0;
  width: 330px;
  padding: 30px 15px 24px;
  border: 1px solid #ddd;
  bottom: 40px;
  left: -48px;
  position: absolute;
  z-index: 4;
  background-color: #fff;
  -webkit-transition: opacity .7s, visibility .7s;
  transition: opacity .7s, visibility .7s;
}

@media screen and (max-width: 767px) {
  .question-block-icon .block-info {
    visibility: hidden !important;
    opacity: 0 !important;
  }

  .question-block-icon .block-info.img {
    left: -47px !important;
  }

  .question-block-icon .block-info .inf-close {
    display: block;
    position: absolute;
    top: 0px;
    right: 0px;
    width: 20px;
    height: 20px;
    background: url(/images/close-inf.svg?5248802a709bf37efcd8f0804a228ba0) no-repeat center center;
    background-size: 10px;
  }

  .question-block-icon .block-info.active {
    visibility: visible !important;
    opacity: 1 !important;
  }
}

.question-block-icon .block-info.active {
  visibility: visible;
  opacity: 1;
}

@media screen and (max-width: 767px) {
  .question-block-icon .block-info {
    left: -20px;
    max-width: 300px;
  }
}

.question-block-icon .block-info:before {
  content: '';
  display: inline-block;
  position: absolute;
  border: 1px solid;
  border-color: transparent #ddd #ddd transparent;
  width: 16px;
  height: 16px;
  left: 18%;
  bottom: 0px;
  -webkit-transform: translate(-50%, 50%) rotate(45deg);
  transform: translate(-50%, 50%) rotate(45deg);
  background-color: #fff;
}

@media screen and (max-width: 767px) {
  .question-block-icon .block-info:before {
    display: none;
  }
}

.question-block-icon .block-info:after {
  content: '';
  position: absolute;
  top: 18px;
  left: 50%;
  margin-left: -15px;
  width: 30px;
  height: 1px;
  background-color: #d52975;
}

.question-block-icon .block-info p {
  font-size: 14px;
  text-transform: none;
  line-height: 21px;
  color: #717171;
  margin-bottom: 0px;
}

@media screen and (max-width: 767px) {
  .question-block-icon.dop-active-four .block-info {
    left: -92px !important;
    max-width: 270px;
  }
}

.error-style {
  padding: 5px;
  background: #F9F2D6;
}

@media screen and (max-width: 767px) {
  .error-style {
    display: inline-block;
    margin-bottom: 10px;
  }
}

.col-5th,
.col-sm-5th,
.col-md-5th,
.col-lg-5th,
.col-xl-5th {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  width: 20%;
  float: left;
}

.col-5th {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
  max-width: 20%;
}

@media (min-width: 576px) {
  .col-sm-5th {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
}

@media (min-width: 768px) {
  .col-md-5th {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
}

@media (min-width: 992px) {
  .col-lg-5th {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
}

@media (min-width: 1200px) {
  .col-xl-5th {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
}

@media only screen and (max-width: 992px) {
  .col-md-5th {
    width: 33%;
    float: none;
    display: block;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33%;
    flex: 0 0 33%;
    max-width: 33%;
  }

  .col-md-5th.col-sm-5th {
    width: 20%;
    float: left;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
}

@media only screen and (max-width: 769px) {
  .col-md-5th {
    width: 100%;
    float: none;
    display: block;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-md-5th.col-sm-5th {
    width: 50%;
    float: none;
    display: block;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
}

.mr-15 {
  margin-right: 15px;
}

.uppercase {
  text-transform: uppercase;
}

.mobile-table {
  overflow: auto;
}

.mobile-table table {
  min-width: 600px;
}

@media screen and (max-width: 767px) {
  .pofile-body.active {
    display: none !important;
  }
}

.pofile-body .text-danger {
  font-size: 9px;
  line-height: 1;
}

@media screen and (max-width: 767px) {
  body.success-page {
    padding: 10px !important;
    margin-top: 54px !important;
  }

  body.success-page .my-button {
    margin: 10px;
    font-size: 10px;
    padding: 10px 7px;
  }
}

.faq-block-wrapper {
  background: #fff;
  margin-top: 40px;
  margin-bottom: 40px;
}

.faq-block-wrapper .faq-content {
  background: #fff;
  padding: 40px 0px;
}

.faq-block-wrapper .block-h2 {
  margin-bottom: 25px;
}

.faq-block-wrapper details {
  position: relative;
}

.faq-block-wrapper details:after {
  content: '';
  display: block;
  position: absolute;
  top: 12px;
  right: 15px;
  width: 30px;
  height: 30px;
  background: url(/images/arrow-d.svg?c48314b6a9b83c9d592abfb16bff3e09) no-repeat center center;
  background-size: 14px;
}

.faq-block-wrapper details:hover:after {
  content: '';
  background: url(/images/arrow-dw.svg?b5f96966aa6458baf2fcdb6c1b67605d) no-repeat center center;
  background-size: 14px;
}

.faq-block-wrapper details[open]:after {
  content: '';
  background: url(/images/arrow-dw.svg?b5f96966aa6458baf2fcdb6c1b67605d) no-repeat center center;
  background-size: 14px;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.faq-block-wrapper details[open] .faq-block__question {
  background: #d52975;
  color: #fff;
}

.faq-block-wrapper details[open] .faq-block__question:hover:after {
  content: '';
  background-size: 21px;
}

.faq-block-wrapper details[open] .faq-block__question:after {
  content: '';
  background-size: 21px;
}

.faq-block-wrapper details summary {
  display: block;
}

.faq-block-wrapper details summary.faq-block__question {
  font-size: 14px;
  padding: 16px 0px;
  padding-left: 25px;
  background: #efefef;
  margin-bottom: 4px;
  border-radius: 5px;
  position: relative;
  padding-right: 50px;
  font-family: "Gerbera", sans-serif, Verdana;
  transition-duration: 0.76s;
  -webkit-transition-duration: 0.76s;
  -moz-transition-duration: 0.76s;
  -o-transition-duration: 0.76s;
  -ms-transition-duration: 0.76s;
}

.faq-block-wrapper details summary.faq-block__question:focus {
  outline: none;
}

.faq-block-wrapper details summary.faq-block__question:hover {
  background: #d52975;
  color: #fff;
}

.faq-block-wrapper details summary.faq-block__question:hover:after {
  content: '';
  background-size: 21px;
}

.faq-block-wrapper details summary.faq-block__question:after {
  content: '';
  position: absolute;
  top: 7px;
  right: 12px;
  display: block;
  width: 40px;
  height: 40px;
  background-size: 21px;
  transition-duration: 0.76s;
  -webkit-transition-duration: 0.76s;
  -moz-transition-duration: 0.76s;
  -o-transition-duration: 0.76s;
  -ms-transition-duration: 0.76s;
}

.faq-block-wrapper details summary::-webkit-details-marker {
  display: none;
}

.faq-block-wrapper details .faq-block__answer {
  padding: 15px 15px 15px 30px;
  font-size: 14px;
}

.errorsMessage {
  font-size: 0.75rem;
  padding: 5px;
  line-height: 1.1;
}

.my-item-bord {
  padding: 10px;
  border: 2px solid #E8E8E8;
  border-radius: 12px;
}

.image-object-fit img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  max-height: 180px;
}

#product-wishlist {
  float: right;
}

@media screen and (max-width: 767px) {
  #items_load_zone {
    margin-right: -7px;
    margin-left: -7px;
  }

  .product-item {
    padding-right: 5px !important;
    padding-left: 5px !important;
  }
}

.top-autefick {
  background: #e8e7e5;
}

.top-autefick p,
.top-autefick h1 {
  padding: 80px 0px;
  font-family: "Gubia-Bold", sans-serif, Verdana;
  font-size: 25px;
  margin: 0;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .top-autefick p,
  .top-autefick h1 {
    padding: 25px 0px;
  }
}

#auth-product-form {
  margin-bottom: 25px;
}

#auth-product-form .auth-prod-form {
  width: 600px;
  margin: 40px auto;
}

@media screen and (max-width: 767px) {
  #auth-product-form .auth-prod-form {
    width: 100%;
  }
}

#auth-product-form .auth-prod-form .description {
  margin-bottom: 20px;
}

#auth-product-form .auth-prod-form .label {
  font-family: "Gerbera-Bold", sans-serif, Verdana;
  font-size: 18px;
  line-height: 40px;
}

#auth-product-form .auth-prod-form .form-select,
#auth-product-form .auth-prod-form .form-group {
  margin-bottom: 5px;
}

#auth-product-form .auth-prod-form .form-select input,
#auth-product-form .auth-prod-form .form-group input {
  border: 2px solid #E5E5E5;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 12px;
  height: 50px;
  color: #495057;
}

#auth-product-form .auth-prod-form .file-upload {
  height: 100%;
  position: relative;
  margin-top: 20px;
}

#auth-product-form .auth-prod-form .file-upload .upload-form-widget {
  outline: none;
  border: 0px;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 14px;
  color: #495057;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  min-width: 100%;
  border-radius: 12px;
  border: 1px dashed #d3e0e9;
}

#auth-product-form .auth-prod-form .file-upload .upload-form-widget:after {
  content: '';
  display: block;
  width: 30px;
  height: 30px;
  background: url(/images/add_picture.svg?282c996392027ad2d2fd0b1d6b7e45ad) no-repeat center center;
  border-radius: 50%;
}

#auth-product-form .auth-prod-form .file-upload .upload-form-widget .text {
  padding: 10px 0;
  width: 100%;
}

#auth-product-form .redamption-button.active {
  color: #000;
  background: #f9fafc;
  border: 2px solid #f9fafc;
}

#auth-product-form .price {
  font-family: "Gerbera-Bold", sans-serif, Verdana;
  font-size: 24px;
  margin: 0px 0px 25px;
}

@media screen and (max-width: 767px) {
  #auth-product-form .form-select {
    margin-bottom: 15px;
  }
}

#auth-product-form label {
  font-weight: lighter !important;
  color: #736f6c;
  font-size: 12px;
}

#auth-product-form textarea {
  width: 100%;
  border: 2px solid #e5e5e5;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 12px;
  height: 154px;
  margin-top: 0px;
  margin-bottom: 0px;
  resize: none;
}

.split-text p span {
  color: red;
}

.split-text p a {
  color: #d52975;
  border-bottom: 1px dotted;
}

.split-text p a:hover {
  border-color: transparent;
}

.bottom-menu {
  position: fixed;
  bottom: 0%;
  left: 0px;
  width: 100%;
  background: #000;
  z-index: 150;
  padding: 20px 0px;
  display: none;
  -webkit-transform: translateY(0%);
          transform: translateY(0%);
  transition-duration: 0.76s;
  -webkit-transition-duration: 0.76s;
  -moz-transition-duration: 0.76s;
  -o-transition-duration: 0.76s;
  -ms-transition-duration: 0.76s;
}

@media screen and (max-width: 767px) {
  .bottom-menu {
    display: block;
  }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  .bottom-menu {
    display: block;
  }
}

.bottom-menu ul {
  padding: 0;
  margin: 0;
  display: block;
}

.bottom-menu ul li {
  display: inline-block;
  vertical-align: middle;
  width: 25%;
  text-align: center;
}

.bottom-menu ul li.bottom-sell a,
.bottom-menu ul li.bottom-sell span {
  background: none;
  background-size: 16px;
  padding-top: 0px;
  font-size: 16px;
  color: #fff;
}

.bottom-menu ul li.bottom-likes a,
.bottom-menu ul li.bottom-likes span {
  background: url(/images/like-header-new-w.svg?4994c1cab2328c345734e0f3add6c9cc) no-repeat center top;
}

.bottom-menu ul li.bottom-account a,
.bottom-menu ul li.bottom-account span {
  background: url(/images/account-icon-w.svg?07d8d287beb394c8ed6ab6cde0635ad3) no-repeat center top;
}

.bottom-menu ul li.bottom-cart #bag .position-relative {
  font-size: 0px;
}

.bottom-menu ul li.bottom-cart #bag .btn-basket {
  width: 25px;
  height: 25px;
  background: url(/images/cart-new-w.svg?514df403c21829a92591f6572163b91d) no-repeat center center;
  margin-top: 0px;
  position: relative;
}

.bottom-menu ul li.bottom-cart #bag .btn-basket .badge-success {
  background: #000;
  font-family: "Gerbera-Light", sans-serif, Verdana;
  font-size: 9px;
  padding: 2px 0px;
  position: absolute;
  bottom: -3px;
  right: -3px;
  width: 13px;
  border-radius: 50%;
}

.bottom-menu ul li a,
.bottom-menu ul li span {
  display: block;
  font-size: 11px;
  text-align: center;
  padding-top: 20px;
}

.sclorr-direction {
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  font-size: 20px;
  color: #000;
  background: #fff;
}

.text-danger {
  font-size: 10px;
}

.radio-sub-text {
  display: block;
  font-size: 12px;
  padding-left: 20px;
  color: #838383;
}

.my-filters {
  height: 1000px;
}

.my-link {
  border-bottom: 1px solid #d52975;
  cursor: pointer;
}

.my-link.bold {
  font-weight: bold;
}

.my-link:hover {
  border-bottom: 1px solid transparent;
}

body.simple-user .file-upload-files .saved-file-delete,
body.simple-user .file-upload .file-upload-files .item .saved-file-edit,
.file-upload body.simple-user .file-upload-files .item .saved-file-edit {
  display: none;
}

.form-action-mes {
  margin: 20px 0px;
  text-align: center;
  background: red;
  padding: 4px 0px;
  font-size: .9rem;
  color: #fff;
}

#certificate-check {
  margin: 30px 0px 0px;
}

#certificate-check .search-button {
  margin-bottom: 30px;
}

#certificate-check .search-cert-block {
  margin-bottom: 30px;
}

#certificate-check .search-cert-block .form-control {
  height: 44px;
  margin-bottom: 5px;
}

.fa-spinner {
  position: absolute;
}

.blog-page .breadcrumbs {
  text-align: center;
}

.blog-page h1 {
  text-align: center;
}

.blog-page .comment-form {
  padding: 25px 0px;
}

.blog-page #wrapper-comment-form {
  display: none;
}

.blog-page #wrapper-comment-form.active {
  display: block;
}

.blog-page .open-comment-form {
  margin-top: 15px;
}

.blog-page .open-comment-form .my-button {
  font-size: 10px;
  padding: 10px 10px;
}

.blog-page .share-post {
  font-size: 20px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
  margin-bottom: 0px;
}

.blog-page #share-buttons {
  display: inline-block;
  vertical-align: middle;
}

.blog-page #share-buttons .share-buttons-list {
  margin-bottom: 0px;
}

.blog-page .date-publish {
  margin-top: 10px;
}

.blog-page .date-publish .publish {
  font-size: 20px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
  margin-bottom: 0px;
}

.blog-page .date-publish .date {
  font-size: 20px;
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 0px;
}

.font-weight-bold {
  color: #000 !important;
}

.or-text span {
  position: relative;
  font-size: 14px;
}

.or-text span:after {
  content: '';
  position: absolute;
  top: 13px;
  left: -120px;
  width: 100px;
  height: 1px;
  background: #a8a8a8;
}

.or-text span:before {
  content: '';
  position: absolute;
  top: 13px;
  right: -120px;
  width: 100px;
  height: 1px;
  background: #a8a8a8;
}

.turn-button.my-button {
  width: 300px;
  border: 1px solid #000;
  color: #000;
}

@media screen and (max-width: 767px) {
  .turn-button.my-button {
    font-size: 9px;
    padding: 12px 4px;
  }
}

.turn-button.my-button:hover,
.turn-button.my-button.active {
  background: #000;
  color: #fff;
}

.my-prod-nav {
  margin-bottom: 30px;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
}

@media screen and (max-width: 767px) {
  .my-prod-nav {
    text-align: right;
    width: 260px;
    margin: 0px auto 20px;
  }
}

.my-prod-nav .turn-button {
  text-transform: unset;
  font-family: "Forum", sans-serif, Verdana;
  color: #9f9f9f;
  font-size: 40px;
  line-height: 1.1;
  cursor: pointer;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .my-prod-nav .turn-button {
    width: 100%;
    font-size: 20px;
    line-height: 28px;
  }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  .my-prod-nav .turn-button {
    font-size: 24px;
  }
}

.my-prod-nav .turn-button.active {
  color: #000;
}

.breadcrumbs {
  font-family: "Gerbera-Light", sans-serif, Verdana;
  font-size: 16px;
  line-height: 21px;
  color: #838383;
}

.breadcrumbs .delimiter {
  width: 20px;
  display: inline-block;
  vertical-align: top;
  background: url(/images/arrow-bread.svg?2ad01b18656a360a25df499beb1d62d9) no-repeat center center;
  font-size: 0px;
}

.new-my-button {
  border-radius: 12px;
  background: #000;
  display: block;
  color: #fff;
  text-align: center;
  font-family: "Gerbera-Bold", sans-serif, Verdana;
  font-size: 16px;
  line-height: 22px;
  padding: 14px 0px;
  text-transform: uppercase;
  border: 0px;
  cursor: pointer;
}

.new-my-button.clear-button {
  background: #eee;
  color: #000;
}

.new-my-button.clear-button:hover {
  background: #c0c0c0;
  color: #000;
}

.new-my-button:hover {
  background: #454545;
  color: #fff;
}

@media screen and (max-width: 767px) {
  .home .new-my-button {
    font-size: 14px;
    padding: 24px 0px;
  }
}

.main-prod-but {
  margin-top: 0px;
}

@media screen and (max-width: 767px) {
  header .main-menu,
  header .comein-block,
  header .likes-block {
    display: none;
  }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  header .main-menu,
  header .comein-block,
  header .likes-block {
    display: none;
  }
}

.catalog-bottom-links {
  padding-bottom: 50px;
}

.catalog-bottom-links.footer {
  padding-bottom: 20px;
  padding-top: 20px;
}

.catalog-bottom-links.show-links .block-link {
  display: inline-block !important;
}

.catalog-bottom-links .block-link {
  display: inline-block;
  vertical-align: top;
  margin-right: 10px;
  margin-bottom: 10px;
}

.catalog-bottom-links .block-link.more-block {
  display: inline-block !important;
  margin-right: 0px;
}

.catalog-bottom-links .block-link.more-block:nth-child(-n+10) {
  display: none !important;
}

.catalog-bottom-links .block-link:nth-child(n+10) {
  display: none;
}

.catalog-bottom-links .block-link .item-link {
  font-family: "Gerbera-Light", sans-serif, Verdana;
  font-size: 12px;
  line-height: 16px;
  background: #eee;
  padding: 4px 16px;
  cursor: pointer;
}

.catalog-bottom-links .block-link .item-link:hover {
  text-decoration: underline !important;
  color: #d52975;
}

.catalog-bottom-links .block-link .more-link {
  font-family: "Gerbera-Light", sans-serif, Verdana;
  font-size: 12px;
  line-height: 16px;
  border-bottom: 1px solid #ccc;
  cursor: pointer;
}

.catalog-bottom-links .block-link .more-link:hover {
  border-bottom: 1px solid transparent;
}

.custom-checkbox input {
  display: none;
}

.custom-checkbox.active .icon-checkbox::before {
  background: url(/images/check-w.svg?55b971c58e0375ef98aa605ae0f5b13c) no-repeat center center, #000;
  background-size: 70%;
}

.custom-checkbox .icon-checkbox {
  position: relative;
  padding-left: 28px;
  line-height: 20px;
}

.custom-checkbox .icon-checkbox:before {
  content: "";
  width: 20px;
  height: 20px;
  display: block;
  position: absolute;
  left: 0;
  border: 1px solid #000;
  vertical-align: middle;
  top: 50%;
  margin-top: -10px;
  border-radius: 5px;
}

.empty-list-title {
  font-size: 24px;
  line-height: 1.2;
  font-family: "Gerbera-Light", sans-serif, Verdana;
  color: #000;
  position: relative;
}

.empty-list-img {
  margin-top: -70px;
}

@media screen and (max-width: 767px) {
  .empty-list-img {
    margin-top: -10px;
  }
}

.empty-list-img img {
  width: auto;
  max-width: 100%;
  max-height: 340px;
}

@media screen and (max-width: 767px) {
  .empty-list-img img {
    max-width: 80%;
  }
}

.my-black-btn {
  border: 2px solid #000 !important;
  padding: 12px 27px 15px 27px;
  color: #fff;
  background: #000;
  font-family: "Gerbera", sans-serif, Verdana;
  font-size: 14px;
  width: auto;
  margin: auto;
  border-radius: 12px;
  outline: none !important;
}

.my-black-btn:hover,
.my-black-btn:focus {
  background: #fff !important;
  color: #000 !important;
  border-color: #000 !important;
}

.spec-row {
  margin-left: -7px;
  margin-right: -7px;
  row-gap: 14px;
}

.spec-row > div {
  padding-left: 7px;
  padding-right: 7px;
}

.window-info-text {
  font-size: 18px;
  line-height: 1.2;
  color: #000;
  font-family: "Gerbera", sans-serif, Verdana;
  padding: 30px 0;
}

.manufacturer-brand {
  font-size: 16px;
  line-height: 1.17;
  text-transform: uppercase;
  font-family: "Gerbera-Light", sans-serif, Verdana;
}

@media screen and (max-width: 767px) {
  .manufacturer-brand {
    padding-right: 15px;
  }
}

.lable-2 {
  display: block;
  margin-bottom: 2px;
  font-size: 0.95rem;
  color: #000;
  font-family: "Gerbera-Bold", sans-serif, Verdana;
}

.lable-2 span {
  font-family: "Gerbera-Light", sans-serif, Verdana;
  font-size: 0.85rem;
}

.remove-item-btn {
  position: absolute;
  right: 5px;
  top: 5px;
  background: url(/images/close.svg?3184358c513fe082fe7f427ec067fe48) no-repeat center center, #fff;
  background-size: 10px;
  display: block;
  width: 20px;
  height: 20px;
  z-index: 2;
  border: 0px;
  border-radius: 50%;
  cursor: pointer;
}

.big-timer {
  margin-top: 30px;
  margin-bottom: 20px;
}

@media screen and (max-width: 767px) {
  .big-timer {
    margin-top: 20px;
    margin-bottom: 15px;
  }
}

.big-timer .day,
.big-timer .hour,
.big-timer .min,
.big-timer .sec {
  font-size: 38px;
  line-height: 1;
}

.big-timer .number {
  border-radius: 12px;
  padding: 8px 9px 10px 18px;
  letter-spacing: 9px;
}

.generated-text {
  margin-bottom: 40px;
}

.timer {
  font-size: 20px;
  color: #fff;
}

.timer .format {
  color: #000;
  font-weight: 300;
  font-size: 10px;
  font-family: "Gerbera", sans-serif, Verdana;
  padding-top: 5px;
}

.timer .number {
  background: #000;
  padding: 2px 9px 4px 9px;
  border-radius: 5px;
  display: inline-block;
  width: 43px;
  text-align: center;
}

.timer .day,
.timer .hour,
.timer .min,
.timer .sec {
  font-size: 16px;
  display: inline-block;
  font-weight: 500;
  text-align: center;
  margin: 0 2px;
  font-family: "Gerbera-Bold", sans-serif, Verdana;
}

.timer .day:first-child,
.timer .hour:first-child,
.timer .min:first-child,
.timer .sec:first-child {
  margin-left: 0;
}

.timer .day:last-child,
.timer .hour:last-child,
.timer .min:last-child,
.timer .sec:last-child {
  margin-right: 0;
}

.bold-link {
  font-weight: bold;
}

.swal2-actions .swal2-styled {
  background: #000 !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

.success-paypal {
  padding: 50px 0px;
}

.success-paypal .new-my-button {
  width: 200px;
  margin: 20px auto 0px;
}

.blog-faq {
  margin-top: 40px;
}

#main-modal #callback-id.login {
  max-width: 900px;
}

@media screen and (max-width: 767px) {
  #main-modal #callback-id.login {
    max-width: 780px;
  }
}

#main-modal #callback-id.login #modal-auth {
  padding-left: 450px;
  position: relative;
  max-width: 900px;
  border: 0px;
  border-radius: 12px;
  font-family: "Gerbera", sans-serif, Verdana;
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  #main-modal #callback-id.login #modal-auth {
    padding-left: 385px;
    max-width: 780px;
  }
}

#main-modal #callback-id.login #modal-auth .modal-body {
  padding: 30px;
}

#main-modal #callback-id.login #modal-auth.reset {
  padding-left: 0px;
  max-width: 460px;
}

#main-modal #callback-id.login #modal-auth.reset .auth-left {
  display: none;
}

@media screen and (max-width: 767px) {
  #main-modal #callback-id.login #modal-auth {
    padding-left: 0;
  }
}

#main-modal #callback-id.login #modal-auth .modal-header {
  padding: 0px;
}

@media screen and (max-width: 767px) {
  #main-modal #callback-id.login #modal-auth.mobile-left-auth-hide .auth-left {
    display: none;
  }
}

#main-modal #callback-id.login #modal-auth .auth-left {
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  width: 450px;
  height: 100%;
  z-index: 1;
  background: url(/images/selluxury-4.jpg?88a7f515e34d3effef66bf47e54342c3) no-repeat center center;
  background-size: cover;
  border-radius: 12px 0px 0px 12px;
  overflow: hidden;
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  #main-modal #callback-id.login #modal-auth .auth-left {
    width: 385px;
  }
}

@media screen and (max-width: 767px) {
  #main-modal #callback-id.login #modal-auth .auth-left {
    display: none;
  }
}

#main-modal #callback-id.login #modal-auth .auth-left .text {
  position: absolute;
  top: 0px;
  background: rgba(0, 0, 0, 0.7);
  width: 100%;
  color: #fff;
  padding: 26px 0px;
  text-align: center;
  height: 100%;
  font-size: 18px;
}

#main-modal #callback-id.login #modal-auth .login-form {
  padding-top: 84px;
}

@media screen and (max-width: 767px) {
  #main-modal #callback-id.login #modal-auth .login-form {
    padding-top: 0px;
  }
}

#main-modal #callback-id.login #modal-auth .login-form.ru {
  padding-top: 102px;
}

@media screen and (max-width: 767px) {
  #main-modal #callback-id.login #modal-auth .login-form.ru {
    padding-top: 0px;
  }
}

#main-modal #callback-id.login #modal-auth .login-form .remember-box {
  margin-bottom: 10px;
}

#main-modal #callback-id.login #modal-auth .login-form .form-group {
  position: relative;
}

#main-modal #callback-id.login #modal-auth .login-form .form-group .text-danger {
  position: absolute;
  background: #fff;
  bottom: -5px;
  left: 9px;
  z-index: 2;
  padding: 0px 5px;
}

#main-modal #callback-id.login #modal-auth .remember-box {
  margin-bottom: 20px;
  position: relative;
}

@media screen and (max-width: 767px) {
  #main-modal #callback-id.login #modal-auth .remember-box {
    font-size: 12px;
  }
}

#main-modal #callback-id.login #modal-auth .remember-box .btn-link {
  position: absolute;
  top: -8px;
  right: 0px;
}

#main-modal .modal-content {
  border-radius: 12px;
  border: 0px;
}

#main-modal .modal-title {
  font-size: 14px;
  line-height: 32px;
  text-align: center;
  text-transform: uppercase;
  font-family: "Futuran-Medium", sans-serif, Verdana;
}

#main-modal .modal-header {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 20px 0px;
  border: 0px;
  text-transform: uppercase;
  background: #e7f3f3;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#main-modal .modal-header .close {
  margin-top: 0px !important;
  position: absolute;
  right: -30px;
  top: 25px;
  float: right;
  font-size: 48px;
  line-height: 28px;
  font-weight: normal;
  color: #fff;
  text-shadow: none;
  opacity: 1;
  padding: 0px;
}

@media screen and (max-width: 767px) {
  #main-modal .modal-header .close {
    right: 25px;
    top: 2px;
    font-size: 30px;
    color: #000;
    z-index: 2;
  }
}

#main-modal .modal-header .close:hover,
#main-modal .modal-header .close:focus {
  color: #fff !important;
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: 0px;
}

#main-modal .modal-body .form-group {
  margin-bottom: 15px;
}

#main-modal .modal-body .form-group.border-red input {
  border: 2px solid #ff0000;
}

#main-modal .modal-body .form-group .price-usd {
  display: block;
  margin: 0px auto;
  width: 60%;
  position: relative;
}

#main-modal .modal-body .form-group .price-usd:after {
  position: absolute;
  content: '$';
  right: 2px;
  width: 40px;
  text-align: center;
  background: #f6f5fa;
  top: 2px;
  bottom: 2px;
  color: #000;
  border-left: 2px solid #E8E8E8;
  line-height: 44px;
  border-radius: 0px 12px 12px 0px;
}

#main-modal .modal-body .form-group input {
  display: block;
  font-size: 16px;
  background: #fff;
  height: 50px;
  border: 2px solid #E8E8E8;
  padding: 15px;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  margin: 0px 0px 0px;
  border-radius: 12px;
}

#main-modal .modal-body .form-group .text-danger,
#main-modal .modal-body .form-group .registr-text {
  font-size: 10px;
}

#main-modal .modal-body .form-group .checkbox {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#main-modal .modal-body .form-group .checkbox input {
  height: 15px;
  margin-bottom: 0px;
  margin-right: 5px;
}

.modal-mask {
  position: fixed;
  z-index: 9998;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  display: table;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

.modal-wrapper {
  display: table-cell;
  vertical-align: middle;
}

.modal-container {
  width: 300px;
  margin: 0px auto;
  padding: 20px 30px;
  background-color: #fff;
  border-radius: 12px;
  -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.33);
          box-shadow: 0 2px 8px rgba(0, 0, 0, 0.33);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  font-family: Helvetica, Arial, sans-serif;
}

.modal-header h3 {
  margin-top: 0;
  color: #42b983;
}

.modal-body {
  margin: 20px 0;
}

.modal-default-button {
  float: right;
}

/*
 * The following styles are auto-applied to elements with
 * transition="modal" when their visibility is toggled
 * by Vue.js.
 *
 * You can easily play with the modal transition by editing
 * these styles.
 */

.modal-enter {
  opacity: 0;
}

.modal-leave-active {
  opacity: 0;
}

.modal-enter .modal-container,
.modal-leave-active .modal-container {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

#modal-auth {
  max-width: 450px;
  margin: 4.75rem auto;
}

#modal-auth .modal-header {
  padding: 20px 0px;
  border: 0px;
  text-transform: uppercase;
  background: #e7f3f3;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#modal-auth .modal-header p {
  margin-bottom: 0px;
  color: #736f6c;
}

#modal-auth .modal-body {
  margin: 0px;
}

#modal-auth .select-form {
  margin-bottom: 15px;
}

@media screen and (max-width: 767px) {
  #modal-auth .select-form {
    position: relative;
    z-index: 2;
    background: #fff;
    -webkit-box-shadow: 0px 0px 4px #ffffffb8;
            box-shadow: 0px 0px 4px #ffffffb8;
  }
}

#modal-offer .modal-body {
  margin: 0px;
}

#modal-offer .modal-body .new-my-button {
  min-width: 170px;
}

#modal-offer .modal-body p {
  margin-bottom: 10px;
}

#modal-reserv,
#modal-offer,
#modal-cart,
#modal-warning-cart {
  border-radius: 12px !important;
  border: 0px;
}

#modal-reserv .modal-header,
#modal-offer .modal-header,
#modal-cart .modal-header,
#modal-warning-cart .modal-header {
  background: #F9F2D6;
  padding: 15px 0px;
  text-align: center;
  border-radius: 12px 12px 0px 0px;
}

#modal-reserv .modal-header .modal-title,
#modal-offer .modal-header .modal-title,
#modal-cart .modal-header .modal-title,
#modal-warning-cart .modal-header .modal-title {
  font-family: "Forum", sans-serif, Verdana;
  font-size: 30px;
}

@media screen and (max-width: 767px) {
  #modal-reserv .modal-header .modal-title,
  #modal-offer .modal-header .modal-title,
  #modal-cart .modal-header .modal-title,
  #modal-warning-cart .modal-header .modal-title {
    font-size: 22px;
  }
}

#modal-reserv .modal-header .close,
#modal-offer .modal-header .close,
#modal-cart .modal-header .close,
#modal-warning-cart .modal-header .close {
  right: 28px;
  top: 0px;
  font-size: 28px;
  line-height: 28px;
  color: #000 !important;
}

#modal-reserv .modal-header .close:hover,
#modal-offer .modal-header .close:hover,
#modal-cart .modal-header .close:hover,
#modal-warning-cart .modal-header .close:hover {
  color: #000 !important;
}

#modal-reserv .modal-body,
#modal-offer .modal-body,
#modal-cart .modal-body,
#modal-warning-cart .modal-body {
  font-family: "Gerbera", sans-serif, Verdana;
}

.register-form {
  min-height: 535px;
  position: relative;
}

.register-form form {
  font-size: 0px;
}

.register-form .but-reg {
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.register-form .but-reg.business {
  margin-top: 66px;
  margin-bottom: 0px !important;
}

@media screen and (max-width: 767px) {
  .register-form .but-reg.business {
    margin-top: 20px;
  }
}

.register-form .help {
  font-size: 10px;
  position: absolute;
  background: #fff;
  bottom: -5px;
  left: 9px;
  z-index: 2;
  padding: 0px 5px;
}

.register-form .form-group.pasword,
.register-form .form-group.name {
  display: inline-block;
  vertical-align: top;
  width: 48.5%;
  margin-right: 3%;
}

.register-form .form-group.pasword-confirm,
.register-form .form-group.surname {
  display: inline-block;
  vertical-align: top;
  width: 48.5%;
}

@media screen and (max-width: 767px) {
  .register-form .form-group.pasword {
    width: 100%;
    margin-right: 0%;
  }

  .register-form .form-group.pasword-confirm {
    width: 100%;
  }
}

.register-form .busines-account {
  margin-bottom: 0px !important;
}

.register-form .busines-account .radio {
  font-size: 14px;
}

@media screen and (max-width: 767px) {
  .register-form .busines-account .radio {
    font-size: 12px;
  }
}

.register-form .busines-account .radio label {
  margin-bottom: 0px;
  padding-left: 10px;
}

.custom-modal-text .block-h2 {
  margin-bottom: 20px !important;
}

.custom-modal-text .body-my {
  text-align: center;
}

@media screen and (max-width: 767px) {
  .or-text {
    margin-top: 0px !important;
  }

  .log-face {
    margin-top: 15px !important;
  }
}

.el-select-dropdown .el-select-dropdown__item span {
  font-family: "Gerbera", sans-serif, Verdana;
  font-size: 18px;
}

#my-details .modal-mask .modal-change {
  width: 600px !important;
}

@media screen and (max-width: 767px) {
  #my-details .modal-mask .modal-change {
    width: 320px !important;
  }

  #my-details .modal-mask .modal-change .prod-block {
    padding: 15px !important;
  }
}

#my-details .modal-mask .modal-change .form-group span {
  font-size: 10px;
  position: absolute;
  background: #fff;
  bottom: -5px;
  left: 25px;
  z-index: 2;
  padding: 0px 5px;
}

.modal-style {
  background-color: rgba(0, 0, 0, 0.5) !important;
}

.modal-style .modal-container.custom-modal-text {
  padding: 0px !important;
}

.modal-style .modal-container.custom-modal-text .modal-header {
  background: #f9f2d6;
  padding: 20px;
  border-bottom: 0px solid #dee2e6;
}

@media screen and (max-width: 767px) {
  .modal-style .modal-container.custom-modal-text .modal-header {
    padding: 10px;
  }
}

.modal-style .modal-container.custom-modal-text .modal-header .block-h2 {
  margin-bottom: 0px !important;
  text-transform: none;
}

.modal-style .modal-container.custom-modal-text .body-my {
  padding: 30px;
}

@media screen and (max-width: 767px) {
  .modal-style .modal-container.custom-modal-text .body-my {
    padding: 15px;
  }
}

.modal-style .modal-container.custom-modal-text .body-my .form-group {
  margin-bottom: 20px;
}

.modal-style .modal-container.custom-modal-text .body-my .my-button {
  margin: 0px auto 0;
}

@media screen and (max-width: 767px) {
  .modal-style .modal-container.custom-modal-text .body-my .my-button {
    padding: 14px 8px !important;
  }
}

footer {
  background: #f9fafc;
  padding: 70px 0 50px 0;
}

@media screen and (max-width: 767px) {
  footer {
    padding: 35px 0px 0px 0;
    background: #fff;
  }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  footer {
    padding: 70px 0 80px 0;
  }
}

footer .container {
  max-width: 940px;
}

footer p,
footer a,
footer .active {
  color: #1c1b1b;
}

@media screen and (max-width: 767px) {
  footer .top-row {
    margin-bottom: 20px;
  }
}

footer .top-row .name {
  color: #000;
  font-size: 16px;
  text-transform: uppercase;
  font-family: "Gerbera", sans-serif, Verdana;
  margin-bottom: 20px;
}

footer .top-row .right p {
  margin-bottom: 20px;
}

footer .top-row p,
footer .top-row a,
footer .top-row .active,
footer .top-row span {
  font-family: "Gerbera", sans-serif, Verdana;
  color: #6b717f;
  font-size: 16px;
  line-height: 1.1;
  display: block;
  margin-bottom: 15px;
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  footer .top-row p,
  footer .top-row a,
  footer .top-row .active,
  footer .top-row span {
    font-size: 14px;
  }
}

footer .top-row .col-lg-auto ul li {
  margin-bottom: 10px;
}

footer .top-row .foot-social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

footer .top-row .foot-social li {
  margin-right: 30px;
}

footer .top-row .foot-social li a {
  background: url(/images/facebook.svg?4a2da874e50d499a524e3488480873e0) no-repeat;
  background-size: 100%;
  width: 15px;
  height: 15px;
  display: inline-block;
}

footer .top-row .foot-social li:nth-child(2) a {
  background: url(/images/instagram.svg?1496bdaff439c4f603aaa7883e887e04) no-repeat;
  background-size: 100%;
}

footer .center-row {
  margin-top: 70px;
}

@media screen and (max-width: 767px) {
  footer .center-row {
    margin-top: 0px;
    background: #f9fafc;
    padding: 25px 0px 20px;
  }
}

footer .center-row .foot-logo {
  font-size: 14px;
  margin-bottom: 0px;
  color: #7b8eaf;
}

footer .center-row .left .glif {
  display: inline-block;
  vertical-align: middle;
  width: 90px;
  height: 90px;
  background-size: 100%;
  margin-right: 15px;
}

@media screen and (max-width: 767px) {
  footer .center-row .left .glif {
    display: block;
    margin: 0px auto 15px;
  }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  footer .center-row .left .glif {
    width: 78px;
    margin-right: 8px;
  }
}

footer .center-row .left .text {
  display: inline-block;
  vertical-align: middle;
}

@media screen and (max-width: 767px) {
  footer .center-row .left .text {
    text-align: center;
    width: 100%;
  }
}

footer .pay-sist {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-bottom: 0px;
  margin-top: 8px;
}

@media screen and (max-width: 767px) {
  footer .pay-sist {
    -ms-flex-pack: distribute;
        justify-content: space-around;
    text-align: center;
    margin-top: 15px;
  }
}

footer .pay-sist li {
  background: url(/images/pay.png?6e2df31d0cce1fedd74b606d1a0ca185) no-repeat center center;
  width: 40px;
  height: 26px;
  display: inline-block;
  margin: 0px 5px;
}

@media screen and (max-width: 767px) {
  footer .pay-sist li {
    margin: 0px 3px;
  }
}

footer .pay-sist li:first-child {
  width: 90px;
}

@media screen and (max-width: 767px) {
  footer .pay-sist li:first-child {
    width: 60px;
    background: url(/images/pay.png?6e2df31d0cce1fedd74b606d1a0ca185) no-repeat top center;
    background-size: 100%;
  }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  footer .pay-sist li:first-child {
    width: 100px;
  }
}

footer .pay-sist li:nth-child(2) {
  background: url(/images/visa.png?00a46be092f8a9300a78a9f00aeb834c) no-repeat center center;
  background-size: 100%;
  width: 64px;
}

@media screen and (max-width: 767px) {
  footer .pay-sist li:nth-child(2) {
    width: 42px;
    background: url(/images/visa.png?00a46be092f8a9300a78a9f00aeb834c) no-repeat center 3px;
    background-size: 100%;
  }
}

footer .pay-sist li:nth-child(3) {
  background: url(/images/master.png?b06be77547507fe00e67c7f395d1983f) no-repeat center center;
  background-size: 100%;
  width: 46px;
}

@media screen and (max-width: 767px) {
  footer .pay-sist li:nth-child(3) {
    width: 34px;
    background: url(/images/master.png?b06be77547507fe00e67c7f395d1983f) no-repeat center 1px;
    background-size: 100%;
  }
}

footer .pay-sist li:nth-child(4) {
  background: url(/images/discover.png?8d31909941a03c2c6aee3ec3a7ebf1c8) no-repeat center center;
  background-size: 100%;
  width: 107px;
}

@media screen and (max-width: 767px) {
  footer .pay-sist li:nth-child(4) {
    background: url(/images/discover.png?8d31909941a03c2c6aee3ec3a7ebf1c8) no-repeat center 0px;
    background-size: 100%;
    width: 84px;
  }
}

footer .pay-sist li:nth-child(5) {
  background: url(/images/am-ex.svg?2098d7aeaca19eb9b405ef5f301e6cd4) no-repeat center center;
  background-size: 100%;
  width: 60px;
}

@media screen and (max-width: 767px) {
  footer .pay-sist li:nth-child(5) {
    background: url(/images/am-ex.svg?2098d7aeaca19eb9b405ef5f301e6cd4) no-repeat center 1px;
    background-size: 100%;
    width: 42px;
  }
}

footer .bottom-line {
  height: 1px;
  width: 100%;
  background: #ccc;
}

footer .bottom-row {
  padding: 30px 0px 0px;
}

footer .bottom-row .top {
  font-family: 'Futuran-Medium', Sans-serif;
  color: #999;
  letter-spacing: 3px;
  font-size: 10px;
}

footer .bottom-row img {
  width: 350px;
  height: auto;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  opacity: 0.5;
  filter: alpha(opacity=50);
  -webkit-transition: all .3s;
  transition: all .3s;
}

footer .bottom-row img:hover {
  -webkit-filter: grayscale(0%);
  filter: grayscale(0%);
  opacity: 1;
  filter: alpha(opacity=100);
}

footer .bottom-row .bottom {
  font-family: 'Futuran-Medium', sans-serif;
  color: #bcbcbc;
  font-size: 9px;
}

footer .payMeth {
  font-family: "Futuran-Medium", sans-serif, Verdana;
  color: #736f6c;
  text-transform: uppercase;
  font-size: 16px;
  margin-bottom: 0px;
  text-align: right;
}

@media screen and (max-width: 767px) {
  footer .payMeth {
    font-size: 0.8rem;
    text-align: center;
  }
}

@media screen and (max-width: 767px) {
  .footer-menu .name {
    position: relative;
  }

  .footer-menu .name:after {
    content: '';
    display: block;
    width: 20px;
    height: 20px;
    position: absolute;
    top: 50%;
    margin-top: -9px;
    right: 0px;
    background: url(/images/footer-arrow.svg?e9b95c0df07593fcef3c58b13adf0f10) no-repeat center center;
    background-size: 100%;
  }

  .footer-menu.open .footer-menu-show {
    display: block;
    margin-bottom: 0px;
    padding-bottom: 15px;
  }

  .footer-menu.open .name {
    border-bottom: 1px solid transparent;
  }

  .footer-menu.open .name:after {
    content: '';
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
    background: url(/images/footer-arrow.svg?e9b95c0df07593fcef3c58b13adf0f10) no-repeat center center;
    background-size: 100%;
  }

  .footer-menu .footer-menu-show {
    display: none;
  }
}

.text-section .delivery-faq td:nth-child(1) {
  width: 25%;
}

.text-section .delivery-faq td p {
  text-align: left;
}

.text-section .delivery-faq td ul,
.text-section .delivery-faq td ol {
  padding-left: 0px;
}

.text-section .delivery-faq td ul li,
.text-section .delivery-faq td ol li {
  text-align: left;
}

.text-section p {
  font-size: 14px;
  line-height: 22px;
  margin-bottom: 15px;
  font-family: "Gerbera", sans-serif, Verdana;
}

.text-section img {
  display: block;
  margin-bottom: 15px;
  max-width: 100%;
  height: auto !important;
}

.text-section ul,
.text-section ol {
  margin-bottom: 15px;
  padding-left: 0px;
}

.text-section li {
  font-size: 14px;
  line-height: 22px;
  margin-left: 27px;
  margin-bottom: 10px;
  font-family: "Gerbera", sans-serif, Verdana;
}

.text-section ul {
  padding-left: 0px;
}

.text-section ul li {
  display: block;
  background: url(/images/default/tick.svg) no-repeat 0px 6px;
  background-size: 11px;
  padding-left: 17px;
  margin-left: 10px;
}

.text-section strong,
.text-section b,
.text-section em,
.text-section i,
.text-section ins,
.text-section u,
.text-section span,
.text-section a,
.text-section s,
.text-section marker {
  font-size: 14px;
  line-height: 22px;
  font-family: "Gerbera", sans-serif, Verdana;
}

.text-section div {
  margin-bottom: 15px;
}

.text-section a {
  border-bottom: 1px solid #d52975;
  color: #d52975;
  text-decoration: none;
}

.text-section a:hover {
  border-bottom: 1px dashed transparent;
}

.text-section .sub,
.text-section sup {
  font-size: 12px;
  line-height: 14px;
  position: relative;
  font-family: "Gerbera", sans-serif, Verdana;
}

.text-section sub {
  bottom: -4px;
}

.text-section sup {
  bottom: 7px;
}

.text-section blockquote {
  padding: 0px 0px 0px 15px;
  border-left: 3px solid #e7f3f3;
}

.text-section table {
  margin-bottom: 15px;
  width: 100%;
  max-width: 1170px;
}

.text-section td {
  font-size: 14px;
  line-height: 22px;
  padding: 10px 15px;
  border: 1px solid #cecece;
  vertical-align: middle;
  text-align: center;
  background: #f5f5f5;
  font-family: "Gerbera", sans-serif, Verdana;
}

.text-section tr:nth-child(2n+2) td {
  background: #ffffff;
}

.text-section thead td {
  font-weight: bold;
  text-align: center;
  border: 1px solid #cecece;
  background: #f5f5f5;
}

.text-section h2 {
  font-size: 28px;
  line-height: 36px;
  font-family: "Gerbera-Bold", sans-serif, Verdana;
  margin-bottom: 10px;
  margin-top: 20px;
}

@media screen and (max-width: 767px) {
  .text-section h2 {
    font-size: 19px;
    line-height: 24px;
  }
}

.text-section h3 {
  font-size: 22px;
  line-height: 30px;
  font-family: "Gerbera-Bold", sans-serif, Verdana;
  margin-bottom: 15px;
}

.text-section h4 {
  font-size: 18px;
  line-height: 26px;
  font-family: "Gerbera-Bold", sans-serif, Verdana;
  margin-bottom: 15px;
}

.text-section .marker {
  background: #FFEB3B;
}

.text-section .biz-text-1 {
  padding: 8px 10px;
  border: 1px solid #ccd0d2;
  background: #eff0f0;
  margin: 15px 0px;
}

.text-section .biz-text-2 {
  border-left: 5px solid #e7f3f3;
  padding-left: 9px;
  padding-top: 7px;
}

.text-section .button-block {
  margin: 20px 0px;
}

.text-section .button-block .my-button {
  line-height: normal !important;
  font-size: 12px !important;
  border: 1px solid #d52975 !important;
}

.slider {
  position: relative;
}

.slider > div {
  position: relative;
}

.slider .arrow {
  cursor: pointer;
  display: none;
}

.slider .dots {
  width: 100%;
  bottom: 22px;
  position: absolute;
  text-align: center;
  z-index: 11;
}

.slider .dots .dot {
  position: relative;
  display: inline-block;
  background: transparent;
  height: 20px;
  width: 20px;
  cursor: pointer;
  margin: 0 5px;
}

.slider .dots .dot:before {
  content: '';
  position: absolute;
  border-radius: 50px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  width: 11px;
  height: 11px;
  border: 2px solid rgba(255, 255, 255, 0.5);
  top: 2px;
  left: 2px;
}

.slider .dots .dot:after {
  content: '';
  position: absolute;
  border-radius: 50px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  width: 0;
  height: 0;
  top: 8px;
  left: 8px;
}

.slider .dots .dot.active:before {
  width: 15px;
  height: 15px;
  top: 0;
  left: 0;
}

.slider .dots .dot.active:after {
  width: 7px;
  height: 7px;
  background: #fff;
  top: 4px;
  left: 4px;
}

.slider .thumb-dots img {
  width: auto;
  height: auto;
  max-width: 80px;
  max-height: 90px;
  display: inline-block;
  margin: 0 10px;
  cursor: pointer;
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
  -webkit-filter: gray;
  filter: gray;
  opacity: .5;
}

.slider .thumb-dots img.active {
  -webkit-filter: grayscale(0);
  -moz-filter: grayscale(0);
  -ms-filter: grayscale(0);
  -o-filter: grayscale(0);
  filter: grayscale(0);
  -webkit-filter: gray;
  filter: gray;
  opacity: 1;
}

.slider .inline-slides {
  display: inline-block;
  vertical-align: top;
  width: 33.3333333%;
}

.slider .fade-enter-active,
.slider .scroll-enter-active {
  position: absolute !important;
  top: 0;
  width: 100%;
}

.slider .fade-enter-active,
.slider .fade-leave-active {
  -webkit-transition: opacity 0.7s;
  transition: opacity 0.7s;
}

.slider .fade-enter,
.slider .fade-leave-to {
  opacity: 0;
}

.slider .scroll-enter-active,
.slider .scroll-leave-active {
  -webkit-transition: all .5s;
  transition: all .5s;
}

.slider .scroll-enter,
.slider .scroll-leave-active {
  opacity: 0;
}

.slider .scroll-enter.left-scroll {
  -webkit-transform: translateX(301px);
          transform: translateX(301px);
}

.slider .scroll-enter.right-scroll {
  -webkit-transform: translateX(-301px);
          transform: translateX(-301px);
}

.slider .scroll-leave-active.left-scroll {
  -webkit-transform: translateX(-301px);
          transform: translateX(-301px);
}

.slider .scroll-leave-active.right-scroll {
  -webkit-transform: translateX(301px);
          transform: translateX(301px);
}

.slider .inline-slides.scroll-leave-active {
  -webkit-transform: none;
          transform: none;
  width: 0;
}

.slider .inline-slides.scroll-enter {
  -webkit-transform: none;
          transform: none;
}

.slider .inline-slides.scroll-enter-active {
  width: 33.3333333% !important;
}

#main-page-slider .slider .dots .dot.active:before {
  background: #000;
}

#main-page-slider .slider .dots .dot:after {
  display: none;
}

#main-page-slider .slider .dots .dot:before {
  background: #fff;
  border: 1px solid #000;
  border-radius: 3px;
}

#main-page-slider .slider .slides {
  overflow: hidden;
}

@media screen and (max-width: 767px) {
  #main-page-slider .slider .slides {
    overflow: visible;
  }
}

@media screen and (max-width: 767px) {
  #main-page-slider .slider .slides:before {
    display: none;
  }
}

#main-page-slider .slider .slider-text {
  color: #000;
  position: absolute;
  top: 0px;
  bottom: 0px;
  z-index: 10;
  margin: 0px auto;
  left: 0;
  right: 0;
}

#main-page-slider .slider .slider-text .block-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#main-page-slider .slider .slider-text .block-text .parent-block-text {
  padding-left: 50px;
}

@media screen and (max-width: 767px) {
  #main-page-slider .slider .slider-text .block-text .parent-block-text {
    padding-left: 0px;
  }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  #main-page-slider .slider .slider-text .block-text .parent-block-text {
    padding-left: 0px;
  }
}

#main-page-slider .slider .slider-text .main-title {
  font-family: "Forum", sans-serif, Verdana;
  font-size: 60px;
  line-height: 66px;
  text-transform: uppercase;
  margin-bottom: -4px;
}

@media screen and (max-width: 767px) {
  #main-page-slider .slider .slider-text .main-title {
    font-size: 35px;
    line-height: 40px;
    margin-bottom: 20px;
    /* width: 320px; */
    text-shadow: 2px 1px 4px #fff;
  }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  #main-page-slider .slider .slider-text .main-title {
    font-size: 56px;
    line-height: 58px;
  }
}

#main-page-slider .slider .slider-text .sub-title {
  font-size: 28px;
  line-height: 50px;
  font-family: "Gerbera", sans-serif, Verdana;
}

@media screen and (max-width: 767px) {
  #main-page-slider .slider .slider-text .sub-title {
    font-size: 24px;
    line-height: 31px;
    width: 140px;
  }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  #main-page-slider .slider .slider-text .sub-title {
    font-size: 26px;
  }
}

#main-page-slider .slider .slider-text .slider-btn {
  opacity: 1;
  z-index: 205;
  position: relative;
  bottom: 0px;
  left: 0px;
  right: 0;
  width: 420px;
  margin: 70px 0 0;
}

@media screen and (max-width: 767px) {
  #main-page-slider .slider .slider-text .slider-btn {
    width: 100%;
    position: relative;
    bottom: initial;
    margin: 0px auto 0;
  }

  #main-page-slider .slider .slider-text .slider-btn .my-button {
    display: block;
    margin: 40px 0px 0px 0px;
    min-width: auto;
    width: 100%;
  }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  #main-page-slider .slider .slider-text .slider-btn {
    margin: 30px 0 0;
  }

  #main-page-slider .slider .slider-text .slider-btn a {
    padding: 22px 40px;
    font-size: 18px;
  }
}

#main-page-slider .slider .slider-text .my-button {
  margin-right: 20px;
  background: #000;
  color: #fff;
  font-family: "Gerbera-Bold", sans-serif, Verdana;
  font-size: 16px;
  border: 2px solid #000;
  border-radius: 12px;
  letter-spacing: 0px;
  padding: 20px 40px;
}

@media screen and (max-width: 767px) {
  #main-page-slider .slider .slider-text .my-button {
    width: 260px;
  }
}

#main-page-slider .slider .slider-text .my-button:hover {
  background: #fff;
  color: #000;
}

#main-page-slider .slider .slider-text.сoncierge .block-text {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

@media screen and (max-width: 767px) {
  #main-page-slider .slider .slider-text.сoncierge .block-text {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

#main-page-slider .slider .slider-text.сoncierge .block-text .container {
  position: relative;
  margin-bottom: 130px;
}

@media screen and (max-width: 767px) {
  #main-page-slider .slider .slider-text.сoncierge .block-text .container {
    margin-bottom: -36px;
  }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  #main-page-slider .slider .slider-text.сoncierge .block-text .container {
    margin-bottom: 30px;
  }
}

#main-page-slider .slider .slider-text.сoncierge .block-text .container .main-title {
  font-size: 64px;
  line-height: 90px;
  text-shadow: 1px 1px 4px #fff;
  margin-left: -50px;
}

@media screen and (max-width: 767px) {
  #main-page-slider .slider .slider-text.сoncierge .block-text .container .main-title {
    font-size: 35px;
    line-height: 40px;
    text-shadow: 1px 1px 4px #fff;
    width: 290px;
    margin-bottom: 10px;
    margin-left: 0px;
  }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  #main-page-slider .slider .slider-text.сoncierge .block-text .container .main-title {
    font-size: 35px;
    line-height: 42px;
    margin-left: -25px;
  }
}

#main-page-slider .slider .slider-text.сoncierge .block-text .container .sub-title {
  font-size: 36px;
  line-height: 50px;
  text-shadow: 1px 1px 4px #fff;
  margin-left: -50px;
}

@media screen and (max-width: 767px) {
  #main-page-slider .slider .slider-text.сoncierge .block-text .container .sub-title {
    font-size: 26px;
    line-height: 32px;
    width: 250px;
    margin-left: 0px;
  }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  #main-page-slider .slider .slider-text.сoncierge .block-text .container .sub-title {
    font-size: 20px;
    line-height: 34px;
    margin-left: -25px;
  }
}

#main-page-slider .slider .slider-text.сoncierge .block-text .container .slider-btn {
  position: absolute;
  right: 120px;
  bottom: -90px;
  left: auto;
  text-align: right;
  margin: 0px 0 14px;
}

@media screen and (max-width: 767px) {
  #main-page-slider .slider .slider-text.сoncierge .block-text .container .slider-btn {
    position: relative;
    right: 0px;
    margin: 0px 0 0px;
    bottom: auto;
  }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  #main-page-slider .slider .slider-text.сoncierge .block-text .container .slider-btn {
    bottom: 12px;
    right: 0px;
    margin: 0px 0 0px;
  }
}

#main-page-slider .slider .slider-text.slide_3 .block-text .parent-block-text {
  padding-left: 0px;
  width: 45%;
  margin-left: auto;
  text-align: center;
}

@media screen and (max-width: 767px) {
  #main-page-slider .slider .slider-text.slide_3 .block-text .parent-block-text {
    width: auto;
    position: absolute;
    bottom: 60px;
    left: 15px;
    right: 15px;
  }

  #main-page-slider .slider .slider-text.slide_3 .block-text .parent-block-text .main-title {
    margin-bottom: 0px;
  }
}

#main-page-slider .slider .slider-text.slide_3 .block-text .parent-block-text .slider-btn {
  width: 100%;
}

#main-page-slider .slider .slider-text.slide_3 .block-text .parent-block-text .slider-btn a.my-button {
  margin-right: 0px;
  background: #d7abba;
  border: 2px solid #d7abba;
  color: #000;
}

@media screen and (max-width: 767px) {
  #main-page-slider .slider .slider-text.slide_3 .block-text .parent-block-text .slider-btn a.my-button {
    margin: 10px 0px 0px 0px;
  }
}

#main-page-slider .slider .slide {
  position: relative;
}

#main-page-slider .slider .slide img {
  width: 100%;
}

#main-page-slider .line-link {
  position: absolute;
  bottom: 50px;
  left: 0px;
  width: 100%;
  z-index: 6;
  text-align: center;
  background: #e7f3f3;
  padding: 0px 0px;
  transition-duration: 0.76s;
  -webkit-transition-duration: 0.76s;
  -moz-transition-duration: 0.76s;
  -o-transition-duration: 0.76s;
  -ms-transition-duration: 0.76s;
}

#main-page-slider .line-link:hover {
  background: #d52975;
}

#main-page-slider .line-link:hover .my-button {
  color: #fff;
}

#main-page-slider .line-link .my-button {
  border: 0px;
  background: transparent !important;
}

#product-page-slider .slider .dots .dot:before {
  border: 2px solid rgba(0, 0, 0, 0.5);
}

#product-page-slider .slider .dots .dot.active:after {
  background: #000;
}

#product-page-slider .product-page-modal {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 10;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

#product-page-slider .modal-background {
  position: fixed;
  background: rgba(0, 0, 0, 0.76);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
}

#product-page-slider .content-modal {
  width: 660px;
  background: #fff;
  position: absolute;
  left: 50%;
  margin-left: -330px;
  z-index: 2;
}

#product-page-slider .content-modal .modal-head p {
  font-size: 14px;
  line-height: 32px;
  text-align: center;
  text-transform: uppercase;
}

#product-page-slider .content-modal .modal-head div {
  display: none;
}

#product-page-slider .content-modal .thumb-dots {
  display: none;
}

#product-page-slider .content-modal .slides {
  background: #fff;
}

#product-page-slider .content-modal .slides .slide {
  text-align: center;
}

#product-page-slider .content-modal .slides .slide img {
  width: auto;
  margin-bottom: 30px;
  height: 480px;
}

#product-page-slider .content-modal .slides .arrow {
  position: absolute;
  bottom: 40px;
  width: 40px;
  height: 40px;
  z-index: 10;
  border-radius: 100px;
}

#product-page-slider .content-modal .slides .arrow.prev-arrow {
  background: url(/images/left.svg?df5c27080781bb44f554511f683d5f6c) no-repeat center center #fff;
  background-size: 55%;
  left: 40%;
}

#product-page-slider .content-modal .slides .arrow.next-arrow {
  background: url(/images/right.svg?81c697c5f7c2e97dfee0dc3e8f909d87) no-repeat center center #fff;
  background-size: 55%;
  right: 40%;
}

#product-page-slider .modal-close {
  position: absolute;
  right: 46%;
  border: 0;
  bottom: 40px;
  width: 50px;
  height: 50px;
  font-size: 35px;
  color: #000;
  line-height: 32px;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 100px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.slider {
  position: relative;
}

.slider .slides {
  overflow: hidden;
}

.slider > div {
  position: relative;
}

.slider .arrow {
  cursor: pointer;
}

.slider .dots {
  width: 100%;
  bottom: 22px;
  position: absolute;
  text-align: center;
}

.slider .dots .dot {
  position: relative;
  display: inline-block;
  background: transparent;
  height: 20px;
  width: 20px;
  cursor: pointer;
  margin: 0 5px;
}

.slider .dots .dot:before {
  content: '';
  position: absolute;
  border-radius: 50px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  width: 11px;
  height: 11px;
  border: 2px solid rgba(255, 255, 255, 0.5);
  top: 2px;
  left: 2px;
}

.slider .dots .dot:after {
  content: '';
  position: absolute;
  border-radius: 50px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  width: 0;
  height: 0;
  top: 8px;
  left: 8px;
}

.slider .dots .dot.active:before {
  width: 15px;
  height: 15px;
  top: 0;
  left: 0;
}

.slider .dots .dot.active:after {
  width: 7px;
  height: 7px;
  background: #fff;
  top: 4px;
  left: 4px;
}

.slider .thumb-dots img {
  width: auto;
  height: auto;
  max-width: 80px;
  max-height: 90px;
  display: inline-block;
  margin: 0 10px;
  cursor: pointer;
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: Чgrayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
  -webkit-filter: gray;
  filter: gray;
  opacity: .5;
}

.slider .thumb-dots img.active {
  -webkit-filter: grayscale(0);
  -moz-filter: grayscale(0);
  -ms-filter: grayscale(0);
  -o-filter: grayscale(0);
  filter: grayscale(0);
  -webkit-filter: gray;
  filter: gray;
  opacity: 1;
}

.slider .inline-slides {
  display: inline-block;
  vertical-align: top;
  width: 33.3333333%;
}

.slider .fade-enter-active,
.slider .scroll-enter-active {
  position: absolute !important;
  top: 0;
  width: 100%;
}

.slider .fade-enter-active,
.slider .fade-leave-active {
  -webkit-transition: opacity 0.7s;
  transition: opacity 0.7s;
}

.slider .fade-enter,
.slider .fade-leave-to {
  opacity: 0;
}

.slider .scroll-enter-active,
.slider .scroll-leave-active {
  -webkit-transition: all .5s;
  transition: all .5s;
}

.slider .scroll-enter,
.slider .scroll-leave-active {
  opacity: 0;
}

.slider .scroll-enter.left-scroll {
  -webkit-transform: translateX(301px);
          transform: translateX(301px);
}

.slider .scroll-enter.right-scroll {
  -webkit-transform: translateX(-301px);
          transform: translateX(-301px);
}

.slider .scroll-leave-active.left-scroll {
  -webkit-transform: translateX(-301px);
          transform: translateX(-301px);
}

.slider .scroll-leave-active.right-scroll {
  -webkit-transform: translateX(301px);
          transform: translateX(301px);
}

.slider .inline-slides.scroll-leave-active {
  -webkit-transform: none;
          transform: none;
  width: 0;
}

.slider .inline-slides.scroll-enter {
  -webkit-transform: none;
          transform: none;
}

.slider .inline-slides.scroll-enter-active {
  width: 33.3333333% !important;
}

.prodSlider-front {
  padding-bottom: 80px;
  padding-top: 80px;
}

@media screen and (max-width: 767px) {
  .prodSlider-front {
    padding-top: 40px;
    padding-bottom: 20px;
  }
}

.prodSlider-front .slider__body {
  padding: 0px;
}

.prodSlider-front .container {
  position: relative;
}

.prodSlider-front .product-item {
  padding: 0px 5px;
}

.prodSlider-front .product-item .favorite-block {
  font-size: 0px;
}

.prodSlider-front .product-item .favorite-block i {
  font-size: 16px;
}

@media screen and (max-width: 767px) {
  .prodSlider-front .product-item {
    padding: 0px 4px;
  }
}

.prodSlider-front .js-slider {
  overflow: hidden;
}

.prodSlider-front .js-slider .js-slide {
  border-radius: 0px;
}

.prodSlider-front .left img {
  max-width: 100%;
}

.prodSlider-front .left .link-all {
  margin-top: 40px;
  display: inline-block;
  vertical-align: top;
}

.prodSlider-front .left .link-all a {
  color: #262b43;
  text-transform: uppercase;
  letter-spacing: 1.8px;
  line-height: 15px;
  font-size: 10px;
  display: block;
}

.prodSlider-front .left .link-all:after {
  background: #e5e5e9;
}

.prodSlider-front .right .title {
  font-size: 24px;
  cursor: pointer;
  line-height: 24px;
  display: block;
  min-height: 70px;
}

.prodSlider-front .right .avatar-block {
  margin-bottom: 20px;
}

.prodSlider-front .right .avatar-block .av-left img {
  border-radius: 50%;
}

.prodSlider-front .right .avatar-block .av-right .name {
  font-size: 16px;
  text-transform: uppercase;
  line-height: 24px;
  margin-bottom: 0px;
}

.prodSlider-front .arrows {
  margin-top: 20px;
  text-align: center;
}

.prodSlider-front .arrows .arrow {
  display: inline-block;
  vertical-align: top;
  width: 40px;
  height: 80px;
  cursor: pointer;
  position: absolute;
  top: 50%;
  margin-top: -40px;
}

@media screen and (max-width: 767px) {
  .prodSlider-front .arrows .arrow {
    width: 35px;
  }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  .prodSlider-front .arrows .arrow {
    width: 40px;
  }
}

.prodSlider-front .arrows .arrow.ar-left {
  background: url(/images/pr-prev.svg?ae2e6c58572563945607a0ec379d9771) no-repeat center center;
  background-size: 20px;
  left: -40px;
}

@media screen and (max-width: 767px) {
  .prodSlider-front .arrows .arrow.ar-left {
    left: -5px;
  }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  .prodSlider-front .arrows .arrow.ar-left {
    left: -30px;
  }
}

.prodSlider-front .arrows .arrow.ar-right {
  background: url(/images/pr-next.svg?56b7235d2828e58a6a8eece52c524807) no-repeat center center;
  background-size: 20px;
  margin-right: 0px;
  right: -40px;
}

@media screen and (max-width: 767px) {
  .prodSlider-front .arrows .arrow.ar-right {
    right: 0px;
    background: url(/images/pr-next.svg?56b7235d2828e58a6a8eece52c524807) no-repeat center right;
    background-size: 20px;
  }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  .prodSlider-front .arrows .arrow.ar-right {
    right: -30px;
  }
}

.pl-80 {
  padding-left: 80px;
}

.brands-front {
  padding: 50px 0px 0px;
}

@media screen and (max-width: 767px) {
  .brands-front {
    padding: 15px 0px 0px;
  }
}

.brands-front .row {
  margin-left: -7px;
  margin-right: -7px;
}

.brands-front .main-brand-but {
  margin-top: 0px;
}

@media screen and (max-width: 767px) {
  .brands-front .main-brand-but {
    margin-top: 0px;
  }
}

.brands-front .new-brand-item {
  padding-left: 7px;
  padding-right: 7px;
  margin-bottom: 14px;
}

.brands-front .new-brand-item .brand-text {
  font-size: 24px;
  font-family: "Forum", sans-serif, Verdana;
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  .brands-front .new-brand-item .brand-text {
    font-size: 14px;
  }
}

@media screen and (max-width: 767px) {
  .brands-front .new-brand-item .brand-text {
    font-size: 18px;
  }
}

.brands-front .new-brand-item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #f9f2d6;
  border-radius: 12px;
  height: 100px;
}

@media screen and (max-width: 767px) {
  .brands-front .new-brand-item a {
    height: 70px;
    margin-bottom: 0px;
  }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  .brands-front .new-brand-item a {
    height: 70px;
  }
}

.brands-front .new-brand-item img {
  max-width: 100%;
}

.brands-front #brand-front {
  position: relative;
}

@media screen and (max-width: 767px) {
  .brands-front #brand-front {
    margin: 0px -7px;
  }
}

@media screen and (max-width: 767px) {
  .brands-front .arrows {
    display: none;
    margin-top: 0px;
  }
}

@media screen and (max-width: 767px) {
  .brands-front .arrows .arrow.ar-left {
    left: -8px;
    background: url(/images/pr-prev.svg?ae2e6c58572563945607a0ec379d9771) no-repeat left center;
    background-size: 15px;
  }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  .brands-front .arrows .arrow.ar-left {
    left: -44px;
  }
}

@media screen and (max-width: 767px) {
  .brands-front .arrows .arrow.ar-right {
    right: -8px;
    background: url(/images/pr-next.svg?56b7235d2828e58a6a8eece52c524807) no-repeat center right;
    background-size: 15px;
  }
}

.brands-front .dots {
  display: none;
}

@media screen and (max-width: 767px) {
  .brands-front .dots {
    text-align: center;
    margin-top: 15px;
  }

  .brands-front .dots .dot {
    display: inline-block;
    vertical-align: top;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    border: 1px solid #000;
    margin: 0px 6px;
  }

  .brands-front .dots .dot.active {
    background: #000;
  }
}

.brands-front .prodSlider-front {
  padding-bottom: 0px;
  padding-top: 0px;
}

.brands-front .slider__body {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0px 7px;
}

.brands-front .slider__slide a img {
  max-width: 100%;
  max-height: 25px;
}

@media screen and (max-width: 767px) {
  .brands-front .slider__slide a img {
    max-width: 82%;
  }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  .brands-front .slider__slide a img {
    max-width: 75%;
  }
}

@media screen and (max-width: 767px) {
  .brands-front {
    display: block;
  }
}

.facet {
  position: relative;
}

@media screen and (max-width: 767px) {
  .facet {
    width: 150px;
  }
}

.facet .inputformprice .irs-from,
.facet .inputformprice .irs-to,
.facet .inputformprice .irs-single {
  background: #d52975;
}

.facet .inputformprice .form-group {
  font-size: 12px;
}

.facet .inputformprice .irs-line-mid,
.facet .inputformprice .irs-line-left,
.facet .inputformprice .irs-line-right,
.facet .inputformprice .irs-bar,
.facet .inputformprice .irs-bar-edge,
.facet .inputformprice .irs-slider {
  background: url(/images/sprite-skin-modern2.png?7882ed3c61edf436926f29be1e7c294e) repeat-x;
}

.facet .inputformprice .irs-bar {
  background-position: 0 -60px;
}

.facet .inputformprice .irs-slider {
  background-position: 0 -120px;
}

.facet .inputformprice .irs-line-left {
  background-position: 0 -30px;
}

.facet .inputformprice .irs-line-mid {
  background-position: 0 0;
}

.facet .inputformprice .irs-line-right {
  background-position: 100% -30px;
}

.facet .facet-item {
  position: absolute;
  background: #fff;
  z-index: 11;
  padding: 10px;
  left: 0px;
  top: 41px;
  width: 270px;
  max-height: 500px;
  overflow-y: auto;
  border-radius: 0px 0px 14px 14px;
}

.facet .facet-item li {
  margin-bottom: 8px;
}

@media screen and (max-width: 767px) {
  .facet .facet-item {
    position: absolute;
    background: #e7f3f3;
    z-index: 11;
    padding: 5px;
    left: 0px;
    top: 32px;
    width: 200%;
    max-height: 500px;
    overflow-y: auto;
  }
}

.facet .facet-item ul {
  background: #e7f3f3;
}

.facet ul.facet-item {
  text-align: left;
}

.facet.hide-facet-box .facet-title {
  display: block;
  background: #fff;
}

@media screen and (max-width: 767px) {
  .facet.hide-facet-box .facet-title {
    display: none;
  }
}

.facet.hide-facet-box .facet-title-categories {
  display: block;
  background: #fff;
}

.facet.hide-facet-box ul {
  display: none;
}

.facet:hover .facet-title,
.facet:hover facet-title-categories {
  background: #e7f3f3;
}

.facet .facet-title {
  background: #e7f3f3;
}

.facet .facet-title .show-ajax {
  position: absolute;
  top: 50%;
  font-size: 0px;
  width: 12px;
  height: 7px;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  text-align: center;
  margin-top: 1px;
  background: url(/images/mini-arr-up.svg?681a1039192b79e40c86f1336fcc4eda) no-repeat center center;
}

.facet .facet-title .show-ajax.active {
  background: url(/images/mini-arr-bot.svg?859cfe3b312e07004f95ef4cb2db5372) no-repeat center center;
}

.facet ul {
  background: #fff;
  padding-left: 15px;
}

.facet ul li .link {
  padding-left: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  cursor: pointer;
}

.facet ul li .link:before {
  content: "";
  width: 16px;
  height: 16px;
  display: block;
  position: absolute;
  left: 0;
  border: 1px solid #000;
  vertical-align: middle;
  top: 50%;
  margin-top: -8px;
  border-radius: 4px;
}

.facet ul li .link .color-img {
  margin-left: 5px;
  border-radius: 4px;
  border: 1px solid #000;
}

.facet ul li .link:hover .name {
  color: #d52975;
}

.facet ul li .link .name {
  display: inline-block;
  vertical-align: middle;
  font-size: 12px;
  text-transform: uppercase;
  color: #000;
  font-family: "Gerbera", sans-serif, Verdana;
  margin-right: auto;
}

.facet ul li .link .count {
  font-size: 11px;
  color: #000;
  line-height: 20px;
  font-family: "Gerbera", sans-serif, Verdana;
  margin-left: 15px;
}

.facet ul li .link.processing {
  opacity: .5;
}

.facet ul li.disactive .link .name {
  color: #a2a2a2;
}

.facet ul li.active .link:before {
  background: #57d25a;
  border: 1px solid #57d25a;
}

.facet.facet-price .form-group {
  display: inline-block;
  vertical-align: middle;
}

.facet.facet-price .form-group input {
  width: 50px;
  margin: 0 10px;
  font-size: 12px;
  padding: 6px;
}

.facet.facet-price .layout-slider {
  width: 100%;
}

.title-block {
  text-align: center;
}

.title-block h1 {
  font-family: "Forum", sans-serif, Verdana;
  font-size: 26px;
  line-height: 36px;
  text-transform: uppercase;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .title-block h1 {
    font-size: 24px;
    line-height: 28px;
  }
}

#currency-widget {
  display: block;
  vertical-align: middle;
  text-align: center;
}

#currency-widget div {
  font-size: 0px;
  cursor: pointer;
}

#currency-widget .label {
  text-transform: uppercase;
  line-height: 12px;
  letter-spacing: 0.2em;
  color: #736f6c;
  border-radius: 0px;
  border: 0px;
  margin-bottom: 0px;
  display: inline-block;
  vertical-align: middle;
  font-family: "Futuran-Medium", sans-serif, Verdana;
  font-size: 12px;
}

#currency-widget .currence {
  display: inline-block;
  vertical-align: middle;
}

@media screen and (max-width: 767px) {
  #currency-widget .currence {
    width: 100%;
    text-align: left;
  }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  #currency-widget .currence {
    width: 100%;
    text-align: left;
  }
}

#currency-widget .currence ul {
  position: absolute;
  padding: 0;
  background: #fbfbfb;
  z-index: 11;
}

@media screen and (max-width: 767px) {
  #currency-widget .currence ul {
    left: 0px;
    z-index: 11;
    position: relative;
    background: transparent;
  }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  #currency-widget .currence ul {
    left: 0px;
    z-index: 11;
    position: relative;
    background: transparent;
  }
}

#currency-widget .currence .current-currence {
  font-size: 14px;
  font-family: "Gerbera", sans-serif, Verdana;
  background: transparent;
  position: relative;
  cursor: pointer;
  padding: 10px 30px 10px 10px;
}

@media screen and (max-width: 767px) {
  #currency-widget .currence .current-currence {
    width: 100%;
    display: block;
  }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  #currency-widget .currence .current-currence {
    width: 100%;
    display: block;
  }
}

#currency-widget .currence .current-currence:after {
  content: '';
  position: absolute;
  top: 50%;
  font-size: 0px;
  width: 12px;
  height: 7px;
  right: 10px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  text-align: center;
  margin-top: 1px;
  background: url(/images/mini-arr-bot.svg?859cfe3b312e07004f95ef4cb2db5372) no-repeat center center;
}

#currency-widget .currence .current-currence.active {
  background: #fff;
}

@media screen and (max-width: 767px) {
  #currency-widget .currence .current-currence.active {
    background: transparent;
  }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  #currency-widget .currence .current-currence.active {
    background: transparent;
  }
}

#currency-widget .currence .current-currence.active:after {
  background: url(/images/mini-arr-up.svg?681a1039192b79e40c86f1336fcc4eda) no-repeat center center;
}

#currency-widget ul {
  padding: 0;
  background: #fbfbfb;
  position: absolute;
}

@media screen and (max-width: 767px) {
  #currency-widget ul {
    width: 100%;
  }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  #currency-widget ul {
    width: 100%;
  }
}

#currency-widget ul li {
  text-transform: uppercase;
  border-radius: 0px;
  border: 0px;
  margin-right: 2px;
  list-style: none;
  display: block;
}

#currency-widget ul li span {
  display: block;
  padding: 10px 30px 10px;
  font-size: 12px;
  line-height: 12px;
  font-family: "Gerbera", sans-serif, Verdana;
}

@media screen and (max-width: 767px) {
  #currency-widget ul li span {
    padding: 10px;
  }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  #currency-widget ul li span {
    padding: 10px;
  }
}

#currency-widget ul li:hover,
#currency-widget ul li.active {
  background: #F9F2D6;
}

.catalog-filtres {
  text-align: center;
  font-size: 0px;
  margin-bottom: 20px;
}

.catalog-filtres #sorts_load_zone,
.catalog-filtres #filters_load_zone {
  display: inline-block;
  vertical-align: middle;
  margin: 15px 0px !important;
}

@media screen and (max-width: 767px) {
  .catalog-filtres #sorts_load_zone,
  .catalog-filtres #filters_load_zone {
    margin: 15px 0px 0px !important;
  }
}

.loading-process-more {
  width: 80px;
  height: 80px;
  display: none;
  margin: 10px auto;
  opacity: 0.9;
}

.loading-process-more img {
  width: 100%;
}

@media screen and (max-width: 767px) {
  .moby-hide {
    display: none;
  }
}

#filters-btn {
  display: none;
}

@media screen and (max-width: 767px) {
  #filters-btn {
    display: inline-block;
    vertical-align: bottom;
    font-family: "Futuran-Medium", sans-serif, Verdana;
    font-size: 9px;
    text-transform: uppercase;
    line-height: 12px;
    padding: 10px 12px 10px;
    letter-spacing: 0.2em;
    color: #736f6c;
    border-radius: 0px;
    border: 0px;
    margin-right: 2px;
  }

  #filters-btn.active {
    background: #e7f3f3;
    color: #d52975;
  }
}

.filters-block {
  display: inline-block;
  vertical-align: middle;
}

.bottom-buffer {
  position: relative;
  margin: 30px -15px;
  min-height: 40px;
}

@media screen and (max-width: 767px) {
  .bottom-buffer {
    margin: 30px -7px;
  }
}

.bottom-buffer .new-my-button {
  min-width: 275px;
}

@media screen and (max-width: 767px) {
  .bottom-buffer .pages-block {
    position: relative;
    top: 0;
    margin-bottom: 25px;
  }
}

.bottom-buffer .pages-block .btn {
  border: 1px solid transparent;
  margin: 0px 1px;
  padding: 12px 0px;
  font-family: "Gerbera-Bold", sans-serif, Verdana;
  font-size: 16px;
  line-height: 24px;
  width: 50px;
  border-radius: 50%;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.bottom-buffer .pages-block .btn.arrow-page {
  border: 1px solid #000;
}

@media screen and (max-width: 767px) {
  .bottom-buffer .pages-block .btn {
    font-size: 12px;
    padding: 5px 6px;
    width: 36px;
  }
}

.bottom-buffer .pages-block .btn.active {
  background: #000;
  color: #fff;
}

.low-price {
  color: #ff0000;
  display: inline-block;
  padding: 0px 5px;
  font-size: 16px;
}

@media screen and (max-width: 767px) {
  .low-price {
    padding: 0px 3px;
    font-size: 15px;
  }
}

.catalog-text {
  background: #fff;
  margin-bottom: 20px;
}

.catalog-text .background .text-section {
  width: 100%;
  padding-left: 0px;
}

#catalog-container .breadcrumbs {
  text-align: center;
}

#catalog-container #sorts_load_zone {
  text-align: center;
  margin: 15px 0px;
  width: 100%;
}

#catalog-container #sorts_load_zone .sort-filter-mob-btn {
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

#catalog-container #sorts_load_zone .sort-filter-mob-btn .my-filter-btn {
  font-family: "Gerbera-Light", sans-serif, Verdana;
  font-size: 16px;
  background: #F9FAFB;
  border-radius: 4px;
  padding: 20px;
  line-height: 1;
  width: calc(50% - 1px);
  border: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-line-pack: center;
      align-content: center;
  height: 50px;
}

#catalog-container #sorts_load_zone .sort-filter-mob-btn .my-filter-btn.open-close-sort:after {
  content: url(/images/mob_filter.svg?5de777b412b5733fbb26d1f2d3066d23);
  margin-left: 5px;
}

#catalog-container #sorts_load_zone .sort-filter-mob-btn .my-filter-btn.open-close-filter:after {
  content: url(/images/mob_filter_btn.svg?2dfd3de4eabf69fab0704a4f610ae7b3);
  margin-left: 5px;
  margin-top: 3px;
}

#catalog-container #sorts_load_zone .label {
  font-family: "Futuran-Medium", sans-serif, Verdana;
  font-size: 9px;
  text-transform: uppercase;
  line-height: 12px;
  letter-spacing: 0.2em;
  color: #736f6c;
  border-radius: 0px;
  border: 0px;
  margin-bottom: 0px;
}

@media screen and (max-width: 767px) {
  #catalog-container #sorts_load_zone .label {
    display: none;
  }
}

#catalog-container #sorts_load_zone .arrow-links-widget {
  font-size: 0px;
}

@media screen and (max-width: 767px) {
  #catalog-container #sorts_load_zone .arrow-links-widget.active {
    display: block;
  }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  #catalog-container #sorts_load_zone .arrow-links-widget.active {
    display: block;
  }
}

#catalog-container #sorts_load_zone .arrow-links-widget .link-item {
  font-size: 18px;
  font-family: "Gerbera-Light", sans-serif, Verdana;
  color: #000;
  cursor: pointer;
  display: inline-block;
  vertical-align: middle;
  margin: 0px 25px;
}

@media screen and (max-width: 767px) {
  #catalog-container #sorts_load_zone .arrow-links-widget .link-item {
    margin: 0px;
  }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  #catalog-container #sorts_load_zone .arrow-links-widget .link-item {
    margin: 0px;
  }
}

@media screen and (max-width: 767px) {
  #catalog-container #sorts_load_zone .arrow-links-widget .link-item {
    width: auto;
    height: auto;
    font-size: 14px;
    background: transparent !important;
    position: relative;
    margin-top: 10px;
    padding-left: 20px;
    display: block;
    text-align: left;
  }

  #catalog-container #sorts_load_zone .arrow-links-widget .link-item:before {
    content: "";
    width: 16px;
    height: 16px;
    display: block;
    position: absolute;
    left: 0;
    border: 1px solid #000;
    vertical-align: middle;
    top: 50%;
    margin-top: -8px;
    border-radius: 4px;
  }

  #catalog-container #sorts_load_zone .arrow-links-widget .link-item.active {
    color: #000;
  }

  #catalog-container #sorts_load_zone .arrow-links-widget .link-item.active:before {
    background: url(/images/check-w.svg?55b971c58e0375ef98aa605ae0f5b13c) no-repeat center center, #000;
    background-size: 10px;
  }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  #catalog-container #sorts_load_zone .arrow-links-widget .link-item {
    width: auto;
    height: auto;
    font-size: 14px;
    background: transparent !important;
    position: relative;
    margin-top: 10px;
    padding-left: 20px;
    display: block;
    text-align: left;
  }

  #catalog-container #sorts_load_zone .arrow-links-widget .link-item:before {
    content: "";
    width: 16px;
    height: 16px;
    display: block;
    position: absolute;
    left: 0;
    border: 1px solid #000;
    vertical-align: middle;
    top: 50%;
    margin-top: -8px;
    border-radius: 4px;
  }

  #catalog-container #sorts_load_zone .arrow-links-widget .link-item.active {
    color: #000;
  }

  #catalog-container #sorts_load_zone .arrow-links-widget .link-item.active:before {
    background: url(/images/check-w.svg?55b971c58e0375ef98aa605ae0f5b13c) no-repeat center center, #000;
    background-size: 10px;
  }
}

#catalog-container #sorts_load_zone .arrow-links-widget .link-item.arrow {
  padding: 0px;
  width: 15px;
  height: 15px;
  font-size: 0px;
  margin: 0px 0px;
}

@media screen and (max-width: 767px) {
  #catalog-container #sorts_load_zone .arrow-links-widget .link-item.arrow {
    font-size: 14px;
    width: auto;
    height: auto;
    margin-top: 10px;
    padding-left: 20px;
  }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  #catalog-container #sorts_load_zone .arrow-links-widget .link-item.arrow {
    font-size: 14px;
    width: auto;
    height: auto;
    margin-top: 10px;
    padding-left: 20px;
  }
}

#catalog-container #sorts_load_zone .arrow-links-widget .link-item.arrow.arr-top {
  background: url(/images/arrow-top-new.svg?49224d8501ca6a91b269d489c15a91fc) no-repeat center center;
}

#catalog-container #sorts_load_zone .arrow-links-widget .link-item.arrow.arr-bot {
  background: url(/images/arrow-bottom-new.svg?6f17a65f6fd94f79420a59492e64d08a) no-repeat center center;
}

#catalog-container #sorts_load_zone .arrow-links-widget .link-item:hover {
  color: #d52975;
}

#catalog-container #sorts_load_zone .arrow-links-widget .link-item.active {
  color: #d52975;
}

#catalog-container #filters_load_zone {
  text-align: center;
  margin: 0px !important;
  width: 100%;
}

@media screen and (max-width: 767px) {
  #catalog-container #filters_load_zone .filter-list-block-w {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 200;
    background: #f9f2d6;
    bottom: 67px;
    padding: 30px;
  }

  #catalog-container #filters_load_zone .filter-list-block-w .filter-list-block {
    overflow: auto;
  }

  #catalog-container #filters_load_zone .filter-list-block-w .head-w {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }

  #catalog-container #filters_load_zone .filter-list-block-w .filter-list-block {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }

  #catalog-container #filters_load_zone .filter-list-block-w .active-filter-block {
    margin-top: 5px;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    margin-bottom: 15px;
  }

  #catalog-container #filters_load_zone .filter-list-block-w .close-w {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }

  #catalog-container #filters_load_zone.active .filter-list-block-w {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-line-pack: start;
        align-content: flex-start;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }

  #catalog-container #filters_load_zone.active .filter-list-block-w .filter-list-block {
    display: block;
    width: 100%;
    background: transparent;
    padding: 0;
    max-height: calc(100% - 145px);
    overflow: auto;
  }

  #catalog-container #filters_load_zone.active .filter-list-block-w .filter-list-block .facet {
    width: 100%;
    padding: 0;
  }

  #catalog-container #filters_load_zone.active .filter-list-block-w .filter-list-block .facet .facet {
    background: transparent;
  }

  #catalog-container #filters_load_zone.active .filter-list-block-w .filter-list-block .facet .facet .facet-item {
    position: relative;
    top: initial;
    max-width: initial;
    background: transparent;
    width: 100%;
    margin: 0;
  }

  #catalog-container #filters_load_zone.active .filter-list-block-w .filter-list-block .facet .facet-title {
    display: block !important;
    text-align: left;
  }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  #catalog-container #filters_load_zone .filter-list-block-w {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 200;
    background: #f9f2d6;
    bottom: 67px;
    padding: 30px;
  }

  #catalog-container #filters_load_zone .filter-list-block-w .filter-list-block {
    overflow: auto;
  }

  #catalog-container #filters_load_zone .filter-list-block-w .head-w {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }

  #catalog-container #filters_load_zone .filter-list-block-w .filter-list-block {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }

  #catalog-container #filters_load_zone .filter-list-block-w .active-filter-block {
    margin-top: 5px;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    margin-bottom: 15px;
  }

  #catalog-container #filters_load_zone .filter-list-block-w .close-w {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }

  #catalog-container #filters_load_zone.active .filter-list-block-w {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-line-pack: start;
        align-content: flex-start;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }

  #catalog-container #filters_load_zone.active .filter-list-block-w .filter-list-block {
    display: block;
    width: 100%;
    background: transparent;
    padding: 0;
    max-height: calc(100% - 145px);
    overflow: auto;
  }

  #catalog-container #filters_load_zone.active .filter-list-block-w .filter-list-block .facet {
    width: 100%;
    padding: 0;
  }

  #catalog-container #filters_load_zone.active .filter-list-block-w .filter-list-block .facet .facet {
    background: transparent;
  }

  #catalog-container #filters_load_zone.active .filter-list-block-w .filter-list-block .facet .facet .facet-item {
    position: relative;
    top: initial;
    max-width: initial;
    background: transparent;
    width: 100%;
    margin: 0;
  }

  #catalog-container #filters_load_zone.active .filter-list-block-w .filter-list-block .facet .facet-title {
    display: block !important;
    text-align: left;
  }
}

#catalog-container #filters_load_zone .filter-block .filter-list-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  background: #F9FAFB;
  padding: 5px;
}

#catalog-container #filters_load_zone .filter-block .filter-list-block .facet .facet {
  background: #fff;
  padding: 10px;
}

#catalog-container #filters_load_zone .filter-block .filter-list-block .facet .facet.hide-facet-box {
  background: transparent;
}

#catalog-container #filters_load_zone .filter-block .filter-list-block .facet .facet-title,
#catalog-container #filters_load_zone .filter-block .filter-list-block .facet .facet-title-categories {
  font-size: 14px;
  font-family: "Gerbera", sans-serif, Verdana;
  background: transparent;
  position: relative;
  cursor: pointer;
  padding-right: 20px;
}

#catalog-container #filters_load_zone .filter-block .active-filter-block {
  margin-top: 35px;
}

#curr_search_load_zone .ajax_link {
  font-size: 18px;
  padding: 10px 20px 10px 10px;
  position: relative;
  margin-right: 20px;
  background: #F9FAFB;
  font-family: "Gerbera", sans-serif, Verdana;
}

@media screen and (max-width: 767px) {
  #curr_search_load_zone .ajax_link {
    padding: 8px;
    margin-right: 10px;
    background: transparent;
    font-size: 14px;
    display: inline-block;
  }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  #curr_search_load_zone .ajax_link {
    background: transparent;
    font-size: 16px;
    margin-right: 5px;
    display: inline-block;
  }
}

#curr_search_load_zone .ajax_link.clear-all-link {
  font-family: "Gerbera-Bold", sans-serif, Verdana;
}

#curr_search_load_zone .ajax_link .cross {
  position: absolute;
  top: 8px;
  right: 8px;
  width: 8px;
  height: 8px;
  background: url(/images/catalog-filter-close.svg?05c962d1d3d7c9c714168a0f2638903d) no-repeat center center;
  background-size: 100%;
}

@media screen and (max-width: 767px) {
  #curr_search_load_zone .ajax_link .cross {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    top: initial;
    margin-left: 4px;
    right: 0;
    width: 10px;
    height: 10px;
  }
}

.no-preview {
  margin-bottom: 0px !important;
  padding: 0px !important;
  border: 0px solid #ccc !important;
}

.product-page-preview .favorite-block {
  font-size: 0px;
}

.product-page-preview .favorite-block i {
  font-size: 16px;
}

.new-catalog-blog {
  margin: 50px 0px;
}

.new-catalog-blog .article-item {
  margin-bottom: 20px;
}

.new-catalog-blog .article-item:hover .image a .link-more {
  bottom: 0px;
}

.new-catalog-blog .article-item .image a {
  position: relative;
  display: block;
  overflow: hidden;
}

.new-catalog-blog .article-item .image a .link-more {
  font-family: 'Bebas-Neue', sans-serif, Verdana;
  position: absolute;
  bottom: -36px;
  left: 0px;
  padding: 6px 10px;
  background: rgba(0, 0, 0, 0.7);
  color: #fff;
  width: 100%;
  transition-duration: 0.76s;
  -webkit-transition-duration: 0.76s;
  -moz-transition-duration: 0.76s;
  -o-transition-duration: 0.76s;
  -ms-transition-duration: 0.76s;
}

.new-catalog-blog .article-item .image a .link-more:after {
  content: '';
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 7px;
  right: 2px;
  background: url(/images/right_w.svg?f3f97120ab1f47eff23c0fb4b7c91260) no-repeat center center;
  background-size: 14px;
}

.new-catalog-blog .article-item .image a img {
  width: 100%;
}

.new-catalog-blog .article-item .title {
  font-family: 'Bebas-Neue', sans-serif, Verdana;
  font-size: 20px;
  line-height: 24px;
  display: block;
  margin: 7px 0px 4px;
}

@media screen and (max-width: 767px) {
  .new-catalog-blog .article-item .title {
    font-size: 16px;
    line-height: 20px;
  }
}

.new-catalog-blog .article-item .date_create {
  font-size: 14px;
  color: #6a6a6a;
}

@media screen and (max-width: 767px) {
  .new-catalog-blog .article-item .date_create {
    font-size: 12px;
  }
}

#text-seo-catalog .catalog-text .full-catalog-text {
  display: none;
}

#text-seo-catalog .catalog-text .part-catalog-text {
  display: block;
}

#text-seo-catalog .catalog-text .catalog-hide {
  display: none;
  cursor: pointer;
}

#text-seo-catalog .catalog-text .catalog-show-more {
  display: block;
  cursor: pointer;
}

.seo-text .catalog-show-more span,
.seo-text .catalog-hide span {
  font-weight: bold;
  border-bottom: 1px solid #d52975;
}

.seo-text .catalog-show-more span:hover,
.seo-text .catalog-hide span:hover {
  border-bottom: 1px solid transparent;
}

@media screen and (max-width: 767px) {
  .more-products-block {
    margin-top: -30px;
    padding-right: 5px;
    padding-left: 5px;
  }
}

@media screen and (max-width: 767px) {
  .more-products-block .more-products {
    width: 100%;
    padding: 14px 10px;
    margin-bottom: 20px;
  }
}

.product-catalog .row {
  margin-left: -7px;
  margin-right: -7px;
}

.product-catalog .row .product-item {
  padding-left: 7px;
  padding-right: 7px;
}

#sorting-widget .sort-mobile .sort-button {
  font-size: 16px;
}

@media screen and (max-width: 767px) {
  #sorting-widget {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 200;
    background: #f9f2d6;
    bottom: 67px;
    padding: 30px;
  }

  #sorting-widget.active {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-line-pack: start;
        align-content: flex-start;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  #sorting-widget {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 200;
    background: #f9f2d6;
    bottom: 67px;
    padding: 30px;
  }

  #sorting-widget.active {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-line-pack: start;
        align-content: flex-start;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

.head-w {
  display: none;
  margin-bottom: 20px;
}

@media screen and (max-width: 767px) {
  .head-w {
    display: block;
    width: 100%;
    text-align: left;
    color: #000;
  }

  .head-w .top {
    font-size: 16px;
    font-family: "Gerbera-Bold", sans-serif, Verdana;
  }

  .head-w .mini-title {
    font-family: "Gerbera-Light", sans-serif, Verdana;
    font-size: 10px;
  }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  .head-w {
    display: block;
    width: 100%;
    text-align: left;
    color: #000;
  }

  .head-w .top {
    font-size: 16px;
    font-family: "Gerbera-Bold", sans-serif, Verdana;
  }

  .head-w .mini-title {
    font-family: "Gerbera-Light", sans-serif, Verdana;
    font-size: 10px;
  }
}

.close-w {
  display: none;
}

@media screen and (max-width: 767px) {
  .close-w {
    display: block;
    font-size: 16px;
    font-family: "Gerbera-Bold", sans-serif, Verdana;
    color: #fff;
    background: #000;
    border-radius: 4px;
    cursor: pointer;
    margin-top: auto;
    width: 100%;
    padding: 15px;
  }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  .close-w {
    display: block;
    font-size: 16px;
    font-family: "Gerbera-Bold", sans-serif, Verdana;
    color: #fff;
    background: #000;
    border-radius: 4px;
    cursor: pointer;
    margin-top: auto;
    width: 100%;
    padding: 15px;
  }
}

#checkout {
  background: #f5f5f5;
  padding: 30px 0px 0px 0px;
}

#checkout h1 {
  margin-bottom: 20px;
}

#checkout .shield {
  display: block;
  color: #736f6c;
  padding-left: 20px;
  background: url(/images/shield.svg?988f75b578dd3e3f445498040d05e1cd) no-repeat center left;
  background-size: 16px;
}

@media screen and (max-width: 767px) {
  #checkout .shield {
    display: inline-block;
    margin-bottom: 10px;
  }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  #checkout .shield {
    margin-bottom: 15px;
  }
}

#checkout .delivery-item-country {
  display: inline-block;
  vertical-align: middle;
  padding-right: 10px;
}

#checkout .white-block {
  background: #fff;
  padding: 15px;
  margin-bottom: 30px;
  border-radius: 5px;
  -webkit-box-shadow: 0px 0px 18px #c3c3c35c;
          box-shadow: 0px 0px 18px #c3c3c35c;
}

#checkout .white-block p {
  margin-bottom: 0px;
}

#checkout .white-block .form-group:last-child {
  margin-bottom: 0;
}

#checkout .delivery-item {
  width: 50%;
  padding: 0;
  display: inline-block;
  vertical-align: top;
}

@media screen and (max-width: 767px) {
  #checkout .delivery-item {
    width: 100%;
  }
}

#checkout .delivery-item:nth-child(2) {
  padding-left: 14px;
}

@media screen and (max-width: 767px) {
  #checkout .delivery-item:nth-child(2) {
    padding-left: 0;
  }
}

#checkout .delivery-item label {
  display: block;
}

#checkout .delivery-item .el-radio__input {
  display: none;
}

#checkout .delivery-item .el-radio__label {
  text-align: center;
  display: block;
  padding: 0;
}

#checkout .delivery-item img {
  width: 100%;
  height: auto;
  display: block;
  margin-bottom: 10px;
  border: 5px solid #eee;
}

#checkout .delivery-item .is-checked img {
  border-color: #409EFF;
}

#checkout .radio input {
  display: none;
}

#checkout .radio label {
  position: relative;
  padding-left: 23px;
  cursor: pointer;
  line-height: 20px;
}

#checkout .radio label:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 18px;
  height: 18px;
  border: 1px solid #ddd;
  border-radius: 100%;
  background: #fff;
}

#checkout .radio label:after {
  content: "";
  width: 12px;
  height: 12px;
  background: #e7f3f3;
  position: absolute;
  top: 3px;
  left: 3px;
  border-radius: 100%;
  -webkit-transition: all .2s ease;
  transition: all .2s ease;
  opacity: 0;
  -webkit-transform: scale(0);
  transform: scale(0);
}

#checkout .radio.active {
  font-weight: bold !important;
}

#checkout .radio.active label::after {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}

#checkout-reservation {
  padding: 30px 0px;
}

#checkout-reservation .reserv-info-product {
  margin-bottom: 30px;
}

#checkout-reservation .lable {
  font-weight: bold;
  display: inline-block;
  margin-right: 10px;
  margin-bottom: 10px;
}

#checkout-reservation .lable a,
#checkout-reservation .lable span {
  font-weight: 300;
}

#checkout-reservation .form-control {
  border-radius: 0px;
}

#checkout-reservation .form-control:focus {
  outline: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}

#checkout-reservation .radio {
  margin-bottom: 8px;
}

#checkout-reservation .radio label {
  margin-bottom: 0px;
}

.reservation .form-control {
  border-radius: 0.25rem;
}

.reservation .radio input {
  display: none;
}

.reservation .radio label {
  position: relative;
  padding-left: 23px;
  cursor: pointer;
  line-height: 20px;
}

.reservation .radio label:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 18px;
  height: 18px;
  border: 1px solid #ddd;
  border-radius: 100%;
  background: #fff;
}

.reservation .radio label:after {
  content: "";
  width: 12px;
  height: 12px;
  background: #e7f3f3;
  position: absolute;
  top: 3px;
  left: 3px;
  border-radius: 100%;
  -webkit-transition: all .2s ease;
  transition: all .2s ease;
  opacity: 0;
  -webkit-transform: scale(0);
  transform: scale(0);
}

.reservation .radio.active {
  font-weight: bold !important;
}

.reservation .radio.active label::after {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}

.reservation header .center-row {
  padding: 20px 0px 20px;
  background: #fff;
}

.reservation .pay-block {
  background: #fff;
  padding: 15px;
  margin-bottom: 30px;
  border-radius: 5px;
  -webkit-box-shadow: 0px 0px 18px #c3c3c35c;
  box-shadow: 0px 0px 18px #c3c3c35c;
}

.reservation .pay-block .radio {
  margin-bottom: 10px;
}

.reservation .pay-block .radio label {
  margin-bottom: 5px;
}

.reservation .personal-data {
  background: #fff;
  padding: 15px 15px 1px;
  margin-bottom: 10px;
  border-radius: 5px;
  -webkit-box-shadow: 0px 0px 18px #c3c3c35c;
  box-shadow: 0px 0px 18px #c3c3c35c;
}

.reservation #checkout-reservation {
  background: #f5f5f5;
  padding: 30px 0px 0px 0px;
}

.reservation #checkout-reservation .reserv-info-product {
  background: #fff;
  padding: 15px;
  margin-bottom: 30px;
  border-radius: 5px;
  -webkit-box-shadow: 0px 0px 18px #c3c3c35c;
  box-shadow: 0px 0px 18px #c3c3c35c;
}

.reservation #checkout-reservation .reserv-info-product .top {
  margin-bottom: 15px;
  border-bottom: 1px solid #f5f5f5;
  padding: 15px 0px;
}

.reservation #checkout-reservation .reserv-info-product .image img {
  width: 100%;
}

.reservation .button-confirm {
  margin: 20px 0px;
}

.subInfo-text {
  display: block;
  font-size: 12px;
}

#fee-checkout {
  margin: 20px 0px;
}

#fee-checkout .amount {
  margin-bottom: 10px;
}

.promo-input {
  margin-bottom: 15px;
}

#checkout-authentication .agree-auth {
  margin-bottom: 20px;
}

@media screen and (max-width: 767px) {
  #checkout-authentication .agree-auth .el-checkbox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    white-space: normal;
  }
}

#checkout-authentication .pay-block .radio {
  margin-bottom: 10px;
}

#checkout-authentication .pay-block .radio label {
  margin-bottom: 5px;
}

.has-discount {
  text-decoration: line-through;
  margin-right: 10px;
  display: inline-block;
  font-size: 16px;
  font-family: "Gerbera-Light", sans-serif, Verdana;
  color: #bababa !important;
}

.show-window-basket {
  background: #fff;
  width: 300px;
  top: 40px;
  right: 0px;
  padding: 10px;
  z-index: 6;
  font-family: "Futuran-Medium", sans-serif, Verdana;
  border: 1px solid #ddd;
}

.show-window-basket .my-button {
  min-width: 100%;
  margin-bottom: 10px;
}

.show-window-basket .my-button:hover {
  border: 1px solid #e7f3f3;
}

.show-window-basket .clear-cart {
  border-bottom: 1px solid;
}

.show-window-basket .clear-cart:hover {
  border-bottom: 1px solid transparent;
}

.show-window-basket p span {
  color: #d52975;
}

.checkout-adress .item-value {
  position: relative;
}

.checkout-adress .item-value .nova-poshta-result {
  position: absolute;
  top: 37px;
  width: 100%;
  left: 0;
  background: #fff;
  padding: 8px 12px;
  list-style: none;
  z-index: 1;
  border: 1px solid #ced4da;
  border-top: 0px;
}

@media screen and (max-width: 767px) {
  .cart-element-remove {
    position: absolute;
    top: 15px;
    right: 15px;
    background: #fff;
    padding: 0px 6px;
  }
}

.cart-element-remove span {
  background: url(/images/close.svg?3184358c513fe082fe7f427ec067fe48) no-repeat center center;
  background-size: 100%;
  width: 12px;
  height: 12px;
  display: inline-block;
}

.cart-item {
  margin-bottom: 15px;
  padding: 15px 0px;
  font-family: "Futuran-Medium", sans-serif, Verdana;
  position: relative;
}

@media screen and (max-width: 767px) {
  .cart-item .image {
    margin-bottom: 10px;
  }
}

.cart-item .price {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.cart-item .price p {
  margin-right: 20px;
}

@media screen and (max-width: 767px) {
  .cart-item .price p {
    margin-right: 0px;
  }
}

.cart-info-block .new-my-button {
  width: 240px;
  display: inline-block;
}

@media screen and (max-width: 767px) {
  .cart-info-block .cart-total {
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 767px) {
  .modal-content {
    max-width: 350px;
    margin: 0px auto;
  }
}

#modal-cart {
  border-radius: 0px;
}

#modal-cart .modal-header {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

#modal-cart .modal-body {
  margin: 0px;
}

.quantity-price {
  white-space: nowrap;
}

.cart-checkout header .center-row {
  padding: 20px 0px 20px;
}

.cart-checkout .cart-total {
  width: 100%;
}

@media screen and (max-width: 767px) {
  .cart-checkout .cart-total {
    margin-bottom: 20px;
  }
}

.cart-checkout .cart-total .title {
  font-weight: bold;
  font-size: 1.1em;
}

.cart-checkout .cart-total .title span {
  font-weight: normal;
  font-size: 1;
}

.order-label {
  font-size: 1.2em;
  text-transform: uppercase;
  font-family: "Futuran-Medium", sans-serif, Verdana;
}

.video-block .dop-input {
  font-size: 14px;
  margin-top: 20px;
  width: 50%;
  border: 1px solid #ced4da;
  border-radius: 3px;
  padding: 6px 12px;
}

.video-block .left {
  padding: 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #000;
}

.video-block .video {
  padding-left: 0px;
  padding-right: 0px;
  width: 100%;
}

.video-block .video video {
  width: 100% !important;
  margin-bottom: -3px;
}

.video-block .form {
  padding: 60px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 767px) {
  .video-block .form {
    padding: 25px 15px;
  }
}

@media screen and (min-width: 992px) and (max-width: 1365px) {
  .video-block .form {
    padding: 30px;
  }
}

.video-block .form .want-sell .form-check-label {
  margin-left: 5px;
}

.video-block .form #contacts-form {
  max-width: 600px;
  margin: 0px auto;
  display: block;
}

.video-block .form #contacts-form .btn-now {
  margin: 0px auto !important;
  width: 230px;
}

.video-block .form .block-h2 {
  color: #827e7b;
  text-align: center;
  margin-bottom: 60px;
  font-size: 20px;
}

.video-block .form .block-h2 a {
  color: #e2111e;
  border-bottom: 1px solid;
}

.video-block .form .block-h2 a:hover {
  border-bottom: 1px solid transparent;
}

@media screen and (max-width: 767px) {
  .video-block .form .block-h2 {
    margin-bottom: 20px;
  }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  .video-block .form .block-h2 {
    margin: 0px 0px 40px;
  }
}

@media screen and (min-width: 992px) and (max-width: 1365px) {
  .video-block .form .block-h2 {
    margin-bottom: 25px;
  }
}

.video-block .form .label {
  color: #736f6c;
  font-size: 18px;
  line-height: 20px;
}

.video-block .form .level-block {
  padding: 20px;
  border: 2px solid #cdc9c6;
  margin-bottom: -2px;
  font-size: 0px;
}

.video-block .form .level-block .inline-block-50 {
  display: inline-block;
  vertical-align: top;
  width: 48%;
  margin-right: 4%;
}

@media screen and (max-width: 575px) {
  .video-block .form .level-block .inline-block-50 {
    width: 100%;
    margin-right: 0;
  }
}

.video-block .form .level-block .inline-block-50:nth-child(2) {
  margin-right: 0%;
}

@media screen and (max-width: 575px) {
  .video-block .form .level-block .inline-block-50:nth-child(2) {
    margin-top: 15px;
  }
}

.video-block .form .level-block .inline-block-33 {
  display: inline-block;
  vertical-align: top;
  width: 30.66666666%;
  margin-right: 4%;
}

@media screen and (max-width: 575px) {
  .video-block .form .level-block .inline-block-33 {
    width: 100%;
    margin-right: 0;
  }
}

.video-block .form .level-block .inline-block-33:nth-child(3) {
  margin-right: 0%;
}

@media screen and (max-width: 575px) {
  .video-block .form .level-block .inline-block-33:nth-child(3) {
    margin-top: 15px;
  }
}

.video-block .form .level-block .custom-select,
.video-block .form .level-block .form-control {
  font-size: 14px;
  cursor: pointer;
}

.video-block .form .level-block .custom-file {
  cursor: pointer;
  margin-bottom: 20px;
  display: inline-block;
  vertical-align: top;
  width: 48%;
  margin-right: 4%;
  font-size: 14px;
}

@media screen and (max-width: 575px) {
  .video-block .form .level-block .custom-file {
    width: 100%;
  }
}

.video-block .form .level-block .custom-file:nth-child(2n+1) {
  margin-right: 0%;
}

@media screen and (max-width: 575px) {
  .video-block .form .level-block .custom-file:nth-child(4) {
    margin-bottom: 20px !important;
  }
}

.video-block .form .level-block textarea {
  width: 100%;
  height: 80px;
  padding: 10px;
}

.video-block .form .form-group {
  margin-bottom: 0px;
}

.video-block .form .form-check {
  display: inline-block;
  vertical-align: top;
  margin-right: 20px;
  font-size: 14px;
}

@media screen and (max-width: 575px) {
  .video-block .form .form-check {
    width: 100%;
    margin-bottom: 5px;
    padding-left: 20px;
  }

  .video-block .form .form-check .form-check-input {
    position: absolute;
    margin-top: 0.3rem;
    margin-left: -20px;
  }
}

.video-block .form .form-check:last-child {
  margin-right: 0px;
}

.video-block .form .form-check label {
  cursor: pointer;
}

.video-block .form .text-info-block {
  text-align: center;
  margin-top: 20px;
  margin-bottom: 40px;
  color: #736f6c;
}

.video-block .form .text-info-block a {
  color: #e2111e;
  border-bottom: 1px solid;
}

.video-block .form .text-info-block a:hover {
  border-bottom: 1px solid transparent;
}

.video-block .form .text-info-block strong {
  font-weight: bold;
  font-style: normal;
}

.product-page-preview {
  margin-bottom: 14px;
  padding: 10px;
  background: #fff;
  border-radius: 12px;
  border: 2px solid #e8e8e8;
}

@media screen and (max-width: 767px) {
  .product-page-preview {
    margin-bottom: 10px;
  }
}

.product-page-preview.product-solds-preview > *:not(.not-blur) {
  -webkit-filter: blur(1px);
          filter: blur(1px);
}

.product-page-preview.product-solds-preview:after {
  content: '';
  display: block;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.6);
  z-index: 5;
  cursor: pointer;
}

.product-page-preview .reserved-line {
  position: absolute;
  top: 0px;
  bottom: 0px;
  font-size: 10px;
  color: #000;
  left: -10px;
  text-align: center;
  z-index: 2;
  text-transform: uppercase;
  padding: 0px;
  right: -10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: rgba(255, 255, 255, 0.6);
}

.product-page-preview .reserved-line span {
  width: 100%;
  font-size: 20px;
  font-family: "Gerbera-Bold", sans-serif, Verdana;
  color: #000;
  padding: 8px 0px;
}

.product-page-preview .price-div {
  font-size: 16px;
  color: #000 !important;
  font-family: "Gerbera-Bold", sans-serif, Verdana;
}

@media screen and (max-width: 767px) {
  .product-page-preview .price-div {
    font-size: 15px;
  }
}

@media screen and (max-width: 767px) {
  .product-page-preview .price-div .has-discount {
    font-size: 10px;
  }
}

.product-page-preview .favorite-block {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 30px;
  height: 30px;
  background: #fff !important;
  border-radius: 50%;
  z-index: 10;
}

@media screen and (max-width: 767px) {
  .product-page-preview .favorite-block {
    top: 2px;
    right: 0px;
  }
}

.product-page-preview .favorite-block:focus {
  outline: none;
}

.product-page-preview .brand p {
  margin-bottom: 5px;
  font-size: 16px;
  line-height: 18px;
  margin-top: 20px;
  text-transform: uppercase;
  font-family: "Gerbera-Bold", sans-serif, Verdana;
}

@media screen and (max-width: 767px) {
  .product-page-preview .brand p {
    font-size: 12px;
  }
}

.product-page-preview .image span {
  color: #fff;
  font-size: 25px;
  -webkit-transform: rotate(-15deg);
          transform: rotate(-15deg);
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}

.product-page-preview .remove {
  -webkit-filter: grayscale(80%);
          filter: grayscale(80%);
}

.product-page-preview .remove .bg-remove {
  height: 100%;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 2;
}

.product-page-preview .dop-prod-info {
  position: absolute;
  top: 10px;
  left: 10px;
  z-index: 10;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-right: 30px;
}

@media screen and (max-width: 767px) {
  .product-page-preview .dop-prod-info {
    top: 7px;
    left: 7px;
  }
}

.product-page-preview .status {
  padding: 8px 10px;
  text-align: center;
  line-height: 1;
  font-size: 11px !important;
  color: #000;
  z-index: 10;
  display: block !important;
  vertical-align: baseline;
  font-family: "Gerbera", sans-serif, Verdana;
  margin-right: 3px;
  margin-bottom: 3px;
}

@media screen and (max-width: 767px) {
  .product-page-preview .status {
    padding: 6px 4px;
    font-size: 9px !important;
  }
}

.product-page-preview .status.sale {
  color: #FFF !important;
  background: #e2111e !important;
}

.product-page-preview .status.recently.sold {
  color: #FFF !important;
  background: #000 !important;
}

.product-page-preview .status.reserved {
  color: #FFF !important;
  background: #9f11e2 !important;
}

.product-page-preview .status.ready {
  background: #F9F2D6 !important;
  color: #000 !important;
}

.product-page-preview .status.ret_accept {
  color: #FFF !important;
  background: #046306 !important;
}

.product-page-preview .ret-accept {
  text-align: center;
  line-height: 1;
  font-size: 11px;
  z-index: 10;
  display: inline-block;
  vertical-align: baseline;
  color: #FFF !important;
  background: #046306 !important;
  padding: 8px 11px;
}

@media screen and (max-width: 767px) {
  .product-page-preview .ret-accept {
    padding: 6px 4px;
  }
}

.product-page-preview .img-block {
  position: relative;
}

.product-page-preview .image {
  overflow: hidden;
}

.product-page-preview .image a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  overflow: hidden;
  height: 180px;
}

.product-page-preview .image img {
  width: 100%;
  -webkit-transition: 0.76s;
  transition: 0.76s;
  -o-object-fit: contain;
  object-fit: contain;
}

.product-page-preview .prod_title {
  margin: 5px 0px 5px;
  display: -webkit-box;
  display: -moz-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  -moz-line-clamp: 2;
  line-clamp: 2;
  height: 32px;
  text-overflow: ellipsis;
  overflow: hidden;
  text-transform: none;
  font-family: "Gerbera-Light", sans-serif, Verdana;
  font-size: 14px;
  line-height: 16px;
}

.product-page-preview .right {
  margin-top: 20px;
}

.product-page-preview .right .my-button {
  min-width: 150px;
  color: #d52975;
  display: none;
}

.product-page-preview .right .my-button:before {
  background: #d52975;
}

.product-page-preview .right .my-button:hover {
  color: #fff;
}

.product-page-preview .left {
  color: #736f6c;
}

.similar-container .block-h2 {
  margin-bottom: 40px;
}

#main-page-product-pages {
  padding: 50px 0px 50px;
  font-family: "Futuran-Medium", sans-serif, Verdana;
  font-size: 14px;
}

#main-page-product-pages .row {
  margin-right: -7px;
  margin-left: -7px;
}

#main-page-product-pages .row .product-item {
  padding-left: 7px;
  padding-right: 7px;
}

@media screen and (max-width: 767px) {
  #main-page-product-pages .row .product-item:nth-child(n+5) {
    display: none;
  }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  #main-page-product-pages .row .product-item:nth-child(n+7) {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  #main-page-product-pages {
    padding: 25px 0px 0px;
  }

  #main-page-product-pages .row {
    margin-right: -7px;
    margin-left: -7px;
  }
}

#main-page-product-pages .top-row {
  margin-bottom: 45px;
}

#main-page-product-pages .showcase {
  display: none;
}

#main-page-product-pages .showcase li {
  cursor: pointer;
  color: #736f6c;
}

#main-page-product-pages .showcase li.active {
  border-bottom: 1px solid #736f6c;
}

#main-page-product-pages .product-page-preview {
  margin-bottom: 14px;
}

@media screen and (max-width: 767px) {
  #main-page-product-pages .product-page-preview {
    margin-bottom: 10px;
  }
}

#main-page-product-pages .product-page-preview .status {
  padding: 8px 10px;
  text-align: center;
  line-height: 1;
  color: #ffffff;
  z-index: 10;
  display: inline-block;
}

@media screen and (max-width: 767px) {
  #main-page-product-pages .product-page-preview .status {
    padding: 6px 4px;
    font-size: 8px;
  }
}

#main-page-product-pages .product-page-preview .status.sale {
  background: #FFF;
  color: #e2111e;
}

#main-page-product-pages .product-page-preview .ret-accept {
  text-align: center;
  line-height: 1;
  font-size: 9px;
  color: #ffffff;
  z-index: 10;
  display: inline-block;
}

@media screen and (max-width: 767px) {
  #main-page-product-pages .product-page-preview .ret-accept {
    padding: 6px 4px;
    font-size: 8px;
  }
}

#main-page-product-pages .product-page-preview .image {
  overflow: hidden;
}

#main-page-product-pages .product-page-preview .image img {
  width: 100%;
  -webkit-transition: -webkit-transform 2s;
  transition: -webkit-transform 2s;
  transition: transform 2s;
  transition: transform 2s, -webkit-transform 2s;
}

#main-page-product-pages .product-page-preview .image:hover img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
}

#main-page-product-pages .product-page-preview .prod_title {
  margin: 0px 0px 15px;
}

#main-page-product-pages .product-page-preview .brand p {
  margin-top: 20px;
}

#main-page-product-pages .product-page-preview .right {
  margin-top: 20px;
}

#main-page-product-pages .product-page-preview .right .my-button {
  min-width: 150px;
  color: #d52975;
  display: none;
}

@media screen and (max-width: 767px) {
  #main-page-product-pages .product-page-preview .right .my-button {
    min-width: 100%;
  }
}

#main-page-product-pages .product-page-preview .right .my-button:before {
  background: #d52975;
}

#main-page-product-pages .product-page-preview .right .my-button:hover {
  color: #fff;
}

#main-page-product-pages .product-page-preview .left {
  color: #736f6c;
}

#similar-products-slider {
  width: 100%;
}

#similar-products-slider .product-page-preview {
  margin: 0px auto;
}

#similar-products-slider .prodSlider-front {
  padding-bottom: 40px;
  padding-top: 10px;
}

@media screen and (max-width: 767px) {
  #similar-products-slider .prodSlider-front {
    padding-top: 0px;
    padding-bottom: 0px;
  }
}

.product-page {
  font-family: "Gerbera", sans-serif, Verdana;
}

@media screen and (max-width: 767px) {
  .product-page .product-snippets-buttons {
    margin-top: 20px;
  }
}

.product-page #price-from-page .form-group .dollar-input {
  width: 50%;
  margin-right: 5%;
  position: relative;
}

.product-page #price-from-page .form-group .dollar-input .dollar-input-label {
  font-family: "Gerbera", sans-serif, Verdana;
  position: absolute;
  bottom: -8px;
  left: 10px;
  background: #fff;
  padding: 2px 4px;
  font-size: 10px;
}

.product-page #price-from-page .form-group .dollar-input input {
  border: 2px solid #E5E5E5;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 12px;
  height: 50px;
}

.product-page #price-from-page .form-group .new-my-button {
  width: 50%;
}

.product-page #photo-from-page .upload-form-widget {
  border-radius: 12px;
  border: 1px dashed #d3e0e9;
  background: #fff;
  outline: none;
  font-family: "Gerbera-Light", sans-serif, Verdana;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  min-height: 120px;
  -ms-flex-line-pack: center;
      align-content: center;
}

.product-page #photo-from-page .upload-form-widget:after {
  content: '';
  display: block;
  width: 30px;
  height: 30px;
  background: url(/images/add_picture.svg?282c996392027ad2d2fd0b1d6b7e45ad) no-repeat center center;
  border-radius: 50%;
}

.product-page #photo-from-page .upload-form-widget .text {
  font-size: 14px;
  width: 100%;
  padding: 4px 0 15px;
}

.product-page .new-description-block {
  margin-top: 50px;
}

@media screen and (max-width: 767px) {
  .product-page .new-description-block {
    margin-bottom: 15px;
    margin-top: 10px;
  }
}

.product-page .new-description-block .show-info-block {
  width: 25%;
}

@media screen and (max-width: 767px) {
  .product-page .new-description-block .show-info-block {
    width: 100%;
  }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  .product-page .new-description-block .show-info-block {
    width: 100%;
  }
}

.product-page .condition-block span {
  font-family: "Gerbera", sans-serif, Verdana;
  font-size: 16px;
}

@media screen and (max-width: 767px) {
  .product-page .condition-block span {
    font-size: 15px;
  }
}

.product-page #breadcrumb {
  margin: 15px 0px 40px 0px;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .product-page .prod-wish-block {
    position: absolute;
    top: 0px;
    right: 15px;
    z-index: 2;
  }
}

.product-page .prod-wish-block .wish-link {
  display: inline-block;
  vertical-align: middle;
  padding: 10px 0px;
  padding-right: 35px;
  position: relative;
  cursor: pointer;
}

@media screen and (max-width: 767px) {
  .product-page .prod-wish-block .wish-link {
    padding: 0px 0px;
    padding-right: 0px;
  }
}

.product-page #return-block a {
  font-weight: bold;
}

.product-page #return-block a:hover {
  color: #d52975;
}

.product-page .show-info-block.show-info .hide-block {
  display: block;
}

.product-page .show-info-block.show-info .plus-block {
  background: url(/images/arr-description-top.svg?117982d045f21bd0c9f3c2dc619a7a65) no-repeat center center, #F9F2D6 !important;
  background-size: 100% !important;
}

.product-page .show-info-block .title-block {
  padding: 30px 0px 30px 0px;
  font-size: 16px;
  cursor: pointer;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 767px) {
  .product-page .show-info-block .title-block {
    padding: 10px 0px 10px 0px;
    font-size: 20px;
  }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  .product-page .show-info-block .title-block {
    padding: 10px 0px 10px 0px;
    font-size: 20px;
  }
}

.product-page .show-info-block .title-block .plus-block {
  display: block;
  width: 24px;
  height: 24px;
  background: url(/images/arr-description-down.svg?b6e3da9a9a8d1b841cbc4a14e0b79725) no-repeat center center, #F9F2D6;
  background-size: 100%;
  margin-left: 10px;
  border-radius: 50%;
}

@media screen and (max-width: 767px) {
  .product-page .show-info-block .title-block .plus-block {
    margin-left: auto;
  }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  .product-page .show-info-block .title-block .plus-block {
    margin-left: auto;
  }
}

.product-page .show-info-block .hide-block {
  display: none;
  font-size: 14px;
  padding-right: 15px;
}

@media screen and (max-width: 767px) {
  .product-page .show-info-block .hide-block {
    padding-right: 0px;
    font-size: 13px;
  }
}

.product-page .show-info-block .lable {
  width: 130px;
  margin-bottom: 10px;
  font-size: 14px;
}

@media screen and (max-width: 767px) {
  .product-page .show-info-block .lable {
    width: 115px;
    margin-bottom: 15px;
    font-size: 13px;
  }
}

.product-page .country-location {
  display: inline-block;
  vertical-align: middle;
  padding: 10px 10px 10px 35px;
  position: relative;
  font-family: "Gerbera", sans-serif, Verdana;
  font-size: 16px;
  min-width: 150px;
}

@media screen and (max-width: 767px) {
  .product-page .country-location {
    vertical-align: top;
    min-width: 130px;
    font-size: 15px;
  }
}

.product-page .country-location:after {
  content: '';
  position: absolute;
  top: 5px;
  left: 0px;
  width: 30px;
  height: 30px;
  background: url(/images/location.svg?e39fff9d3bbf52c00a94d3a107683adc) no-repeat center center;
  background-size: 100%;
}

.product-page .prod-auth {
  display: inline-block;
  vertical-align: middle;
  font-family: "Gerbera", sans-serif, Verdana;
  font-size: 16px;
}

@media screen and (max-width: 767px) {
  .product-page .prod-auth {
    width: 150px;
    vertical-align: top;
    margin-top: 10px;
    font-size: 15px;
  }
}

.product-page .prod-auth .auth-name {
  display: inline-block;
  background: #e1d47f;
  padding: 3px 5px;
}

.product-page #product-page-slider {
  padding-right: 30px;
}

@media screen and (max-width: 767px) {
  .product-page #product-page-slider {
    padding-right: 0;
  }
}

.product-page #product-page-slider .slider {
  display: block;
  position: relative;
  z-index: 1;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media screen and (max-width: 767px) {
  .product-page #product-page-slider .slider {
    padding-left: 0px;
    overflow: hidden;
  }
}

.product-page #product-page-slider .slider-images-thumbs {
  padding: 0px 30px;
  position: relative;
}

.product-page #product-page-slider .slider-images-thumbs .arrow {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.product-page #product-page-slider .slider-images-thumbs .arrow i {
  display: none;
}

.product-page #product-page-slider .slider-images-thumbs .arrow.prev-arrow {
  left: 0;
  width: 30px;
  height: 15px;
  background: url(/images/prod-slide-arrow-top.svg?a5cc1586f1cbe28c828f7cbd17788b50) center center no-repeat;
  cursor: pointer;
  -webkit-transform: rotate(270deg);
          transform: rotate(270deg);
}

.product-page #product-page-slider .slider-images-thumbs .arrow.next-arrow {
  right: 0;
  width: 30px;
  height: 15px;
  background: url(/images/prod-slide-arrow-down.svg?21c6dae3b8950e9df3258b17815ab038) center center no-repeat;
  cursor: pointer;
  -webkit-transform: rotate(270deg);
          transform: rotate(270deg);
}

.product-page #product-page-slider .slider-images-thumbs .slider-images-thumbs-container {
  position: relative;
  overflow: hidden;
  display: block;
}

.product-page #product-page-slider .slider-images-thumbs .slider-images-thumbs-container .slider-images-thumbs-container-wrapper {
  position: relative;
  -webkit-transition-duration: 0.76s;
          transition-duration: 0.76s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-width: 100%;
}

.product-page #product-page-slider .slider-images-thumbs .slider-images-thumbs-container .slider-images-thumbs-container-wrapper .slider-images-thumbs-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.product-page #product-page-slider .slider-images-thumbs .slider-images-thumbs-container .slider-images-thumbs-container-wrapper .slider-images-thumbs-slide img {
  max-width: 100%;
  max-height: 60px;
  -o-object-fit: contain;
     object-fit: contain;
}

.product-page #product-page-slider .thumb-dots {
  left: 0;
  top: 0px;
  z-index: 10;
  height: 490px;
  overflow: auto;
  width: 76px;
}

@media screen and (max-width: 767px) {
  .product-page #product-page-slider .thumb-dots {
    height: 200px;
  }
}

.product-page #product-page-slider .slider-thumb-dots {
  position: absolute;
  width: 100%;
  height: 100%;
  top: -65px;
  overflow: hidden;
}

.product-page #product-page-slider .thumb-dots-block {
  margin-bottom: 10px;
  min-height: 65px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #fff;
}

.product-page #product-page-slider .thumb-dots-block.active {
  border: 1px solid #000;
}

.product-page #product-page-slider .thumb-dots-block img {
  margin: 0px;
  -webkit-filter: grayscale(0%);
          filter: grayscale(0%);
  opacity: 1;
  width: 65px;
  height: 65px;
  -o-object-fit: contain;
     object-fit: contain;
  background: #fff;
}

.product-page #product-page-slider .slides {
  width: 100%;
}

@media screen and (max-width: 767px) {
  .product-page #product-page-slider .slides {
    padding-left: 0px;
  }
}

.product-page #product-page-slider .slides img {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

@media screen and (max-width: 767px) {
  .product-page #product-page-slider .slides img {
    max-height: 85%;
  }
}

.product-page #product-page-slider .slides .zoom-on-hover {
  text-align: center;
  position: relative;
  overflow: hidden;
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
  margin-bottom: 30px;
  height: 410px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media screen and (max-width: 767px) {
  .product-page #product-page-slider .slides .zoom-on-hover {
    height: 260px;
  }
}

.product-page #product-page-slider .slides .zoom {
  position: absolute;
  -webkit-transform-origin: top left;
  transform-origin: top left;
  height: auto;
  opacity: 0;
}

@media screen and (max-width: 767px) {
  .product-page #product-page-slider .slides .zoom {
    display: none !important;
  }
}

.product-page .bottom-container .show-video {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #eee;
  margin-top: 20px;
  padding: 20px 0px;
}

@media screen and (max-width: 767px) {
  .product-page .bottom-container .show-video {
    padding: 14px 0px;
    margin-bottom: 15px;
  }
}

.product-page .bottom-container .show-video:after {
  display: none;
}

.product-page .bottom-container .show-video:before {
  content: '';
  width: 32px;
  height: 32px;
  background: url(/images/add_video.svg?88a146c2612b7e1021e414d1cc2c96d0) no-repeat center center;
  margin-right: 10px;
}

.product-page .right {
  color: #1c1b1b;
  position: relative;
  padding-right: 0px;
  font-size: 0.9rem;
}

.product-page .right .new-comments-block .show-review {
  font-size: 20px;
  padding: 20px 0px 0px;
}

.product-page .right .new-comments-block .show-review.active:after {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.product-page .right .new-comments-block .show-review:after {
  background: url(/images/arr-description-down.svg?b6e3da9a9a8d1b841cbc4a14e0b79725) no-repeat center center, #000;
  background-size: 100%;
  border-radius: 50%;
  transition-duration: 0.76s;
  -webkit-transition-duration: 0.76s;
  -moz-transition-duration: 0.76s;
  -o-transition-duration: 0.76s;
  -ms-transition-duration: 0.76s;
}

.product-page .right.wish-block button {
  outline: none;
  font-family: "Gerbera", sans-serif, Verdana;
  font-size: 16px;
}

@media screen and (max-width: 767px) {
  .product-page .right.wish-block button {
    font-size: 0px;
  }
}

.product-page .right.wish-block button i {
  margin-left: 10px !important;
}

@media screen and (max-width: 767px) {
  .product-page .right.wish-block button i {
    margin-left: 0px !important;
    font-size: 20px;
  }
}

@media screen and (max-width: 767px) {
  .product-page .right.wish-block {
    padding: 0px;
  }
}

@media screen and (max-width: 767px) {
  .product-page .right {
    padding-left: 15px;
    padding-top: 0px;
    padding-right: 15px;
  }
}

.product-page h1 {
  font-family: "Gerbera", sans-serif, Verdana;
  font-size: 30px;
  font-weight: lighter;
  color: #000;
  margin-bottom: 15px;
  text-transform: none;
}

@media screen and (max-width: 767px) {
  .product-page h1 {
    padding-right: 35px;
  }
}

.product-page .status {
  display: inline-block;
  vertical-align: top;
  font-family: "Gerbera-Light", sans-serif, Verdana;
  font-size: 16px;
  padding: 4px 16px;
  border-radius: 4px;
  margin-bottom: 20px;
  margin-right: 5px;
}

.product-page .status.ret_accept {
  color: #FFF !important;
  background: #046306 !important;
}

.product-page .status.ready_to_ship {
  background: #F9F2D6 !important;
  color: #000 !important;
}

.product-page .my-button {
  min-width: 100%;
}

.product-page .my-button.type_2 {
  margin-bottom: 20px;
  border: 1px solid #d52975;
  color: #d52975;
  background: transparent;
}

.product-page .my-button.type_2:before {
  background-color: #e7f3f3;
  -webkit-transform-origin: right center;
  transform-origin: right center;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}

.product-page .my-button.type_2:hover {
  border: 1px solid #e7f3f3;
  color: #000;
}

.product-page .my-button.type_2:hover:before {
  -webkit-transform-origin: left center;
  transform-origin: left center;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
}

.product-page .my-button:hover {
  border: 1px solid #e7f3f3;
  color: #000;
}

.product-page .my-button.edit-button {
  display: inline-block;
  min-width: 50%;
}

@media screen and (max-width: 767px) {
  .product-page .my-button.edit-button {
    min-width: 100%;
    margin-top: 10px;
  }
}

.product-page .edit-dollar-input {
  display: inline-block;
}

@media screen and (max-width: 767px) {
  .product-page .edit-dollar-input {
    display: block;
  }
}

.product-page .lable {
  display: inline-block;
  width: 150px;
  margin-bottom: 15px;
  font-family: "Gerbera", sans-serif, Verdana;
  font-size: 16px;
}

@media screen and (max-width: 767px) {
  .product-page .lable {
    width: 130px;
    font-size: 15px;
  }
}

.product-page .lable a,
.product-page .lable span {
  font-weight: 300;
}

.product-page .color-block .img-thumbnail {
  border-radius: 0px;
  padding: 3px;
}

.product-page .new-price {
  font-family: "Gerbera-Bold", sans-serif, Verdana;
  font-size: 16px;
}

@media screen and (max-width: 767px) {
  .product-page .new-price {
    font-size: 15px;
  }
}

.product-page .has-discount + .new-price {
  font-size: 16px;
  font-family: "Gerbera-Bold", sans-serif, Verdana;
  color: #ff0000;
  line-height: 24px;
}

.product-page .equipment-block span {
  margin-right: 5px;
}

.product-page .equipment-block span:after {
  content: ',';
}

.product-page .equipment-block span:last-child:after {
  content: '';
}

.product-page .question-block {
  position: relative;
  display: inline-block;
  vertical-align: bottom;
  width: 25px;
  height: 25px;
  margin-left: 10px;
}

.product-page .question-block:after {
  content: '';
  display: block;
  position: absolute;
  cursor: pointer;
  width: 20px;
  height: 20px;
  background: url(/images/new-question.svg?5ef97965c3aa51536f53861f79d29487) no-repeat center center;
  background-size: 20px;
  text-align: center;
  bottom: 3px;
  right: 5px;
  -webkit-transition: 0.76s;
  transition: 0.76s;
}

.product-page .question-block:hover .block-info {
  visibility: visible;
  opacity: 1;
}

.product-page .question-block .block-info {
  visibility: hidden;
  opacity: 0;
  width: 320px;
  padding: 5px 15px 15px;
  border: 1px solid #ddd;
  top: 34px;
  left: -150px;
  position: absolute;
  z-index: 4;
  background-color: #fff;
  -webkit-transition: opacity .7s, visibility .7s;
  transition: opacity .7s, visibility .7s;
}

.product-page .question-block .block-info.active {
  visibility: visible;
  opacity: 1;
}

@media screen and (max-width: 767px) {
  .product-page .question-block .block-info {
    max-width: 300px;
    left: auto;
    margin-left: 0px;
    right: -70px;
  }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  .product-page .question-block .block-info {
    left: -230px;
  }
}

.product-page .question-block .block-info:before {
  content: '';
  display: inline-block;
  position: absolute;
  border: 1px solid;
  border-color: transparent #ddd #ddd transparent;
  width: 16px;
  height: 16px;
  left: 50%;
  top: -17px;
  -webkit-transform: translate(-50%, 50%) rotate(-135deg);
  transform: translate(-50%, 50%) rotate(-135deg);
  background-color: #fff;
}

@media screen and (max-width: 767px) {
  .product-page .question-block .block-info:before {
    left: 72%;
  }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  .product-page .question-block .block-info:before {
    left: 75%;
  }
}

.product-page .question-block .block-info p {
  font-size: 12px;
  text-transform: none;
  line-height: 18px;
  color: #717171;
  margin-bottom: 0px;
  font-family: "Gerbera-Light", sans-serif, Verdana;
}

.product-page .question-block .block-info p b {
  font-family: "Gerbera-Bold", sans-serif, Verdana;
  margin-top: 8px;
  display: block;
}

.product-page .description {
  margin-bottom: 10px;
}

.product-page .description .lable {
  margin-bottom: 0px;
  display: inline-block;
  vertical-align: top;
}

@media screen and (max-width: 767px) {
  .product-page .description .description-text {
    width: 100%;
    margin-top: 10px;
  }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  .product-page .description .description-text {
    max-width: 100%;
  }
}

.product-page .description p {
  display: inline;
}

@media screen and (max-width: 767px) {
  .product-page .sizeBracelets > .lable {
    display: block;
  }

  .product-page .sizeBracelets .size-block {
    width: 50%;
    margin-right: 0px;
  }
}

.product-page .size-block {
  margin-right: 20px;
  display: inline-block;
  vertical-align: top;
}

@media screen and (max-width: 767px) {
  .product-page .size-block {
    margin-right: 8px;
  }
}

.product-page .size-block .lable {
  margin-right: 10px;
  width: auto;
  font-weight: lighter;
}

.product-page .sizeBagsBlock {
  display: inline-block;
  vertical-align: top;
  width: 360px;
}

@media screen and (max-width: 767px) {
  .product-page .sizeBagsBlock {
    width: 100%;
    padding-left: 115px;
    margin-left: -115px;
  }
}

.product-page .productt-page-menu-ul {
  margin-bottom: 0px;
}

.product-page .productt-page-menu-ul li {
  padding: 30px 0px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 16px;
  cursor: pointer;
}

@media screen and (max-width: 767px) {
  .product-page .productt-page-menu-ul li {
    padding: 10px 0px;
    font-size: 20px;
  }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  .product-page .productt-page-menu-ul li {
    padding: 10px 0px;
    font-size: 20px;
  }
}

.product-page .productt-page-menu-ul li:after {
  content: '';
  background: url(/images/arr-description-down.svg?b6e3da9a9a8d1b841cbc4a14e0b79725) no-repeat center center;
  background-size: 100%;
  width: 24px;
  height: 24px;
  margin-left: 10px;
}

@media screen and (max-width: 767px) {
  .product-page .productt-page-menu-ul li:after {
    margin-left: auto;
  }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  .product-page .productt-page-menu-ul li:after {
    margin-left: auto;
  }
}

.product-page .productt-page-menu-ul li.active:after {
  background: url(/images/arr-description-top.svg?117982d045f21bd0c9f3c2dc619a7a65) no-repeat center center;
  background-size: 100%;
}

.product-page .about-product-block {
  display: none;
}

.product-page .about-product-block.active {
  display: block;
  margin-bottom: 40px;
}

.product-page .reviews-product-block {
  display: none;
}

.product-page .reviews-product-block.active {
  display: block;
  margin-bottom: 40px;
  min-height: 40px;
}

.product-page .product-video {
  display: none;
}

.product-page .product-video iframe {
  width: 100%;
  height: 100%;
}

.product-page .product-video.active {
  display: block;
  margin-bottom: 40px;
}

.product-page #commentary #wrapper-comment-form {
  background: #fff;
}

.product-page #commentary #wrapper-comment-form form {
  width: 100%;
  margin-bottom: 25px;
}

@media screen and (max-width: 767px) {
  .product-page #commentary #wrapper-comment-form form {
    width: 100%;
  }
}

.product-page #commentary #wrapper-comment-form form button {
  margin: 0px auto;
  min-width: 180px;
}

.product-page .top-btn a {
  background: #F9FAFB;
  margin: 40px 0px 30px;
}

.product-page .top-btn a:hover {
  background: #f3f3f3;
}

.product-page .top-btn .icon-btn {
  background: url(/images/htb-icon-4.svg?2ddebba398635fcc7a112ad5499a71a1) no-repeat center center;
  width: 90px;
  height: 90px;
  margin-right: 8px;
  margin-left: 8px;
}

@media screen and (max-width: 767px) {
  .product-page .top-btn .icon-btn {
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 5px;
  }
}

.product-page .top-btn .button {
  padding: 25px 5px;
  width: 100%;
}

.product-page .top-btn .main {
  font-size: 26px;
  padding-left: 18px;
}

@media screen and (max-width: 767px) {
  .product-page .top-btn .main {
    padding-left: 0px;
  }
}

.product-page .top-btn .sub {
  font-size: 12px;
}

.product-page .bottom-btn {
  margin-bottom: 15px;
}

.product-page .right-btn .icon-btn {
  background: url(/images/protecting.svg?b8c97977cb24bcc41df06ec539a6e6a5) no-repeat center center;
  background-size: 100%;
}

.product-page .bottom-block {
  text-transform: uppercase;
  margin-top: 15px;
  display: inline-block;
}

@media screen and (max-width: 767px) {
  .product-page .bottom-block {
    padding-left: 15px !important;
  }
}

.product-page .reserv-block {
  position: absolute;
  right: 15px;
  padding: 5px 15px;
  top: 0px;
  background: #e2111e;
}

.product-page .reserv-block p {
  margin: 0px;
  line-height: 13px;
  color: #fff;
}

.disable-btn {
  background: #e2111e !important;
  color: #fff !important;
}

.disable-btn:before {
  display: none !important;
}

.product-video {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  background-color: #000000;
}

.video__link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.video__media {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
}

.video__button {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
  display: none;
  padding: 0;
  width: 68px;
  height: 48px;
  border: none;
  background-color: transparent;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  cursor: pointer;
}

.video__button-shape {
  fill: #212121;
  fill-opacity: 0.8;
}

.video__button-icon {
  fill: #ffffff;
}

.video__button:focus {
  outline: none;
}

.video:hover .video__button-shape,
.video__button:focus .video__button-shape {
  fill: #ff0000;
  fill-opacity: 1;
}

/* Enabled */

.video--enabled {
  cursor: pointer;
}

.video--enabled .video__button {
  display: block;
}

.similar-container {
  margin-top: 50px;
}

.similar-container .product-page-preview .right {
  display: none;
}

.prod-img-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  overflow: hidden;
  height: 180px;
}

.prod-img-center img {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.shotmedia {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.shotmedia .thumb-nail-nav-clip {
  overflow: hidden;
  position: relative;
}

.shotmedia .thumb-nail-nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.shotmedia .thumb-nail-nav ul li {
  margin: 0px 10px;
  width: 100%;
  height: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.shotmedia .thumb-nail-nav ul img {
  max-width: 100%;
  max-height: 90%;
  -o-object-fit: contain;
     object-fit: contain;
}

.shotmedia .scroll-up {
  width: 30px;
  height: 15px;
  background: url(/images/prod-slide-arrow-top.svg?a5cc1586f1cbe28c828f7cbd17788b50) center center no-repeat;
  cursor: pointer;
  -webkit-transform: rotate(270deg);
          transform: rotate(270deg);
}

.shotmedia .scroll-down {
  width: 30px;
  height: 15px;
  background: url(/images/prod-slide-arrow-down.svg?21c6dae3b8950e9df3258b17815ab038) center center no-repeat;
  cursor: pointer;
  -webkit-transform: rotate(270deg);
          transform: rotate(270deg);
}

@media screen and (max-width: 767px) {
  .shotmedia .scroll-down {
    margin: 280px auto 0px;
  }
}

.edit-from-page .saved-file-edit {
  display: none;
}

.report-checkbox {
  width: 100%;
}

.report-and-soc {
  padding-top: 10px;
}

@media screen and (max-width: 767px) {
  .report-and-soc {
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media screen and (max-width: 767px) {
  .report-and-soc .soc-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.report-and-soc .soc-link p {
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
  margin-bottom: 0;
  font-family: "Gerbera", sans-serif, Verdana;
  font-size: 20px;
}

.report-and-soc .soc-link #share-buttons {
  display: inline-block;
  vertical-align: middle;
}

@media screen and (max-width: 767px) {
  .report-and-soc .soc-link #share-buttons {
    margin-left: auto;
  }
}

.report-and-soc .soc-link #share-buttons .share-buttons-list {
  margin-bottom: 0;
}

@media screen and (max-width: 767px) {
  .button-report {
    margin-bottom: 30px;
  }
}

.button-report .report-link {
  cursor: pointer;
  font-family: "Gerbera", sans-serif, Verdana;
  font-size: 16px;
  color: #FA556B;
  display: inline;
  border-bottom: 1px solid;
}

@media screen and (max-width: 767px) {
  .button-report .report-link {
    text-align: left !important;
    font-size: 16px;
    letter-spacing: 0px;
  }
}

.my-reservations .product-page-preview {
  margin-bottom: 0;
}

.my-reservations .product-page-preview .my-reservations-item-preview {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-line-pack: justify;
      align-content: space-between;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.my-reservations .product-page-preview .my-reservations-btn {
  padding-top: 8px;
  padding-bottom: 11px;
  width: 100%;
}

.my-reservations .product-page-preview .cencel-btn {
  display: none;
  bottom: 10px;
  text-align: center;
  left: 0;
  right: 0;
}

.my-reservations .product-page-preview .cencel-btn .my-black-btn {
  width: 90%;
  padding-top: 8px;
  padding-bottom: 11px;
}

.my-reservations .product-page-preview .right {
  margin-top: 0px;
}

.my-reservations .product-page-preview .prod_title {
  font-size: 0.85rem;
  text-align: center;
  font-family: "Gerbera-Light", sans-serif, Verdana;
  margin: 0 0 15px;
}

.my-reservations .product-page-preview .lable {
  display: block;
  margin-bottom: 2px;
  font-size: 0.95rem;
  color: #000;
  font-family: "Gerbera-Bold", sans-serif, Verdana;
}

.my-reservations .product-page-preview .lable span {
  font-family: "Gerbera-Light", sans-serif, Verdana;
  font-size: 0.85rem;
}

.my-reservations .product-page-preview .info-style-text {
  margin-top: 10px;
}

.my-reservations .product-page-preview .timer {
  margin-top: 18px;
}

.product-info-block a {
  padding: 30px 0 15px;
  display: inline-block;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 12px;
  letter-spacing: .2em;
  cursor: pointer;
}

.product-info-block .product-info-inner {
  display: none;
  font-size: 12px !important;
}

.product-info-block .product-info-sign {
  float: right;
  max-width: 15px;
  margin-top: 30px;
  cursor: pointer;
}

.product-info-block .product-info-plus {
  display: inline-block;
}

.product-info-block .product-info-minus {
  display: none;
}

.comment-errors {
  color: #a94442;
}

@media screen and (max-width: 767px) {
  .comment-errors {
    font-size: 11px;
  }
}

#comments-list {
  padding: 0;
}

#comments-list .comment-item {
  display: block;
  padding-top: 10px;
}

#comments-list li {
  border-bottom: 1px solid #ccc;
  padding-bottom: 7px;
  margin-bottom: 7px;
}

#comments-list li p {
  font-size: 14px;
  line-height: 22px;
  margin-bottom: 15px;
}

#comments-list .comment-child {
  margin-left: 15px;
}

#comments-list .comment-child .list-group {
  padding-left: 20px;
  border-top: 1px solid #ccc;
  padding-top: 5px;
  margin-top: 5px;
  margin-bottom: 0;
}

#comments-list .comment-child .list-group li {
  margin-bottom: 15px;
}

#comments-list .comment-child .list-group li p {
  font-size: 16px;
  line-height: 25px;
  margin-bottom: 15px;
  font-family: "ProximaNova-Regular", sans-serif;
}

.comments-title,
.comments-title span {
  font-size: 24px !important;
  color: #000;
  padding: 0 !important;
  vertical-align: top;
  background: transparent !important;
  font-weight: 500;
  line-height: 26px;
  font-family: "Futuran-Medium", sans-serif, Verdana;
  margin-bottom: 20px;
}

.comment-response-list-count.badge {
  font-size: 10px !important;
}

#show-comment-form {
  border: 1px solid;
  border-radius: 0;
  position: absolute;
  right: 0px;
  top: -45px;
  outline: 0;
}

#show-comment-form:focus {
  outline: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.comment-item-published {
  opacity: 0.7;
}

.modal-header .close span {
  font-size: 35px;
  font-weight: normal;
  line-height: 1;
}

#comment-modal-form label {
  display: block;
  font-weight: normal;
}

#comment-modal-form .edit .radio label {
  display: inline-block;
}

#comment-modal-form .edit .radio label i {
  color: #7bbe30;
  font-size: 15px;
  padding: 0;
}

#comment-modal-form .edit .media-button-comment {
  margin-bottom: 15px;
}

.comment-modal .modal-footer {
  display: block;
}

.otziv-title {
  font-size: 20px;
}

.otziv-title span {
  font-size: inherit;
  font-family: inherit;
  color: #555;
  margin-left: 5px;
}

.empty-comment {
  font-size: 20px;
  color: #222;
}

.comment-top-line {
  margin-bottom: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.comment-top-line div {
  display: inline-block;
}

.comment-top-line .date {
  float: right;
  color: #555555;
  font-size: 14px;
}

.comment-top-line .autor span {
  margin-right: 5px;
  font-size: 18px;
  color: #000;
}

.comment-top-line .rating i {
  color: #7bbe30;
  font-size: 15px;
  padding: 0;
}

.comment-top-line .bued {
  font-size: 16px;
  padding-left: 20px;
  color: #7bbe30;
  background-size: 16px;
}

.comment-text-block {
  line-height: 1.1;
  font-size: 17px;
  margin-bottom: 5px;
}

.comm-soc-links button {
  width: 15px;
  height: 15px;
  float: none !important;
  display: inline-block !important;
  vertical-align: middle !important;
  margin-left: 5px !important;
  min-width: 25px;
  font-size: 0;
  opacity: 0.8;
  border: none;
}

.comm-soc-links button:hover {
  opacity: 1;
}

.comm-soc-links button.comment-likes {
  background: url(/images/like2.svg?9dd3ebdccbedfb74903a41ab4f951f48) no-repeat left center;
  background-size: 15px;
}

.comm-soc-links button.comment-dislikes {
  background: url(/images/dislike.svg?593396619be1f8a5dba547450340b555) no-repeat left center;
  background-size: 15px;
}

.comm-soc-links button.comment-spam {
  background: url(/images/messenger.svg?8e11abdb63a3491c750f319ccc8e9bb7) no-repeat center center;
  background-size: 15px;
  padding-left: 5px;
  border-left: 2px solid #dddddd;
  width: 30px;
}

.comm-soc-links button .badge {
  margin-left: 10px;
  text-decoration: none;
  font-size: 8px !important;
  border-bottom: 1px solid #9bda55;
  line-height: 13px;
  color: #fff;
  padding: 0 4px !important;
  background-color: #7bbe30 !important;
}

.type-comment {
  border-bottom: 1px solid #ccc;
  padding-top: 10px;
  padding-bottom: 10px;
  cursor: pointer;
}

.type-comment button {
  display: block;
  width: 100%;
  height: 100%;
  font-size: 18px;
  color: #000;
  line-height: 1;
  border: none;
  background: transparent;
}

.type-comment button:hover {
  border: none;
  background: transparent;
}

.type-comment:nth-child(1) {
  border-right: 1px solid #ccc;
}

.type-comment.active {
  border-bottom: 1px solid #7bbe30;
}

#wrapper-comment-form .radio span,
#wrapper-comment-form .radio label {
  display: inline-block;
  vertical-align: middle;
  padding-left: 0;
}

#wrapper-comment-form .radio label {
  margin: 0;
}

#wrapper-comment-form .radio label i {
  color: #736f6c;
  font-size: 18px;
  padding: 0;
  margin: 0;
}

#wrapper-comment-form .form-group {
  margin-top: 10px;
}

#wrapper-comment-form .form-group label {
  display: none;
}

.comm-manage-links .btn {
  text-decoration: none;
  margin-right: 2px;
  border: none;
  outline: none;
}

.comm-manage-links .btn:focus {
  outline: none;
  background: none;
}

.comm-manage-links .btn span {
  text-decoration: none;
  font-size: 12px;
  border-bottom: 1px solid #736f6c;
  line-height: 18px;
  color: #736f6c;
}

@media screen and (max-width: 767px) {
  .comm-manage-links .btn span {
    font-size: 14px;
  }
}

.comm-manage-links .btn span.badge {
  text-decoration: none;
  font-size: 8px !important;
  border-bottom: 1px solid #736f6c;
  line-height: 13px;
  margin-left: 2px;
  color: #fff;
  padding: 0 4px !important;
  background-color: #736f6c !important;
}

.comm-manage-links .btn span:hover {
  border-bottom: 1px dotted transparent;
}

.comm-manage-links .btn:hover,
.comm-manage-links .btn:focus,
.comm-manage-links .btn:active {
  background: transparent;
  border-color: transparent;
  -webkit-box-shadow: 0 0 0 transparent;
  box-shadow: 0 0 0 transparent;
}

.comm-manage-links .btn.comment-response {
  padding-left: 20px;
  background: url(/images/previou2.svg?e2aacc01094e3fe28e0d0c96c90e948c) no-repeat 0 9px;
  background-size: 14px;
  margin-right: 7px;
}

@media screen and (max-width: 767px) {
  .comm-manage-links .btn.comment-response {
    margin-right: 5px;
  }
}

.comm-manage-links .btn.comment-response-list {
  padding-left: 20px;
  background: url(/images/comment-bubbl2.svg?0854fd20405fb070aeb5cf721d722c69) no-repeat 0 9px;
  background-size: 14px;
}

#wrapper-comment-form {
  background: #fcfcfc;
  margin: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  display: block;
  position: relative;
  z-index: 1;
}

#wrapper-comment-form .comment-form .radio label input {
  width: auto;
}

#wrapper-comment-form .comment-form .radio span {
  font-size: 18px;
  color: #636b6f;
}

#wrapper-comment-form form .form-star ul,
#wrapper-comment-form form .form-star label {
  display: inline-block;
  vertical-align: middle;
}

#wrapper-comment-form form .form-star ul {
  margin-bottom: 0;
  margin-left: 15px;
}

#wrapper-comment-form form .form-star ul li {
  color: #7bbe30;
  font-size: 18px;
  padding: 0;
}

#wrapper-comment-form form label {
  font-size: 18px;
  font-weight: normal;
  display: block;
  line-height: 1;
}

#wrapper-comment-form form input,
#wrapper-comment-form form textarea {
  font-size: 16px;
  line-height: 20px;
  color: #000;
  padding: 7px 7px 4px;
  width: 100%;
  height: 35px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 12px;
  border: 2px solid #E5E5E5;
}

#wrapper-comment-form form input::-webkit-input-placeholder,
#wrapper-comment-form form textarea::-webkit-input-placeholder {
  color: #E5E5E5 !important;
}

#wrapper-comment-form form input::-moz-placeholder,
#wrapper-comment-form form textarea::-moz-placeholder {
  color: #E5E5E5 !important;
}

#wrapper-comment-form form input:-moz-placeholder,
#wrapper-comment-form form textarea:-moz-placeholder {
  color: #E5E5E5 !important;
}

#wrapper-comment-form form input:-ms-input-placeholder,
#wrapper-comment-form form textarea:-ms-input-placeholder {
  color: #E5E5E5 !important;
}

#wrapper-comment-form form input:focus::-webkit-input-placeholder,
#wrapper-comment-form form textarea:focus::-webkit-input-placeholder {
  color: transparent !important;
}

#wrapper-comment-form form input:focus::-moz-placeholder,
#wrapper-comment-form form textarea:focus::-moz-placeholder {
  color: transparent !important;
}

#wrapper-comment-form form input:focus:-moz-placeholder,
#wrapper-comment-form form textarea:focus:-moz-placeholder {
  color: transparent !important;
}

#wrapper-comment-form form input:focus:-ms-input-placeholder,
#wrapper-comment-form form textarea:focus:-ms-input-placeholder {
  color: transparent !important;
}

#wrapper-comment-form form textarea {
  height: 120px;
  resize: none;
}

#wrapper-comment-form form .media-button-comment button,
#wrapper-comment-form form .media-button-comment span {
  display: inline-block;
  vertical-align: middle;
  margin-right: 15px;
}

#wrapper-comment-form form .media-button-comment span {
  margin-right: 0;
}

#wrapper-comment-form form .media-button-comment span.dopinf {
  width: 220px;
  font-size: 14px;
  line-height: 1.1;
  color: #555;
}

@media screen and (max-width: 767px) {
  #wrapper-comment-form form .media-button-comment span.dopinf {
    width: 160px;
  }
}

#wrapper-comment-form form .media-button-comment button {
  width: 80px;
  border: 1px solid #ccc;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 43px 10px 10px;
  text-align: center;
  -webkit-box-shadow: 3px 7px 15px -5px #b3b3b3;
  -o-box-shadow: 3px 7px 15px -5px #b3b3b3;
  box-shadow: 3px 7px 15px -5px #b3b3b3;
}

#wrapper-comment-form form .media-button-comment button span {
  margin-right: 0;
  color: #7bbe30;
  border-bottom: 1px solid #9bda55;
  line-height: 18px;
  text-transform: none;
  font-size: 15px;
}

#wrapper-comment-form form .media-button-comment button span.badge {
  text-decoration: none;
  font-size: 8px !important;
  border-bottom: 1px solid #9bda55;
  line-height: 13px;
  color: #fff;
  padding: 0 4px !important;
  background-color: #7bbe30 !important;
}

#wrapper-comment-form form .media-button-comment button:hover {
  border-color: #7bbe30;
}

#wrapper-comment-form form .media-button-comment button:hover span {
  border-bottom: 1px dotted transparent;
}

#wrapper-comment-form form .media-button-comment button.show-modal-picture {
  background: url(/images/pictur2.svg?00060c45986e90efd0f16c00c570e16a) no-repeat center 15px;
  background-size: 28px;
}

#wrapper-comment-form form .media-button-comment button.show-modal-video {
  background: url(/images/video-play2.svg?9808007db300dfaaa1f7bce402abd489) no-repeat center 15px;
  background-size: 28px;
}

.product-block-commentary {
  margin-top: 30px;
}

.right_com {
  padding: 0 0 0 30px;
}

.comment-image-box img {
  max-width: 100px;
  margin-bottom: 20px;
}

#commentary {
  margin: 20px 0 40px;
  position: relative;
}

#commentary .comment-form-buttons .btn {
  border: 1px solid #ededed;
  display: inline-block;
  vertical-align: top;
  width: 50%;
  padding: 15px;
  border-radius: 0;
  font-size: 18px;
}

@media screen and (max-width: 767px) {
  #commentary .comment-form-buttons .btn {
    padding: 10px;
    font-size: 14px;
  }
}

#commentary .comment-form-buttons .btn:focus {
  outline: none;
}

#commentary .comment-form-buttons .btn.active {
  background: none;
  border-bottom: 1px solid #00b2e8;
}

#commentary .comment-form-buttons .btn:hover {
  background: none;
  color: #00b2e8;
}

#commentary .comment-form-buttons .btn:nth-child(1) {
  border-right: 0;
}

#commentary .close-form {
  position: absolute;
  right: -10px;
  top: -10px;
  font-size: 0;
  text-transform: uppercase;
  cursor: pointer;
  z-index: 10;
  display: block;
  width: 20px;
  height: 20px;
  background: url(/images/clse.svg?52f94331777b8f2d8d62b4e651d5d681) no-repeat center center, #00b2e8;
  background-size: 6px;
  color: #fff;
  text-align: center;
  border-radius: 50%;
  border: 2px solid #fff;
  -webkit-box-shadow: 0 0 11px rgba(0, 0, 0, 0.7);
  box-shadow: 0 0 11px rgba(0, 0, 0, 0.7);
  opacity: 1;
}

#commentary #wrapper-comment-form {
  position: relative;
}

@media screen and (max-width: 767px) {
  #commentary #wrapper-comment-form {
    margin-bottom: 20px;
  }
}

#commentary #wrapper-comment-form form {
  border-top: 0;
}

#commentary .list-of-comments {
  padding-left: 30px;
}

@media screen and (max-width: 767px) {
  #commentary .list-of-comments {
    padding-left: 0;
  }
}

.form-dop-info {
  font-size: 12px;
  line-height: 22px;
  font-family: "ProximaNova-Regular", sans-serif;
  color: #a7a4a4;
}

.preview-slide img {
  width: 100px;
  margin-bottom: 15px;
}

.preview-video {
  margin-bottom: 15px;
}

.success-sent {
  font-size: 24px;
  color: #636b6f;
  text-align: center;
}

.btn-save-comment-attributes {
  text-align: center;
  padding: 11px 15px;
  font-size: 20px;
  line-height: 20px;
  border: 0 solid #dbdbdb;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-family: "Neusa-SemiBold", sans-serif;
  text-transform: uppercase;
  cursor: pointer;
  height: 41px;
  display: inline-block;
  vertical-align: top;
  border-radius: 3px;
  background: #7bbe30;
  color: #fff;
}

.btn-save-comment-attributes:hover {
  background: #93e33a;
}

.btn-cancel-comment-attributes {
  text-align: center;
  padding: 11px 15px;
  font-size: 20px;
  line-height: 20px;
  border: 0 solid #dbdbdb;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-family: "Neusa-SemiBold", sans-serif;
  text-transform: uppercase;
  cursor: pointer;
  height: 41px;
  display: inline-block;
  vertical-align: top;
  border-radius: 3px;
  margin-left: 20px !important;
  background: #eee;
  color: #636b6f;
}

.btn-cancel-comment-attributes:hover {
  background: #d0cfcf;
}

img.mfp-img {
  max-width: 100vw !important;
  max-height: 100vh !important;
}

#comment-modal-form .close {
  margin: 0px;
  position: absolute;
  right: -10px;
  top: -20px;
}

.advantages-container {
  padding: 60px 0px;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}

.advantages-container .block-h2 {
  margin-bottom: 45px;
}

.advantages-container .advantages-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-family: "Futuran-Medium", sans-serif, Verdana;
}

.advantages-container .advantages-item img {
  margin-right: 15px;
}

.advantages-container .advantages-item .text p {
  color: #999;
  margin-bottom: 0px;
}

.advantages-container .advantages-item .main {
  font-size: 24px;
  padding-top: 10px;
  color: #555;
  line-height: 28px;
  text-transform: inherit;
  margin-bottom: 5px;
  font-family: "Futuran-Medium", sans-serif, Verdana;
}

.advantages-container .advantages-item .adv-icon {
  margin-right: 15px;
  width: 70px;
  height: 70px;
}

.advantages-container .left .adv-icon {
  background: url(/images/data.svg?a9a9fc92306e1b1a433e78bf65f743cc) no-repeat center center;
  background-size: 100%;
}

.advantages-container .center .adv-icon {
  background: url(/images/credit-card.svg?9e5b607a72119b2cafddc5b9ba83ea6c) no-repeat center center;
  background-size: 100%;
}

.advantages-container .right .adv-icon {
  background: url(/images/box.svg?0cbc22c98704dfc1bdcc6c24da9360d3) no-repeat center center;
  background-size: 100%;
}

.insta-block {
  padding: 30px 0px 0px;
}

.insta-block .block-h2 {
  margin-bottom: 25px;
}

@media screen and (max-width: 767px) {
  .insta-block .block-h2 {
    font-size: 15px;
    line-height: 26px;
  }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  .insta-block .block-h2 {
    font-size: 30px;
    line-height: 36px;
  }
}

.insta-block .block-h2 a {
  color: #d52975;
}

.insta-block .center {
  font-size: 0px;
}

.details-screen {
  padding: 30px 15px;
}

.details-screen .pofile-body .form-group {
  margin-bottom: 40px;
}

.details-screen .pofile-body .form-group.border-red input {
  border: 2px solid #ff0000;
}

@media screen and (max-width: 767px) {
  .details-screen .pofile-body .form-group {
    margin-bottom: 10px;
  }
}

.details-screen .pofile-body .form-group label {
  font-size: 18px;
  line-height: 1.2;
  font-family: "Gerbera", sans-serif, Verdana;
}

@media screen and (max-width: 767px) {
  .details-screen .pofile-body .form-group label {
    font-size: 14px;
  }
}

.details-screen .pofile-body .form-group .form-control {
  background: #FFFFFF;
  border: 1px solid #C7C7C7;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 12px !important;
  height: 50px;
}

.details-screen .pofile-body .form-group .form-control.border-red {
  border: 2px solid #ff0000;
}

.details-screen .pofile-body .form-group .el-input__inner {
  background: #FFFFFF;
  border: 1px solid #C7C7C7;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 12px !important;
  height: 50px;
}

.details-screen .sales-info-style {
  margin-top: 8px;
  margin-bottom: 0px;
}

.details-screen .block-h2 {
  margin-top: 13px;
  margin-bottom: 40px;
}

.details-screen .img-thumbnail {
  border: 0px;
  border-radius: 0;
}

.details-screen .order-item,
.details-screen .items-preview {
  position: relative;
}

.details-screen .order-item .button-bottom,
.details-screen .items-preview .button-bottom {
  position: absolute;
  bottom: 0px;
  left: 15px;
  right: 15px;
}

.details-screen .order-item .text-description,
.details-screen .items-preview .text-description {
  margin: 5px 0px 5px;
  font-size: 15px;
  line-height: 1.3;
  font-family: "Gerbera-Light", sans-serif, Verdana;
}

.details-screen .order-item .text-description a,
.details-screen .items-preview .text-description a {
  border-bottom: 1px solid #d52975;
  font-family: "Gerbera-Bold", sans-serif, Verdana;
}

.details-screen .order-item .text-description a:hover,
.details-screen .items-preview .text-description a:hover {
  border-bottom: 1px solid transparent;
}

.details-screen .order-item .name,
.details-screen .items-preview .name {
  margin: 5px 0px 5px;
  width: 100%;
  overflow: hidden;
  display: -webkit-box;
  display: -moz-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  -moz-line-clamp: 2;
  line-clamp: 2;
  line-height: 1.2;
  text-overflow: ellipsis;
  font-size: 0.85rem;
  min-height: 32px;
}

.details-screen .order-item .manufacturer,
.details-screen .items-preview .manufacturer {
  margin-top: 8px;
  font-size: 12px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
}

.details-screen label {
  font-weight: lighter !important;
  color: #736f6c;
  display: block;
}

.details-screen .ref-number {
  font-size: 0.85rem;
}

.details-screen .lable span {
  font-weight: 300;
}

.details-screen .btn-my-items {
  padding: 4px 12px;
  color: #d52975;
  background: #000;
  width: 100%;
  display: block;
  text-align: center;
  font-size: 18px;
  line-height: 1.2;
  border-radius: 4px;
  border: none;
}

.details-screen .btn-my-items.btn-edit {
  margin-top: 8px;
}

.details-screen .btn-my-items:hover {
  background: #d52975;
  color: #000;
}

.details-screen .btn-my-items:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: 0px;
}

@media screen and (max-width: 767px) {
  #my-details.active {
    display: none;
  }
}

#my-details .modal-mask .block-h2 {
  text-transform: unset !important;
}

#my-details .modal-mask .prod-block {
  padding: 40px !important;
}

#my-details .name {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#my-details .name p {
  text-transform: inherit;
  margin-bottom: 0px;
}

#my-details .square {
  height: 70px;
  width: 70px;
  border: 2px solid #555;
  text-align: center;
  margin-right: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 35px;
}

#my-details .form-control {
  border-radius: 0;
}

#my-details .form-control:disabled {
  background: #efefef;
}

#my-details .text-danger {
  line-height: 0;
}

#my-details .left-btn {
  margin-right: 15px;
}

@media screen and (max-width: 767px) {
  #my-details .left-btn {
    display: block;
    width: 100%;
    margin: 0px 3px 15px;
  }
}

@media screen and (max-width: 575px) {
  #my-details .left-btn {
    margin: 0px auto 15px;
  }
}

@media screen and (max-width: 767px) {
  #my-details .right-btn {
    display: block;
    width: 100%;
    margin: 0px 3px 15px;
  }
}

@media screen and (max-width: 575px) {
  #my-details .right-btn {
    margin: 0px auto 15px;
  }
}

@media screen and (max-width: 767px) {
  #my-details .my-details-buttons {
    margin-top: 20px;
  }
}

@media screen and (max-width: 767px) {
  #my-details .my-details-buttons .my-button {
    padding: 14px 8px;
  }
}

.user-menu {
  list-style: none;
  padding: 0px;
  margin: 0px;
}

.user-menu li {
  border-bottom: 1px solid #ccc;
}

.user-menu li a,
.user-menu li span {
  padding: 10px 25px;
  display: block;
  color: #736f6c;
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  .user-menu li a,
  .user-menu li span {
    padding: 10px 10px;
  }
}

.user-menu li span {
  color: #d52975;
}

.menu-top-panel {
  background: #000;
}

@media screen and (max-width: 767px) {
  .menu-top-panel {
    overflow-x: auto;
  }

  .menu-top-panel .container {
    width: 830px;
    max-width: 830px;
  }

  .menu-top-panel .container .user-menu {
    padding: 15px 0px;
  }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  .menu-top-panel {
    overflow-x: auto;
  }

  .menu-top-panel .container {
    width: 700px;
    max-width: 700px;
  }

  .menu-top-panel .container .user-menu {
    padding: 15px 0px;
  }

  .menu-top-panel .container .user-menu li {
    margin: 0px 4px;
  }

  .menu-top-panel .container .user-menu li a,
  .menu-top-panel .container .user-menu li span {
    font-size: 12px;
  }
}

.menu-top-panel .seller-button span {
  border-radius: 8px;
  background: #F9F2D6;
  color: #000;
  text-align: center;
  font-size: 14px;
  line-height: 22px;
  padding: 6px 18px;
  cursor: pointer;
  font-family: "Gerbera", sans-serif, Verdana;
  min-width: 100px;
}

@media screen and (max-width: 767px) {
  .menu-top-panel .seller-button span {
    margin-right: 15px;
  }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  .menu-top-panel .seller-button span {
    margin-right: 15px;
  }
}

.menu-top-panel .seller-button span.go-back {
  display: none;
  background: url(/images/arrow-back.svg?843142265f8655ab9bc2e20773a15142) no-repeat left 5px center, #F9F2D6;
  background-size: 16px;
}

.menu-top-panel .seller-button.open-buy .go-back {
  display: block;
}

.menu-top-panel .seller-button.open-buy .sell {
  display: none;
}

.menu-top-panel .user-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 20px;
}

.menu-top-panel .user-menu li {
  margin: 0px 15px;
}

@media screen and (max-width: 767px) {
  .menu-top-panel .user-menu li {
    margin: 0px 8px;
  }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  .menu-top-panel .user-menu li {
    margin: 0px 8px;
  }
}

.menu-top-panel li {
  border-bottom: none;
}

.menu-top-panel li a,
.menu-top-panel li span {
  white-space: nowrap;
  font-size: 14px;
  line-height: 1.2;
  padding: 4px;
  font-family: "Gerbera", sans-serif, Verdana;
}

.menu-top-panel li a {
  color: #E3E3E3;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.menu-top-panel li a:hover {
  font-family: "Gerbera-Bold", sans-serif, Verdana;
}

.menu-top-panel li span {
  font-family: "Gerbera-Bold", sans-serif, Verdana;
  color: #fff;
}

#my-authentications .img-thumbnail {
  border: 0px;
  border-radius: 0;
}

#my-authentications .catalog-status {
  background: #fff;
  color: #000 !important;
  position: absolute;
  padding: 8px 10px;
  text-align: center;
  line-height: 1;
  font-size: 11px;
  top: 0px;
  z-index: 10;
}

#my-authentications .catalog-status.reserved {
  color: #FFF !important;
  background: #9f11e2 !important;
}

#my-authentications .catalog-status.sale {
  color: #FFF !important;
  background: #e2111e !important;
}

#my-authentications .catalog-status.ret_accept {
  color: #FFF !important;
  background: #046306 !important;
}

#my-authentications .catalog-status.recently.sold {
  color: #FFF !important;
  background: #000 !important;
}

#my-authentications .catalog-status.ready {
  background: #F9F2D6 !important;
  color: #000 !important;
}

#my-authentications .bottom-status {
  color: #fff;
  text-align: center;
  padding: 2px 0px;
  margin-top: 10px;
}

#my-authentications .bottom-status.online,
#my-authentications .bottom-status.review,
#my-authentications .bottom-status.auth,
#my-authentications .bottom-status.accepted {
  background: #29d599;
}

#my-authentications .bottom-status.declined,
#my-authentications .bottom-status.decline1,
#my-authentications .bottom-status.decline2,
#my-authentications .bottom-status.fake {
  background: #e3342f;
}

#my-authentications .bottom-status.new,
#my-authentications .bottom-status.await {
  background: #f0d643;
}

#my-authentications .bottom-status.relist,
#my-authentications .bottom-status.action {
  background: #f0d643;
}

#my-authentications .moderation-status {
  position: absolute;
  top: 10px;
  left: 5px;
  padding: 0px 10px;
  text-transform: uppercase;
  color: #fff;
  background: #d52975;
  font-size: 13px;
}

#my-authentications .moderation-status:before {
  content: ' ';
  position: absolute;
  width: 0;
  height: 0;
  left: 0px;
  top: 100%;
  border-width: 5px 5px;
  border-style: solid;
  border-color: #b52162 #b52162 transparent transparent;
}

#my-authentications .filter-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

#my-authentications .filter-block .filter-item input {
  background: #F9FAFB;
  text-align: center;
  border: none;
  color: #000;
  font-family: "Gerbera", sans-serif, Verdana;
  font-size: 24px;
  line-height: 1.2;
  padding-top: 15px;
  padding-bottom: 20px;
  height: auto;
}

@media screen and (max-width: 767px) {
  #my-authentications .filter-block .filter-item input {
    font-size: 18px;
    line-height: 1.2;
    padding-top: 10px;
    padding-bottom: 10px;
  }
}

#my-authentications .filter-block .filter-item input::-webkit-input-placeholder {
  color: #000;
  font-family: "Gerbera", sans-serif, Verdana;
  font-size: 24px;
  line-height: 1.2;
}

@media screen and (max-width: 767px) {
  #my-authentications .filter-block .filter-item input::-webkit-input-placeholder {
    font-size: 18px;
    line-height: 1.2;
  }
}

#my-authentications .filter-block .filter-item input::-moz-placeholder {
  color: #000;
  font-family: "Gerbera", sans-serif, Verdana;
  font-size: 24px;
  line-height: 1.2;
}

@media screen and (max-width: 767px) {
  #my-authentications .filter-block .filter-item input::-moz-placeholder {
    font-size: 18px;
    line-height: 1.2;
  }
}

#my-authentications .filter-block .filter-item input:-ms-input-placeholder {
  color: #000;
  font-family: "Gerbera", sans-serif, Verdana;
  font-size: 24px;
  line-height: 1.2;
}

@media screen and (max-width: 767px) {
  #my-authentications .filter-block .filter-item input:-ms-input-placeholder {
    font-size: 18px;
    line-height: 1.2;
  }
}

#my-authentications .filter-block .filter-item .el-select__caret,
#my-authentications .filter-block .filter-item .el-icon-arrow-down {
  color: #000;
  font-weight: bold;
}

#my-authentications .bottom-status {
  margin-top: 0px;
  padding: 2px 12px;
  border-radius: 4px;
}

#my-authentications .btn-my-items {
  margin-bottom: 0px;
  width: 190px;
  margin-top: 0px;
}

@media screen and (max-width: 767px) {
  #my-authentications .btn-my-items {
    width: 180px;
    font-size: 15px;
  }
}

#my-authentications .manufacturer {
  font-family: "Gerbera-Bold", sans-serif, Verdana;
  font-size: 16px;
  font-weight: bold;
}

#my-authentications .show-link {
  margin-top: 5px;
  cursor: pointer;
  display: inline-block;
  margin-bottom: 0px;
  border-bottom: 1px solid #d52975;
}

#my-authentications .show-link:hover {
  border-bottom: 1px solid transparent;
}

#my-authentications .created_at {
  font-size: 1rem;
}

#my-authentications .my-authethication-status {
  font-family: "Gerbera-Light", sans-serif, Verdana;
  font-size: 14px;
}

#my-payments .pay-items {
  margin-bottom: 20px;
  margin-right: -5px;
  margin-left: -5px;
}

#my-payments .pay-items .pay-item {
  padding-left: 5px;
  padding-right: 5px;
}

#my-payments .pay-items label {
  font-size: 15px;
  font-family: "Gerbera", sans-serif, Verdana;
  padding: 15px 0px 15px 25px;
  position: relative;
}

#my-payments .pay-items label.active:before {
  background: #57d25a !important;
  background-size: 100%;
  border: 1px solid #57d25a;
}

#my-payments .pay-items label:before {
  content: '';
  display: block;
  width: 17px;
  height: 17px;
  border-radius: 4px;
  border: 1px solid #000;
  position: absolute;
  top: 50%;
  left: 0px;
  -webkit-transform: translate(0px, -50%);
          transform: translate(0px, -50%);
}

#my-payments .pay-items label input {
  display: none;
}

#my-payments .pay-items .el-radio__label {
  color: #000;
  font-size: 16px;
}

#my-payments .pay-items .el-radio + label {
  font-size: 12px;
}

#my-payments .body-item {
  margin-bottom: 15px;
}

#my-payments .body-item .bottom {
  border-bottom: 1px solid #eee;
}

#my-payments .item-photo {
  text-align: center;
}

#my-payments .item-photo img {
  max-width: 75%;
  padding: 15px 0px;
  max-height: 150px;
}

#my-payments .payment-details {
  margin: 20px auto 0px;
  text-align: center;
}

@media screen and (max-width: 767px) {
  #my-payments .payment-details {
    margin: 20px auto 20px;
  }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  #my-payments .payment-details {
    margin: 20px auto 20px;
  }
}

#my-payments .payment-details .form-group {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}

@media screen and (max-width: 767px) {
  #my-payments .payment-details .form-group {
    margin-bottom: 15px;
    width: 100%;
  }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  #my-payments .payment-details .form-group {
    margin-bottom: 25px;
  }
}

#my-payments .payment-details .form-group label {
  font-family: "Gerbera", sans-serif, Verdana;
  font-size: 18px;
}

#my-payments .payment-details .form-group input {
  display: block;
  width: 270px;
  border-radius: 4px;
}

@media screen and (max-width: 767px) {
  #my-payments .payment-details .form-group input {
    width: 100%;
  }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  #my-payments .payment-details .payment-swift {
    font-size: 0px;
  }
}

#my-payments .payment-details .payment-swift .form-group {
  margin-right: 95px;
}

@media screen and (max-width: 767px) {
  #my-payments .payment-details .payment-swift .form-group {
    margin-right: 0px;
    width: 100%;
  }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  #my-payments .payment-details .payment-swift .form-group {
    margin-right: 4% !important;
    width: 48%;
  }

  #my-payments .payment-details .payment-swift .form-group input {
    width: 100%;
  }

  #my-payments .payment-details .payment-swift .form-group:nth-child(2n) {
    margin-right: 0 !important;
  }
}

#my-payments .payment-details .payment-swift .form-group:nth-child(3n+3) {
  margin-right: 0;
}

#my-payments .payment-details .two-types {
  text-align: left;
  width: 640px;
  margin: 0px auto;
}

@media screen and (max-width: 767px) {
  #my-payments .payment-details .two-types {
    width: 100%;
  }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  #my-payments .payment-details .two-types {
    width: 100%;
    font-size: 0px;
  }
}

#my-payments .payment-details .two-types .form-group {
  margin-right: 95px;
}

@media screen and (max-width: 767px) {
  #my-payments .payment-details .two-types .form-group {
    margin-right: 0px;
  }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  #my-payments .payment-details .two-types .form-group {
    width: 48%;
    margin-right: 4%;
  }

  #my-payments .payment-details .two-types .form-group input {
    width: 100%;
  }
}

#my-payments .payment-details .two-types .form-group:nth-child(2n+2) {
  margin-right: 0;
}

#my-payments .payment-details .dop-info-message {
  font-family: "Gerbera", sans-serif, Verdana;
  color: red;
  font-size: 20px;
  margin-bottom: 25px;
}

#my-payments .payment-details .dop-info-message-bl {
  font-family: "Gerbera", sans-serif, Verdana;
  font-size: 20px;
  color: #000;
  margin-bottom: 25px;
}

#my-payments .black-button {
  font-family: "Gerbera", sans-serif, Verdana;
  font-size: 18px;
  background: #000;
  border-radius: 4px;
  text-decoration: none;
  border-color: #000;
  color: #fff;
  text-transform: none;
  padding: 11px 15px;
  min-width: 270px;
}

#my-payments .black-button:hover {
  background: #fff;
  color: #000;
}

.registr-text {
  font-size: 12px;
  margin-bottom: 15px !important;
}

.registr-text a {
  border-bottom: 1px solid;
}

.registr-text a:hover {
  border-bottom: 1px solid transparent;
}

.reset-text {
  margin-bottom: 20px;
  text-align: center;
}

.order-history {
  margin-top: 40px;
}

.order-history .uoh-header-item .header-item {
  font-size: 16px;
  padding: 5px 0px;
  border-bottom: 1px solid #e2e0e0;
}

@media screen and (max-width: 767px) {
  .order-history .uoh-header-item .header-item {
    font-size: 12px;
  }
}

@media screen and (max-width: 767px) {
  .order-history .order-history-item {
    font-size: 11px;
  }
}

@media screen and (max-width: 767px) {
  .order-history .item-photo {
    padding-right: 0px !important;
  }

  .order-history .item-photo img {
    max-width: 100% !important;
  }
}

.empty-history {
  font-size: 18px;
  padding: 10px 0px;
}

.log-face .add-facebook-acount {
  background: #3c5a99;
  color: #fff;
  padding: 6px 25px;
  display: inline-block;
  vertical-align: top;
  border: none;
  line-height: 48px;
}

.log-face .add-facebook-acount:hover {
  background: #5a7bbe;
  color: #fff;
}

.log-face .add-google-acount {
  line-height: 45px;
  background: #EB4335;
  border: 0px;
}

.log-face .add-google-acount:hover {
  background: #e51c0b;
}

.log-face .google {
  display: none;
  background: url(/images/google-icon.svg?14137f89247c1ab0eb29e8b75ef6e9d6) no-repeat center center;
  background-size: 20px auto;
  width: 25px;
  height: 20px;
  margin-top: 5px;
  margin-right: 7px;
}

.payments-screen .form-control {
  border-radius: 0;
}

.deliver-block .el-select,
.deliver-block .form-control {
  margin-bottom: 10px;
}

.deliver-block .el-input {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
}

.deliver-block .el-input .el-input__inner {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
}

.img-order {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 180px;
}

.img-order img {
  height: auto !important;
  -o-object-fit: contain;
     object-fit: contain;
}

.confirm-regtext {
  margin-bottom: 0px;
  padding: 272px 0px;
  font-size: 18px;
  font-family: "Futuran-Medium", sans-serif, Verdana;
  text-transform: uppercase;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .confirm-regtext {
    padding: 120px 0px;
  }
}

#my-account .square {
  height: 70px;
  width: 70px;
  border: 2px solid #555;
  text-align: center;
  margin-right: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 35px;
}

.bg-account {
  position: relative;
}

.bg-account .name-block .square {
  background: #fff;
}

@media screen and (max-width: 767px) {
  .bg-account .name-block .square {
    height: 46px !important;
    width: 46px !important;
    font-size: 24px !important;
  }
}

.bg-account .bg-account-img {
  background: url(/images/my-account-bg.png?fd656dedb6b68bb8735307ff609c3b1e) no-repeat center right;
  background-size: 90%;
  display: block;
  width: 100%;
  height: 380px;
  margin-bottom: 20px;
}

@media screen and (max-width: 767px) {
  .bg-account .bg-account-img {
    height: 170px;
    margin-bottom: 0px;
  }
}

@media screen and (max-width: 575px) {
  .bg-account .bg-account-img {
    height: 130px;
    margin-bottom: 0px;
  }
}

.bg-account .hi-text {
  font-family: "Gerbera-Light", sans-serif, Verdana;
  font-size: 38px;
  line-height: 52px;
  position: absolute;
  top: 50px;
  left: 0px;
  z-index: 10;
}

@media screen and (max-width: 767px) {
  .bg-account .hi-text {
    font-size: 24px;
    line-height: 38px;
    top: 25px;
  }
}

@media screen and (max-width: 575px) {
  .bg-account .hi-text {
    font-size: 18px;
    line-height: 32px;
    top: 5px;
  }
}

.details-mob .user-menu-side-bar {
  display: block !important;
}

.sales-status {
  color: #fff;
  text-align: center;
  padding: 4px 0px;
  margin-top: 10px;
  background: #d52975;
  font-size: 10px;
  text-transform: uppercase;
}

.info-style-text {
  font-size: 14px;
  line-height: 18px;
  font-family: "Gerbera-Light", sans-serif, Verdana;
  padding: 3px;
  color: #e3342f !important;
}

@media screen and (max-width: 767px) {
  .info-style-text {
    font-size: 13px;
    line-height: 18px;
  }
}

@media screen and (max-width: 767px) {
  .my-account .details-mob {
    display: block !important;
  }
}

.my-item-bord-my-items-preview .bottom-status {
  color: #000 !important;
  text-align: left !important;
  padding: 2px 0px;
  margin-top: 10px;
  background: #fff !important;
}

.my-item-bord-my-items-preview .bottom-status.online,
.my-item-bord-my-items-preview .bottom-status.review,
.my-item-bord-my-items-preview .bottom-status.auth,
.my-item-bord-my-items-preview .bottom-status.accepted {
  color: #5FB97F !important;
}

.my-item-bord-my-items-preview .bottom-status.declined,
.my-item-bord-my-items-preview .bottom-status.decline1,
.my-item-bord-my-items-preview .bottom-status.decline2,
.my-item-bord-my-items-preview .bottom-status.fake {
  color: #e3342f !important;
}

.my-item-bord-my-items-preview .bottom-status.new,
.my-item-bord-my-items-preview .bottom-status.await {
  color: #f0d643 !important;
}

.my-item-bord-my-items-preview .bottom-status.relist,
.my-item-bord-my-items-preview .bottom-status.action {
  color: #f0d643 !important;
}

.wishList .row {
  margin-left: -7px;
  margin-right: -7px;
}

.wishList .row .product-item {
  padding-left: 7px;
  padding-right: 7px;
}

#my-reservations .cancel-status {
  padding: 8px 18px;
  text-align: center;
  line-height: 1;
  color: #ffffff !important;
  z-index: 10;
  display: inline-block;
  background: #e3342f !important;
  border-radius: 4px;
  font-family: "Gerbera", sans-serif, Verdana;
}

@media screen and (max-width: 767px) {
  #my-reservations .mobile-timer .timer {
    margin-top: 0px;
  }

  #my-reservations .mobile-timer .timer .day,
  #my-reservations .mobile-timer .timer .hour,
  #my-reservations .mobile-timer .timer .min,
  #my-reservations .mobile-timer .timer .sec {
    font-size: 12px;
    margin: 0 1px;
  }

  #my-reservations .mobile-timer .timer .number {
    padding: 2px 4px 4px 4px;
    width: 22px;
  }
}

@media screen and (max-width: 767px) {
  .wishList .brand-prod-info .brand p {
    margin-top: 0px;
  }

  .wishList .brand-prod-info .product-info .prod_title {
    height: auto;
  }
}

.other-container {
  padding: 40px 0px 0px;
}

@media screen and (max-width: 767px) {
  .other-container {
    padding: 15px 0px 0px;
  }
}

.other-container .brands-container.row {
  margin-left: -7px;
  margin-right: -7px;
}

.other-container .brands-container.row .col-item {
  padding-left: 7px;
  padding-right: 7px;
}

.other-container .item-brands.sale-item .name-item {
  color: #FA556B;
}

.other-container .item-brands:nth-child(2) .item-block {
  background-size: cover;
}

.other-container .item-brands:nth-child(3) .item-block {
  background-size: cover;
}

.other-container .item-brands:nth-child(4) {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.other-container .item-brands:nth-child(4) .item-block {
  background: url(/images/item3.jpg?b382954a4cd36e05b77c66173ee90b48) no-repeat center center;
  background-size: cover;
}

.other-container .item-brands:nth-child(5) {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.other-container .item-brands:nth-child(5) .item-block {
  background: url(/images/ysl-2.jpg?d8fa36d7393e3a01f67cb2156754a6ab) no-repeat center center;
  background-size: cover;
}

.other-container .item-brands:hover .item-block {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}

.other-container .item-block {
  background-size: cover;
  height: 275px;
  overflow: hidden;
  -webkit-transition: -webkit-transform 8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: -webkit-transform 8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: transform 8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: transform 8s cubic-bezier(0.25, 0.46, 0.45, 0.94), -webkit-transform 8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  .other-container .item-block {
    height: 250px;
  }
}

@media screen and (max-width: 767px) {
  .other-container .item-block {
    height: 250px;
  }
}

@media screen and (min-width: 992px) and (max-width: 1365px) {
  .other-container .item-block {
    height: 370px;
  }
}

.other-container .item {
  background-size: cover;
  background-position: center;
  height: 100%;
  width: 100%;
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition: -webkit-transform 8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: -webkit-transform 8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: transform 8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: transform 8s cubic-bezier(0.25, 0.46, 0.45, 0.94), -webkit-transform 8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.other-container .item:after {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(4, 4, 4, 0.65)), to(rgba(54, 54, 54, 0.2)));
  background-image: linear-gradient(to top, rgba(4, 4, 4, 0.65), rgba(54, 54, 54, 0.2));
}

.other-container .name-item {
  padding: 36px 0px;
  margin-bottom: 0 !important;
  color: #fff;
  text-align: center;
  z-index: 100;
  background: #000;
  font-family: "Gerbera-Bold", sans-serif, Verdana;
  font-size: 16px;
  line-height: 30px;
  border-radius: 12px;
}

@media screen and (max-width: 767px) {
  .other-container .name-item {
    padding: 18px 0px;
    margin-bottom: 15px !important;
    font-size: 14px;
    line-height: 18px;
  }
}

.other-container .name-item p {
  margin: 8px 0px;
  position: relative;
  z-index: 10;
  text-transform: uppercase;
}

/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */

/* FONT PATH
 * -------------------------- */

@font-face {
  font-family: 'FontAwesome';
  src: url(/fonts/vendor/font-awesome/fontawesome-webfont.eot?674f50d287a8c48dc19ba404d20fe713);
  src: url(/fonts/vendor/font-awesome/fontawesome-webfont.eot?674f50d287a8c48dc19ba404d20fe713) format("embedded-opentype"), url(/fonts/vendor/font-awesome/fontawesome-webfont.woff2?af7ae505a9eed503f8b8e6982036873e) format("woff2"), url(/fonts/vendor/font-awesome/fontawesome-webfont.woff?fee66e712a8a08eef5805a46892932ad) format("woff"), url(/fonts/vendor/font-awesome/fontawesome-webfont.ttf?b06871f281fee6b241d60582ae9369b9) format("truetype"), url(/fonts/vendor/font-awesome/fontawesome-webfont.svg?912ec66d7572ff821749319396470bde) format("svg");
  font-weight: normal;
  font-style: normal;
}

.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* makes the font 33% larger relative to the icon container */

.fa-lg {
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}

.fa-2x {
  font-size: 2em;
}

.fa-3x {
  font-size: 3em;
}

.fa-4x {
  font-size: 4em;
}

.fa-5x {
  font-size: 5em;
}

.fa-fw {
  width: 1.28571429em;
  text-align: center;
}

.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none;
}

.fa-ul > li {
  position: relative;
}

.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: 0.14285714em;
  text-align: center;
}

.fa-li.fa-lg {
  left: -1.85714286em;
}

.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eee;
  border-radius: .1em;
}

.fa-pull-left {
  float: left;
}

.fa-pull-right {
  float: right;
}

.fa.fa-pull-left {
  margin-right: .3em;
}

.fa.fa-pull-right {
  margin-left: .3em;
}

/* Deprecated as of 4.4.0 */

.pull-right {
  float: right;
}

.pull-left {
  float: left;
}

.fa.pull-left {
  margin-right: .3em;
}

.fa.pull-right {
  margin-left: .3em;
}

.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}

.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}

@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}

.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  transform: rotate(270deg);
}

.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
  transform: scale(-1, 1);
}

.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
  transform: scale(1, -1);
}

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  -webkit-filter: none;
          filter: none;
}

.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}

.fa-stack-1x,
.fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}

.fa-stack-1x {
  line-height: inherit;
}

.fa-stack-2x {
  font-size: 2em;
}

.fa-inverse {
  color: #fff;
}

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */

.fa-glass:before {
  content: "\F000";
}

.fa-music:before {
  content: "\F001";
}

.fa-search:before {
  content: "\F002";
}

.fa-envelope-o:before {
  content: "\F003";
}

.fa-heart:before {
  content: "\F004";
}

.fa-star:before {
  content: "\F005";
}

.fa-star-o:before {
  content: "\F006";
}

.fa-user:before {
  content: "\F007";
}

.fa-film:before {
  content: "\F008";
}

.fa-th-large:before {
  content: "\F009";
}

.fa-th:before {
  content: "\F00A";
}

.fa-th-list:before {
  content: "\F00B";
}

.fa-check:before {
  content: "\F00C";
}

.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "\F00D";
}

.fa-search-plus:before {
  content: "\F00E";
}

.fa-search-minus:before {
  content: "\F010";
}

.fa-power-off:before {
  content: "\F011";
}

.fa-signal:before {
  content: "\F012";
}

.fa-gear:before,
.fa-cog:before {
  content: "\F013";
}

.fa-trash-o:before {
  content: "\F014";
}

.fa-home:before {
  content: "\F015";
}

.fa-file-o:before {
  content: "\F016";
}

.fa-clock-o:before {
  content: "\F017";
}

.fa-road:before {
  content: "\F018";
}

.fa-download:before {
  content: "\F019";
}

.fa-arrow-circle-o-down:before {
  content: "\F01A";
}

.fa-arrow-circle-o-up:before {
  content: "\F01B";
}

.fa-inbox:before {
  content: "\F01C";
}

.fa-play-circle-o:before {
  content: "\F01D";
}

.fa-rotate-right:before,
.fa-repeat:before {
  content: "\F01E";
}

.fa-refresh:before {
  content: "\F021";
}

.fa-list-alt:before {
  content: "\F022";
}

.fa-lock:before {
  content: "\F023";
}

.fa-flag:before {
  content: "\F024";
}

.fa-headphones:before {
  content: "\F025";
}

.fa-volume-off:before {
  content: "\F026";
}

.fa-volume-down:before {
  content: "\F027";
}

.fa-volume-up:before {
  content: "\F028";
}

.fa-qrcode:before {
  content: "\F029";
}

.fa-barcode:before {
  content: "\F02A";
}

.fa-tag:before {
  content: "\F02B";
}

.fa-tags:before {
  content: "\F02C";
}

.fa-book:before {
  content: "\F02D";
}

.fa-bookmark:before {
  content: "\F02E";
}

.fa-print:before {
  content: "\F02F";
}

.fa-camera:before {
  content: "\F030";
}

.fa-font:before {
  content: "\F031";
}

.fa-bold:before {
  content: "\F032";
}

.fa-italic:before {
  content: "\F033";
}

.fa-text-height:before {
  content: "\F034";
}

.fa-text-width:before {
  content: "\F035";
}

.fa-align-left:before {
  content: "\F036";
}

.fa-align-center:before {
  content: "\F037";
}

.fa-align-right:before {
  content: "\F038";
}

.fa-align-justify:before {
  content: "\F039";
}

.fa-list:before {
  content: "\F03A";
}

.fa-dedent:before,
.fa-outdent:before {
  content: "\F03B";
}

.fa-indent:before {
  content: "\F03C";
}

.fa-video-camera:before {
  content: "\F03D";
}

.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "\F03E";
}

.fa-pencil:before {
  content: "\F040";
}

.fa-map-marker:before {
  content: "\F041";
}

.fa-adjust:before {
  content: "\F042";
}

.fa-tint:before {
  content: "\F043";
}

.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\F044";
}

.fa-share-square-o:before {
  content: "\F045";
}

.fa-check-square-o:before {
  content: "\F046";
}

.fa-arrows:before {
  content: "\F047";
}

.fa-step-backward:before {
  content: "\F048";
}

.fa-fast-backward:before {
  content: "\F049";
}

.fa-backward:before {
  content: "\F04A";
}

.fa-play:before {
  content: "\F04B";
}

.fa-pause:before {
  content: "\F04C";
}

.fa-stop:before {
  content: "\F04D";
}

.fa-forward:before {
  content: "\F04E";
}

.fa-fast-forward:before {
  content: "\F050";
}

.fa-step-forward:before {
  content: "\F051";
}

.fa-eject:before {
  content: "\F052";
}

.fa-chevron-left:before {
  content: "\F053";
}

.fa-chevron-right:before {
  content: "\F054";
}

.fa-plus-circle:before {
  content: "\F055";
}

.fa-minus-circle:before {
  content: "\F056";
}

.fa-times-circle:before {
  content: "\F057";
}

.fa-check-circle:before {
  content: "\F058";
}

.fa-question-circle:before {
  content: "\F059";
}

.fa-info-circle:before {
  content: "\F05A";
}

.fa-crosshairs:before {
  content: "\F05B";
}

.fa-times-circle-o:before {
  content: "\F05C";
}

.fa-check-circle-o:before {
  content: "\F05D";
}

.fa-ban:before {
  content: "\F05E";
}

.fa-arrow-left:before {
  content: "\F060";
}

.fa-arrow-right:before {
  content: "\F061";
}

.fa-arrow-up:before {
  content: "\F062";
}

.fa-arrow-down:before {
  content: "\F063";
}

.fa-mail-forward:before,
.fa-share:before {
  content: "\F064";
}

.fa-expand:before {
  content: "\F065";
}

.fa-compress:before {
  content: "\F066";
}

.fa-plus:before {
  content: "\F067";
}

.fa-minus:before {
  content: "\F068";
}

.fa-asterisk:before {
  content: "\F069";
}

.fa-exclamation-circle:before {
  content: "\F06A";
}

.fa-gift:before {
  content: "\F06B";
}

.fa-leaf:before {
  content: "\F06C";
}

.fa-fire:before {
  content: "\F06D";
}

.fa-eye:before {
  content: "\F06E";
}

.fa-eye-slash:before {
  content: "\F070";
}

.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "\F071";
}

.fa-plane:before {
  content: "\F072";
}

.fa-calendar:before {
  content: "\F073";
}

.fa-random:before {
  content: "\F074";
}

.fa-comment:before {
  content: "\F075";
}

.fa-magnet:before {
  content: "\F076";
}

.fa-chevron-up:before {
  content: "\F077";
}

.fa-chevron-down:before {
  content: "\F078";
}

.fa-retweet:before {
  content: "\F079";
}

.fa-shopping-cart:before {
  content: "\F07A";
}

.fa-folder:before {
  content: "\F07B";
}

.fa-folder-open:before {
  content: "\F07C";
}

.fa-arrows-v:before {
  content: "\F07D";
}

.fa-arrows-h:before {
  content: "\F07E";
}

.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "\F080";
}

.fa-twitter-square:before {
  content: "\F081";
}

.fa-facebook-square:before {
  content: "\F082";
}

.fa-camera-retro:before {
  content: "\F083";
}

.fa-key:before {
  content: "\F084";
}

.fa-gears:before,
.fa-cogs:before {
  content: "\F085";
}

.fa-comments:before {
  content: "\F086";
}

.fa-thumbs-o-up:before {
  content: "\F087";
}

.fa-thumbs-o-down:before {
  content: "\F088";
}

.fa-star-half:before {
  content: "\F089";
}

.fa-heart-o:before {
  content: "\F08A";
}

.fa-sign-out:before {
  content: "\F08B";
}

.fa-linkedin-square:before {
  content: "\F08C";
}

.fa-thumb-tack:before {
  content: "\F08D";
}

.fa-external-link:before {
  content: "\F08E";
}

.fa-sign-in:before {
  content: "\F090";
}

.fa-trophy:before {
  content: "\F091";
}

.fa-github-square:before {
  content: "\F092";
}

.fa-upload:before {
  content: "\F093";
}

.fa-lemon-o:before {
  content: "\F094";
}

.fa-phone:before {
  content: "\F095";
}

.fa-square-o:before {
  content: "\F096";
}

.fa-bookmark-o:before {
  content: "\F097";
}

.fa-phone-square:before {
  content: "\F098";
}

.fa-twitter:before {
  content: "\F099";
}

.fa-facebook-f:before,
.fa-facebook:before {
  content: "\F09A";
}

.fa-github:before {
  content: "\F09B";
}

.fa-unlock:before {
  content: "\F09C";
}

.fa-credit-card:before {
  content: "\F09D";
}

.fa-feed:before,
.fa-rss:before {
  content: "\F09E";
}

.fa-hdd-o:before {
  content: "\F0A0";
}

.fa-bullhorn:before {
  content: "\F0A1";
}

.fa-bell:before {
  content: "\F0F3";
}

.fa-certificate:before {
  content: "\F0A3";
}

.fa-hand-o-right:before {
  content: "\F0A4";
}

.fa-hand-o-left:before {
  content: "\F0A5";
}

.fa-hand-o-up:before {
  content: "\F0A6";
}

.fa-hand-o-down:before {
  content: "\F0A7";
}

.fa-arrow-circle-left:before {
  content: "\F0A8";
}

.fa-arrow-circle-right:before {
  content: "\F0A9";
}

.fa-arrow-circle-up:before {
  content: "\F0AA";
}

.fa-arrow-circle-down:before {
  content: "\F0AB";
}

.fa-globe:before {
  content: "\F0AC";
}

.fa-wrench:before {
  content: "\F0AD";
}

.fa-tasks:before {
  content: "\F0AE";
}

.fa-filter:before {
  content: "\F0B0";
}

.fa-briefcase:before {
  content: "\F0B1";
}

.fa-arrows-alt:before {
  content: "\F0B2";
}

.fa-group:before,
.fa-users:before {
  content: "\F0C0";
}

.fa-chain:before,
.fa-link:before {
  content: "\F0C1";
}

.fa-cloud:before {
  content: "\F0C2";
}

.fa-flask:before {
  content: "\F0C3";
}

.fa-cut:before,
.fa-scissors:before {
  content: "\F0C4";
}

.fa-copy:before,
.fa-files-o:before {
  content: "\F0C5";
}

.fa-paperclip:before {
  content: "\F0C6";
}

.fa-save:before,
.fa-floppy-o:before {
  content: "\F0C7";
}

.fa-square:before {
  content: "\F0C8";
}

.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "\F0C9";
}

.fa-list-ul:before {
  content: "\F0CA";
}

.fa-list-ol:before {
  content: "\F0CB";
}

.fa-strikethrough:before {
  content: "\F0CC";
}

.fa-underline:before {
  content: "\F0CD";
}

.fa-table:before {
  content: "\F0CE";
}

.fa-magic:before {
  content: "\F0D0";
}

.fa-truck:before {
  content: "\F0D1";
}

.fa-pinterest:before {
  content: "\F0D2";
}

.fa-pinterest-square:before {
  content: "\F0D3";
}

.fa-google-plus-square:before {
  content: "\F0D4";
}

.fa-google-plus:before {
  content: "\F0D5";
}

.fa-money:before {
  content: "\F0D6";
}

.fa-caret-down:before {
  content: "\F0D7";
}

.fa-caret-up:before {
  content: "\F0D8";
}

.fa-caret-left:before {
  content: "\F0D9";
}

.fa-caret-right:before {
  content: "\F0DA";
}

.fa-columns:before {
  content: "\F0DB";
}

.fa-unsorted:before,
.fa-sort:before {
  content: "\F0DC";
}

.fa-sort-down:before,
.fa-sort-desc:before {
  content: "\F0DD";
}

.fa-sort-up:before,
.fa-sort-asc:before {
  content: "\F0DE";
}

.fa-envelope:before {
  content: "\F0E0";
}

.fa-linkedin:before {
  content: "\F0E1";
}

.fa-rotate-left:before,
.fa-undo:before {
  content: "\F0E2";
}

.fa-legal:before,
.fa-gavel:before {
  content: "\F0E3";
}

.fa-dashboard:before,
.fa-tachometer:before {
  content: "\F0E4";
}

.fa-comment-o:before {
  content: "\F0E5";
}

.fa-comments-o:before {
  content: "\F0E6";
}

.fa-flash:before,
.fa-bolt:before {
  content: "\F0E7";
}

.fa-sitemap:before {
  content: "\F0E8";
}

.fa-umbrella:before {
  content: "\F0E9";
}

.fa-paste:before,
.fa-clipboard:before {
  content: "\F0EA";
}

.fa-lightbulb-o:before {
  content: "\F0EB";
}

.fa-exchange:before {
  content: "\F0EC";
}

.fa-cloud-download:before {
  content: "\F0ED";
}

.fa-cloud-upload:before {
  content: "\F0EE";
}

.fa-user-md:before {
  content: "\F0F0";
}

.fa-stethoscope:before {
  content: "\F0F1";
}

.fa-suitcase:before {
  content: "\F0F2";
}

.fa-bell-o:before {
  content: "\F0A2";
}

.fa-coffee:before {
  content: "\F0F4";
}

.fa-cutlery:before {
  content: "\F0F5";
}

.fa-file-text-o:before {
  content: "\F0F6";
}

.fa-building-o:before {
  content: "\F0F7";
}

.fa-hospital-o:before {
  content: "\F0F8";
}

.fa-ambulance:before {
  content: "\F0F9";
}

.fa-medkit:before {
  content: "\F0FA";
}

.fa-fighter-jet:before {
  content: "\F0FB";
}

.fa-beer:before {
  content: "\F0FC";
}

.fa-h-square:before {
  content: "\F0FD";
}

.fa-plus-square:before {
  content: "\F0FE";
}

.fa-angle-double-left:before {
  content: "\F100";
}

.fa-angle-double-right:before {
  content: "\F101";
}

.fa-angle-double-up:before {
  content: "\F102";
}

.fa-angle-double-down:before {
  content: "\F103";
}

.fa-angle-left:before {
  content: "\F104";
}

.fa-angle-right:before {
  content: "\F105";
}

.fa-angle-up:before {
  content: "\F106";
}

.fa-angle-down:before {
  content: "\F107";
}

.fa-desktop:before {
  content: "\F108";
}

.fa-laptop:before {
  content: "\F109";
}

.fa-tablet:before {
  content: "\F10A";
}

.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\F10B";
}

.fa-circle-o:before {
  content: "\F10C";
}

.fa-quote-left:before {
  content: "\F10D";
}

.fa-quote-right:before {
  content: "\F10E";
}

.fa-spinner:before {
  content: "\F110";
}

.fa-circle:before {
  content: "\F111";
}

.fa-mail-reply:before,
.fa-reply:before {
  content: "\F112";
}

.fa-github-alt:before {
  content: "\F113";
}

.fa-folder-o:before {
  content: "\F114";
}

.fa-folder-open-o:before {
  content: "\F115";
}

.fa-smile-o:before {
  content: "\F118";
}

.fa-frown-o:before {
  content: "\F119";
}

.fa-meh-o:before {
  content: "\F11A";
}

.fa-gamepad:before {
  content: "\F11B";
}

.fa-keyboard-o:before {
  content: "\F11C";
}

.fa-flag-o:before {
  content: "\F11D";
}

.fa-flag-checkered:before {
  content: "\F11E";
}

.fa-terminal:before {
  content: "\F120";
}

.fa-code:before {
  content: "\F121";
}

.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "\F122";
}

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\F123";
}

.fa-location-arrow:before {
  content: "\F124";
}

.fa-crop:before {
  content: "\F125";
}

.fa-code-fork:before {
  content: "\F126";
}

.fa-unlink:before,
.fa-chain-broken:before {
  content: "\F127";
}

.fa-question:before {
  content: "\F128";
}

.fa-info:before {
  content: "\F129";
}

.fa-exclamation:before {
  content: "\F12A";
}

.fa-superscript:before {
  content: "\F12B";
}

.fa-subscript:before {
  content: "\F12C";
}

.fa-eraser:before {
  content: "\F12D";
}

.fa-puzzle-piece:before {
  content: "\F12E";
}

.fa-microphone:before {
  content: "\F130";
}

.fa-microphone-slash:before {
  content: "\F131";
}

.fa-shield:before {
  content: "\F132";
}

.fa-calendar-o:before {
  content: "\F133";
}

.fa-fire-extinguisher:before {
  content: "\F134";
}

.fa-rocket:before {
  content: "\F135";
}

.fa-maxcdn:before {
  content: "\F136";
}

.fa-chevron-circle-left:before {
  content: "\F137";
}

.fa-chevron-circle-right:before {
  content: "\F138";
}

.fa-chevron-circle-up:before {
  content: "\F139";
}

.fa-chevron-circle-down:before {
  content: "\F13A";
}

.fa-html5:before {
  content: "\F13B";
}

.fa-css3:before {
  content: "\F13C";
}

.fa-anchor:before {
  content: "\F13D";
}

.fa-unlock-alt:before {
  content: "\F13E";
}

.fa-bullseye:before {
  content: "\F140";
}

.fa-ellipsis-h:before {
  content: "\F141";
}

.fa-ellipsis-v:before {
  content: "\F142";
}

.fa-rss-square:before {
  content: "\F143";
}

.fa-play-circle:before {
  content: "\F144";
}

.fa-ticket:before {
  content: "\F145";
}

.fa-minus-square:before {
  content: "\F146";
}

.fa-minus-square-o:before {
  content: "\F147";
}

.fa-level-up:before {
  content: "\F148";
}

.fa-level-down:before {
  content: "\F149";
}

.fa-check-square:before {
  content: "\F14A";
}

.fa-pencil-square:before {
  content: "\F14B";
}

.fa-external-link-square:before {
  content: "\F14C";
}

.fa-share-square:before {
  content: "\F14D";
}

.fa-compass:before {
  content: "\F14E";
}

.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "\F150";
}

.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "\F151";
}

.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "\F152";
}

.fa-euro:before,
.fa-eur:before {
  content: "\F153";
}

.fa-gbp:before {
  content: "\F154";
}

.fa-dollar:before,
.fa-usd:before {
  content: "\F155";
}

.fa-rupee:before,
.fa-inr:before {
  content: "\F156";
}

.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "\F157";
}

.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "\F158";
}

.fa-won:before,
.fa-krw:before {
  content: "\F159";
}

.fa-bitcoin:before,
.fa-btc:before {
  content: "\F15A";
}

.fa-file:before {
  content: "\F15B";
}

.fa-file-text:before {
  content: "\F15C";
}

.fa-sort-alpha-asc:before {
  content: "\F15D";
}

.fa-sort-alpha-desc:before {
  content: "\F15E";
}

.fa-sort-amount-asc:before {
  content: "\F160";
}

.fa-sort-amount-desc:before {
  content: "\F161";
}

.fa-sort-numeric-asc:before {
  content: "\F162";
}

.fa-sort-numeric-desc:before {
  content: "\F163";
}

.fa-thumbs-up:before {
  content: "\F164";
}

.fa-thumbs-down:before {
  content: "\F165";
}

.fa-youtube-square:before {
  content: "\F166";
}

.fa-youtube:before {
  content: "\F167";
}

.fa-xing:before {
  content: "\F168";
}

.fa-xing-square:before {
  content: "\F169";
}

.fa-youtube-play:before {
  content: "\F16A";
}

.fa-dropbox:before {
  content: "\F16B";
}

.fa-stack-overflow:before {
  content: "\F16C";
}

.fa-instagram:before {
  content: "\F16D";
}

.fa-flickr:before {
  content: "\F16E";
}

.fa-adn:before {
  content: "\F170";
}

.fa-bitbucket:before {
  content: "\F171";
}

.fa-bitbucket-square:before {
  content: "\F172";
}

.fa-tumblr:before {
  content: "\F173";
}

.fa-tumblr-square:before {
  content: "\F174";
}

.fa-long-arrow-down:before {
  content: "\F175";
}

.fa-long-arrow-up:before {
  content: "\F176";
}

.fa-long-arrow-left:before {
  content: "\F177";
}

.fa-long-arrow-right:before {
  content: "\F178";
}

.fa-apple:before {
  content: "\F179";
}

.fa-windows:before {
  content: "\F17A";
}

.fa-android:before {
  content: "\F17B";
}

.fa-linux:before {
  content: "\F17C";
}

.fa-dribbble:before {
  content: "\F17D";
}

.fa-skype:before {
  content: "\F17E";
}

.fa-foursquare:before {
  content: "\F180";
}

.fa-trello:before {
  content: "\F181";
}

.fa-female:before {
  content: "\F182";
}

.fa-male:before {
  content: "\F183";
}

.fa-gittip:before,
.fa-gratipay:before {
  content: "\F184";
}

.fa-sun-o:before {
  content: "\F185";
}

.fa-moon-o:before {
  content: "\F186";
}

.fa-archive:before {
  content: "\F187";
}

.fa-bug:before {
  content: "\F188";
}

.fa-vk:before {
  content: "\F189";
}

.fa-weibo:before {
  content: "\F18A";
}

.fa-renren:before {
  content: "\F18B";
}

.fa-pagelines:before {
  content: "\F18C";
}

.fa-stack-exchange:before {
  content: "\F18D";
}

.fa-arrow-circle-o-right:before {
  content: "\F18E";
}

.fa-arrow-circle-o-left:before {
  content: "\F190";
}

.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "\F191";
}

.fa-dot-circle-o:before {
  content: "\F192";
}

.fa-wheelchair:before {
  content: "\F193";
}

.fa-vimeo-square:before {
  content: "\F194";
}

.fa-turkish-lira:before,
.fa-try:before {
  content: "\F195";
}

.fa-plus-square-o:before {
  content: "\F196";
}

.fa-space-shuttle:before {
  content: "\F197";
}

.fa-slack:before {
  content: "\F198";
}

.fa-envelope-square:before {
  content: "\F199";
}

.fa-wordpress:before {
  content: "\F19A";
}

.fa-openid:before {
  content: "\F19B";
}

.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "\F19C";
}

.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "\F19D";
}

.fa-yahoo:before {
  content: "\F19E";
}

.fa-google:before {
  content: "\F1A0";
}

.fa-reddit:before {
  content: "\F1A1";
}

.fa-reddit-square:before {
  content: "\F1A2";
}

.fa-stumbleupon-circle:before {
  content: "\F1A3";
}

.fa-stumbleupon:before {
  content: "\F1A4";
}

.fa-delicious:before {
  content: "\F1A5";
}

.fa-digg:before {
  content: "\F1A6";
}

.fa-pied-piper-pp:before {
  content: "\F1A7";
}

.fa-pied-piper-alt:before {
  content: "\F1A8";
}

.fa-drupal:before {
  content: "\F1A9";
}

.fa-joomla:before {
  content: "\F1AA";
}

.fa-language:before {
  content: "\F1AB";
}

.fa-fax:before {
  content: "\F1AC";
}

.fa-building:before {
  content: "\F1AD";
}

.fa-child:before {
  content: "\F1AE";
}

.fa-paw:before {
  content: "\F1B0";
}

.fa-spoon:before {
  content: "\F1B1";
}

.fa-cube:before {
  content: "\F1B2";
}

.fa-cubes:before {
  content: "\F1B3";
}

.fa-behance:before {
  content: "\F1B4";
}

.fa-behance-square:before {
  content: "\F1B5";
}

.fa-steam:before {
  content: "\F1B6";
}

.fa-steam-square:before {
  content: "\F1B7";
}

.fa-recycle:before {
  content: "\F1B8";
}

.fa-automobile:before,
.fa-car:before {
  content: "\F1B9";
}

.fa-cab:before,
.fa-taxi:before {
  content: "\F1BA";
}

.fa-tree:before {
  content: "\F1BB";
}

.fa-spotify:before {
  content: "\F1BC";
}

.fa-deviantart:before {
  content: "\F1BD";
}

.fa-soundcloud:before {
  content: "\F1BE";
}

.fa-database:before {
  content: "\F1C0";
}

.fa-file-pdf-o:before {
  content: "\F1C1";
}

.fa-file-word-o:before {
  content: "\F1C2";
}

.fa-file-excel-o:before {
  content: "\F1C3";
}

.fa-file-powerpoint-o:before {
  content: "\F1C4";
}

.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "\F1C5";
}

.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "\F1C6";
}

.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "\F1C7";
}

.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "\F1C8";
}

.fa-file-code-o:before {
  content: "\F1C9";
}

.fa-vine:before {
  content: "\F1CA";
}

.fa-codepen:before {
  content: "\F1CB";
}

.fa-jsfiddle:before {
  content: "\F1CC";
}

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "\F1CD";
}

.fa-circle-o-notch:before {
  content: "\F1CE";
}

.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
  content: "\F1D0";
}

.fa-ge:before,
.fa-empire:before {
  content: "\F1D1";
}

.fa-git-square:before {
  content: "\F1D2";
}

.fa-git:before {
  content: "\F1D3";
}

.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: "\F1D4";
}

.fa-tencent-weibo:before {
  content: "\F1D5";
}

.fa-qq:before {
  content: "\F1D6";
}

.fa-wechat:before,
.fa-weixin:before {
  content: "\F1D7";
}

.fa-send:before,
.fa-paper-plane:before {
  content: "\F1D8";
}

.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "\F1D9";
}

.fa-history:before {
  content: "\F1DA";
}

.fa-circle-thin:before {
  content: "\F1DB";
}

.fa-header:before {
  content: "\F1DC";
}

.fa-paragraph:before {
  content: "\F1DD";
}

.fa-sliders:before {
  content: "\F1DE";
}

.fa-share-alt:before {
  content: "\F1E0";
}

.fa-share-alt-square:before {
  content: "\F1E1";
}

.fa-bomb:before {
  content: "\F1E2";
}

.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "\F1E3";
}

.fa-tty:before {
  content: "\F1E4";
}

.fa-binoculars:before {
  content: "\F1E5";
}

.fa-plug:before {
  content: "\F1E6";
}

.fa-slideshare:before {
  content: "\F1E7";
}

.fa-twitch:before {
  content: "\F1E8";
}

.fa-yelp:before {
  content: "\F1E9";
}

.fa-newspaper-o:before {
  content: "\F1EA";
}

.fa-wifi:before {
  content: "\F1EB";
}

.fa-calculator:before {
  content: "\F1EC";
}

.fa-paypal:before {
  content: "\F1ED";
}

.fa-google-wallet:before {
  content: "\F1EE";
}

.fa-cc-visa:before {
  content: "\F1F0";
}

.fa-cc-mastercard:before {
  content: "\F1F1";
}

.fa-cc-discover:before {
  content: "\F1F2";
}

.fa-cc-amex:before {
  content: "\F1F3";
}

.fa-cc-paypal:before {
  content: "\F1F4";
}

.fa-cc-stripe:before {
  content: "\F1F5";
}

.fa-bell-slash:before {
  content: "\F1F6";
}

.fa-bell-slash-o:before {
  content: "\F1F7";
}

.fa-trash:before {
  content: "\F1F8";
}

.fa-copyright:before {
  content: "\F1F9";
}

.fa-at:before {
  content: "\F1FA";
}

.fa-eyedropper:before {
  content: "\F1FB";
}

.fa-paint-brush:before {
  content: "\F1FC";
}

.fa-birthday-cake:before {
  content: "\F1FD";
}

.fa-area-chart:before {
  content: "\F1FE";
}

.fa-pie-chart:before {
  content: "\F200";
}

.fa-line-chart:before {
  content: "\F201";
}

.fa-lastfm:before {
  content: "\F202";
}

.fa-lastfm-square:before {
  content: "\F203";
}

.fa-toggle-off:before {
  content: "\F204";
}

.fa-toggle-on:before {
  content: "\F205";
}

.fa-bicycle:before {
  content: "\F206";
}

.fa-bus:before {
  content: "\F207";
}

.fa-ioxhost:before {
  content: "\F208";
}

.fa-angellist:before {
  content: "\F209";
}

.fa-cc:before {
  content: "\F20A";
}

.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "\F20B";
}

.fa-meanpath:before {
  content: "\F20C";
}

.fa-buysellads:before {
  content: "\F20D";
}

.fa-connectdevelop:before {
  content: "\F20E";
}

.fa-dashcube:before {
  content: "\F210";
}

.fa-forumbee:before {
  content: "\F211";
}

.fa-leanpub:before {
  content: "\F212";
}

.fa-sellsy:before {
  content: "\F213";
}

.fa-shirtsinbulk:before {
  content: "\F214";
}

.fa-simplybuilt:before {
  content: "\F215";
}

.fa-skyatlas:before {
  content: "\F216";
}

.fa-cart-plus:before {
  content: "\F217";
}

.fa-cart-arrow-down:before {
  content: "\F218";
}

.fa-diamond:before {
  content: "\F219";
}

.fa-ship:before {
  content: "\F21A";
}

.fa-user-secret:before {
  content: "\F21B";
}

.fa-motorcycle:before {
  content: "\F21C";
}

.fa-street-view:before {
  content: "\F21D";
}

.fa-heartbeat:before {
  content: "\F21E";
}

.fa-venus:before {
  content: "\F221";
}

.fa-mars:before {
  content: "\F222";
}

.fa-mercury:before {
  content: "\F223";
}

.fa-intersex:before,
.fa-transgender:before {
  content: "\F224";
}

.fa-transgender-alt:before {
  content: "\F225";
}

.fa-venus-double:before {
  content: "\F226";
}

.fa-mars-double:before {
  content: "\F227";
}

.fa-venus-mars:before {
  content: "\F228";
}

.fa-mars-stroke:before {
  content: "\F229";
}

.fa-mars-stroke-v:before {
  content: "\F22A";
}

.fa-mars-stroke-h:before {
  content: "\F22B";
}

.fa-neuter:before {
  content: "\F22C";
}

.fa-genderless:before {
  content: "\F22D";
}

.fa-facebook-official:before {
  content: "\F230";
}

.fa-pinterest-p:before {
  content: "\F231";
}

.fa-whatsapp:before {
  content: "\F232";
}

.fa-server:before {
  content: "\F233";
}

.fa-user-plus:before {
  content: "\F234";
}

.fa-user-times:before {
  content: "\F235";
}

.fa-hotel:before,
.fa-bed:before {
  content: "\F236";
}

.fa-viacoin:before {
  content: "\F237";
}

.fa-train:before {
  content: "\F238";
}

.fa-subway:before {
  content: "\F239";
}

.fa-medium:before {
  content: "\F23A";
}

.fa-yc:before,
.fa-y-combinator:before {
  content: "\F23B";
}

.fa-optin-monster:before {
  content: "\F23C";
}

.fa-opencart:before {
  content: "\F23D";
}

.fa-expeditedssl:before {
  content: "\F23E";
}

.fa-battery-4:before,
.fa-battery:before,
.fa-battery-full:before {
  content: "\F240";
}

.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: "\F241";
}

.fa-battery-2:before,
.fa-battery-half:before {
  content: "\F242";
}

.fa-battery-1:before,
.fa-battery-quarter:before {
  content: "\F243";
}

.fa-battery-0:before,
.fa-battery-empty:before {
  content: "\F244";
}

.fa-mouse-pointer:before {
  content: "\F245";
}

.fa-i-cursor:before {
  content: "\F246";
}

.fa-object-group:before {
  content: "\F247";
}

.fa-object-ungroup:before {
  content: "\F248";
}

.fa-sticky-note:before {
  content: "\F249";
}

.fa-sticky-note-o:before {
  content: "\F24A";
}

.fa-cc-jcb:before {
  content: "\F24B";
}

.fa-cc-diners-club:before {
  content: "\F24C";
}

.fa-clone:before {
  content: "\F24D";
}

.fa-balance-scale:before {
  content: "\F24E";
}

.fa-hourglass-o:before {
  content: "\F250";
}

.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: "\F251";
}

.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: "\F252";
}

.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: "\F253";
}

.fa-hourglass:before {
  content: "\F254";
}

.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: "\F255";
}

.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: "\F256";
}

.fa-hand-scissors-o:before {
  content: "\F257";
}

.fa-hand-lizard-o:before {
  content: "\F258";
}

.fa-hand-spock-o:before {
  content: "\F259";
}

.fa-hand-pointer-o:before {
  content: "\F25A";
}

.fa-hand-peace-o:before {
  content: "\F25B";
}

.fa-trademark:before {
  content: "\F25C";
}

.fa-registered:before {
  content: "\F25D";
}

.fa-creative-commons:before {
  content: "\F25E";
}

.fa-gg:before {
  content: "\F260";
}

.fa-gg-circle:before {
  content: "\F261";
}

.fa-tripadvisor:before {
  content: "\F262";
}

.fa-odnoklassniki:before {
  content: "\F263";
}

.fa-odnoklassniki-square:before {
  content: "\F264";
}

.fa-get-pocket:before {
  content: "\F265";
}

.fa-wikipedia-w:before {
  content: "\F266";
}

.fa-safari:before {
  content: "\F267";
}

.fa-chrome:before {
  content: "\F268";
}

.fa-firefox:before {
  content: "\F269";
}

.fa-opera:before {
  content: "\F26A";
}

.fa-internet-explorer:before {
  content: "\F26B";
}

.fa-tv:before,
.fa-television:before {
  content: "\F26C";
}

.fa-contao:before {
  content: "\F26D";
}

.fa-500px:before {
  content: "\F26E";
}

.fa-amazon:before {
  content: "\F270";
}

.fa-calendar-plus-o:before {
  content: "\F271";
}

.fa-calendar-minus-o:before {
  content: "\F272";
}

.fa-calendar-times-o:before {
  content: "\F273";
}

.fa-calendar-check-o:before {
  content: "\F274";
}

.fa-industry:before {
  content: "\F275";
}

.fa-map-pin:before {
  content: "\F276";
}

.fa-map-signs:before {
  content: "\F277";
}

.fa-map-o:before {
  content: "\F278";
}

.fa-map:before {
  content: "\F279";
}

.fa-commenting:before {
  content: "\F27A";
}

.fa-commenting-o:before {
  content: "\F27B";
}

.fa-houzz:before {
  content: "\F27C";
}

.fa-vimeo:before {
  content: "\F27D";
}

.fa-black-tie:before {
  content: "\F27E";
}

.fa-fonticons:before {
  content: "\F280";
}

.fa-reddit-alien:before {
  content: "\F281";
}

.fa-edge:before {
  content: "\F282";
}

.fa-credit-card-alt:before {
  content: "\F283";
}

.fa-codiepie:before {
  content: "\F284";
}

.fa-modx:before {
  content: "\F285";
}

.fa-fort-awesome:before {
  content: "\F286";
}

.fa-usb:before {
  content: "\F287";
}

.fa-product-hunt:before {
  content: "\F288";
}

.fa-mixcloud:before {
  content: "\F289";
}

.fa-scribd:before {
  content: "\F28A";
}

.fa-pause-circle:before {
  content: "\F28B";
}

.fa-pause-circle-o:before {
  content: "\F28C";
}

.fa-stop-circle:before {
  content: "\F28D";
}

.fa-stop-circle-o:before {
  content: "\F28E";
}

.fa-shopping-bag:before {
  content: "\F290";
}

.fa-shopping-basket:before {
  content: "\F291";
}

.fa-hashtag:before {
  content: "\F292";
}

.fa-bluetooth:before {
  content: "\F293";
}

.fa-bluetooth-b:before {
  content: "\F294";
}

.fa-percent:before {
  content: "\F295";
}

.fa-gitlab:before {
  content: "\F296";
}

.fa-wpbeginner:before {
  content: "\F297";
}

.fa-wpforms:before {
  content: "\F298";
}

.fa-envira:before {
  content: "\F299";
}

.fa-universal-access:before {
  content: "\F29A";
}

.fa-wheelchair-alt:before {
  content: "\F29B";
}

.fa-question-circle-o:before {
  content: "\F29C";
}

.fa-blind:before {
  content: "\F29D";
}

.fa-audio-description:before {
  content: "\F29E";
}

.fa-volume-control-phone:before {
  content: "\F2A0";
}

.fa-braille:before {
  content: "\F2A1";
}

.fa-assistive-listening-systems:before {
  content: "\F2A2";
}

.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
  content: "\F2A3";
}

.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
  content: "\F2A4";
}

.fa-glide:before {
  content: "\F2A5";
}

.fa-glide-g:before {
  content: "\F2A6";
}

.fa-signing:before,
.fa-sign-language:before {
  content: "\F2A7";
}

.fa-low-vision:before {
  content: "\F2A8";
}

.fa-viadeo:before {
  content: "\F2A9";
}

.fa-viadeo-square:before {
  content: "\F2AA";
}

.fa-snapchat:before {
  content: "\F2AB";
}

.fa-snapchat-ghost:before {
  content: "\F2AC";
}

.fa-snapchat-square:before {
  content: "\F2AD";
}

.fa-pied-piper:before {
  content: "\F2AE";
}

.fa-first-order:before {
  content: "\F2B0";
}

.fa-yoast:before {
  content: "\F2B1";
}

.fa-themeisle:before {
  content: "\F2B2";
}

.fa-google-plus-circle:before,
.fa-google-plus-official:before {
  content: "\F2B3";
}

.fa-fa:before,
.fa-font-awesome:before {
  content: "\F2B4";
}

.fa-handshake-o:before {
  content: "\F2B5";
}

.fa-envelope-open:before {
  content: "\F2B6";
}

.fa-envelope-open-o:before {
  content: "\F2B7";
}

.fa-linode:before {
  content: "\F2B8";
}

.fa-address-book:before {
  content: "\F2B9";
}

.fa-address-book-o:before {
  content: "\F2BA";
}

.fa-vcard:before,
.fa-address-card:before {
  content: "\F2BB";
}

.fa-vcard-o:before,
.fa-address-card-o:before {
  content: "\F2BC";
}

.fa-user-circle:before {
  content: "\F2BD";
}

.fa-user-circle-o:before {
  content: "\F2BE";
}

.fa-user-o:before {
  content: "\F2C0";
}

.fa-id-badge:before {
  content: "\F2C1";
}

.fa-drivers-license:before,
.fa-id-card:before {
  content: "\F2C2";
}

.fa-drivers-license-o:before,
.fa-id-card-o:before {
  content: "\F2C3";
}

.fa-quora:before {
  content: "\F2C4";
}

.fa-free-code-camp:before {
  content: "\F2C5";
}

.fa-telegram:before {
  content: "\F2C6";
}

.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
  content: "\F2C7";
}

.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
  content: "\F2C8";
}

.fa-thermometer-2:before,
.fa-thermometer-half:before {
  content: "\F2C9";
}

.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
  content: "\F2CA";
}

.fa-thermometer-0:before,
.fa-thermometer-empty:before {
  content: "\F2CB";
}

.fa-shower:before {
  content: "\F2CC";
}

.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
  content: "\F2CD";
}

.fa-podcast:before {
  content: "\F2CE";
}

.fa-window-maximize:before {
  content: "\F2D0";
}

.fa-window-minimize:before {
  content: "\F2D1";
}

.fa-window-restore:before {
  content: "\F2D2";
}

.fa-times-rectangle:before,
.fa-window-close:before {
  content: "\F2D3";
}

.fa-times-rectangle-o:before,
.fa-window-close-o:before {
  content: "\F2D4";
}

.fa-bandcamp:before {
  content: "\F2D5";
}

.fa-grav:before {
  content: "\F2D6";
}

.fa-etsy:before {
  content: "\F2D7";
}

.fa-imdb:before {
  content: "\F2D8";
}

.fa-ravelry:before {
  content: "\F2D9";
}

.fa-eercast:before {
  content: "\F2DA";
}

.fa-microchip:before {
  content: "\F2DB";
}

.fa-snowflake-o:before {
  content: "\F2DC";
}

.fa-superpowers:before {
  content: "\F2DD";
}

.fa-wpexplorer:before {
  content: "\F2DE";
}

.fa-meetup:before {
  content: "\F2E0";
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

.has-success,
.blinking {
  border: 1px solid #2ab27b !important;
}

.upload-form-widget {
  display: block;
  border: 1px solid #d3e0e9;
  border-radius: 4px;
  padding: 15px;
  background: #f5f8fa;
}

body {
  background-color: #f5f8fa;
}

.el-cascader,
.el-select {
  width: 100%;
}

.ckeditor_div {
  position: initial;
}

.ckeditor_div .cke_top {
  position: relative !important;
}

.ckeditor_div .cke_reset {
  padding-top: 0px !important;
}

.cke_button__image {
  display: none !important;
}

.widget-loading {
  display: inline;
}

.widget-loading .trobber {
  width: 50px;
  height: 50px;
  position: relative;
}

.img-preview .file-delete {
  cursor: pointer;
  position: absolute;
  left: 90px;
  color: red;
  font-weight: bold;
  font-size: 16px;
  background: #f8fafc;
  border-radius: 50px;
  width: 25px;
  height: 25px;
  text-align: center;
}

.img-preview img {
  width: 100px;
  height: 100px;
}

.slider-div .file-delete {
  top: 0px;
  left: initial;
  right: 0px;
}

.slider-move {
  display: inline-block;
  width: 22px;
  height: 22px;
  background: url(/images/default/move.svg) no-repeat center center;
  cursor: pointer;
}

.alert-seo {
  padding: 8px 10px;
  border: 1px solid #ccd0d2;
  background: #eff0f0;
  color: #666;
}

.alert-seo .current {
  color: #22da2b;
}

.alert-seo.danger {
  border: 1px solid #ff0000;
}

.alert-seo.danger .current {
  color: #ff0000;
}

.filters {
  margin-bottom: 30px;
}

.filters .el-date-editor--daterange {
  min-width: 270px !important;
}

@media screen and (max-width: 767px) {
  .filters .el-date-editor--daterange {
    min-width: 100% !important;
  }
}

.filters .el-input__inner {
  width: 100% !important;
  border: 1px solid #ced4da !important;
}

.filters input.form-control {
  height: 36px;
}

input[type='number'] {
  -moz-appearance: textfield;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
}

.badge-lang {
  position: absolute;
  right: 15px;
}

@media screen and (max-width: 767px) {
  .badge-lang {
    position: relative;
    right: 0px;
  }
}

.el-cascader-panel label {
  margin: 0px;
}

.checkbox-margin {
  margin: 30px 0 0 0px;
}

.rate-margin {
  margin-top: 10px;
}

.fa.fa-star {
  color: #ffaa00;
}

.filter-title {
  display: block;
  text-align: center;
  margin-bottom: 10px;
}

.comment-title {
  color: #3490dc;
  cursor: pointer;
}

.buttons-content {
  margin-left: -50px;
}

.create-nav {
  margin-bottom: 20px;
  padding-left: 0px;
}

@media screen and (max-width: 767px) {
  #admin-product-moderation .img-block img {
    width: 100% !important;
  }
}

#admin-product-moderation .block-button {
  text-align: left !important;
}

#admin-product-moderation .block-button button {
  margin: 0px !important;
}

#admin-product-moderation {
  display: block;
}

#admin-product-moderation h1 {
  text-align: center;
}

#admin-product-moderation .card-body {
  padding: 30px 0px;
}

#admin-product-moderation .card-body .create-nav {
  margin-bottom: 0px;
  padding-left: 0px;
  text-align: center;
}

@media screen and (max-width: 767px) {
  #admin-product-moderation .card-body .create-nav {
    text-align: left;
  }
}

#admin-product-moderation .card-body .create-nav li {
  display: inline-block;
  vertical-align: top;
  width: 200px;
  border-radius: 0px;
  border: 1px solid #eee;
}

@media screen and (max-width: 767px) {
  #admin-product-moderation .card-body .create-nav li {
    width: auto;
    margin-right: 0px;
  }
}

#admin-product-moderation .card-body .create-nav li.active,
#admin-product-moderation .card-body .create-nav li:hover {
  background: #d52975;
  color: #fff;
}

#admin-product-moderation .card-body .inform-block {
  padding: 10px;
  background: #e7f3f3;
  border: 6px solid #a1ecec;
  margin: 10px 0px;
}

#admin-product-moderation .card-body .inform-block label {
  font-size: 20px;
  color: #000 !important;
}

#admin-product-moderation .card-body .form-group label {
  font-weight: lighter !important;
  color: #736f6c;
}

#admin-product-moderation .card-body .form-group input {
  border-radius: 0px;
  height: 40px;
}

#admin-product-moderation .card-body .images-block {
  margin-top: 20px;
}

#admin-product-moderation .card-body .images-block .description-text {
  padding-top: 0;
}

#admin-product-moderation .card-body .images-block .form-group {
  margin-bottom: 0px;
}

#admin-product-moderation .card-body .block-button {
  margin-top: 20px;
}

#admin-product-moderation .card-body .block-button .my-button {
  background: #d52975;
  border: 1px solid #d52975;
  color: #fff;
}

#admin-product-moderation .card-body .block-button .my-button:hover {
  color: #d52975;
}

#admin-product-moderation .card-body .dop-info-price {
  text-align: center;
  font-size: 15px;
}

#admin-product-moderation .card-body .dop-info-price span {
  font-size: 22px;
  line-height: 20px;
  display: block;
}

#admin-product-moderation .card-body .public-turn label {
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 0px;
}

#admin-product-moderation .card-body .toFront {
  margin-top: 20px;
}

#admin-product-moderation .card-body .quality-image {
  margin: 10px 0px;
}

#admin-product-moderation .card-body .quality-image img {
  margin-top: 10px;
}

#admin-product-moderation .card-body .quality-image p {
  text-align: center;
  font-size: 1rem;
}

#admin-product-moderation .product-name {
  margin-top: 20px;
  margin-bottom: 20px;
}

#admin-product-moderation .product-type-box label {
  margin-bottom: 20px;
}

@media screen and (max-width: 767px) {
  #admin-product-moderation .product-type-box label {
    margin-bottom: 4px;
  }
}

#admin-product-moderation .product-type-box label button {
  border: 4px solid #eee;
  margin-right: 20px;
  font-weight: lighter !important;
  color: #736f6c;
  background: #fff;
  padding: 15px 45px;
  outline: none !important;
}

@media screen and (max-width: 767px) {
  #admin-product-moderation .product-type-box label button {
    margin-right: 5px;
    padding: 6px 10px;
  }
}

@media screen and (max-width: 767px) {
  #admin-product-moderation .conditions .row {
    margin-left: -7px;
    margin-right: -7px;
  }

  #admin-product-moderation .conditions .row .condition-item {
    padding-left: 7px;
    padding-right: 7px;
    margin-bottom: 10px;
  }
}

#admin-product-moderation .conditions .item-condition {
  border: 4px solid #eee;
  padding: 10px;
  position: relative;
  height: 100%;
  cursor: pointer;
}

@media screen and (max-width: 767px) {
  #admin-product-moderation .conditions .item-condition {
    margin-bottom: 0px;
  }
}

#admin-product-moderation .conditions .item-condition input {
  display: none;
}

#admin-product-moderation .conditions .item-condition ul {
  margin-bottom: 0px;
}

@media screen and (max-width: 767px) {
  #admin-product-moderation .conditions .item-condition ul {
    display: none;
  }
}

#admin-product-moderation .conditions .item-condition ul li {
  line-height: 17px;
  margin-bottom: 10px;
}

#admin-product-moderation .conditions .item-condition label {
  display: block;
  margin-bottom: 0px;
}

#admin-product-moderation .conditions .item-condition .top-name {
  font-size: 16px;
  line-height: 20px;
  text-transform: uppercase;
  text-align: center;
  padding: 0px 0px 10px;
  margin-bottom: 20px;
  border-bottom: 1px solid #eee;
}

@media screen and (max-width: 767px) {
  #admin-product-moderation .conditions .item-condition .top-name {
    padding: 0px 0px 0px;
    margin-bottom: 0px;
    border-bottom: 0px solid #eee;
    font-size: 13px;
  }
}

#admin-product-moderation .materials {
  margin-bottom: 10px;
}

#admin-product-moderation .description .description-text {
  color: #736f6c;
  padding-top: 30px;
}

#admin-product-moderation .images-block {
  margin-bottom: 20px;
}

#admin-product-moderation .images-block .description-text {
  padding-top: 60px !important;
}

#admin-product-moderation .images-block .example-images {
  margin-top: 20px;
  font-size: 0px;
}

#admin-product-moderation .images-block .example-images .item-img {
  display: inline-block;
  vertical-align: top;
  width: 20%;
}

#admin-product-moderation .images-block .example-images .item-img img {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 5px;
  width: 100%;
}

#admin-product-moderation .images-block .example-images .item-img:first-child {
  width: 0;
}

#admin-product-moderation .newCreate {
  margin-top: 30px;
}

#admin-product-moderation .newCreate .top .left {
  padding-right: 60px;
}

@media screen and (max-width: 767px) {
  #admin-product-moderation .newCreate .top .left {
    padding-right: 15px;
  }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  #admin-product-moderation .newCreate .top .left {
    padding-right: 25px;
  }
}

#admin-product-moderation .newCreate .mini-text-info {
  font-size: 11px;
  font-family: "Gerbera-Light", sans-serif, Verdana;
}

#admin-product-moderation .newCreate .big-text-info {
  font-family: "Gerbera-Light", sans-serif, Verdana;
}

#admin-product-moderation .newCreate .link-style {
  font-family: "Gerbera-Bold", sans-serif, Verdana;
  border-bottom: 1px solid;
  color: #ff0000;
}

#admin-product-moderation .newCreate .link-style:hover {
  border-bottom: 1px solid transparent;
}

#admin-product-moderation .newCreate .form-group input {
  border: 2px solid #E5E5E5;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 12px;
  height: 50px;
  display: block;
  width: 100%;
  padding: 0px 15px;
  font-size: 14px;
  font-family: "Gerbera", sans-serif, Verdana;
}

#admin-product-moderation .newCreate .form-group input:focus-visible {
  outline: none;
}

#admin-product-moderation .newCreate .form-group input::-webkit-input-placeholder {
  color: #cdcdcd !important;
}

#admin-product-moderation .newCreate .form-group input::-moz-placeholder {
  color: #cdcdcd !important;
}

#admin-product-moderation .newCreate .form-group input:-moz-placeholder {
  color: #cdcdcd !important;
}

#admin-product-moderation .newCreate .form-group input:-ms-input-placeholder {
  color: #cdcdcd !important;
}

#admin-product-moderation .newCreate .form-group input:focus::-webkit-input-placeholder {
  color: transparent !important;
}

#admin-product-moderation .newCreate .form-group input:focus::-moz-placeholder {
  color: transparent !important;
}

#admin-product-moderation .newCreate .form-group input:focus:-moz-placeholder {
  color: transparent !important;
}

#admin-product-moderation .newCreate .form-group input:focus:-ms-input-placeholder {
  color: transparent !important;
}

#admin-product-moderation .newCreate .form-group .label {
  font-size: 16px;
  line-height: 22px;
  font-family: "Gerbera", sans-serif, Verdana;
  color: #000 !important;
}

#admin-product-moderation .newCreate .form-group.gender-block .gender-box .gender-item {
  display: inline-block;
  vertical-align: top;
  width: 120px;
  height: 120px;
  text-align: center;
  margin-right: 20px;
  cursor: pointer;
  border: 2px solid #E5E5E5;
  border-radius: 12px;
  margin-bottom: 0px;
}

@media screen and (max-width: 767px) {
  #admin-product-moderation .newCreate .form-group.gender-block .gender-box .gender-item {
    width: 49%;
    height: auto;
    margin-right: 2%;
  }

  #admin-product-moderation .newCreate .form-group.gender-block .gender-box .gender-item:last-child {
    margin-right: 0%;
  }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  #admin-product-moderation .newCreate .form-group.gender-block .gender-box .gender-item {
    width: 110px;
    height: 110px;
    margin-right: 10px;
  }
}

#admin-product-moderation .newCreate .form-group.gender-block .gender-box .gender-item input {
  display: none;
}

#admin-product-moderation .newCreate .form-group.gender-block .gender-box .gender-item img {
  max-height: 100%;
  max-width: 100%;
  padding: 15px;
}

@media screen and (max-width: 767px) {
  #admin-product-moderation .newCreate .form-group.gender-block .gender-box .gender-item img {
    max-height: 220px;
  }
}

#admin-product-moderation .newCreate .form-group.category-group .category-item {
  margin-right: 20px;
  margin-bottom: 20px;
  width: 115px;
  vertical-align: top;
  line-height: 1.1;
  cursor: pointer;
  border: 2px solid #E5E5E5;
  border-radius: 12px;
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  #admin-product-moderation .newCreate .form-group.category-group .category-item {
    margin-right: 10px;
    margin-bottom: 10px;
    width: 80px;
  }

  #admin-product-moderation .newCreate .form-group.category-group .category-item img {
    max-width: 100% !important;
  }
}

#admin-product-moderation .newCreate .form-group.category-group .category-item:nth-child(3n) {
  margin-right: 0px;
}

#admin-product-moderation .newCreate .form-group.category-group .category-item:nth-child(n+4) {
  margin-bottom: 0px;
}

@media screen and (max-width: 767px) {
  #admin-product-moderation .newCreate .form-group.category-group .category-item {
    width: 32%;
    margin-right: 2%;
  }

  #admin-product-moderation .newCreate .form-group.category-group .category-item:nth-child(3n) {
    margin-right: 0;
  }
}

#admin-product-moderation .newCreate .form-group.category-group .category-item input {
  display: none;
}

#admin-product-moderation .newCreate .form-group.category-group .category-item img {
  display: block;
  margin: 15px auto;
  max-width: 90px;
}

@media screen and (max-width: 767px) {
  #admin-product-moderation .newCreate .form-group.category-group .category-item img {
    max-width: 100%;
  }
}

#admin-product-moderation .newCreate .form-group.category-group .category-item span {
  display: block;
  text-align: center;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 16px;
  font-family: "Gerbera-Light", sans-serif, Verdana;
  min-height: 32px;
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  #admin-product-moderation .newCreate .form-group.category-group .category-item span {
    font-size: 14px;
  }
}

@media screen and (max-width: 767px) {
  #admin-product-moderation .newCreate .images-block {
    position: relative;
  }

  #admin-product-moderation .newCreate .images-block .big-text-info {
    position: absolute;
    top: -10px;
    left: 0px;
    width: 100%;
    z-index: 10;
  }
}

#admin-product-moderation .newCreate .images-block .file-upload .upload-form-widget {
  border-radius: 12px;
  border: 1px dashed #d3e0e9;
  background: #fff;
  outline: none;
  font-family: "Gerbera-Light", sans-serif, Verdana;
}

#admin-product-moderation .newCreate .images-block .file-upload .file-upload-files {
  margin-bottom: 15px;
}

@media screen and (max-width: 767px) {
  #admin-product-moderation .newCreate .images-block .file-upload .file-upload-files {
    margin-bottom: 0px;
  }
}

#admin-product-moderation .newCreate .images-block .example-images {
  font-size: 0px;
}

#admin-product-moderation .newCreate .images-block .example-images .item-img {
  display: inline-block;
  vertical-align: top;
  width: 12.5%;
}

@media screen and (max-width: 767px) {
  #admin-product-moderation .newCreate .images-block .example-images .item-img {
    width: 25%;
  }
}

#admin-product-moderation .newCreate .images-block .example-images .item-img p {
  text-transform: uppercase;
  font-family: "Gerbera-Light", sans-serif, Verdana;
}

#admin-product-moderation .newCreate .images-block .example-images .item-img img {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 5px;
  width: 100%;
}

#admin-product-moderation .newCreate .images-block .example-images .item-img:first-child {
  width: 0;
}

#admin-product-moderation .newCreate .sell-admin-video-upload .delete-video {
  width: 200px;
}

@media screen and (max-width: 767px) {
  #admin-product-moderation .newCreate .sell-admin-video-upload .delete-video {
    width: 50px;
    font-size: 0px;
    position: absolute;
    right: 15px;
    background: url(/images/del-video-mob.svg?ec0f22c0cc6aa195fefe56ead85e1d85) no-repeat center center, #FA556B;
  }
}

#admin-product-moderation .newCreate .sell-admin-video-upload .video-button {
  border-radius: 12px;
  border: 1px dashed #d3e0e9;
  background: #fff;
  outline: none;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 20px 0px;
  text-align: center;
  height: 100px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-family: "Gerbera-Light", sans-serif, Verdana;
}

#admin-product-moderation .newCreate .sell-admin-video-upload .video-button:before {
  content: '';
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 32px;
  height: 32px;
  background: url(/images/add_video.svg?88a146c2612b7e1021e414d1cc2c96d0) no-repeat center center;
  margin-right: 10px;
}

#admin-product-moderation .newCreate .sub-category-group .form-group {
  margin-bottom: 0px;
}

#admin-product-moderation .newCreate .sub-category-group .product-type-box label {
  margin-bottom: 15px;
}

@media screen and (max-width: 767px) {
  #admin-product-moderation .newCreate .sub-category-group .product-type-box label {
    width: 50%;
    margin-bottom: 3px;
  }
}

#admin-product-moderation .newCreate .sub-category-group .product-type-box label button {
  margin-right: 15px;
  background: #fff;
  padding: 10px 19px;
  outline: none !important;
  cursor: pointer;
  border: 2px solid #E5E5E5;
  border-radius: 12px;
  font-family: "Gerbera-Light", sans-serif, Verdana;
}

@media screen and (max-width: 767px) {
  #admin-product-moderation .newCreate .sub-category-group .product-type-box label button {
    width: 98%;
    margin-right: 2%;
    padding: 11px 5px;
    font-size: 12px;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
}

#admin-product-moderation .newCreate .conditions .row {
  margin-left: -10px;
  margin-right: -10px;
}

@media screen and (max-width: 767px) {
  #admin-product-moderation .newCreate .conditions .row {
    margin-left: -3px;
    margin-right: -3px;
  }
}

#admin-product-moderation .newCreate .conditions .row .condition-item {
  padding-left: 3px;
  padding-right: 3px;
  margin-bottom: 5px;
}

#admin-product-moderation .newCreate .conditions .item-condition {
  padding: 10px;
  position: relative;
  height: 100%;
  cursor: pointer;
  border: 2px solid #E5E5E5;
  border-radius: 12px;
  font-family: "Gerbera-Light", sans-serif, Verdana;
}

@media screen and (max-width: 767px) {
  #admin-product-moderation .newCreate .conditions .item-condition {
    margin-bottom: 0px;
  }
}

#admin-product-moderation .newCreate .conditions .item-condition input {
  display: none;
}

#admin-product-moderation .newCreate .conditions .item-condition ul {
  margin-bottom: 0px;
  padding-left: 0px;
}

@media screen and (max-width: 767px) {
  #admin-product-moderation .newCreate .conditions .item-condition ul {
    display: none;
  }
}

#admin-product-moderation .newCreate .conditions .item-condition ul li {
  line-height: 17px;
  font-size: 14px;
  margin-bottom: 15px;
  font-family: "Gerbera-Light", sans-serif, Verdana;
  list-style: none;
  text-align: center;
}

@media screen and (max-width: 767px) {
  #admin-product-moderation .newCreate .conditions .item-condition ul li {
    line-height: 12px;
    font-size: 10px;
    margin-bottom: 10px;
  }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  #admin-product-moderation .newCreate .conditions .item-condition ul li {
    line-height: 13px;
    font-size: 11px;
    margin-bottom: 8px;
  }
}

#admin-product-moderation .newCreate .conditions .item-condition label {
  display: block;
  margin-bottom: 0px;
}

#admin-product-moderation .newCreate .conditions .item-condition .top-name {
  font-size: 18px;
  line-height: 22px;
  text-align: center;
  margin-bottom: 20px;
  font-family: "Gerbera", sans-serif, Verdana;
}

@media screen and (max-width: 767px) {
  #admin-product-moderation .newCreate .conditions .item-condition .top-name {
    font-size: 12px;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 0px;
  }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  #admin-product-moderation .newCreate .conditions .item-condition .top-name {
    font-size: 12px;
  }
}

#admin-product-moderation .newCreate .colors .color-item {
  display: inline-block;
  vertical-align: top;
  width: 98px;
  margin-right: 10px;
}

@media screen and (max-width: 767px) {
  #admin-product-moderation .newCreate .colors .color-item {
    width: 18.4% !important;
    margin-right: 2% !important;
  }

  #admin-product-moderation .newCreate .colors .color-item:nth-child(5n) {
    margin-right: 0% !important;
  }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  #admin-product-moderation .newCreate .colors .color-item {
    width: 64px;
    margin-right: 5px;
  }
}

#admin-product-moderation .newCreate .colors .color-item:nth-child(10n) {
  margin-right: 0px;
}

@media screen and (max-width: 767px) {
  #admin-product-moderation .newCreate .colors .color-item:nth-child(10n) {
    margin-right: 0px;
  }
}

#admin-product-moderation .newCreate .colors .color-item label {
  display: block;
  border: 2px solid #E5E5E5;
  border-radius: 12px;
  padding: 15px;
  cursor: pointer;
}

@media screen and (max-width: 767px) {
  #admin-product-moderation .newCreate .colors .color-item label {
    padding: 7px;
  }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  #admin-product-moderation .newCreate .colors .color-item label {
    padding: 8px;
  }
}

#admin-product-moderation .newCreate .colors .color-item label .color-name {
  font-size: 12px;
  line-height: 14px;
  font-family: "Gerbera-Light", sans-serif, Verdana;
  margin-bottom: 5px;
  min-height: 28px;
}

@media screen and (max-width: 575px) {
  #admin-product-moderation .newCreate .colors .color-item label .color-name {
    font-size: 8px;
    line-height: 11px;
    min-height: 22px;
  }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  #admin-product-moderation .newCreate .colors .color-item label .color-name {
    font-size: 9px;
  }
}

#admin-product-moderation .newCreate .colors .color-item label input {
  display: none;
}

#admin-product-moderation .newCreate .colors .color-item label img {
  width: 100%;
}

@media screen and (max-width: 767px) {
  #admin-product-moderation .newCreate .material-sizes .bag-info-block {
    position: absolute;
    top: -10px;
    left: 0px;
    width: 100%;
  }
}

#admin-product-moderation .newCreate .material-sizes .bag-info-block .mob-show {
  background: #F9FAFB;
  border-radius: 12px;
  padding: 15px;
  width: 270px;
  margin-top: -100px;
}

@media screen and (max-width: 767px) {
  #admin-product-moderation .newCreate .material-sizes .bag-info-block .mob-show {
    margin-top: 0px;
  }
}

#admin-product-moderation .newCreate .material-sizes .bag-info-block .mob-show p {
  font-family: "Gerbera-Light", sans-serif, Verdana;
  text-align: center;
  font-size: 14px;
  margin-bottom: 0px;
}

#admin-product-moderation .newCreate .icludes .form-group {
  font-size: 0px;
}

#admin-product-moderation .newCreate .icludes .el-checkbox {
  margin-right: 0px;
  margin-bottom: 0px;
}

#admin-product-moderation .newCreate .icludes .el-checkbox.is-checked .el-checkbox__label {
  color: #000;
  border: 2px solid #42ad7a;
}

#admin-product-moderation .newCreate .icludes .el-checkbox .el-checkbox__input {
  display: none;
}

#admin-product-moderation .newCreate .icludes .el-checkbox .el-checkbox__label {
  padding: 10px 19px;
  outline: none !important;
  cursor: pointer;
  border: 2px solid #E5E5E5;
  border-radius: 12px;
  font-family: "Gerbera-Light", sans-serif, Verdana;
  margin-right: 15px;
  margin-bottom: 15px;
}

@media screen and (max-width: 767px) {
  #admin-product-moderation .newCreate .icludes .el-checkbox .el-checkbox__label {
    margin-right: 5px;
    margin-bottom: 5px;
  }
}

@media screen and (max-width: 767px) {
  #admin-product-moderation .newCreate .return-price .big-text-info {
    position: absolute;
    top: -10px;
    left: 0px;
    width: 100%;
    z-index: 10;
  }
}

#admin-product-moderation .newCreate .return-price .return .chekbox-link {
  display: block;
  margin-bottom: 0px;
}

#admin-product-moderation .newCreate .return-price .return .chekbox-link .el-checkbox__input {
  display: none;
}

#admin-product-moderation .newCreate .return-price .return .chekbox-link .el-checkbox__label {
  padding: 10px 19px;
  outline: none !important;
  cursor: pointer;
  border: 2px solid #E5E5E5;
  border-radius: 12px;
  font-family: "Gerbera-Light", sans-serif, Verdana;
  margin-right: 15px;
  margin-bottom: 15px;
}

#admin-product-moderation .newCreate .return-price .return .chekbox-link.is-checked .el-checkbox__label {
  color: #000;
  border: 2px solid #42ad7a;
}

#admin-product-moderation .newCreate .return-price .left {
  padding-right: 60px;
}

@media screen and (max-width: 767px) {
  #admin-product-moderation .newCreate .return-price .left {
    padding-right: 15px;
  }
}

#admin-product-moderation .newCreate .return-price .right {
  padding-top: 90px;
}

@media screen and (max-width: 767px) {
  #admin-product-moderation .newCreate .return-price .right {
    padding-top: 0px;
  }
}

#admin-product-moderation .newCreate .return-price .dollar-input {
  position: relative;
}

#admin-product-moderation .newCreate .return-price .dollar-input:after {
  position: absolute;
  content: '$';
  right: 2px;
  width: 40px;
  text-align: center;
  background: #f6f5fa;
  top: 2px;
  bottom: 2px;
  border-radius: 0px 12px 12px 0px;
  height: auto;
  color: #000;
  border-left: 1px solid #e7f3f3;
  line-height: 42px;
}

#admin-product-moderation .newCreate .return-price .dop-info-price {
  text-align: center;
  font-size: 15px;
  padding: 0px;
}

#admin-product-moderation .newCreate .return-price .dop-info-price label {
  font-size: 11px;
  font-family: "Gerbera-Light", sans-serif, Verdana;
}

#admin-product-moderation .newCreate .return-price .dop-info-price span {
  font-size: 22px;
  line-height: 20px;
  display: block;
  margin-bottom: 5px;
}

@media screen and (max-width: 767px) {
  #admin-product-moderation .newCreate .description .big-text-info {
    position: absolute;
    top: -10px;
    left: 0px;
    width: 100%;
    z-index: 10;
    margin: 0px !important;
  }
}

#admin-product-moderation .newCreate .description textarea {
  border: 2px solid #E5E5E5;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 12px;
  resize: none;
  height: 90px;
}

@media screen and (max-width: 767px) {
  #admin-product-moderation .newCreate .mob-icon-warning,
  #admin-product-moderation .newCreate .mob-icon-question {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: auto;
    width: 50px;
    height: 50px;
    background: url(/images/mob-icon-warning.svg?9cc344fa9503ef423edf6f300f662fef) no-repeat center center, #fff;
    border-radius: 50%;
  }

  #admin-product-moderation .newCreate .mob-icon-warning.close-icon,
  #admin-product-moderation .newCreate .mob-icon-question.close-icon {
    background: url(/images/mob-icon-warning-close.svg?917eeebd9381026b22959e6d7878445e) no-repeat center center, #fff;
  }

  #admin-product-moderation .newCreate .mob-icon-question {
    background: url(/images/mob-icon-question.svg?04fca9693bbc3672d69df33a8612bad7) no-repeat center center, #fff;
  }

  #admin-product-moderation .newCreate .mob-show {
    background: #F9FAFB;
    padding: 15px;
    border-radius: 12px;
    width: 100%;
    position: absolute;
    left: -150%;
  }

  #admin-product-moderation .newCreate .mob-show.open-text {
    left: 0%;
  }
}

.image-bag {
  max-width: 100%;
}

.message-to-admin {
  border: 3px solid #d52975;
  padding: 8px 10px;
}

#admin-header #admin-header-nav {
  position: fixed;
  z-index: 400;
  top: 20%;
}

#admin-header #admin-header-nav li {
  margin-bottom: 8px;
  position: relative;
}

#admin-header #admin-header-nav li p {
  cursor: pointer;
  margin-bottom: 0;
}

#admin-header #admin-header-nav li i {
  color: #000000;
}

#admin-header #admin-header-nav li i:hover {
  color: #3490dc;
}

#admin-header #admin-header-nav li.active i {
  color: #3490dc;
}

#admin-header .sub-menu {
  position: fixed;
  top: 20%;
  left: 37px;
  padding: 10px;
  min-width: 200px;
  z-index: 401;
}

@media screen and (max-width: 767px) {
  #admin-header .sub-menu {
    width: 88%;
  }
}

#admin-header .sub-menu a {
  display: block;
  margin-bottom: 5px;
  color: #000000;
  text-decoration: none;
}

#admin-header .sub-menu a:hover {
  color: #3490dc;
}

@media screen and (max-width: 767px) {
  #admin-header .sub-menu .admin-header-links {
    width: 49%;
    margin-right: 0 !important;
    padding-right: 0 !important;
  }

  #admin-header .sub-menu .admin-header-links .header-link {
    font-size: 14px;
  }
}

@media screen and (max-width: 767px) {
  #admin-header .sub-menu .admin-sub-header-links {
    width: 49%;
    margin-right: 0 !important;
    padding-right: 0 !important;
  }

  #admin-header .sub-menu .admin-sub-header-links a {
    font-size: 14px;
  }
}

#admin-header .sub-menu .header-link {
  cursor: pointer;
}

#admin-header .sub-menu .header-link.active,
#admin-header .sub-menu .header-link:hover {
  color: #3490dc;
}

#admin-header .sub-menu .admin-header-links.active {
  border-right: 1px solid rgba(0, 0, 0, 0.1);
  margin-right: 1rem;
  padding-right: 1rem;
}

#admin-header .header-scroll {
  overflow-y: scroll;
  max-height: 450px;
  width: 1200px;
}

#admin-header .header-cross {
  position: absolute;
  right: -30px;
  top: -4px;
  cursor: pointer;
}

#admin-header .header-cross i {
  color: #3490dc;
}

.file-upload .upload-form-widget {
  outline: 2px dashed grey;
  /* the dash box */
  outline-offset: -10px;
  background: lightcyan;
  color: dimgray;
  padding: 10px 10px;
  min-height: 100px;
  /* minimum height */
  position: relative;
  cursor: pointer;
}

.file-upload .upload-form-widget input[type="file"] {
  width: 100%;
  margin-bottom: 15px;
}

.file-upload .upload-form-widget:hover {
  background: lightblue;
  /* when mouse over to the drop zone, change color */
}

.file-upload .upload-form-widget .text {
  font-size: 1.2em;
  text-align: center;
  padding: 25px 0;
}

.file-upload .upload-form-widget .input-file {
  opacity: 0;
  /* invisible but it's there! */
  width: 100%;
  min-height: 100px;
  position: absolute;
  cursor: pointer;
}

.file-upload .file-upload-files {
  margin-top: 15px;
}

.file-upload .file-upload-files .item {
  width: 68px;
  overflow: hidden;
  position: relative;
  display: inline-block;
  margin: 0 5px 5px 0;
  vertical-align: top;
}

.file-upload .file-upload-files .item .file-name {
  display: none;
}

.file-upload .file-upload-files .item .saved-file-delete,
.file-upload .file-upload-files .item .saved-file-edit,
.file-upload .file-upload-files .item .new-file-delete {
  width: 23px;
  height: 23px;
  float: right;
  margin-bottom: -23px;
  z-index: 5;
  position: relative;
  text-align: center;
  color: red;
  background: white;
  border: 1px solid black;
  border-radius: 20px;
  font-size: 14px;
  line-height: 17px;
  cursor: pointer;
}

.file-upload .file-upload-files .item .saved-file-delete,
.file-upload .file-upload-files .item .saved-file-edit {
  position: absolute;
  top: 0px;
  right: 0px;
}

@media screen and (max-width: 767px) {
  .file-upload .file-upload-files .item .saved-file-delete,
  .file-upload .file-upload-files .item .saved-file-edit {
    position: relative;
    bottom: 0;
    width: 100%;
    border: none;
    z-index: 100;
    float: none !important;
    margin-bottom: 0;
    color: #fff;
    background: red;
    margin-top: 10px;
    border-radius: 0px;
    padding: 3px 0px;
    height: auto;
  }
}

.file-upload .file-upload-files .item .saved-file-delete span,
.file-upload .file-upload-files .item .saved-file-edit span {
  font-size: 0px;
}

@media screen and (max-width: 767px) {
  .file-upload .file-upload-files .item .saved-file-delete span,
  .file-upload .file-upload-files .item .saved-file-edit span {
    font-size: 14px;
    float: none;
    padding: 2px;
    display: inline-block;
    vertical-align: middle;
  }
}

.file-upload .file-upload-files .item .saved-file-edit {
  position: absolute;
  top: 0px;
  left: 0px;
}

@media screen and (max-width: 767px) {
  .file-upload .file-upload-files .item .saved-file-edit {
    position: relative;
    bottom: 0;
    width: 100%;
    border: none;
    z-index: 5;
    float: none !important;
    margin-bottom: 0;
    color: #000 !important;
  }
}

.file-upload .file-upload-files .item .saved-file-edit .text {
  font-size: 0px;
}

@media screen and (max-width: 767px) {
  .file-upload .file-upload-files .item .saved-file-edit .text {
    font-size: 14px;
    float: none;
    padding: 2px;
    display: inline-block;
    vertical-align: middle;
  }
}

.file-upload .file-upload-files .item .saved-file-edit {
  float: left;
  color: blue;
  background-image: url(/images/edit.svg?b5bd085125e927ff38152d5e345de841);
  background-repeat: no-repeat;
  background-position: 3px 2px;
  background-size: 15px;
}

@media screen and (max-width: 767px) {
  .file-upload .file-upload-files .item .saved-file-edit {
    background-color: #d7d2d2;
  }
}

.file-upload .file-upload-files .item .thumb {
  width: 100%;
}

.file-upload .file-upload-files .item input {
  width: 100%;
  height: 20px;
}

@media screen and (max-width: 767px) {
  .file-upload .file-upload-files .item input {
    margin-top: 10px;
  }
}

.file-upload .file-upload-files .item.spinner:after {
  content: '';
  top: -10px;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(/images/wedges.svg?6f403801110af59fb3e77a28bf819d13) no-repeat center center;
  background-size: 90% !important;
  position: absolute;
}

