@charset "UTF-8";
/*IPHONE Portrait and Landscape */
/*PASTE THIS:
@media only screen and (min-device-width: 320px) and (max-device-width: 768px) and (-webkit-min-device-pixel-ratio: 2){}*/
/*TABLET Portrait and Landscape*/
/*PASTE THIS:
@media only screen and (min-device-width: 768px) and (max-device-width: 1024) and (-webkit-min-device-pixel-ratio: 2){}*/
/*TABLET Portrait */
/*PASTE THIS:
@media only screen and (min-device-width: 768px) and (max-device-width: 1200px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 1){}*/
/*TABLET Landscape*/
/*PASTE THIS:
@media only screen and (min-device-width: 768px) and (max-device-width: 1200px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2){}*/
body {
  font-size: 12px;
}
@media only screen and (min-device-width: 320px) and (max-device-width: 768px) and (-webkit-min-device-pixel-ratio: 2) {
  body {
    margin-bottom: 65px;
  }
}

* {
  font-family: "Open Sans", sans-serif;
}

.icon {
  width: 20px;
}

.bkgAccess {
  background-color: #2e3033;
}

.bkgCompany {
  background-color: #3f8dbf;
}
.bkgCompany.wines {
  background-color: #6c253e;
}
.bkgCompany.visconti {
  background-color: #50748a;
}
.bkgCompany.spirits {
  background-color: #a07f44;
}
.bkgCompany.vino-al-vino {
  background-color: #7e3476;
}
.bkgCompany h2 {
  color: #fff;
  font-weight: 100;
}

.bkgLight {
  background-color: #f5f5f5;
}

.bkgMid {
  background-color: #5d5d5d;
}
.bkgMid p {
  color: #fff;
}
.bkgMid p strong {
  color: #fff;
}

.bkgDark {
  background-color: #2e3033;
}
.bkgDark p {
  color: #fff;
}
.bkgDark p strong {
  color: #fff;
}

.bkg-warning {
  background-color: #ffeeba;
}

img {
  width: 100%;
}

.accessRow p {
  font-size: 14px;
  font-weight: 600;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-bottom: 0;
}
@media only screen and (min-device-width: 320px) and (max-device-width: 768px) and (-webkit-min-device-pixel-ratio: 2) {
  .accessRow p {
    font-size: 14px;
  }
  .accessRow p svg {
    display: none;
  }
}
.accessRow p span {
  font-size: 14px;
  font-weight: 300;
}

.leftLine {
  border-left: 1px solid #ffffff;
}
@media only screen and (min-device-width: 320px) and (max-device-width: 768px) and (-webkit-min-device-pixel-ratio: 2) {
  .leftLine {
    border-left: none;
  }
}

.titleStyle {
  color: #2e3033;
  text-align: center;
  font-weight: 100;
}

.buttonStyle {
  font-size: 13px;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none !important;
  transition: 0.2s;
  font-weight: 800;
  letter-spacing: 2px;
  cursor: pointer;
}
@media only screen and (min-device-width: 320px) and (max-device-width: 768px) and (-webkit-min-device-pixel-ratio: 2) {
  .buttonStyle {
    font-size: 16px;
  }
}
.buttonStyle.b1 {
  background-color: #2e3033;
  border: 2px solid #2e3033;
}
.buttonStyle.b1:hover {
  color: #2e3033;
}
.buttonStyle.b1:hover svg {
  fill: #2e3033;
}
.buttonStyle.b2 {
  background-color: #8f9398;
  border: 2px solid #8f9398;
}
.buttonStyle.b2:hover {
  color: #8f9398;
}
.buttonStyle.b2:hover svg {
  fill: #8f9398;
}
.buttonStyle.b3 {
  background-color: #3f8dbf;
  border: 2px solid #3f8dbf;
}
.buttonStyle.b3:hover {
  color: #3f8dbf;
}
.buttonStyle.b3:hover svg {
  fill: #3f8dbf;
}
.buttonStyle.cartButton {
  background-color: #3f8dbf;
  border: 2px solid #3f8dbf;
}
.buttonStyle.cartButton:hover {
  color: #3f8dbf;
}
.buttonStyle.cartButton:hover svg {
  fill: #3f8dbf;
}
.buttonStyle:hover {
  background-color: #fff;
}
.buttonStyle svg {
  fill: #fff;
  width: 20px;
  height: 20px;
  vertical-align: middle;
  transition: 0.2s;
}

h5 {
  font-size: 16px;
}

.login-submit {
  width: 100%;
}

.exit_azienda {
  cursor: pointer;
}
@media only screen and (min-device-width: 320px) and (max-device-width: 768px) and (-webkit-min-device-pixel-ratio: 2) {
  .exit_azienda {
    position: absolute;
    top: 5px;
    right: 0;
    width: 15px !important;
    margin-right: 5px;
  }
}

@media only screen and (min-device-width: 320px) and (max-device-width: 768px) and (-webkit-min-device-pixel-ratio: 2) {
  .drop-azienda {
    display: none;
  }
}

.exit_cliente {
  cursor: pointer;
}
@media only screen and (min-device-width: 320px) and (max-device-width: 768px) and (-webkit-min-device-pixel-ratio: 2) {
  .exit_cliente {
    position: absolute;
    top: 5px;
    right: 0;
    width: 15px !important;
    margin-right: 5px;
  }
}

.pointer {
  cursor: pointer;
}

@media only screen and (min-device-width: 320px) and (max-device-width: 768px) and (-webkit-min-device-pixel-ratio: 2) {
  .mobileButton {
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 999;
    background-color: #8f9398;
  }
  .mobileButton.exit {
    right: 0;
    left: auto;
    background-color: #5d5d5d;
    height: 55px;
  }
}

