/*   
  Theme Name:        Delivery
  Theme URI:         https://seusite.com.br
  Description:       Plataforma de Delivery
  Author:            Autor
  Author URI:        https://seusite.com.br
  Version:           1.0
  Stable tag:        1.0
  Requires at least: 4.9
  Tested up to:      4.9
  License:           GNU General Public License v3 or later.
  License URI:       https://www.gnu.org/licenses/gpl-3.0.html
  Text Domain:       delivery
*/

@import url('https://fonts.googleapis.com/css2?family=Rubik:ital,wght@0,300;0,400;0,500;0,700;0,900;1,300;1,400;1,500;1,700;1,900&display=swap');

@font-face{font-family:"feather";src:url(/wp-content/themes/delivery/font-icone/feather.woff) format('woff');font-display:fallback}

:root {
  --cor-princial: #ea1d2c;
  --color-branco: #fff;
  --color-cinza-1: #F7F6F6;
  --color-cinza-2: #E2E1E1;
  --color-cinza-3: #ADA7A7;
}

/***************** plugin status bar *****************/

#progress_bar {
    width: 770px;
    max-width: 100%;
    margin: 0 auto;
}
#texto-status {
	display: flex;
    justify-content: center;
}
#texto-status h3 {
    text-align: center;
    font-size: 15px;
    margin-top: 0;
}
.meter {
	height: 15px;
}
.meter:after,
.meter > span:after {
	height: 15px;
	width: 15px;
}
.stage_names span {
	font-size: 13px;
	color: #d3d3d3;
}
.stage_names span.current {
	color: #22272d;
}

/*** mobile ***/
@media (max-width:768px) {
/*#progress_bar {
	margin-top: 30px;
    margin-bottom: 15px;
}
*/
#progress_bar {
    position: fixed;
    bottom: 0;
    margin-bottom: 0;
    display: block;
    background: #fff;
    padding: 35px 20px 25px 20px;
    z-index: 602;
    width: 100%;
    left: 0;
    box-shadow: 0 0px 30px rgb(0, 0, 0, 0.5);
}
.stage_names span {
    display: block;
}
.stage_names span.current {
    bottom: 25px;
}
.stage_names span {
    font-size: 11px;
}
#texto-status {
    margin-bottom: 25px;
}
#texto-status {
	display: none;
}
}

/***************** página de finalização *****************/

.delivery_date {
	display: none;
}
section.woocommerce-order-details {
    display: grid;
}
a.botao-whats {
    order: 1;
}
h2.woocommerce-order-details__title {
    order: 2;
}
table.woocommerce-table.woocommerce-table--order-details.shop_table.order_details.detalhes-contato {
    order: 3;
}
table.woocommerce-table.woocommerce-table--order-details.shop_table.order_details {
    order: 4;
}
table.woocommerce-table.woocommerce-table--order-details.shop_table.order_details.detalhes-total {
    order: 5;
}
table.woocommerce-table.woocommerce-table--order-details.shop_table.order_details tfoot tr.page-final-preco {
	border: 1px solid var(--cor-princial);
    border-radius: 3px;
    margin-top: 5px;
}
table.woocommerce-table.woocommerce-table--order-details.shop_table.order_details tfoot tr.page-final-preco td,
table.woocommerce-table.woocommerce-table--order-details.shop_table.order_details tfoot tr.page-final-preco th {
    font-weight: 500 !important;
    font-size: 16px;
}
table.woocommerce-table.woocommerce-table--order-details.shop_table.order_details tfoot tr.page-final-numero {
    background-color: #f1f1f1;
	margin-bottom: 10px;
}
table.woocommerce-table.woocommerce-table--order-details.shop_table.order_details tfoot tr.page-final-numero td {
    font-weight: 500 !important;
}
table.woocommerce-table.woocommerce-table--order-details.shop_table.order_details.detalhes-total tfoot,
table.woocommerce-table.woocommerce-table--order-details.shop_table.order_details.detalhes-contato tfoot {
    display: grid;
}
table.woocommerce-table.woocommerce-table--order-details.shop_table.order_details.detalhes-total tfoot td,
table.woocommerce-table.woocommerce-table--order-details.shop_table.order_details.detalhes-contato tfoot td {
    float: right;
}
table.woocommerce-table.woocommerce-table--order-details.shop_table.order_details.detalhes-total tfoot th,
table.woocommerce-table.woocommerce-table--order-details.shop_table.order_details.detalhes-contato tfoot th {
    float: left;
}



/***************** botao whatsapp e status *****************/
.section-whats p {
    font-size: 12px !important;
	font-style: italic;align-content
}
.pedido-whats {
	display: grid;
    justify-content: center;
    justify-items: center;
    text-align: center;
    border-bottom: 1px dashed #d3d3d3;
    width: 100%;
    padding: 10px 0px 70px 0px;
    margin: 0 auto;
    background: linear-gradient(180deg, rgba(255,255,255,0) 0%, rgb(226 226 226) 100%);
}
.pedido-whats h2 {
    margin-bottom: 15px;
    line-height: 1.3em;
}
.pedido-whats p {
    font-size: 15px;
}
.pedido-whats p b {
    font-weight: 500;
}
.section-whats {
    order: 1;
    position: relative;
    margin-top: 25px;
    min-width: 55%;
    max-width: 100%;
    border-radius: 50px;
    background-color: #4ab11a;
    will-change: transform;
    overflow: hidden;
    transition: all 100ms linear;
    box-shadow: 0 0.25rem 0.5rem 0 rgba(27, 94, 32, 0.16), inset 0 -0.25rem 0 0 rgba(0, 0, 0, 0.16) !important;
}
.section-whats:hover {
    outline: none;
    transform: translateY(0.25rem);
    box-shadow: 0 0 0 !important;
    color: #fff;
}
.section-whats:active {
    outline: none;
    transform: translateY(0.25rem);
    box-shadow: 0 0 0 !important;
}
.section-whats:before {
    content: '';
    position: absolute;
    -webkit-animation: section-whats 1.5s linear;
    animation: horizontal-bar 1.5s linear;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    background-color: rgb(0 0 0 / 0.16);
    left: 0;
    height: 100%;
    width: 100%;
    z-index: -1;
}
@-webkit-keyframes section-whats { 
0% { height: 0 }
100% { height: 100% }
}
@keyframes horizontal-bar { 
0% { width: 0 }
100% { width: 100% }
}
a.botao-whats {
    height: 3.7rem;
    width: 100%;
    align-items: center;
    display: flex;
    position: relative;
    justify-content: center;
    vertical-align: top;
    color: #ffff;
    padding: 0px 35px;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
}
a.botao-whats:hover {
    color: #fff;
}
a.botao-whats:before {
    content: "";
    background-image: url(/wp-content/uploads/2020/11/imagem-whatsapp.png);
    background-size: 28px;
    height: 28px;
    width: 28px;
    background-repeat: no-repeat;
    position: relative;
    margin-right: 9px;
}
span.pedido-sucesso {
    font-weight: 500;
    font-size: 26px;
}

/*** mobile ***/
@media (max-width:768px) {
	.pedido-whats {
		padding-top: 0;
		padding-bottom: 50px;
	}
	.pedido-whats h2 {
    	margin-top: 10px;
	}
	.section-whats {
    	min-width: 65%;
	}
	a.botao-whats {
    	font-size: 14px;
	}
	span.pedido-sucesso {
    	font-size: 20px;
}
	/*
.section-whats {
    position: fixed;
    bottom: 0;
    display: block;
    z-index: 601;
    width: 100%;
    left: 0;
    border-radius: 0;
}
	*/
}

/*** desktop ***/
@media (min-width:768px) {
	.pedido-whats h2 {
		font-size: 32px !important;
	}
}



