div.scrollmenu {
    background-color: white;
    overflow-x: auto;
    -ms-overflow-style: none;  /* Internet Explorer 10+ */
    white-space: nowrap;
}

div.scrollmenu::-webkit-scrollbar {
    display: none;
}

div.scrollmenu a {
    display: inline-block;
    color: #184F2B;
    text-align: center;
    padding: 7px;
    text-decoration: none;
}

div.scrollmenu a:hover {
    background-color: #184F2B;
    color: white;
}

.container-scroll {
    background-color: white;
    overflow-x: auto;
    -ms-overflow-style: none;  /* Internet Explorer 10+ */
    white-space: nowrap;
}

.lista-horizontal {
    overflow: hidden;
    display: inline-block;
    color: #184F2B;
    padding: 14px;
    text-decoration: none;
    width: 360px;
    height: 488px;
    white-space: normal;
}

.img-card {
    margin: 0 auto;
    text-align: center;
}

.btn-xatz-border {
    border: 1px solid #184F2B;
}

.bold-green {
    color: #184F2B;
    font-weight: bold;
}

.lupa {
    height: 17px;
    width: 17px;
    margin-left: -33px;
}



.xatz-border {
    border: 1px solid #184F2B;
}

.xatz-border-plus {
    display: inline-block;
    padding-left: 7px;
    padding-right: 7px;
    margin-bottom: 6px;
    height: 40px;
    width: 48px;
    border: 1px solid #184F2B;
    border-radius: 0 5px 5px 0;
}

.xatz-border-number {
    display: inline-block;
    padding-left: 7px;
    padding-right: 7px;
    margin-bottom: 6px;
    height: 40px;
    width: 48px;
    border: 1px solid #184F2B;
    border-radius: 0 0 0 0;
}

.xatz-border-minus {
    margin-left: 170px;
    padding-left: 7px;
    padding-right: 7px;
    margin-bottom: 6px;
    height: 40px;
    width: 48px;

    border: 1px solid #184F2B;
    border-radius: 5px 0 0 5px;
}

.xatz-card-title {
    height: 33px;
}

.xatz-card-desc {
    height: 80px;
    font-size: smaller;
}

.xatz-resumo-itens {

    box-sizing: border-box;

    position: absolute;
    margin: auto;
    width: 95%;
    left: 12px;
    top: 84px;
    padding: 5px;

    background: #FFFFFF;
    /* Gray/400 */

    border: 1px solid #B1B1B1;
    /* Shadow / 4 */

    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
    border-radius: 4px;
}

.xatz-item-retangle {
    position: relative;
    width: 95%;
    height: auto;
    top: 15px;
    left: 8px;

    background: #FFFFFF;
    box-shadow: 0px 2px 6px 2px rgba(0, 0, 0, 0.15), 0px 1px 2px rgba(0, 0, 0, 0.3);
    border-radius: 5px;
}

.xatz-item-name {

    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    /* or 171% */

    align-items: center;

    /* Campos */

    color: #49454F;
}

.xatz-item-disp {

    color: #cccccc;
    font-size: smaller;

}

.xatz-item-minus {

    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    line-height: 24px;
    padding-left: 9px;
    padding-top: 8px;
    margin: 0;
    /* or 171% */

    align-items: center;

    /* Campos */

    color: #49454F;
}

.xatz-item-number {

    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    padding-left: 10px;
    padding-top: 9px;
    margin: 0;
    /* or 171% */

    align-items: center;

    /* Campos */

    color: #49454F;
}
.xatz-item-plus {

    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    line-height: 24px;
    padding-left: 10px;
    padding-top: 9px;
    margin: 0;
    /* or 171% */

    align-items: center;

    /* Campos */

    color: #49454F;
}

.xatz-cestinho {
    color: #184F2B;
}
.xatz-item-valor {
    text-align: right;
    margin-right: 10px;
}

.xatz-valor-total {
    color: #49454F;
    text-align: right;
}

.xatz-border-rounded-dark-green {

    border: 1px solid #184F2B;
    border-radius: 5px 5px 5px 5px;

}

.xatz-top-button {
    display: none;
    position: fixed;
    z-index: 1012;
    bottom: 70px;
    left: 85%;
    font-size: 18px;
    border: none;
    outline: none;
    background-color: red;
    color: white;
    cursor: pointer;
    border-radius: 4px;
}