@media only screen and (min-device-width: 320px) and (max-device-width: 768px) and (-webkit-min-device-pixel-ratio: 2) {
  .mobile-agent {
    height: 55px;
  }
}

#dropdownCompanies {
  font-size: 16px;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-bottom: 0;
  cursor: pointer;
}
@media only screen and (min-device-width: 320px) and (max-device-width: 768px) and (-webkit-min-device-pixel-ratio: 2) {
  #dropdownCompanies {
    font-size: 16px;
  }
}
#dropdownCompanies img {
  max-width: 250px;
}

.dropdown .accessIcon {
  transform: rotate(90deg);
  width: 10px;
  height: 20px;
  vertical-align: middle;
  margin-left: 10px;
}
.dropdown .dropdown-menu {
  font-size: 12px;
  border-radius: 0;
  border: 0;
  box-shadow: 0px 8px 13px rgba(208, 208, 208, 0.5294117647);
  padding: 0;
}
.dropdown .dropdown-menu.companyMenu {
  transform: translate3d(0px, 51px, 0px) !important;
}
.dropdown .dropdown-menu.companyMenu li {
  background-color: #2e3033;
  transition: 0.2s;
}
.dropdown .dropdown-menu.companyMenu li:hover {
  cursor: pointer;
}
.dropdown .dropdown-menu.companyMenu li.wines:hover {
  background-color: #7b3b52;
}
.dropdown .dropdown-menu.companyMenu li.spirits:hover {
  background-color: #aa8c57;
}
.dropdown .dropdown-menu.companyMenu li.visconti:hover {
  background-color: #628296;
}
.dropdown .dropdown-menu.companyMenu li.vino-al-vino:hover {
  background-color: #a5719f;
}
.dropdown .dropdown-menu.companyMenu img {
  max-width: 250px;
}

.dropdown-toggle {
  overflow: hidden;
}

.dropdown-toggle::after {
  display: none;
}

.accessIcon {
  width: 20px;
  height: 20px;
  fill: #fff;
  vertical-align: sub;
}

.navbar-toggler {
  display: block;
  width: 50px;
  margin: auto;
  height: 50px;
  margin-top: 10px;
  margin-bottom: 10px;
  background-color: #f5f5f5;
  border: 2px solid #5d5d5d;
  border-radius: 0;
  outline: none !important;
}
@media only screen and (min-device-width: 320px) and (max-device-width: 768px) and (-webkit-min-device-pixel-ratio: 2) {
  .navbar-toggler {
    width: 100%;
    height: 40px;
  }
}

.navbar-nav .nav-link {
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #5d5d5d;
}
.navbar-nav .nav-link .accessIcon {
  fill: #5d5d5d;
}
.navbar-nav .dropdown-menu {
  margin: 0px;
}
.navbar-nav .dropdown-menu .dropdown-item {
  text-transform: uppercase;
  letter-spacing: 2px;
  padding: 15px 12px;
  background-color: #e7e8e9;
  transition: 0.2s;
}
.navbar-nav .dropdown-menu .dropdown-item:hover {
  background-color: #5d5d5d;
  color: #fff;
}
@media only screen and (min-device-width: 320px) and (max-device-width: 768px) and (-webkit-min-device-pixel-ratio: 2) {
  .navbar-nav .dropdown-menu .dropdown-item {
    font-size: 14px;
    padding: 10px 7px;
  }
}
@media only screen and (min-device-width: 320px) and (max-device-width: 768px) and (-webkit-min-device-pixel-ratio: 2) {
  .navbar-nav .nav-link {
    font-size: 14px;
  }
}

.clientButton {
  background-color: #e7e8e9;
  text-transform: uppercase;
  color: #5d5d5d;
  font-size: 12px;
  transition: 0.2s;
  cursor: pointer;
}
@media only screen and (min-device-width: 320px) and (max-device-width: 768px) and (-webkit-min-device-pixel-ratio: 2) {
  .clientButton {
    font-size: 16px;
  }
}
.clientButton svg {
  fill: #5d5d5d;
  width: 20px;
  height: 20px;
  margin-left: 10px;
  vertical-align: middle;
  transition: 0.2s;
}
.clientButton:hover {
  background-color: #5d5d5d;
  color: #e7e8e9;
}
.clientButton:hover svg {
  fill: #e7e8e9;
}

.modal-content {
  border-radius: 0;
  border: none;
}
.modal-content .modal-body .thead p {
  letter-spacing: 0;
  font-size: 12px;
}
.modal-content .modal-body .buttonStyle {
  display: inline-block;
  background-color: #3f8dbf;
  border: 2px solid #3f8dbf;
  padding: 12px 10px;
}
.modal-content .modal-body .buttonStyle sup {
  margin-left: -7px;
  transition: 0.2s;
}
.modal-content .modal-body .buttonStyle:hover {
  background-color: #fff;
}
.modal-content .modal-body .buttonStyle:hover svg {
  fill: #3f8dbf;
}
.modal-content .modal-body .buttonStyle:hover sup {
  color: #3f8dbf;
}
.modal-content .modal-body .brand img {
  max-height: 70px;
  width: auto;
  margin-left: auto;
  display: block;
}

.agentHome .navMenu,
.agentHome .cta-button {
  display: none;
}
.agentHome .widgetBlock .widgetContent {
  height: 50vh;
  max-height: 50vh;
}
@media only screen and (min-device-width: 320px) and (max-device-width: 768px) and (-webkit-min-device-pixel-ratio: 2) {
  .agentHome .widgetBlock .widgetContent {
    max-height: 50vh;
    height: auto;
  }
}

