
@import "http://fonts.googleapis.com/css?family=Ubuntu:300,400,500,700";
.lojamfbox * {
    box-sizing: border-box;
    font-family: "Ubuntu";
}
.deal-container {
    position: relative !important;
}
.loja-nome {
}
.loja-nome span {
    color: #C8282E;
}
.loja-nome a {
    background: none repeat scroll 0 0 #131416;
    color: #fff;
    display: block;
    font-size: 26px;
    font-weight: 500;
    padding: 10px 0;
    text-align: center;
    text-decoration: none;
}
.loja-nome a span {
    color: #c8282e;
}
.loja-nome a:hover {
    background: none repeat scroll 0 0 #efefef;
    color: #000;
}
.panel-body {
    background-color: #fff;
    border: 1px solid #cac2b9;
    margin: 50px 0 0;
    width: 100%;
}
.panel-innards {
    clear: both;
    display: block;
}
.deal-title {
    color: #ff0054;
    font-size: 12px;
    font-weight: bold;
    overflow: hidden;
    padding: 10px;
}
.deal-title h1 {
    color: #333;
    font-size: 16px;
    font-weight: 500;
}
.deal-title h1 a:hover {
    color: #ff0054;
}
.deal-seal {
    background-color: #ff0054;
    bottom: 0;
    color: #fff;
    height: 80px;
    left: 0;
    position: absolute;
    text-align: center;
    width: 100px;
    z-index: 99;
}
.deal-seal .value {
    font-size: 40px;
    font-weight: 500;
    margin-top: 0;
}
.deal-seal .label {
    font-size: 10px;
    text-transform: uppercase;
}
.deal-buy-box {
    background-color: #e8e6e1;
    bottom: 0;
    height: 50px;
    left: 100px;
    padding: 0 9px;
    position: absolute;
    right: 0;
}
.deal-price {
    color: #333;
    float: left;
    font-size: 23px;
    font-weight: 500;
    height: 50px;
    line-height: 50px;
    overflow: hidden;
    text-align: center;
}
.button-container {
}
.deal-buy-box .button {
    background: -moz-linear-gradient(center bottom , rgb(51, 51, 51) 0%, rgb(102, 102, 102) 100%) repeat scroll 0 0 #333;
    border: 0 none;
    border-radius: 3px;
    color: white;
    cursor: pointer;
    display: inline-block;
    float: right;
    font-size: 12px;
    font-weight: 400;
    margin-top: 10px;
    padding: 9px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    vertical-align: top;
}
.deal-buy-box .button:hover {
    background-color: #ff0054;
    background-image: -moz-linear-gradient(center bottom , rgb(204, 0, 66) 0%, rgb(255, 0, 84) 100%);
}
.deal-info-box {
    overflow: hidden;
}
.deal-info li {
    border-right: 1px solid #d8d8d8;
    color: #333;
    float: left;
    font-size: 22px;
    font-weight: 500;
    list-style: outside none none;
    margin: 0;
    padding: 10px 0 !important;
    position: relative;
    text-align: center;
    width: 33%;
}
.deal-info li.last {
    border-right: 0 none;
}
.deal-info li .label {
    font-size: 11px;
    padding-bottom: 3px;
    text-transform: uppercase;
}