/*****************campos bairro e cidade *****************/
.woocommerce-billing-fields h3 {
	display: none;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
	min-height: 46px;
	width: 30px;
}
.woocommerce form .form-row .select2-container{
    width: 100% !important;
}
.select2-container--default .select2-selection--single {
	border: 1px solid #e2e1e1;
	min-height: 48px;
	font-size: 16px;
	padding: 10px;
	font-weight: 300;
}
.select2-container--default .select2-selection--single:focus {
	background-color: #fff;
	border-color: #d9d9d9;
	box-shadow: 0 0 0 0.2rem rgb(242, 242, 242);
	outline: 0 none;
}
#billing_address_1_field:before, 
p#billing_first_name_field:before {
    display: block;
    background: #f1f1f1;
    padding: 17px;
    text-align: center;
    font-weight: 500;
    font-size: 20px;
    border-radius: 3px;
    margin-block-end: 1em;
}
#billing_address_1_field:before {
    content: "Dados de Entrega";
	margin-top: 1em;
}
p#billing_first_name_field:before {
	content: "Dados de Contato";
}
div#botao-pagamento {
    display: block;
    background: #f1f1f1;
    padding: 17px;
    text-align: center;
    font-weight: 500;
    font-size: 20px;
    border-radius: 3px;
    cursor: pointer;
	transition: all .5s;
}
div#botao-pagamento:hover,
div#botao-pagamento:active {
    background-color: #e8e8e8;
}
div#divPag {
	margin-top: 20px;
}
div#botao-pagamento p {
    margin: 0;
}
div#botao-pagamento p:after {
    content: "\f078";
    font-family: "Font Awesome 5 Free";
    position: absolute;
    right: 45px;
    font-size: 14px;
    color: #d6d6d6;
    font-weight: 600;
}
.select2-container--default .select2-results__option--highlighted[aria-selected],
.select2-container--default .select2-results__option--highlighted[data-selected] {
    background-color: var(--cor-princial);
}
.woocommerce-billing-fields__field-wrapper {
    display: grid;
}
p#billing_first_name_field {
    order: 1;
}
p#billing_last_name_field {
    order: 2;
}
p#billing_phone_field {
    order: 3;
}
p#billing_email_field {
    order: 4;
}
p#billing_address_1_field {
    order: 5;
}
p#billing_postcode_field {
    order: 6;
}
p#billing_address_2_field {
    order: 7;
}
p#billing_neighborhood_field {
    order: 8;
}
p#billing_city_field {
    order: 9;
}



/***************** plugin de horário *****************/
.storeclosing_table {
    box-shadow: none;
    margin-bottom: 0;
    border: 0;
}
table.storeclosing_table tr {
    display: grid;
    grid-template-columns: 44% 23% 10% 23%;
    font-size: 14px;
}
.storeclosing_daily_table_title {
    display: none;
}
.storeclosing_active_day {
    border: solid 2px #00cf69;
}
tr.storeclosing_active_day td {
    background-color: rgb(139 195 74 / 0.15) !important;
}
table.storeclosing_table tr {
    display: grid;
    grid-template-columns: 44% 23% 10% 23%;
    font-size: 14px;
}
.storeclosing_table tbody tr td {
    padding: 8px 5px !important;
}
.storeclosing_table_row_dark {
    background-color: #f5f5f5;
}
.storeclosing_table tbody tr td:nth-child(1) {
    order: 1;
    font-weight: 500 !important;
    padding-left: 25px !important;
    padding-right: 0 !important;
}
.storeclosing_table tbody tr td:nth-child(2) {
    order: 4;
}
.storeclosing_table tbody tr td:nth-child(3) {
    order: 3;
    text-align: center;
}
.storeclosing_table tbody tr td:nth-child(4) {
    order: 2;
    text-align: right;
}



/***************** texto produto/subtotal *****************/
table.shop_table.woocommerce-checkout-review-order-table,
table.shop_table.woocommerce-checkout-review-order-table tfoot {
	display: grid;
}
table.shop_table.woocommerce-checkout-review-order-table thead tr,
table.shop_table.woocommerce-checkout-review-order-table tbody tr {
	display: block !important;
}
table.shop_table.woocommerce-checkout-review-order-table thead th.product-name {
	float: left;
}
table.shop_table.woocommerce-checkout-review-order-table thead th.product-total {
	float: right;
}
table.shop_table.woocommerce-checkout-review-order-table tbody td.product-name {
    width: 100%;
}
table.shop_table.woocommerce-checkout-review-order-table tfoot tr.cart-discount th {
    float: left;
}
table.shop_table.woocommerce-checkout-review-order-table tfoot tr.cart-discount td {
    float: right;
}
a.woocommerce-remove-coupon {
    float: left;
    margin-right: 5px;
}

/***************** bairro/subtotal/subtotal *****************/
table.shop_table.woocommerce-checkout-review-order-table tfoot tr.cart-subtotal {
	display: block;
}
table.shop_table.woocommerce-checkout-review-order-table tfoot .shipping {
	display: flex;
    justify-content: space-between;
    align-items: center;
}
table.shop_table.woocommerce-checkout-review-order-table tfoot tr.woocommerce-shipping-totals.shipping th {
    padding: 0px 10px 12px 10px !important;
}
table.shop_table.woocommerce-checkout-review-order-table tfoot tr.woocommerce-shipping-totals.shipping td {
	width: 75%;
	padding: 0px 10px 12px 10px !important;
}
table.shop_table.woocommerce-checkout-review-order-table tfoot tr.woocommerce-shipping-totals.shipping td select {
    text-align-last: center;
}
table.shop_table.woocommerce-checkout-review-order-table tfoot tr.cart-subtotal th,
table.shop_table.woocommerce-checkout-review-order-table tfoot tr.order-total th {
    width: 100%;
}
select.shipping_method {
    background-color: #fff;
}




/************************** Elementor **************************/
.elementor-section.elementor-section-boxed > .elementor-container {
    padding-left: 5px;
	padding-right: 5px;
}
.elementor-heading-title.elementor-size-default {
    line-height: 1.4;
}



/************************** Página do produto Elementor **************************/
div.product.elementor form.cart {
	display: block !important;
}
.elementor-widget-woocommerce-product-add-to-cart .elementor-widget-container {
	background-color: rgb(255, 255, 255);
	box-shadow: rgba(0, 0, 0, 0.15) 0px 2px 4px 0px;
	border-radius: 4px;
}
.elementor-widget-woocommerce-product-price span.woocommerce-Price-amount.amount {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 15px;
    color: rgba(0,0,0,.8);
	float: none !important;
}
.elementor-widget-container p.price ins {
    text-decoration: none !important;
}


/************************** Jet **************************/
.jet-ajax-search__item-price span.woocommerce-Price-amount.amount {
	float: left !important;
}




/************************** Sections **************************/

html {
  line-height: 1.5em;
  -webkit-text-size-adjust: 100%;
}
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
body {
  margin: 0;
  font-family: 'Rubik', sans-serif;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.5em;
  color: #22272d;
  background-color: #fff;
}
h1, h2, h3, h4, h5, h6 {
  font-family: 'Rubik', sans-serif;
  font-weight: 500;
}
h1 {
  font-size: 3.5em;
  font-weight: bold;
}
h2 {
  font-size: 2.7em;
  line-height: 1em;
  font-weight: bold;
}
h3 {
  font-size: 24px;
}
h4 {
  font-size: 1.2rem;
}
h5 {

}
h6 {

}
p {
  margin-top: 0;
}

/************************** campo endereço (google) **************************/

.pac-container {
    position: relative !important;
    left: 0 !important;
    top: 0 !important;
}

/************************** Woocommerce **************************/