/* .widget-wrapper:nth-child(even) > div {
  background-color: #f5f5f5; 
} */
.aaa:nth-child(even) {
  background-color: #f5f5f5;
}

.widgetMaxHeight .widgetBlock .widgetContent {
  height: 50vh;
  max-height: 50vh;
}
@media only screen and (min-device-width: 320px) and (max-device-width: 768px) and (-webkit-min-device-pixel-ratio: 2) {
  .widgetMaxHeight .widgetBlock .widgetContent {
    max-height: 50vh;
  }
}

/* .footer {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
} */
.homeNotLoged {
  height: 80vh;
}
.homeNotLoged .footer {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
}
@media only screen and (min-device-width: 320px) and (max-device-width: 768px) and (-webkit-min-device-pixel-ratio: 2) {
  .homeNotLoged {
    max-height: 50vh;
  }
}

.widgetBlock h5 {
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: 600;
  color: #2e3033;
}
.widgetBlock .thead {
  text-transform: uppercase;
  color: #5d5d5d;
  font-weight: 700;
  text-align: center;
  letter-spacing: 2px;
}
.widgetBlock .thead .col {
  border-bottom: 2px solid #8f9398;
  padding-bottom: 10px;
  margin-bottom: 4px;
}
.widgetBlock .thead .category,
.widgetBlock .thead .button {
  width: 50px;
}
.widgetBlock .widgetContent {
  text-align: center;
  height: 65vh;
  overflow-y: auto;
  display: flex;
  flex-direction: column;
}
@media only screen and (min-device-width: 320px) and (max-device-width: 768px) and (-webkit-min-device-pixel-ratio: 2) {
  .widgetBlock .widgetContent {
    max-height: 50vh;
  }
}
.widgetBlock .widgetContent > .row {
  margin-bottom: 3px;
}
.widgetBlock .widgetContent > .row:nth-child(even) {
  background-color: #f5f5f5;
}
.widgetBlock .widgetContent .category {
  width: 50px;
  height: 50px;
  text-transform: uppercase;
  font-size: 40px;
  font-weight: 100;
  line-height: 50px;
  color: #fff;
}
.widgetBlock .widgetContent .category.wines {
  background-color: #6c253e;
}
.widgetBlock .widgetContent .category.visconti {
  background-color: #50748a;
}
.widgetBlock .widgetContent .category.spirits {
  background-color: #a07f44;
}
@media only screen and (min-device-width: 320px) and (max-device-width: 768px) and (-webkit-min-device-pixel-ratio: 2) {
  .widgetBlock .widgetContent .category {
    height: auto;
  }
}
.widgetBlock .widgetContent .button {
  width: 45px;
  height: 45px;
  transition: 0.2s;
  cursor: pointer;
}
.widgetBlock .widgetContent .button.dark {
  background-color: #2e3033;
  border: 2px solid #2e3033;
}
.widgetBlock .widgetContent .button.mid {
  background-color: #5d5d5d;
  border: 2px solid #5d5d5d;
}
.widgetBlock .widgetContent .button svg {
  display: flex;
  fill: #fff;
  width: 25px;
  height: 25px;
  text-align: center;
  margin: auto;
  padding: 8px;
  display: block;
  box-sizing: content-box;
  transition: 0.2s;
}
.widgetBlock .widgetContent .button:hover.dark {
  background-color: #fff;
}
.widgetBlock .widgetContent .button:hover.dark svg {
  fill: #2e3033;
}
.widgetBlock .widgetContent .button:hover.mid {
  background-color: #fff;
}
.widgetBlock .widgetContent .button:hover.mid svg {
  fill: #5d5d5d;
}
@media only screen and (min-device-width: 320px) and (max-device-width: 768px) and (-webkit-min-device-pixel-ratio: 2) {
  .widgetBlock .widgetContent .button {
    height: auto;
  }
}
.widgetBlock .widgetContent p {
  margin-bottom: 0;
}
.widgetBlock.noButton .widgetContent .row {
  align-items: center;
}

.widgetContent.widgetSearch {
  height: auto;
}

.timetable {
  font-weight: 700;
}
.timetable.accepted {
  color: #2dc661;
}
.timetable.pending {
  color: #ffb524;
}
.timetable.denied {
  color: #e01212;
}

.category {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  font-weight: 100;
  letter-spacing: 1px;
  padding: 2px 5px;
}
.category.wines {
  background-color: #6c253e;
}
.category.visconti {
  background-color: #50748a;
}
.category.spirits {
  background-color: #a07f44;
}
.category.vinorosso {
  background-color: #b73554;
}
.category.vinobianco {
  background-color: #a19f5a;
}
.category.champagne {
  background-color: #dfa754;
}
.category.rose {
  background-color: #c7718b;
}
.category p {
  padding: 0 !important;
}

.prodBlock {
  position: relative;
  border: 2px solid #f5f5f5;
}
.prodBlock .category {
  position: absolute;
  top: 0;
  right: 0;
}
.prodBlock .prodDescr {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(245, 245, 245, 0.8);
}
.prodBlock .prodDescr p {
  text-transform: uppercase;
  color: #2e3033;
  text-align: center;
  margin: 0;
  padding: 10px;
  letter-spacing: 2px;
}
.prodBlock.marca img {
  cursor: pointer;
}

.owl-nav {
  display: none;
}

.owl-carousel {
  text-align: right;
  margin-top: 15px;
}
.owl-carousel .owl-dots {
  margin-left: auto;
}
.owl-carousel .owl-dots .owl-dot {
  width: 15px;
  height: 15px;
  background-color: #e7e8e9;
  transition: 0.2s;
  margin: 5px;
  outline: none !important;
}
.owl-carousel .owl-dots .owl-dot.active {
  background-color: #3f8dbf;
}

