/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.form-discount .g-recaptcha {
  margin-top: 50px !important;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.login-container .g-recaptcha,
.form-login .g-recaptcha,
.form-edit-account .g-recaptcha {
  margin-bottom: 10px !important;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.required-captcha.checkbox {
  position: absolute;
  display: block;
  visibility: visible;
  overflow: hidden;
  opacity: 0;
  width: 1px;
  height: 1px;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.block.newsletter .field-recaptcha .field .control:before {
  content: none;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.review-form .field-recaptcha {
  margin-bottom: 10px;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.form.send.friend .g-recaptcha {
  margin-top: 40px;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.product-info-stock-sku .configurable-variation-qty {
  display: none;
}
.trend-filter {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 20px;
}
.trend-filter select,
.trend-filter input {
  padding: 8px;
  border: 1px solid #ccc;
  border-radius: 4px;
  background: #fff;
}
.trend-filter .trend-filter-button {
  background-color: #000;
  color: #fff;
  border: none;
  padding: 8px 16px;
  cursor: pointer;
  border-radius: 4px;
}
.catalog-product-view .tooltip-columns-container {
  max-width: 300px;
  font-size: 12px;
}
.catalog-product-view .tooltip-column {
  min-width: 120px;
}
.catalog-product-view .product-attributes-grid {
  display: grid;
  grid-template-columns: repeat(2, 50%);
  padding-left: 20px;
  margin: 10px 0;
}
@media (max-width: 1300px) {
  .catalog-product-view .product-attributes-grid {
    grid-template-columns: 100%;
  }
}
.catalog-product-view .product-attributes-grid .attributes-column {
  box-sizing: border-box;
}
.catalog-product-view .product-attributes-grid .attribute-item {
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  gap: 10px;
}
.catalog-product-view .product-attributes-grid .attribute-item .attribute-value {
  font-size: 16px;
  color: black;
  cursor: help;
}
.catalog-product-view .product-attributes-grid .attribute-item .attribute-icon {
  width: 24px;
  height: 24px;
  cursor: help;
}
.catalog-product-view .ui-tooltip {
  max-width: 300px !important;
  padding: 8px 12px !important;
  background: #fff !important;
  color: #333 !important;
  border: 1px solid #ddd !important;
  border-radius: 4px !important;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1) !important;
}
.catalog-product-view .ui-tooltip .tooltip-columns-container {
  display: flex;
  gap: 15px;
}
.catalog-product-view .ui-tooltip .tooltip-column {
  min-width: 120px;
}
.catalog-product-view .ui-tooltip .tooltip-column div {
  padding: 3px 0;
  white-space: nowrap;
}
.restaurant-search {
  padding: 20px;
  border-radius: 16px;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
  margin: auto;
}
@media (max-width: 767px) {
  .restaurant-search {
    height: auto;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .restaurant-search {
    margin: 0 auto;
    z-index: 100;
    position: relative;
    bottom: 80px;
    background: #fff;
    width: 95%;
  }
}
.restaurant-search .search-title-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.restaurant-search .search-title-container .search-title {
  color: black;
  font-weight: 700;
  font-size: 32px;
  line-height: 38px;
  margin: 0 0 20px 12px;
}
.restaurant-search .search-title-container img {
  width: 80px;
  height: 80px;
  margin-right: 20px;
}
@media (max-width: 768px) {
  .restaurant-search .search-title-container img {
    width: 60px;
    height: 60px;
  }
}
@media (min-width: 768px) {
  .restaurant-search .form-restaurant-search {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 10px;
  }
}
.restaurant-search .form-restaurant-search .fieldset-detail {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
@media (max-width: 768px) {
  .restaurant-search .form-restaurant-search .fieldset-detail {
    flex-direction: column;
    width: 100%;
  }
}
.restaurant-search .form-restaurant-search .fieldset-detail .field .control {
  display: flex;
  flex-direction: column;
}
.restaurant-search .form-restaurant-search .fieldset-detail .field .control label {
  font-weight: 500;
  font-size: 16px;
  line-height: 30px;
  color: black;
}
.restaurant-search .form-restaurant-search .fieldset-detail .field .control .query {
  width: 440px;
  background: url("../../../../../frontend/Magento/blank/es_MX/Threedadv_CatalogSearch/images/covered.svg") no-repeat calc(97%) center;
  border: 1px solid black;
  border-radius: 8px;
  padding: 0 12px;
  height: 52px;
}
@media (max-width: 768px) {
  .restaurant-search .form-restaurant-search .fieldset-detail .field .control .query {
    width: 100%;
    background: url("../../../../../frontend/Magento/blank/es_MX/Threedadv_CatalogSearch/images/covered.svg") no-repeat calc(97%) center;
  }
}
@media (min-width: 1700px) {
  .restaurant-search .form-restaurant-search .fieldset-detail .field .control .query {
    width: 700px;
    background: url("../../../../../frontend/Magento/blank/es_MX/Threedadv_CatalogSearch/images/covered.svg") no-repeat calc(97%) center;
    border: 1px solid black;
    border-radius: 8px;
    padding: 0 12px;
    height: 52px;
  }
}
@media (min-width: 1700px) and (max-width: 768px) {
  .restaurant-search .form-restaurant-search .fieldset-detail .field .control .query {
    width: 100%;
    background: url("../../../../../frontend/Magento/blank/es_MX/Threedadv_CatalogSearch/images/covered.svg") no-repeat calc(97%) center;
  }
}
.restaurant-search .form-restaurant-search .fieldset-detail .field .control .date {
  width: 180px;
  background: url("../../../../../frontend/Magento/blank/es_MX/Threedadv_CatalogSearch/images/date.svg") no-repeat calc(90%) center;
  border: 1px solid black;
  border-radius: 8px;
  padding: 0 12px;
  height: 52px;
}
@media (max-width: 768px) {
  .restaurant-search .form-restaurant-search .fieldset-detail .field .control .date {
    width: 100%;
    background: url("../../../../../frontend/Magento/blank/es_MX/Threedadv_CatalogSearch/images/date.svg") no-repeat calc(97%) center;
  }
}
.restaurant-search .form-restaurant-search .fieldset-detail .field .control .date::-webkit-calendar-picker-indicator {
  display: none;
}
@media (min-width: 1900px) {
  .restaurant-search .form-restaurant-search .fieldset-detail .field .control .date {
    width: 240px;
    background: url("../../../../../frontend/Magento/blank/es_MX/Threedadv_CatalogSearch/images/date.svg") no-repeat calc(90%) center;
    border: 1px solid black;
    border-radius: 8px;
    padding: 0 12px;
    height: 52px;
  }
}
@media (min-width: 1900px) and (max-width: 768px) {
  .restaurant-search .form-restaurant-search .fieldset-detail .field .control .date {
    width: 100%;
    background: url("../../../../../frontend/Magento/blank/es_MX/Threedadv_CatalogSearch/images/date.svg") no-repeat calc(97%) center;
  }
}
.restaurant-search .form-restaurant-search .fieldset-detail .field .control .hourly {
  width: 220px;
  background: url("../../../../../frontend/Sm/multe/default/images/clock.svg") no-repeat calc(90%) center;
  border: 1px solid black;
  border-radius: 8px;
  padding: 0 12px;
  height: 52px;
}
@media (max-width: 768px) {
  .restaurant-search .form-restaurant-search .fieldset-detail .field .control .hourly {
    width: 100%;
    background: url("../../../../../frontend/Sm/multe/default/images/clock.svg") no-repeat calc(97%) center;
  }
}
.restaurant-search .form-restaurant-search .fieldset-detail .field .control .persons {
  width: 220px;
  background: url("../../../../../frontend/Magento/blank/es_MX/Threedadv_CatalogSearch/images/person.svg") no-repeat calc(90%) center;
  border: 1px solid black;
  border-radius: 8px;
  padding: 0 12px;
  height: 52px;
}
@media (max-width: 768px) {
  .restaurant-search .form-restaurant-search .fieldset-detail .field .control .persons {
    width: 100%;
    background: url("../../../../../frontend/Magento/blank/es_MX/Threedadv_CatalogSearch/images/person.svg") no-repeat calc(97%) center;
  }
}
.restaurant-search .form-restaurant-search .fieldset-detail .search {
  height: 46px;
  margin-top: 35px;
  width: 220px;
  border-radius: 29px;
  background: black;
  text-transform: none;
}
@media (max-width: 768px) {
  .restaurant-search .form-restaurant-search .fieldset-detail .search {
    width: 100%;
  }
}
.restaurant-search .form-restaurant-search .action.search.primary span {
  font-size: 18px;
}
@media (min-width: 998px) {
  .home-1-style .restaurants-banner-carousel ~ .restaurant-search {
    z-index: 100;
    position: relative;
    bottom: 100px;
    background: #fff;
    width: 95%;
  }
}
@media (max-width: 997px) {
  .home-1-style .restaurants-banner-carousel ~ .restaurant-search {
    margin: 0px auto;
    width: 90%;
  }
}
@media only screen and (max-width: 768px) {
  .footer-container .block-subscribe-footer .form.subscribe {
    display: flex !important;
    flex-direction: column;
    gap: 8px;
  }
  .footer-container .block-subscribe-footer .form.subscribe .input-box input {
    border-radius: 8px;
  }
  .footer-container .block-subscribe-footer .form.subscribe .action.subscribe.primary {
    justify-content: center;
    border-radius: 8px;
  }
}
.customer-restaurateur-tendencies .trend-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
}
.customer-restaurateur-tendencies .trend-head h1 {
  color: #000;
}
.customer-restaurateur-tendencies .trend-head .download-container {
  position: relative;
  display: inline-block;
  cursor: pointer;
}
.customer-restaurateur-tendencies .trend-head .download-container .download-button {
  height: 42px;
  width: 180px;
  background-color: #000;
  border-radius: 16px;
  color: white;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}
.customer-restaurateur-tendencies .trend-head .download-container .download-button:hover {
  background-color: #333333;
}
.customer-restaurateur-tendencies .trend-head .download-container .download-modal {
  display: none;
  position: absolute;
  top: 46px;
  right: 0;
  background: white;
  border: 1px solid #ccc;
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
  z-index: 1;
  width: 290px;
  max-height: 250px;
  overflow-y: auto;
  padding: 15px;
  border-radius: 16px;
}
.customer-restaurateur-tendencies .trend-head .download-container .download-modal .download-modal-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
}
.customer-restaurateur-tendencies .trend-head .download-container .download-modal .download-modal-content .export-format-selector {
  display: flex;
  gap: 10px;
  align-items: center;
}
.customer-restaurateur-tendencies .trend-head .download-container .download-modal .download-modal-content .download-all {
  width: 100%;
  background-color: #000;
  color: white;
  cursor: pointer;
  transition: background 0.3s ease;
  line-height: 0;
  padding: 8px;
  border-radius: 8px;
  border: 1px solid #ccc;
  font-size: 14px;
  text-transform: none;
  font-weight: 700;
}
.customer-restaurateur-tendencies .trend-head .download-container .download-modal .download-modal-content .download-all:hover {
  background-color: #333333;
}
.customer-restaurateur-tendencies .trend-filter {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: 20px;
}
.customer-restaurateur-tendencies .trend-filter input,
.customer-restaurateur-tendencies .trend-filter button,
.customer-restaurateur-tendencies .trend-filter select {
  padding: 8px;
  border-radius: 16px;
  border: 1px solid #000;
  font-size: 14px;
  height: 42px;
  color: #000;
}
.customer-restaurateur-tendencies .trend-filter .restaurant {
  line-height: 1;
  width: 220px;
}
.customer-restaurateur-tendencies .trend-filter .date-range-container {
  display: flex;
  gap: 10px;
}
.customer-restaurateur-tendencies .trend-filter .date-range-container input {
  width: 220px;
}
.customer-restaurateur-tendencies .trend-filter .date-range-container button {
  background-color: #000;
  color: white;
  cursor: pointer;
  transition: background 0.3s ease;
  line-height: 0;
}
.customer-restaurateur-tendencies .trend-filter .date-range-container button:hover {
  background-color: #333333;
}
.customer-restaurateur-tendencies .data-table {
  width: 100%;
  border-collapse: separate;
  border: 1px solid black;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
.customer-restaurateur-tendencies .data-table th {
  background-color: #000;
  color: #fff;
  padding: 10px;
  text-align: center;
}
.customer-restaurateur-tendencies .data-table th:first-child {
  border-top-left-radius: 10px;
}
.customer-restaurateur-tendencies .data-table th:last-child {
  border-top-right-radius: 10px;
}
.customer-restaurateur-tendencies .data-table td {
  background-color: #fff;
  padding: 10px;
  border-bottom: 1px solid #e0e0e0;
  vertical-align: middle;
  text-align: center;
  color: #000;
}
.customer-restaurateur-tendencies .data-table td:last-child {
  text-align: center;
}
.customer-restaurateur-tendencies .data-table tr:nth-child(even) td {
  background-color: #e9e9e9;
}
.customer-restaurateur-tendencies .pagination {
  display: flex;
  justify-content: center;
  gap: 5px;
}
.customer-restaurateur-tendencies .pagination button {
  line-height: 0;
}
.customer-restaurateur-tendencies .pagination .pagination-btn {
  color: #000 !important;
  background-color: #fff !important;
  border: none !important;
}
.customer-restaurateur-tendencies .pagination .active,
.customer-restaurateur-tendencies .pagination .pagination-prev,
.customer-restaurateur-tendencies .pagination .pagination-next {
  border-radius: 8px !important;
  border: 1px solid #000 !important;
}
.customer-restaurateur-tendencies .pagination .active {
  background-color: #000 !important;
  color: #fff !important;
}
.customer-restaurateur-tendencies .pagination .pagination-prev,
.customer-restaurateur-tendencies .pagination .pagination-next {
  background-color: #fff !important;
}
.customer-restaurateur-tendencies .trend-cards {
  display: block;
  padding: 0 10px;
}
.customer-restaurateur-tendencies .trend-cards .trend-card {
  background: #fff;
  border: 1px solid #e0e0e0;
  border-radius: 12px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
  margin-bottom: 16px;
  padding: 16px;
}
.customer-restaurateur-tendencies .trend-cards .trend-card:nth-child(even) {
  background: #f7f7f7;
}
.customer-restaurateur-tendencies .trend-cards .trend-card .card-header {
  display: flex;
  justify-content: space-between;
  font-weight: 700;
  font-size: 14px;
  margin-bottom: 12px;
}
.customer-restaurateur-tendencies .trend-cards .trend-card .card-header .mesa,
.customer-restaurateur-tendencies .trend-cards .trend-card .card-header .id {
  color: #000;
}
.customer-restaurateur-tendencies .trend-cards .trend-card .card-body {
  font-size: 14px;
  color: #333;
}
.customer-restaurateur-tendencies .trend-cards .trend-card .card-body div {
  margin-bottom: 6px;
  line-height: 1.4;
}
.customer-restaurateur-tendencies .trend-cards .trend-card .card-body div:last-child {
  margin-bottom: 0;
}
.customer-restaurateur-tendencies .trend-cards .trend-card .card-footer {
  text-align: center;
  margin-top: 12px;
}
.customer-restaurateur-tendencies .trend-cards .trend-card .card-footer .download-btn {
  display: inline-block;
  width: 30px;
  height: 24px;
}
.customer-restaurateur-tendencies .trend-cards .trend-card .card-footer .download-btn img {
  width: 100%;
  height: auto;
}
.data-table {
  display: none;
}
@media (min-width: 768px) {
  .data-table {
    display: table;
  }
  .trend-cards {
    display: none !important;
  }
}
@media (max-width: 767px) {
  .trend-filter .date-range-container {
    display: grid !important;
    gap: 10px !important;
  }
  .trend-cards {
    display: block !important;
  }
}
.customer-account-dashboard .container-dashboard {
  margin: 50px;
}
.customer-account-dashboard .container-dashboard .history-container,
.customer-account-dashboard .container-dashboard .container-trends-graphics {
  display: grid;
  grid-template-columns: 50% 50%;
  justify-items: center;
  align-items: center;
  justify-content: center;
  gap: 20px;
}
@media screen and (max-width: 997px) {
  .customer-account-dashboard .container-dashboard .history-container,
  .customer-account-dashboard .container-dashboard .container-trends-graphics {
    grid-template-columns: 1fr;
  }
}
.customer-account-dashboard .container-dashboard input,
.customer-account-dashboard .container-dashboard button,
.customer-account-dashboard .container-dashboard select {
  padding: 8px;
  border-radius: 16px;
  border: 1px solid #000;
  font-size: 14px;
  height: 42px;
  color: #000;
}
.customer-account-dashboard .container-dashboard .form-reservations-by-period,
.customer-account-dashboard .container-dashboard .form-customers-by-period {
  margin: 20px 0;
}
.customer-account-dashboard .container-dashboard .container-reservations-by-customer-type,
.customer-account-dashboard .container-dashboard .container-reservations-by-period,
.customer-account-dashboard .container-dashboard .container-customers-by-period,
.customer-account-dashboard .container-dashboard .container-customers-reservations-by-date,
.customer-account-dashboard .container-dashboard .container-customers-by-table,
.customer-account-dashboard .container-dashboard .container-customers-by-table-hours {
  overflow: auto;
  margin: 20px 0;
  border: 1px ridge;
  padding: 10px;
}
.customer-account-dashboard .container-dashboard .container-reservations-by-customer-type select,
.customer-account-dashboard .container-dashboard .container-reservations-by-period select,
.customer-account-dashboard .container-dashboard .container-customers-by-period select,
.customer-account-dashboard .container-dashboard .container-customers-reservations-by-date select,
.customer-account-dashboard .container-dashboard .container-customers-by-table select,
.customer-account-dashboard .container-dashboard .container-customers-by-table-hours select {
  width: 220px;
}
.customer-account-dashboard .container-dashboard .container-reservations-by-customer-type h2,
.customer-account-dashboard .container-dashboard .container-reservations-by-period h2,
.customer-account-dashboard .container-dashboard .container-customers-by-period h2,
.customer-account-dashboard .container-dashboard .container-customers-reservations-by-date h2,
.customer-account-dashboard .container-dashboard .container-customers-by-table h2,
.customer-account-dashboard .container-dashboard .container-customers-by-table-hours h2 {
  color: #000;
  font-size: 21px;
}
.customer-account-dashboard .container-dashboard .container-reservations-by-period,
.customer-account-dashboard .container-dashboard .container-customers-by-period,
.customer-account-dashboard .container-dashboard .container-customers-reservations-by-date,
.customer-account-dashboard .container-dashboard .container-customers-by-table,
.customer-account-dashboard .container-dashboard .container-reservations-by-customer-type,
.customer-account-dashboard .container-dashboard .container-customers-by-table-hours {
  width: 100%;
}
.customer-account-dashboard .container-dashboard .trends-form {
  display: flex;
  gap: 10px;
  align-items: center;
  margin-top: 50px;
  margin-bottom: 20px;
}
.customer-account-dashboard .container-dashboard .trends-form select,
.customer-account-dashboard .container-dashboard .trends-form input,
.customer-account-dashboard .container-dashboard .trends-form button {
  padding: 8px;
  border-radius: 16px;
  border: 1px solid #000;
  font-size: 14px;
  height: 42px;
  color: #000;
}
@media screen and (max-width: 543px) {
  .customer-account-dashboard .container-dashboard .trends-form select,
  .customer-account-dashboard .container-dashboard .trends-form input {
    width: 35%;
  }
}
@media screen and (min-width: 543px) {
  .customer-account-dashboard .container-dashboard .trends-form select,
  .customer-account-dashboard .container-dashboard .trends-form input {
    width: 220px;
  }
}
.customer-account-dashboard .container-dashboard .trends-form select {
  line-height: 1;
}
.customer-account-dashboard .container-dashboard .trends-form button {
  background-color: #000;
  color: white;
  cursor: pointer;
  transition: background 0.3s ease;
  line-height: 0;
}
.customer-account-dashboard .container-dashboard .trends-form button:hover {
  background-color: #333333;
}
/** Hostess section */
.create-hostess-container .create-hostess-form {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  margin: auto;
  width: auto;
  max-width: 400px;
  padding: 20px;
  background: #fff;
  border-radius: 24px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}
.create-hostess-container .create-hostess-form h1 {
  font-family: "Inter", sans-serif;
  font-size: 26px;
  font-weight: 700;
  line-height: 31.47px;
  text-align: left;
  width: 100%;
  margin-bottom: 16px;
}
.create-hostess-container .create-hostess-form .field {
  width: 100%;
  display: flex;
  flex-direction: column;
  margin-bottom: 16px;
}
.create-hostess-container .create-hostess-form .field label {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 4px;
}
.create-hostess-container .create-hostess-form .field input {
  width: 100%;
  height: 52px;
  border: 1px solid #ccc;
  border-radius: 8px;
  padding: 14px;
  font-size: 16px;
  color: #333;
  outline: none;
  transition: border-color 0.3s;
}
.create-hostess-container .create-hostess-form .field input:focus {
  border-color: #000;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}
.create-hostess-container .create-hostess-form .field input[name="firstname"],
.create-hostess-container .create-hostess-form .field input[name="lastname"],
.create-hostess-container .create-hostess-form .field input[name="email"],
.create-hostess-container .create-hostess-form .field input[name="password"] {
  font-family: "Inter", sans-serif;
  border-radius: 8px;
  color: #000000;
  font-weight: 500;
  font-size: 16px;
  line-height: 30px;
  height: 48px;
  display: inline-block;
  background-color: transparent;
  background-size: 26px;
  background-position-x: 97%;
  background-position-y: center;
  background-repeat: no-repeat;
}
.create-hostess-container .create-hostess-form .field input[name="firstname"],
.create-hostess-container .create-hostess-form .field input[name="lastname"] {
  background-image: url(../images/UserProfile2.svg);
}
.create-hostess-container .create-hostess-form .field input[name="email"] {
  background-image: url(../images/email-icon.svg);
}
.create-hostess-container .create-hostess-form .field input[name="password"] {
  background-image: url(../images/EyeDisabled.svg);
}
.create-hostess-container .create-hostess-form button {
  width: 50%;
  height: 46.8px;
  background: #000000;
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  border-radius: 28.8px;
  border: none;
  cursor: pointer;
}
@media (max-width: 767px) {
  .create-hostess-container .create-hostess-form button {
    width: 100%;
  }
}
.create-hostess-container .create-hostess-form select {
  border-radius: 8px;
}
.view-hostess-container .edit-hostess-form {
  display: flex;
  gap: 5px;
}
.customer-account-tableassignment .main-canvas {
  display: flex;
  gap: 10px;
  font-family: Helvetica, sans-serif;
  /* CSS */
  /* Estilo para el contenedor del select */
}
.customer-account-tableassignment .main-canvas .sectionCanvas {
  overflow-y: auto;
  height: 760px;
  width: 800px;
  overflow-x: hidden;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
}
.customer-account-tableassignment .main-canvas #controls {
  display: flex;
  flex-direction: column;
  gap: 5px;
  flex: 1;
  justify-content: space-evenly;
}
.customer-account-tableassignment .main-canvas .main-canvas {
  display: flex;
  gap: 10px;
  font-family: Helvetica, sans-serif;
}
.customer-account-tableassignment .main-canvas .tools {
  display: flex;
  flex-direction: column;
  border: 2px solid #c1c1c1;
  flex: 1;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
}
.customer-account-tableassignment .main-canvas .table-control {
  display: flex;
  align-items: center;
  gap: 5px;
}
.customer-account-tableassignment .main-canvas .card {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
  padding: 10px;
  border-radius: 5px;
}
.customer-account-tableassignment .main-canvas .button-3 {
  appearance: none;
  border: none;
  background-color: #c1c1c1;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  padding: 6px 16px;
  position: relative;
  text-align: center;
  text-decoration: none;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
  vertical-align: middle;
  white-space: nowrap;
}
.customer-account-tableassignment .main-canvas .button-3:hover {
  background-color: #888888;
}
.customer-account-tableassignment .main-canvas .footer-end {
  display: flex;
  justify-content: center;
  gap: 10px;
}
.customer-account-tableassignment .main-canvas #editSelection {
  justify-content: space-between;
  flex-direction: column;
  height: 100%;
  gap: 20px;
}
.customer-account-tableassignment .main-canvas #selectElement {
  display: flex;
  justify-content: center;
  height: 100%;
  align-items: center;
}
.customer-account-tableassignment .main-canvas #tableSelectedOptions {
  flex-direction: column;
  gap: 5px;
}
.customer-account-tableassignment .main-canvas .custom-select {
  position: relative;
  display: inline-block;
  width: 100%;
  max-width: 400px;
}
.customer-account-tableassignment .main-canvas .custom-select select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  background-color: #f8f8f8;
  color: #333;
  font-size: 16px;
  line-height: 1.2;
  width: 100%;
  cursor: pointer;
}
.customer-account-tableassignment .main-canvas .custom-select::after {
  content: "\25BC";
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
  font-size: 12px;
  color: #666;
}
.customer-account-tableassignment .main-canvas .custom-select select:focus {
  border-color: #66afe9;
  outline: none;
  box-shadow: 0 0 5px rgba(102, 175, 233, 0.5);
}
.customer-account-tableassignment .main-canvas .optionsFormRow {
  display: flex;
  gap: 2px;
  align-items: center;
}
.customer-account-tableassignment .main-canvas .optionsFormRow label {
  min-width: 66px;
}
.customer-account-tableassignment .main-canvas .inputTextRow {
  display: flex;
  align-items: center;
  gap: 2px;
}
.customer-account-tableassignment .main-canvas body {
  display: flex;
  justify-content: center;
}
.customer-account-tableassignment .main-canvas #reservationsContainer {
  display: flex;
  flex-direction: column;
  overflow-y: auto;
  gap: 10px;
}
.customer-account-tableassignment .main-canvas #reservationsContainer .selected {
  background-color: white;
}
.customer-account-tableassignment .main-canvas .form-row {
  display: flex;
  align-items: center;
  gap: 5px;
}
.customer-account-tableassignment .main-canvas .form-row label {
  width: 20px;
}
.customer-account-tableassignment .main-canvas .reservation-form {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.customer-account-tableassignment .main-canvas .side-bar {
  height: 800px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  width: 230px;
}
.customer-account-tableassignment .main-canvas #assignedTables {
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.customer-account-tableassignment .main-canvas .left-side-bar {
  height: 800px;
  width: 230px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.customer-account-tableassignment .main-canvas .left-side-bar-container {
  display: flex;
  flex-direction: column;
  width: 100%;
  padding: 5px;
}
.customer-account-tableassignment .main-canvas .textarea-note {
  resize: none;
  width: 100%;
}
.customer-account-tableassignment .main-canvas .container-cs {
  display: flex;
  flex-direction: column;
}
.customer-account-tableassignment .main-canvas .container-cs header {
  background-color: black;
  color: whitesmoke;
  gap: 5px;
  display: flex;
  padding: 10px 20px;
  font-weight: bold;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
  align-items: center;
}
.customer-account-tableassignment .main-canvas .container-cs .container-cs-body {
  padding: 15px 30px;
  flex: 1;
}
.customer-account-tableassignment .main-canvas .floor-control {
  display: flex;
  align-items: center;
  font-family: Arial, sans-serif;
  font-size: 16px;
  color: #000;
}
.customer-account-tableassignment .main-canvas .floor-control i {
  font-size: 24px;
  width: 30px;
  text-align: center;
}
.customer-account-tableassignment .main-canvas .floor-control .circle {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  display: inline-block;
}
.customer-account-tableassignment .card-disabled {
  opacity: 0.5;
  filter: grayscale(100%);
  background-color: #e8e8e8;
}
.customer-account-tableassignment input[type="time"]:disabled {
  opacity: 0.5;
}
.hostess-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  margin: auto;
  padding: 20px;
  background: #fff;
  border-radius: 24px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  width: 100%;
  max-width: 900px;
}
.hostess-container .hostess-table {
  width: 100%;
  border-collapse: collapse;
  min-width: auto;
  overflow-x: auto;
  display: block;
  white-space: nowrap;
}
.hostess-container .hostess-table th,
.hostess-container .hostess-table td {
  padding: 12px 16px;
  text-align: left;
  border-bottom: 1px solid #ddd;
}
.hostess-container .hostess-table th {
  font-family: "Inter", sans-serif;
  font-size: 18px;
  font-weight: 700;
  color: #333;
}
.hostess-container .hostess-table td {
  font-family: "Inter", sans-serif;
  font-size: 16px;
  color: #555;
}
.hostess-container .hostess-table #restaurants {
  border-radius: 8px;
}
.hostess-container .submit {
  width: auto;
  height: 46.8px;
  background: #000000;
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  border-radius: 28.8px;
  border: none;
  cursor: pointer;
  transition: background 0.3s;
}
.hostess-container .titles {
  display: contents;
  text-align: center;
}
.hostess-container .edit-hostess-form {
  display: contents;
}
.hostess-container .edit-hostess-form .submit,
.hostess-container .edit-hostess-form .status {
  width: 50%;
}
.hostess-container .edit-hostess-form .submit,
.hostess-container .edit-hostess-form .status,
.hostess-container .edit-hostess-form .restaurants {
  padding: 4px 8px;
}
.hostess-container .edit-hostess-form .submit {
  line-height: 0;
}
.hostess-container .hostees-table select.status,
.hostess-container .hostees-table select.restaurants {
  width: auto;
}
@media (max-width: 921px) {
  .hostess-container {
    width: 90%;
    max-width: 800px;
    padding: 15px;
  }
  .hostess-table {
    min-width: 100%;
  }
  th,
  td {
    padding: 12px 9px;
  }
  .edit-hostess-form {
    width: 100%;
  }
  .submit {
    width: 90%;
  }
}
@media (max-width: 760px) {
  .hostess-container {
    width: 95%;
    padding: 10px;
  }
  .hostess-table {
    display: block;
    overflow-x: auto;
    white-space: nowrap;
    min-width: auto;
  }
  th,
  td {
    padding: 12px 9px;
  }
  .submit {
    width: 80%;
    max-width: 90%;
    display: flex;
    justify-content: center;
  }
}
@media (max-width: 759px) {
  .hostess-container {
    width: 95%;
    padding: 10px;
  }
  .hostess-table {
    display: block;
    overflow-x: auto;
    white-space: nowrap;
    min-width: auto;
  }
  .edit-hostess-form {
    width: 100%;
  }
  .submit {
    width: 80%;
    max-width: 90%;
    display: flex;
    justify-content: center;
  }
}
@media (min-width: 350px) and (max-width: 670px) {
  .hostess-container {
    width: 90%;
    max-width: auto;
    padding: 15px;
  }
  .hostess-table {
    width: 100%;
    display: block;
    overflow-x: auto;
    white-space: nowrap;
    min-width: auto;
  }
  th,
  td {
    padding: 12px 9px;
  }
  .edit-hostess-form {
    width: 100%;
  }
  .submit {
    width: 70%;
    max-width: 100%;
  }
  .submit {
    width: 70%;
    display: flex;
    justify-content: center;
  }
}
@media only screen and (max-width: 991px) {
  .custom-notification {
    top: -100px !important;
  }
}
@media only screen and (max-width: 767px) {
  .custom-notification {
    top: 70px !important;
  }
}
@media only screen and (max-width: 330px) {
  .custom-notification {
    top: 0px !important;
  }
}
.notifications-header {
  margin-left: 10px;
}
.notifications-header .notifications-container {
  position: relative;
  display: inline-block;
  cursor: pointer;
}
.notifications-header .notifications-container .notifications-icon-container {
  display: flex;
}
.notifications-header .notifications-container .notifications-icon-container .notifications-icon {
  position: relative;
  top: 10px;
}
@media only screen and (max-width: 767px) {
  .notifications-header .notifications-container .notifications-icon-container .notifications-icon {
    top: 18px;
    right: 5px;
  }
}
.notifications-header .notifications-container .notifications-icon-container .notifications-count {
  color: white;
  background-color: #f38954;
  width: 20px;
  height: 20px;
  display: flex;
  border-radius: 15px;
  justify-content: center;
  align-items: center;
}
@media only screen and (max-width: 767px) {
  .notifications-header .notifications-container .notifications-icon-container .notifications-count {
    position: relative;
    right: 6px;
    top: 5px;
  }
}
.notifications-header .notifications-container .notifications-list {
  position: absolute;
  top: 46px;
  right: 0;
  background: white;
  border: 1px solid #ccc;
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
  z-index: 1;
  width: 290px;
  max-height: 250px;
  overflow-y: auto;
  padding: 15px;
  border-radius: 16px;
}
.notifications-header .notifications-container .notifications-list .no-notifications {
  text-align: center;
  margin: 10px 0;
}
.notifications-header .notifications-container .notifications-list .mark-as-read {
  text-align: end;
  margin-right: 20px;
  margin-top: 10px;
  text-decoration: underline;
}
.notifications-header .notifications-container .notifications-list .mark-as-read:hover {
  color: #999899;
}
.notifications-header .notifications-container .notifications-list ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.notifications-header .notifications-container .notifications-list ul .notification {
  padding: 8px 12px;
  border-bottom: 1px solid #000;
}
.notifications-header .notifications-container .notifications-list ul .notification:last-child {
  border-bottom: none;
}
.table-responsive {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
table.data {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  margin-bottom: 1rem;
  table-layout: auto;
}
table.data th,
table.data td {
  text-align: left;
  padding: 0.75rem;
  border: 1px solid #ddd;
  word-wrap: break-word;
}
.products-list .col.product-image img.responsive-img {
  max-width: 120px;
  max-height: 1200px;
}
@media (min-width: 768px) {
  table.data {
    table-layout: fixed;
  }
  table.data th,
  table.data td {
    white-space: nowrap;
  }
  .products-list .col.product-image img.responsive-img {
    max-width: 120px;
    max-height: 120px;
  }
}
@media (max-width: 767px) {
  .table-responsive {
    overflow-x: scroll;
  }
  table.data th,
  table.data td {
    white-space: normal;
  }
  table.data th {
    font-size: 10px;
  }
  table.data td {
    font-size: 10px;
  }
}
@media (min-width: 768px) {
  .products-list .col.product-image img {
    max-width: 120px;
    max-height: 120px;
  }
}
@media (min-width: 1200px) {
  .products-list .col.product-image img {
    max-width: 100px;
    max-height: 100px;
  }
}
.restaurants-banner-carousel .owl-carousel {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 500px;
}
@media (max-width: 767px) {
  .restaurants-banner-carousel .owl-carousel {
    height: 350px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .restaurants-banner-carousel .owl-carousel {
    height: 400px;
  }
}
.restaurants-banner-carousel .owl-carousel .owl-stage-outer {
  touch-action: pan-y;
}
@media (max-width: 997px) {
  .restaurants-banner-carousel .owl-carousel .owl-stage-outer {
    width: 100%;
  }
}
.restaurants-banner-carousel .owl-carousel .owl-stage-outer .restaurant-banner-container {
  background-size: cover !important;
  width: 100%;
  height: 500px;
  color: #000;
  font-size: 24px;
  font-weight: 700;
  line-height: 29px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: 20px;
  padding-left: 64px;
}
@media (max-width: 767px) {
  .restaurants-banner-carousel .owl-carousel .owl-stage-outer .restaurant-banner-container {
    height: 350px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .restaurants-banner-carousel .owl-carousel .owl-stage-outer .restaurant-banner-container {
    height: 400px;
  }
}
.restaurants-banner-carousel .owl-carousel .owl-stage-outer .restaurant-banner-container .restaurant-name {
  font-size: 48px;
  font-weight: 700;
  line-height: 58px;
  color: #fff;
}
.restaurants-banner-carousel .owl-carousel .owl-stage-outer .restaurant-banner-container .restaurant-location-container {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
}
.restaurants-banner-carousel .owl-carousel .owl-stage-outer .restaurant-banner-container .restaurant-location-container .restaurant-location {
  font-size: 24px;
  font-weight: 500;
  line-height: 29px;
  color: #fff;
}
.restaurants-banner-carousel .owl-carousel .owl-stage-outer .restaurant-banner-container .restaurant-location-container img {
  width: 36px;
  height: 36px;
}
.restaurants-banner-carousel .owl-carousel .owl-stage-outer .restaurant-banner-container .restaurant-link {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 330px;
  height: 56px;
  border-radius: 32px;
  background: #fff;
}
.restaurants-banner-carousel .owl-carousel .owl-stage-outer .restaurant-banner-container .restaurant-link span {
  color: #000;
  font-size: 24px;
  font-weight: 700;
  line-height: 29px;
  text-align: center;
}
.restaurants-banner-carousel .owl-carousel .owl-controls {
  position: relative;
  right: 45px;
  width: 0;
}
.restaurants-banner-carousel .owl-carousel .owl-controls .owl-dots .owl-dot.active {
  background: #fff;
}
.restaurants-banner-carousel .owl-carousel .owl-controls .owl-nav {
  display: none;
}
.productfilter-customer-addrestaurant .thumbnails .thumbnail-container {
  display: flex;
}
.productfilter-customer-addrestaurant .thumbnails .thumbnail-container .delete-image {
  position: relative;
  right: 10px;
  bottom: 5px;
  cursor: pointer;
}
/* ==========================================================================
   ESTILOS PERSONALIZADOS - THEME ANDRÓMEDA
   Categoría: Servicios para Restaurantes
   ========================================================================== */
/* ========================================================================
   1) Estilos base para el grid de servicios
   ======================================================================== */
.restaurateur-grid-wrapper {
  background-color: #f5f5f5;
  padding: 40px 20px;
  box-sizing: border-box;
}
.restaurateur-grid {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.restaurateur-card {
  display: flex;
  background: #000;
  color: #fff;
  border-radius: 18px;
  overflow: hidden;
  align-items: stretch;
  margin: 0 auto;
  width: 100%;
  box-sizing: border-box;
}
.restaurateur-image {
  flex: 0 0 30%;
  background: #ddd;
  position: relative;
  padding: 30px;
  box-sizing: border-box;
}
.restaurateur-image img {
  display: block;
  max-width: 100%;
  height: auto;
  border-radius: 10px;
}
.restaurateur-info {
  flex: 1;
  padding: 30px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  box-sizing: border-box;
}
/* ========================================================================
   2) Overrides específicos para la categoría "Servicios para Restaurantes"
   ======================================================================== */
body.category-servicios-para-restaurantes {
  /* Limitar ancho del contenedor y centrar en desktop */
  /* Forzar tarjetas llenando el ancho */
  /* Proporción imagen/info 30/70 */
  /* Eliminar header, breadcrumbs y filtros en esta vista */
  /* ======================================================================
       3) Estilos de contenido interno (según Figma)
       ====================================================================== */
  /* ======================================================================
       4) Responsive (<768px)
       ====================================================================== */
}
body.category-servicios-para-restaurantes .restaurateur-grid-wrapper {
  max-width: 770px;
  margin: 0 auto;
}
body.category-servicios-para-restaurantes .restaurateur-card {
  width: 100% !important;
  max-width: 100% !important;
}
body.category-servicios-para-restaurantes .restaurateur-image {
  flex: 0 0 30% !important;
  max-width: 30% !important;
}
body.category-servicios-para-restaurantes .restaurateur-info {
  flex: 0 0 70% !important;
  max-width: 70% !important;
}
body.category-servicios-para-restaurantes .top-content-theme,
body.category-servicios-para-restaurantes .page-title-wrapper,
body.category-servicios-para-restaurantes .breadcrumbs,
body.category-servicios-para-restaurantes .block.filter {
  display: none !important;
}
body.category-servicios-para-restaurantes .restaurateur-category {
  background: rgba(255, 255, 255, 0.15);
  color: #fff;
  font-size: 1.2rem;
  font-weight: 600;
  text-transform: uppercase;
  padding: 0.4rem 0.8rem;
  border-radius: 4px;
  align-self: flex-start;
  margin-bottom: 16px;
}
body.category-servicios-para-restaurantes .restaurateur-title a {
  display: block;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.2;
  color: #fff;
  margin: 0 0 16px 0;
}
body.category-servicios-para-restaurantes .restaurateur-description {
  font-size: 1.6rem;
  line-height: 1.4;
  color: rgba(255, 255, 255, 0.75);
  margin: 0 0 24px 0;
}
body.category-servicios-para-restaurantes .restaurateur-price {
  position: relative;
  color: #fff;
  font-size: 2rem;
  font-weight: 600;
  margin: 0 0 32px 0;
  padding-left: 2.4rem;
}
body.category-servicios-para-restaurantes .restaurateur-price::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 2rem;
  height: 2rem;
  background: url('../../../../../frontend/Magento/blank/es_MX/Threedadv_RestaurateurView/images/icon-coin.svg') no-repeat center / contain;
}
body.category-servicios-para-restaurantes .restaurateur-frequencies {
  display: flex;
  gap: 16px;
  margin-top: 16px;
}
body.category-servicios-para-restaurantes .restaurateur-frequencies button {
  background: transparent;
  border: 2px solid #fff;
  border-radius: 6px;
  padding: 8px 12px;
  color: #fff;
  font-size: 1.4rem;
  font-weight: 600;
  transition: background 0.2s, color 0.2s;
}
body.category-servicios-para-restaurantes .restaurateur-frequencies button:hover,
body.category-servicios-para-restaurantes .restaurateur-frequencies button.active {
  background: #fff;
  color: #000;
}
@media (max-width: 767px) {
  body.category-servicios-para-restaurantes .restaurateur-grid-wrapper {
    max-width: 100% !important;
    padding: 20px !important;
  }
  body.category-servicios-para-restaurantes .restaurateur-card {
    flex-direction: column !important;
  }
  body.category-servicios-para-restaurantes .restaurateur-image,
  body.category-servicios-para-restaurantes .restaurateur-info {
    flex: none !important;
    width: 100% !important;
    max-width: 100% !important;
  }
  body.category-servicios-para-restaurantes .restaurateur-image {
    margin-bottom: 15px;
  }
  body.category-servicios-para-restaurantes .restaurateur-info {
    padding: 24px 16px !important;
  }
  body.category-servicios-para-restaurantes .restaurateur-title a {
    font-size: 2rem;
    margin-bottom: 16px;
  }
  body.category-servicios-para-restaurantes .restaurateur-description {
    font-size: 1.4rem;
    margin-bottom: 24px;
  }
  body.category-servicios-para-restaurantes .restaurateur-price {
    font-size: 1.8rem;
    margin-bottom: 24px;
    padding-left: 2rem;
  }
  body.category-servicios-para-restaurantes .restaurateur-price::before {
    width: 1.6rem;
    height: 1.6rem;
    margin-right: 0.6rem;
  }
  body.category-servicios-para-restaurantes .restaurateur-frequencies button {
    padding: 6px 12px;
    font-size: 1.2rem;
  }
}
.sales-reservations-history .reservations-history-toolbar {
  width: 100%;
  display: flex;
  margin-bottom: 10px;
  padding: 20px;
  gap: 10px;
  align-items: flex-start;
}
.sales-reservations-history .reservations-history-toolbar select {
  border-radius: 8px;
  border: 1px solid #8c8c8c;
  height: 29px;
}
.sales-reservations-history .reservations-history-toolbar .filters {
  display: flex;
  width: 100%;
  flex-direction: column;
  gap: 20px;
}
@media (min-width: 997px) {
  .sales-reservations-history .reservations-history-toolbar .filters {
    width: 50%;
    flex-direction: row;
  }
}
.sales-reservations-history .reservations-history-toolbar .filters div {
  display: flex;
  margin: 0 5px;
  align-items: center;
  gap: 10px;
  width: 100%;
}
.sales-reservations-history .reservations-history-toolbar .toolbar {
  display: flex;
  flex-direction: column-reverse;
  padding: 0;
  margin: 0;
  border-bottom: none;
  margin-bottom: 0 !important;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .sales-reservations-history .reservations-history-toolbar .toolbar {
    justify-content: flex-end;
    margin: 10px 0;
  }
}
@media (min-width: 997px) {
  .sales-reservations-history .reservations-history-toolbar .toolbar {
    width: 50%;
    flex-direction: row-reverse;
  }
}
.sales-reservations-history .reservations-history-toolbar .toolbar select {
  height: 32px;
  line-height: inherit;
}
.sales-reservations-history p {
  margin: 0;
}
.sales-reservations-history .reservations-history-container {
  width: 100%;
  height: 639px;
  background-color: white;
  border-radius: 16px;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
  padding: 32px;
  margin: 56px 0;
  overflow-y: scroll;
}
.sales-reservations-history .reservations-history-container .reservation-container {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid black;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .sales-reservations-history .reservations-history-container .reservation-container {
    flex-direction: column;
  }
}
.sales-reservations-history .reservations-history-container .reservation-container .reservation-left-info {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
}
.sales-reservations-history .reservations-history-container .reservation-container .reservation-left-info .restaurant-name,
.sales-reservations-history .reservations-history-container .reservation-container .reservation-left-info .reservation-date {
  font-size: 16px;
  line-height: 19px;
  color: black;
}
.sales-reservations-history .reservations-history-container .reservation-container .reservation-left-info .restaurant-name {
  font-weight: 700;
}
.sales-reservations-history .reservations-history-container .reservation-container .reservation-left-info .reservation-date {
  font-weight: 400;
}
.sales-reservations-history .reservations-history-container .reservation-container .reservation-left-info .reservation-info {
  display: flex;
  gap: 10px;
}
.sales-reservations-history .reservations-history-container .reservation-container .reservation-left-info .reservation-info p {
  font-size: 16px;
  font-weight: 400;
  line-height: 14px;
  color: black;
  margin-top: 8px;
}
.sales-reservations-history .reservation-right-info {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  align-items: end;
  gap: 10px;
}
.sales-reservations-history .reservation-right-info .reservation-button-details {
  width: 100%;
  max-width: 92px;
  height: 29px;
  border-radius: 16px;
  border: 2px solid black !important;
  color: black !important;
  background-color: white;
  line-height: 0;
  text-align: center;
}
.sales-reservations-history .reservation-right-info .reservation-button-details:hover {
  background-color: black;
  color: white !important;
}
.sales-reservations-history .reservation-right-info .reservation-status {
  display: flex;
  gap: 10px;
}
.sales-reservations-history .reservation-right-info .reservation-status span {
  font-size: 12px;
  font-weight: 700;
  line-height: 14px;
  height: 28px;
  display: flex;
  gap: 10px;
  align-items: center;
  text-transform: capitalize;
}
.sales-reservations-history .reservation-right-info .reservation-status img {
  height: 28px;
  width: 28px;
  margin-bottom: 10px;
}
.sales-reservations-history .reservation-right-info .reservation-update {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  gap: 11px;
  justify-content: end;
}
.sales-reservations-history .reservation-right-info .reservation-update .status {
  border-radius: 8px;
  border: 1px solid #8c8c8c;
  height: 29px;
  width: 45%;
}
@media (min-width: 997px) {
  .sales-reservations-history .reservation-right-info .reservation-update .status {
    width: 30%;
  }
}
.sales-reservations-history .reservation-right-info .reservation-update .update-status {
  border-radius: 28px;
  border: 1px solid black;
  height: 29px;
  color: white;
  text-align: center;
  line-height: 0;
  text-transform: none;
  background-color: black;
  width: 45%;
}
@media (min-width: 997px) {
  .sales-reservations-history .reservation-right-info .reservation-update .update-status {
    width: 30%;
  }
}
@media only screen and (max-width: 768px) {
  .field-tooltip .field-tooltip-content {
    left: auto;
    right: -10px;
    top: 40px;
  }
  .field-tooltip .field-tooltip-content::before,
  .field-tooltip .field-tooltip-content::after {
    border: 10px solid transparent;
    height: 0;
    left: auto;
    margin-top: -21px;
    right: 10px;
    top: 0;
    width: 0;
  }
  .field-tooltip .field-tooltip-content::before {
    border-bottom-color: #999999;
  }
  .field-tooltip .field-tooltip-content::after {
    border-bottom-color: #f4f4f4;
    top: 1px;
  }
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
*/
@media only screen and (min-device-width: 320px) and (max-device-width: 780px) and (orientation: landscape) {
  .product-video {
    height: 100%;
    width: 81%;
  }
}
.products-grid .product-item-info {
  position: relative;
}
.products-grid .product-item-info:hover {
  z-index: 50;
}
.products-grid .product-image-wrapper {
  display: block;
  height: 0;
  overflow: hidden;
  position: relative;
}
.products-grid .product-image-photo {
  bottom: 0;
  display: block;
  height: auto;
  left: 0;
  margin: auto;
  max-width: 100%;
  position: absolute;
  right: 0;
  top: 0;
}
.products-grid .product-item-details {
  padding-bottom: 30px;
}
@media all and (min-width: 769px), print {
  .abs-product-options-list-desktop dt,
  .block-giftregistry-shared .item-options dt {
    clear: left;
    float: left;
    margin: 0 10px 5px 0;
  }
  .abs-product-options-list-desktop dt:after,
  .block-giftregistry-shared .item-options dt:after {
    content: ': ';
  }
  .abs-product-options-list-desktop dd,
  .block-giftregistry-shared .item-options dd {
    display: inline-block;
    float: left;
    margin: 0 0 5px;
    word-break: break-all;
  }
  .abs-button-desktop {
    width: auto;
  }
  .abs-blocks-2columns,
  .column .block-addbysku .block-content .box,
  .login-container .block,
  .account .column.main .block:not(.widget) .block-content .box,
  .magento-rma-guest-returns .column.main .block:not(.widget) .block-content .box,
  [class^='sales-guest-'] .column.main .block:not(.widget) .block-content .box,
  .sales-guest-view .column.main .block:not(.widget) .block-content .box {
    width: 48.8%;
  }
  .abs-blocks-2columns:nth-child(odd),
  .column .block-addbysku .block-content .box:nth-child(odd),
  .login-container .block:nth-child(odd),
  .account .column.main .block:not(.widget) .block-content .box:nth-child(odd),
  .magento-rma-guest-returns .column.main .block:not(.widget) .block-content .box:nth-child(odd),
  [class^='sales-guest-'] .column.main .block:not(.widget) .block-content .box:nth-child(odd),
  .sales-guest-view .column.main .block:not(.widget) .block-content .box:nth-child(odd) {
    clear: left;
    float: left;
  }
  .abs-blocks-2columns:nth-child(even),
  .column .block-addbysku .block-content .box:nth-child(even),
  .login-container .block:nth-child(even),
  .account .column.main .block:not(.widget) .block-content .box:nth-child(even),
  .magento-rma-guest-returns .column.main .block:not(.widget) .block-content .box:nth-child(even),
  [class^='sales-guest-'] .column.main .block:not(.widget) .block-content .box:nth-child(even),
  .sales-guest-view .column.main .block:not(.widget) .block-content .box:nth-child(even) {
    float: right;
  }
  .abs-reset-left-margin-desktop,
  .bundle-options-container .legend.title,
  .column.main .cart-summary .actions-toolbar,
  .cart.table-wrapper .item-actions .actions-toolbar,
  .gift-summary .actions-toolbar,
  .cart.table-wrapper .gift-summary .actions-toolbar,
  .column.main .block-giftregistry-shared-items .actions-toolbar,
  .form-new-agreement .fieldset .legend,
  .form-new-agreement .actions-toolbar,
  .column.main .paypal-review .actions-toolbar,
  .wishlist-index-index .main .form-wishlist-items .actions-toolbar {
    margin-left: 0;
  }
  .abs-action-remove-desktop,
  .abs-add-fields-desktop .fieldset .additional .action.remove,
  .form-giftregistry-share .fieldset .additional .action.remove,
  .form-giftregistry-edit .fieldset .additional .action.remove,
  .form-add-invitations .fieldset .additional .action.remove,
  .form-create-return .fieldset .additional .action.remove,
  .form.send.friend .fieldset .additional .action.remove {
    margin-left: 75.8%;
    top: 6px;
  }
  .abs-add-fields-desktop .fieldset .field:not(.choice) .control,
  .form-giftregistry-share .fieldset .field:not(.choice) .control,
  .form-giftregistry-edit .fieldset .field:not(.choice) .control,
  .form-add-invitations .fieldset .field:not(.choice) .control,
  .form-create-return .fieldset .field:not(.choice) .control,
  .form.send.friend .fieldset .field:not(.choice) .control {
    width: 50%;
  }
  .abs-margin-for-forms-desktop,
  .fieldset .legend,
  .column:not(.sidebar-main) form .actions-toolbar,
  .column:not(.sidebar-additional) form .actions-toolbar,
  .login-container .fieldset:after {
    margin-left: 25.8%;
  }
  .abs-visually-hidden-desktop,
  .block-search .label,
  .dashboard-welcome-toggler,
  .block-collapsible-nav .title {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .abs-add-clearfix-desktop:before,
  .abs-add-clearfix-desktop:after,
  .abs-pager-toolbar:before,
  .abs-pager-toolbar:after,
  .block-cart-failed .block-content:before,
  .block-cart-failed .block-content:after,
  .column .block-addbysku .block-content:before,
  .column .block-addbysku .block-content:after,
  .cart-container:before,
  .cart-container:after,
  .login-container:before,
  .login-container:after,
  .account .column.main .block:not(.widget) .block-content:before,
  .account .column.main .block:not(.widget) .block-content:after,
  .block-addresses-list .items.addresses:before,
  .block-addresses-list .items.addresses:after,
  .block-giftregistry-shared .item-options:before,
  .block-giftregistry-shared .item-options:after,
  .gift-wrapping .nested:before,
  .gift-wrapping .nested:after,
  .table .gift-wrapping .content:before,
  .table .gift-wrapping .content:after,
  .block-wishlist-management:before,
  .block-wishlist-management:after,
  .paypal-review .block-content:before,
  .paypal-review .block-content:after,
  .magento-rma-guest-returns .column.main .block:not(.widget) .block-content:before,
  .magento-rma-guest-returns .column.main .block:not(.widget) .block-content:after,
  [class^='sales-guest-'] .column.main .block:not(.widget) .block-content:before,
  [class^='sales-guest-'] .column.main .block:not(.widget) .block-content:after,
  .sales-guest-view .column.main .block:not(.widget) .block-content:before,
  .sales-guest-view .column.main .block:not(.widget) .block-content:after,
  .account .toolbar:before,
  .account .toolbar:after,
  .toolbar-giftregistry-results:before,
  .toolbar-giftregistry-results:after,
  .toolbar-wishlist-results:before,
  .toolbar-wishlist-results:after {
    content: '';
    display: table;
  }
  .abs-add-clearfix-desktop:after,
  .abs-pager-toolbar:after,
  .block-cart-failed .block-content:after,
  .column .block-addbysku .block-content:after,
  .cart-container:after,
  .login-container:after,
  .account .column.main .block:not(.widget) .block-content:after,
  .block-addresses-list .items.addresses:after,
  .block-giftregistry-shared .item-options:after,
  .gift-wrapping .nested:after,
  .table .gift-wrapping .content:after,
  .block-wishlist-management:after,
  .paypal-review .block-content:after,
  .magento-rma-guest-returns .column.main .block:not(.widget) .block-content:after,
  [class^='sales-guest-'] .column.main .block:not(.widget) .block-content:after,
  .sales-guest-view .column.main .block:not(.widget) .block-content:after,
  .account .toolbar:after,
  .toolbar-giftregistry-results:after,
  .toolbar-wishlist-results:after {
    clear: both;
  }
  .abs-add-box-sizing-desktop {
    box-sizing: border-box;
  }
  .abs-add-box-sizing-desktop-m,
  .opc-wrapper {
    box-sizing: border-box;
  }
  .abs-revert-field-type-desktop .fieldset > .field,
  .abs-revert-field-type-desktop .fieldset .fields > .field {
    margin: 0 0 20px;
  }
  .abs-revert-field-type-desktop .fieldset > .field:not(.choice) > .label,
  .abs-revert-field-type-desktop .fieldset .fields > .field:not(.choice) > .label {
    box-sizing: content-box;
    float: none;
    width: auto;
    text-align: left;
    padding: 0;
  }
  .abs-revert-field-type-desktop .fieldset > .field:not(.choice) > .control,
  .abs-revert-field-type-desktop .fieldset .fields > .field:not(.choice) > .control {
    float: none;
    width: auto;
  }
  .abs-revert-field-type-desktop .fieldset > .field > .label,
  .abs-revert-field-type-desktop .fieldset .fields > .field > .label {
    margin: 0 0 5px;
    display: inline-block;
  }
  .abs-revert-field-type-desktop .fieldset > .field.choice:before,
  .abs-revert-field-type-desktop .fieldset .fields > .field.choice:before,
  .abs-revert-field-type-desktop .fieldset > .field.no-label:before,
  .abs-revert-field-type-desktop .fieldset .fields > .field.no-label:before {
    display: none;
  }
  .abs-revert-field-type-desktop .fieldset > .field:not(:first-child):last-of-type,
  .abs-revert-field-type-desktop .fieldset .fields > .field:not(:first-child):last-of-type {
    margin-bottom: 0;
  }
  .abs-no-display-desktop,
  .opc-estimated-wrapper,
  .sidebar .block.widget .pager .item:not(.pages-item-next):not(.pages-item-previous) {
    display: none;
  }
  .abs-pager-toolbar,
  .account .toolbar,
  .toolbar-giftregistry-results,
  .toolbar-wishlist-results {
    margin-bottom: 20px;
    position: relative;
  }
  .abs-pager-toolbar .limiter,
  .account .toolbar .limiter,
  .toolbar-giftregistry-results .limiter,
  .toolbar-wishlist-results .limiter {
    float: right;
    position: relative;
    z-index: 1;
  }
  .abs-pager-toolbar .toolbar-amount,
  .account .toolbar .toolbar-amount,
  .toolbar-giftregistry-results .toolbar-amount,
  .toolbar-wishlist-results .toolbar-amount {
    float: left;
    line-height: normal;
    padding: 7px 0 0;
    position: relative;
    z-index: 1;
  }
  .abs-pager-toolbar .pages,
  .account .toolbar .pages,
  .toolbar-giftregistry-results .pages,
  .toolbar-wishlist-results .pages {
    position: absolute;
    width: 100%;
    z-index: 0;
  }
  .abs-shopping-cart-items-desktop,
  .block-cart-failed,
  .cart-container .form-cart,
  .cart-container .cart-gift-item {
    float: left;
    position: relative;
    width: 73%;
  }
  .abs-shopping-cart-items-desktop .actions,
  .block-cart-failed .actions,
  .cart-container .form-cart .actions,
  .cart-container .cart-gift-item .actions {
    text-align: right;
  }
  .abs-shopping-cart-items-desktop .action.clear,
  .abs-shopping-cart-items-desktop .action.update,
  .block-cart-failed .action.clear,
  .block-cart-failed .action.update,
  .cart-container .form-cart .action.clear,
  .cart-container .form-cart .action.update,
  .cart-container .cart-gift-item .action.clear,
  .cart-container .cart-gift-item .action.update {
    margin-left: 10px;
  }
  .abs-shopping-cart-items-desktop .action.continue,
  .block-cart-failed .action.continue,
  .cart-container .form-cart .action.continue,
  .cart-container .cart-gift-item .action.continue {
    float: left;
  }
  h1 {
    font-size: 40px;
    margin-bottom: 40px;
  }
  .fieldset > .field {
    margin: 0 0 20px;
    box-sizing: border-box;
    margin: 0 0 29px;
  }
  .fieldset > .field > .label {
    margin: 0;
  }
  .fieldset > .field:before,
  .fieldset > .field:after {
    content: '';
    display: table;
  }
  .fieldset > .field:after {
    clear: both;
  }
  .fieldset > .field.choice:before,
  .fieldset > .field.no-label:before {
    padding: 6px 15px 0 0;
    width: 25.8%;
    box-sizing: border-box;
    content: ' ';
    float: left;
    height: 1px;
  }
  .fieldset > .field .description {
    padding: 6px 15px 0 0;
    text-align: right;
    width: 25.8%;
    box-sizing: border-box;
    float: left;
  }
  .fieldset > .field:not(.choice) > .label {
    padding: 6px 15px 0 0;
    text-align: right;
    width: 25.8%;
    box-sizing: border-box;
    float: left;
  }
  .fieldset > .field:not(.choice) > .control {
    width: 74.2%;
    float: left;
  }
  .product.data.items {
    position: relative;
    z-index: 1;
  }
  .product.data.items:before,
  .product.data.items:after {
    content: '';
    display: table;
  }
  .product.data.items:after {
    clear: both;
  }
  .product.data.items > .item.title {
    float: left;
    width: auto;
  }
  .product.data.items > .item.title > .switch {
    height: 20px;
    display: block;
    position: relative;
    z-index: 2;
  }
  .product.data.items > .item.content {
    margin-top: 20px;
    box-sizing: border-box;
    float: right;
    margin-left: -100%;
    width: 100%;
  }
  .product.data.items > .item.content:before,
  .product.data.items > .item.content:after {
    content: '';
    display: table;
  }
  .product.data.items > .item.content:after {
    clear: both;
  }
  .product.data.items > .item.content.active {
    display: block;
  }
  .product.data.items > .item.title {
    margin: 0 5px 0 0;
  }
  .product.data.items > .item.title > .switch {
    font-weight: 600;
    line-height: 20px;
    font-size: 1.4rem;
    color: #7d7d7d;
    text-decoration: none;
    background: #f0f0f0;
    border: 1px solid #d1d1d1;
    border-bottom: none;
    height: 20px;
    padding: 5px 20px 5px 20px;
  }
  .product.data.items > .item.title > .switch:visited {
    color: #7d7d7d;
    text-decoration: none;
  }
  .product.data.items > .item.title > .switch:hover {
    color: #7d7d7d;
    text-decoration: none;
  }
  .product.data.items > .item.title > .switch:active {
    color: #333333;
    text-decoration: none;
  }
  .product.data.items > .item.title:not(.disabled) > .switch:focus,
  .product.data.items > .item.title:not(.disabled) > .switch:hover {
    background: #fcfcfc;
  }
  .product.data.items > .item.title:not(.disabled) > .switch:active,
  .product.data.items > .item.title.active > .switch,
  .product.data.items > .item.title.active > .switch:focus,
  .product.data.items > .item.title.active > .switch:hover {
    background: #ffffff;
    color: #333333;
    text-decoration: none;
  }
  .product.data.items > .item.title.active > .switch,
  .product.data.items > .item.title.active > .switch:focus,
  .product.data.items > .item.title.active > .switch:hover {
    padding-bottom: 6px;
  }
  .product.data.items > .item.content {
    background: #ffffff;
    margin-top: 31px;
    padding: 20px 20px 20px 20px;
    border: 0;
    border-top: 1px solid #d1d1d1;
  }
  .actions-toolbar:before,
  .actions-toolbar:after {
    content: '';
    display: table;
  }
  .actions-toolbar:after {
    clear: both;
  }
  .actions-toolbar .primary {
    float: left;
  }
  .actions-toolbar .secondary {
    float: right;
  }
  .actions-toolbar .primary,
  .actions-toolbar .secondary {
    display: inline-block;
  }
  .actions-toolbar .primary a.action,
  .actions-toolbar .secondary a.action {
    display: inline-block;
  }
  .actions-toolbar .primary .action {
    margin: 0 5px 0 0;
  }
  .actions-toolbar .secondary a.action {
    margin-top: 6px;
  }
  .actions-toolbar > .primary,
  .actions-toolbar > .secondary {
    margin-bottom: 0;
  }
  .actions-toolbar > .primary .action,
  .actions-toolbar > .secondary .action {
    margin-bottom: 0;
    width: auto;
  }
  .modal-popup.modal-slide .modal-footer {
    border-top: 1px solid #c1c1c1;
    text-align: right;
  }
  /**
     * @codingStandardsIgnoreStart
     */
  #store-selector .form-continue .actions-toolbar > .primary {
    float: right;
  }
  #store-selector .form-continue .actions-toolbar .action.primary {
    margin: 0;
  }
  .pagebuilder-mobile-only {
    display: none !important;
  }
  .block-cart-failed .actions {
    text-align: left;
  }
  .block-cart-failed .actions.primary {
    float: right;
  }
  .bundle-options-container .bundle-options-wrapper,
  .bundle-options-container .product-options-wrapper {
    float: left;
    width: 57%;
  }
  .bundle-options-container .block-bundle-summary {
    float: right;
    position: relative;
    width: 40%;
  }
  .page-layout-2columns-left .bundle-options-container .bundle-options-wrapper,
  .page-layout-2columns-left .bundle-options-container .block-bundle-summary,
  .page-layout-2columns-right .bundle-options-container .bundle-options-wrapper,
  .page-layout-2columns-right .bundle-options-container .block-bundle-summary,
  .page-layout-3columns .bundle-options-container .bundle-options-wrapper,
  .page-layout-3columns .bundle-options-container .block-bundle-summary {
    width: 48%;
  }
  .block-category-event.block:last-child {
    margin-bottom: 30px;
    padding: 10px 0 30px;
  }
  .block-category-event .block-title {
    margin: 0;
  }
  .block-category-event .block-title strong {
    font-size: 2.4rem;
  }
  .block-category-event .ticker li {
    display: none;
    margin: 0 50px;
  }
  .block-category-event .ticker .value {
    font-size: 6rem;
  }
  .block-category-event .ticker .label {
    font-size: 1.4rem;
    text-transform: none;
  }
  .block-category-event .dates .date {
    font-size: 5rem;
  }
  .block-category-event .dates .start {
    padding-right: 50px;
  }
  .block-category-event .dates .start:after {
    font-size: 5rem;
    right: 10px;
  }
  .block-search {
    float: right;
    padding-left: 15px;
    position: relative;
    width: 250px;
    z-index: 4;
  }
  .block-search .control {
    border-top: 0;
    margin: 0;
    padding: 0 0 25px;
  }
  .block-search .nested {
    display: block;
    padding-top: 5px;
    position: absolute;
  }
  .block-search input {
    margin: 0;
    padding-right: 35px;
    position: static;
  }
  .block-search input::-webkit-input-placeholder {
    color: #c2c2c2;
  }
  .block-search input:-moz-placeholder {
    color: #c2c2c2;
  }
  .block-search input::-moz-placeholder {
    color: #c2c2c2;
  }
  .block-search input:-ms-input-placeholder {
    color: #c2c2c2;
  }
  .block-search .action.search {
    display: inline-block;
    background-image: none;
    background: none;
    -moz-box-sizing: content-box;
    border: 0;
    box-shadow: none;
    line-height: inherit;
    margin: 0;
    padding: 0;
    text-decoration: none;
    text-shadow: none;
    font-weight: 400;
    padding: 5px 0;
    position: absolute;
    right: 10px;
    top: 0;
    z-index: 1;
  }
  .block-search .action.search > span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .block-search .action.search:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 22px;
    line-height: 22px;
    color: #8f8f8f;
    content: '\e615';
    font-family: 'icons-blank-theme';
    margin: 0;
    vertical-align: top;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .block-search .action.search:hover:before {
    color: inherit;
  }
  .block-search .action.search:active:before {
    color: inherit;
  }
  .block-search .action.search:focus,
  .block-search .action.search:active {
    background: none;
    border: none;
  }
  .block-search .action.search:hover {
    background: none;
    border: none;
  }
  .block-search .action.search.disabled,
  .block-search .action.search[disabled],
  fieldset[disabled] .block-search .action.search {
    pointer-events: none;
    opacity: 0.5;
  }
  .block-search .action.search:focus:before {
    color: #333333;
  }
  .search-autocomplete {
    margin-top: 0;
  }
  .cart-container .widget {
    float: left;
  }
  .cart-container .widget.block {
    margin-bottom: 20px;
  }
  .cart-summary {
    float: right;
    position: relative;
    width: 23%;
  }
  .column.main .cart-summary .actions-toolbar > .secondary {
    float: none;
  }
  .cart-summary .block .fieldset .field {
    margin: 0 0 20px;
    margin: 0 0 10px;
  }
  .cart-summary .block .fieldset .field:not(.choice) > .label {
    box-sizing: content-box;
    float: none;
    width: auto;
    text-align: left;
    padding: 0;
  }
  .cart-summary .block .fieldset .field:not(.choice) > .control {
    float: none;
    width: auto;
  }
  .cart-summary .block .fieldset .field > .label {
    margin: 0 0 5px;
    display: inline-block;
  }
  .cart-summary .block .fieldset .field.choice:before,
  .cart-summary .block .fieldset .field.no-label:before {
    display: none;
  }
  .cart.table-wrapper .items {
    min-width: 100%;
    width: auto;
  }
  .cart.table-wrapper .item .col.item {
    padding: 27px 8px 10px;
  }
  .cart.table-wrapper .item-actions td {
    text-align: right;
  }
  .cart.table-wrapper .product-item-photo {
    display: table-cell;
    max-width: 100%;
    padding-right: 20px;
    position: static;
    vertical-align: top;
    width: 1%;
  }
  .cart.table-wrapper .product-item-details {
    display: table-cell;
    vertical-align: top;
    white-space: normal;
    width: 99%;
  }
  .cart.table-wrapper .item-actions .actions-toolbar {
    text-align: left;
  }
  .cart .action {
    margin-bottom: 10px;
  }
  .cart-products-toolbar .toolbar-amount {
    line-height: 30px;
    margin: 0;
  }
  .cart-products-toolbar .pages {
    float: right;
    margin: 0 0 1px;
  }
  .cart-products-toolbar .pages .item:last-child {
    margin-right: 0;
  }
  .cart.table-wrapper .cart-products-toolbar + .cart thead tr th.col {
    padding-bottom: 7px;
    padding-top: 8px;
  }
  .cart.table-wrapper .cart + .cart-products-toolbar {
    margin-top: 25px;
  }
  .minicart-wrapper {
    margin-left: 13px;
  }
  .minicart-wrapper .block-minicart {
    right: -15px;
    width: 390px;
  }
  .opc-wrapper {
    width: 66.66666667%;
    float: left;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
    padding-right: 30px;
  }
  .checkout-onepage-success .print {
    display: block;
    float: right;
    margin: 22px 0 0;
  }
  .opc-progress-bar-item {
    width: 185px;
  }
  .checkout-index-index .modal-popup .form-shipping-address {
    max-width: 600px;
  }
  .checkout-index-index .modal-popup .modal-footer .action-save-address {
    float: right;
    margin: 0 0 0 10px;
  }
  .checkout-shipping-method .actions-toolbar > .primary {
    float: right;
  }
  .checkout-shipping-method .actions-toolbar .action.primary {
    margin: 0;
  }
  .opc-wrapper .form-login,
  .opc-wrapper .form-shipping-address {
    max-width: 600px;
  }
  .table-checkout-shipping-method {
    width: auto;
  }
  .opc-sidebar {
    margin: 46px 0 20px;
    width: 33.33333333%;
    float: right;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
  .opc-summary-wrapper .modal-header .action-close {
    display: none;
  }
  .authentication-dropdown {
    background-color: #ffffff;
    border: 1px solid #aeaeae;
    -webkit-transform: scale(1, 0);
    -webkit-transform-origin: 0 0;
    -webkit-transition: -webkit-transform linear 0.1s, visibility 0s linear 0.1s;
    position: absolute;
    text-align: left;
    top: 100%;
    transform: scale(1, 0);
    transform-origin: 0 0;
    transition: transform linear .1s, visibility 0s linear .1s;
    visibility: hidden;
    width: 100%;
  }
  .authentication-dropdown._show {
    z-index: 100;
    -webkit-transform: scale(1, 1);
    -webkit-transition: -webkit-transform linear 0.1s, visibility 0s linear 0s;
    transform: scale(1, 1);
    transition: transform linear .1s, visibility 0s linear 0s;
    visibility: visible;
  }
  .authentication-wrapper {
    width: 33.33333333%;
    text-align: right;
  }
  .block-authentication .block-title {
    font-size: 2.6rem;
    border-bottom: 0;
    margin-bottom: 25px;
  }
  .block-authentication .actions-toolbar > .primary {
    display: inline;
    float: right;
    margin-right: 0;
  }
  .block-authentication .actions-toolbar > .primary .action {
    margin-right: 0;
  }
  .block-authentication .actions-toolbar > .secondary {
    float: left;
    margin-right: 2rem;
    padding-top: 1rem;
  }
  .popup-authentication .modal-inner-wrap {
    min-width: 768px;
    width: 60%;
  }
  .popup-authentication .block-authentication {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    border-top: 1px solid #c1c1c1;
  }
  .popup-authentication .block[class],
  .popup-authentication .form-login,
  .popup-authentication .fieldset,
  .popup-authentication .block-content {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-grow: 1;
    flex-grow: 1;
  }
  .popup-authentication .block[class] {
    box-sizing: border-box;
    float: left;
    padding: 10px 30px 0 0;
    width: 50%;
  }
  .popup-authentication .block[class] + .block {
    border-left: 1px solid #c1c1c1;
    border-top: 0;
    margin: 0;
    padding: 10px 0 0 40px;
  }
  .popup-authentication .block[class] + .block:before {
    left: 0;
    top: 50%;
  }
  .popup-authentication .actions-toolbar {
    margin-bottom: 0;
    margin-top: auto;
  }
  .checkout-payment-method .actions-toolbar .primary {
    float: right;
    margin: 0;
  }
  .checkout-payment-method .fieldset > .field-select-billing > .control {
    float: none;
    width: 100%;
  }
  .checkout-payment-method .payment-method-content .fieldset > .field {
    margin: 0 0 20px;
  }
  .checkout-payment-method .payment-method-content .fieldset > .field.choice:before {
    padding: 0;
    width: 0;
  }
  .checkout-payment-method .payment-method-content .fieldset > .field.type .control {
    margin-left: 25.8%;
  }
  .checkout-payment-method .payment-method-content .fieldset > .field.type.no-detection .control {
    margin-left: 0;
  }
  .checkout-billing-address .action-update {
    float: right;
  }
  .checkout-billing-address .actions-toolbar .action-cancel {
    margin: 6px 20px 0 0;
  }
  .checkout-payment-method .payment-option-title {
    padding-left: 22px;
  }
  .checkout-payment-method .payment-option-content .payment-option-inner + .actions-toolbar {
    margin-left: 0;
  }
  .contact-index-index .column:not(.sidebar-additional) .form.contact {
    min-width: 600px;
  }
  .login-container .block .login .actions-toolbar > .primary {
    margin-bottom: 0;
    margin-right: 30px;
  }
  .login-container .block .login .actions-toolbar > .secondary {
    float: left;
  }
  .fieldset .fullname .field .label {
    padding: 6px 15px 0 0;
    text-align: right;
    width: 25.8%;
    box-sizing: border-box;
    float: left;
  }
  .fieldset .fullname .field .control {
    width: 74.2%;
    float: left;
  }
  .form.password.reset,
  .form.send.confirmation,
  .form.password.forget,
  .form.create.account,
  .form.search.advanced,
  .form.form-orders-search {
    min-width: 600px;
    width: 50%;
  }
  .account.page-layout-2columns-left .sidebar-main,
  .account.page-layout-2columns-left .sidebar-additional {
    width: 22.3%;
  }
  .account.page-layout-2columns-left .column.main {
    width: 77.7%;
  }
  .block-addresses-list .items.addresses {
    font-size: 0;
  }
  .block-addresses-list .items.addresses > .item {
    display: inline-block;
    font-size: 14px;
    margin-bottom: 20px;
    vertical-align: top;
    width: 48.8%;
  }
  .block-addresses-list .items.addresses > .item:nth-last-child(1),
  .block-addresses-list .items.addresses > .item:nth-last-child(2) {
    margin-bottom: 0;
  }
  .block-addresses-list .items.addresses > .item:nth-child(even) {
    margin-left: 2.4%;
  }
  .control.captcha-image .captcha-img {
    margin: 0 10px 10px 0;
  }
  .page-product-downloadable .product-options-wrapper {
    float: left;
    width: 55%;
  }
  .page-product-downloadable .product-options-bottom {
    float: right;
    width: 40%;
  }
  .page-product-downloadable .product-options-bottom .field.qty + .actions {
    padding-top: 0;
  }
  .gift-message .field {
    margin-bottom: 20px;
  }
  .gift-options {
    position: relative;
    z-index: 1;
  }
  .gift-options .actions-toolbar {
    clear: both;
    float: right;
    position: static;
  }
  .gift-options .actions-toolbar .secondary {
    float: right;
  }
  .gift-options .actions-toolbar .secondary .action {
    float: right;
    margin-left: 20px;
  }
  .gift-options .actions-toolbar .secondary .action-cancel {
    display: block;
    float: left;
    margin-top: 6px;
  }
  .gift-options .actions-toolbar:nth-child(3):before {
    border-left: 1px solid #c1c1c1;
    bottom: 5rem;
    content: '';
    display: block;
    left: 50%;
    overflow: hidden;
    position: absolute;
    top: 0;
    width: 0;
  }
  .gift-options-title {
    font-weight: 300;
    font-size: 1.8rem;
  }
  .cart.table-wrapper .action-gift {
    float: left;
  }
  .order-options .gift-wrapping,
  .table-order-review .gift-wrapping {
    max-width: 50%;
  }
  .form-giftregistry-search .fieldset {
    margin-bottom: 29px;
  }
  .form-giftregistry-search .fieldset > .fields-specific-options > .field {
    margin: 0 0 20px;
    box-sizing: border-box;
  }
  .form-giftregistry-search .fieldset > .fields-specific-options > .field > .label {
    margin: 0;
  }
  .form-giftregistry-search .fieldset > .fields-specific-options > .field:before,
  .form-giftregistry-search .fieldset > .fields-specific-options > .field:after {
    content: '';
    display: table;
  }
  .form-giftregistry-search .fieldset > .fields-specific-options > .field:after {
    clear: both;
  }
  .form-giftregistry-search .fieldset > .fields-specific-options > .field.choice:before,
  .form-giftregistry-search .fieldset > .fields-specific-options > .field.no-label:before {
    padding: 6px 15px 0 0;
    width: 25.8%;
    box-sizing: border-box;
    content: ' ';
    float: left;
    height: 1px;
  }
  .form-giftregistry-search .fieldset > .fields-specific-options > .field .description {
    padding: 6px 15px 0 0;
    text-align: right;
    width: 25.8%;
    box-sizing: border-box;
    float: left;
  }
  .form-giftregistry-search .fieldset > .fields-specific-options > .field:not(.choice) > .label {
    padding: 6px 15px 0 0;
    text-align: right;
    width: 25.8%;
    box-sizing: border-box;
    float: left;
  }
  .form-giftregistry-search .fieldset > .fields-specific-options > .field:not(.choice) > .control {
    width: 74.2%;
    float: left;
  }
  .block-giftregistry-shared-items .product-item-photo {
    display: table-cell;
    max-width: 100%;
    padding: 0 20px 0 0;
    vertical-align: top;
    width: 1%;
  }
  .block-giftregistry-shared-items .product-item-details {
    display: table-cell;
    vertical-align: top;
    width: 99%;
    word-break: normal;
  }
  .block-giftregistry-shared-items .col.product {
    width: 48%;
  }
  .block-giftregistry-shared-items .col:not(.product) {
    text-align: center;
  }
  .block-giftregistry-shared-items .col.price {
    padding-top: 17px;
  }
  .block-giftregistry-shared-items .input-text.qty {
    margin-top: -4px;
  }
  .gift-options-cart-item .gift-wrapping,
  .cart-gift-item .gift-wrapping {
    box-sizing: border-box;
    float: left;
    padding-right: 20px;
    width: 50%;
  }
  .gift-options-cart-item .gift-wrapping + .gift-message,
  .cart-gift-item .gift-wrapping + .gift-message {
    border-left: 1px solid #c1c1c1;
    box-sizing: border-box;
    float: left;
    padding-left: 4.5rem;
    width: 50%;
  }
  .form-add-invitations .additional,
  .form-add-invitations .field.text {
    margin-top: 29px;
  }
  .table-invitations .col {
    width: 50%;
  }
  .wishlist.window.popup {
    bottom: auto;
    top: 20%;
    left: 50%;
    margin-left: -212px;
    width: 380px;
    right: auto;
  }
  .wishlist.window.popup .field {
    margin: 0 0 20px;
  }
  .wishlist.window.popup .field:not(.choice) > .label {
    box-sizing: content-box;
    float: none;
    width: auto;
    text-align: left;
    padding: 0;
  }
  .wishlist.window.popup .field:not(.choice) > .control {
    float: none;
    width: auto;
  }
  .wishlist.window.popup .field > .label {
    margin: 0 0 5px;
    display: inline-block;
  }
  .wishlist.window.popup .field.choice:before,
  .wishlist.window.popup .field.no-label:before {
    display: none;
  }
  .block-wishlist-management {
    margin-bottom: 20px;
  }
  .block-wishlist-management .wishlist-select {
    border-bottom: 1px solid #e8e8e8;
    display: table;
    margin-bottom: 15px;
    width: 100%;
  }
  .block-wishlist-management .wishlist-select .wishlist-name {
    display: table-cell;
    margin-right: 10px;
    padding: 5px 10px 10px;
    vertical-align: top;
    white-space: nowrap;
    width: 5%;
  }
  .block-wishlist-management .wishlist-select-items {
    display: table-cell;
    padding-right: 160px;
    vertical-align: top;
  }
  .block-wishlist-management .wishlist-select-items .item {
    display: inline-block;
    margin-right: 10px;
    padding: 5px 10px 10px;
  }
  .block-wishlist-management .wishlist-select-items .item:last-child {
    margin-right: 0;
  }
  .block-wishlist-management .wishlist-select-items .current {
    border-bottom: 3px solid #ff5501;
    font-weight: 600;
  }
  .block-wishlist-management .wishlist-select .wishlist-name-current {
    display: none;
  }
  .block-wishlist-management .wishlist-add.item {
    position: absolute;
    right: 0;
    top: 0;
  }
  .block-wishlist-management .wishlist-title strong {
    font-size: 4rem;
  }
  .block-wishlist-management .wishlist-info {
    float: left;
  }
  .block-wishlist-management .wishlist-toolbar {
    float: right;
  }
  .block-wishlist-info-items .product-item-photo {
    margin-left: 0;
  }
  .products-grid.wishlist .product-item-checkbox {
    float: left;
  }
  .products-grid.wishlist .product-item-checkbox + .product-item-name {
    margin-left: 25px;
  }
  .block.newsletter {
    max-width: 44%;
    width: max-content;
  }
  .block.newsletter .field {
    margin-right: 5px;
  }
  .block.newsletter .field.newsletter {
    max-width: 220px;
  }
  .block.newsletter .field .control {
    width: 100%;
  }
  .block.newsletter .action.subscribe {
    border-radius: 3px;
  }
  .paypal-review .paypal-review-title {
    border-bottom: 1px solid #d1d1d1;
  }
  .paypal-review .block-content .box-order-shipping-address,
  .paypal-review .block-content .box-order-shipping-method,
  .paypal-review .block-content .box-order-shipping-method + .box-order-billing-address {
    box-sizing: border-box;
    float: left;
    width: 33%;
  }
  .paypal-review .block-content .box-order-shipping-address {
    padding: 0 5%;
    width: 34%;
  }
  .paypal-review .col.subtotal,
  .paypal-review .mark,
  .paypal-review .amount {
    text-align: right;
  }
  .products.wrapper.list .product-reviews-summary {
    margin: 0;
  }
  .reward-settings + .actions-toolbar {
    margin-top: -32px;
  }
  .form-create-return .additional .field:last-child {
    margin-top: 29px;
  }
  .magento-rma-guest-returns .column.main .block:not(.widget) .block-content .box {
    margin-bottom: 20px;
  }
  .block-returns-tracking .block-title .action {
    margin: 0 0 0 30px;
  }
  .block-returns-tracking .block-title .actions-track {
    float: right;
    margin-top: 12px;
  }
  .table-order-items .subtotal,
  .table-order-items .amount {
    text-align: right;
  }
  .table-order-items.creditmemo .col.qty,
  .table-order-items.creditmemo .col.discount,
  .table-order-items.creditmemo .col.subtotal {
    text-align: center;
  }
  .table-order-items.creditmemo .col.total {
    text-align: right;
  }
  .order-pager-wrapper .order-pager-wrapper-top {
    padding-left: 0;
    padding-right: 0;
  }
  .order-pager-wrapper .pages {
    float: right;
  }
  .order-actions-toolbar .action.print {
    display: block;
    float: right;
  }
  .page-title-wrapper .order-date {
    margin-top: -20px;
  }
  [class^='sales-guest-'] .column.main .block:not(.widget) .block-content .box,
  .sales-guest-view .column.main .block:not(.widget) .block-content .box {
    margin-bottom: 20px;
  }
  .my-credit-cards .card-type img {
    display: block;
  }
  .products-grid.wishlist .product-item-tooltip {
    display: inline-block;
  }
  .products-grid.wishlist .product-item-actions {
    margin: 10px 0 0;
  }
  .products-grid.wishlist .product-item .fieldset .field.qty {
    margin-bottom: 10px;
    padding-right: 10px;
  }
  .products-grid.wishlist .product-item .fieldset .field.qty .label {
    width: auto;
  }
  .products-grid.wishlist .product-item .box-tocart .actions-primary {
    margin: 0;
  }
  .products-grid.wishlist .product-item .box-tocart .stock {
    margin: 20px 0 0;
  }
  .wishlist-index-index .product-item-info {
    width: 240px;
  }
  .block.widget .products-grid .product-item {
    width: 33.33333333%;
  }
  .sidebar .block.widget .products-grid .product-item {
    margin-left: 0;
    width: 100%;
  }
  .sidebar .block.widget .products-grid .product-item .actions-secondary {
    display: block;
    padding: 10px 0;
  }
  .page-layout-1column .block.widget .products-grid .product-item {
    margin-left: 2%;
    width: calc((100% - 6%) / 4);
  }
  .page-layout-1column .block.widget .products-grid .product-item:nth-child(3n + 1) {
    margin-left: 2%;
  }
  .page-layout-1column .block.widget .products-grid .product-item:nth-child(4n + 1) {
    margin-left: 0;
  }
  .page-layout-3columns .block.widget .products-grid .product-item {
    width: 50%;
  }
  .sidebar .block.widget .pager .pages-item-next {
    padding: 0;
  }
  .sidebar .block.widget .pager .pages-item-next .action {
    margin: 0;
  }
}
@media all and (min-width: 1024px), print {
  .checkout-index-index .modal-popup .modal-inner-wrap {
    margin-left: -400px;
    width: 800px;
    left: 50%;
  }
  .opc-wrapper .shipping-address-item {
    width: 33.33333333%;
  }
  .opc-wrapper .shipping-address-item:before {
    background: #cccccc;
    height: calc(100% - 20px);
    content: '';
    left: 0;
    position: absolute;
    top: 0;
    width: 1px;
  }
  .opc-wrapper .shipping-address-item:nth-child(3n + 1):before {
    display: none;
  }
  .opc-wrapper .shipping-address-item.selected-item:before {
    display: none;
  }
  .opc-wrapper .shipping-address-item.selected-item + .shipping-address-item:before {
    display: none;
  }
  .table-checkout-shipping-method {
    min-width: 500px;
  }
  .wishlist-index-index .products-grid .product-items {
    margin: 0;
  }
  .wishlist-index-index .products-grid .product-item {
    margin-left: calc((100% - 4 * 24.439%) / 3);
    padding: 0;
    width: 24.439%;
  }
  .wishlist-index-index .products-grid .product-item:nth-child(4n + 1) {
    margin-left: 0;
  }
  .block.widget .products-grid .product-item {
    width: 20%;
  }
  .page-layout-1column .block.widget .products-grid .product-item {
    margin-left: 2%;
    width: calc((100% - 8%) / 5);
  }
  .page-layout-1column .block.widget .products-grid .product-item:nth-child(4n + 1) {
    margin-left: 2%;
  }
  .page-layout-1column .block.widget .products-grid .product-item:nth-child(5n + 1) {
    margin-left: 0;
  }
  .page-layout-3columns .block.widget .products-grid .product-item {
    width: 25%;
  }
  .block.widget .products-grid .product-items {
    margin: 0;
  }
  .block.widget .products-grid .product-item {
    margin-left: calc((100% - 4 * 24.439%) / 3);
    padding: 0;
    width: 24.439%;
  }
  .block.widget .products-grid .product-item:nth-child(4n + 1) {
    margin-left: 0;
  }
}
