@font-face {
  font-family: "urw-form-thin";
  src: url("https://use.typekit.net/af/28ba57/00000000000000007735a801/30/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n2&v=3") format("woff2"), url("https://use.typekit.net/af/28ba57/00000000000000007735a801/30/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n2&v=3") format("woff"), url("https://use.typekit.net/af/28ba57/00000000000000007735a801/30/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n2&v=3") format("opentype");
  font-display: swap;
  font-style: normal;
  font-weight: 200;
}
@font-face {
  font-family: "urw-form-bold";
  src: url("https://use.typekit.net/af/2686e6/00000000000000007735a7ee/30/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n5&v=3") format("woff2"), url("https://use.typekit.net/af/2686e6/00000000000000007735a7ee/30/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n5&v=3") format("woff"), url("https://use.typekit.net/af/2686e6/00000000000000007735a7ee/30/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n5&v=3") format("opentype");
  font-display: swap;
  font-style: normal;
  font-weight: 500;
}
b {
  font-family: urw-form-bold, sans-serif;
}

body {
  font-family: urw-form-thin, sans-serif;
  font-weight: 200 !important;
  font-style: normal;
  display: flex;
  flex-direction: column;
  height: 100vh;
  margin: 0;
}

.topLangMenu {
  background-color: #1e73be;
}
.topLangMenu .lang {
  cursor: pointer;
  padding: 10px;
}
.topLangMenu .lang img {
  width: 30px;
  border: 4px solid #1e73be;
  border-radius: 100%;
  transition: 0.2s;
}
.topLangMenu .lang img.currentLang {
  border: 4px solid #fff;
}

.login-input {
  display: none;
  background: #f7f7f7;
  border: none;
  text-align: center;
  width: 100%;
  letter-spacing: 0.1em;
}
.login-input:focus {
  outline: none;
  border: none;
  border-radius: 0;
}

.logohead {
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
}

.paginazione {
  cursor: pointer;
  margin-left: 1rem;
  width: 4rem;
}

.lowPagination .see-more {
  width: auto;
  background-color: #707070;
  color: #fff;
  border: 1px solid #707070;
  cursor: pointer;
  margin-top: 20px;
}
.lowPagination .see-more:hover {
  background-color: #fff;
  color: #707070;
}
.lowPagination .see-more.current {
  background-color: #1e73be;
  color: #fff;
  border: 1px solid #1e73be;
}
.lowPagination .see-more.current:hover {
  background-color: #fff;
  color: #1e73be;
}

.anteprima_stampa {
  width: 100%;
  padding: 10px;
  font-weight: bold;
  background-color: #1e73be;
  color: #fff;
  border: 1px solid #1e73be;
  margin-top: 10px;
  transition: 0.2s;
}
.anteprima_stampa:hover {
  background-color: #fff;
  color: #1e73be;
}

.login-submit {
  margin-top: 20px;
  width: 100%;
  background-color: #1e73be;
  border: 1px solid #1e73be;
  color: #fff;
  padding: 10px;
  letter-spacing: 0.1em;
  font-weight: bold;
  transition: 0.2s;
}
.login-submit:hover {
  background-color: #fff;
  color: #1e73be;
}

/*header*/
header {
  background-color: #f5f5f5;
}

.owl-nav {
  position: absolute !important;
  top: 11em !important;
  width: 100% !important;
}
.owl-nav:hover {
  background: none !important;
}
@media (pointer: none), (pointer: coarse) {
  .owl-nav {
    top: 8em !important;
  }
}

@media screen and (max-width: 768px) {
  .img-fluid {
    margin: auto !important;
    display: block !important;
    max-width: 50% !important;
    height: auto !important;
  }
}

@media (pointer: none), (pointer: coarse) {
  .menu {
    font-size: 14px;
  }
}

.owl-theme .owl-nav [class*=owl-]:hover {
  background: none !important;
}

.owl-carousel {
  height: 27rem;
}

.owl-prev {
  position: absolute !important;
  left: 0 !important;
}

.owl-next {
  position: absolute !important;
  right: 0 !important;
}