@media only screen and (min-device-width: 320px) and (max-device-width: 768px) and (-webkit-min-device-pixel-ratio: 2) {
  .bottomLinePrice {
    border-top: 2px solid #3f8dbf;
  }
}

.inputBlock label {
  display: block;
  text-transform: uppercase;
  font-weight: 800;
  letter-spacing: 1px;
  margin-bottom: 0.2rem !important;
}
.inputBlock input,
.inputBlock select,
.inputBlock textarea {
  border: none;
  width: 100%;
  outline: none !important;
}
.inputBlock input:disabled,
.inputBlock select:disabled,
.inputBlock textarea:disabled {
  background-color: transparent;
}
.inputBlock a {
  font-size: 14px;
  font-weight: 700;
  color: #3f8dbf;
  text-decoration: none !important;
}
.inputBlock svg {
  width: 20px;
  height: 20px;
  fill: #5d5d5d;
  float: right;
}
.inputBlock .inputField {
  padding-bottom: 5px;
  border-bottom: 2px solid #3f8dbf;
}
.inputBlock .dropdown {
  width: 100%;
  cursor: pointer;
}
.inputBlock .dropdown .dropdown-menu {
  width: 100%;
  box-shadow: 0px 8px 13px rgba(0, 0, 0, 0.3490196078);
  max-height: 200px;
  overflow-y: auto;
}
.inputBlock .dropdown p {
  margin-bottom: 0;
}
.inputBlock .dropdown p input {
  display: inline-block;
  width: auto;
  margin-right: 10px;
}
.inputBlock.privacy {
  display: flex;
  align-items: baseline;
}
.inputBlock.privacy p {
  font-size: 14px;
  color: #5d5d5d;
  display: inline-block;
  width: auto;
}
.inputBlock.privacy input {
  width: auto;
}

select::-ms-expand {
  font-size: 30px;
  width: 30px;
  display: none;
}

.filter p {
  font-weight: 700;
  text-transform: uppercase;
  font-size: 14px;
}
.filter p span {
  font-weight: 300;
  text-transform: none;
  font-size: 16px;
  background-color: #f5f5f5;
  padding: 10px;
  margin-left: 10px;
  line-height: 50px;
}

.productList h6,
.productList p {
  margin-bottom: 0;
  padding-top: 10px;
  padding-bottom: 10px;
}
.productList strong {
  color: #2e3033;
  font-weight: 700;
}
.productList .thead {
  border-bottom: 2px solid #8f9398;
}
.productList .thead h6 {
  text-transform: uppercase;
  color: #5d5d5d;
  font-size: 13px;
  font-weight: 700;
}
.productList .thead .prodImg,
.productList .thead .bagIcon {
  border: none;
  border-bottom: 4px solid #ffffff;
  margin-bottom: -3px;
  min-height: 50px;
  box-sizing: content-box;
}
.productList .prodImg {
  width: 100px;
}
.productList .prodImg img {
  width: 85%;
  border: 2px solid #f5f5f5;
  cursor: pointer;
}
.productList .bagIcon {
  width: 50px;
  cursor: pointer;
}
.productList .bagIcon svg {
  fill: #fff;
  width: 25px;
  max-height: 50px;
  padding: 13px;
  box-sizing: content-box;
  background-color: #2e3033;
  border: 2px solid #2e3033;
  transition: 0.2s;
}
.productList .bagIcon svg:hover {
  fill: #2e3033;
  background-color: #fff;
}
@media only screen and (min-device-width: 320px) and (max-device-width: 768px) and (-webkit-min-device-pixel-ratio: 2) {
  .productList .bagIcon {
    width: 85px;
  }
  .productList .bagIcon svg {
    margin: 7px 0px;
    padding: 0px 20px;
  }
}
.productList .prodListContent {
  height: 50vh;
  overflow-y: auto;
}
.productList .prodListContent .prodRow .status {
  width: 50px;
}
.productList .prodListContent .prodRow .status .statusCircle {
  width: 25px;
  height: 25px;
  display: block;
  border-radius: 50%;
  border: 3px solid #8f9398;
  transition: 0.2s;
}
.productList .prodListContent .prodRow .status .statusCircle.accepted {
  background-color: #2dc661;
}
.productList .prodListContent .prodRow .status .statusCircle.denied {
  background-color: #e01212;
}
.productList .prodListContent .prodRow .status .statusCircle.pending {
  background-color: #ffb524;
}
.productList .prodListContent .prodRow input {
  width: 100%;
  border: none;
  border-bottom: 1px solid #8f9398;
  text-align: center;
  padding-bottom: 10px;
  background-color: transparent;
  outline: none !important;
}
.productList .prodListContent .prodRow:nth-child(even) {
  background-color: #f5f5f5;
}

.row-wid {
  font-size: 12px;
}

.pages a {
  width: 40px;
  height: 40px;
  background-color: #f5f5f5;
  text-align: center;
  padding: 5px 10px;
  margin: 2px;
  color: #8f9398;
  text-decoration: none;
  transition: 0.2s;
}
.pages a:hover {
  background-color: #8f9398;
  color: #f5f5f5;
}

.imgTextRow {
  display: flex;
  align-items: start;
  text-align: left;
  margin-bottom: 20px;
}
.imgTextRow img {
  width: 40px;
  height: 40px;
  background-color: #8f9398;
  border-radius: 50%;
  padding: 10px;
  box-sizing: content-box;
}
.imgTextRow p {
  padding: 5px 15px;
  color: #5d5d5d;
}

.prodDescr {
  color: #5d5d5d;
}

