@import url("https://b2b2c.cdnpt.com/the-fives-hotels-mex-hv/css/custom.css");

.button__primary.dataLayerProductClick.reserveClass {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  min-width: 80px;
  max-width: max-content;
  min-height: 44px;
  font-family: var(--font-family-1);
  font-size: var(--text-size-xs);
  font-weight: var(--font-weight-2);
  color: var(--color-affiliate-2) !important;
  text-shadow: none;
  text-transform: none;
  text-decoration: none !important;
  background: var(--color-affiliate-1);
  border: none !important;
  border-radius: var(--border-radius-1) !important;
  box-shadow: var(--box-shadow-1);
  outline: none;
  padding: 8px 16px;
  margin: 0;
  transition: all .3s ease;
}

.button__primary.dataLayerProductClick.reserveClass:hover {
  background: var(--color-affiliate-3) !important;
}

@media (max-width: 415px) {
  .table-price td.tot {
    width: 90px;
}