section.content .cart {
    display: block;
    width: 100%;
    background-color: transparent;
    border-collapse: none;
    -moz-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    box-shadow: none;
}

section.content .cupon {
    background-color: transparent;
    padding: 28px;
    padding-left: 0px;
    padding-top: 18px;
}

section.content .cart .cart__body .item > div:first-child {
    padding-left: 0px;
    border-left: none;
    text-align: left;
    width: 70%;
}

section.content .cart .cart__body .item > div:last-child {
    width: 5%;
}

section.content .panel .panel__head .pRight {
    float: right;
    font-size: .9em;
    line-height: 60px;
    text-transform: none;
    color: white;
    text-decoration: underline;
    cursor: pointer;
}

section.content .panel .painel__info {
    padding-top: 0px;
}
.full-negrito{
    font-weight: bold !important;
    font-size: 16px;
}
.btn-verde{
    background-color: #009933;
    color: #FFF;
    font-size: 18px;
    padding-left: 40px;
    padding-right: 40px;
    margin-top: 10px;
}
.btn-laranja{
    background-color: #F58634;
    color: #FFF;
    font-size: 18px;
    padding-left: 40px;
    padding-right: 40px;
    margin-top: 10px;
}
.letra-menor{
    font-size: 12px;
}
.link{
    color: #003399;
    text-decoration: underline;
}
hr{
    border-style: inset;
    border-width: 2px;
    border-color: #c0c0c0;
}
.imgAlert{
    margin-bottom: 10px;
}
.passos{
    margin-top: 10px;
}
.instrucoes-pix{
    text-transform: uppercase;
    font-size: 20px;
}
.chave-final{
    font-weight: bold !important;
    font-size: 48px;
    text-decoration: none;
    color: #555;
}

.borda-PIX {
    padding: 20px;
    border: 2px solid #555;
    margin-bottom: 20px;
    line-height: 30px;
    display: inline-block;
    width: 570px;
}
.borda-PIX-top {
    width: 100%;
    height: 20px;
    margin-top: -25px;
    background-color: #f5ebe2;
}
.borda-PIX-left {
    background-color: #f5ebe2;
    width: 10px;
    height: 390px;
    float: left;
    margin-left: -25px;
    margin-top: 5px;
}
.borda-PIX-right {
    background-color: #f5ebe2;
    width: 10px;
    height: 390px;
    float: right;
    margin-right: -25px;
    margin-top: 5px;
}
.borda-PIX-botton {
    height: 20px;
    background-color: #f5ebe2;
    position: absolute;
    width: 525px;
    margin-top: 10px;
}
.borda-PIX-in {
    display: flex;
    margin-top: 20px;
}
.borda-PIX-col1 {
    text-align: center;
    width: 150px;
}
.borda-PIX-col2 {
    text-align: center;
    width: 70px;
    margin-top: 50px;
}
.borda-PIX-col3 {
    width: 300px;
    text-align: center;
    margin-top: 23px;
}
#divCAP {
    display: flex;
}
#txtCAP {
    background-color: transparent;
    border: 1px solid #555;
    font-weight: bold;
    color: #555;
    width: 250px;
    padding: 5px;
}
#btnCopiarCAP {
    padding: 6px;
    font-size: 13px;
    cursor: pointer;
    background-color: #00a3e9;
    border-radius: 30px;
    width: 220px;
    margin-left: 18px;
    margin-top: 10px;
    color: #FFF;
}
.PIX-Pg-Ok {
    color: #009933;
    font-size: 25px;
    margin: 15px 0px 10px 0px;
    font-weight: bold;
}