.cartBlock .prodListContent {
  height: auto;
  overflow-y: visible;
}
.cartBlock .prodListContent .prodRow input {
  border: none;
  padding-bottom: 0;
}
.cartBlock .prodRemove {
  width: 150px;
  height: 50px;
  text-align: right;
}
.cartBlock .prodRemove svg {
  width: 50px;
  height: 50px;
  fill: #fff;
  background-color: #e01212;
  border: 2px solid #e01212;
  padding: 10px;
  transition: 0.2s;
  cursor: pointer;
}
.cartBlock .prodRemove svg:hover {
  fill: #e01212;
  background-color: #fff;
}
@media only screen and (min-device-width: 320px) and (max-device-width: 768px) and (-webkit-min-device-pixel-ratio: 2) {
  .cartBlock .prodRemove {
    width: auto;
  }
}
.cartBlock .giveAway {
  width: 65px;
}
.cartBlock .giveAway p {
  content: "omaggio";
  background-color: #2dc661;
  color: #fff;
  font-size: 12px;
  text-align: center;
  padding: 10px 0px;
  text-transform: uppercase;
}

.totalOrder {
  background-color: #5d5d5d;
}
.totalOrder h5 {
  text-transform: uppercase;
  color: #5d5d5d;
  font-weight: 700;
  margin-bottom: 0;
  color: #fff;
}

.orderSuccess {
  background-color: #2dc661;
}
.orderSuccess p {
  color: #fff;
  text-transform: uppercase;
  font-size: 20px;
  margin-bottom: 0;
  letter-spacing: 3px;
  font-weight: 700;
  text-align: center;
}

.footer p {
  color: #fff;
  letter-spacing: 2px;
}

@media (min-width: 1200px) {
  .modal-xl {
    max-width: 1140px;
  }
}
@media only screen and (min-device-width: 320px) and (max-device-width: 768px) and (-webkit-min-device-pixel-ratio: 2) {
  .footer {
    margin-bottom: -10px;
  }
  .login {
    height: 100vh;
  }
}
.widgetContent::-webkit-scrollbar,
.prodListContent::-webkit-scrollbar {
  width: 5px;
  margin-right: -10px;
  background-color: #e7e8e9;
}

.widgetContent::-webkit-scrollbar-thumb,
.prodListContent::-webkit-scrollbar-thumb {
  background-color: #5d5d5d;
}

/* css fabio ****************************************************************************/
.widgetBlock .table-container {
  display: flex;
  flex-flow: column nowrap;
  background-color: white;
  width: 100%;
  margin: 0 auto;
  border: none;
}
.widgetBlock .table-container .widgetContent {
  max-height: 65vh;
}
.widgetBlock .table-container .circle-wrapper .circle {
  width: 25px;
  height: 25px;
  border: 2px solid gray;
  border-radius: 50%;
}
.widgetBlock .table-container .circle-wrapper .circle-green {
  background-color: #2dc661;
}
.widgetBlock .table-container .circle-wrapper .circle-yellow {
  background-color: yellow;
}
.widgetBlock .table-container .circle-wrapper .circle-red {
  background-color: red;
}
@media only screen and (min-device-width: 320px) and (max-device-width: 768px) and (-webkit-min-device-pixel-ratio: 2) {
  .widgetBlock .table-container .row-item {
    min-width: 150px;
  }
}

.table-row {
  display: flex;
  flex-wrap: row nowrap;
  width: 100%;
  border: none;
  height: 35px;
  /* @media only screen and (min-device-width: 320px) and (max-device-width: 768px) and (-webkit-min-device-pixel-ratio: 2) {
    min-width: 98vw;
  } */
}

.heading-border {
  border-bottom: 2px solid #8f9398;
}

.heading,
.heading-border {
  font-weight: bold;
}

.schedButton,
.storButton {
  margin-top: 9px;
}

.row-item {
  display: flex;
  flex: 1;
  font-size: 12px;
  justify-content: center;
  align-items: center;
  transition: all 0.15s ease-in-out;
  margin-bottom: 3px;
}

.heading .row-item:not(:last-child) {
  border-bottom: 2px solid #8f9398;
}

.title-master-data {
  background-color: #3f8dbf;
}

.checkbox-duplica {
  scale: 1.5;
}

.even-row {
  background-color: #f5f5f5;
}

.table-striped-custom:nth-child(even) {
  background-color: #f5f5f5; /* Colore desiderato per le righe dispari */
}

.heading-popup-storico {
  font-weight: bold;
  border-bottom: 2px solid #8f9398;
}

.h-pop {
  font-size: 14px;
}

.add_btn,
.add_btn:focus.button:focus {
  border: 2px solid #2dc661;
  background-color: #2dc661;
  aspect-ratio: 1;
  cursor: pointer;
  transition: 0.2s all;
  outline: none !important;
}
.add_btn span,
.add_btn:focus.button:focus span {
  color: white;
  font-size: 1rem;
}

.add_btn:hover {
  border: 2px solid #2dc661;
  background-color: white;
}
.add_btn:hover span {
  color: #2dc661;
}

.add_btn_cart,
.add_btn_cart:focus.button:focus {
  border: 2px solid #2dc661;
  background-color: #2dc661;
  cursor: pointer;
  transition: 0.2s all;
  outline: none !important;
}
.add_btn_cart span,
.add_btn_cart:focus.button:focus span {
  color: white;
  text-transform: uppercase;
  font-weight: 600;
}

.add_btn_cart:hover {
  border: 2px solid #2dc661;
  background-color: white;
}
.add_btn_cart:hover span {
  color: #2dc661;
}

