
.wc-pages {
    margin-top: 40px;
}


p {
    font-weight: 400;
    font-size: 17px;
    color: #666666;
    line-height: 24px;
}

/* Title */
.page-title-block {
    font-weight: 600;
    font-size: 30px;
    color: #37C0D1;
    text-align: center;
    padding-top: 30px;
    padding-bottom: 30px;
}


/* SHOP PAGE */

img.attachment-woocommerce_thumbnail.size-woocommerce_thumbnail {
    border-radius: 10px;
    margin-bottom: 20px;
}

.woocommerce ul.products li.product .woocommerce-loop-product__title,
h2.woocommerce-loop-product__title {
    font-weight: 600;
    font-size: 23px;
    color: #89c45e;
    padding: 0;
    margin-bottom: 20px;
}

.woocommerce ul.products li.product .price {
    font-weight: 600;
    font-size: 23px;
    color: #37c0d1;
}

a.button.product_type_simple.add_to_cart_button.ajax_add_to_cart {
    font-weight: 400;
    font-size: 18px;
    border-radius: 25px;
    border: solid 1px;
    padding: 10px 25px;
    background: #89c45e;
    border-color: #89c45e;
    color: #fff;
    -webkit-transition: all .3s; -moz-transition: all .3s; transition: all .3s; 
}

.shop-cat-menu {
    list-style: none;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    padding: 15px 0; 
}

.shop-cat-menu li {
    display: inline-block;
    font-weight: 300;
    font-size: 22px;
    color: #666;
    margin: 0 20px;
    text-transform: lowercase;
    -webkit-transition: all .3s; -moz-transition: all .3s; transition: all .3s; 
}

.shop-cat-menu li a:hover {
    color: #000;
}


a.added_to_cart.wc-forward {
    padding: 10px;
    color: #37c0d1;
    text-decoration: underline !important;
}

/* SINGLE PRODUCT */

.woocommerce-product-gallery.woocommerce-product-gallery--with-images.woocommerce-product-gallery--columns-4.images {
    width: 100%;
}

@media (min-width: 768px) {
    .woocommerce #content div.product div.summary, 
    .woocommerce div.product div.summary, 
    .woocommerce-page #content div.product div.summary, 
    .woocommerce-page div.product div.summary {
        float: none;
        width: 100%;
        margin-top: 60px;
    }
}
@media screen and (max-width: 767px) {
    .woocommerce #content div.product div.summary, 
    .woocommerce div.product div.summary, 
    .woocommerce-page #content div.product div.summary, 
    .woocommerce-page div.product div.summary {
        float: none;
        width: 100%;
        margin-top: 00px;
    }
}


.woocommerce div.product div.images img {
    border-radius: 10px;
}

h1.product_title.entry-title {
    font-weight: 600;
    font-size: 30px;
    color: #89c45e;
    letter-spacing: 1.5px;
    line-height: 29px;
}


.product-meta.product-meta--weight {
    font-weight: 400;
    font-size: 18px;
    color: #91c869;
    letter-spacing: 0.9px;
    line-height: 28px;
    margin-bottom: 15px;
    display: none;
}

button.single_add_to_cart_button.button.alt {
    font-weight: 400;
    font-size: 18px;
    border-radius: 25px;
    border: solid 1px;
    padding: 10px 25px;
    background: #89c45e;
    border-color: #89c45e;
    color: #fff;
    -webkit-transition: all .3s; -moz-transition: all .3s; transition: all .3s;
}

button.single_add_to_cart_button.button.alt:hover {
    background: #4e911f;
}

.summary.entry-summary .price {
    margin-top: 25px !important;
}

.summary.entry-summary .price bdi{
    font-weight: 600;
    font-size: 30px;
    color: #37C0D1;
    letter-spacing: 1.5px;
}

.quantity input{
    padding: 7px;
    border-radius: 25px;
    border: solid 1px #ccc;
}

.add-to-cart-input .quantity input {
    padding: 11px;
    border-radius: 25px 0 0 25px;
    border: solid 1px #ccc;
    height: 49px;
    float: left;
    width: 58px;
}

.add-to-cart-input .btn-add-to-cart {
    background: #89c45e;
    border-color: #89c45e;
    color: #fff;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
    border-radius: 0 25px 25px 0;
    width: 112px;
}
.product-description-block {

}

.page-content h2 {
    font-weight: 600;
    font-size: 28px;
    color: #37c0d1;
}



