/*
 * Custom code goes here.
 * A template should always ship with an empty custom.css
 */
  .tooltiptext {
    visibility: hidden;
    width: fit-content;
    background-color: lightskyblue;
    color: black;
    text-align: center;
    border-radius: 0px;
    padding: 10px;
    margin-left: 20px;
    font-size: 1.2em;
    font-weight: 500;

    /* Position the tooltip */
    position: absolute;
    z-index: 1;
  }
  
  .carrier-name:hover ~ .tooltiptext {
    visibility: visible;
  }
  
  #blockcart-modal{
    display: none !important;
  }
  /*
  .modal-backdrop{
      display: none !important;
  }
  */
  .quickview {
      display: none !important;
  }


.button-filter-custom, .reset-filter-custom, .button-filter-custom-carrier{
  text-shadow: none;
  padding: 7px 15px 7px 15px;
  margin-bottom: 10px;
  font-weight: 700;
  background-color: #9de0e0;
  border: none;
  margin-right: 10px;
  font-size: inherit;
  line-height: inherit;
  font-family: inherit;
  color: inherit;
  cursor: pointer;
}
.button-filter-custom:hover,.button-filter-custom-carrier:hover{
  background-color: #64aae6;
  color: white;
}
.kpi-container{
  display:none;
}
.button-filter-custom-selected{
  background-color: #2aa2d0;
  color: white;
  font-size: inherit;
  line-height: inherit;
  font-family: inherit;
}
.products-details-header td {
  background-color: #2AA2D0;
}
.products-details-lines td {
  background-color: #9DE0E0;
}
a.show-products {
  color: #2fb5d2!important;
  text-decoration: none!important;
  cursor: pointer!important;
}
table.services {
  border-spacing: 0;
  width: 100%;
  border: 1px solid #ddd;
}

.services th {
  cursor: pointer;
}

.services th, .services td {
  text-align: left;
  padding: 16px;
}

