* {
  font-family: "Helvetica Neue", "Helvetica", "Arial", sans-serif;
}
html body {
  font-size: 14px;
}
p {
  margin-bottom: 15px;
}
ul {
  margin-bottom: 15px;
  margin-left: 15px;
}
ul.submenu {
  margin-left: 0;
}
hr {
  height: 1px;
  border: none;
  background: #bfbfbf;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
.footer-link-group {
  margin-left: 0px !important;
}
.basicpage {
  padding-top: 78px !important;
}
.col {
  display: block;
  float: left;
  margin: 1% 0 1% 1.6%;
}
.col:first-of-type {
  margin-left: 0;
}
.span_6_of_12 {
  width: 49.2%;
  margin: 0;
}
.cookies-xf .xfpage,
.footer-xf .xfpage {
  padding-top: 20px !important;
}
@media only screen and (max-width: 480px) {
  .col {
    margin: 1% 0 1% 0%;
  }
}
/* The container must be positioned relative: */
.custom-select {
  position: relative;
  width: 100%;
  padding: 5px;
}
/*hide original SELECT element: */
.custom-select select {
  display: none;
}
/* Style the arrow inside the select element: */
.select-selected:after {
  position: relative;
  content: "";
  top: 10px;
  float: right;
  border: 5px solid transparent;
  border-color: #000 transparent transparent transparent;
}
/* Point the arrow upwards when the select box is open (active): */
.select-selected.select-arrow-active:after {
  border-color: #000 transparent transparent transparent;
  transform: rotate(180deg);
  top: 5px;
}
/* style the items (options), including the selected item: */
.select-items div,
.select-selected {
  color: black;
  padding: 12px;
  cursor: pointer;
  border-bottom: 2px solid black;
  width: 100%;
  margin-bottom: 10px;
  padding-left: 0px;
  font-weight: 700;
}
/* Style items (options): */
.select-items {
  position: absolute;
  top: 50px;
  left: -20px;
  right: 0;
  padding: 10px;
  z-index: 99;
  list-style: none;
  background-color: rgba(255, 255, 255, 0.9);
  width: 100%;
  height: 250px;
  overflow-y: auto;
  scrollbar-width: thin;
  scrollbar-color: #dd250f #fff;
  scrollbar-arrow-color: #fff;
  scrollbar-face-color: #dd250f;
}
.select-items::-webkit-scrollbar {
  width: 8px;
}
.select-items::-webkit-scrollbar-track {
  background-color: #ffffff;
}
.select-items::-webkit-scrollbar-thumb {
  background-color: #dd250f;
}
/* Hide the items when the select box is closed: */
.select-hide {
  display: none;
}
.select-items li {
  font-weight: bold;
  margin-top: 10px;
}
.select-items li:hover {
  color: #dd250f !important;
  cursor: pointer;
  font-weight: 700;
}
@media only screen and (max-width: 896px) {
  .select-items {
    font-size: 14px;
  }
}
.image.right-column .cmp-image__image {
  margin-left: 10px;
  padding: 15px;
}
.cmp-title__text,
.cmp-text,
.cmp-image__image {
  margin-top: 20px;
  display: block;
}
.title.arial-font .cmp-title__text {
  font-family: "Arial", sans-serif !important;
}
.text.arial-font p,
.text.arial-font b,
.text.arial-font em,
.text.arial-font td,
.text.arial-font u,
.text.arial-font strong {
  font-family: "Arial", sans-serif !important;
}
.button {
  display: flex;
  justify-content: center;
  padding: 20px 0;
}
.button .cmp-button {
  background-color: red;
  border-radius: 5px;
  border: 0;
  text-decoration: none;
  color: white;
  font-weight: 700;
  display: inline-flex;
  cursor: pointer;
}
.button .cmp-button .cmp-button__text {
  margin-left: 20px;
  margin-right: 20px;
  margin-top: 10px;
  margin-bottom: 10px;
  display: block;
  font-family: "Arial", sans-serif !important;
}
.button.arial-font {
  margin-top: 20px;
  margin-bottom: 20px;
  text-align: center;
}
.button.align-right {
  justify-content: flex-end;
}
.button.align-left {
  justify-content: flex-start;
}
.cmp-text {
  margin-right: 10px;
}
.cmp-text table td span {
  display: block;
  width: 100%;
  height: 100%;
}
.cmp-text table td p {
  margin-bottom: 0;
  padding-bottom: 15px;
}
.title.red-first-letter .cmp-title__text::first-letter {
  color: #dd250f;
}
.title.white {
  color: #ffffff;
  z-index: 1;
  position: relative;
  font-size: 12px;
}
.title.centered {
  text-align: center;
}
.text .cmp-text a {
  color: #000000;
  text-decoration: underline;
}
.text.red .cmp-text {
  color: #dd250f;
}
.text.red-links .cmp-text a {
  text-decoration: none;
  color: #dd250f;
  font-weight: bold;
}
.text.red-links .cmp-text a:hover {
  text-decoration: underline;
}
.text.black-links .cmp-text a {
  text-decoration: underline;
  color: #000000;
  font-weight: bold;
}
.text.white .cmp-text {
  color: #ffffff;
  z-index: 1;
  position: relative;
}
.right-column .cmp-image__image {
  width: auto;
}
.title.red .cmp-title__text {
  color: #dd250f;
  font-size: 18px;
  margin-top: 30px;
}
.text.bigger-font p {
  font-size: 18px;
}
.text.medium-font p {
  font-size: 14px;
}
.text.featured {
  border-left: 2px solid #dd250f;
  height: auto;
  margin-top: 30px;
}
.text.featured .cmp-text {
  margin: 5px 0 0 20px;
}
.text.featured .cmp-text p {
  display: block;
  font-size: 18px;
  font-style: italic;
}
.image.red {
  background-color: #dd250f;
}
.container.right-bar {
  margin-left: 40px !important;
  padding: 5px;
}
.icex-table {
  width: 100%;
  margin-top: 40px;
}
.icex-table .icex-th,
.icex-table .icex-td {
  padding: 5px 10px;
}
.icex-tr {
  display: flex;
}
.icex-table .icex-thead {
  margin-bottom: 4px;
}
.icex-table .icex-thead .icex-tr {
  font-size: 14px;
  background-color: #dd250f;
  color: #fff;
  font-weight: 600;
  line-height: 17px;
}
.icex-table .icex-tbody {
  font-size: 12px;
  font-weight: 400;
  line-height: 17px;
}
.icex-table .icex-tbody .icex-th {
  font-weight: 600;
  border-right: 1px solid #000;
  float: left;
  width: 100%;
}
.thanks-top {
  width: 100%;
  display: inline-block;
  text-align: center;
  padding: 120px 0;
  background: url("../../../content/dam/en/icex-foodswines/images/newsletter/bck_interest_top.png") no-repeat center center;
}
.thanks-top h1 {
  display: inline-block;
  width: auto;
  height: auto;
  margin: 0 0 0 0;
  padding: 10px 20px;
  font-weight: 700;
  font-size: 34px;
  line-height: 44px;
  text-align: center;
  border: 4px solid #333;
}
.thanks-medium {
  width: 100%;
  display: inline-block;
  text-align: center;
  padding: 20px 0;
}
.thanks-medium p {
  display: inline-block;
  width: 100%;
  height: auto;
  text-align: center;
}
.thanks-medium .red-bold {
  font-weight: bold;
  color: #dd250f;
}
.thanks-medium .interest {
  display: inline-block;
  width: 150px;
  max-width: 170px;
  height: auto;
  margin: 10px;
  padding: 0 0 0 0;
  text-align: center;
}
.thanks-medium .interest p {
  text-transform: uppercase;
}
.thanks-bottom {
  width: 100%;
  display: inline-block;
  text-align: center;
  padding: 20px 0;
  background: url("../../../content/dam/en/icex-foodswines/images/newsletter/bck_interest_bottom.png") no-repeat center top;
}
.thanks-bottom .view-newsletter-last {
  display: inline-block;
  width: auto;
  margin: 0 0 0 0;
  padding: 5px 10px;
  border-radius: 6px;
  color: #fff;
  background: #000;
  border: none;
  text-decoration: none;
}
#last-newsletter img {
  padding: 22px;
}
.button.red {
  margin-top: 20px;
  margin-bottom: 20px;
  text-align: center;
}
.button.red .cmp-button {
  background-color: red;
  border-radius: 5px;
  border: 0;
  text-decoration: none;
  color: white;
  font-weight: 700;
  display: inline-flex;
  cursor: pointer;
}
.button.red .cmp-button .cmp-button__text {
  margin-left: 20px;
  margin-right: 20px;
  margin-top: 10px;
  margin-bottom: 10px;
  display: block;
}
.button.gray {
  text-align: center;
}
.button.gray #last-newsletter-btn {
  margin: 20px 0 0 0;
  background: #9a9a9a;
  display: inline-block;
  text-decoration: none;
  color: white;
  border-radius: 2px;
  font-size: 16px;
  height: 35px;
  line-height: 22px;
  padding: 4px 24px;
  border: 1px solid transparent;
  cursor: pointer;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  white-space: nowrap;
}
.button.gray #last-newsletter-btn:hover {
  background: #65625a;
  color: white;
}
.wowbook {
  font-family: "Open Sans", "Helvetica Neue", Arial, sans-serif;
}
.wowbook-page-content {
  padding: 1.5em;
}
.wowbook ul {
  padding-left: 1em;
}
.wowbook-lightbox > .wowbook-close {
  background: transparent !important;
  border: none !important;
  color: #222 !important;
  font-size: 2.5em;
}
.wowbook-lightbox > .wowbook-close:hover {
  background: #444 !important;
  color: white !important;
  border-radius: 3px;
}
.wowbook-right .wowbook-gutter-shadow {
  background-image: url('../../../etc.clientlibs/icex-foodswines/clientlibs/clientlib-base/pdf-viewer/resources/img/page_right_background.png');
  background-position: 0 0;
  width: 75px;
}
.wowbook-left .wowbook-gutter-shadow {
  background-image: url('../../../etc.clientlibs/icex-foodswines/clientlibs/clientlib-base/pdf-viewer/resources/img/page_left_background.png');
  opacity: 0.5;
  width: 60px;
}
.lightbox-pdf .wowbook-book-container {
  background: #e5e5e5 url('../../../etc.clientlibs/icex-foodswines/clientlibs/clientlib-base/pdf-viewer/resources/img/bg-lightbox-pdf.png');
  /* Old browsers */
  background: #e5e5e5 -moz-radial-gradient(center, ellipse cover, #ffffff 20%, #bbbbbb 100%);
  /* FF3.6-15 */
  background: #e5e5e5 -webkit-radial-gradient(center, ellipse cover, #ffffff 20%, #bbbbbb 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: #e5e5e5 radial-gradient(ellipse at center, #ffffff 20%, #bbbbbb 100%);
  /* W3C, IE10+, FF16+, Chrome26+,Opera12+, Safari7+*/
}
.spanish-gastronomy-at-the-las-vegas-winter-fancy-food-show-20230 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  row-gap: 40px;
  max-width: 514px;
}
@media (max-width: 1250px) {
  .spanish-gastronomy-at-the-las-vegas-winter-fancy-food-show-20230 {
    justify-content: center;
  }
}
@media (max-width: 1200px) {
  .spanish-gastronomy-at-the-las-vegas-winter-fancy-food-show-20230 {
    justify-content: space-between;
  }
}
@media (max-width: 511px) {
  .spanish-gastronomy-at-the-las-vegas-winter-fancy-food-show-20230 {
    justify-content: center;
  }
}
.spanish-gastronomy-at-the-las-vegas-winter-fancy-food-show-20230 .box {
  width: 200px;
}
.spanish-gastronomy-at-the-las-vegas-winter-fancy-food-show-20230 .box .link,
.spanish-gastronomy-at-the-las-vegas-winter-fancy-food-show-20230 .box .image {
  display: block;
  text-align: center;
}
.spanish-gastronomy-at-the-las-vegas-winter-fancy-food-show-20230 .box .link {
  margin-bottom: 10px;
}


