﻿/*Product Page*/
.order-options a.btn {
    font-size: 16px;
    line-height: 42px;
    height: 42px;
    text-transform: inherit;
}

    .order-options a.btn i {
        vertical-align: middle;
        font-size: 20px;
    }

.bundle a.btn {
    font-size: 14px;
    line-height: 37px;
    height: 36px;
    text-transform: inherit;
}

    .bundle a.btn i {
        vertical-align: middle;
        font-size: 16px;
        margin-left: 6px;
    }
/* Cateory Page */
.category-page .item-action-buttons a.btn:first-child {
    text-transform: inherit;
}
/* Search Page */
.search-page .item-action-buttons a.btn:first-child {
    text-transform: inherit;
}
/* Navigation */
.main-header .navigation-list a { font-size:16px;}