.quantity input[type=number]::-webkit-inner-spin-button { 
	display: none !important;
}
.woocommerce ul#shipping_method li label {
    line-height: inherit;
    margin-right: 5px;
    font-size: 14px;
}
.woocommerce ul#shipping_method li {
    margin: 0;
}
.woocommerce table.shop_table tfoot .order-total {
    border: 1px solid var(--cor-princial);
    border-radius: 3px;
}
.woocommerce table.shop_table tfoot .order-total th {
	padding: 6px 10px !important;
	font-size: 17px;
}
.woocommerce table.shop_table tfoot .order-total span.woocommerce-Price-amount.amount {
	font-size: 17px;
}


/*** widget categoria de produtos ***/
.woocommerce.widget_product_categories {
    padding: 20px;
    background: #eaeaea;
    border-radius: 4px;
}
.woocommerce.widget_product_categories .cat-item {
    margin-bottom: 5px;
}
.woocommerce.widget_product_categories>ul {
    padding-inline-start: 0;
}
.woocommerce.widget_product_categories>ul>li {
    list-style: none;
    text-align: left;
}
.woocommerce.widget_product_categories h5 {
    font-size: 15px;
    letter-spacing: .05em;
    text-transform: uppercase;
    margin: 0 0 15px 0;
}
.woocommerce .woocommerce-ordering select {
    display: none;
}
.woocommerce div.product div.images {
    margin-bottom: 0em;
}


/**************** pagina dos produtos ****************/
.woocommerce-product-gallery__image {
	height: 225px !important;
}
.woocommerce div.product div.images img {
	height: 100%;
	min-height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}
.elementor-widget-woocommerce-product-add-to-cart .quantity,
.content .quantity {
	display: flex;
	justify-content: center;
	float: none !important;
	margin: 20px !important;
}
.quantity .qty {
	text-align: center;
	padding: 0;
	border: 0;
	max-width: 45px;
	width: 45px;
	font-size: 20px;
	color: #22272d;
}
.qty-change-button {
	background-color: var(--color-cinza-1);
	padding: 15px;
	border-radius: 50%;
	cursor: pointer;
	-webkit-tap-highlight-color: transparent;
}
.qty-change-button i {
    font-size: 16px;
    color: #464646;
}
.qty-change-button:active {
	background-color: var(--color-cinza-2);
}
/**************** pagina dos produtos ****************/