@font-face {
  font-family: 'icomoon';
  src: url('clientlib-site/resources/icon/icomoon.woff') format('woff');
  src: url('clientlib-site/resources/icon/icomoon.ttf') format('truetype'), url('clientlib-site/resources/icon/icomoon.svg') format('svg'), url('clientlib-site/resources/icon/icomoon.eot') format('embedded-opentype');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
[class^="--icon-"],
[class*="--icon-"],
[class*="-icon"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.cmp-button__icon--icon-right-arrow:before {
  content: "\be900";
}
.cmp-button__icon--icon-print:before {
  content: "\be904";
}
.cmp-button__icon--icon-plus:before {
  content: "\bea0a";
}
.cmp-button__icon--icon-right-arrow2:before {
  content: "\be905";
}
.cmp-button__icon--icon-icex-catalog-play:before {
  content: "\be905" !important;
}
.cmp-button__icon--icon-pause:before {
  content: "\be906";
}
.cmp-button__icon--icon-minus:before {
  content: "\bea0b";
}
.cmp-button__icon--icon-weather:before {
  content: "\be907";
}
.cmp-button__icon--icon-corkscrew:before {
  content: "\be901";
}
.cmp-button__icon--icon-location:before {
  content: "\be902";
}
.cmp-button__icon--icon-logo:before {
  content: "\be908";
}
.cmp-button__icon--icon-notepad:before {
  content: "\be909";
}
.cmp-button__icon--icon-notepad-2:before {
  content: "\be912";
}
.cmp-button__icon--icon-prawn:before {
  content: "\be910";
}
.cmp-button__icon--icon-grapes:before {
  content: "\be911";
}
.cmp-button__icon--icon-fridge:before {
  content: "\be913";
}
.cmp-button__icon--icon-calendar:before {
  content: "\be914";
}
.cmp-button__icon--icon-cart:before {
  content: "\be915";
}
.cmp-button__icon--icon-sandwich:before {
  content: "\be916";
}
.cmp-button__icon--icon-weighing:before {
  content: "\be917";
}
.cmp-button__icon--icon-spoon-fork:before {
  content: "\be918";
}
.cmp-button__icon--icon-notepad-3:before {
  content: "\be919";
}
.cmp-button__icon--icon-chef:before {
  content: "\be920";
}
.cmp-button__icon--icon-person:before {
  content: "\be921";
}
.cmp-carousel__actions .cmp-carousel__action--previous .cmp-carousel__action-icon:before {
  content: "\be905";
  transform: rotate(180deg);
}
.cmp-carousel__actions .cmp-carousel__action--next .cmp-carousel__action-icon:before {
  content: "\be905";
}

