/**
Theme Name: Astra
Theme URI: https://wpastra.com/
Author: Brainstorm Force
Author URI: https://wpastra.com/about/
Description: Astra is fast, fully customizable & beautiful WordPress theme suitable for blog, personal portfolio, business website and WooCommerce storefront. It is very lightweight (less than 50KB on frontend) and offers unparalleled speed. Built with SEO in mind, Astra comes with Schema.org code integrated and is Native AMP ready so search engines will love your site. It offers special features and templates so it works perfectly with all page builders like Elementor, Beaver Builder, Visual Composer, SiteOrigin, Divi, etc. Some of the other features: # WooCommerce Ready # Responsive # RTL & Translation Ready # Extendible with premium addons # Regularly updated # Designed, Developed, Maintained & Supported by Brainstorm Force. Looking for a perfect base theme? Look no further. Astra is fast, fully customizable and WooCommerce ready theme that you can use for building any kind of website!
Version: 3.4.1
Requires at least: 5.3
Tested up to: 5.7.1
Requires PHP: 5.3
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: astra
Domain Path: /languages
Tags: custom-menu, custom-logo, entertainment, one-column, two-columns, left-sidebar, e-commerce, right-sidebar, custom-colors, editor-style, featured-images, full-width-template, microformats, post-formats, rtl-language-support, theme-options, threaded-comments, translation-ready, blog
AMP: true

Astra WordPress Theme, Copyright 2020 WPAstra.
Astra is distributed under the terms of the GNU GPL.

Astra is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of.
Nicolas Gallagher and Jonathan Neal https://necolas.github.com/normalize.css/

Astra icon font is based on IcoMoon-Free vector icon by Keyamoon.
IcoMoon-Free vector icon distributed under terms of CC BY 4.0 or GPL. (https://creativecommons.org/licenses/by/4.0/ or https://www.gnu.org/licenses/gpl.html)
Source: http://keyamoon.com/

Flexibility is a JavaScript polyfill for Flexbox By Jonathan Neal, 10up. (https://github.com/jonathantneal/flexibility)
Licensed under MIT ( https://github.com/jonathantneal/flexibility/blob/master/LICENSE.md )

Screenshot image is a collage of actual sites created using the Astra WordPress Theme.
Images that appear in the collage are licensed under CC0.

Astra default breadcrumb is based on Breadcrumb Trail by Justin Tadlock. (https://github.com/justintadlock/breadcrumb-trail)
Breadcrumb Trail is distributed under the terms of the GNU GPL v2 or later.

Screenshot images are all licensed under Creative Commons Zero (CC0) ( https://pxhere.com/en/license )
https://pxhere.com/en/photo/100653
https://pxhere.com/en/photo/759723
https://pxhere.com/en/photo/1259448
https://pxhere.com/en/photo/1456591
https://pxhere.com/en/photo/1389199

/* Note: The CSS files are loaded from assets/css/ folder. */

.form-check-inline .form-check-label > input::after {
    content: none !important;
}

/** Estilos personalizados **/
html {
	margin-top: 0px !important;
}

#wcfm-main-contentainer {
	margin-top: 0px !important;
}

.wcfm_menu_logo h4,
.wcfm_menu_logo h4 a,
#wcfm-main-contentainer .wcfm-page-headig,
#wcfm-main-contentainer .wcfm-page-headig .wcfmfa,
.wcfm_menu_logo, .wcfm_menu_no_logo {
    color: #ffffff;
    display: none!important;
}

.fab,
div#wcfm-main-contentainer .fab[class*=" fa-"],
div#wcfm-main-contentainer .fab[class*=" fa-"]:before,
div#wcfm-main-contentainer .fab[class*=fa-],
div#wcfm-main-contentainer .fab[class^=fa-]:before,
div#wcfm-main-contentainer [class*=" fab-"]:before,
div#wcfm-main-contentainer [class^=fab-]:before {
    font-family: 'Font Awesome 5 Brands'!important;
    display: none;
}

.qty {
  /*display:none!important*/
}

#wcfm_order_details tr td:nth-child(5),
#wcfm_order_details th:nth-child(5) {
    display: none;
}

#wcfm_order_details tr td:nth-child(6),
#wcfm_order_details th:nth-child(6) {
    display: none;
}

#wcfm-orders tbody {
  font-size: 1.75rem;
  font-family: arial;
}

#wcfm-orders tbody tr td:nth-child(2) {
  color: transparent;
}

#wcfm-orders tbody tr td:nth-child(2) a {
  color: #333;
}

#wcfm-orders .wcfm_order_by_customer {
  display: none;
}

#wcfm-orders tbody tr:first-child {
  background: lightgreen !important;
}

#wcfm-orders tbody tr:first-child td {
  background-color: transparent !important;
}

#wcfm-orders tr th:nth-child(3),
#wcfm-orders tr td:nth-child(3) {
    min-width: 370px;
}

