@charset "UTF-8";
@font-face {
  font-family: 'Spartan-regular';
  /*a name to be used later*/
  src: url("/frontend/fonts/static/Spartan-Regular.ttf");
  /*URL to font*/ }
@font-face {
  font-family: 'Spartan-black';
  /*a name to be used later*/
  src: url("/frontend/fonts/static/Spartan-Black.ttf");
  /*URL to font*/ }
@font-face {
  font-family: 'Spartan-bold';
  /*a name to be used later*/
  src: url("/frontend/fonts/static/Spartan-Bold.ttf");
  /*URL to font*/ }
@font-face {
  font-family: 'Spartan-semibold';
  /*a name to be used later*/
  src: url("/frontend/fonts/static/Spartan-SemiBold.ttf");
  /*URL to font*/ }
@font-face {
  font-family: 'Spartan-light';
  /*a name to be used later*/
  src: url("/frontend/fonts/static/Spartan-Light.ttf");
  /*URL to font*/ }
@font-face {
  font-family: 'Spartan-black';
  /*a name to be used later*/
  src: url("/frontend/fonts/static/Spartan-Black.ttf");
  /*URL to font*/ }
@font-face {
  font-family: 'Spartan-medium';
  /*a name to be used later*/
  src: url("/frontend/fonts/static/Spartan-Medium.ttf");
  /*URL to font*/ }