.elementor-widget-woocommerce-product-price del {
    opacity: 1 !important;
}
.elementor-widget-woocommerce-product-price ins .woocommerce-Price-amount bdi {
    font-weight: 400;
    color: #00cf69;
}
.woocommerce div.product .stock {
	color: #00cf69;
}
nav.woocommerce-MyAccount-navigation ul {
    padding: 0;
    margin: 0;
    list-style: none;
}
nav.woocommerce-MyAccount-navigation ul li {
    list-style: none;
    margin: 0;
    position: relative;
    font-weight: 500;
    padding: 20px;
    border-bottom: 1px solid #E2E1E1;
    color: #22272d;
    font-size: 19px;
    width: 100%;
    text-align: left;
    background: #fff;
}
nav.woocommerce-MyAccount-navigation ul li a {
    color: #22272d;
}
body.woocommerce-account nav.woocommerce-MyAccount-navigation ul li a:before {
    font-family: 'feather';
    color: #E2E1E1 !important;
    font-size: 24px;
    display: inline-block;
    margin-right: 8px;
}
li.woocommerce-MyAccount-navigation-link.woocommerce-MyAccount-navigation-link--downloads,
li.woocommerce-MyAccount-navigation-link.woocommerce-MyAccount-navigation-link--dashboard {
    display: none;
}
nav.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--dashboard a:before {
    content: "\e81d";
}
nav.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--edit-address a:before {
    content: "\e876";
}
nav.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--orders a:before {
    content: "\e870";
}
nav.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--edit-account a:before {
    content: "\e8e5";
}
nav.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--customer-logout a:before {
    content: "\e888";
}
.woocommerce-account .woocommerce-MyAccount-navigation {
    width: 22%;
    background-color: rgb(255, 255, 255);
    box-shadow: rgba(0, 0, 0, 0.15) 0px 2px 4px 0px;
    margin-bottom: 30px;
    border-radius: 4px;
    padding: 0 !important;
}
.woocommerce-account .woocommerce-MyAccount-content {
    width: 75%;
}
.woocommerce-MyAccount-content .woocommerce-Button.button {
    margin-top: 20px;
}
form.woocommerce-EditAccountForm.edit-account {
    background-color: rgb(255, 255, 255);
    box-shadow: rgba(0, 0, 0, 0.15) 0px 2px 4px 0px;
    margin-bottom: 30px;
    border-radius: 4px;
    padding: 20px;
}
.u-columns.woocommerce-Addresses.col2-set.addresses {
    width: 100% !important;
}
td.woocommerce-orders-table__cell.woocommerce-orders-table__cell-order-actions a {
    padding: 10px;
    font-size: 13px;
}
td.woocommerce-orders-table__cell.woocommerce-orders-table__cell-order-actions {
    width: 20%;
}
.woocommerce table.my_account_orders {
    font-size: 14px;
}
table.woocommerce-table.woocommerce-table--order-details.shop_table.order_details th, table.woocommerce-table.woocommerce-table--order-details.shop_table.order_details tr {
    font-size: 14px;
}
table.woocommerce-table.woocommerce-table--order-details.shop_table.order_details th {
    font-weight: 500;
}
.woocommerce-table__line-item.order_item td {
    padding-top: 15px !important;
    padding-bottom: 15px !important;
}
.woocommerce-Address {
    border: 1px solid #E2E1E1;
    border-radius: 5px;
    padding: 20px;
}
.woocommerce-Address h3 {
    margin-top: 0;
    margin-bottom: 10px;
    font-size: 20px;
}
.u-column1.col-1.woocommerce-Address {
    margin-bottom: 20px;
}
.woocommerce-Address .edit {
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 500;
}
.woocommerce-address-fields {
    background-color: rgb(255, 255, 255);
    box-shadow: rgba(0, 0, 0, 0.15) 0px 2px 4px 0px;
    margin-bottom: 30px;
    border-radius: 4px;
    padding: 20px;
}
.woocommerce-customer-details address {
    background-color: #fff;
    border: 0 !important;
    box-shadow: 0 2px 4px 0 rgba(0,0,0,.15);
    padding: 20px !important;
}
.woocommerce-order .woocommerce-notice {
    text-align: center;
    font-weight: 600;
    color: #fff;
    font-size: 20px;
    background: #00cf69;
    margin-bottom: 50px;
    border: 1px solid #E2E1E1;
    border-radius: 5px;
    padding: 20px;
}
.woocommerce-order-details .wc-item-meta {
    color: #9b9b9b;
    padding-left: 0.5em;
    border-left: 1px dashed rgba(0,0,0,.1);
    margin: 6px;
    margin-left: 2px;
}
.woocommerce-order-details .wc-item-meta li {
    font-size: 13px;
}
.woocommerce-order-details .wc-item-meta .wc-item-meta-label {
    font-weight: 400;
}
.woocommerce ul.order_details li strong {
    font-size: 16px;
    font-weight: 600;
}
.delivery_date_wrapper {
    background-color: rgb(255, 255, 255);
    box-shadow: rgba(0, 0, 0, 0.15) 0px 2px 4px 0px;
    height: auto;
    padding: 20px;
    border-radius: 5px;
}
span.delivery_date_title {
    margin-top: -85px;
    margin-left: -138px;
    border-radius: 5px;
}
.delivery_date {
    margin-bottom: 50px;
    margin-top: 50px;
}
.woocommerce ul.order_details .woocommerce-Price-amount.amount {
    float: none;
    font-weight: 600;
    font-size: 16px;
}
del .woocommerce-Price-amount.amount {
	text-decoration: line-through;
	font-weight: 400 !important;
	font-size: 95% !important;
}
ins .woocommerce-Price-amount.amount {
	color: #00cf69 !important;
	margin-left: 3px;
}
.woocommerce ul.order_details li {
    font-size: 13px;
}
.payment_box fieldset {
    border-width: 0;
    font-size: 13px;
}
#add_payment_method #payment div.payment_box, .woocommerce-cart #payment div.payment_box, .woocommerce-checkout #payment div.payment_box {
    padding: 0;
    padding-top: 20px;
}
.product-name, .product-total {
    text-overflow: ellipsis;
	padding-bottom: 3px !important;
}
td.woocommerce-table__product-name.product-name a {
    color: #22272d;
    pointer-events: none;
    cursor: default;
}
.cart_item .product-name {
  text-transform: capitalize;
  letter-spacing: 0em;
}
td.product-name dl.variation {
    padding-left: 0.5em;
    border-left: 1px dashed rgba(0,0,0,.1);
    margin: 6px;
    margin-left: 2px;
}
dl.variation {
    color: #9b9b9b;
}
thead {
  background-color: #f1f1f1;
}
table.woocommerce-checkout-review-order-table th, table.woocommerce-checkout-review-order-table td {
    padding: 10px !important;
}
.cart-subtotal th, .order-total th, .woocommerce-shipping-totals th, table.woocommerce-checkout-review-order-table thead th {
    font-size: 15px;
    font-weight: 500 !important;
}
.shop_table .cart_item td {
    padding-top: 18px !important;
    padding-bottom: 18px !important;
  	font-size: 14px;
}
td.product-name a {
    font-size: 14px;
}
tr.fee th {
    font-size: 15px;
    font-weight: 500 !important;
}
.woocommerce table.shop_table tfoot td, .woocommerce table.shop_table tfoot th {
	border: 0;
}
.woocommerce table.shop_table tfoot td {
    font-weight: 400 !important;
	font-size: 14px;
}
small.shipped_via {
    display: block;
}
td.product-total, .shop_table tfoot tr td, .cart_totals tbody tr td, .shop_table thead tr th:last-of-type, .shop_table tr td:last-of-type {
    text-align: right;
}
span.amount {
    white-space: nowrap;
    font-weight: 400;
}
.woocommerce table.shop_table td {
    border-top: 0;
    border-bottom: 1px solid rgba(0,0,0,.1);
	vertical-align: middle !important;
}
.woocommerce-checkout-review-order-table tfoot th,
.woocommerce-checkout-review-order-table tfoot td {
    padding-top: 5px !important;
    padding-bottom: 5px !important;
	font-weight: 500 !important;
    font-size: 15px;
}
form.checkout.woocommerce-checkout #order_review .cart-subtotal th,
form.checkout.woocommerce-checkout #order_review .cart-subtotal td {
    padding-top: 22px !important;
}
/*
form.checkout.woocommerce-checkout {
    margin-top: 25px;
}
*/
.order-total td {
    font-size: 18px !important;
}
tr.order-total td span {
    font-weight: 600;
}
.woocommerce-billing-fields h3,
.woocommerce-additional-fields h3,
#order_review_heading {
    background: #f1f1f1;
    padding: 17px;
    text-align: center;
    font-weight: 500;
    font-size: 20px;
  	border-radius: 3px;
}
#order_review_heading {
  display:none;
}
ul.wc_payment_methods.payment_methods.methods li {
	padding: 5px;
}
#add_payment_method #payment div.payment_box::before, .woocommerce-cart #payment div.payment_box::before, .woocommerce-checkout #payment div.payment_box::before {
	border: 1em solid #f1f1f1;
	border-right-color: transparent;
    border-left-color: transparent;
    border-top-color: transparent;
}
ul.wc_payment_methods.payment_methods.methods li label {
    margin: 0;
 	cursor: pointer;
}
#add_payment_method #payment ul.payment_methods li input, .woocommerce-cart #payment ul.payment_methods li input, .woocommerce-checkout #payment ul.payment_methods li input {
    margin: 0;
}
#order_review_heading {
    margin-top: 0;
    margin-bottom: 15px;
    background: #f8f8f8;
}
.woocommerce-billing-fields h3 {
    margin-top: 0;
}
.woocommerce-checkout #payment div.form-row {
    background: #fff;
    display: flex;
    justify-content: center;
}
.woocommerce-checkout #payment ul.payment_methods {
    border: 0;
    padding: 0px;
}
.woocommerce-checkout #payment div.payment_box {
	background: #f1f1f1;
    text-align: center;
}
.woocommerce form .form-row label {
    line-height: 1;
}
.woocommerce .col2-set .col-2, .woocommerce-page .col2-set .col-2,
.woocommerce .col2-set .col-1, .woocommerce-page .col2-set .col-1{
    width: 100%;
}
/************ Carrinho ************/
.elementor-menu-cart__product {
    display: block !important;
}
.elementor-menu-cart__close-button {
	margin: 0 !important;
}
.elementor-menu-cart__product-name, .elementor-menu-cart__product-price {
    padding-left: 10px !important;
}
.woocommerce-mini-cart__empty-message {
    margin-top: 20px;
    text-align: center;
}
.woocommerce-mini-cart__empty-message:before {
    content: '';
    background-image: url(/wp-content/uploads/2020/06/icone-prato.png);
    background-repeat: no-repeat;
    background-size: 100%;
    display: block;
    width: 100px;
    height: 100px;
    margin: 16px auto;
}
.widget_shopping_cart_content .elementor-menu-cart__product-price {
    padding-right: 10px;
}
.widget_shopping_cart_content .variation {
    margin-top: 6px;
}
.widget_shopping_cart_content .variation {
    color: #9b9b9b;
    padding-left: 0.5em;
    border-left: 1px dashed rgba(0,0,0,.1);
    margin: 6px;
    margin-left: 2px;
}
.widget_shopping_cart_content .product-name dt.variation- {
    margin-right: .25em;
    display: inline-block;
}
.widget_shopping_cart_content .product-name dd.variation- {
    margin-inline-start: 0;
    display: inline-block;
    margin-bottom: .3em;
}
.widget_shopping_cart_content .product-name dd.variation- p {
    margin-bottom: 0 !important;
}
.widget_shopping_cart_content .product-name .variation dt {
    float: left;
    clear: both;
    margin-top: 0 !important;
    margin-right: .25em;
    display: inline-block;
}
.widget_shopping_cart_content .product-name .variation p {
    margin-bottom: 0.2em;
    margin-top: 0 !important;
}
.elementor-menu-cart__product-remove.product-remove {
    left: 4px;
    top: 6px;
    border: 1px solid red;
}
.elementor-menu-cart__product-remove.product-remove:before, .elementor-menu-cart__product-remove.product-remove:after {
	background: red;
}
.widget_shopping_cart_content .quantity {
    font-size: 14px;
    font-weight: 500;
    color: #22272d;
}
.elementor-menu-cart__product-price .amount {
    font-weight: 400 !important;
}
.elementor-menu-cart__product.woocommerce-cart-form__cart-item.cart_item {
    padding: 18px 0;
    border-bottom: 1px solid rgba(0,0,0,.1);
}
.elementor-menu-cart__subtotal strong {
    font-size: 17px;
    font-weight: 500;
}
.elementor-menu-cart__subtotal span.amount {
    font-size: 17px !important;
    font-weight: 500;
}
.elementor-button.elementor-button--view-cart {
    display: none;
}
.elementor-menu-cart__footer-buttons {
    display: block !important;
}
.elementor-button.elementor-button--checkout {
    width: 100%;
    background-color: var(--cor-princial) !important;
    border: 1px solid var(--cor-princial);
    border-radius: 3px!important;
    padding: 17px!important;
    font-size: 17px!important;
    text-align: center;
    font-weight: 500;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.elementor-button.elementor-button--checkout:hover {
    color: var(--cor-princial);
    background-color: rgba(255, 255, 255, 0) !important;
}
.elementor-menu-cart__subtotal {
    display: flex!important;
    padding: 25px 15px;
    background: #f1f1f1;
    border: 0!important;
    justify-content: space-between;
}


/* botao mobile */
.elementor-menu-cart__toggle .elementor-button {
    display: flex !important;
    width: 100%;
  	padding: 15px 20px;
    border: 0 !important;
    color: #fff !important;
	background: var(--cor-princial) !important;
    font-size: 17px;
    justify-content: center;
}
.elementor-menu-cart__toggle .elementor-button:before {
    content: "Ver carrinho";
    display: flex;
    text-align: center;
    position: absolute;
    font-size: 15px;
    font-weight: 400;
}
.elementor-menu-cart__toggle .elementor-button-icon {
    order: 1 !important;
}
.elementor-menu-cart__toggle .elementor-button-text {
    order: 2;
}
.elementor-menu-cart__toggle .elementor-button-text span {
    font-weight: 500;
    font-size: 15px;
}
.elementor-button-text .woocommerce-Price-amount.amount {
    font-size: 15px;
}
.elementor-menu-cart--items-indicator-bubble .elementor-menu-cart__toggle .elementor-button-icon[data-counter]:before {
    background-color: #fff !important;
    color: var(--cor-princial) !important;
    min-width: 1.3em !important;
    height: 1.3em !important;
	font-weight: 500;
}
.elementor-widget-woocommerce-menu-cart.toggle-icon--cart-medium .elementor-menu-cart__toggle .elementor-button-icon i:before {
    content: "\e926" !important;
    font-family: 'feather';
    font-size: 20px;
}
.elementor-menu-cart__container {
  height: 100%;
}
.elementor-menu-cart__container .elementor-menu-cart__main {
  width:100% !important;
  padding: 30px 20px !important;
}
.elementor-menu-cart__close-button {
  margin: 0;
}
.woocommerce-password-hint {
    display: none;
}
.woocommerce.widget_shopping_cart {
    background-color: rgb(255, 255, 255);
    box-shadow: rgba(0, 0, 0, 0.15) 0px 2px 4px 0px;
    margin-bottom: 30px;
    border-radius: 4px;
    padding: 20px;
}
p.woocommerce-mini-cart__empty-message {
    text-align: center;
    padding: 20px;
    color: var(--cor-princial);
    font-weight: 400;
    font-size: 15px;
}
.woocommerce.widget_shopping_cart h5 {
    text-align: center;
    font-weight: 500;
    font-size: 20px;
    background: rgb(241, 241, 241);
    padding: 17px;
    border-radius: 3px;
    margin-top: 0;
}
.woocommerce.widget_shopping_cart h5:before,
#order_review_heading:before {
    content: "\e926";
    font-family: 'feather';
    margin-right: 5px;
    font-size: 20px;
}
a.button.wc-forward {
    display: none;
}
a.button.checkout.wc-forward {
    display: block;
 	margin: 0;
}
p.woocommerce-mini-cart__buttons.buttons {
    margin: 0;
}
#add_payment_method #payment div.form-row, .woocommerce-cart #payment div.form-row, .woocommerce-checkout #payment div.form-row {
    padding: 0;
    margin: 0;
}
.woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button {
	width: 100%;
    background-color: var(--cor-princial) !important;
  	border: 1px solid var(--cor-princial);
  	color:#fff !important;
    padding: 17px;
    font-size: 17px;
    text-align: center;
    font-weight: 500;
 	-webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.woocommerce #respond input#submit.alt:hover, .woocommerce a.button.alt:hover, .woocommerce button.button.alt:hover, .woocommerce input.button.alt:hover,
.woocommerce #respond input#submit:hover, .woocommerce a.button:hover, .woocommerce button.button:hover, .woocommerce input.button:hover {
    color: var(--cor-princial) !important;
    background-color: rgba(255, 255, 255, 0) !important;
}
.woocommerce .widget_shopping_cart .total, .woocommerce.widget_shopping_cart .total {
    text-align: center;
    font-size: 20px;
    padding: 30px 20px 10px 20px;
    margin: 0;
    margin-top: 20px;
}
.woocommerce.widget_shopping_cart {
    background-color: rgb(255, 255, 255);
    box-shadow: rgba(0, 0, 0, 0.15) 0px 2px 4px 0px;
    margin-bottom: 30px;
    border-radius: 4px;
    padding: 20px;
}
.woocommerce.widget_shopping_cart h5 {
    text-align: center;
    font-weight: 500;
    font-size: 20px;
    background: rgb(241, 241, 241);
    padding: 17px;
    border-radius: 3px;
    margin-top: 0;
    margin-bottom: 0;
}
dd.variation- p {
    font-weight: 500;
}
.woocommerce ul.cart_list li dl dd, .woocommerce ul.cart_list li dl dt, .woocommerce ul.product_list_widget li dl dd, .woocommerce ul.product_list_widget li dl dt {
    margin-bottom: 0;
}
span.woocommerce-Price-amount.amount {
    float: right;
    font-size: 14px;
}
ul.woocommerce-error span.woocommerce-Price-amount.amount {
    float: none;
    font-weight: 500;
    background: var(--cor-princial);
    color: #fff;
    padding: 3px 5px;
    border-radius: 3px;
}
li.woocommerce-mini-cart-item.mini_cart_item {
    border-bottom: 1px solid rgba(0,0,0,.1);
    padding-top: 22px !important;
    padding-bottom: 22px !important;
    padding-right: 22px !important;
}
.woocommerce ul.cart_list li a, .woocommerce ul.product_list_widget li a {
    font-weight: 500;
    font-size: 14px;
}
.woocommerce ul.cart_list li dl, .woocommerce ul.product_list_widget li dl {
    padding-left: 0.5em;
    border-left: 1px dashed rgba(0,0,0,.1);
    margin: 6px;
    margin-left: 2px;
}
.product-name .variation dt {
  	display: inline-flex;
    margin-top: .4em !important;
  	margin: 0;
    font-weight: 400 !important;
    font-size: 13px;
    line-height: 1.2em;
}
.product-name .variation dd p {
    font-size: 13px;
    margin-top: .2em !important;
}
.woocommerce-mini-cart-item.mini_cart_item .variation dt, 
.woocommerce-mini-cart-item.mini_cart_item .variation dd {
  	display: inline-flex;
    margin-top: .4em !important;
    margin-right: .25em;
    margin-left: 0;
    font-weight: 400 !important;
    font-size: 13px;
    line-height: 1.1em;
}
.woocommerce .widget_shopping_cart .total, .woocommerce.widget_shopping_cart .total {
    font-size: 16px;
    padding: 25px;
    margin: 0;
    background: #f1f1f1;
    border: 0;
    color: #22272d;
    display: flex;
    justify-content: space-between;
}
p.woocommerce-mini-cart__total.total span {
    font-weight: 600;
    font-size: 16px;
}
.woocommerce .widget_shopping_cart .cart_list li a.remove, .woocommerce.widget_shopping_cart .cart_list li a.remove {
    top: 22px;
    font-size: 17px;
}
table.shop_table.woocommerce-checkout-review-order-table .cart_item td.product-total {
    width: 10px !important;
}
.col2-set, .woocommerce table.shop_table, .woocommerce-checkout #payment {
    background-color: #fff;
    border-radius: 4px;
    box-shadow: 0 2px 4px 0 rgba(0,0,0,.15);
    padding: 20px;
    margin-bottom: 30px;
}
.woocommerce table.shop_table {
    margin-bottom: 15px;
}
.woocommerce-form-coupon-toggle, .woocommerce-form-login-toggle {
    width: 49%;
    display: inline-block;
    text-align: center;
    padding: 12px;
    background-color: #f8f8f8;
    margin-bottom: 10px;
}
.woocommerce-form-coupon-toggle .woocommerce-info, .woocommerce-form-login-toggle .woocommerce-info {
    padding: 0;
    margin-bottom: 0;
    color: #333;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 13px;
    border: 0;
}
.woocommerce-form-coupon-toggle .woocommerce-info:before,
.woocommerce-form-login-toggle .woocommerce-info:before {
    display: inline-block;
  	position: initial;
    vertical-align: middle;
    font-family: 'feather' !important;
    margin-right: 8px;
    color: #333;
    font-size: 19px;
}
.woocommerce-form-coupon-toggle .woocommerce-info:before {
    content: "\e8d2";
}
.woocommerce-form-login-toggle .woocommerce-info:before {
    content: "\e8e9";
}
.woocommerce form.checkout_coupon, .woocommerce form.login, .woocommerce form.register {
    margin-top: 0;
}
.woocommerce-info a:hover {
    text-decoration: underline !important;
}
p#billing_city_field,
p#billing_neighborhood_field {
    margin-bottom: 12px;
}
.payment_box.payment_method_bacs p {
    font-weight: 300;
}

