.ec-slide-item {
  height: 80vh !important;
}

@media (max-width: 575px) {
  .ec-slide-item {
    height: 50vh !important;
  }

  .ec-slide-content {
    background: rgba(255, 255, 255, 0.7);
    padding: 15px;
  }
}

@media (max-width: 767px) {
  .ec-slide-item {
    height: 60vh !important;
  }
}

.ec-product-inner .ec-pro-image .ec-pro-actions .add-to-cart {
  bottom: 30px !important;
}

.link-cat {
  margin-left: inherit !important;
  font-size: inherit !important;
  line-height: inherit !important;
  font-weight: inherit !important;
}

.sin-cat-icon::after {
  display: none !important;
}

.loading-overlay {
  z-index: 999999999999 !important;
}

.loader {
  border: 16px solid #f3f3f3;
  border-radius: 50%;
  border-top: 16px solid #3498db;
  width: 100px;
  height: 100px;
  -webkit-animation: spin 1s linear infinite; /* Safari */
  animation: spin 1s linear infinite;
  margin: 0 auto;
}

/* Safari */
@-webkit-keyframes spin {
  0% { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

.registro-form hr {
  border-bottom: 1px solid #a9a9a9;
}

.registro-form .form-check-input {
  width: 20px !important;
  height: 20px !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
  margin-top: 0 !important;
  margin-right: 5px !important;
}

.sucursal-card .card {
  height: 200px;
  display: table;
  background: white;
  width: 100%;
  cursor: pointer;
}

.sucursal-card .card-body {
  display: table-cell;
  margin: 0;
  padding: 20px;
  vertical-align: middle;
}

.sucursal-card h4 {
  font-size: 18px;
}

.sucursal-card p {
  font-size: 12px;
  line-height: 18px;
}

.sucursal-elegida .card {
  border: 1px solid #cfcfcf !important;
  background: #e5e5e5;
}

.direccion-card .card {
  height: 200px;
  display: table;
  background: white;
  width: 100%;
  cursor: pointer;
}

.direccion-card .card-body {
  display: table-cell;
  margin: 0;
  padding: 20px;
  vertical-align: middle;
}

.direccion-card h4 {
  font-size: 14px;
}

.direccion-card p {
  font-size: 12px;
  line-height: 18px;
}

.direccion-elegida .card {
  border: 1px solid #cfcfcf !important;
  background: #e5e5e5;
}

.modal-dialog .modal-header {
  justify-content: space-between !important;
}

.table-medio td {
  vertical-align: middle;
}

.compras-card .ec-vendor-card-header {
  padding: 10px !important;
}

.compras-card h4 {
  font-size: 18px;
}

.compras-card td {
  vertical-align: middle;
}

#ec-progressbar li {
  width: 33%;
}

.productos-venta {
  overflow-y: auto;
  max-height: 210px;
}

.ec-vendor-block-detail h5 {
  font-size: 16px;
}

select.form-control {
  border: 1px solid #CED4DA !important;
}

.form-group.has-danger {
  margin-bottom: 2rem !important;
}

.has-danger .form-control {
  border: 1px solid #dc3545 !important;
}

.form-group .invalid-tooltip {
  display: block !important;
  margin-top: 0 !important;
}

.forma .form-group {
  position: relative !important;
}

.invalid-tooltip {
  background-color: #dc3545 !important;
}


.ec-register-wrapper .ec-register-container .ec-register-form form {
  display: inherit !important;
}
