.total-price-holder {
  clear: both;
  display: flex;
  align-items: baseline;
  justify-content: flex-start;
  gap: 8px;
  margin-top: 12px;
  padding: 12px 10px 4px 0;
  border-top: 1px solid #e5e5e5;
  width: 100%;
}

.unit-spec {
  padding: 0 10px 8px 0;
  font-size: 13px;
  color: #666;
}

.total-price-label {
  font-size: 15px;
  font-weight: 400;
  color: #000;
}

.total-price-value {
  font-size: 26px;
  font-weight: 700;
  line-height: 1.2;
  color: #000;
  white-space: nowrap;
}

@media (max-width: 767px) {
  .shp-tabs-holder {padding-left: 10px;padding-right: 10px;}
  .responsive-nav {padding-left: 10px;padding-right: 10px;}
}
@media (max-width: 480px) {
  .p-to-cart-block .quantity {display: flex;width: 145px;}
  .p-to-cart-block .p-add-to-cart-wrapper .add-to-cart {flex-direction: column;align-items: flex-end}
  .total-price-value {font-size: 22px;}
}
