.image-title {
  text-transform: uppercase;
  font-weight: 700;
  color: var(--black);
  font-family: "Barlow";
  font-size: 16px;
  padding-bottom: 8px;
  line-height: 21px;
  max-width: 100px;
  word-wrap: break-word;
}

.table-image {
  object-fit: contain;
  height: 100px;
  width: 100px;
  border: 1px solid;
  border-color: var(--medium-grey);
  background-color: white;
}

@media screen and (min-width: 800px) {
  .table-image {
    object-fit: contain;
    height: 140px;
    width: 140px;
    border: 1px solid;
    border-color: var(--medium-grey);
    background-color: white;
  }

  .image-title {
    max-width: 145px;
  }
}

.table-price {
  font-weight: 500;
  color: var(--black);
  font-family: "Barlow";
  font-size: 16px;
  padding-bottom: 5px;
}

.table-sendtitle {
  font-weight: 400;
  color: var(--black-500);
  font-family: "Barlow";
  font-size: 14px;
  line-height: 25px;
}

.table-send {
  font-weight: 400;
  color: var(--black-800);
  font-family: "Barlow";
  font-size: 16px;
  line-height: 21px;
}

.table-sendinfo {
  font-weight: 500;
  color: var(--black-800);
  font-family: "Barlow";
  font-size: 16px;
  line-height: 21px;
}

/*.productsize:hover {*/
/*  border-color: var(--black);*/
/*}*/
.productsize:active, .productsize:focus {
  border-color: var(--primary-color);
}

.table-send .fa {
  font-size: 14px;
  padding-right: 5px;
  -webkit-text-stroke: .5px white;
}

.table-send .nostock .fa {
  padding-right: 3px;
}

.table-send .lowstock .fa {
  /*padding-right: 3px;*/
}

.table-send input[type=number] {
  color: var(--primary-color);
  text-align: start;
  font-weight: 600;
  display: block;
  width: 100%;
  padding: .2rem .2rem;
  font-size: 15px;
  line-height: 2;
  background-clip: padding-box;
  border: 1px solid var(--black-300);
  border-radius: 5px;
  transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

input[type=number]::-webkit-inner-spin-button {
  /*-webkit-appearance: none;*/
  /*-moz-appearance: none;*/
}

.table-send input[type=number]:focus, .table-send input[type=number]:active, .table-send input[type=number]:focus-visible {
  border: 2px solid var(--primary-color);
  outline: none;
}

input[type=number]::placeholder {
  font-size: 14px;
  /*text-align: center;*/
}

h3 {
  padding-bottom: 15px;
}

.productinfo_table tr td:first-child {
  font-weight: 600;
  padding-right: 30px;
}

#product-table-body .product-table-item:nth-of-type(odd), #product-table-body .product-table-item:nth-of-type(odd) .pp_tr_head_color {
  background-color: var(--very-light-grey);
}

#product-table-body .product-table-item:nth-of-type(even), #product-table-body .product-table-item:nth-of-type(even) .pp_tr_head_color {
  background-color: var(--light-grey);
}

.notinstock #product-table-body {
  opacity: 0.6;
}

/*.notinstock #product-table-body .product-table-item:nth-of-type(odd), #product-table-body .product-table-item:nth-of-type(odd) .pp_tr_head_color {*/
/*  background-color: var(--very-very-light-grey);*/
/*  opacity: 0.9;*/
/*}*/
/*.notinstock #product-table-body .product-table-item:nth-of-type(even), #product-table-body .product-table-item:nth-of-type(even) .pp_tr_head_color {*/
/*  background-color: var(--very-light-grey);*/
/*  opacity: 0.9;*/
/*}*/

.goto-login {
  color: var(--petrol);
  font-weight: 400;
  font-style: italic;
  font-size: 0.9rem;
}

.accordion {
  /*background-color: #eee;*/
  /*#color: #444;*/
  cursor: pointer;
  padding: 18px;
  width: 100%;
  text-align: left;
  border: none;
  outline: none;
  transition: 0.4s;
}

.panel {
  padding: 0 18px;
  background-color: white;
  display: none;
  overflow: hidden;
}

.accordion:after {
  /* Unicode character for "plus" sign (+) */
  content: "\02795";
  font-size: 13px;
  color: #777;
  float: right;
  margin-left: 5px;
}
