.btn {
    display: inline-block;
    padding: 2px 16px;
    margin-bottom: 0;
    margin-bottom: 5px;
    font-size: 13px;
    font-weight: 600;
    line-height: 15px;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 12px;
}

.btn-primary {
    color: #000;
    /*text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);*/
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#c5b6c3+0,c5b6c3+48,8e7f8e+52,8e7f8e+52,8e7f8e+100 */
    background: #c5b6c3;
    /* Old browsers */
    background: -moz-linear-gradient(top, #c5b6c3 0%, #c5b6c3 48%, #8e7f8e 52%, #8e7f8e 52%, #8e7f8e 100%);
    /* FF3.6-15 */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #c5b6c3), color-stop(48%, #c5b6c3), color-stop(52%, #8e7f8e), color-stop(52%, #8e7f8e), color-stop(100%, #8e7f8e));
    /* Chrome4-9,Safari4-5 */
    background: -webkit-linear-gradient(top, #c5b6c3 0%, #c5b6c3 48%, #8e7f8e 52%, #8e7f8e 52%, #8e7f8e 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: -o-linear-gradient(top, #c5b6c3 0%, #c5b6c3 48%, #8e7f8e 52%, #8e7f8e 52%, #8e7f8e 100%);
    /* Opera 11.10-11.50 */
    background: -ms-linear-gradient(top, #c5b6c3 0%, #c5b6c3 48%, #8e7f8e 52%, #8e7f8e 52%, #8e7f8e 100%);
    /* IE10 preview */
    background: linear-gradient(to bottom, #c5b6c3 0%, #c5b6c3 48%, #8e7f8e 52%, #8e7f8e 52%, #8e7f8e 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#c5b6c3', endColorstr='#8e7f8e', GradientType=0);
    /* IE6-9 */
    border-color: #675f66 #675f66 #675f66;
}

.btn.btn-primary:hover {
    color: #fff;
}

.btn.withicon i {}

.btn.full {
    width: 100%;
}

.price-tag-old {
    text-decoration-line: line-through;
    -webkit-text-decoration-line: line-through;
    text-decoration-color: red;
    -webkit-text-decoration-color: red;
    text-decoration-thickness: 1px;
    -webkit-text-decoration-thickness: 1px;
    font-size: 0.8em;
    /* display: block; */
}