/*!
 * Bootstrap v3.3.5 (http://getbootstrap.com)
 * Copyright 2011-2015 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
hr {
    margin-top: 10px;
    margin-bottom: 10px;
    border: 0;
    border-top: 1px solid #bbb5b5;
}

a[href^="tel:"] {
    color: red;
}

.kat-btn {
    background: #036441;
}

.cart:before {
    color: #ffffff;
    font-family: FontAwesome; /* Here */
    content: "\f216"; /* And here */
    font-size: 22px;
    left: 0px;
    line-height: 10px;
    position: relative;
    top: 3px;
}

.content {
    padding: 16px;
}

.sticky {
    position: fixed;
    top: 0px;
    width: 100%;
}

.sticky + .content {
    padding-top: 102px;
}
/* a[href^="tel:"]:before {
    content: "\260e";
    margin-right: 0.5em;
} */