/**** bandeiras de pagamento ****/
.wc_payment_method label {
    direction: rtl;
}
#order_review label img {
    height: 22px !important;
  	margin: 0 5px 0 0 !important;
}
.woocommerce-checkout #payment div.payment_box p {
    margin: 0 !important;
}
.woocommerce-checkout #payment div.payment_box fieldset {
    font-size: 14px;
    padding: 0px 10px 10px 10px;
}
.woocommerce-checkout #payment div.payment_box input {
    width:60%;
}
.woocommerce-checkout #payment div.payment_box label {
    font-size: 14px;
    display: inline-flex;
    text-transform: uppercase;
    font-weight: 500;
    background: #ffffff;
    padding: 8px;
    border-radius: 5px;
    margin-right: 5px;
}
/**************** minha conta ****************/
.woocommerce form.checkout_coupon, .woocommerce form.login, .woocommerce form.register {
    background-color: rgb(255, 255, 255);
    box-shadow: rgba(0, 0, 0, 0.15) 0px 2px 4px 0px;
    border: 0;
    margin-bottom: 30px;
    border-radius: 4px;
    padding: 20px;
}
.woocommerce h2 {
    font-size: 2em;
    text-align: center;
}
div#customer_login {
    background-color: #fff0;
    width: 100% !important;
    border-radius: 0;
    box-shadow: none;
    padding: 0;
    margin: 0;
    display: inline-flex;
}
div#customer_login div {
    margin: 20px;
}