.item {
  height: 100%;
  background-image: url("../images/slide1.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.item2 {
  height: 100%;
  background-image: url("../images/slide2.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

a {
  text-decoration: none !important;
  color: inherit !important;
}

.mt-custom {
  margin-top: 2rem !important;
}
@media (pointer: none), (pointer: coarse) {
  .mt-custom {
    margin-top: 1.4rem !important;
  }
}

.mt-custom-25 {
  margin-top: 2.5rem !important;
}

p {
  margin-bottom: 0 !important;
}

#reset-button:hover {
  cursor: pointer;
}

#prod-available {
  height: 16px;
  width: 16px;
  background-color: green;
  border-radius: 50%;
  display: inline-block;
  margin-left: 0.2rem;
}

#prod-unavailable {
  height: 16px;
  width: 16px;
  background-color: red;
  border-radius: 50%;
  display: inline-block;
  margin-left: 0.2rem;
}

.dispCircle {
  width: 25px;
  height: 25px;
  background-color: #e8e8e8;
  border-radius: 100%;
  border: 5px solid #e8e8e8;
  transition: 0.2s;
  display: block;
  margin: auto;
}
.dispCircle.green {
  background-color: #0ebe51;
}
.dispCircle.yellow {
  background-color: #ffd900;
}
.dispCircle.red {
  background-color: #d0120b;
}

.see-more {
  width: 100%;
  padding: 10px;
  font-weight: bold;
  background-color: #1e73be;
  color: #fff;
  border: 1px solid #1e73be;
  margin-top: 10px;
  transition: 0.2s;
}
.see-more:hover {
  background-color: #fff;
  color: #1e73be;
}
.see-more:hover #pref_star {
  color: #1e73be;
}

a.see-more {
  color: #fff !important;
  text-transform: uppercase;
}
a.see-more:hover {
  background-color: #fff;
  color: #1e73be !important;
}

.modify-data {
  width: 25%;
  padding: 10px;
  font-weight: bold;
  background-color: #706f6f;
  color: white;
  border: 1px solid #706f6f;
  margin-top: 10px;
}
@media (max-width: 800px) {
  .modify-data {
    width: 100%;
  }
}

.bozza {
  transition: 0.5s;
  cursor: pointer;
}
.bozza:hover {
  color: white;
  background-color: #706f6f;
  transition: 0.5s;
}
.bozza:hover i {
  color: white;
  transition: 0.5s;
}
.bozza i {
  font-size: 20px;
  color: black;
  transition: 0.5s;
  cursor: pointer;
}

.rowagent {
  transition: 0.5s;
  cursor: pointer;
}
.rowagent:hover {
  color: white;
  background-color: #706f6f;
  transition: 0.5s;
}
.rowagent:hover i {
  color: white;
  transition: 0.5s;
}
.rowagent i {
  font-size: 20px;
  color: black;
  transition: 0.5s;
  cursor: pointer;
}

.f-20 {
  font-size: 20px !important;
}

.sconto-img {
  height: 25px;
}
@media screen and (max-width: 768px) {
  .sconto-img {
    height: auto !important;
  }
}

.sconto-img-png {
  width: 70%;
}
@media screen and (max-width: 767px) {
  .sconto-img-png {
    width: 10%;
  }
}

/* width */
::-webkit-scrollbar {
  width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #f1f1f1;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #706f6f;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #706f6f;
}

#searchAgentClient {
  width: 100%;
  border: none;
  border-bottom: 1px solid #f7f7f7;
  outline: none;
  padding: 8px;
  transition: 0.3s;
}
#searchAgentClient:focus {
  border-bottom: 1px solid #706f6f;
  transition: 0.3s;
}

@media (max-width: 800px) {
  .drafts {
    margin-top: 20px;
  }
}

.header-filtri {
  background-color: #706f6f;
}
.header-filtri p {
  color: white;
  padding: 8px;
}

.filter {
  width: 100%;
  border: none;
  border-bottom: 1px solid #f7f7f7;
  transition: 0.3s;
  outline: none;
  padding: 8px;
  margin-top: 10px;
  border-left: 1px solid #706f6f;
  background-color: #f9f9f9;
}
.filter:focus {
  border-bottom: 1px solid #706f6f;
  transition: 0.3s;
}

.filter::-webkit-input-placeholder {
  font-weight: bold;
}

.label {
  padding-left: 10px;
}

