/** Font testi */
@font-face {
  font-family: "Lato";
  src: url("../fonts/Lato/Lato-Regular-9olGQnE.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Lato";
  src: url("../fonts/Lato/Lato-Black-kRTwDhC.ttf") format("truetype");
  font-weight: 900;
  font-style: normal;
}
@font-face {
  font-family: "Lato";
  src: url("../fonts/Lato/Lato-BlackItalic-n1iR0pG.ttf") format("truetype");
  font-weight: 900;
  font-style: italic;
}
@font-face {
  font-family: "Lato";
  src: url("../fonts/Lato/Lato-Bold-rwvmGqI.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "Lato";
  src: url("../fonts/Lato/Lato-BoldItalic-Zu_7pCV.ttf") format("truetype");
  font-weight: 700;
  font-style: italic;
}
@font-face {
  font-family: "Lato";
  src: url("../fonts/Lato/Lato-Italic-nepg9CO.ttf") format("truetype");
  font-weight: 400;
  font-style: italic;
}
@font-face {
  font-family: "Lato";
  src: url("../fonts/Lato/Lato-Light-cbnGKGn.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "Lato";
  src: url("../fonts/Lato/Lato-LightItalic-p6-ClM_.ttf") format("truetype");
  font-weight: 300;
  font-style: italic;
}
@font-face {
  font-family: "Lato";
  src: url("../fonts/Lato/Lato-Thin-X3ru7p2.ttf") format("truetype");
  font-weight: 100;
  font-style: normal;
}
@font-face {
  font-family: "Lato";
  src: url("../fonts/Lato/Lato-ThinItalic-GHJnqQo.ttf") format("truetype");
  font-weight: 100;
  font-style: italic;
}
/** Font titoli */
@font-face {
  font-family: "Playfair Display";
  src: url("../fonts/Playfair_Display/PlayfairDisplay-Regular-PNYN4C0.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Playfair Display";
  src: url("../fonts/Playfair_Display/PlayfairDisplay-Bold--ED62e9.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "Playfair Display";
  src: url("../fonts/Playfair_Display/PlayfairDisplay-Italic-VariableFont_wght-s_vMdbw.ttf") format("truetype");
  font-weight: 400;
  font-style: italic;
}
@font-face {
  font-family: "Playfair Display";
  src: url("../fonts/Playfair_Display/PlayfairDisplay-VariableFont_wght-KS8oUkX.ttf") format("truetype");
  font-weight: 400 700;
  font-style: normal;
}
body {
  background-color: white;
  font-family: "Lato", sans-serif;
}
body .main-content.center-content {
  min-height: 81vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

a {
  color: var(--bs-secondary);
}

@media (max-width: 767px) {
  a {
    word-wrap: break-word;
    word-break: break-all;
    overflow-wrap: break-word;
  }
  p {
    /*word-wrap: break-word;
    word-break: break-all;
    overflow-wrap: break-word;*/
  }
  p a {
    word-wrap: break-word;
    word-break: break-all;
    overflow-wrap: break-word;
  }
}
h1, h2, h3, h4, h5 {
  font-family: "Playfair Display", sans-serif;
  font-weight: 700;
}

/** Navbar style */
.navbar.topbar {
  background-color: #f2f2f2;
  height: 40px;
  font-size: 15px;
}
.navbar.topbar a {
  color: var(--bs-link-color);
  text-decoration: none;
}
.navbar.topbar a i {
  margin-right: 8px;
}
.navbar:not(.topbar, .minimized) {
  height: 88px;
  top: 40px;
  z-index: 10;
  background-color: white;
  border-radius: 0 0 32px 32px;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.08);
}
.navbar:not(.topbar, .minimized) .d-flex {
  column-gap: 8px;
}
.navbar:not(.topbar, .minimized) .d-flex .btn {
  padding: 4px 9px;
  border: 1px solid var(--bs-body-color);
  border-radius: 100%;
}
.navbar:not(.topbar, .minimized) .d-flex .btn:hover {
  background-color: var(--bs-body-color);
  color: white;
}
.navbar:not(.topbar, .minimized) .d-flex .btn i {
  font-size: 16px;
}
.navbar .btn-cart {
  position: relative;
}
.navbar .btn-cart .bubble {
  position: absolute;
  background: var(--bs-primary);
  padding: 1px 2px 0 2px;
  font-size: 12px;
  top: -9px;
  right: -9px;
  border-radius: 800px;
  color: white;
  width: 20px;
  height: 20px;
}

@media (max-width: 769px) {
  .navbar.topbar {
    display: none;
  }
}
@media (max-width: 769px) {
  .navbar:not(.topbar, .minimized) {
    top: 0;
  }
}
@media (max-width: 400px) {
  .navbar:not(.topbar, .minimized) .d-flex .btn i {
    font-size: 14px;
  }
}
@media (min-width: 992px) {
  .navbar-brand {
    width: 25%;
  }
}
.navbar-brand img {
  max-width: 174px;
  max-height: 56px;
}
@media (max-width: 769px) {
  .navbar-brand img {
    max-width: 138px;
    max-height: 42px;
  }
}
@media (max-width: 475px) {
  .navbar-brand img {
    max-width: 102px;
    max-height: 90px;
  }
}
@media (max-width: 400px) {
  .navbar-brand img {
    max-width: 91px;
    max-height: 72px;
  }
}
.navbar-brand .partner-divider {
  max-height: 45px;
}
@media (max-width: 769px) {
  .navbar-brand .partner-divider {
    max-height: 36px;
  }
}
@media (max-width: 475px) {
  .navbar-brand .partner-divider {
    max-height: 27px;
  }
}
@media (max-width: 400px) {
  .navbar-brand .partner-divider {
    max-height: 24px;
  }
}
.navbar-brand .partner-logo {
  max-width: 120px;
  max-height: 36px;
}
@media (max-width: 769px) {
  .navbar-brand .partner-logo {
    max-width: 81px;
    max-height: 30px;
  }
}
@media (max-width: 475px) {
  .navbar-brand .partner-logo {
    max-width: 66px;
    max-height: 24px;
  }
}
@media (max-width: 400px) {
  .navbar-brand .partner-logo {
    max-width: 54px;
    max-height: 21px;
  }
}

.navbar .fi {
  clip-path: circle();
}
.navbar [aria-labelledby=dropdownLang] {
  min-width: 60px;
}
.navbar [aria-labelledby=dropdownLang] .dropdown-item:hover {
  cursor: pointer;
}
.navbar .query-bar {
  flex-grow: 1;
  display: flex;
  align-items: center;
}
.navbar .query-bar .dropdown-item {
  display: flex;
  align-items: center;
  gap: 18px;
  overflow-wrap: break-word;
  word-wrap: break-word;
  word-break: break-word;
  white-space: normal;
}
.navbar .query-bar .dropdown-item.search-all {
  border-bottom: 2px solid lightgrey;
}
.navbar .query-bar .dropdown-item i {
  font-size: 30px;
  color: var(--bs-secondary);
}
.navbar .query-bar .dropdown-item div {
  line-height: 1;
}
.navbar .query-bar .dropdown-item div p {
  text-transform: capitalize;
  margin: 0;
  overflow-wrap: break-word;
  word-wrap: break-word;
  word-break: break-word;
  white-space: normal;
}
.navbar .query-bar .dropdown-item div label {
  font-size: 80%;
  color: #2d2d2d;
  text-transform: capitalize;
}
.navbar .query-bar .item-to-copy {
  display: none;
}
.navbar .icon-bar {
  display: flex;
}
@media (min-width: 992px) {
  .navbar .icon-bar {
    width: 25%;
  }
  .navbar .icon-bar #search-toggle {
    margin-left: auto;
  }
}
@media (min-width: 992px) {
  .navbar .navbar-collapse {
    width: 50%;
  }
}
.navbar .navbar-collapse.custom-collapse {
  display: none !important;
}
.navbar form {
  width: 100%;
}

.navbar-toggler {
  border: none;
}

.header-gap {
  height: 128px;
}

/** Footer style */
.footer {
  background-color: var(--bs-primary);
  color: white;
}
.footer h5 {
  font-size: 16px;
}
.footer .logo img {
  max-width: 167px;
  max-height: 56px;
  margin-bottom: 18px;
}

.footer-siluette {
  width: 100%;
  height: auto;
  display: block;
  margin-bottom: -1px;
  margin-top: 80px;
}
.footer-siluette path {
  fill: var(--bs-primary);
}

.category-border {
  margin-top: -32px;
  height: 32px;
  border-radius: 32px 32px 0 0;
  background-color: white;
  position: relative;
  z-index: 1;
}
.category-border.homepage {
  z-index: 3;
}

.btn-secondary, span.spinner-border.spinner-border-sm.button-spinner {
  color: white;
}

.card.card-section {
  background-color: white;
  border: 1px solid rgba(0, 0, 0, 0.17);
}

#cookieAccordion .collapse .card {
  background-color: white !important;
  border: 1px solid lightgray;
  border-radius: 5px;
  margin-bottom: 5px;
}
#cookieAccordion span {
  text-decoration: underline;
}
#cookieAccordion div.collapse-heading {
  margin-bottom: 6px;
}

/** ADMIN PANEL **/
.floating-btn {
  position: fixed;
  bottom: 20px;
  left: 20px;
  z-index: 1000;
  background-color: #000;
  color: whitesmoke;
  border: none;
  border-radius: 800px;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.floating-panel {
  position: fixed;
  bottom: 80px;
  left: 20px;
  z-index: 1000;
  background-color: black;
  color: whitesmoke;
  padding: 15px;
  border-radius: 5px;
  display: none;
  width: 300px;
}

.rotate-animation {
  animation: rotate 1s;
}

@keyframes rotate {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.footer-nav-list {
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  text-align: left;
  list-style: none;
  padding: 0;
  text-decoration: none;
}
.footer-nav-list li {
  margin: 8px 0;
}
.footer-nav-list li a {
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  text-align: left;
  list-style: none;
  padding: 0;
  text-decoration: none;
}

.support-footer p a {
  color: white;
  text-decoration: none;
}

.social-icons {
  text-align: right;
}
.social-icons a {
  display: inline-flex;
  margin: 0 5px 0 5px;
}
.social-icons a i {
  border: 1px solid white;
  color: white;
  font-size: 20px;
  padding: 2px;
  text-align: center;
  width: 35px;
  height: 35px;
}

.dropdown-profile {
  right: 0px;
  left: auto !important;
}

.navbar-modal-header {
  list-style: none;
  padding: 0;
}
.navbar-modal-header li {
  list-style: none;
  width: 100%;
  border: 1px solid gray;
  margin-top: 10px;
  padding: 8px 16px;
  border-radius: 800px;
}

#mobileHeaderModal .modal-body h3:not(:first-child) {
  margin-top: 25px;
}
#mobileHeaderModal .modal-body .btn-primary {
  display: inline-flex;
  flex-direction: column;
}
#mobileHeaderModal .modal-body .btn-primary span {
  font-size: 12px;
}

@media (max-width: 992px) {
  .search-form {
    background-color: white;
    padding: 5px;
    border-radius: 10px;
  }
}
.search-form .dropdown-menu {
  top: 45px;
  width: 100%;
}

.mobile-caret-icon {
  display: none;
}

@media (max-width: 576px) {
  .newsletter-area {
    margin-top: 20px;
  }
  .mobile-caret-icon {
    display: block;
    float: right;
  }
}
.debug-bar a {
  color: lightcoral;
}

.navbar.topbar.fixed-top {
  z-index: 900;
}

/*# sourceMappingURL=app.css-gf31WR6.map */
