.elementor-736 .elementor-element.elementor-element-1116434{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--padding-top:25px;--padding-bottom:25px;--padding-left:25px;--padding-right:25px;}.elementor-736 .elementor-element.elementor-element-64e5026{--display:flex;--justify-content:center;}body.elementor-page-736:not(.elementor-motion-effects-element-type-background), body.elementor-page-736 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#FAF8F4;}@media(max-width:1366px){.elementor-736 .elementor-element.elementor-element-1116434{--padding-top:20px;--padding-bottom:20px;--padding-left:20px;--padding-right:20px;}}@media(max-width:1024px){.elementor-736 .elementor-element.elementor-element-1116434{--padding-top:20px;--padding-bottom:20px;--padding-left:20px;--padding-right:20px;}}@media(max-width:767px){.elementor-736 .elementor-element.elementor-element-1116434{--padding-top:5px;--padding-bottom:5px;--padding-left:5px;--padding-right:5px;}}/* Start custom CSS for shortcode, class: .elementor-element-407a55c */.product {
    display: flex;
    flex-direction: row;
    border-bottom: 2px solid #ffff;
}

.product-column {
    flex: 1;
    padding: 10px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}


.products {
    display: contents;
    grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
    grid-gap: 15px;
}

@media (min-width: 1200px) {
    .products {
        grid-template-columns: repeat(2, 1fr);
    }
}

.fs-col-lg-6 {
    flex: 0 0 50% !important;
    max-width: 50% !important;
}

.fs-col-md-6 {
    flex: 0 0 50% !important;
    max-width: 50% !important;
}

.fs-col-sm-12 {
    flex: 0 0 100% !important;
    max-width: 100% !important;
}

.fs-col-xs-12 {
    flex: 0 0 100% !important;
    max-width: 100% !important;
}

.fs-2-columns {
    display: flex !important;
    flex-wrap: wrap !important;
}

.title_product {
    color: #222222;
    font-family: "Poppins", Sans-serif;
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
}
.imagem_produto{
    border-radius: 20px !important;
    border: 2px #fff solid !important;
    margin: 10px
}

.btn_pedido {
background-color: #25D366! important;
    color: #fff;
    border: none;
    padding: 20px;
    border-radius: 4px
}

.btn_div_pedido {
    padding: 40px;
    text-align: center;
}

.quantity-button {
background-color: #FF9D01;
    border-color: #E8E8E8;
    border-style: none;
    border-radius: 5px 5px 5px 5px;
    color: #000;
    font-size: 22px;
    margin: 10px! important;
    }
    
    .quantity-button:hover {
        color: #ffffff;
    background-color: #000;
    text-decoration: none;
}
    }
    

    
    .quantity {
        background-color: #fff;
    border-color: #E8E8E8;
    border-style: none !important;
    border-radius: 5px 5px 5px 5px;
    color: #000;
    font-size: 15px;
    padding: 10px! important;
    text-align: center;
    
        
    }
    
    .badge {
    display: inline-block;
    padding: .25em .4em;
    font-weight: 700;
    line-height: 2;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25rem;
    color: #333;
}

.descricao_produto {
    display: none;
}

.category-title {
    display: contents;
    text-align: center;
}

@media (max-width: 599px) {
    #button-container {
        display: grid !important;
        grid-gap: 10px;
    }
}/* End custom CSS */