.delete_btn,
.delete_btn:focus.button:focus {
  border: 2px solid #e01212;
  background-color: #e01212;
  cursor: pointer;
  transition: 0.2s all;
  outline: none !important;
}
.delete_btn span,
.delete_btn:focus.button:focus span {
  color: white;
  text-transform: uppercase;
  font-weight: 600;
}

.delete_btn:hover {
  border: 2px solid #e01212;
  background-color: white;
}
.delete_btn:hover span {
  color: #e01212;
}

.header-bankstatement {
  margin-right: 2%;
  border-bottom: 2px solid #e7e8e9;
  border-top: 2px solid #e7e8e9;
}
@media only screen and (min-device-width: 320px) and (max-device-width: 768px) and (-webkit-min-device-pixel-ratio: 2) {
  .header-bankstatement h6 {
    display: none;
  }
}

.cta-button {
  background-color: #2e3033;
  cursor: pointer;
  border: 2px solid #2e3033;
  transition: 0.2s;
}
.cta-button a {
  color: white;
}
.cta-button:hover {
  background-color: white;
  border: 2px solid #2e3033;
}
.cta-button:hover a {
  color: black;
}

.page-height {
  min-height: 76vh;
}

@media only screen and (min-device-width: 320px) and (max-device-width: 768px) and (-webkit-min-device-pixel-ratio: 2) {
  #miaTabella .mobile-font-size {
    font-size: 12px;
  }
}

@media only screen and (min-device-width: 320px) and (max-device-width: 768px) and (-webkit-min-device-pixel-ratio: 2) {
  h1 {
    font-size: 2rem;
  }
  h2 {
    font-size: 1.5rem;
  }
  h5 {
    font-size: 1rem;
  }
  p {
    font-size: 14px;
  }
  .login-txt {
    font-size: 14px;
  }
  .hid {
    display: none;
  }
}
.check-sezione-agente {
  gap: 3rem;
}

.pdf-logo {
  padding: 15px;
  float: left;
}
.pdf-logo img {
  width: 300px;
}

.pdf-info {
  font-size: 18px;
  padding: 15px;
  font-weight: 600;
  color: #ffffff;
}

.bkg-wines {
  background-color: #6c253e;
}

.bkg-spirits {
  background-color: #a07f44;
}

.bkg-visconti {
  background-color: #50748a;
}

.pdf-info {
  float: right;
}

.bkg-header {
  height: 90px;
}

.logo-home {
  height: 72.5vh;
}

#create_agent {
  text-decoration: none;
}

.grow-2 {
  flex-grow: 2;
}

.flexLoader {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.hidden {
  display: none;
}

#loader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 999;
}

.spinner {
  border: 4px solid rgba(255, 255, 255, 0.3);
  border-radius: 50%;
  border-top: 4px solid #3498db;
  width: 40px;
  height: 40px;
  animation: spin 1s linear infinite;
}

#alias_id {
  color: white;
  background-color: #2e3033;
  border: none;
  height: 100%;
  letter-spacing: 2px;
  font-weight: 600;
  text-transform: uppercase;
}
@media only screen and (min-device-width: 320px) and (max-device-width: 768px) and (-webkit-min-device-pixel-ratio: 2) {
  #alias_id {
    width: 18px;
  }
}

.bkg-grey {
  background-color: #f5f5f5;
  /* @media only screen and (min-device-width: 320px) and (max-device-width: 768px) and (-webkit-min-device-pixel-ratio: 2) {
    width: fit-content;
  } */
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.table-details {
  padding-right: 0 !important;
}

/* Nascondi il contenuto del popover inizialmente */
.add-prod {
  display: none;
  position: absolute;
  background-color: #2dc661; /* Colore di sfondo */
  padding: 5px; /* Spaziatura interna */
  color: #ffffff;
  width: 200px;
  text-transform: uppercase;
  z-index: 100;
  border-radius: 3px;
  right: 80px;
  top: 0;
  font-weight: bolder;
}

/* Mostra il contenuto del popover quando il div è in hover */
.add-prod-wrapper:hover .add-prod {
  display: block;
}

.order-details-info {
  overflow-x: auto;
}

.note-details-wrapper {
  gap: 10px;
  flex-wrap: wrap;
}

.note-details {
  flex-grow: 1;
}

.orario_di_consegna {
  display: flex;
  align-items: center;
  margin-right: 15px;
}

.orario_consegna_checkbox {
  width: 15px !important;
}

.orario_consegna {
  flex-wrap: wrap;
}

#select-client {
  padding: 1.3rem 1rem;
}

/* pre{
  display: none;
} */
.dataTables_wrapper {
  overflow-x: auto;
}

.custom-popover {
  background-color: #2dc661;
}

.custom-popover .popover-body {
  color: white;
  font-weight: bold;
}

.iban_es {
  font-weight: 400;
  font-size: 0.8rem;
  text-transform: none;
}

.client_underline {
  background-color: #2dc661;
}
.client_underline h6 {
  letter-spacing: 2px;
}

.order-details-title {
  display: block;
  text-transform: uppercase;
  font-weight: 800;
  letter-spacing: 1px;
}

.lingua {
  border: none;
  background-color: transparent;
  cursor: pointer;
}
.lingua img {
  width: 22px;
}