#wcfm-orders tr th:nth-child(4),
#wcfm-orders tr td:nth-child(4),
#wcfm-orders tr th:nth-child(5),
#wcfm-orders tr td:nth-child(5),
#wcfm-orders tr th:nth-child(6),
#wcfm-orders tr td:nth-child(6),
#wcfm-orders tr th:nth-child(7),
#wcfm-orders tr td:nth-child(7),
#wcfm-orders tr th:nth-child(8),
#wcfm-orders tr td:nth-child(8),
#wcfm-orders tr th:nth-child(9),
#wcfm-orders tr td:nth-child(9) {
  display: none;
}

#wcfm-orders tr th:last-child,
#wcfm-orders tr td:last-child {
  display: block !important;
}

#wcfm-orders tr th:nth-child(2),
#wcfm-orders tr td:nth-child(2) {
  width: 350px;
}

#wcfm-orders tr td .detail ul {
    list-style: none;
    text-align: left;
    margin: 0.5rem 2rem 0.5rem 1rem;
    border-bottom: 1px solid #778;
}

#wcfm-orders tr td .order_items {
  text-align: left;
}

#wcfm-orders tr td .order_items .qty {
  font-size: 1.2rem;
}

#wcfm-orders tr td .show_order_items {
  float: left;
  margin-left: 1rem;
  margin-bottom: 1rem;
  display: none;
}

/** Comal y cazuela, pokecun ocultar categorías */
#wcfm-orders.comal-y-cazuela tr td .detail strong,
#wcfm-orders.pokecun tr td .detail strong,
#wcfm-orders.el-faro-de-mazatlan tr td .detail strong,
#wcfm-orders.la-boturini tr td .detail strong,
#wcfm-orders.la-buona-pasta tr td .detail strong{
  display: none;
}

#wcfm-orders.comal-y-cazuela tr td .detail strong,
#wcfm-orders.pokecun tr td .detail strong,
#wcfm-orders.el-faro-de-mazatlan tr td .detail strong,
#wcfm-orders.la-boturini tr td .detail strong,
#wcfm-orders.la-buona-pasta tr td .detail strong {
  display: block;
}

#wcfm-orders.comal-y-cazuela .d-none,
#wcfm-orders.pokecun .d-none,
#wcfm-orders.el-faro-de-mazatlan .d-none,
#wcfm-orders.la-boturini .d-none,
#wcfm-orders.la-buona-pasta .d-none {
    display: none !important;
}

#wcfm-orders.la-buona-pasta .wc-item-meta-label {
    display: none !important;
}

#wcfm-orders tr td .detail p {
  margin-bottom: 0.5rem;
}

#wpadminbar {
  /* display:none!important; */
}

.postid-2157 .ppom-rendering-fields span.show_description {

}

.postid-2157 .elementor-widget-heading {
	margin-bottom: 0px !important;
}

.postid-2157 .elementor-widget-heading h2 {
	margin-bottom: 0px !important;
}

.postid-2157 .elementor-widget-heading h2 span {
	margin-top: 1.5rem !important;
	display: inline-block;
	font-size: 2rem !important;
}

.postid-2157 .elementor-product-simple .gelatos_ .ppom-c-hide label {
	color: transparent !important;
}

.postid-2157 .elementor-product-simple .gelatos_ .ppom-c-hide label span {
	color: white !important;
}

.postid-2157 .elementor-product-simple .ppom-c-hide {
	padding-top: 0px !important;
}

.ppom-wrapper span.show_description {

}

header .elementor-column:nth-child(2) .elementor-image img {
	width: 130px !important;
}

.elementor-1701 .elementor-element.elementor-element-92a3e01 .elementor-button,
.elementor-2125 .elementor-element.elementor-element-4865396 .elementor-button,
.elementor-2106 .elementor-element.elementor-element-a1093eb .elementor-button,
.elementor-2137 .elementor-element.elementor-element-6fc9dfc .elementor-button,
.elementor-2068 .elementor-element.elementor-element-2378f33 .elementor-button,
.elementor-2147 .elementor-element.elementor-element-1d48eee .elementor-button {
	transition: all 0.4s;
}

.elementor-1701 .elementor-element.elementor-element-92a3e01 .elementor-button:hover,
.elementor-2125 .elementor-element.elementor-element-4865396 .elementor-button:hover,
.elementor-2106 .elementor-element.elementor-element-a1093eb .elementor-button:hover,
.elementor-2137 .elementor-element.elementor-element-6fc9dfc .elementor-button:hover,
.elementor-2068 .elementor-element.elementor-element-2378f33 .elementor-button:hover,
.elementor-2147 .elementor-element.elementor-element-1d48eee .elementor-button:hover {
	border-color: #0191F8;
	color: #0191F8;
	fill: #0191F8;

	background-color: white;
}

header .elementor-widget-image .widget-image-caption {
    font-weight: 700 !important;
    color: white !important;
	margin: 0px;
    line-height: 1.8rem;
}