@media (min-width: 768px) { 
    #nutricional-table .nutricional-text-block{
        background-color:#37C0D1;
        position: relative;
        padding: 45px 0;
    }
    #nutricional-table .nutricional-text-block p { 
        font-weight: 400;
        font-size: 17px;
        color: #FFFFFF;
        line-height: 23px;
    }
    #nutricional-table .nutricional-text-block:after {
        content:"";
        background-color:#37C0D1;
        position: absolute;
        height: 100%;
        width: 4000px;
        right: -25%;
        top: 0;
        bottom: 0;
        z-index: -1;
    }
}

@media screen and (max-width: 767px) {
    #nutricional-table .nutricional-text-block{
        background-color:#fff;
        padding: 0 20px 20px;
    }
    #nutricional-table .nutricional-text-block p { 
        font-weight: 400;
        font-size: 17px;
        color: #37C0D1;
        line-height: 23px;
    }
}


#nutricional-table .nutricional-table-content {
    padding: 20px;
    background: #fff;;
    /* margin-top: -100px; */
    /* margin-bottom: -100px; */
}


.preparo-item {
    text-align: center;
}

.preparo-item img {
    margin-bottom: 20px;
    height: 65px;
}

.preparo-item .bold {
    font-weight: 700;
    margin-bottom: 0px;
}

@media (min-width: 768px) {
    #product-intructions .instructions-title h2,
    #product-intructions .instructions-title p {
        text-align: right;
    }

    #product-intructions .bg-full-50 {
        padding: 50px;
        background: #F8FFE1;
        border-radius: 20px 0 0 80px;
        position: relative;
    }

    #product-intructions .bg-full-50:after {
        content:"";
        background-color:#F8FFE1;
        position: absolute;
        height: 100%;
        width: 100%;
        right: -50%;
        top: 0;
        bottom: 0;
        z-index: -1;
    }
}

@media screen and (max-width: 767px) {
    #product-intructions .instructions-title h2 {
        margin-top: 0;
        text-align: center;
    }

    #product-intructions .instructions-title p {
        text-align: center;
        padding-bottom: 20px;
    }


    #product-intructions .bg-full-50 {
        padding: 50px;
        background: #F8FFE1;
        position: relative;
        text-align: center;
    }
}


/* CART */

table.shop_table.shop_table_responsive.cart.woocommerce-cart-form__contents {
    background: rgba(247,247,247,0.30);
    border: 1px solid #e1e1e1;
    border-radius: 10px;
}

.woocommerce-cart table.cart td.actions .coupon .input-text {
    min-width: 150px;
}

.woocommerce-cart table.cart th {
    font-weight: 600;
    font-size: 20px;
    color: #89c45e;
}

.woocommerce .cart-collaterals .cart_totals, .woocommerce-page .cart-collaterals .cart_totals {
    float: none;
    width: 100%;
}

a.checkout-button.button.alt.wc-forward  {
    font-weight: 600;
    font-size: 18px;
    border-radius: 25px;
    border: solid 1px;
    padding: 10px 25px;
    background: #89c45e;
    border-color: #89c45e;
    color: #fff;
    -webkit-transition: all .3s; -moz-transition: all .3s; transition: all .3s;
}

a.checkout-button.button.alt.wc-forward:hover {
    background: transparent;
    border-color:#89c45e;
    color: #89c45e;

}

.no-shipping-message {
    border: red solid 1px;
    padding: 5px;
    border-radius: 10px;
    color: red;
    background: #ffeded;
}

a.shipping-calculator-button {
    padding: 5px;
    color: #666;
    border: solid 1px #ccc;
    border-radius: 10px;
    background: #eee;
}

/* CHECKOUT */

form.checkout.woocommerce-checkout h3 {
    font-weight: 600;
    font-size: 20px;
    color: #89C45E;
    border-bottom: solid 1px #e1e1e1;
    padding-bottom: 10px;
}


form.checkout.woocommerce-checkout label {
    font-weight: 600;
    font-size: 16px;
    color: #707070;
    letter-spacing: 0.8px;
    line-height: 26px;
    display: block;
    width: 100%;
    margin-bottom: 0;
}

form.checkout.woocommerce-checkout span.woocommerce-input-wrapper,
form.checkout.woocommerce-checkout input {
    width: 100%;
}

form.checkout.woocommerce-checkout input {
    background: #ffffff;
    border: 1px solid #dadada;
    padding: 8px 5px;
    border-radius: 10px;
}

.woocommerce form .form-row .input-text, .woocommerce-page form .form-row .input-text {
    background: #ffffff;
    border: 1px solid #dadada;
    padding: 8px 5px;
    border-radius: 10px;
}

