/*! File generated in partesmix | Promaker */
.btn {
  outline: unset !important;
}
.modal-open {
  overflow: hidden;
}
.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
.modal.fade .modal-dialog {
  transform: translate(0, -25%);
  transition: transform 0.3s ease-out;
}
.modal.in .modal-dialog {
  transform: translate(0, 0);
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}
.modal-content {
  position: relative;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  outline: 0;
}
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}
.modal-backdrop.fade {
  filter: alpha(opacity=0);
  opacity: 0;
}
.modal-backdrop.in {
  filter: alpha(opacity=50);
  opacity: 0.5;
}
.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
  display: flex;
  justify-content: space-between;
}
.modal-header .close {
  order: 2;
  margin: 0;
  background: rgba(0, 0, 0, 0) !important;
  border: unset !important;
  font-size: 28px;
  padding: 0 !important;
  outline: unset !important;
  line-height: 1;
}
.modal-title {
  margin: 0;
  line-height: 1.42857143;
}
.modal-body {
  position: relative;
  padding: 15px;
}
.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }
  .modal-content {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }
  .modal-sm {
    width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg {
    width: 900px;
  }
}
@media (max-width: 991px) {
  .navbar-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
}
@media (max-width: 991px) {
  .navbar-toggle {
    order: 2;
  }
}
@media (max-width: 991px) {
  .navbar-brand {
    float: unset;
    margin-left: 1rem;
    margin-right: auto;
  }
}
.navbar-brand img {
  -o-object-fit: contain;
  object-fit: contain;
}
@media (max-width: 991px) {
  .navbar-brand img {
    width: 200px;
  }
}
@media (min-width: 992px) {
  .navbar-brand img {
    -o-object-position: top;
    object-position: top;
    margin-top: 8px;
    height: 92px;
  }
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:focus,
.navbar-default .navbar-nav > .active > a:hover,
.title,
.btn-outline,
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #d90023 !important;
}
.navbar-default .navbar-nav > li > a:hover:after,
.navbar-default .navbar-nav > li > a:focus:after {
  background: #d90023 !important;
}
.navbar-default .navbar-nav > .active > a:after,
.navbar-default .navbar-nav > .active > a:focus:after,
.navbar-default .navbar-nav > .active > a:hover:after,
.btn-primary {
  background: #d90023 !important;
}
.btn-primary,
.btn-outline {
  border-color: #d90023 !important;
}
.head-sep,
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:focus,
.nav-tabs > li.active > a:hover {
  border-color: #1c194e !important;
}
.btn-outline {
  background: rgba(0, 0, 0, 0) !important;
}
#section-escobillas-nuevo a,
.novedadProductosDestacadoDatos,
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:focus,
.nav-tabs > li.active > a:hover {
  color: #1c194e !important;
}
.btn-outline.btn-primary:hover {
  color: #fff !important;
}
.buscador-border input.form-control {
  margin-bottom: 0 !important;
}
.pmix-cuenta-col {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (min-width: 992px) {
  .pmix-cuenta-col .idiomas-header {
    margin: 0 3rem 0 auto !important;
  }
}
.pmix-cuenta-col .idiomas-header,
.pmix-cuenta-col .pmix-cuenta {
  white-space: nowrap;
}
.pmix-btn-primary {
  background: #d90023 !important;
  color: #fff !important;
  box-shadow: unset !important;
  font-weight: bold;
  border-radius: 8px !important;
}
.pmix-btn-primary:hover {
  background: #851d1d !important;
}
.pmix-btn-cart {
  position: relative;
  background: #fff;
  width: 40px;
  height: 40px;
  min-width: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px 0 0 8px;
  border: 1px solid #ccc;
  border-right: unset !important;
  top: 64px;
  right: -1px;
  cursor: pointer;
}
.pmix-btn-cart span {
  background: #d90023;
  color: rgba(255, 255, 255, 0.87) !important;
  text-align: center;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  position: absolute;
  top: -6px;
  left: -6px;
  font-size: 8px;
  line-height: 14px;
}
.pmix-invert-logo {
  filter: brightness(0) invert(1);
}
@media (min-width: 992px) {
  .pmix-modal-dialog {
    width: 780px !important;
    max-width: 780px !important;
  }
}
.pmix-modal-content {
  border: unset !important;
  border-radius: 16px;
  overflow: hidden;
}
.pmix-modal-body {
  padding: 0 !important;
}
.pmix-modal-body button[data-dismiss="modal"] {
  position: absolute;
  top: 16px;
  right: 16px;
  background: rgba(0, 0, 0, 0) !important;
  border: unset !important;
  outline: unset !important;
}
.pmix-modal-row {
  margin: 0 !important;
  display: flex !important;
  flex-wrap: wrap !important;
}
.pmix-modal-col-1,
.pmix-modal-col-2 {
  padding: 0 !important;
  float: unset !important;
}
@media (min-width: 992px) {
  .pmix-modal-col-1,
  .pmix-modal-col-2 {
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media (max-width: 991px) {
  .pmix-modal-col-1,
  .pmix-modal-col-2 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.pmix-modal-col-1 {
  background: #d90023;
  display: flex;
  text-align: center;
}
@media (max-width: 991px) {
  .pmix-modal-col-1 {
    padding: 16px !important;
    display: none !important;
  }
}
@media (min-width: 992px) {
  .pmix-modal-col-1 {
    flex-direction: column;
    min-height: 380px;
    justify-content: center;
    align-items: center;
    padding: 48px !important;
  }
}
.pmix-modal-col-1 img {
  margin-bottom: 48px;
}
.pmix-modal-col-1 h3 {
  margin: 0 !important;
  font-size: 1.75rem;
  font-weight: bold;
}
.pmix-modal-col-1 h3 span {
  background: #1b1b1b;
  color: #fff;
  font-size: 24px;
  line-height: 46px;
  border-radius: 8px;
  font-style: italic;
  padding: 8px 16px !important;
}
@media (max-width: 991px) {
  .pmix-modal-col-2 {
    padding: 32px 24px !important;
  }
}
@media (min-width: 992px) {
  .pmix-modal-col-2 {
    padding: 48px !important;
    min-height: 383px !important;
  }
}
.pmix-modal-col-2 h4 {
  color: #282828;
  font-size: 18px;
  line-height: 20px;
  text-align: center;
  margin-bottom: 24px !important;
  font-weight: bold;
}
.pmix-modal-col-2 form .form-control {
  background: #ededed !important;
  border-color: #6d6d6d !important;
  color: #282828 !important;
  outline: unset !important;
  border-radius: 8px !important;
  border: 1px solid #1b1b1b;
  height: 48px !important;
  box-shadow: unset !important;
  font-size: 14px;
  line-height: 20px;
  padding: 8px 16px !important;
}
.pmix-modal-col-2 form .form-control:focus {
  border-color: #d90023 !important;
}
.pmix-modal-col-2 form button[type="submit"] {
  line-height: 1.9;
  padding: 8px 12px !important;
  width: 100%;
}
.pmix-modal-col-2 p {
  color: #6d6d6d;
  font-size: 14px;
  line-height: 1;
  text-align: center;
}
.pmix-modal-col-2 p a {
  color: #d90023 !important;
}
.pmix-color-primary {
  color: #d90023 !important;
}
.pmix-producto-actions {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 991px) {
  .pmix-producto-actions {
    margin-top: 24px;
  }
}
@media (min-width: 992px) {
  .pmix-producto-actions {
    margin-top: 48px;
  }
}
.pmix-producto-actions .quantity {
  margin-right: 16px;
}
.pmix-producto-actions .pmix-color-primary {
  font-size: 20px;
  font-weight: bold;
  margin: 0;
}
.pmix-no-height {
  height: unset !important;
}
.pmix-semaforo {
  background: #ffc107;
  display: flex;
  flex-direction: column;
  width: -moz-max-content;
  width: max-content;
  padding: 8px;
  border-radius: 6px;
  position: absolute;
  top: 0;
  right: 16px;
}
.pmix-semaforo > div {
  cursor: pointer;
  width: 16px;
  height: 16px;
  background: #333;
  border-radius: 50%;
}
.pmix-semaforo > div:not(:last-child) {
  margin-bottom: 4px;
}
.pmix-semaforo.stock div:nth-child(3) {
  background: #4caf50 !important;
}
.pmix-semaforo.sin-stock div:nth-child(1) {
  background: red !important;
}
.pmix-semaforo.reserva div:nth-child(2) {
  background: orange !important;
}
.pmix-table-cart-delete {
  outline: unset !important;
  border-radius: 4px;
  transition: all 0.3s;
  padding: 2.25px 3.25px;
  line-height: 1;
}
.pmix-table-cart-delete img {
  display: block;
}
.pmix-minicart {
  position: fixed;
  right: 0;
  z-index: 999;
  transform: translate3d(calc(100% - 40px), 0, 0);
  transition: all 0.3s;
  display: flex;
}
@media (min-width: 992px) {
  .pmix-minicart {
    top: 0;
  }
}
@media (max-width: 991px) {
  .pmix-minicart {
    top: 4rem !important;
  }
}
.pmix-minicart.active {
  transform: translate3d(0%, 0, 0) !important;
}
.pmix-minicart-content {
  background: #fff;
  padding: 24px;
  height: 100vh;
  border-left: 1px solid #ccc;
}
@media (min-width: 992px) {
  .pmix-minicart-content {
    width: 450px;
  }
}
.pmix-minicart-content > div:nth-child(1) {
  text-align: center !important;
  padding-bottom: 4px !important;
  margin-bottom: 24px !important;
}
.pmix-minicart-content > div:nth-child(1) h4 {
  color: #1b1b1b;
  font-weight: bold;
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .pmix-minicart-content > div:nth-child(1) h4 {
    font-size: 24px;
    line-height: 46px;
  }
}
.pmix-minicart-content > div:nth-child(2) {
  overflow-y: auto;
}
@media (max-width: 991px) {
  .pmix-minicart-content > div:nth-child(2) {
    height: calc(100vh - 280px);
  }
}
@media (min-width: 992px) {
  .pmix-minicart-content > div:nth-child(2) {
    height: calc(100vh - 256px);
  }
  .pmix-minicart-content > div:nth-child(2)::-webkit-scrollbar {
    background: #ddd;
    width: 6px;
  }
  .pmix-minicart-content > div:nth-child(2)::-webkit-scrollbar-track {
    border-radius: 6px;
  }
  .pmix-minicart-content > div:nth-child(2)::-webkit-scrollbar-thumb {
    background: #d90023;
    border-radius: 6px;
  }
  .pmix-minicart-content > div:nth-child(2)::-webkit-scrollbar-thumb:hover {
    background: #781b1a !important;
  }
}
.pmix-minicart-content > div:nth-child(2) ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding-left: 0 !important;
  margin-bottom: 0 !important;
}
.pmix-minicart-content > div:nth-child(2) ul li {
  display: flex;
  flex: 0 0 100%;
  max-width: 100%;
}
@media (min-width: 992px) {
  .pmix-minicart-content > div:nth-child(2) ul li > div:nth-child(1) {
    margin-right: 16px !important;
  }
}
@media (max-width: 991px) {
  .pmix-minicart-content > div:nth-child(2) ul li > div:nth-child(1) {
    margin-right: 14px;
  }
}
.pmix-minicart-content > div:nth-child(2) ul li > div:nth-child(1) div {
  background: #fff;
  border-radius: 16px;
  border: 1px solid #ccc;
}
@media (min-width: 992px) {
  .pmix-minicart-content > div:nth-child(2) ul li > div:nth-child(1) div {
    padding: 5px;
  }
}
@media (max-width: 991px) {
  .pmix-minicart-content > div:nth-child(2) ul li > div:nth-child(1) div {
    padding: 5px;
  }
}
.pmix-minicart-content > div:nth-child(2) ul li > div:nth-child(1) div img {
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: center;
  object-position: center;
}
@media (min-width: 992px) {
  .pmix-minicart-content > div:nth-child(2) ul li > div:nth-child(1) div img {
    min-width: 40px;
    height: 40px;
    max-width: 40px;
    margin: 0px;
  }
}
@media (max-width: 991px) {
  .pmix-minicart-content > div:nth-child(2) ul li > div:nth-child(1) div img {
    min-width: 25px;
    height: 25px;
    max-width: 25px;
    margin: 0px;
  }
}
.pmix-minicart-content > div:nth-child(2) ul li > div:nth-child(2) {
  width: 100%;
}
.pmix-minicart-content > div:nth-child(2) ul li > div:nth-child(2) h5 {
  color: #282828;
  font-size: 14px;
  line-height: 1;
  font-weight: bold;
  margin: 5px 0px !important;
}
@media (min-width: 992px) {
  .pmix-minicart-content > div:nth-child(2) ul li > div:nth-child(2) h5 {
    margin-bottom: 16px;
  }
}
@media (max-width: 991px) {
  .pmix-minicart-content > div:nth-child(2) ul li > div:nth-child(2) h5 {
    margin-bottom: 4px;
  }
}
.pmix-minicart-content > div:nth-child(2) ul li > div:nth-child(2) p {
  color: #000;
  line-height: 20px;
}
@media (min-width: 992px) {
  .pmix-minicart-content > div:nth-child(2) ul li > div:nth-child(2) p {
    font-size: 16px;
    margin-bottom: 10px;
  }
}
@media (max-width: 991px) {
  .pmix-minicart-content > div:nth-child(2) ul li > div:nth-child(2) p {
    font-size: 12px;
    margin-bottom: 8px;
  }
}
.pmix-minicart-content
  > div:nth-child(2)
  ul
  li
  > div:nth-child(2)
  p
  .precio-total {
  font-weight: 700;
  color: red;
}
.pmix-minicart-content
  > div:nth-child(2)
  ul
  li
  > div:nth-child(2)
  .pmix-table-cart-delete {
  float: right;
  margin: -40px 16px 0 0;
  background: rgba(0, 0, 0, 0) !important;
  border: 1px solid red !important;
}
.pmix-minicart-content
  > div:nth-child(2)
  ul
  li
  > div:nth-child(2)
  .pmix-table-cart-delete
  img {
  filter: invert(1);
}
.pmix-minicart-content > div:nth-child(2) ul li:not(:last-child) {
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #eee;
}
.pmix-minicart-content > div:nth-child(2) ul li.swiped {
  transform: translate3d(-94px, 0px, 0px);
}
.pmix-minicart-content > div:nth-child(3) {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  padding-top: 24px;
  margin-top: 24px;
}
.pmix-minicart-content > div:nth-child(3):before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 0.5px;
  width: 100%;
  background: #c4c4c4;
}
.pmix-minicart-content > div:nth-child(3) p {
  width: 100%;
  margin-bottom: 16px;
}
.pmix-minicart-content > div:nth-child(3) p strong {
  color: #1b1b1b;
  font-size: 20px;
  line-height: 1;
  font-weight: bold !important;
}
.pmix-minicart-content > div:nth-child(3) p span {
  color: #d90023;
  font-size: 18px;
  line-height: 20px;
  float: right;
}
.pmix-minicart-content > div:nth-child(3) .btn {
  text-transform: uppercase;
  border-radius: 8px !important;
  line-height: 1.9;
  padding: 8px 12px !important;
  width: calc(50% - 8px) !important;
  color: rgba(255, 255, 255, 0.87) !important;
}
@media (max-width: 991px) {
  .pmix-minicart-content > div:nth-child(3) .btn {
    font-size: 11px !important;
  }
}
.pmix-minicart-content > div:nth-child(3) .btn:nth-child(2) {
  background: #d90023;
  margin-right: 8px !important;
}
@media (max-width: 991px) {
  .pmix-minicart-content > div:nth-child(3) .btn:nth-child(2) {
    width: 100% !important;
    margin-right: 0px !important;
  }
}
.pmix-minicart-content > div:nth-child(3) .btn:nth-child(3) {
  background: #1b1b1b;
  margin-left: 8px;
}
@media (max-width: 991px) {
  .pmix-minicart-content > div:nth-child(3) .btn:nth-child(3) {
    width: 100% !important;
    margin: 10px 0px;
  }
}
.pmix-minicart-content > div .total-importe {
  font-weight: 700;
}
.pmix-minicart-close {
  cursor: pointer;
  background: rgba(0, 0, 0, 0) !important;
  border: unset !important;
  outline: unset !important;
  position: absolute;
  top: 16px;
  right: 16px;
}
.pmix-minicart-close img {
  filter: invert(1);
}
.pmix-minicart-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  height: 100vh;
  width: 100vw;
  z-index: -1;
}
.pmix-minicart-backdrop.active {
  background: rgba(0, 0, 0, 0.5);
  z-index: 999 !important;
}
.pmix-gracias {
  background: #18bf67;
  padding: 5rem 0 !important;
}
@media (min-width: 992px) {
  .pmix-gracias {
    padding-bottom: 9rem !important;
  }
}
.pmix-gracias-check {
  width: -moz-max-content;
  width: max-content;
  margin: auto;
  background: #fff;
  padding: 3rem;
  border-radius: 50%;
  position: relative;
}
.pmix-gracias-content {
  color: #fff;
  text-align: center;
}
.pmix-gracias-content h3 {
  font-weight: bold !important;
}
.pmix-gracias-content p {
  margin-bottom: 0 !important;
}
.pmix-gracias-details {
  background: #ebebeb;
  padding: 3rem 0 7rem;
}
.pmix-gracias-details-content {
  background: #fff;
  padding: 4rem 2rem;
  margin-bottom: 2rem;
  border-radius: 4px;
  text-align: center;
}
@media (min-width: 992px) {
  .pmix-gracias-details-content {
    margin-top: -8rem;
  }
}
.pmix-gracias-details-content p {
  margin: 0 !important;
}
.pmix-gracias-details .btn {
  margin: auto;
  display: block;
  width: -moz-max-content;
  width: max-content;
}
.pmix-calc-precio {
  padding: 7px;
  border: 1px solid #ccc;
  width: -moz-max-content;
  width: max-content;
  border-radius: 4px;
  margin-top: 6px;
}
.pmix-calc-precio .input_precio_calculadora {
  border: none;
  border-bottom: 2px solid #afafaf !important;
  outline: unset !important;
}
.pmix-calc-precio .input_precio_calculadora:focus {
  border-color: #d90023 !important;
}
.pmix-calc-precio .button_precio_calculadora {
  background: #000 !important;
  color: #fff;
  border: unset !important;
  outline: unset;
  margin-left: 6px;
  line-height: 20px;
  border-radius: 50%;
  width: 22px;
  text-align: center;
}
#table-productos {
  border-spacing: unset !important;
}
#table-productos .agregar-producto-detalle-producto {
  padding: 8px 12px !important;
  width: 100%;
  font-weight: bold;
  margin: 16px 0 !important;
}
#table-productos .agregar-producto-detalle-producto img {
  filter: brightness(0) invert(1);
}
.quantity {
  display: flex;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.quantity .minus,
.quantity .plus {
  background: #1b1b1b;
  color: rgba(255, 255, 255, 0.87) !important;
  cursor: pointer;
  line-height: 1 !important;
  border: unset !important;
  text-align: center !important;
}
@media (min-width: 992px) {
  .quantity .minus,
  .quantity .plus {
    width: 24px;
    height: 24px;
    border-radius: 50%;
    font-size: 16px !important;
  }
}
@media (max-width: 991px) {
  .quantity .minus,
  .quantity .plus {
    width: 30px;
    height: 30px;
    font-size: 24px !important;
  }
}
@media (min-width: 992px) {
  .quantity .minus {
    margin-right: 8px;
  }
}
@media (max-width: 991px) {
  .quantity .minus {
    border-radius: 8px 0 0 8px;
  }
}
@media (max-width: 991px) {
  .quantity .plus {
    border-radius: 0 8px 8px 0;
  }
}
.quantity .qty {
  background: rgba(0, 0, 0, 0);
  border: 1px solid #404040;
  color: #6d6d6d !important;
  line-height: 20px !important;
  outline: unset !important;
  text-align: center;
}
@media (min-width: 992px) {
  .quantity .qty {
    border-radius: 50%;
    width: 24px;
    height: 24px;
    font-size: 12px !important;
    margin-right: 8px;
  }
}
@media (max-width: 991px) {
  .quantity .qty {
    border-radius: unset !important;
    width: 30px;
    height: 30px;
    font-size: 14px !important;
    border-right: unset !important;
    border-left: unset !important;
  }
}
@media (max-width: 991px) {
  #home_slider .title-slider {
    font-size: 22px !important;
    line-height: 2 !important;
  }
}
@media (min-width: 992px) {
  #home_slider .title-slider {
    font-size: 60px !important;
    line-height: 1.25 !important;
  }
}
#home_slider img {
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: top;
  object-position: top;
}
@media (min-width: 992px) {
  #home_slider img {
    height: calc(100vh - 130px);
  }
}
[data-text-after] {
  position: relative;
}
[data-text-after]:after {
  content: attr(data-text-after) !important;
  display: inline !important;
}
[for="app_area_privada_user_porcentaje"] + .pmix-calc-precio {
  background: #d90023 !important;
  color: #fff !important;
  border-color: #d90023 !important;
  display: flex;
  align-items: center;
  padding: 0 0 0 40px !important;
  margin: 0 !important;
  position: relative;
  width: 100%;
}
[for="app_area_privada_user_porcentaje"] + .pmix-calc-precio:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 34px;
  height: 24px;
  background-image: url(https://unpkg.com/ionicons@7.1.0/dist/svg/wallet-outline.svg);
  background-size: contain;
  border-right: 1px solid #000;
  margin: auto;
  background-repeat: no-repeat;
  background-position: center;
  filter: invert(1);
}
[for="app_area_privada_user_porcentaje"]
  + .pmix-calc-precio
  #app_area_privada_user_porcentaje {
  width: 65px !important;
  background: #d90023 !important;
  color: #fff !important;
  border-bottom-color: #fff !important;
}
[for="app_area_privada_user_porcentaje"]
  + .pmix-calc-precio
  #app_area_privada_user_porcentaje
  + span {
  white-space: nowrap;
  display: block;
  padding: 0 6px;
  font-weight: 600;
}