#orders_details_items_expander table.woocommerce_order_items td.thumb {
	width: 10% !important;
}

#wcfm-main-contentainer table tbody td.name {
	width: 40% !important;
}

#orders_details_items_expander table.woocommerce_order_items td.item_cost {
	width: 10% !important;
}

#orders_details_items_expander table.woocommerce_order_items td.wcfm_item_qty {
	width: 10% !important;
}

#orders_details_items_expander table.woocommerce_order_items td.line_cost {
	width: 10% !important;
}

/** Tabla de órdenes **/
.page-template #wpadminbar {

}

#orders_details_items_expander .item_cost {
	display: none;
}

#orders_details_items_expander .line_cost {
	display: none;
}

#wcfm-main-contentainer .wcfm-collapse {
	font-size: 1.2rem;
}

#order_line_items {
	font-size: 1.15rem;
}

#wcfm-orders .ppom-option-label-price,
#orders_details_items_expander .ppom-option-label-price {
	width: 100%;
  height: 1px;
  clear: both;
  color: transparent;
}

#wcfm-orders .ppom-option-label-price::after {
  display: block;
  content: ' ';
  float: left;
  width: 100%;
  height: 0;
}

#orders_details_general_expander > table,
#orders_details_general_expander .order_number,
#orders_details_general_expander .wc-customer-user {
  display: none;
}

.widget_shopping_cart_content .ppom-option-label-price,
.shop_table.cart .ppom-option-label-price,
#order_review .ppom-option-label-price {
	display: block;
}

.wc-order-data-row.wc-order-totals-items {
	display: none;
}

#wcfm-main-contentainer div.wcfm-content ul,
#wcfm-main-contentainer div.wcfm-content p {
	padding-bottom: 0 !important;
	padding-top: 0 !important;
}

#wcfm-main-contentainer table {
	margin-top: 0 !important;
	margin-bottom: 0 !important;
}

#wcfm-content .wcfm-collapse-content > br {
	display: none;
}

.shop_table .quantity input.qty {
	display: block !important;
}

.woocommerce div.product form.cart div.quantity {
	display: inline !important;
    display: none !important;
}

.single-product.woocommerce div.product form.cart div.quantity input.qty {
    position: static !important;
    height: auto !important;
    display: inline !important;
    border-radius: 0px !important;
    width: 60px !important;
}

.single-product.woocommerce div.product form.cart div.quantity label {
    margin-left: 2.6rem !important;
    margin-right: 1rem !important;
    position: relative !important;
    width: auto !important;
    top: 0 !important;
    clip-path: none;
    color: transparent;
}

.single-product.woocommerce div.product form.cart div.quantity label:after {
    content: 'Porciones';
    color: white;
    line-height: 35px;
    font-size: 1.3rem;
}

.single-product.woocommerce.postid-2120 div.product form.cart div.quantity label:after {
  color: black;
}

.single-product.postid-2111.woocommerce div.product form.cart div.quantity,
.single-product.postid-1677.woocommerce div.product form.cart div.quantity,
.single-product.postid-2136.woocommerce div.product form.cart div.quantity{
	display: none !important;
}

dt.variation-d,
dt.variation-c {
  display: none;
}

.elementor-menu-cart__container .elementor-menu-cart__main .woocommerce-mini-cart {
  display: grid !important;
}

.elementor-menu-cart__container .elementor-menu-cart__main .woocommerce-mini-cart .cart_item:nth-child(1) {
  order: 10;
}

.elementor-menu-cart__container .elementor-menu-cart__main .woocommerce-mini-cart .cart_item:nth-child(2) {
  order: 9;
}

.elementor-menu-cart__container .elementor-menu-cart__main .woocommerce-mini-cart .cart_item:nth-child(3) {
  order: 8;
}

.elementor-menu-cart__container .elementor-menu-cart__main .woocommerce-mini-cart .cart_item:nth-child(4) {
  order: 7;
}

.elementor-menu-cart__container .elementor-menu-cart__main .woocommerce-mini-cart .cart_item:nth-child(5) {
  order: 6;
}

.elementor-menu-cart__container .elementor-menu-cart__main .woocommerce-mini-cart .cart_item:nth-child(6) {
  order: 5;
}

.elementor-menu-cart__container .elementor-menu-cart__main .woocommerce-mini-cart .cart_item:nth-child(7) {
  order: 4;
}

.elementor-menu-cart__container .elementor-menu-cart__main .woocommerce-mini-cart .cart_item:nth-child(8) {
  order: 3;
}

.elementor-menu-cart__container .elementor-menu-cart__main .woocommerce-mini-cart .cart_item:nth-child(9) {
  order: 2;
}

.elementor-menu-cart__container .elementor-menu-cart__main .woocommerce-mini-cart .cart_item:nth-child(10) {
  order: 1;
}


.widget_shopping_cart_content .ppom-option-label-price::after {
  display: block;
  content: ' ';
  float: left;
  width: 100%;
  height: 0;
}
