#single-product .single-product-gallery-item {
  padding: 10px;
}

#single-product .body-holder .excerpt {
  overflow-y: auto;
  overflow-x: hidden;
  max-height: 300px;
}

#single-product .body-holder .excerpt .cleanslate table {
  width: 100% !important;
  margin-bottom: 10px !important;
}

#single-product .body-holder .excerpt .cleanslate table tr td {
  border-bottom: 1px dashed #aaa !important;
  padding: 4px !important;
}

#single-product .body-holder .excerpt .cleanslate table tr:last-child td {
  border-bottom: 0px !important;
}

#single-product .body-holder .prices #no-vat {
  text-align: right;
  font-size: 15px;
  color: initial;
  font-weight: 300;
  display: inline-block;
  margin-left: 10px;
}

@media (max-width: 767px) {
  #single-product .availability,
  #single-product .warranty {
    float: right;
  }

  #single-product .body-holder .excerpt {
    overflow-y: auto;
    overflow-x: hidden;
    max-height: 300px;
  }

  #single-product .body-holder .prices {
    text-align: center;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  #single-product .body-holder .prices .price-current {
    font-size: 30px;
  }

  #single-product .body-holder .prices #no-vat {
    text-align: right;
    font-size: 15px;
    color: initial;
    font-weight: 300;
    display: inline-block;
    margin-left: 10px;
  }

  #single-product .body-holder .le-button {
    padding: 18px 39px;
  }
}

#specifications {
  padding: 0 !important;
}

#specifications table tr:first-child td {
  border-top: 0;
}

#specifications table tr:last-child td {
  border-bottom: 1px solid #ddd;
}

.meta-row li {
  border-radius: 0 !important;
  margin: 20px;
}

#accessories .picture > img {
  width: 72px;
}

#accessories .available {
  color: #59B210;
  font-weight: 700;
}