/* ea334f */
.green-bg {
  background-color: #84B626 !important; }

.red-bg {
  background-color: #DF252F !important; }

.bgcolor-bg {
  background-color: #E0E2E5 !important; }

.greencolor {
  color: #84B626 !important; }

.redcolor {
  color: #DF252F !important; }

body {
  font-family: "Spartan-regular";
  background-color: #fff; }
  body.body-light {
    background-color: #fff; }

.main-bg {
  background-color: #F0F0F0;
  background-clip: border-box; }

/*
Helpers
 */
.btn-red {
  border-radius: 0;
  border-color: #DF252F;
  background: #DF252F;
  color: #fff; }
  .btn-red:hover {
    background: #DF252F;
    opacity: 0.7;
    color: #fff; }

.btn-green {
  border-radius: 0;
  border-color: #84B626;
  background: #84B626;
  color: #fff; }
  .btn-green:hover {
    background: #84B626;
    opacity: 0.7;
    color: #fff; }

.page-container {
  padding-bottom: 160px;
  padding-top: 60px; }
  .page-container .logo {
    max-height: 150px;
    max-width: 100%;
    margin-bottom: 80px; }
  .page-container .icon-page {
    max-width: 70px;
    margin-bottom: 30px; }

/*
Navbar
 */
nav#primary-menu {
  padding-top: 1rem;
  padding-bottom: 1rem; }
  nav#primary-menu .logo {
    display: none; }
  nav#primary-menu a {
    text-transform: uppercase;
    font-weight: bold;
    text-align: center;
    color: #000; }
    nav#primary-menu a:hover, nav#primary-menu a:focus {
      text-decoration: underline; }

.mr12 {
  margin-right: 12%; }

.dropdown.position-fixed #dropdownMenuButton {
  border-color: #000000;
  background: #000000;
  color: white; }

@media (min-width: 992px) {
  nav#primary-menu.navbar-expand-lg .logo {
    max-height: 150px;
    margin-left: 1rem;
    margin-right: 1rem;
    display: inline-block !important;
    height: auto;
    width: auto !important; }
  nav#primary-menu.navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 1.5rem;
    padding-left: 1.5rem;
    color: black;
    margin-top: 4rem !important; }
  nav#primary-menu.navbar-expand-lg .navbar-logo .nav-link {
    line-height: 100px; }

  nav#primary-menu.transparent {
    background: transparent !important;
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important; }
    nav#primary-menu.transparent a.nav-link {
      padding-right: 1.5rem;
      padding-left: 1.5rem;
      color: #000000; } }
/*
Services Menu
 */
.services-menu .service {
  margin-left: auto;
  margin-right: auto;
  background: rgba(0, 0, 0, 0.7) !important;
  color: #fff !important;
  border: 2px solid #fff;
  border-radius: 0 !important;
  padding-top: 40px;
  padding-bottom: 40px;
  transition: background-color 0.3s ease-in-out; }
  .services-menu .service img {
    max-width: 70px;
    margin-bottom: 20px; }
  .services-menu .service .card-title {
    font-weight: bolder;
    font-size: 1.5rem; }
  .services-menu .service:hover, .services-menu .service:focus {
    background-color: rgba(223, 37, 47, 0.7) !important;
    text-decoration: none !important; }

/*
Cover Section
 */
.cover {
  min-height: 100vh;
  background: url("../img/bg-eccellenze-home.jpg") center center no-repeat scroll;
  background-size: cover; }
  .cover .filter-mobile {
    padding: 1.5rem !important;
    width: 75%; }
    .cover .filter-mobile .btn {
      border-color: #fff;
      background: #fff;
      color: #f83763; }
    .cover .filter-mobile a {
      width: 20%; }
    @media (max-width: 500px) {
      .cover .filter-mobile {
        width: 100% !important;
        padding: 0px !important; }
        .cover .filter-mobile a {
          width: 33% !important;
          margin-right: 5px !important;
          margin-top: 10px; } }
  .cover .logo {
    max-width: 300px; }
  .cover h1 {
    color: #fff;
    font-size: 50px;
    font-weight: 300;
    text-transform: uppercase; }
    .cover h1 strong {
      font-weight: 700; }
  .cover .form-container {
    background: rgba(0, 0, 0, 0.7);
    border: 1px solid #fff; }
    .cover .form-container p {
      color: #fff; }
    .cover .form-container input {
      border-radius: 0;
      margin-right: 0 !important; }

/*
Top Cover Section
 */
.top-cover {
  padding-top: 75px;
  padding-bottom: 75px;
  background: url("../img/cover-top.jpg") center center no-repeat scroll;
  background-size: cover; }
  .top-cover h1 {
    color: #fff;
    text-transform: uppercase;
    font-weight: 700; }

/*
Logo Color
 */
.logo-color {
  max-width: 180px; }

/*
About Container
 */
.about-container h1 {
  font-weight: 800;
  color: #1b3661; }
.about-container b {
  color: #b41419; }
.about-container .partner-logo img {
  max-width: 100%;
  margin-bottom: 30px; }
.about-container .partner-description {
  border-left: 4px solid #000;
  padding-left: 15px;
  font-size: 14px; }
.about-container hr {
  max-width: 150px;
  margin-top: 80px;
  margin-bottom: 80px;
  height: 1px;
  background-color: #000; }

/*
Shop Container
 */
.shop-container .avatar {
  vertical-align: middle;
  width: 100px;
  height: 100px; }
.shop-container .img-shop {
  height: 100px;
  width: 100px;
  object-fit: cover; }
  .shop-container .img-shop:hover {
    opacity: 0.7; }
.shop-container .__react_modal_image__modal_container {
  z-index: 100000; }
.shop-container .__react_modal_image__header {
  text-align: center; }
.shop-container .img-retailer {
  width: 100px;
  height: 100px;
  vertical-align: middle; }
.shop-container .font-marker {
  font-size: 0.7em; }
  .shop-container .font-marker img {
    width: 53px; }
  @media (max-width: 500px) {
    .shop-container .font-marker {
      width: 100%;
      margin-top: 25px;
      text-align: left;
      line-height: 2; } }
@media (max-width: 500px) {
  .shop-container .mobile-width {
    width: 100%; } }
.shop-container .shop-name strong {
  font-size: 25px; }
@media (max-width: 500px) {
  .shop-container .shop-name {
    display: contents !important; } }
.shop-container .product-name {
  font-weight: bold; }
.shop-container .product-description {
  font-size: 13px; }
  .shop-container .product-description p {
    margin-bottom: 0.2rem; }
.shop-container .shopping-cart h6 {
  font-weight: bold; }
  .shop-container .shopping-cart h6 span.total-price {
    font-weight: normal; }
.shop-container .shopping-cart .product-list {
  font-size: 12px; }
  .shop-container .shopping-cart .product-list .product-name {
    font-weight: normal;
    width: 435px; }
.shop-container .shopping-cart .shop-info {
  font-size: 12px; }

.variant-title {
  font-size: 16px; }

.no-variants {
  font-weight: bold !important; }

/*
Order Summary
 */
.order-summary .product-name,
.order-summary .product-price {
  font-weight: normal;
  font-size: 13px; }
.order-summary .shop-info {
  font-size: 13px; }
.order-summary p.text-muted {
  font-size: 13px;
  color: #000 !important; }
  .order-summary p.text-muted .ith-icon {
    max-width: 40px; }

/*
More Details
 */
.details-container hr {
  border: 1px solid #71b75e; }

/*
Shipping Form
 */
.shipping-data-form label {
  font-size: 13px; }

/*
Checkbox
 */
.container-check {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 15px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }
  .container-check input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0; }
    .container-check input:checked ~ .checkmark {
      background-color: #DF252F; }
    .container-check input:checked ~ .checkmark:after {
      display: block; }
  .container-check .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: #fff;
    border: 1px solid #DF252F; }
    .container-check .checkmark:after {
      content: "";
      position: absolute;
      display: none; }
  .container-check:hover input ~ .checkmark {
    background-color: #fff; }
  .container-check:hover input:checked ~ .checkmark {
    background-color: #DF252F; }
  .container-check .checkmark:after {
    left: 9px;
    top: 5px;
    width: 5px;
    height: 10px;
    border: solid #fff;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg); }

@media (max-height: 800px) {
  .cover {
    padding-top: 100px;
    padding-bottom: 80px; } }
.mb10 {
  margin-bottom: 10%; }

/*
Desktop
 */
@media (max-width: 992px) {
  .cover {
    padding-top: 80px;
    padding-bottom: 80px; }

  .about-container .partner-logo img {
    max-width: 200px; } }
/*
Tablet
 */
@media (max-width: 768px) {
  .cover h1 {
    font-size: 40px; }
  .cover .logo {
    max-width: 140px; } }
/*
Smartphone
 */
@media (max-width: 500px) {
  #primary-menu {
    z-index: 1000;
    min-height: 160px !important; }

  .navbar-brand {
    margin-left: auto !important;
    margin-right: auto !important; }

  nav#primary-menu .logo {
    display: block !important;
    width: 100%;
    height: 100px; }

  #card-searchbar {
    margin-top: 0.5rem !important; }

  .mt-user-info-mobile {
    margin-top: 9rem !important; }

  .cover {
    min-height: 0vh; }
    .cover h1 {
      font-size: 20px !important; }

  .order-summary .product-name,
  .order-summary .product-price {
    font-size: 14px; }
  .order-summary .shop-info {
    font-size: 14px; }
  .order-summary p.text-muted {
    font-size: 14px; }

  .shop-container .product-description {
    font-size: 14px; }
  .shop-container .shopping-cart .product-list {
    font-size: 14px; }
  .shop-container .shopping-cart .shop-info {
    font-size: 14px; }

  #category-carousel {
    display: none !important; } }
/*
Details container
 */
.details-container .rate {
  height: 46px;
  padding: 0 10px;
  display: flex;
  flex-direction: row-reverse;
  justify-content: center; }
.details-container .rate:not(:checked) > input {
  position: absolute;
  top: -9999px; }
.details-container .rate:not(:checked) > label {
  float: right;
  width: 1em;
  overflow: hidden;
  white-space: nowrap;
  cursor: pointer;
  font-size: 30px;
  color: #ccc; }
.details-container .rate:not(:checked) > label:before {
  content: "★ "; }
.details-container .rate > input:checked ~ label {
  color: #ffc700; }
.details-container .rate:not(:checked) > label:hover,
.details-container .rate:not(:checked) > label:hover ~ label {
  color: #deb217; }
.details-container .rate > input:checked + label:hover,
.details-container .rate > input:checked + label:hover ~ label,
.details-container .rate > input:checked ~ label:hover,
.details-container .rate > input:checked ~ label:hover ~ label,
.details-container .rate > label:hover ~ input:checked ~ label {
  color: #c59b08; }
.details-container #date-picker {
  background: white !important; }
.details-container .carousel-inner {
  height: 500px; }
  @media (max-width: 500px) {
    .details-container .carousel-inner {
      height: auto; } }
  @media (min-width: 500px) and (max-width: 768px) {
    .details-container .carousel-inner {
      height: 285px; } }
  @media (min-width: 768px) and (max-width: 992px) {
    .details-container .carousel-inner {
      height: 310px; } }
.details-container .flex-nav-prev a:before {
  font-family: "flexslider-icon";
  font-size: 40px;
  display: inline-block;
  content: "\02C2";
  color: #71b75e;
  text-shadow: 0px 0px 0 rgba(255, 255, 255, 0.3); }
.details-container .flex-nav-next a:before {
  font-family: "flexslider-icon";
  font-size: 40px;
  display: inline-block;
  content: "\02C3";
  color: #71b75e;
  text-shadow: 0px 0px 0 rgba(255, 255, 255, 0.3); }
.details-container .flexslider:hover .flex-direction-nav .flex-prev {
  opacity: 1;
  left: -40px; }
.details-container .flexslider:hover .flex-direction-nav .flex-next {
  opacity: 1;
  right: -40px; }
.details-container .flexslider .slides img {
  opacity: 1; }
  .details-container .flexslider .slides img:hover {
    opacity: 1; }
.details-container .metaslider .flexslider .flex-direction-nav li a {
  background-color: transparent; }
.details-container .slides img {
  min-height: 280px; }
.details-container .flex-control-paging li a.flex-active {
  background: #71b75e;
  background: #71b75e;
  cursor: default; }
.details-container #myBtn {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 30px;
  z-index: 99;
  color: white;
  font-size: 18px; }
  @media (max-width: 500px) {
    .details-container #myBtn {
      font-size: 15px;
      bottom: 10px;
      right: 10px; } }
.details-container .btn-lg {
  margin: 0;
  top: 50%;
  right: -157px;
  transform: translateY(-50%);
  position: absolute; }
  @media (max-width: 500px) {
    .details-container .btn-lg {
      position: static; } }
.details-container .row-valutation {
  background: #e0e0e0 none repeat scroll 0 0;
  height: 12px;
  width: 55%;
  margin-top: 15px;
  float: right;
  position: relative;
  border-radius: 2px; }
.details-container .choices {
  line-height: 2.5;
  width: 100% label;
    width-font-size: 14px; }
.details-container .flex-direction-nav a {
  outline: 0; }
.details-container .carousel-indicators {
  position: static; }
.details-container .carousel-indicators li {
  width: 100px;
  height: auto; }
  @media (max-width: 500px) {
    .details-container .carousel-indicators li {
      display: none; } }
.details-container .container-review {
  background-color: white; }
  .details-container .container-review .fa {
    color: lightgrey; }
  .details-container .container-review .checked {
    color: #71b75e; }
.details-container .img-review {
  border-radius: 50%;
  width: 80px; }
.details-container .detail-square {
  background-color: white;
  padding: 20px; }
  .details-container .detail-square .fa {
    color: #71b75e;
    width: 16px;
    height: 16px; }
  .details-container .detail-square a {
    text-decoration: none;
    color: #212529; }
  .details-container .detail-square .jqcloud-word.w10 {
    font-size: 24px;
    color: #6cc156;
    font-weight: bold; }
  .details-container .detail-square div.jqcloud span.vertical {
    -webkit-writing-mode: vertical-rl;
    writing-mode: tb-rl; }
  .details-container .detail-square .jqcloud-word.w6 {
    font-size: 19px;
    color: #4f8041; }
  .details-container .detail-square .jqcloud-word.w1 {
    font-size: 14px;
    color: #639d54; }
  .details-container .detail-square .jqcloud {
    font-family: "Montserrat", sans-serif; }
  .details-container .detail-square a:hover {
    text-decoration: underline; }
.details-container .flexslider {
  background: #efefef;
  border: 4px solid #efefef; }
.details-container .custom-border {
  border-right: 10px solid #efefef; }
  @media (max-width: 500px) {
    .details-container .custom-border {
      border-right: 0px; } }
.details-container .border-review {
  border-bottom: 10px solid #efefef; }
.details-container .custom-bottom {
  bottom: auto !important; }

.margin-description p {
  margin: 0 !important; }

.marginButton {
  margin-left: 3rem !important; }
  @media (max-width: 500px) {
    .marginButton {
      margin-left: 0px !important; } }

/*
 Reservation
  */
.reservation-page .form-control[readonly] {
  background-color: #fff; }
.reservation-page .tg {
  border-collapse: collapse;
  border-spacing: 0; }
.reservation-page .tg td {
  font-family: Arial, sans-serif;
  font-size: 14px;
  overflow: hidden;
  padding: 10px 5px;
  word-break: normal; }
.reservation-page .tg th {
  font-family: Arial, sans-serif;
  font-size: 14px;
  font-weight: normal;
  overflow: hidden;
  padding: 10px 5px;
  word-break: normal; }
.reservation-page .tg .tg-yiwe {
  background-color: #71b75e;
  border-color: inherit;
  color: #ffffff;
  font-size: 14px;
  text-align: center;
  vertical-align: top; }
.reservation-page .tg .tg-llng {
  border-color: inherit;
  font-size: 14px;
  text-align: left;
  vertical-align: top; }
.reservation-page .tg tr {
  border: 5px solid white; }
.reservation-page body,
.reservation-page html {
  padding: 0;
  margin: 0;
  background: #f7f8fa;
  font-family: "Lato", sans-serif;
  color: #71b75e; }
.reservation-page .wrapper {
  position: relative;
  max-width: 1080px;
  margin: 50px auto; }
.reservation-page .wizard {
  max-width: 650px;
  margin: 0 auto; }
  .reservation-page .wizard__header {
    position: relative;
    color: #fff;
    padding: 50px;
    border-radius: 5px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    text-align: center;
    height: 100px;
    background: url("../img/cover.jpg");
    background-color: #4d637b;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover; }
  .reservation-page .wizard__header-content {
    position: absolute;
    width: 100%;
    padding: 0 50px;
    text-align: center;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -60%); }
  .reservation-page .wizard__header-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(77, 99, 123, 0.6);
    border-top-left-radius: 5px;
    border-top-right-radius: 5px; }
  .reservation-page .wizard__title {
    font-size: 1.1rem;
    line-height: 2rem;
    margin: 0; }
  .reservation-page .wizard__subheading {
    text-transform: uppercase;
    margin: 0;
    font-size: 0.8rem;
    font-weight: 100;
    letter-spacing: 2px; }
    .reservation-page .wizard__subheading span {
      font-weight: 600; }
  .reservation-page .wizard__steps {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    transform: translateY(50%);
    z-index: 10; }
  .reservation-page .wizard__footer {
    padding: 0 50px 50px;
    border-radius: 5px; }
  .reservation-page .wizard__content {
    background: #E0E2E5;
    box-shadow: 0px 0px 10px #c5c5c5;
    border-radius: 5px; }
  .reservation-page .wizard__congrats-message {
    color: #71b75e;
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 0;
    z-index: -1; }
  .reservation-page .wizard.completed .wizard__content {
    animation: gettingOut 2s cubic-bezier(1, -0.71, 1, 1.16) forwards; }
  .reservation-page .wizard.completed .wizard__congrats-message {
    animation: fadeIn 2s cubic-bezier(1, -0.71, 1, 1.16) forwards; }
.reservation-page .line {
  position: absolute;
  top: 20px;
  left: 50%;
  z-index: -1;
  height: 6px;
  transition: all 0.5s ease; }
  .reservation-page .line.-start {
    left: 0%;
    background: #71b75e;
    width: 50%; }
  .reservation-page .line.-end {
    left: 50%;
    background: #71b75e;
    width: 50%; }
  .reservation-page .line.-background {
    background: #c3c3c3;
    width: 100%; }
  .reservation-page .line.-progress {
    background: #71b75e;
    width: 100%;
    transform: scaleX(0);
    transform-origin: left center; }
  .reservation-page .line.-in-progress {
    transform: scaleX(1); }
.reservation-page .panels {
  position: relative;
  overflow: hidden; }
.reservation-page .panel {
  position: absolute;
  top: 0;
  left: 0;
  transition: 0.5s all;
  padding: 50px; }
  @media (max-width: 500px) {
    .reservation-page .panel {
      padding: 35px; } }
  .reservation-page .panel__header {
    margin-bottom: 30px; }
  .reservation-page .panel__title {
    font-size: 1.5rem;
    line-height: 2rem;
    margin: 0; }
  .reservation-page .panel__subheading {
    font-size: 0.9rem;
    line-height: 1.2rem;
    margin: 0; }
  .reservation-page .panel.movingOutBackward {
    transform: translateX(-650px); }
  .reservation-page .panel.movingOutFoward {
    transform: translateX(650px); }
  .reservation-page .panel.movingIn {
    transform: translateX(0); }
.reservation-page .steps {
  position: relative;
  display: flex;
  flex: 0 1 auto;
  color: #fff; }
.reservation-page .step {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
  box-sizing: border-box;
  text-align: center;
  border-radius: 5px; }
  .reservation-page .step__content {
    position: relative;
    z-index: 2; }
  .reservation-page .step__number {
    font-size: 1.3rem;
    color: #71b75e;
    background: #fff;
    font-weight: 800;
    width: 40px;
    height: 40px;
    line-height: 30px;
    margin: 0 auto;
    border-radius: 50%;
    border: 5px solid #c3c3c3;
    transition: opacity 0.5s;
    opacity: 1;
    z-index: 5; }
  .reservation-page .step.-completed .step__number {
    opacity: 0; }
  .reservation-page .step.-completed .checkmark {
    z-index: 0;
    animation: fill 0.4s ease-in-out forwards, scale 0.3s ease-in-out 0.6s both; }
  .reservation-page .step.-completed .checkmark__check {
    animation: stroke 0.5s linear 0.4s forwards; }
  .reservation-page .step.-completed .line {
    transform: scaleX(1); }
  .reservation-page .step:last-child .line {
    width: 50%; }
.reservation-page .checkmark {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 40px;
  height: 40px;
  border-radius: 50%;
  stroke-width: 2;
  stroke: #fff;
  stroke-miterlimit: 10;
  box-shadow: inset 0px 0px 0px #71b75e; }
  .reservation-page .checkmark__circle {
    stroke-dasharray: 166;
    stroke-dashoffset: 166;
    stroke-width: 8;
    stroke-miterlimit: 10;
    stroke: #71b75e;
    fill: none;
    animation: stroke 0.6s cubic-bezier(0.65, 0, 0.45, 1) forwards; }
  .reservation-page .checkmark__check {
    transform-origin: 50% 50%;
    stroke-dasharray: 40;
    stroke-dashoffset: 40;
    stroke: #fff;
    stroke-width: 5; }
.reservation-page .disabled-btn {
  background: #c3c3c3;
  cursor: default; }
.reservation-page .button {
  cursor: pointer;
  font-size: 1rem;
  line-height: 1rem;
  background: #71b75e;
  color: #fff;
  padding: 10px 15px;
  border: none;
  outline: none;
  display: inline-block;
  transition: all 0.3s; }
  .reservation-page .button:hover {
    background: #90c781; }
  .reservation-page .button.previous {
    margin-right: 5px; }
  .reservation-page .button.disabled {
    background: #c3c3c3;
    cursor: default; }
@keyframes stroke {
  to {
    stroke-dashoffset: 0; } }
@keyframes scale {
  50% {
    transform: translateX(-50%) scale3d(1.5, 1.5, 1.5); }
  100% {
    transform: scale3d(0); } }
@keyframes fill {
  100% {
    box-shadow: inset 0px 0px 0px 30px #71b75e; } }
@keyframes gettingOut {
  0% {
    transform: translateY(0%); }
  30% {
    transform: translateY(100px); }
  100% {
    transform: translateY(-200%); } }
@keyframes fadeIn {
  100% {
    opacity: 1; } }
@media (max-width: 500px) {
  .reservation-page .m-0-mobile {
    margin: 0px !important; }
  .reservation-page .w-mobile {
    width: 100% !important; }
  .reservation-page .mt-mb-mobile {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important; }
  .reservation-page .d-mobile {
    display: flex; }
  .reservation-page .btn-wizard {
    margin-right: 7px;
    margin-left: 7px; } }

#ui-datepicker-div {
  width: 255px;
  height: auto;
  margin: 5px auto 0;
  font: 10pt Arial, sans-serif;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5); }

#ui-datepicker a {
  text-decoration: none; }

#ui-datepicker table {
  width: 100%; }

.ui-datepicker-header {
  color: black;
  font-weight: bold;
  padding: 0 !important; }

.ui-datepicker-title {
  background: #71b75e;
  margin: 0 !important; }

.ui-datepicker td span,
.ui-datepicker td a {
  display: inline-block;
  font-weight: bold;
  text-align: center;
  width: 30px;
  height: 30px;
  line-height: 30px;
  color: #666666; }

.ui-datepicker-calendar .ui-state-default {
  background: #71b75e;
  color: black; }

.ui-datepicker-unselectable .ui-state-default {
  background: #f4f4f4;
  color: #b4b3b3; }

.ui-datepicker-calendar .ui-state-active {
  background: #6eafbf;
  color: #e0e0e0;
  text-shadow: 0px 1px 0px #4d7a85;
  border: 1px solid #55838f;
  position: relative;
  margin: -1px; }

.ui-datepicker-calendar .ui-state-hover {
  box-shadow: 0px 0px 10px 0px #71b75e; }

.ui-datepicker-prev:hover {
  background: transparent !important;
  border: none; }

.ui-datepicker-next:hover {
  background: transparent !important;
  border: none; }

.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
  margin-top: -10px; }

.text-primary {
  color: #71b75e !important; }

.popover {
  width: 250px;
  left: 959px; }

.clockpicker-popover .popover-content {
  padding: 25px; }

.excellences-cover {
  padding-top: 150px;
  padding-bottom: 150px;
  background: url("../img/cover-top.jpg") center center no-repeat scroll;
  background-size: cover; }
  .excellences-cover h1 {
    color: #fff;
    font-size: 50px;
    font-weight: 300;
    text-transform: uppercase; }
    .excellences-cover h1 strong {
      font-weight: 700; }

.excellences-container {
  padding-top: 60px;
  padding-bottom: 60px; }
  .excellences-container img {
    max-width: 500px;
    height: 500px;
    object-fit: cover;
    object-position: center; }
    @media (max-width: 500px) {
      .excellences-container img {
        max-width: 100% !important;
        height: 350px !important; } }
  .excellences-container .text-center {
    width: 500px; }
    @media (max-width: 500px) {
      .excellences-container .text-center {
        width: 100% !important; } }
  .excellences-container .container-img {
    width: 500px;
    padding: 3px; }
    @media (max-width: 500px) {
      .excellences-container .container-img {
        width: 100% !important; } }
  .excellences-container .text-style {
    text-decoration: none;
    color: black; }
  .excellences-container a:hover {
    color: #71b75e; }
    .excellences-container a:hover img {
      opacity: 0.8; }

.text-decoration-none {
  text-decoration: none; }

@media screen and (min-width: 500px) {
  .navbar-brand .logo {
    width: 200px; } }
@media screen and (max-width: 768px) {
  .footer-logo {
    display: none; }

  .cover {
    background: url("../img/bg_home_mobile.png") left top no-repeat scroll;
    background-size: cover;
    height: 329px !important; }

  .top-cover,
  .excellences-cover {
    background: url("../img/cover-top-mob.jpg") left top no-repeat scroll; } }
@media (max-width: 500px) {
  .content-mobile {
    display: block !important; } }
@media (max-width: 992px) {
  .content-mobile {
    display: block !important; } }

/*
  Footer
   */
footer {
  left: 0;
  bottom: 0;
  width: 100%;
  font-size: 0.765em;
  padding-top: 20px;
  margin-top: 25px; }
  footer a {
    text-decoration: none;
    color: #000000; }
    footer a:hover {
      text-decoration: none;
      color: #000000; }
  footer h6 {
    font-weight: bold;
    text-transform: uppercase;
    color: #000000; }
  footer span {
    color: #84B626;
    font-weight: bold; }
  footer .piece-footer:nth-child(odd) {
    background-color: #E0E2E5; }
  footer .div-links a {
    color: #DF252F;
    font-weight: bold; }
    footer .div-links a:hover {
      text-decoration: underline; }
  footer .footer-copyright {
    background: #000000;
    color: white; }
    footer .footer-copyright a {
      text-decoration: none;
      color: white; }
      footer .footer-copyright a:hover {
        text-decoration: none;
        color: white; }
  @media (max-width: 500px) {
    footer small {
      font-size: 75% !important; } }

@media (min-width: 768px) {
  .payment-footer {
    text-align: right !important; } }
@media (max-width: 500px) {
  footer {
    text-align: center !important; }

  footer.fixed-bottom {
    position: unset; }

  .payment-container {
    text-align: center !important; } }
/*
  First slide home
   */
.caption-event {
  color: black;
  z-index: 3;
  top: 25%;
  right: 31%; }
  @media (max-width: 500px) {
    .caption-event {
      top: unset !important;
      right: unset !important;
      left: 27%;
      bottom: 2%; }
      .caption-event .caption-event-inside {
        text-align: center; } }
  @media (min-width: 500px) and (max-width: 1024px) {
    .caption-event {
      top: unset !important;
      right: unset !important;
      left: 40%;
      bottom: 2%; }
      .caption-event .caption-event-inside {
        text-align: center; } }
  .caption-event .caption-event-inside b {
    color: #44bbc8; }
  .caption-event img {
    width: 35%; }
  .caption-event p,
  .caption-event span {
    display: block;
    color: #1b3661;
    font-size: 20px; }
  .caption-event h1,
  .caption-event h3 {
    font-weight: 800;
    text-transform: uppercase;
    color: #1b3661; }
  .caption-event h1 {
    font-size: 50px; }

.btn-event {
  color: white;
  font-weight: bold;
  text-transform: uppercase;
  background: #b41419;
  border-radius: 0;
  border-color: #b41419;
  font-size: 25px; }
  .btn-event:hover {
    opacity: 0.9;
    background: #b41419;
    border-radius: 0;
    border-color: #b41419; }

/*
   Second slide home
    */
.caption-eccellenze {
  color: black;
  bottom: 40%;
  left: 15%; }
  .caption-eccellenze h1,
  .caption-eccellenze span {
    display: block;
    color: white;
    text-transform: uppercase;
    font-size: 50px; }

.btn-eccellenze {
  color: #72b85f;
  font-weight: bold;
  text-transform: uppercase;
  background: white;
  border-radius: 0;
  border-color: white; }
  .btn-eccellenze:hover {
    color: #72b85f;
    background: white;
    border-radius: 0;
    border-color: white; }

.carousel-control-prev-icon {
  background-image: url("../img/left_arrow_carousel.png"); }

.carousel-control-next-icon {
  background-image: url("../img/right_arrow_carousel.png"); }

.carousel-img {
  z-index: -1; }

/*
    Third slide home
     */
.third-slide {
  bottom: 25%;
  left: 50%;
  transform: translate(-50%, -50%); }
  @media (max-width: 500px) {
    .third-slide {
      bottom: 6%; } }
  @media (max-width: 500px) {
    .third-slide .buttons-third-slide a {
      width: 47% !important;
      margin-right: 5px !important;
      margin-top: 10px; } }
  .third-slide a {
    width: 155px;
    color: #3dbfcd;
    background: white;
    border-radius: 0;
    border-color: white; }
    .third-slide a:hover {
      color: #3dbfcd;
      background: white;
      border-radius: 0;
      border-color: white;
      opacity: 0.8; }
  .third-slide h1 {
    color: #fff;
    font-size: 50px;
    font-weight: 300;
    text-transform: uppercase; }
    @media (max-width: 500px) {
      .third-slide h1 {
        font-size: 20px;
        width: max-content;
        margin: auto; } }
  .third-slide strong {
    font-weight: 700; }

/*
    Responsive carousel home
     */
@media (max-width: 500px) {
  .btn-event {
    font-size: 12px !important; }

  .align-bottom-title {
    transform: translateY(100%); }

  .caption-event img {
    width: 80% !important;
    transform: translate(-8%, -71%); }
  .caption-event h3 {
    font-size: 14px !important; }
  .caption-event h1 {
    font-size: 20px !important; }
  .caption-event p,
  .caption-event span {
    font-size: 10px !important;
    display: revert !important; }

  .caption-eccellenze {
    bottom: 15% !important;
    text-align: center; }
    .caption-eccellenze span {
      font-size: 20px !important; }
    .caption-eccellenze .btn-eccellenze {
      font-size: 12px !important; } }
/*
    Event page
     */
.top-cover-event {
  padding-bottom: 25%;
  background: url("../img/header_xmas.jpg");
  background-repeat: no-repeat;
  background-size: cover; }
  @media (max-width: 500px) {
    .top-cover-event {
      padding-top: 150px;
      padding-bottom: 150px;
      background: url("../img/header_mobile_xmas.jpg") center center no-repeat scroll;
      background-size: cover; } }
  .top-cover-event h1 {
    font-size: 60px; }
    @media (max-width: 500px) {
      .top-cover-event h1 {
        font-size: 29px !important; } }
  .top-cover-event h3 {
    font-size: 45px; }
    @media (max-width: 500px) {
      .top-cover-event h3 {
        font-size: 21px !important; } }
  .top-cover-event h1,
  .top-cover-event h3 {
    color: #1b3661;
    text-transform: uppercase;
    font-weight: 800; }
  .top-cover-event img {
    width: 25%; }
    @media (max-width: 500px) {
      .top-cover-event img {
        width: 90%; } }

.event-container p,
.event-container span {
  display: block;
  font-size: 14px !important; }
.event-container b {
  color: #b41419; }
.event-container .custom-bg {
  background: white; }
  @media (max-width: 500px) {
    .event-container .custom-bg {
      padding: 20px !important; }
      .event-container .custom-bg p {
        width: 100% !important;
        padding: 0px !important; } }
.event-container small {
  display: block; }
.event-container .logo {
  max-height: 115px;
  max-width: 100%;
  margin-bottom: 15px; }
.event-container .logo-event {
  max-height: 220px;
  max-width: 100%;
  margin-bottom: 15px;
  border-radius: 50%; }
.event-container .logo-with-text {
  text-align: center; }
.event-container .logo-with-text img {
  display: block;
  margin: 0 auto; }
.event-container h1 {
  color: #1b3661;
  font-weight: 800;
  font-size: 35px; }
  @media (max-width: 500px) {
    .event-container h1 {
      font-size: 35px !important; } }

.footer-separator {
  height: 20px;
  background: #f83763; }

.btn-coupon {
  border-radius: 0;
  font-size: 10px;
  border-color: #f83763;
  background: #f83763;
  color: #fff;
  width: 25px;
  height: 25px; }

.input-coupon {
  border-style: unset;
  border: 1px solid #f83763; }

.disable-coupon {
  pointer-events: none !important;
  border-color: #ccc !important;
  background: #ccc !important;
  color: black !important; }

#cccart::before {
  display: block;
  content: " ";
  margin-top: -80px;
  height: 80px;
  visibility: hidden;
  pointer-events: none; }

.floating-wpp {
  z-index: 20000000; }

.homepage-container {
  width: 100%;
  background-repeat: no-repeat;
  background-clip: border-box;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
  overflow: hidden; }
  .homepage-container img {
    width: 100%;
    height: 100%;
    object-fit: cover; }
  .homepage-container .logo-ith {
    width: 215px;
    height: auto; }
  .homepage-container a {
    max-width: 230px;
    margin-bottom: 6em; }
  .homepage-container .btn-homepage:nth-child(1) {
    background-color: #DF252F;
    background: #DF252F;
    border: none; }
  .homepage-container .btn-homepage:nth-child(2) {
    background-color: #84B626;
    background: #84B626;
    border: none;
    margin-left: 1.5rem !important; }

.container-btn-homepage {
  bottom: 12%;
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
  text-align: center; }
  .container-btn-homepage a {
    width: 250px;
    font-weight: bold;
    border: 4px solid #d65950;
    background: #fff;
    color: #d65950;
    text-transform: uppercase; }
    .container-btn-homepage a:hover {
      opacity: 0.8;
      background: #fff;
      color: #d65950; }
  .container-btn-homepage small {
    color: #1b3661;
    font-weight: bold; }

@media (max-width: 500px) {
  .homepage-container a {
    font-size: 12px;
    max-width: 200px; }
  .homepage-container .btn-homepage:nth-child(1) {
    background-color: #DF252F;
    background: #DF252F;
    border: none;
    margin-bottom: 1.5em; }
  .homepage-container .btn-homepage:nth-child(2) {
    background-color: #84B626;
    background: #84B626;
    border: none;
    margin-bottom: 1em;
    margin-left: 0 !important; }

  .container-btn-homepage {
    bottom: 5% !important; }

  .footer-logo {
    display: none; } }
.navbar-container {
  padding-left: 0 !important;
  align-items: unset !important;
  font-family: "Spartan-medium";
  font-size: 15px;
  color: white !important; }

.unset-align {
  align-items: unset !important; }

.mr-8 {
  margin-right: 8em !important; }

.ml-8 {
  margin-left: 8em !important; }

.mb-6 {
  margin-bottom: 6em !important; }

.item-selected {
  background-color: #84B626 !important;
  color: white !important; }

.modal-item-selected {
  background-color: #DF252F !important;
  color: white !important; }

#modal-ingredients .modal-content {
  background-color: #F0F0F0; }

#search-button {
  background-color: #84B626 !important;
  border-color: #84B626 !important; }

.category-photo {
  max-height: 100px !important;
  margin-top: 0.7rem !important;
  margin-bottom: 0.7rem !important; }

.category-holder-carousel {
  background-color: #E0E2E5; }

.category-name-carousel {
  background-color: #DF252F;
  color: white; }

footer .piece-footer, .text-footer {
  font-family: "Spartan-light";
  font-size: 11px; }

.title-footer {
  font-family: "Spartan-black";
  font-size: 13px; }

.payment-footer {
  font-family: "Spartan-black";
  font-size: 8px; }

#download-footer-title {
  font-family: "Spartan-semibold";
  font-size: 15px; }

.sub-footer {
  background-color: #E0E2E5;
  font-family: "Spartan-light";
  font-size: 11px; }

.carousel-control-prev {
  justify-content: left !important;
  margin-left: -10px;
  z-index: 10; }

.carousel-control-next {
  justify-content: right !important;
  margin-right: -10px;
  z-index: 10; }

img.mobile-store {
  width: 30%; }

.custom-lg {
  max-width: 1640px !important; }

.star-checked {
  color: orange; }

.wrapper-images-retailer {
  position: relative;
  height: fit-content;
  background-size: cover;
  background-repeat: no-repeat;
  object-fit: cover; }

.image-retailer {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 60px;
  height: 60px; }

@media (max-width: 500px) {
  .padding-retailer-mobile {
    padding: 0px !important; } }

@media (min-width: 1199.98px) {
  .border-retailer {
    border-right: 1px solid #dee2e6 !important; } }

/*# sourceMappingURL=style.css.map */
