.dm-padding-bottom {
  padding-bottom: 5px; }

.product-dec-new {
  display: none;
  border-top: 1px solid #aaaaae;
  padding-top: 5px;
  padding-bottom: 15px; }

.more-style-info {
  /*   margin-top:10px; */
  text-align: left; }

.product-top-info p {
  margin-bottom: 0; }

.product--top-blank-img {
  line-height: 0;
  margin-top: 10px; }

.product-center-info .product-table-info tr th {
  background-color: #ddd;
  text-align: center;
  font-weight: bold;
  font-size: 14px; }
.product-center-info .product-table-info tr td:first-child {
  text-align: center; }
.product-center-info .product-table-info tr td {
  text-align: right;
  font-weight: bold; }

.product-bottom-info {
  margin-top: 30px; }
  .product-bottom-info .product-note {
    display: flex;
    flex-wrap: wrap; }
    .product-bottom-info .product-note .product-left-info {
      flex: 0 0 60%;
      max-width: 60%;
      width: 100%; }
      .product-bottom-info .product-note .product-left-info p.title-note {
        font-size: 18px; }
    .product-bottom-info .product-note .product-right-info {
      flex: 0 0 40%;
      max-width: 40%;
      width: 100%; }
