﻿.offcanvas_carrinho {
    background: var(--color--nav--main);
}
.offcanvas_carrinho .offcanvas-header {
    background: var(--color--nav--secondary);
    color:#fff;
}
    .offcanvas_carrinho .offcanvas-header button{
        filter: invert(1);
        opacity: 1;
    }

    .offcanvas_carrinho .offcanvas-body {
        color: #fff;
    }

.cart-actions {
    background: var(--color--nav--main);
    padding-bottom: 20px;
    bottom: -16px !important;
}

.cart-actions-wrapper {
}

.cart-actions-summary-total-preco{
    font-size:1.3rem;
    color:var(--color--main);
    font-weight:700;
}
.cart-actions-summary-total-portes {
    color: var(--color--main);
    font-weight: 700;
}

.cart-actions-btn {
    width: 100%;
    padding: 10px 15px;
    border-radius:6px;
    border:unset;
    color:#fff;
    text-transform:uppercase;
    font-size:0.9rem;
}
.cart-actions-wrapper-checkout{
    margin-left:10px;
}
.cart-actions-btn-delete {
    background: var(--color--gray-600);
}
.cart-actions-btn-checkout {
    background:var(--color--main);
}

.container-produtosLista {
    border-top:1px solid #4a4a4a;
    padding-top: 1rem;
    padding-bottom: 1rem;
}
.offcanvas-lista-produtos .produtos{
    margin:unset;
}
.produtos{
    background:transparent;
    overflow:unset;
    border:unset;
    border-radius:unset;
}
.produtos-info{
    padding-top:0;
    padding-bottom:0;
}

.produtos-img img {
    width: 100%;
    height: 100%;
    max-height: 130px;
    object-fit: cover;
}

.produtos-info {
    padding: 8px;
    padding-top: 8px;
    padding-bottom: 8px;
    padding-right: 0;
    position: relative;
}
    .produtos-info h6 {
        font-size: 16px;
        color: var(--color--gray--first);
        font-weight: bold;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        line-clamp: 2;
        -webkit-box-orient: vertical;
    }

    .produtos-info h6, .produtos-info p {
        color:#fff;
    }

.btn-acao-apagar1{
    border:unset;
    margin:unset;
    width:unset;
    height:unset;
}
.btn-acao-apagar1:hover {
    background:unset;
}
.btn-apagar1{
    color:#fff;
}
.lista-preco {
    border: unset;
    background: unset;
}
    .lista-preco.span:first-child {
        color: var(--color--main);
        font-weight:700;
        line-height:unset;
        font-size:1.2rem;
    }
.wrapper-product-quantity {
    position: absolute;
    bottom: 0;
    background: var(--color--gray-400);
    border-radius: var(--border-radius);
    overflow: hidden;
}
    .wrapper-product-quantity .product-quantity-btn {
        border-radius: unset;
    }
    /*.wrapper-product-quantity .product-quantity-btn:first-child {
        border-top-right-radius: unset;
        border-bottom-right-radius: unset;
    }
    .wrapper-product-quantity .product-quantity-btn:last-child {
        border-top-left-radius: unset;
        border-bottom-left-radius: unset;
    }*/
.product-quantity-btn{
    color:#fff;
    transition: all ease-out .4s;
}
.product-quantity-btn:hover {
    background: var(--color--gray-600) !important;
}
.qt-produto {
    /*position: absolute;
bottom: 0;*/
    /*color: var(--color--gray-400);*/
    /*border-radius: 6px;*/
    text-align: center;
    width: 40px;
    background: var(--color--gray-600);
    border: unset;
    color: #fff;
}

.carrinho-wrapper {
    position: fixed;
    bottom: 1.5rem;
    right: 1.5rem;
    z-index: 100;
}

.carrinho-icon {
    width: 3.5rem;
    height: 3.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    font-size: 1.5rem;
    border-radius: 100%;
    border: 1px solid rgb(0, 150, 199);
    background: rgb(0, 150, 199);
    color: #fff;
}

    .carrinho-icon:hover {
        background: rgb(10,160,209);
        border-color: rgb(10,160,209);
    }

    .carrinho-icon .badge {
        font-size: 0.735rem;
        top: -1rem;
        right: -1rem;
        position: absolute;
        padding: 0.35rem 0.5rem;
        border: 2px solid rgb(0, 150, 199);
        color: rgb(0, 150, 199);
        background: #fff;
    }

    .carrinho-icon:hover .badge {
        border-color: rgb(10,160,209);
    }


.floating-menu {
    display: none;
}

.produtos .produtos-wrapper-tags {
    position: absolute;
    top: 0;
    right: 0;
    display: flex;
    align-items: end;
}

.container-produtosLista .produtos-wrapper-tags {
    top: 5px;
    left: 5px;
}

.produtos .produtos-tag {
    padding: 5px 8px;
    width: max-content;
    color: #fff;
    border-radius: 5px;
    text-align: center;
    height: auto;
    z-index: 3;
    line-height: 10px;
    float: right;
    font-size: 12px;
    font-weight: 500;
}

@media only screen and (max-width: 768px){
    .produtos .produtos-wrapper-tags {
        align-items: start;
    }
    .floating-menu .item {
        background: unset;
        border: unset;
    }
    .floating-menu {
        bottom: 0;
        position: fixed;
        display: block;
        height: auto;
        width: 100%;
        background: rgb(19, 33, 51);
        z-index: 10000;
    }

    .floating-menu-margins {
        width: 100%;
        height: 100%;
        display: block;
        position: relative;
        padding: 0.75rem 0;
    }

    .floating-menu-itens {
        width: 100%;
        height: 100%;
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        justify-content: center;
        align-items: stretch;
        column-gap: 0.35rem;
    }

        .floating-menu-itens a {
            text-decoration: none;
            color: #fff;
        }

    .floating-menu-itens-wrap span {
        font-size: 0.735rem;
        text-transform: uppercase;
        color: rgba(255,255,255,0.75);
        text-align: center;
        display: none;
    }

    .floating-menu .item {
        background: rgba(255,255,255,0.025);
    }


    .floating-menu .contador {
        position: absolute;
        top: -0.5rem;
        right: -0.25rem;
        padding: 0;
        width:1.25rem;
        height:1.25rem;
        display: flex;
        align-items:center;
        justify-content:center;
        background: #7f1d1d;
        color: #fff;
        border-radius: 50rem;
        text-align: center;
        z-index: 10;
    }

        .floating-menu .contador span {
            position: relative;
            display: flex;
        }
}