.copy-wrapper {
  position: relative;
}
.copy-wrapper .box-copy {
  position: absolute;
  background-color: #ffffff;
  padding: 8px 15px;
  top: 0px;
  right: 50px;
  font-weight: 500;
  border: 2px solid #8f9398;
  border-radius: 5px;
  display: none;
  z-index: 999;
}
.copy-wrapper:hover .box-copy {
  display: block;
}
.copy-wrapper .box-red {
  position: absolute;
  background-color: #ffffff;
  color: #e01212;
  padding: 8px 15px;
  top: 0px;
  right: 50px;
  font-weight: 500;
  border: 2px solid #e01212;
  border-radius: 5px;
  display: none;
  z-index: 999;
}
.copy-wrapper:hover .box-red {
  display: block;
}
.copy-wrapper .box-green {
  position: absolute;
  background-color: #ffffff;
  color: #2dc661;
  padding: 8px 15px;
  top: 0px;
  right: 50px;
  font-weight: 500;
  border: 2px solid #2dc661;
  border-radius: 5px;
  display: none;
  z-index: 999;
}
.copy-wrapper:hover .box-green {
  display: block;
}
.copy-wrapper .box-dark {
  position: absolute;
  background-color: #ffffff;
  color: #2e3033;
  padding: 8px 15px;
  top: 0px;
  right: 50px;
  font-weight: 500;
  border: 2px solid #2e3033;
  border-radius: 5px;
  display: none;
}
.copy-wrapper:hover .box-dark {
  display: block;
}
.copy-wrapper .box-light-blue {
  position: absolute;
  background-color: #3f8dbf;
  color: #ffffff;
  padding: 8px 15px;
  top: -30px;
  right: 60px;
  font-weight: 500;
  border: 2px solid #3f8dbf;
  border-radius: 5px;
  display: none;
}
.copy-wrapper:hover .box-light-blue {
  display: block;
}

.lang {
  display: none;
}
@media only screen and (min-device-width: 320px) and (max-device-width: 768px) and (-webkit-min-device-pixel-ratio: 2) {
  .lang {
    display: block;
  }
}

@media only screen and (min-device-width: 320px) and (max-device-width: 768px) and (-webkit-min-device-pixel-ratio: 2) {
  .lang-dsk {
    display: none;
  }
}
.btn-wdg {
  width: 30px;
  transition: 0.2s;
  aspect-ratio: 1;
  vertical-align: middle;
  cursor: pointer;
}
.btn-wdg.dark {
  background-color: #2e3033;
  border: 2px solid #2e3033;
}
.btn-wdg.mid {
  background-color: #5d5d5d;
  border: 2px solid #5d5d5d;
}
.btn-wdg.canc {
  background-color: #e01212;
  border: 2px solid #e01212;
}
.btn-wdg.edit_product {
  background-color: #5d5d5d;
  border: 2px solid #5d5d5d;
}
.btn-wdg.add {
  background-color: #2dc661;
  border: 2px solid #2dc661;
}
.btn-wdg svg {
  display: flex;
  fill: #fff;
  width: 20px;
  height: 20px;
  text-align: center;
  margin: auto;
  padding: 4px;
  display: block;
  box-sizing: content-box;
  transition: 0.2s;
}
.btn-wdg:hover.dark {
  background-color: #fff;
}
.btn-wdg:hover.dark svg {
  fill: #2e3033;
}
.btn-wdg:hover.mid {
  background-color: #fff;
}
.btn-wdg:hover.mid svg {
  fill: #5d5d5d;
}
.btn-wdg:hover.canc {
  background-color: #fff;
}
.btn-wdg:hover.canc svg {
  fill: #e01212;
}
.btn-wdg:hover.edit_product {
  background-color: #fff;
}
.btn-wdg:hover.edit_product svg {
  fill: #5d5d5d;
}
.btn-wdg:hover.add {
  background-color: #fff;
}
.btn-wdg:hover.add svg {
  fill: #2dc661;
}
@media only screen and (min-device-width: 320px) and (max-device-width: 768px) and (-webkit-min-device-pixel-ratio: 2) {
  .btn-wdg {
    height: auto;
  }
}

.btn-td {
  padding: 1px !important;
  text-align: -webkit-right;
  text-align: -moz-right;
  display: flex !important;
  gap: 1px;
  justify-content: end;
}

.category-wdt {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  font-weight: 100;
  font-size: 22px;
  letter-spacing: 1px;
}
.category-wdt.wines {
  background-color: #6c253e;
}
.category-wdt.visconti {
  background-color: #50748a;
}
.category-wdt.spirits {
  background-color: #a07f44;
}
.category-wdt p {
  padding: 0 !important;
}

.th-type {
  padding: 1px !important;
}
.th-type div {
  width: 30px;
  aspect-ratio: 1;
}

.thead-wdt {
  color: #5d5d5d;
  font-weight: 700;
  letter-spacing: 2px;
}

.td-wdg {
  padding: 1px 0.75rem !important;
  vertical-align: middle !important;
}

.over {
  height: 55vh;
  overflow-y: auto;
}
@media only screen and (min-device-width: 320px) and (max-device-width: 768px) and (-webkit-min-device-pixel-ratio: 2) {
  .over {
    overflow-x: scroll;
  }
}

.over-select {
  max-height: 55vh;
  overflow-y: auto;
}
@media only screen and (min-device-width: 320px) and (max-device-width: 768px) and (-webkit-min-device-pixel-ratio: 2) {
  .over-select {
    overflow-x: scroll;
  }
}

.over-lg {
  height: 60vh;
  overflow-y: auto;
}
@media only screen and (min-device-width: 320px) and (max-device-width: 768px) and (-webkit-min-device-pixel-ratio: 2) {
  .over-lg {
    overflow-x: scroll;
  }
}

.widgetBlockWdg h5 {
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: 600;
  color: #2e3033;
}

@media only screen and (min-device-width: 320px) and (max-device-width: 768px) and (-webkit-min-device-pixel-ratio: 2) {
  .overx {
    overflow-x: scroll;
  }
}

