.labels {
  margin-bottom: 15px;
}
.labels .any-label {
  border-radius: 3px;
  font-weight: 700;
  padding: 5px 10px;
  display: inline-block;
  margin-bottom: 5px;
}
.labels .discount-label {
  color: #fff;
  background: #ff0000;
}
#bundle-products .linked-product-row {
  margin-bottom: 10px;
  padding: 10px;
  background-color: #f9f9f9;
}
#bundle-products .linked-product-row .linked-product-header {
  position: relative;
}
#bundle-products .linked-product-row .linked-product-header .linked-product-img-container {
  width: 50px;
  height: 50px;
  display: inline-block;
  background-color: white;
  white-space: nowrap;
  position: relative;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
}
#bundle-products .linked-product-row .linked-product-header .linked-product-img-container::before {
  height: 100%;
  display: inline-block;
  vertical-align: middle;
  content: "";
}
#bundle-products .linked-product-row .linked-product-header .linked-product-img-container img {
  width: 40px;
  height: 40px;
  vertical-align: middle;
  display: inline-block;
}
#bundle-products .linked-product-row .linked-product-header .linked-product-title {
  display: inline-block;
  vertical-align: middle;
  margin-left: 20px;
  width: calc(100% - 92px);
  font-family: 'Ubuntu-Bold';
  text-decoration: none;
  color: #353535;
}
#bundle-products .linked-product-row .linked-product-header .linked-product-title:hover {
  color: #025A97;
}
#bundle-products .linked-product-row .linked-product-header .toggleCharsBundleProduct {
  width: 16px;
  height: 16px;
  display: block;
  position: absolute;
  top: 17px;
  right: 0px;
}
#bundle-products .linked-product-row .linked-product-header .toggleCharsBundleProduct:before {
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -1px;
  width: 2px;
  height: 100%;
  content: "";
  background: #353535;
}
#bundle-products .linked-product-row .linked-product-header .toggleCharsBundleProduct:after {
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -1px;
  width: 100%;
  height: 2px;
  content: "";
  background: #353535;
}
#bundle-products .linked-product-row .bundleProductChars {
  display: none;
}
#bundle-products .linked-product-row .bundleProductChars table {
  margin-top: 15px;
}
#bundle-products .linked-product-row.active .toggleCharsBundleProduct::before {
  transform: rotate(-90deg);
}
