﻿.shoppingcart {
    margin:10px 0;
}
.shoppingcart .cartbg {
    padding:10px;
    background:#EEE;
    overflow:hidden;
}
.shoppingcart .moduleheader {
    overflow:hidden;
    margin:0 0 15px;
    border-bottom:1px solid #DDD;
}
.shoppingcart .packages {
    margin:0 0 15px;
    padding:0 0 15px;
    border-bottom:1px solid #E5E4E2;
}
.shoppingcart .packages ~ .packages {
    padding:15px 0;
}
.shoppingcart .packages:last-of-type {
    border-bottom:0;
}
.shoppingcart .packages img {
    width:100%;
}
.shoppingcart .packages label {
    margin:0 0 1em;
}
#wrapper.v2 .shoppingcart .packages .button-glossy {
    clear:both;
    float:right;
    min-width:130px;
    margin:0 0 15px!important;
}
.shoppingcart .purchase-history {
    border-right:1px solid #E5E4E2;
}
.shoppingcart .purchase-history:last-of-type {
    border-right:0;
}
.shoppingcart .packages .col-md-3.text-right label {
    margin:1em 5px 0 0;
}
.shoppingcart .packages .chosen-container {
    float:right;
    margin:0 0 1em;
    width:70px!important;
}
.shoppingcart .cart-totals {
    padding:15px 0 0;
    margin:15px 0 10px;
    border-top:1px solid #E5E4E2;
}
.shoppingcart .one-third {
    width: 33.333%;
}

#NewsFeed .button-glossy {
    border-radius: 20px !important;
    padding: 5px 15px;
}

#NewsFeed .tags {
    margin-bottom: 20px !important;
}

    #NewsFeed .tags .highlight {
        background: #777 !important;
        border: solid 1px #777 !important;
    }

#NewsFeed .feed {
    border-bottom: 1px solid #c4c4c4;
    cursor: pointer;
}

    #NewsFeed .feed .feed-img .feed-date {
        display: block;
        text-align: center;
        margin-top: 5px;
    }

    #NewsFeed .feed .feed-img .feed-url {
        width: 150px;
        height: 150px;
        border-radius: 7.4px;
    }

    #NewsFeed .feed .feed-info {
        padding: 15px;
    }

        #NewsFeed .feed .feed-info .feed-title {
            font-size: 25px;
        }

        #NewsFeed .feed .feed-info .feed-date {
            display: block;
            margin-top: 10px;
        }

        #NewsFeed .feed .feed-info .feed-text {
            font-size: 14px;
            color: #888;
            font-weight: 700;
        }

    #NewsFeed .feed:last-child {
        border-bottom: inherit;
    }

#NewsFeed .tag-info .button-glossy {
    position: absolute;
    z-index: 99;
    right: 30px;
    top: -53px;
    font-size: 10px !important;
}