.cart-header {
    float: none;
    position: relative;
    list-style: none;
    border-radius: 4px 4px 0 0;
    background-color: #f7f7f7;
    padding: 1em;
}

.cart-header li {
    display: inline-block;
    vertical-align: middle;
    font-weight: bold;
}

.cart-header-description {
    width: 600px;
}

@media (max-width:500px) {
    .cart-header-description {
        width: 350px;
    }
}

.cart-header-price {
    width: 80px;
}

.cart-header-quantity {
    width: 135px;
    text-align: center;
}

.cart-header-subtotal {
    width: 100px;
    text-align: center;
}

.cart-item {
    float: none;
    position: relative;
    background-color: #ffffff;
    list-style: none;
    padding: 1em;
    border-bottom: 1px dashed #E1E1E1;
}

.cart-item:last-child {
    border-bottom: none;
}

.cart-item li {
    display: inline-block;
    vertical-align: middle;
}

.cart-item-image img {
    width: 55px;
    padding: 5px;
}

.cart-item-description {
    width: 550px;
}

@media (max-width:500px) {
    .cart-item-description {
        width: 200px;
    }
}

.cart-item-price {
    width: 80px;
}

.cart-item-quantity {
    width: 150px;
}

.input-atualiza-qtd {
    width: 50px;
}

.cart-item-subtotal {
    width: 80px;
    text-align: right;
}

.cart-item-remove {
    width: 100px;
    text-align: right;
}

.footer-cart {
    border: 1px solid #E1E1E1;
    padding: 22px;
    margin-bottom: 15px;
}

@media (max-width: 770px) {
    #store-header {
        display: none;
    }
}

.bg-success {
    background-color: #5cb85c;
    box-shadow: 3px 3px 3px green;
}

#div-result-frete table tr td {
    height: 50px;
    line-height: 40px;
}

#div-result-frete .obs-frete {
    font-size: 11px;
    height: 30px;
    line-height: 13px;
}

.product>.action-control {
    height: 50px;
}

.product > .description a {
    min-height: 120px;
}


.order-info {
    padding: 10px;
    margin-bottom: 1px;
    background-color: #e8ecee
}

.order-info button {
    margin-top: 10px;
}

.order-itens-info {
    padding: 10px;
    margin-bottom: 1px;
    background-color: #fdfeff;
}

#order-itens-table img {
    height: 50px;
}

#order-itens-table tr th {
    text-align: center;
}

ul.nav-painel li.active a {
    color: #FFF;
}

.input-group-qtd-prod-lista {
    max-width: 200px;
    margin-left: auto;
    margin-right: auto;
    padding: 0px 10px 0px 10px;
}

.input-group-qtd-prod-lista input {
    border-width: 1px !important;
    height: 33px;
    text-align: center;
}

.input-group-qtd-prod-detalhes {
    max-width: 200px;
    margin-right: 10px;
}

.input-qtd-prod-detalhes {
    height: 50px !important;
    line-height: 50px !important;
    font-size: 24px !important;
    text-align: center;
}

.btn-qtd-prod {
    width: 25px;
    height: 25px;
    font-size: 10px;
    text-align: center;
    padding: 0px !important;
    margin: 0px !important;
    border: 0px !important;
}

.input-group-btn-vertical {
    position: relative;
    white-space: nowrap;
    width: 1%;
    vertical-align: middle;
    display: table-cell;
}

.input-group-btn-vertical .btn-qtd-prod:first-child {
    border-radius: 0px 4px 0px 0px !important;
}

.input-group-btn-vertical .btn-qtd-prod:last-child {
    border-radius: 0px 0px 4px 0px !important;
}

#btn-video-produto {
    margin-bottom: 25px;
}

.div-video-produto .modal-content{
    width: 600px;
    height: 400px;
}


@media (max-width:500px) {
    .div-video-produto .modal-content{
        width: 300px;
        height: 400px;
    }
}