.riga-dettaglio {
  border-bottom: 1px solid #706f6f;
}
@media screen and (max-width: 1024px) {
  .riga-dettaglio {
    font-size: 13px;
    line-break: anywhere;
  }
}

/* .riga-dettaglio:nth-child(even) {
    background-color: #f9f9f9 !important;

    input {
        background-color: #f9f9f9;
    }
} */
small {
  font-size: 0.775em !important;
}
@media (pointer: none), (pointer: coarse) {
  small {
    font-size: 0.73em !important;
  }
}

.product-fields {
  width: 100%;
  border: none;
  border-bottom: 2px solid #f5f5f5;
  transition: 0.3s;
  outline: none;
}
.product-fields:focus {
  border-bottom: 2px solid #1e73be;
  transition: 0.3s;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type=number] {
  -moz-appearance: textfield;
}

.warning-imballo {
  color: white;
  background-color: rgba(255, 0, 0, 0.8);
  top: 0;
  visibility: hidden;
  transition: 1s;
  height: 0;
}

.success-carrello {
  color: white;
  background-color: rgba(0, 204, 0, 0.8);
  top: 0;
  visibility: hidden;
  transition: 1s;
  height: 0;
}

.animate__fadeIn {
  visibility: visible !important;
  height: 60px;
  margin-top: 60px;
}

.lnr-star {
  font-weight: bold;
  color: #706f6f;
}

.scendi {
  z-index: 9999;
  position: fixed;
  transition: 0.5s;
  opacity: 0;
  bottom: 20px;
  right: 20px;
  background-color: #706f6f;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  text-align: center;
  cursor: pointer;
}
.scendi i {
  margin-top: 20px;
  display: block;
  color: white;
  font-size: 20px;
}

.tooltip-inner {
  width: 500px !important;
}

.wrapper2 {
  display: inline-flex;
  background: #fff;
  width: 100%;
  align-items: center;
  justify-content: space-evenly;
  border-radius: 5px;
  padding: 20px 15px;
}

.wrapper2 .option {
  background: #fff;
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  margin: 0 10px;
  border-radius: 5px;
  cursor: pointer;
  padding: 0 10px;
  border: 2px solid lightgrey;
  transition: all 0.3s ease;
}

.wrapper2 .option .dot {
  height: 16px;
  width: 16px;
  background: #d9d9d9;
  border-radius: 50%;
  position: relative;
}

.wrapper2 .option .dot::before {
  position: absolute;
  content: "";
  top: 2px;
  left: 2px;
  width: 12px;
  height: 12px;
  background: #706f6f;
  border-radius: 50%;
  opacity: 0;
  transform: scale(1.5);
  transition: all 0.3s ease;
}

#radioCliente:checked:checked ~ .radioCliente,
#radioAgente:checked:checked ~ .radioAgente {
  border-color: #706f6f;
  background: #706f6f;
}

#radioCliente:checked:checked ~ .radioCliente .dot,
#radioAgente:checked:checked ~ .radioAgente .dot {
  background: #fff;
}

#radioCliente:checked:checked ~ .radioCliente .dot::before,
#radioAgente:checked:checked ~ .radioAgente .dot::before {
  opacity: 1;
  transform: scale(1);
}

.wrapper2 .option span {
  color: #808080;
}

#radioCliente:checked:checked ~ .radioCliente span,
#radioAgente:checked:checked ~ .radioAgente span {
  color: #fff;
}

.tab {
  overflow: hidden;
  border: 1px solid #ccc;
  background-color: #f1f1f1;
}

/* Style the buttons that are used to open the tab content */
.tab button {
  background-color: inherit;
  float: left;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 14px 16px;
  transition: 0.3s;
}

/* Change background color of buttons on hover */
.tab button:hover {
  background-color: #ddd;
}

/* Create an active/current tablink class */
.tab button.active {
  background-color: #ccc;
}

/* Style the tab content */
.tabcontent {
  display: none;
  padding: 6px 12px;
  border: 1px solid #ccc;
  border-top: none;
}

