div#idnk-buyone-add {
    margin-top: 10px;
}

.cart-detailed-totals {
    background-color: #ffffff;
}

#checkout .product-quantity .input-group-btn-vertical .btn i, #checkout .bootstrap-touchspin .input-group-btn-vertical i {
    font-size: 24px;
    top: 50%;
    transform: translate(0, 0%);
}

.block-category #category-description p {
    line-height: 16px;
}

@media(max-width: 500px) {
  #category .block-category img {
        max-width: 300px;
        margin: 0 auto;
        display: block;
        float: none;
  }
  #category-description {
    text-align: center;
  }
}