/*Carrinho*/

.carrinho figure,
.pd figure {
    width: 30px;
    float: left;
    overflow: hidden;
    position: relative;
    height: 30px;
    margin-right: 15px;
}

.pd figure {
    width: 60px;
    float: left;
    overflow: hidden;
    position: relative;
    height: 60px;
    margin-right: 15px;
}

.pd h4 {
    background: #eee;
    padding: 15px;
    float: left;
    font-size: 18px;
    font-family: 'gotham_mediumregular';
    width: 100%;
    text-align: center;
}

.pd p {
    font-family: 'gothamregular';
    font-size: 13px;
}

.pd h3 {
    font-family: 'gotham_mediumregular';
    color: #333;
    font-size: 16px;
    margin-bottom: 0;
}

.carrinho figure img,
.pd figure img {
    max-width: 100%;
    display: block;
    margin: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.carrinho h3 {
    font-family: 'gotham_mediumregular';
    color: #333;
    font-size: 18px;
    margin-bottom: 0;
}

.tit {
    margin-bottom: 20px;
}

thead {
    background: #f8f8f8;
}

.total {
    width: 100%;
    background: #f8f8f8;
    padding: 15px;
    float: left;
    margin-bottom: 20px;
}

.total h4 {
    font-family: 'gotham_mediumregular';
    color: #333;
    border-bottom: 1px solid #eee;
    padding-bottom: 8px;
    font-size: 16px;
}

.total .btn {
    width: 100%;
    margin-bottom: 8px;
    float: left;
}

.qtd b {
    font-size: 18px !important;
}

.qtd {
    border: 1px solid #eee;
    float: left;
    padding: 3px 8px;
    margin-bottom: 0 !important;
}

.u {
    float: left;
    font-size: 15px;
    margin-left: 15px;
}

.produtos .valor {
    border: none !important;
    width: 100%;
    float: left;
    line-height: 35px;
    color: red;
    font-size: 26px;
    font-family: 'gothambold';
    margin-bottom: 9px;
}

#remover {
    float: left;
    font-size: 14px;
    padding: 2px 12px;
    margin-bottom: 0;
}

#menos_car,
#mais_car {
    color: #fff;
    background: #7e878e;
    float: left;
    border: none;
    float: left;
    font-weight: bold;
    padding: 8px;
    font-size: 15px;
    border-radius: 3px 3px 0;
    margin-bottom: 0 !important;
}

.area-restrita p {
    font-size: 12px;
    font-family: 'gothamregular';
    color: #333;
}

.area-restrita input {
    padding: 25px 20px;
    font-family: 'gothamregular';
}

.area-restrita label,
.infor label {
    font-size: 14px;
    font-family: 'gothambold';
    margin-bottom: 3px;
}

.area-restrita form {
    padding: 0 30px;
}

.perfil {
    padding: 15px;
    border-radius: 3px;
    background: #f8f8f8;
    width: 100%;
    height: 100%;
}

.perfil p {
    font-family: 'gothamregular';
    font-size: 14px;
    color: #333;
    text-align: center;
    margin: 8px 0;
    border-bottom: 1px solid #eee;
    padding-bottom: 8px;
}

.perfil .nav-link {
    font-family: 'gotham_mediumregular';
    font-size: 15px;
    color: #333;
    border-bottom: 1px solid #eee;
}

.area-perfil h2 {
    font-family: 'gotham_mediumregular';
    font-size: 22px;
    color: #333;
    padding-bottom: 8px;
    border-bottom: 1px solid #eee;
}

.item-p {
    width: 100%;
    float: left;
    padding: 15px;
    background: #F3F3F3;
    margin-bottom: 15px;
}

.item-p h3 {
    font-family: 'gotham_mediumregular';
    font-size: 16px;
    color: #333;
    float: left;
    width: 100%;
    margin-bottom: 0;
}

.item-p small {
    float: left;
}

.dt {
    float: right;
    color: #fff !important;
    padding: 8px 25px;
    background: #bbbbbb;
    border-radius: 3px;
    font-family: 'gotham_mediumregular';
    font-size: 12px;
    text-transform: uppercase;
    margin: 12px 0;
}

.pedidos p b {
    font-family: 'gothambold';
    margin-right: 8px;
}

.pedidos p {
    font-family: 'gothamregular';
    font-size: 14px;
    color: #333;
    margin-bottom: 5px;
}

.pedidos .btn-warning {
    margin-bottom: 20px;
    padding: 8px 20px;
}

#menos_car:hover,
#mais_car:hover {
    background: #285193;
}

#menos_car {
    border-radius: 3px 0 0 3px;
}

#mais_car {
    border-radius: 0 3px 3px 0;
}

#form1 {
    float: left;
    margin-bottom: 5px !important;
}

#excluir_car {
    background: none;
    border: none;
    float: left;
}

.carregando {
    position: fixed;
    width: 100%;
    height: 100%;
    background: url(../images/bgl.png);
    top: 0;
    left: 0;
    z-index: 10000;
}

.carregando p {
    font-family: 'gothambold';
    color: #000000;
    font-size: 18px;
}

.carregando img {
    margin-right: 15px;
}