.userData {
  background-color: #f5f5f5;
}
.userData p {
  margin-bottom: 7px !important;
}
.userData .userStatus {
  text-transform: uppercase;
  text-align: center;
  letter-spacing: 2px;
  font-weight: 900;
  font-size: 20px;
  padding: 5px 0;
  color: #fff;
  margin-bottom: 10px;
}
.userData .userStatus.silver {
  background-color: #c1c1c1;
}
.userData .userStatus.gold {
  background-color: #cda434;
}
.userData .userStatus.platinum {
  background-color: #7f7679;
}
.userData .modify-data {
  width: 100%;
  transition: 0.2s;
  background-color: #1e73be;
  color: #fff;
  border: 1px solid #1e73be;
}
.userData .modify-data:hover {
  background-color: #fff;
  color: #1e73be;
}

.mostSold > .row,
.drafts > .row {
  height: 400px;
  overflow-y: scroll;
}

.popup-dettaglio {
  cursor: pointer;
  position: relative;
}
.popup-dettaglio .prodImg {
  position: relative;
}
.popup-dettaglio .prodView {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: rgba(99, 156, 185, 0.6);
  color: #fff;
  font-size: 50px;
  display: flex;
  align-items: center;
  transition: 0.3s;
  opacity: 0;
}
.popup-dettaglio .prodView span {
  transition: 0.4s;
  transform: translateY(50px);
  display: block;
  margin: auto;
}
.popup-dettaglio:hover .prodView {
  opacity: 1;
}
.popup-dettaglio:hover .prodView span {
  transform: translateY(0);
}

.see-more.ms-prod {
  text-transform: uppercase;
  font-size: 11px;
  letter-spacing: 2px;
}
.see-more.ms-prod span {
  font-size: 20px;
  vertical-align: middle;
}

.footer {
  background-color: #22252a;
  margin-top: 30px;
}
.footer p {
  color: #fff;
  padding: 20px;
  text-align: center;
  font-size: 15px;
  letter-spacing: 1px;
}

.modal-content {
  border-radius: 0;
  min-height: 300px;
}

.prodPage {
  height: 42px;
  background-color: #f5f5f5;
  width: 100%;
  text-align: right;
}

#pref_star {
  color: white;
}

.lnr {
  transition: 0.2s;
}

form .filter {
  background-color: #fff;
  border-left: none;
  margin-bottom: 20px;
  color: #707070;
  padding: 10px;
}
form .filter:focus {
  border-bottom: 1px solid #1e73be;
}
form .label {
  padding-left: 10px;
  color: #22252a;
  font-weight: 900;
}

.carrelloInfo {
  background-color: #707070;
  color: #fff;
}

.vh100 {
  min-height: 100vh;
}

.full-star {
  filter: invert(84%) sepia(28%) saturate(3876%) hue-rotate(359deg) brightness(103%) contrast(89%);
}

.empty-star {
  filter: invert(0%) sepia(5%) saturate(7500%) hue-rotate(261deg) brightness(106%) contrast(106%);
}
.empty-star:hover {
  filter: invert(84%) sepia(28%) saturate(3876%) hue-rotate(359deg) brightness(103%) contrast(89%);
}

#newOrderHeader:hover #newOrderHeader {
  cursor: pointer;
}

.linea-check {
  background-color: #1e73be;
  color: #fff !important;
}

.fifth {
  border-color: #1e73be;
  border: none;
  font-weight: bold;
  position: relative;
  overflow: hidden;
  z-index: 1;
  transition: color 150ms ease-in-out;
}
.fifth:after {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 100%;
  background: #1e73be;
  z-index: -1;
  transition: width 250ms ease-in-out;
}
.fifth:hover {
  color: #fff;
}
.fifth:hover:after {
  width: 110%;
}

.new_client input:focus-visible {
  border: 0;
}

#loader-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 1000;
  background-color: rgba(0, 0, 0, 0.5); /* Overlay semi-trasparente */
  display: flex;
  justify-content: center;
  align-items: center;
  display: none; /* Nascondi inizialmente il loader */
}

#loader {
  border: 5px solid #f3f3f3;
  border-top: 5px solid #1e73be;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  animation: spin 0.8s linear infinite;
}

#add_to_cart {
  background-color: rgb(27, 199, 104);
  border-color: rgb(53, 223, 130);
}

.accordion-button:not(.collapsed) {
    color: #000000;
    background-color: #f5f5f500;
}

.plus_symbol {
  position: absolute;
  top: 2px;
  right: 6px;
}
.plus_symbol i {
  font-size: 9px;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}/*# sourceMappingURL=style.css.map */