/* ----------------------------------------------------------------
	Custom CSS

	Add all your Custom Styled CSS here for New Styles or
	Overwriting Default Theme Styles for Better Handling Updates
-----------------------------------------------------------------*/

.btn-whatsapp a {
    color:#fff;
    text-decoration:none;
    display:block;
}

.btn-whatsapp i  {
    color:#fff !important;
    text-decoration:none;
    display:block;
}
.btn-whatsapp {
    position:fixed;
    right:85px;
    bottom:160px;
    transform: translate(-50%, -50%);
    background-color:rgb(37, 211, 102);
    width:60px; height:60px;
    text-align:center;
    line-height:58px;
    font-size:1.8em;
    color:#ffffff;
    font-weight:100;
    border-radius:50%;
    padding-left: 16px;
}

.btn-fone-whatsapp {
    position:fixed;
    right:-150px;
    bottom:10px;
    transform: translate(-50%, -50%);
    /*background-color:#fff;*/
    text-align:center;
    font-size:16px;
    color:#ffffff;
    font-weight:100;
    padding: 0 15px;
    align-items: ce;
}

.btn-fone-whatsapp a {
    color:#333;
    text-decoration:none;

    width: max-content;
    background-color:#fff;
    padding: 0 5px;
}

.btn-fone-whatsapp h5 {
    color:#333;
    text-decoration:none;
    display:block;
    background-color:#fff;
    padding: 0 5px ;
}


.btn-whatsapp:before,
.btn-whatsapp:after
{
    content: '';
    display:block;
    position: absolute;
    border-radius:50%;
    border:1px solid #25d366;
    left: -20px;
    right: -20px;
    bottom: -20px;
    top: -20px;
    animation: animate 1.5s linear infinite;
    opacity:0;
    backface-visibility:hidden;
}

.pulsaDelay:after { animation-delay: .5s; }
@keyframes animate {
    0%   { transform: scale(0.5); opacity:0; }
    50%  { opacity:1; }
    100% { transform: scale(1.2); opacity:0; }
}

@media (max-width: 991.98px) {
    .btn-whatsapp, .btn-fone-whatsapp {
        display: none;
    }
}

@media (max-width: 575.98px) {

    .cart:not(.cart-totals) thead th {
        display: none;
    }
    .cart:not(.cart-totals) tbody td {
        display: block;
        width: 100%;
        border: 0;
        padding: 0 !important;
        text-align: center;
    }

    .cart:not(.cart-totals) .cart_item {
        display: block;
        position: relative;
        border: 1px solid rgba(0, 0, 0, .1);
        margin-bottom: 1.5rem;
        padding: 1.5rem;

    }

    .cart:not(.cart-totals) .cart_item .cart-product-remove {
        display: block;
        position: absolute;
        top: 1.25rem;
        left: auto;
        right: 1.25rem;
        width: 1.25rem;
        height: 1.25rem;
    }

    .cart:not(.cart-totals) .cart-product-thumbnail, .cart:not(.cart-totals) .cart-product-name, .cart:not(.cart-totals) .cart-product-quantity {
        margin-bottom: 1rem;
    }


    .cart_item .cart-product-thumbnail a {
        display: inline-block;
    }
    .cart_item .cart-product-price {
        display: none!important;
    }

    .cart_item .cart-product-name a {
        font-size: 1rem;
    }

    .cart_item .cart-product-subtotal {
        font-size: 1.25rem;
        color: #052E9A;
    }


.quantity .qty {
    width: 42px;
}

.quantity .qty,
.quantity .plus,
.quantity .minus {
    font-size: $cart-heading-font-size;
}
}

.banner-destaque .infos {
    position: absolute;
    z-index: 10;
    width: 100%;
    margin-top: 90px
}

.banner-destaque .infos .titulo {
    color: #fff; background-color: rgb(0, 0, 0, 0.2); width: fit-content;
}