/****************************** desktop ******************************/
@media (min-width: 768px) {
.col2-set {
    width: 59.941176% !important;
    float: left;
    margin-right: 3.882353%;
}
#order_review, #wf-time-to-deliver.open,
#order_review_heading {
    float: right;
}
.woofood_order_type {
    margin: 0;
    margin-bottom: 15px;
}
.woofood_order_type,
.woofood_store_address_checkout.open,
#order_review, 
#wf-date-to-deliver,
#wf-time-to-deliver.open, 
#order_review_heading {
    width: 36.176471%;
}
/*.woocommerce-checkout #payment ul.payment_methods {
	margin-bottom: 25px;
}
*/
.woocommerce #payment #place_order, .woocommerce-page #payment #place_order {
	margin-top: 1em;
}

}

/****************************** mobile ******************************/
@media (max-width: 768px) {
/***************** minha conta ****************/
div#customer_login {
    display: block;
}
div#customer_login div {
    margin: 0px;
}
p#billing_city_field, p#billing_neighborhood_field {
	margin: 0 0 6px;
}
.woocommerce-form-coupon-toggle, .woocommerce-form-login-toggle {
    width: 100%;
 }
form.checkout.woocommerce-checkout {
    display: grid;
}
.woocommerce-billing-fields h3, .woocommerce-additional-fields h3, #order_review_heading {
    order: 1;
}
.woocommerce #payment #place_order, .woocommerce-page #payment #place_order {
    padding: 16px 20px;
    position: fixed;
    bottom: 0px;
    z-index: 999;
    margin: 0px;
    border-radius: 0;
 }
.woocommerce #payment #place_order:hover, .woocommerce-page #payment #place_order:hover  {
    background-color: var(--cor-princial) !important;
    color: #fff;
}
.woocommerce #payment #place_order:focus, .woocommerce-page #payment #place_order:focus  {
    box-shadow: 0 0 0 4px rgba(234, 29, 44, 0.16);
    outline: 0;
}
.woofood_order_type {
    order: 1;
    background-color: #f1f1f1;
    margin: 0;
    padding: 10px;
    opacity: 1 !important;
}
div#customer_details {
    order: 2;
	margin-bottom: 15px;
}
div#order_review {
    order: 3;
}
.woocommerce form .form-row-first, .woocommerce form .form-row-last, .woocommerce-page form .form-row-first, .woocommerce-page form .form-row-last {
    width: 100%;
}
 p#billing_postcode_field label {
    font-size: 17px;
}
.woocommerce-account .woocommerce-MyAccount-navigation {
    width: 100%;
    padding: 15px;
}
.woocommerce-account .woocommerce-MyAccount-content,
td.woocommerce-orders-table__cell.woocommerce-orders-table__cell-order-actions {
    width: 100%;
}
.woocommerce table.shop_table_responsive tr, .woocommerce-page table.shop_table_responsive tr {
    margin-bottom: 40px;
}
.woocommerce table.my_account_orders .button {
    width: 80%;
}
.woocommerce-account .woocommerce-MyAccount-navigation {
    border-radius: 0;
    box-shadow: none;
}
.woocommerce-account .woocommerce-MyAccount-content h3 {
    text-align: center;
}
.woocommerce-order .woocommerce-notice {
	margin-bottom: 15px;
	font-size: 16px;
}
.woocommerce ul.order_details li {
    display: block;
    float: none;
    margin: 0;
    border-right: none;
    border-bottom: 1px dashed #d3ced2;
    margin-bottom: 0;
    padding: 10px;
}
ul.woocommerce-order-overview.woocommerce-thankyou-order-details.order_details {
    padding-inline-start: 0;
}
.woocommerce-order-details .woocommerce-table__product-name.product-name {
    width: 65%;
}
	
}

/************************** Woofood **************************/

/************ Página pedido recebido ************/
.woocommerce-order-details table.woocommerce-table.woocommerce-table--custom-fields.shop_table.custom-fields {
    display: none !important;
}
.checkmark {
    background-color: #fff;
}
.wf_field_wrapper input:checked ~ .checkmark {
    background-color: var(--cor-princial);
}

