@font-face {
  font-family: 'Giraffella';
  src: url('/css/GiraffellaRegular.woff2') format('woff2');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
body {
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  color: #084554;
  background-color: #ffffff;
}
body * {
  box-shadow: none!important;
}
body *:focus {
  box-shadow: none!important;
}
body :focus-visible {
  outline: none;
}
body .admin-wrapper {
  position: fixed;
  top: 0;
  width: 100%;
  left: 0;
  height: 50px;
  line-height: 50px;
  background-color: #084554;
  border-bottom: 1px solid #ffffff;
  z-index: 99999;
  color: #ffffff;
  padding-left: 15px;
  padding-right: 15px;
}
body .admin-wrapper a.admin-link {
  color: #ffffff;
  float: right;
  text-decoration: underline;
}
body h1,
body h2,
body h3,
body h4,
body h5,
body h6 {
  font-family: 'Giraffella', sans-serif;
  color: #084554;
  line-height: 1;
}
body .h1,
body h1 {
  font-size: 50px;
}
body .h2,
body h2 {
  font-size: 45px;
}
body .h3,
body h3 {
  font-size: 40px;
}
body .h4,
body h4 {
  font-size: 35px;
}
body .h5,
body h5 {
  font-size: 30px;
}
body .h6,
body h6 {
  font-size: 25px;
}
body .wysiwyg {
  font-size: 18px;
  line-height: 1.5;
}
body .wysiwyg a {
  color: #007c37;
}
body p {
  font-size: 18px;
  line-height: 1.5;
  margin-bottom: 10px;
}
body p:last-child {
  margin-bottom: 0;
}
body input[type='number'] {
  -moz-appearance: textfield;
}
body input::-webkit-outer-spin-button,
body input::-webkit-inner-spin-button {
  -webkit-appearance: none;
}
body .form-check-input {
  width: 20px;
  height: 20px;
}
body #cookie-bar {
  position: fixed;
  line-height: 24px;
  text-align: center;
  left: 0;
  bottom: 0;
  width: 100%;
  height: auto;
  padding: 20px;
  background: #084554;
  color: #ffffff;
  border-top: 2px solid #fdc300;
  z-index: 999;
}
body #cookie-bar p {
  color: #ffffff;
  font-size: 20px;
}
body #cookie-bar a {
  color: #ffffff;
  font-size: 20px;
  font-weight: 600;
}
body #cookie-bar .cb-enable,
body #cookie-bar .cb-refuse,
body #cookie-bar .cb-policy {
  background-color: #007c37;
  color: #ffffff;
  padding: 10px 20px;
  margin-right: 10px;
  margin-top: 10px;
  font-family: 'Giraffella', sans-serif;
  font-size: 32px;
  font-weight: 600;
  text-decoration: none;
  display: inline-block;
}
body #preloader {
  width: 100%;
  height: 100%;
  top: 0px;
  position: fixed;
  z-index: 99999;
  background: rgba(255, 255, 255, 0.8);
  text-align: center;
  display: none;
}
body #preloader .cssload-speeding-wheel {
  position: absolute;
  top: calc(50% - 3.5px);
  left: calc(50% - 3.5px);
}
body #preloader .cssload-speeding-wheel {
  width: 31px;
  height: 31px;
  margin: 0 auto;
  border: 2px solid #084554;
  border-radius: 50%;
  border-left-color: transparent;
  border-right-color: transparent;
  animation: cssload-spin 425ms infinite linear;
  -o-animation: cssload-spin 425ms infinite linear;
  -ms-animation: cssload-spin 425ms infinite linear;
  -webkit-animation: cssload-spin 425ms infinite linear;
  -moz-animation: cssload-spin 425ms infinite linear;
}
@keyframes cssload-spin {
  100% {
    transform: rotate(360deg);
  }
}
@-o-keyframes cssload-spin {
  100% {
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-ms-keyframes cssload-spin {
  100% {
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-webkit-keyframes cssload-spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-moz-keyframes cssload-spin {
  100% {
    -moz-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
body .flex-1 {
  flex: 1;
}
body .btn-zoo {
  position: relative;
  background-color: #007c37;
  padding: 6px 20px;
  color: #ffffff;
  font-family: 'Giraffella', sans-serif;
  font-size: 34px;
  font-weight: 600;
  text-decoration: none;
  min-width: 140px;
  text-align: center;
  margin-left: 10px;
  transition: none;
}
body .btn-zoo:before,
body .btn-zoo:after {
  position: absolute;
  content: " ";
  background-image: url(/img/butt_green.svg);
  background-size: cover;
  top: 0;
  width: 20px;
  height: 100%;
  z-index: 0;
}
body .btn-zoo:before {
  background-position: left;
  left: -10px;
}
body .btn-zoo:after {
  background-position: right;
  right: -10px;
}
body .btn-zoo:hover {
  background-color: #49bbe4;
  color: #ffffff;
}
body .btn-zoo:hover:before,
body .btn-zoo:hover:after {
  position: absolute;
  content: " ";
  background-image: url(/img/butt_azure.svg);
}
body .btn-zoo.azure {
  background-color: #49bbe4;
  color: #084554;
}
body .btn-zoo.azure svg {
  color: #084554;
}
body .btn-zoo.azure svg * {
  fill: #084554;
}
body .btn-zoo.azure:before,
body .btn-zoo.azure:after {
  background-image: url(/img/butt_azure.svg);
}
body .btn-zoo.azure:hover {
  background-color: #084554;
  color: #ffffff;
}
body .btn-zoo.azure:hover svg {
  color: #ffffff;
}
body .btn-zoo.azure:hover svg * {
  fill: #ffffff;
}
body .btn-zoo.azure:hover:before,
body .btn-zoo.azure:hover:after {
  background-image: url(/img/butt_blue.svg);
}
body .btn-zoo.blue {
  background-color: #084554;
  color: #ffffff;
}
body .btn-zoo.blue:before,
body .btn-zoo.blue:after {
  background-image: url(/img/butt_blue.svg);
}
body .btn-zoo.blue:hover {
  background-color: #007c37;
  color: #ffffff;
}
body .btn-zoo.blue:hover:before,
body .btn-zoo.blue:hover:after {
  background-image: url(/img/butt_green.svg);
}
body .btn-zoo.white {
  background-color: #ffffff;
  color: #084554;
}
body .btn-zoo.white:before,
body .btn-zoo.white:after {
  background-image: url(/img/butt_white.svg);
}
body .btn-zoo.white:hover {
  background-color: #084554;
  color: #ffffff;
}
body .btn-zoo.white:hover:before,
body .btn-zoo.white:hover:after {
  background-image: url(/img/butt_blue.svg);
}
body .btn-zoo.btn-small {
  font-size: 25px;
  min-width: 80px;
}
body .btn-zoo.btn-small i {
  font-size: 20px;
  line-height: 1;
}
body .alert-info,
body .alert-error {
  border: none;
  border-radius: 3px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  font-size: 18px;
}
body .alert-info p,
body .alert-error p {
  font-size: 20px;
}
body .alert-info {
  background-color: #007c37;
  color: #ffffff;
}
body .alert-error {
  background-color: #b21e13;
  color: #ffffff;
}
body header {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  background: #ffffff;
  z-index: 10;
}
body header .navbar {
  position: relative;
  padding-bottom: 0;
}
body header .navbar::after {
  display: block;
  position: absolute;
  bottom: -30px;
  left: 0;
  right: 0;
  content: " ";
  background-image: url(/img/bg_header.svg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom;
  width: 100%;
  height: 30px;
  z-index: -1;
}
body header .navbar.bg-green {
  background-color: #007c37;
}
body header .navbar .container-menu {
  flex: 1;
  border-style: solid;
  border-width: 0 1px 0 0;
  border-color: #084554;
}
body header .navbar .container-menu .btn-zoo {
  min-width: 100px;
}
body header .navbar-brand {
  margin-right: 0;
}
body header .logo {
  width: 300px;
  max-width: 300px;
}
body header .navbar-collapse .dropdown-toggle::after {
  display: none;
}
body header .navbar-collapse .nav-item.dropdown {
  position: unset;
}
body header .navbar-collapse .dropdown-item {
  color: #084554;
  font-family: 'Giraffella', sans-serif;
  font-size: 40px;
  font-weight: 400;
}
body header .navbar-collapse .dropdown-item.show i {
  transition: transform 0.5s ease;
  transform: rotate(180deg);
}
body header .navbar-collapse .dropdown-item:focus,
body header .navbar-collapse .dropdown-item:hover {
  color: #007c37;
  text-decoration: none;
  background-color: transparent;
}
body header .navbar-collapse .dropdown-item.languages {
  font-size: unset;
}
body header .navbar-collapse .language-selector .dropdown-item {
  padding-left: 8px;
  padding-right: 8px;
}
body header .navbar-collapse .nav-item.active .dropdown-item {
  color: #007c37;
}
body header .navbar-collapse .btn-primary {
  padding: 0.25rem 0.25rem;
  margin-left: 0;
  border: none !important;
  background-color: transparent !important;
  position: relative;
}
body header .navbar-collapse .btn-primary img {
  width: 30px;
}
body header .navbar-collapse .btn-primary img:focus {
  outline: none!important;
}
body header .navbar-collapse .btn-primary img:focus,
body header .navbar-collapse .btn-primary img:hover {
  opacity: 0.8;
  text-decoration: none;
  background-color: transparent;
}
body header .navbar-collapse .dropdown-menu {
  overflow: hidden;
  max-height: 0;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  background: #007c37;
  z-index: 2;
  margin: 0;
  border-radius: 0;
  border-width: 0 0 3px 0;
  border-color: #fdc300;
  display: block!important;
  visibility: hidden;
  padding: 0;
}
body header .navbar-collapse .dropdown-menu.show {
  z-index: 9;
  visibility: visible;
  max-height: 1000px;
  transition: max-height 0.8s ease-in;
}
body header .navbar-collapse .dropdown-menu.show .main-nav-item {
  font-family: "Giraffella", Sans-serif;
  font-weight: 200;
  color: #ffffff;
  font-size: 40px;
}
body header .navbar-collapse .dropdown-menu.show .dropdown-item {
  color: #ffffff;
}
body header .navbar-collapse .dropdown-menu.show .dropdown-item:focus,
body header .navbar-collapse .dropdown-menu.show .dropdown-item:hover {
  color: #fdc300;
}
body header .cart-count {
  display: block;
  position: absolute;
  top: 17px;
  left: 50%;
  color: #084554;
  background: transparent;
  border-radius: unset;
  font-size: 14px;
  line-height: 16px;
  padding: 0;
  text-align: center;
  transform: translateX(-50%);
}
body header .cart-timer {
  color: #084554;
  background: #fdc300;
  font-size: 18px;
  font-weight: 600;
  border-radius: 10px;
  padding: 2px 5px;
  width: 62px;
  text-align: center;
  z-index: 100;
}
body .page-container {
  margin-top: 130px;
}
body.is_admin header {
  top: 50px;
}
body.is_admin .page-container {
  margin-top: 180px;
}
body .product_calendar strong {
  font-family: "Giraffella", Sans-serif;
  font-size: 38px;
}
body .product_calendar table {
  border-collapse: collapse;
}
body .product_calendar table caption {
  font-family: "Giraffella", Sans-serif;
  color: #084554;
  font-size: 32px;
}
body .product_calendar table th,
body .product_calendar table td {
  font-family: "Giraffella", Sans-serif;
  font-size: 32px;
  border: 1px solid #ccc;
  width: 40px;
  height: 40px;
  text-align: center;
}
body .product_calendar table .calendar-day-event {
  background: #cce5ff;
  cursor: pointer;
  border: 2px solid #339af0;
}
body .product_calendar table .calendar-day-today {
  background: #ffeeba;
  font-weight: bold;
}
body .product_calendar table .calendar-header {
  display: flex;
}
body form a {
  font-family: "Giraffella", Sans-serif;
  font-size: 24px;
  font-weight: 400;
  color: #084554;
}
body form label {
  font-family: "Giraffella", Sans-serif;
  font-size: 24px;
  font-weight: 400;
  color: #084554;
}
body form label a {
  font-family: "Giraffella", Sans-serif;
  font-size: 24px;
  font-weight: 400;
  color: #084554;
}
body form .form-control {
  background-color: #ffffff;
  border: 2px solid #084554;
  font-family: "Giraffella", Sans-serif;
  font-size: 26px;
  font-weight: 400;
  color: #084554;
}
body form .form-control a {
  font-size: 26px;
}
body form .form-control::placeholder {
  color: #084554;
}
body form .form-control.container-checkbox {
  border-color: transparent;
  padding-left: 0;
}
body form .form-control.container-checkbox.is-invalid {
  border-color: #dc3545;
  padding-left: 16px;
}
body form button {
  background-color: transparent;
  border: none;
  color: #084554;
}
body form button .cont-icon {
  width: 35px;
}
body .newsletter {
  position: relative;
  z-index: 2;
  background-color: #fdc300;
  margin-top: 100px;
  margin-bottom: -50px;
  border-radius: 0px 0px 0px 30px;
}
body .newsletter::before {
  position: absolute;
  content: " ";
  background-image: url(/img/lemure.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: left bottom;
  bottom: 0;
  left: 0;
  height: 60%;
  width: 350px;
}
body .newsletter::after {
  position: absolute;
  content: " ";
  background-image: url(/img/pappagallo.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: right;
  background-position: bottom right;
  bottom: 0;
  right: 0;
  height: 60%;
  width: 300px;
}
body .newsletter h2 {
  font-size: 60px;
}
body .newsletter h3 {
  font-size: 40px;
  margin-top: 10px;
  margin-bottom: 20px;
}
body .newsletter form {
  max-width: 50%;
  z-index: 9999;
}
body .newsletter form label {
  display: inline-block;
  color: #084554;
  font-size: 26px;
  line-height: 1.3;
}
body .newsletter form label a {
  color: #084554;
  font-size: 28px;
}
body .newsletter form button {
  color: #ffffff;
}
body footer {
  position: relative;
  background-color: #084554;
}
body footer .social-container {
  padding-top: 50px;
  background-color: #007c37;
}
body footer .social-container::after {
  content: " ";
  position: absolute;
  background-image: url(/img/fascia_verde.png), linear-gradient(#007c37);
  background-position: top;
  background-repeat: no-repeat;
  top: 0;
  left: 0;
  height: 50px;
  width: 100%;
}
body footer .social-container .social-menu {
  min-height: 150px;
}
body footer .social-container .social-menu h2 {
  color: #ffffff;
  font-size: 40px;
  font-weight: 400;
}
body footer .social-container .social-menu .like {
  width: 65px;
}
body footer .social-container .social-menu .gasp {
  width: 65px;
}
body footer .social-container .social-menu .social-item {
  background-image: url(/img/Quadrato2.svg);
  color: #ffffff;
  font-size: 33px;
  width: 50px;
  height: 50px;
}
body footer .overlay-foglia {
  width: 200px;
  inset: 0;
  position: absolute;
  background-image: url(/img/Foglie3.svg);
  background-position: center left;
  background-repeat: no-repeat;
  background-size: 186px auto;
  opacity: 1;
  transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
  pointer-events: none;
}
body footer .second-footer {
  z-index: 1;
}
body footer .second-footer .partner a {
  background-color: #ffffff;
  padding: 0;
  width: 90px;
  height: 90px;
}
body footer .second-footer .partner a img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  padding: 10px;
}
body footer .second-footer p {
  color: #ffffff;
  font-size: 18px;
  font-weight: 400;
}
body .modal.modal-newsletter.show {
  display: flex!important;
  align-items: center;
  margin-top: -50px;
}
body .modal.modal-newsletter .modal-dialog {
  width: 90%;
  max-width: 1340px;
}
body .modal.modal-newsletter .modal-dialog .modal-content {
  border: none;
  background-color: transparent;
}
body .modal.modal-newsletter .modal-dialog .modal-content .btn-close {
  position: absolute;
  top: 0;
  right: 20px;
  z-index: 9;
  font-size: 30px;
  opacity: 1;
  color: #084554;
}
body .modal.modal-newsletter .modal-dialog .modal-content .newsletter {
  margin: 0;
}
body .container-hero {
  position: relative;
  margin-top: -30px;
}
body .container-hero .cont-img {
  position: relative;
  z-index: -1;
}
body .container-hero .cont-img img {
  max-height: 800px;
  object-fit: cover;
}
body .container-hero .cont-img .strappo {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
}
body .container-hero .text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  background-color: #007c37;
  padding: 40px 80px 15px 80px;
  width: auto;
}
body .container-hero .text .gasp {
  width: 90px;
}
body .container-hero .text h1,
body .container-hero .text h2,
body .container-hero .text h3,
body .container-hero .text h4,
body .container-hero .text h5,
body .container-hero .text h6 {
  font-family: "Giraffella", Sans-serif;
  font-weight: 400;
  color: #ffffff;
}
body .container-hero .text h1 {
  font-size: 70px;
}
body .container-hero .text h2 {
  font-size: 60px;
}
body .container-hero .text h3 {
  font-size: 55px;
}
body .container-hero .text h4 {
  font-size: 50px;
}
body .container-hero .text h5 {
  font-size: 40px;
}
body .container-hero .text h6 {
  font-size: 35px;
}
body .container-hero.hero-small .cont-img img {
  max-height: 600px;
}
body .container-faq h2,
body .container-faq button {
  font-size: 50px;
}
body .container-faq .accordion-button:not(.collapsed) {
  color: #ffffff;
  background-color: #084554;
}
body .sidebar-user ul.list-group {
  margin: 2rem 0;
}
body .sidebar-user ul.list-group .list-group-item {
  padding: 0.2rem 0;
  border: none;
  background-color: transparent;
}
body .sidebar-user ul.list-group .list-group-item a {
  color: #084554;
  font-family: 'Giraffella', sans-serif;
  font-size: 2rem;
  text-decoration: none;
}
body .sidebar-user ul.list-group .list-group-item.active a {
  color: #007c37;
}
body .sidebar-user .logout a {
  color: #084554;
  font-family: 'Giraffella', sans-serif;
  font-size: 2rem;
  text-decoration: none;
}
body .gift_card-wrapper,
body .ticket-wrapper,
body .order-wrapper {
  margin-bottom: 10px;
}
body .gift_card-wrapper span,
body .ticket-wrapper span,
body .order-wrapper span {
  color: #084554;
}
body .gift_card-wrapper span.medium,
body .ticket-wrapper span.medium,
body .order-wrapper span.medium {
  color: #084554;
  word-break: break-word;
}
body .gift_card-wrapper .gift_card-header,
body .ticket-wrapper .gift_card-header,
body .order-wrapper .gift_card-header {
  display: grid;
  grid-template-columns: 20% 20% 20% 20% 20%;
}
body .gift_card-wrapper .ticket-header,
body .ticket-wrapper .ticket-header,
body .order-wrapper .ticket-header {
  display: grid;
  grid-template-columns: 12% 40% 18% 15% 15%;
}
body .gift_card-wrapper .order-header,
body .ticket-wrapper .order-header,
body .order-wrapper .order-header {
  display: grid;
  grid-template-columns: 15% 20% 15% 34% 16%;
}
body .gift_card-wrapper .order-header.with-shipping,
body .ticket-wrapper .order-header.with-shipping,
body .order-wrapper .order-header.with-shipping {
  grid-template-columns: 10% 17% 17% 17% 22% 17%;
}
body .gift_card-wrapper .order-header.order-header-detail,
body .ticket-wrapper .order-header.order-header-detail,
body .order-wrapper .order-header.order-header-detail {
  grid-template-columns: 20% 20% 27% 33%;
}
body .gift_card-wrapper .gift_card-header,
body .ticket-wrapper .gift_card-header,
body .order-wrapper .gift_card-header,
body .gift_card-wrapper .ticket-header,
body .ticket-wrapper .ticket-header,
body .order-wrapper .ticket-header,
body .gift_card-wrapper .order-header,
body .ticket-wrapper .order-header,
body .order-wrapper .order-header {
  width: 100%;
  background-color: rgba(253, 195, 0, 0.4);
  /* IE FIX */
  /* IE FIX */
}
body .gift_card-wrapper .gift_card-header.order-header-detail,
body .ticket-wrapper .gift_card-header.order-header-detail,
body .order-wrapper .gift_card-header.order-header-detail,
body .gift_card-wrapper .ticket-header.order-header-detail,
body .ticket-wrapper .ticket-header.order-header-detail,
body .order-wrapper .ticket-header.order-header-detail,
body .gift_card-wrapper .order-header.order-header-detail,
body .ticket-wrapper .order-header.order-header-detail,
body .order-wrapper .order-header.order-header-detail {
  grid-template-columns: 20% 20% 27% 33%;
}
body .gift_card-wrapper .gift_card-header span,
body .ticket-wrapper .gift_card-header span,
body .order-wrapper .gift_card-header span,
body .gift_card-wrapper .ticket-header span,
body .ticket-wrapper .ticket-header span,
body .order-wrapper .ticket-header span,
body .gift_card-wrapper .order-header span,
body .ticket-wrapper .order-header span,
body .order-wrapper .order-header span {
  display: block;
}
body .gift_card-wrapper .gift_card-header > div,
body .ticket-wrapper .gift_card-header > div,
body .order-wrapper .gift_card-header > div,
body .gift_card-wrapper .ticket-header > div,
body .ticket-wrapper .ticket-header > div,
body .order-wrapper .ticket-header > div,
body .gift_card-wrapper .order-header > div,
body .ticket-wrapper .order-header > div,
body .order-wrapper .order-header > div {
  padding: 10px 14px;
}
body .gift_card-wrapper .gift_card-header .status,
body .ticket-wrapper .gift_card-header .status,
body .order-wrapper .gift_card-header .status,
body .gift_card-wrapper .ticket-header .status,
body .ticket-wrapper .ticket-header .status,
body .order-wrapper .ticket-header .status,
body .gift_card-wrapper .order-header .status,
body .ticket-wrapper .order-header .status,
body .order-wrapper .order-header .status {
  width: 11px;
}
body .gift_card-wrapper .gift_card-header .order-item-prices,
body .ticket-wrapper .gift_card-header .order-item-prices,
body .order-wrapper .gift_card-header .order-item-prices,
body .gift_card-wrapper .ticket-header .order-item-prices,
body .ticket-wrapper .ticket-header .order-item-prices,
body .order-wrapper .ticket-header .order-item-prices,
body .gift_card-wrapper .order-header .order-item-prices,
body .ticket-wrapper .order-header .order-item-prices,
body .order-wrapper .order-header .order-item-prices {
  padding: 10px 12px 10px 0;
}
body .gift_card-wrapper .gift_card-header .order-item-prices div,
body .ticket-wrapper .gift_card-header .order-item-prices div,
body .order-wrapper .gift_card-header .order-item-prices div,
body .gift_card-wrapper .ticket-header .order-item-prices div,
body .ticket-wrapper .ticket-header .order-item-prices div,
body .order-wrapper .ticket-header .order-item-prices div,
body .gift_card-wrapper .order-header .order-item-prices div,
body .ticket-wrapper .order-header .order-item-prices div,
body .order-wrapper .order-header .order-item-prices div {
  clear: both;
  margin-bottom: 3px;
  overflow: hidden;
}
body .gift_card-wrapper .gift_card-header .order-item-prices div span:first-child,
body .ticket-wrapper .gift_card-header .order-item-prices div span:first-child,
body .order-wrapper .gift_card-header .order-item-prices div span:first-child,
body .gift_card-wrapper .ticket-header .order-item-prices div span:first-child,
body .ticket-wrapper .ticket-header .order-item-prices div span:first-child,
body .order-wrapper .ticket-header .order-item-prices div span:first-child,
body .gift_card-wrapper .order-header .order-item-prices div span:first-child,
body .ticket-wrapper .order-header .order-item-prices div span:first-child,
body .order-wrapper .order-header .order-item-prices div span:first-child {
  float: left;
}
body .gift_card-wrapper .gift_card-header .order-item-prices div span:nth-child(2),
body .ticket-wrapper .gift_card-header .order-item-prices div span:nth-child(2),
body .order-wrapper .gift_card-header .order-item-prices div span:nth-child(2),
body .gift_card-wrapper .ticket-header .order-item-prices div span:nth-child(2),
body .ticket-wrapper .ticket-header .order-item-prices div span:nth-child(2),
body .order-wrapper .ticket-header .order-item-prices div span:nth-child(2),
body .gift_card-wrapper .order-header .order-item-prices div span:nth-child(2),
body .ticket-wrapper .order-header .order-item-prices div span:nth-child(2),
body .order-wrapper .order-header .order-item-prices div span:nth-child(2) {
  float: right;
}
body .gift_card-wrapper .gift_card-header .order-detail-invoice-wrapper,
body .ticket-wrapper .gift_card-header .order-detail-invoice-wrapper,
body .order-wrapper .gift_card-header .order-detail-invoice-wrapper,
body .gift_card-wrapper .ticket-header .order-detail-invoice-wrapper,
body .ticket-wrapper .ticket-header .order-detail-invoice-wrapper,
body .order-wrapper .ticket-header .order-detail-invoice-wrapper,
body .gift_card-wrapper .order-header .order-detail-invoice-wrapper,
body .ticket-wrapper .order-header .order-detail-invoice-wrapper,
body .order-wrapper .order-header .order-detail-invoice-wrapper {
  background-color: rgba(0, 124, 55, 0.7);
}
body .gift_card-wrapper .gift_card-header .order-detail-invoice-wrapper .order-detail,
body .ticket-wrapper .gift_card-header .order-detail-invoice-wrapper .order-detail,
body .order-wrapper .gift_card-header .order-detail-invoice-wrapper .order-detail,
body .gift_card-wrapper .ticket-header .order-detail-invoice-wrapper .order-detail,
body .ticket-wrapper .ticket-header .order-detail-invoice-wrapper .order-detail,
body .order-wrapper .ticket-header .order-detail-invoice-wrapper .order-detail,
body .gift_card-wrapper .order-header .order-detail-invoice-wrapper .order-detail,
body .ticket-wrapper .order-header .order-detail-invoice-wrapper .order-detail,
body .order-wrapper .order-header .order-detail-invoice-wrapper .order-detail {
  display: block;
  text-align: center;
  color: #084554;
}
body .gift_card-wrapper .gift_card-header .order-detail-invoice-wrapper .order-invoice,
body .ticket-wrapper .gift_card-header .order-detail-invoice-wrapper .order-invoice,
body .order-wrapper .gift_card-header .order-detail-invoice-wrapper .order-invoice,
body .gift_card-wrapper .ticket-header .order-detail-invoice-wrapper .order-invoice,
body .ticket-wrapper .ticket-header .order-detail-invoice-wrapper .order-invoice,
body .order-wrapper .ticket-header .order-detail-invoice-wrapper .order-invoice,
body .gift_card-wrapper .order-header .order-detail-invoice-wrapper .order-invoice,
body .ticket-wrapper .order-header .order-detail-invoice-wrapper .order-invoice,
body .order-wrapper .order-header .order-detail-invoice-wrapper .order-invoice {
  display: block;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  color: #ffffff;
}
body .gift_card-wrapper .gift_card-header .order-detail-invoice-wrapper .order-invoice i,
body .ticket-wrapper .gift_card-header .order-detail-invoice-wrapper .order-invoice i,
body .order-wrapper .gift_card-header .order-detail-invoice-wrapper .order-invoice i,
body .gift_card-wrapper .ticket-header .order-detail-invoice-wrapper .order-invoice i,
body .ticket-wrapper .ticket-header .order-detail-invoice-wrapper .order-invoice i,
body .order-wrapper .ticket-header .order-detail-invoice-wrapper .order-invoice i,
body .gift_card-wrapper .order-header .order-detail-invoice-wrapper .order-invoice i,
body .ticket-wrapper .order-header .order-detail-invoice-wrapper .order-invoice i,
body .order-wrapper .order-header .order-detail-invoice-wrapper .order-invoice i {
  width: 15px;
  height: 15px;
  margin-left: 6px;
  color: #ffffff;
}
body .gift_card-wrapper .gift_card-header .order-detail-invoice-wrapper .order-invoice:hover,
body .ticket-wrapper .gift_card-header .order-detail-invoice-wrapper .order-invoice:hover,
body .order-wrapper .gift_card-header .order-detail-invoice-wrapper .order-invoice:hover,
body .gift_card-wrapper .ticket-header .order-detail-invoice-wrapper .order-invoice:hover,
body .ticket-wrapper .ticket-header .order-detail-invoice-wrapper .order-invoice:hover,
body .order-wrapper .ticket-header .order-detail-invoice-wrapper .order-invoice:hover,
body .gift_card-wrapper .order-header .order-detail-invoice-wrapper .order-invoice:hover,
body .ticket-wrapper .order-header .order-detail-invoice-wrapper .order-invoice:hover,
body .order-wrapper .order-header .order-detail-invoice-wrapper .order-invoice:hover {
  text-decoration: underline;
}
body .gift_card-wrapper .gift_card-header.checkout-typ-detail,
body .ticket-wrapper .gift_card-header.checkout-typ-detail,
body .order-wrapper .gift_card-header.checkout-typ-detail,
body .gift_card-wrapper .ticket-header.checkout-typ-detail,
body .ticket-wrapper .ticket-header.checkout-typ-detail,
body .order-wrapper .ticket-header.checkout-typ-detail,
body .gift_card-wrapper .order-header.checkout-typ-detail,
body .ticket-wrapper .order-header.checkout-typ-detail,
body .order-wrapper .order-header.checkout-typ-detail {
  grid-template-columns: 20% 47% 33%;
}
body .gift_card-wrapper .gift_card-header.checkout-typ-detail > div,
body .ticket-wrapper .gift_card-header.checkout-typ-detail > div,
body .order-wrapper .gift_card-header.checkout-typ-detail > div,
body .gift_card-wrapper .ticket-header.checkout-typ-detail > div,
body .ticket-wrapper .ticket-header.checkout-typ-detail > div,
body .order-wrapper .ticket-header.checkout-typ-detail > div,
body .gift_card-wrapper .order-header.checkout-typ-detail > div,
body .ticket-wrapper .order-header.checkout-typ-detail > div,
body .order-wrapper .order-header.checkout-typ-detail > div {
  padding: 20px;
}
body .gift_card-wrapper .gift_card-header div:nth-child(1),
body .ticket-wrapper .gift_card-header div:nth-child(1),
body .order-wrapper .gift_card-header div:nth-child(1),
body .gift_card-wrapper .ticket-header div:nth-child(1),
body .ticket-wrapper .ticket-header div:nth-child(1),
body .order-wrapper .ticket-header div:nth-child(1),
body .gift_card-wrapper .order-header div:nth-child(1),
body .ticket-wrapper .order-header div:nth-child(1),
body .order-wrapper .order-header div:nth-child(1) {
  -ms-grid-column: 1;
}
body .gift_card-wrapper .gift_card-header div:nth-child(2),
body .ticket-wrapper .gift_card-header div:nth-child(2),
body .order-wrapper .gift_card-header div:nth-child(2),
body .gift_card-wrapper .ticket-header div:nth-child(2),
body .ticket-wrapper .ticket-header div:nth-child(2),
body .order-wrapper .ticket-header div:nth-child(2),
body .gift_card-wrapper .order-header div:nth-child(2),
body .ticket-wrapper .order-header div:nth-child(2),
body .order-wrapper .order-header div:nth-child(2) {
  -ms-grid-column: 2;
}
body .gift_card-wrapper .gift_card-header div:nth-child(3),
body .ticket-wrapper .gift_card-header div:nth-child(3),
body .order-wrapper .gift_card-header div:nth-child(3),
body .gift_card-wrapper .ticket-header div:nth-child(3),
body .ticket-wrapper .ticket-header div:nth-child(3),
body .order-wrapper .ticket-header div:nth-child(3),
body .gift_card-wrapper .order-header div:nth-child(3),
body .ticket-wrapper .order-header div:nth-child(3),
body .order-wrapper .order-header div:nth-child(3) {
  -ms-grid-column: 3;
}
body .gift_card-wrapper .gift_card-header div:nth-child(4),
body .ticket-wrapper .gift_card-header div:nth-child(4),
body .order-wrapper .gift_card-header div:nth-child(4),
body .gift_card-wrapper .ticket-header div:nth-child(4),
body .ticket-wrapper .ticket-header div:nth-child(4),
body .order-wrapper .ticket-header div:nth-child(4),
body .gift_card-wrapper .order-header div:nth-child(4),
body .ticket-wrapper .order-header div:nth-child(4),
body .order-wrapper .order-header div:nth-child(4) {
  -ms-grid-column: 4;
}
body .gift_card-wrapper .gift_card-header div:nth-child(5),
body .ticket-wrapper .gift_card-header div:nth-child(5),
body .order-wrapper .gift_card-header div:nth-child(5),
body .gift_card-wrapper .ticket-header div:nth-child(5),
body .ticket-wrapper .ticket-header div:nth-child(5),
body .order-wrapper .ticket-header div:nth-child(5),
body .gift_card-wrapper .order-header div:nth-child(5),
body .ticket-wrapper .order-header div:nth-child(5),
body .order-wrapper .order-header div:nth-child(5) {
  -ms-grid-column: 5;
}
body .gift_card-wrapper .gift_card-header div:nth-child(6),
body .ticket-wrapper .gift_card-header div:nth-child(6),
body .order-wrapper .gift_card-header div:nth-child(6),
body .gift_card-wrapper .ticket-header div:nth-child(6),
body .ticket-wrapper .ticket-header div:nth-child(6),
body .order-wrapper .ticket-header div:nth-child(6),
body .gift_card-wrapper .order-header div:nth-child(6),
body .ticket-wrapper .order-header div:nth-child(6),
body .order-wrapper .order-header div:nth-child(6) {
  -ms-grid-column: 6;
}
body .gift_card-wrapper .order-body,
body .ticket-wrapper .order-body,
body .order-wrapper .order-body {
  width: 100%;
}
body .gift_card-wrapper .order-body .order-item,
body .ticket-wrapper .order-body .order-item,
body .order-wrapper .order-body .order-item {
  width: 100%;
  display: -ms-grid;
  /* IE FIX */
  -ms-grid-columns: 75% 25%;
  /* IE FIX */
  display: grid;
  grid-template-columns: 75% 25%;
  border-bottom: 1px solid #084554;
  background-color: #ffffff;
  /* IE FIX */
  /* IE FIX */
}
body .gift_card-wrapper .order-body .order-item h6,
body .ticket-wrapper .order-body .order-item h6,
body .order-wrapper .order-body .order-item h6 {
  font-size: 30px;
  margin-bottom: 0;
}
body .gift_card-wrapper .order-body .order-item .order-item-description,
body .ticket-wrapper .order-body .order-item .order-item-description,
body .order-wrapper .order-body .order-item .order-item-description {
  padding: 10px;
}
body .gift_card-wrapper .order-body .order-item .order-item-prices,
body .ticket-wrapper .order-body .order-item .order-item-prices,
body .order-wrapper .order-body .order-item .order-item-prices {
  padding: 10px 12px 10px 0;
}
body .gift_card-wrapper .order-body .order-item .order-item-prices div,
body .ticket-wrapper .order-body .order-item .order-item-prices div,
body .order-wrapper .order-body .order-item .order-item-prices div {
  clear: both;
  margin-bottom: 3px;
  overflow: hidden;
}
body .gift_card-wrapper .order-body .order-item .order-item-prices div span:first-child,
body .ticket-wrapper .order-body .order-item .order-item-prices div span:first-child,
body .order-wrapper .order-body .order-item .order-item-prices div span:first-child {
  float: left;
}
body .gift_card-wrapper .order-body .order-item .order-item-prices div span:nth-child(2),
body .ticket-wrapper .order-body .order-item .order-item-prices div span:nth-child(2),
body .order-wrapper .order-body .order-item .order-item-prices div span:nth-child(2) {
  float: right;
}
body .gift_card-wrapper .order-body .order-item .btn-link,
body .ticket-wrapper .order-body .order-item .btn-link,
body .order-wrapper .order-body .order-item .btn-link {
  color: #084554;
}
body .gift_card-wrapper .order-body .order-item div:nth-child(1),
body .ticket-wrapper .order-body .order-item div:nth-child(1),
body .order-wrapper .order-body .order-item div:nth-child(1) {
  -ms-grid-column: 1;
}
body .gift_card-wrapper .order-body .order-item div:nth-child(2),
body .ticket-wrapper .order-body .order-item div:nth-child(2),
body .order-wrapper .order-body .order-item div:nth-child(2) {
  -ms-grid-column: 2;
}
body .gift_card-wrapper .order-body .order-item div:nth-child(3),
body .ticket-wrapper .order-body .order-item div:nth-child(3),
body .order-wrapper .order-body .order-item div:nth-child(3) {
  -ms-grid-column: 3;
}
body .gift_card-wrapper .border-white,
body .ticket-wrapper .border-white,
body .order-wrapper .border-white {
  border-right: 1px solid #ffffff;
}
body .order-detail-header span {
  color: #084554;
}
body .order-detail-header span.bold {
  color: #084554;
}
body .order-detail-header .order-invoice {
  color: #084554;
}
body .order-detail-header .order-invoice img {
  width: 15px;
  height: 15px;
  margin-left: 6px;
}
body .cont-cart .cont-sidebar .top {
  padding: 23px 11px 23px 11px;
  border-bottom: 1px solid #084554;
}
body .cont-cart .cont-items h3 {
  margin-top: 17px;
  margin-bottom: 18px;
}
body .cont-cart .cont-accordion h3 {
  font-size: 30px;
  margin-top: 5px;
  margin-bottom: 5px;
  margin-left: 3px;
}
body .cont-cart .cont-accordion .step-link {
  text-decoration: none;
  margin-bottom: 10px;
}
body .cont-cart .cont-accordion .step-link img {
  height: 60px;
  vertical-align: bottom;
  margin-right: 10px;
}
body .cont-cart .stripe,
body .cont-cart .nexi {
  height: 40px;
}
body .cont-price .price {
  color: #084554;
  font-size: 1.8rem;
  font-weight: 700;
}
body #cont-button-added span {
  color: #007c37;
}
body .cont-qty .input-qty-selector {
  width: auto;
}
body .btn-primary {
  background-color: #007c37;
  border: none !important;
}
body .btn-primary:hover {
  color: #ffffff;
  background-color: #084554;
}
body .cont-info {
  padding: 22px 10px 20px 10px;
  display: flex;
  flex-direction: column;
  background: url('/img/box_acquisto_top.jpg') top center no-repeat, url('/img/box_acquisto_bottom.jpg') bottom center no-repeat, linear-gradient(to bottom, #fdc300);
  background-size: auto, auto, cover;
  background-repeat: no-repeat;
}
body .cont-info-bottom {
  padding: 22px 10px 20px 10px;
  display: flex;
  flex-direction: column;
  background: url('/img/box_acquisto_bottom.jpg') bottom center no-repeat, linear-gradient(to bottom, #fdc300);
  background-size: auto, auto, cover;
  background-repeat: no-repeat;
}
body .cont-info .cont-description,
body .cont-info-bottom .cont-description {
  flex: 0 0 100%;
  /* larghezza piena */
}
body .cont-info .cont-price-wrapper,
body .cont-info-bottom .cont-price-wrapper {
  display: flex;
}
body .cont-info .cont-price,
body .cont-info-bottom .cont-price,
body .cont-info .cont-button-add,
body .cont-info-bottom .cont-button-add {
  flex: 1;
}
body .input-qty-selector input {
  width: 39px!important;
  height: 40px;
  padding: 0;
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  font-weight: 600;
  font-size: 20px;
  line-height: 20px;
  color: #084554;
  background-color: #ffffff !important;
  border: 1px solid #fdc300;
}
body .input-qty-selector .input-group-prepend,
body .input-qty-selector .input-group-append {
  justify-content: center;
}
body .input-qty-selector .btn-decrement,
body .input-qty-selector .btn-increment {
  border: none;
  color: #084554;
  height: 40px;
}
body .input-qty-selector .btn-decrement:hover,
body .input-qty-selector .btn-increment:hover {
  background-color: transparent;
  color: #084554;
}
body .input-qty-selector .btn-decrement:active,
body .input-qty-selector .btn-increment:active {
  background-color: transparent !important;
  color: #084554 !important;
}
body .detail-cart-item {
  display: -ms-grid;
  /* IE FIX */
  -ms-grid-columns: 25% 45% 15% 15%;
  /* IE FIX */
  display: grid;
  grid-template-columns: 25% 45% 15% 15%;
  padding: 20px 0;
  border-bottom: 1px solid #084554;
  /* IE FIX */
  /* IE FIX */
}
body .detail-cart-item h5,
body .detail-cart-item h6 {
  font-size: 35px;
}
body .detail-cart-item h5 a,
body .detail-cart-item h6 a {
  color: #084554;
  text-decoration: none;
}
body .detail-cart-item .text p {
  font-size: 16px;
}
body .detail-cart-item .text p a {
  font-size: 16px;
}
body .detail-cart-item div {
  color: #084554;
}
body .detail-cart-item div .cart-item-qty,
body .detail-cart-item div .cart-item-price,
body .detail-cart-item div .cart-total-price {
  color: #084554;
  font-weight: 700;
  font-size: 20px;
}
body .detail-cart-item div .availabilty {
  font-size: 14px;
}
body .detail-cart-item div.text {
  padding-left: 18px;
  padding-right: 7px;
}
body .detail-cart-item div.text h6 {
  margin-bottom: 7px;
}
body .detail-cart-item div:nth-child(1) {
  -ms-grid-column: 1;
}
body .detail-cart-item div:nth-child(2) {
  -ms-grid-column: 2;
}
body .detail-cart-item div:nth-child(4) {
  -ms-grid-column: 3;
}
body .detail-cart-item div:nth-child(5) {
  -ms-grid-column: 4;
}
body .cart-subtotal-wrapper .cart-subtotal-top {
  padding: 23px 10px 10px 10px;
}
body .cart-subtotal-wrapper .cart-subtotal-top .total-label,
body .cart-subtotal-wrapper .cart-subtotal-top .total-price,
body .cart-subtotal-wrapper .cart-subtotal-top .total-label-info {
  display: block;
  font-size: 18px;
}
body .cart-subtotal-wrapper .cart-subtotal-top .total-label strong,
body .cart-subtotal-wrapper .cart-subtotal-top .total-price strong,
body .cart-subtotal-wrapper .cart-subtotal-top .total-label-info strong {
  color: #084554;
}
body .cart-subtotal-wrapper .cart-subtotal-top .total-label {
  color: #084554;
}
body .cart-subtotal-wrapper .cart-subtotal-top .total-price {
  color: #084554;
}
body .cart-subtotal-wrapper .cart-subtotal-top .total-label-info {
  color: #084554;
}
body .cart-subtotal-wrapper .cart-subtotal-top hr {
  border-top: 1px solid #084554;
  margin-top: 20px;
  margin-bottom: 11px;
}
body .checkout .cont-sidebar .top {
  padding: 23px 10px 23px 11px;
  border-bottom: 1px solid #084554;
}
body .checkout .cont-sidebar .detail-cart-item {
  padding: 10px 10px 13px 10px;
  grid-template-columns: 20% 40% 40%;
}
body .checkout .cont-sidebar .detail-cart-item div .remove-from-cart {
  display: none;
}
body .checkout .cont-sidebar .detail-cart-item div .cart-item-price {
  color: #084554;
}
body .checkout .cont-sidebar .detail-cart-item div.text {
  grid-column-start: 2;
  grid-column-end: 4;
}
body .checkout .cont-sidebar .detail-cart-item div.box-1 {
  grid-column-start: 1;
  grid-column-end: 2;
  grid-row-start: 1;
  grid-row-end: 2;
}
body .checkout .cont-sidebar .detail-cart-item div.box-2 {
  grid-column-start: 2;
  grid-column-end: 4;
}
body .checkout .cont-sidebar .detail-cart-item div.box-3 {
  display: none!important;
}
body .checkout .cont-sidebar .detail-cart-item div.box-4 {
  grid-column-start: 2;
  grid-column-end: 3;
  grid-row-start: 2;
  padding-left: 18px!important;
  align-self: flex-end;
}
body .checkout .cont-sidebar .detail-cart-item div.box-4 span {
  font-size: 18px;
  line-height: 1;
  font-weight: 400;
}
body .checkout .cont-sidebar .detail-cart-item div.box-4 span.cart-total-price {
  font-weight: 700;
}
body .checkout .cont-sidebar .detail-cart-item div.box-5 {
  grid-column-start: 3;
  grid-row-start: 2;
  grid-row-end: 3;
  padding-right: 0;
  align-self: flex-end;
}
body .checkout .cont-sidebar .detail-cart-item div.box-5 span.cart-item-price {
  font-size: 18px;
  line-height: 1;
  font-weight: 700;
}
body .checkout-typ-header {
  background-color: #084554;
  padding: 20px;
}
body .checkout-typ-header h3 {
  margin-bottom: 5px;
}
body .checkout-typ-header p {
  line-height: 20px;
  color: #084554;
  margin-bottom: 0;
}
body .checkout-typ-detail {
  background-color: #084554;
  padding: 20px;
  display: grid;
  color: #084554;
  grid-template-columns: 20% 47% 33%;
}
body .checkout-typ-detail .cont-label {
  margin-bottom: 5px;
}
body .checkout-typ-detail .cont-text span.medium {
  display: block;
  margin-bottom: 0;
}
body .order-return-bg .order-return-wrapper {
  position: absolute;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  width: 90%;
}
body .order-return-bg .order-return-wrapper .white-bg {
  background-color: #ffffff;
  border-radius: 8px;
  padding: 10px 20px;
}
body .order-return-bg .order-return-wrapper img {
  margin-bottom: 70px;
}
body .order-return-bg .order-return-wrapper a {
  margin-top: 30px;
}
body .container-products .inner {
  padding: 20px;
  background-color: #fdc300;
}
