.tags a {
  display: inline-block;
  padding: 1px 3px;
  margin-bottom: 3px;
}
.tags a:after {
  display: none;
}
.priceBlock .amount {
  color: red;
  font-weight: bold;
}
.priceBlock .old {
  font-size: 90%;
  color: #555;
  text-decoration: line-through;
}
.tableTerm {
  font-size: 14px;
  background-color: #f3f3f3;
  padding: 5px 10px;
  border: 1px solid #e0e0e0;
  border-radius: 3px;
}
.tableTerm .termLine {
  overflow: hidden;
  padding: 4px 0 4px;
}
.tableTerm .termName {
  width: 100px;
  font-style: italic;
  display: inline-block;
}
.tableTerm .termValue {
  display: inline-block;
  font-size: 16px;
}
.pPolicy {
  border: 3px solid #efefef;
  padding: 10px;
  font-size: 14px;
  border-radius: 5px;
}
.pPolicy .titlePolicy {
  padding-left: 34px;
  background-image: url(../plugins/img/privacy.png);
  background-size: 25px;
  background-repeat: no-repeat;
  min-height: 34px;
  background-position: 0px 0px;
  line-height: 27px;
  font-weight: bold;
}
.pPolicy p {
  margin-bottom: 6px;
}
.pPolicy ul {
  padding-left: 0px;
  list-style: none;
  margin-bottom: auto;
}
.pPolicy ul li {
  position: relative;
  padding-left: 15px;
  border-top: 1px solid #efefef;
  padding-top: 5px;
  padding-bottom: 5px;
}
.pPolicy ul li:after {
  content: "";
  background-color: #839294;
  width: 5px;
  height: 5px;
  position: absolute;
  left: 0;
  top: 12px;
}
.singleProduct .tags a {
  background-color: #def5ff;
  color: #008eff;
  padding: 1px 10px;
  font-size: 14px;
  border-radius: 4px;
}
.itemProduct {
  box-shadow: 1px 1px 6px #0000001c;
  position: relative;
  height: 100%;
  background-color: #fff;
}
.itemProduct .wrapImage .obj {
  object-fit: cover;
}
.itemProduct .pName {
  font-size: 14px;
  line-height: 18px;
  font-weight: bold;
  color: #333;
}
.itemProduct .summary {
  padding: 10px;
  border-top: 1px solid #efefef;
}
.sidebarBlock {
  padding-bottom: 15px;
  margin-bottom: 15px;
}
.sidebarBlock .title {
  padding-bottom: 5px;
  margin-bottom: 5px;
  border-bottom: 1px solid #dfdfdf;
}
.itemProductList .image {
  width: 30%;
  max-width: 300px;
  margin-right: 10px;
  float: left;
}
.itemProductList .image .wrapImage {
  border: 1px solid #efefef;
  border-radius: 5px;
}
.itemProductList .pName {
  font-size: 18px;
}
.itemProductList .intro {
  color: #333;
}