.woofood_store_address_checkout.open h4 {
    margin-block-start: 0;
}
.woofood_store_address_checkout.open h4 {
	margin-block-start: 0;
    margin-block-end: 10px;
    background: #f2f2f2;
    color: #555454;
    text-align: center;
    padding: 5px;
    margin-bottom: 10px;
    font-size: 17px;
}
div#wf-time-to-deliver,
div#wf-date-to-deliver,
.woofood_store_address_checkout.open {
    border: 1px solid #e5e5e5;
    margin-bottom: 15px;
    background-color: #fff;
    border-radius: 4px;
    box-shadow: 0 2px 4px 0 rgba(0,0,0,.15);
    padding: 20px;
  	text-align: center;
  	color: #9b9b9b;
    font-size: 15px;
}
#wf-time-to-deliver .wf_tdlvr_title,
#wf-date-to-deliver .wf_tdlvr_title{
    background: #f2f2f2;
    color: #555454;
    text-align: center;
    padding: 5px;
    margin-bottom: 10px;
  	font-weight: 500;
}
p#woofood_time_to_deliver_field {
    margin-block-start: 0;
    margin-block-end: 0;
    padding: 0;
}
.toastify-top {
    background: #00cf69 !important;
}
.woofood-products .woofood-product-loop {
    display: block;
    box-shadow: rgba(0, 0, 0, 0.15) 0px 2px 4px 0px;
    border: 0;
    position: relative;
    background: #fff;
    width: 48%;
    padding: 15px;
    border-radius: 5px;
    overflow: hidden;
    margin-bottom: 17px;
  	max-width: 49%;
}
.woofood-products-wrapper ul.woofood-products {
    display: flex;
    justify-content: space-between;
}
.woofood-products-wrapper {
    background: #f1f1f1;
}
.woofood-product-loop .product-image {
    float: left;
    margin-right: 15px;
	height: 105px;
}
.woofood-product-loop .product-image img {
    height: 105px;
    width: 105px;
    box-shadow: none;
    border: 0;
    max-width: 100px;
    border-radius: 4px;
    -o-object-fit: cover;
    object-fit: cover;
}
.woofood-product-loop .product-title {
    width: 100%;
    float: none;
    margin-left: 0;
}
.woofood-product-loop .product-title span {
    font-size: 17px;
    font-weight: 500;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    word-break: break-word;
    line-height: 1.3;
}
.woofood-product-loop .product-title .product-short-descr span {
    font-size: 13px;
    font-weight: 400;
    -webkit-text-fill-color: #717171;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    padding: 0;
    margin-block-end: 1em;
    line-height: 1.4;
}
.woofood-product-loop .product-price {
    display: inline-flex;
    position: relative;
    margin-left: 0;
    float: left;
  	top: 12px;
    color: #22272d;
}
.woofood-accordion {
    background: #f1f1f1;
}
.woofood-accordion .panel-heading {
    background: #e8e8e8;
    margin-bottom: 10px;
    border-radius: 4px;
}
.woofood-accordion .panel-heading h4 {
    font-size: 20px !important;
    text-transform: uppercase;
    color: #22272d;
    letter-spacing: 1px;
    border-radius: 5px;
    margin-bottom: 10px !important;
}
.woofood-accordion .accordion-plus-icon i {
    color: #22272d;
}
.woofood-product-loop .product-button .button {
    background-color: #ffff !important;
    background-image: none;
    box-shadow: none;
    border: 1px solid var(--cor-princial);
    color: var(--cor-princial) !important;
    border-radius: 3px;
    font-size: 13px;
    font-weight: 500 !important;
    text-align: center;
    font-weight: 400 !important;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.woofood-product-loop .product-button .button:hover {
    background-image: none;
    box-shadow: none;
    border: 1px solid var(--cor-princial);
    color: #fff !important;
    background: var(--cor-princial) !important;
    opacity: 1;
}
.modal {
    font-family: 'Rubik', sans-serif;
}
.modal__container {
    width: 550px;
}
.modal__container .price {
    font-size: 18px;
    font-weight: 600;
}
.modal__content .woocommerce-product-details__short-description p {
    font-size: 15px;
}
.modal__title {
    justify-content: left;
    padding-left: 10px;
}
.modal__close {
    color: #818a91;
    padding: 5px;
}
.modal__header .modal__close:before {
    font-size: 25px;
}
.modal__close:focus {
    color: #818a91;
    outline: 0;
}



body .wf_product_view .single_add_to_cart_button {
    background-image: none !important;
    box-shadow: none !important;
    padding: 16px 20px;
    font-size: 17px !important;
    font-weight: 500;
    border: 1px solid var(--cor-princial) !important;
    color: #fff !important;
    background: var(--cor-princial) !important;
}
.wf_product_view .single_add_to_cart_button:hover {
    background-color: #ffff !important;
    background-image: none;
    box-shadow: none;
    border: 1px solid var(--cor-princial);
    color: var(--cor-princial) !important;
}
.extra-options-accordion ul {
    padding-inline-start: 0;
    color: #717171;
	padding-bottom: 10px;
}
.extra_options_label label {
    font-size: 15px;
    font-weight: 400;
}
label.woofood-cbx span {
    font-size: 14px;
    font-weight: 200;
}
.extra-options-accordion li {
    margin-bottom: 10px;
    border-radius: 4px;
}
.extra-options-accordion a.toggle {
	padding: 1em;
    font-size: 14px !important;
    text-transform: uppercase;
    font-weight: 600;
}
.woofood_additional_comments {
	margin-top: 20px;
}
.woofood_flat_category {
    border: 0 !important;
    padding: 0;
}
.extra-options-accordion .wf-flat-style-title {
    background-color: #f7f6f6;
    margin-bottom: 10px;
    padding: 1em;
    border-radius: 4px;
    width: 100%;
    position: relative;
}
.woofood-product-loop.unavailable .product-button {
    display: none;
}
.woofood-product-loop.unavailable .product-price:after {
    content: "Indisponível";
    color: rgba(0, 0, 0, 0.82);
    position: relative;
    font-size: 15px;
    font-weight: 500;
    margin-left: 10px;
}

/**************** mobile ****************/

@media (max-width: 768px) {
.toastify-top {
	min-width: 95% !important;
    text-align: center;
	left: 10px !important;
}
#wf-time-to-deliver.open,
#wf-date-to-deliver,
.woofood_store_address_checkout.open {
    order: 3;
}
.woofood-products .woofood-product-loop {
	max-width: 100%;
	margin-bottom: 8px;
}
 .modal__content {
    margin-top: 60px;
}
.wf_product_view .single_add_to_cart_button:hover {
	border: 1px solid var(--cor-princial) !important;
    color: #fff !important;
    background: var(--cor-princial) !important;
}
.wf_product_view .single_add_to_cart_button:focus {
    box-shadow: 0 0 0 4px rgba(234, 29, 44, 0.16);
    outline: 0;
}
.modal__container {
    width: 100%;
	padding: 30px 25px;
}
}

/************************** Grouping content **************************/

hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
  overflow: visible;
}
pre {
  font-family: monospace, monospace;
  font-size: 1em;
  white-space: pre-wrap;
}

/************************** Text-level semantics **************************/

a {
  background-color: transparent;
  text-decoration: none;
  color: var(--cor-princial);
}
a:hover, a:active {
  color: #cc1724;
}
a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none;
}
a:not([href]):not([tabindex]):hover, a:not([href]):not([tabindex]):focus {
  color: inherit;
  text-decoration: none;
}
a:not([href]):not([tabindex]):focus {
  outline: 0;
}
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}
b,
strong {
  font-weight: bolder;
}
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}

/************************** Embedded content **************************/

img {
  border-style: none;
}

/************************** Interactive **************************/

details {
  display: block;
}
summary {
  display: list-item;
}
figcaption {
  font-size: 16px;
  color: #3e3e3e;
  line-height: 1.5;
  font-style: italic;
  font-weight: 400;
}

/************************** Misc **************************/

