#_desktop_cqw {
  height: 3rem;
  padding: 0.75rem; }
  #_desktop_cqw .disabled {
    pointer-events: none;
    cursor: pointer; }
    #_desktop_cqw .disabled .count {
      background-color: #bbb; }
  #_desktop_cqw .count {
    background-color: #24b9d7;
    border-radius: 50%;
    text-align: center;
    width: 20px;
    height: 20px;
    line-height: 20px;
    display: inline-block;
    color: white;
    font-size: 10px; }

.cqw-dialog {
  position: relative;
  padding-top: 40px; }
  .cqw-dialog .close {
    position: absolute;
    color: black;
    opacity: 0.5;
    top: 10px;
    right: 10px;
    padding: 0.5rem;
    cursor: pointer;
    font-size: 12px; }

.cqw-quote-request-form .qty {
  display: inline-flex;
  float: left;
  margin-right: 0.4em; }
  .cqw-quote-request-form .qty #cqw_quantity {
    width: 3rem;
    height: 2.75rem;
    padding: 0.175rem 0.5rem;
    color: #232323;
    background-color: #fff; }
.cqw-quote-request-form .cqw-add {
  display: inline-flex;
  float: left; }
  .cqw-quote-request-form .cqw-add #btn-cqw-add-to-quote {
    height: 2.75em;
    padding-top: 0.625rem;
    line-height: inherit; }

#cqw-products .product-details-content {
  display: grid;
  grid-template-columns: 60px auto;
  grid-gap: 10px; }
  #cqw-products .product-details-content img {
    width: 60px !important; }
@media only screen and (max-width: 768px) {
  #cqw-products thead {
    display: none; }
  #cqw-products tr {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-rows: auto auto auto;
    grid-gap: 10px; }
    #cqw-products tr .product-details {
      grid-column: span 3;
      padding-bottom: 0;
      font-size: 0.9rem; }
      #cqw-products tr .product-details img {
        width: 60px !important; }
    #cqw-products tr .product-qty, #cqw-products tr .product-total, #cqw-products tr .product-price {
      padding-top: 0; }
    #cqw-products tr .product-tax-rate {
      display: none; }
  #cqw-products .footer-row-total td {
    padding-bottom: 0;
    padding-top: 0; }
  #cqw-products .footer-row-total .footer-row-col-empty {
    display: none; }
  #cqw-products .footer-row-total .footer-row-col-title {
    grid-column: span 2; } }

/*# sourceMappingURL=cartquotationwizard.css.map */
