.item-info {
    display: flex;
    flex-direction: column;
    width: 100%;
}

.item-info div{
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}

.item-info p{
    margin: 0;
}

.total-info {
    width: calc(100% - 30px);
    text-align: left;
    padding: 15px;
    border-radius: 10px;
    overflow: hidden;
    border: 1px solid #e9ecef;
    display: flex;
    flex-direction: column;
}

.total-info div {
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    margin: 3px 0;
}

.total-info .total {
    font-size: 1.2rem;
    font-weight: bold;
    color: #000000;
    margin-top: 10px;
    margin-bottom: 0;
}

.total-info input, .total-info select{
    float: left;
    width: calc(100% - 25px);
    border: 1px solid black;
    border-radius: 18px;
    padding: 5px 10px;
    margin-top: 8px;
    margin-bottom: 15px;
}

.total-info select{
    width: 100%;
}

.search-input{
    position: relative;
    width: calc(100% - 6px);
    height: 29px;
    border-radius: 18px;
    overflow: hidden;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 15px !important;
    margin-top: 8px !important;
    border: 1px solid black!important;
    border-radius: 18px!important;
}

.search-input input{
    width: 100%;
    padding: 2 10px;
    height: 100%;
    margin: 0!important;
    font-size: .9rem;
    background-color: #fff;
    border: none!important;
}

.search-input input, .search-input input:focus{
    outline: none;
}

.search-input i{
    width: 30px;
    height: 30px;
    color: #f1f1f1;
    font-size: 1rem;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}

.search-input svg{
    width: 15px;
    height: 15px;
    color: #242424;
    margin-right: 6px;
    font-weight: bold;
    cursor: pointer;
    position: absolute;
    right: 2px;
}

.search-input svg path {
    stroke: currentColor;
    stroke-width: 2;
    fill: none;
}

.troco{
    width: 100% !important;
    height: 29px !important;
    flex-direction: column !important;
    align-items: start !important;
    justify-content: start !important;
    margin-bottom: 20px;
    z-index: 1!important;
}

.troco input{
    width: calc(100% - 20px);
    height: 29px !important;
    min-height: 17px !important;
    max-height: 17px !important;
    z-index: 1!important;
}

.total-info div h3{
    margin: 0;
    color: #585858;
    font-size: 1.1rem;
}

.space-top{
    padding-top: 50px;
}

button:hover{
    cursor: pointer;
    opacity: .8;
}

.juntos{    
    min-width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.juntos div{
    width: calc(50% - 15px);
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: start;
}

.jp{
    width: 85px !important;
}

.jg{
    width: calc(100% - 100px)!important;
}

.jm{
    width: calc(50% - 7px);
}

.space{
    height: 24px !important;
}

.center{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.jp svg{
    width: 15px;
    height: 15px;
    color: #f1f1f1;
    cursor: pointer;
}

.jp svg path {
    stroke: currentColor;
    stroke-width: 2;
    fill: none;
}

#cep_btn{
    height: 27px !important;
    border-radius: 15px !important;
    background-color: #000000;
    margin-top: -10px;
    width: 81px !important;
}

.jp input, .jg input{
    margin-top: 10px !important;
}
