.sk-container, .sv-container, .kitchen-container {
  max-width: 1600px;
  margin-inline: auto;
}
.sk-container a, .sv-container a, .kitchen-container a {
  color: #221F1C;
}
@media (max-width: 1600px) {
  .sk-container, .sv-container, .kitchen-container {
    padding-inline: 20px;
  }
}
.sk-container [type=button], .sk-container [type=submit], .sk-container button, .sv-container [type=button], .sv-container [type=submit], .sv-container button, .kitchen-container [type=button], .kitchen-container [type=submit], .kitchen-container button {
  color: unset;
  border: none;
}

.elementor-button-icon svg {
  display: inline-block;
  vertical-align: initial;
}

table.remove-default-table thead:first-child tr:first-child th {
  border: none;
}
table.remove-default-table tr td, table.remove-default-table tr th {
  background-color: transparent;
  border: none;
  padding: 10px 0;
}
table.remove-default-table tr:nth-child(odd) th, table.remove-default-table tr:nth-child(odd) td, table.remove-default-table tr:hover th, table.remove-default-table tr:hover td {
  background-color: transparent;
  border: none;
}

button.btn-orange, .btn-secondary {
  color: #fff;
  background: #FF7F00;
  border-radius: 100px;
  padding: 14px 32px;
  font-weight: 600;
  font-size: 18px;
  cursor: pointer;
  transition: 0.3s ease-in-out;
}
button.btn-orange:hover, .btn-secondary:hover {
  background: var(--color-primary);
}

button.btn-secondary {
  background: #E3E3E3;
  color: #868686;
}

.middle-align-cells tr td {
  vertical-align: middle;
}

/*# sourceMappingURL=override-default-styles.css.map */
