/* Custom Stylesheet */

.header {
    height: 160px;
    background-size: cover;
    width: 100% !important;
    padding: 35px;
}

.featureds {
    width: 100% !important;
}

.logo {
    margin: 0 auto;
    width: 100px;
    height: 100px;
    border-radius: 50px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

@media only screen and (min-width: 993px) {
    .header {
        width: 70% !important;
        height: 220px;
        padding: 50px;
    }

    .featureds {
        width: 70% !important;
    }

    .logo {
        width: 130px;
        height: 130px;
        border-radius: 65px;
    }
}

.products {
    padding: 0px !important;
}

.product {
    padding: 0px !important;
}

.productCard {
    border: 1px solid #ccc;
    margin: 0px 12px 12px 0px;
    padding: 8px !important;
    border-radius: 5px;
}

.priceProduct {
    font-size: 1.1rem;
    letter-spacing: 0;
    font-weight: bold;
    margin-top: -5px;
}

.imgProduct {
    border-radius: 5px;
    width: 100%;
    height: 140px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.cartImageProduct {
    border-radius: 25px;
    width: 50px;
    height: 50px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.promoPriceProduct {
    text-decoration: line-through;
    font-size: 0.9rem;
    font-style: italic;
}

.nameProduct {
    white-space: nowrap;
    overflow: hidden;
}

@media only screen and (max-width: 820px) {
    .categories {
        display: none !important;
    }
    .products {
        width: 100% !important;
    }
}

@media only screen and (min-width: 820px) {
    .categoriesInvert {
        display: none !important;
    }
}

.emptyCart {
    border: 1px solid #ccc;
    text-align: center;
    padding: 24px 0px 24px 0px;
    margin-top: 24px;
    padding: 24px;
}

.itemListCartResponsive {
    min-height: 0px !important;
}

.item-info {
    margin-bottom: 12px;
}

.item-info .label {
    font-weight: bold;
}

.box-head {
    background: #e9e9e9;
    border: 1px solid rgba(151, 151, 151, 0.55);
    font-size: 20px;
    color: rgba(0, 0, 0, 0.7);
    text-align: center;
    padding: 12px 12px;
    margin: 24px 0px 24px 0px;
}

.tags {
    display: flex;
}

.tag {
    border-radius: 5px;
    margin-right: 8px;
    color: #fff;
    padding: 4px 8px 4px 8px;
}

.payment {
    border-bottom: 1px solid #eee;
    padding-bottom: 12px;
}

.payment > .col {
    padding: 0px !important;
}

.infoPayment {
    font-weight: bold;
}

.datePayment {
    font-weight: 300;
    font-size: 11px;
}

.totalPayment {
    font-size: 21px;
}

.statusPayment {
    border-radius: 5px;
    margin-right: 8px;
    color: #fff;
    padding: 4px 8px 4px 8px;
    display: flex;
    font-size: 10px;
}

.statusPayment.aberto {
    background-color: #f5a623;
}

.statusPayment.processando {
    background-color: #9b9b9b;
}

.statusPayment.pago {
    background-color: #7ed321;
}

.item {
    border-bottom: 1px solid #eee;
    padding-bottom: 12px;
}

.itemName {
    font-weight: bold;
}

.itemDetail {
    font-weight: 300;
    font-size: 14px;
}

.whatsapp {
    width: 60px;
    height: 60px;
    position: fixed;
    bottom: 15px;
    right: 15px;
    cursor: pointer;
    z-index: 10;
}