.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: #fff;
    /*text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);*/
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#515151+0,515151+48,8e7f8e+52,8e7f8e+52,8e7f8e+100 */
    background: #515151;
    /* Old browsers */
    background: -moz-linear-gradient(top, #515151 0%, #515151 100%);
    /* FF3.6-15 */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #515151), color-stop(48%, #515151), color-stop(52%, #8e7f8e), color-stop(52%, #8e7f8e), color-stop(100%, #8e7f8e));
    /* Chrome4-9,Safari4-5 */
    background: -webkit-linear-gradient(top, #515151 0%, #515151 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: -o-linear-gradient(top, #515151 0%, #515151 48%, #8e7f8e 52%, #8e7f8e 52%, #8e7f8e 100%);
    /* Opera 11.10-11.50 */
    background: -ms-linear-gradient(top, #515151 0%, #515151 48%, #8e7f8e 52%, #8e7f8e 52%, #8e7f8e 100%);
    /* IE10 preview */
    background: linear-gradient(to bottom, #515151 0%, #515151 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#515151', endColorstr='#515151', GradientType=0);
    /* IE6-9 */
    border-color: #424242 #424242 #424242;
}

.btn.btn-primary:hover {
    color: #fff;
    background: #696868
}

.btn-blue {
    color: #fff;
    /*text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);*/
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000033+0,000033+48,8e7f8e+52,8e7f8e+52,8e7f8e+100 */
    background: #000033;
    /* Old browsers */
    background: -moz-linear-gradient(top, #000033 0%, #000033 100%);
    /* FF3.6-15 */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #000033), color-stop(48%, #000033), color-stop(52%, #8e7f8e), color-stop(52%, #8e7f8e), color-stop(100%, #8e7f8e));
    /* Chrome4-9,Safari4-5 */
    background: -webkit-linear-gradient(top, #000033 0%, #000033 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: -o-linear-gradient(top, #000033 0%, #000033 48%, #8e7f8e 52%, #8e7f8e 52%, #8e7f8e 100%);
    /* Opera 11.10-11.50 */
    background: -ms-linear-gradient(top, #000033 0%, #000033 48%, #8e7f8e 52%, #8e7f8e 52%, #8e7f8e 100%);
    /* IE10 preview */
    background: linear-gradient(to bottom, #000033 0%, #000033 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#000033', endColorstr='#000033', GradientType=0);
    /* IE6-9 */
    border-color: #424242 #424242 #424242;
}

.btn.btn-blue:hover {
    color: #fff;
    background: #000060
}

.btn-white {
    color: #555555;
    /*text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);*/
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,ffffff+48,8e7f8e+52,8e7f8e+52,8e7f8e+100 */
    background: #ffffff;
    /* Old browsers */
    background: -moz-linear-gradient(top, #ffffff 0%, #f6f6f6 47%, #ededed 100%);
    /* FF3.6-15 */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(48%, #ffffff), color-stop(52%, #8e7f8e), color-stop(52%, #8e7f8e), color-stop(100%, #8e7f8e));
    /* Chrome4-9,Safari4-5 */
    background: -webkit-linear-gradient(top, #ffffff 0%, #f6f6f6 47%, #ededed 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: -o-linear-gradient(top, #ffffff 0%, #ffffff 48%, #ededed 52%, #ededed 52%, #ededed 100%);
    /* Opera 11.10-11.50 */
    background: -ms-linear-gradient(top, #ffffff 0%, #ffffff 48%, #ededed 52%, #ededed 52%, #ededed 100%);
    /* IE10 preview */
    background: linear-gradient(to bottom, #ffffff 0%, #f6f6f6 47%, #ededed 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ededed', GradientType=0);
    /* IE6-9 */
    border-color: #555555 #555555 #555555;
}

.btn.btn-white:hover {
    color: #000;
}

.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; */
}