.spddescr > p {
    margin-left: 15px;
}

.dlfromcard {
  background: url(https://static.citel-moscow.ru/img/pdf.png) no-repeat left center;
  background-size: 32px;
  vertical-align: middle;
  padding-left: 38px;
  display: block;
  line-height: 32px;
  min-height: 32px;
  margin: 15px 15px;
}

.spddescr {
    margin: 20px 0;
    padding: 10px 15px;
    line-height: 1.8em;
    border: 1px solid #ddd;
}

.spddescr span {
    font-weight: bold;
    display: flex;
    font-size: 1.2em;
    display: block;
    height: 30px;
}

label.t-descr_xxs {
    font-size: 16px;
    line-height: 1.05;
}

div.qty {
    color: rgb(0, 136, 0);
}

.js-store-prod-all-text ul {
  margin-left: 15px;
  margin-bottom: 20px;
}

.js-store-prod-all-charcs {
    background-color: #f8f8f8;
    border: 1px solid #ddd;
    padding: 10px 15px;
}

.js-store-prod-all-charcs:before {
  content: "Технические характеристики";
  font-weight: bold;
  font-size: 1.2em;
  display: block;
  height: 35px;
}
.js-store-prod-all-text ul > li:before {
    padding-right:10px;
    font-weight: bold;
    color: #C0C0C0;
    content: "\2714";
    transition-duration: 0.5s;
}
.js-store-prod-all-text ul > li:hover:before {
    color: #337AB7;
    content: "\2714";
} 