@import "/css/cda_main.css";

.top_menu li.viewcart span.icon {
  width: 40px;
  height: 40px;
  margin-top: -6px;
  margin-right: 5px;
  vertical-align: middle;
  display: inline-block;
  background: url(../img/ic-card.svg) 0 0 / contain no-repeat;
}


@media (min-width: 1200px) {
  .cda_container,
  .cda_container-lg,
  .cda_container-md,
  .cda_container-sm,
  .cda_container-xl {
    max-width: 95vw;
  }
}

.text-small {
  font-size: 12px;
}

.text-black {
  color: #000000;
}

.category-menu {
  width: 100%;
  background-color: #f2f2f2;
  top: 10px;
}

.category-menu > p {
  font-size: 18px;
  font-weight: 600;
}

.products-table {
  list-style: none;
  padding: 0;
  margin: 0;
}

.products-header {
  font-weight: 700;
}

.products-item:nth-child(2n + 1) {
  color: #000000;
  background-color: #f2f2f2;
}

.products-item > div {
  height: 100%;
  padding: 0.5rem;
}

.cart-title {
  font-weight: 700;
  color: #fff;
  text-align: center;
  padding: 3px !important;
  margin: 0;
  background: #64717d;
}

.cart-item {
  border-bottom: 1px solid rgb(222, 226, 230);
}

.cart-item:nth-child(2n + 1) {
  background-color: #f2f2f2;
}

@media (min-width: 1200px) {
  .grid-row {
    grid-template-columns: 30px 12.5% 1fr 12.5% 12.5% 17.5%;
    align-items: center;
  }
}

.discountline {
  background: magenta;
  border: 2px solid;
  color: #fff;
  font-weight: 600;
  width: max-content;
  padding: 5px 15px 7px 10px;
  border-radius: 20px;
  line-height: 120%;
}