#errorLogin {
  color: #a94442; /* Colore del testo */
  background-color: #f2dede; /* Colore di sfondo */
  border-color: #ebccd1; /* Colore del bordo */
  padding: 10px;
  border-radius: 5px;
  margin: 10px 0;
  font-size: 14px;
}

.custom-alert {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  justify-content: center;
  align-items: center;
  z-index: 99;
}

.custom-alert-content {
  text-align: center;
  background: white;
  padding: 20px;
  border-radius: 5px;
}

.table th {
  padding: 0.5rem !important;
}

.add_btnBS,
.add_btnBS:focus.button:focus {
  border: 2px solid #2dc661;
  background-color: #2dc661;
  aspect-ratio: 1;
  cursor: pointer;
  transition: 0.2s all;
  color: #ffffff;
  font-size: 1rem;
  outline: none !important;
}

.add_btnBS:hover {
  border: 2px solid #2dc661;
  background-color: white;
  color: #2dc661;
}

.bkg-exp {
  background-color: #FFEEBA !important;
}

.tab-ass tr {
  height: 35px;
}

.detail-tab tr {
  height: 35px;
}
.detail-tab tr .giveAway {
  width: 65px;
}
.detail-tab tr .giveAway span {
  content: "omaggio";
  height: 35px;
  display: block;
  background-color: #2dc661;
  color: #fff;
  font-size: 12px;
  text-align: center;
  padding: 10px 0px;
  text-transform: uppercase;
}

.bank-tab tr {
  height: 35px;
}

.wrapper-btn-cart {
  gap: 5px;
}
.wrapper-btn-cart button {
  padding: 8px 15px;
}

.order-red {
  background-color: #f28585 !important;
}

.order-green {
  background-color: #8cec92 !important;
}

.order-orange {
  background-color: #f9af58 !important;
}

.cli-gr {
  flex-grow: 3;
}

.page-item.active .page-link {
  background-color: #e9ecef !important;
  border-color: #e9ecef !important;
  color: #2e3033;
}

.page-link {
  color: #2e3033;
}

.page-link:hover {
  color: #2e3033 !important;
}

.create-client, .input-create, .create-agents {
  background-color: #E7E7E7;
}

.form-check-label.square-radio {
  position: relative;
  padding-left: 30px; /* Spazio per il nostro quadrato custom più il padding */
  cursor: pointer;
  font-size: 16px; /* Dimensione del testo dell'etichetta */
  line-height: 24px; /* Altezza della linea, che può essere regolata */
}

.form-check-input {
  position: absolute;
  opacity: 0; /* Rendi il radio button originale invisibile */
  cursor: pointer;
}

.form-check-label.square-radio:before {
  content: "";
  position: absolute;
  left: 0;
  top: 2px;
  width: 24px; /* Larghezza del quadrato custom */
  height: 24px; /* Altezza del quadrato custom */
  background-color: #f0f0f0; /* Colore di sfondo del quadrato */
  border: 2px solid #d1d1d1; /* Bordi del quadrato */
}

/* Quando l'input radio è selezionato, cambia lo stile del :before pseudo-element */
.form-check-input:checked + .form-check-label.square-radio:before {
  background-color: #3f8dbf; /* Colore di sfondo quando selezionato */
  border-color: #3f8dbf; /* Colore del bordo quando selezionato */
}

/* Stile per il simbolo di spunta (o qualsiasi altro simbolo che preferisci) */
.form-check-input:checked + .form-check-label.square-radio:after {
  content: "";
  position: absolute;
  left: 8px; /* Centratura orizzontale del segno di spunta */
  top: 4px; /* Centratura verticale del segno di spunta */
  width: 8px;
  height: 16px;
  border: solid white;
  border-width: 0 3px 3px 0;
  transform: rotate(45deg);
}

.table-responsive-x {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch; /* Per il supporto a smooth scrolling su iOS */
  white-space: nowrap; /* Evita la rottura automatica delle righe */
}

.table-striped input {
  background-color: transparent;
  border: none;
  width: 60px;
}

@media (min-width: 768px) {
  .w-md-auto {
    width: auto !important;
  }
}
.section-hid {
  overflow: hidden;
}

.popup {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 9999;
  overflow: auto;
}

.popup-content {
  background-color: #fefefe;
  margin: 10% auto;
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.3);
  max-width: 600px;
  text-align: center;
}

.close {
  color: #aaa;
  float: right;
  font-size: 36px;
  font-weight: bold;
  margin-top: -10px;
  margin-right: -10px;
}

.close:hover,
.close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}

.popup-content p {
  font-size: 18px;
  line-height: 1.5;
  margin-bottom: 20px;
}

.popup-content .link {
  color: #007bff;
  text-decoration: none;
}

.popup-content .link:hover {
  text-decoration: underline;
}

.total-bank-statement {
  font-size: 15px;
}

.w-static {
  width: 43px;
  display: inline-block;
}

.apri_popup_prodotto {
  cursor: pointer;
}

.over-lg.product-list {
  height: 34vh;
  overflow-y: auto;
}

.fixedHeader th {
  position: sticky;
  top: -2px;
  z-index: 1;
  background-color: #ffffff;
  box-shadow: inset 0px -2px 0px #dee2e6;
}

.tdUtilizzata:hover {
  color: #007bff;
  text-decoration: underline;
}

.dt-button {
  background-color: #dc3545;
  border-color: #dc3545;
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
  border: none;
  color: white;
  margin-bottom: 20px;
  cursor: pointer;
}

.dt-button:hover {
  background-color: #c82333;
  border-color: #bd2130;
  text-decoration: underline;
}

.button-custom {
  border: none;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  box-shadow: none;
}
.button-custom:hover {
  text-decoration: underline;
}/*# sourceMappingURL=style.css.map */