.woocommerce-billing-fields,
.woocommerce-additional-fields,
.checkout-order-total-info {
    background: rgba(247,247,247,0.30);
    border: 1px solid #E1E1E1;
    padding: 15px;
    border-radius: 10px;
    margin-bottom: 20px;
}

.woocommerce-checkout-payment {
    margin-top: 10px;
}

.woocommerce .checkout-order-total-info table.shop_table {
    border: 0;
    margin: 0;
    text-align: left;
}

.select2-container--default .select2-selection--single {
    background-color: #fff !important;
    border: 1px solid #dadada !important;
    border-radius: 4px !important;
    height: 38px !important;
    padding: 5px 0 !important;
    border-radius: 10px !important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 38px !important;
    position: absolute !important;
    top: 1px !important;
    right: 1px !important;
    width: 30px !important;
}

select.orderby {
    border-color: #dadada;
    padding: 10px;
    border-radius: 10px;
}

p.woocommerce-result-count {
    padding-top: 10px;
}


/* WOOCOMMERCE MESSAGES */

.woocommerce-info {
    background: rgba(137,196,94,0.11);
    border: 1px solid #89C45E;
    font-weight: 400;
    font-size: 18px;
    color: #89C45E;
    padding-left: 20px;
    border-radius: 10px;
}

.woocommerce-error::before, .woocommerce-info::before, .woocommerce-message::before {
    content: "";
}

.woocommerce-info a {
    text-decoration: underline;
    font-weight: 600;
}

.woocommerce #payment #place_order, 
.woocommerce-page #payment #place_order {
    font-weight: 600;
    font-size: 18px;
    border-radius: 25px;
    border: solid 1px;
    padding: 10px 25px;
    background: #89c45e;
    border-color: #89c45e;
    color: #fff;
    -webkit-transition: all .3s; -moz-transition: all .3s; transition: all .3s;
}

.woocommerce #payment #place_order:hover, 
.woocommerce-page #payment #place_order:hover {
    background: transparent;
    border-color:#89c45e;
    color: #89c45e;
}




/* DELIVERY BLOCK */

.woocommerce-delivery-date {
    background: rgba(247,247,247,0.30);
    border: 1px solid #E1E1E1;
    padding: 15px;
    border-radius: 10px;
    margin-bottom: 20px;
}

.woocommerce-shipping-fields {
    background: rgba(247,247,247,0.30);
    border: 1px solid #E1E1E1;
    padding: 15px;
    border-radius: 10px;
    margin-bottom: 20px;
}

input#ship-to-different-address-checkbox {
    display: block;
    float: left;
    width: auto;
    margin-top: 7px;
    margin-right: 12px;
}

h3#ship-to-different-address {
    border-bottom: 0;
    padding-bottom: 0;
}

select#deliveryPeriod {
    border-radius: 10px;
    height: 42px;
}

/* FORMAS DE PAGAMENTO CHECKOUT */

.woocommerce-checkout #payment ul.payment_methods li input {
    margin-top: 7px;
    margin-right: 10px;
}
ul.wc_payment_methods.payment_methods.methods input[type=radio] {
    width: auto;
    float: left;
    display: block;
}

fieldset.vindi-fieldset p.form-row {
    width: 100%;
}




/* colunas */

.woocommerce .col2-set .col-1, .woocommerce-page .col2-set .col-1 {
    float: left;
    width: 100%;
    max-width: 50%;
}

.woocommerce .col2-set .col-2, .woocommerce-page .col2-set .col-2 {
    float: right;
    width: 100%;
    max-width: 50%;
}

.woocommerce .woocommerce-customer-details address {
    font-style: normal;
    margin-bottom: 0;
    border: 1px solid rgba(0,0,0,.1);
    border-bottom-width: 1px;
    border-right-width: 1px;
    text-align: left;
    width: 100%;
    border-radius: 5px;
    padding: 6px 12px;
}


/* Produto fora de estoque - single */

.woocommerce .criaturo-message-out-of-stock{
    color: red;
}

.woocommerce .criaturo-message-available{
    color: #37C0D1;
}

.woocommerce div.product .out-of-stock {
    color: red;
    display: none;
}

.outofstock a.button.product_type_simple {
    display: none;
}

p.product-weight {
    color: #89c45e;
    margin-bottom: 9px;
    margin-top: -10px;
    font-size: 18px;
}

p.product-weight-single {
    color: #89c45e;
    margin-bottom: 9px;
    margin-top: -10px;
    font-size: 20px;
    margin-top: 15px;
}