template {
  display: none;
}
[hidden] {
  display: none;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

/************************** Print **************************/

@media print {
*,
*:before,
*:after {
  background: transparent !important;
  color: #000 !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  text-shadow: none !important;
}
a,
a:visited {
  text-decoration: underline;
}
a[href]:after {
  content: " (" attr(href) ")";
}
 abbr[title]:after {
  content: " (" attr(title) ")";
}
a[href^="#"]:after,
a[href^="javascript:"]:after {
  content: "";
}
pre {
  white-space: pre-wrap !important;
}
pre, blockquote {
  page-break-inside: avoid;
  border: 1px solid #cccccc;
}
thead {
  display: table-header-group;
}
tr,
img {
  page-break-inside: avoid;
}
p, h2, h3 {
  orphans: 3;
  widows: 3;
}
h2, h3 {
  page-break-after: avoid;
}}

/************************** Comments **************************/

#comments .comment-list {
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: .9em;
}
#comments .comment,
#comments .pingback {
  position: relative;
}
#comments .comment .comment-body,
#comments .pingback .comment-body {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 30px 0 30px 60px;
  border-bottom: 1px solid #cccccc;
}
body.rtl #comments .comment .comment-body, body.rtl
#comments .pingback .comment-body {
  padding: 30px 60px 30px 0;
}
#comments .comment .avatar,
#comments .pingback .avatar {
  position: absolute;
  left: 0;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  margin-right: 10px;
}
body.rtl #comments .comment .avatar, body.rtl
  #comments .pingback .avatar {
  left: auto;
  right: 0;
  margin-right: 0;
  margin-left: 10px;
}
#comments .comment-meta {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: .9rem;
}
#comments .reply,
#comments .comment-metadata {
  font-size: 11px;
  line-height: 1;
}
#comments .children {
  position: relative;
  list-style: none;
  margin: 0;
  padding-left: 30px;
}
body.rtl #comments .children {
  padding-left: 0;
  padding-right: 30px;
}
#comments .children li:last-child {
  padding-bottom: 0;
}
#comments ol.comment-list .children:before {
  display: inline-block;
  font-size: 1em;
  font-weight: normal;
  line-height: 100%;
  content: '\21AA';
  position: absolute;
  top: 45px;
  left: 0;
  width: auto;
}
body.rtl #comments ol.comment-list .children:before {
    content: '\21A9';
    left: auto;
    right: 0;
}
@media (min-width: 768px) {
  #comments .comment-author,
  #comments .comment-metadata {
    line-height: 1;
}}
@media (max-width: 767px) {
  #comments .comment .comment-body {
    padding: 30px 0; }
  #comments .children {
    padding-left: 20px; }
  #comments .comment .avatar {
    position: inherit;
    float: left; }
    body.rtl #comments .comment .avatar {
    float: right;
}}
#respond .comment-form-author,
#respond .comment-form-email,
#respond .comment-form-url {
  float: left;
  width: 33.33%;
}
#respond .comment-form-comment {
  margin-bottom: 10px;
}
#respond .comment-form-author {
  padding-right: 10px;
}
#respond .comment-form-email {
  padding: 0 10px;
}
#respond .comment-form-url {
  padding-left: 10px;
}
#respond .comment-reply-title {
  font-size: 28px;
  margin-bottom: 5px;
}
#respond .comment-notes {
  font-size: 16px;}

#respond .form-submit {
  float: right;
  margin-top: 10px;
  margin-bottom: 0px;
}
@media (max-width: 550px) {
  #respond .comment-form-author,
  #respond .comment-form-email,
  #respond .comment-form-url {
  width: 100%; 
  padding: 0 
}}


/************************** Forms **************************/

label {
  display: inline-block;
  line-height: 1;
  margin-bottom: 0.5rem;
  font-size: 16px;
  font-weight: 400;
}
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 1rem;
  line-height: 1.15;
  margin: 0;
}
input[type="text"],
input[type="password"],
input[type="email"],
input[type="url"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="week"],
input[type="number"],
input[type="search"],
input[type="tel"],
input[type="color"],
select,
textarea {
  display: inline-block;
  min-height: 48px;
  width: 100%;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.8;
  padding: 6px 15px;
  vertical-align: middle;
  color: #9b9b9b;
  border: 1px solid var(--color-cinza-2);
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
   -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
input[type="text"]:focus,
input[type="password"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
select:focus,
textarea:focus,
input:focus {
	background-color: #fff;
    border-color: #d9d9d9;
    box-shadow: 0 0 0 0.2rem rgb(242, 242, 242);
    outline: 0 none;
}
button, input {
  overflow: visible;
  outline: none;
}
button, select {
  text-transform: none;
}
button,
[type="button"],
[type="reset"],
[type="submit"] {
  width: auto;
  -webkit-appearance: button;
}
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}
button,
[type="submit"],
[type="button"] {
  display: inline-block;
  font-family: inherit;
  background-color: var(--cor-princial);
  color: #fff;
  font-size: 17px;
  font-weight: 500;
  text-transform: initial;
  margin: 0;
  padding: 18px 50px;
  border: 1px solid var(--cor-princial);
  border-radius: 50%;
  cursor: pointer;
  text-align: center;
  line-height: 1;
  -webkit-transition: all 0.3s ease;
     -moz-transition: all 0.3s ease;
      -ms-transition: all 0.3s ease;
       -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
button:hover, button:focus,
  [type="submit"]:hover,
  [type="submit"]:focus,
  [type="button"]:hover,
  [type="button"]:focus {
    color: var(--cor-princial);
    background-color: rgba(255, 255, 255, 0);
    text-decoration: none; 
}
button:focus,
  [type="submit"]:focus,
  [type="button"]:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}
button:not(:disabled),
  [type="submit"]:not(:disabled),
  [type="button"]:not(:disabled) {
    cursor: pointer;
}
fieldset {
  padding: 0.35em 0.75em 0.625em;
}
legend {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}
progress {
  vertical-align: baseline;
}
textarea {
  overflow: auto;
  resize: vertical;
}
[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
  padding: 0;
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}
select {
  display: block;
}

/************************** Table **************************/

th, td {
	padding: .4em !important;
}


table {
  background-color: transparent;
  width: 100%;
  margin-bottom: 15px;
  font-size: 0.9em;
  border-spacing: 0;
  border-collapse: collapse;
}
table th,
table td {
  padding: 15px;
  line-height: 1.5;
  text-align: left;
  vertical-align: top;
  
}
table th {
  font-weight: bold;
}
table thead th,
table tfoot th {
  font-size: 1em;
}
table caption + thead tr:first-child th,
table caption + thead tr:first-child td,
table caption + thead tr:first-child th,
table caption + thead tr:first-child td,
table colgroup + thead tr:first-child th,
table colgroup + thead tr:first-child td,
table colgroup + thead tr:first-child th,
table colgroup + thead tr:first-child td,
table thead:first-child tr:first-child th,
table thead:first-child tr:first-child td,
table thead:first-child tr:first-child th,
table thead:first-child tr:first-child td {
  border-top: 0;
}
table tbody > tr:nth-child(odd) > td,
table tbody > tr:nth-child(odd) > th {
  background-color: #fff;
}
table tbody tr:hover > td,
table tbody tr:hover > th {
  background-color: #fff;
}
table tbody + tbody {
  border-top: 2px solid #cccccc;
}
@media (max-width: 767px) {
table table {
  font-size: 0.8em;
}
table table th,
table table td {
  padding: 7px;
  line-height: 1.3;
}
table table th {
  font-weight: 400;
}}

/************************** Lists **************************/

dl,
dt,
dd,
ol,
ul,
li {
  margin-top: 0;
  margin-bottom: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/************************** WordPress **************************/

.alignright {
  float: right;
  margin-right: 1rem;
}
.alignleft {
  float: left;
  margin-left: 1rem;
}
.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.sticky {
  position: relative;
  display: block;
}
.bypostauthor {
  font-size: inherit;
}
.gallery-caption {
  display: block;
  font-size: 0.8125rem;
  line-height: 1.5;
  margin: 0;
  padding: 0.75rem;
}
.wp-caption {
  margin-bottom: 1.25rem;
}
.wp-caption.alignleft {
  margin: 5px 20px 20px 0;
}
.wp-caption.alignright {
  margin: 5px 0 20px 20px;
}
.wp-caption img {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.wp-caption-text {
  margin: 0;
  text-align: center;
}
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}
.screen-reader-text:focus {
  background-color: #eeeeee;
  clip: auto !important;
  -webkit-clip-path: none;
          clip-path: none;
  color: #3e3e3e;
  display: block;
  font-size: 1rem;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}