/* ==========================================================================
   SHOP.CSS - V39 RESTAURACIÓN TOTAL + APP INTERFACE
   ========================================================================== */

.woocommerce {
    max-width: 1220px !important;
    margin: 0 auto !important;
}
.cart__cols {
    display: flex;
    text-align: left;
    position: relative;
    justify-content: space-between;
}
.cart__col-contacts {
    width: 40%;
    margin-right: 24px;
}
.cart__col-cart {
    width: 60%;
}
.clear-cart {
    position: absolute;
    top: 0;
    right: 0;
}
.clear-cart__btn {
    padding-right: 32px;
    background: url(/wp-content/themes/goodfood/img/blocks/shop/cart_clear.svg) 100% 50% no-repeat;
    border: 0;
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    font-size: 12px;
    line-height: 32px;
    text-transform: uppercase;
    color: rgba(180, 180, 180, .85);
    cursor: pointer;
}
.clear-cart__btn:hover {
    text-decoration: underline;
}
.cart {
    width: 100%;
    display: inline-block;
    padding-right: 80px;
}
.entry-summary {
    width: auto;
}
.cart__row {
    display: flex;
    position: relative;
    border-bottom: 1px solid rgba(180, 180, 180, 0.85);
    padding-bottom: 32px;
    margin-bottom: 32px;
    justify-content: space-between;
}
.cart__row:last-child {
    border-bottom: 0;
}
.cart__photo {
    width: 60px;
    height: 60px;
    border-radius: 8px;
    box-sizing: border-box;
    border: 1px solid #fff;
    overflow: hidden;
    position: relative;
    margin-right: 8px;
    margin-top: 6px;
}
.cart__photo img {
    height: 60px;
    position: absolute;
    top: 0;
    left: 0%;
    margin-left: 0%;
    max-width: none;
    width: auto;
}
.cart__description {
    text-align: left;
    width: 50%;
}
.cart__name {
    font: 14px/24px 'Open Sans';
    font-weight: 400;
    color: #fff;
}
.cart__name:hover {
    color: #B5D13F;
    text-decoration: underline;
}
.cart__product-name {
    margin-bottom: 4px;
}
.quantity-container {
    display: none !important;
}
.product-quantity {
    margin-top: 16px;
    width: auto !important;
    padding-right: 4px !important;
}
.woocommerce a.remove {
    background: url(/wp-content/themes/goodfood/img/blocks/shop/remove.svg) 0 0 no-repeat;
    width: 32px;
    height: 32px;
    color: transparent !important;
}
.woocommerce a.remove:hover {
    background: transparent url(/wp-content/themes/goodfood/img/blocks/shop/remove-hover.svg) 0 0 no-repeat;
    color: transparent !important;
}
.product-cart {
    display: flex;
    justify-content: flex-start;
}
.quantity .qty {
    border-radius: 0;
    border: 0;
    font: 24px/32px 'Montserrat', sans-serif !important;
    background: #fff;
    font-weight: 600;
    padding: 4px 16px;
    color: #101010;
    margin-bottom: 0 !important;
    text-align: center;
    width: 50%;
}
.quantity .qty::-webkit-outer-spin-button,
.quantity .qty::-webkit-inner-spin-button {
    /* display: none; <- Crashes Chrome on hover */
    -webkit-appearance: none;
    margin: 0; /* <-- Apparently some margin are still there even though it's hidden */
}
.quantity .qty:focus {
    border: 0;
    outline: none;
}
.product-quantity .bt_minus,
.product-quantity .bt_plus,
.product-quantity .quantity,
.product-quantity .qty {
    background: transparent !important;
}
.woocommerce-Price-amount {
    color: #ffbe34;
}
.woocommerce-Price-currencySymbol {
    color: #fff;
}
.pink-price .woocommerce-Price-amount,
.pink-price .woocommerce-Price-currencySymbol {
    color: #101010;
}
.woocommerce button.button:disabled,
.woocommerce button.button:disabled[disabled],
.woocommerce button.button:disabled:hover,
.woocommerce button.button:disabled[disabled]:hover {
    background: linear-gradient(180deg, #888 0%, #666 100%);
    color: #252525;
    font: 16px/24px 'Oswald';
    font-weight: 600;
    padding: 8px 24px;
    border-radius: 20px;
    text-transform: uppercase !important;
}
.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button {
    font: 16px/24px 'Oswald';
    font-weight: 500;
    background: linear-gradient(180deg, #D4F150 0%, #78AB15 100%);
    color: #101010;
    padding: 8px 24px;
    border-radius: 20px;
}
.checkout-button {
    font: 24px/32px 'Oswald' !important;
    font-weight: 500 !important;
    border-radius: 24px !important;
    text-transform: uppercase !important;
    background: linear-gradient(180deg, #ffdf6c 0, #ffa800 100%) !important;
    color: #101010 !important;
}
.cart__client {
    display: block;
    list-style-type: none;
    padding: 0;
    margin: 0;
}
.cart__client li {
    font: 16px/24px 'Open Sans';
    font-weight: 400;
    margin-bottom: 16px;
}
.cart__client-label {
    font: 16px/24px 'Montserrat', sans-serif !important;
    display: block;
    color: #B5D13F;
    margin-bottom: 4px;
}
.cart_totals h2,
.cart-subtotal {
    display: none;
}
.woocommerce-cart-form {
    margin-bottom: 40px;
}
.woocommerce-cart-form .feature {
    display: block;
}
.woocommerce .cart-collaterals .cart_totals,
.woocommerce-page .cart-collaterals .cart_totals {
    float: none;
}
.woocommerce table.shop_table tbody th,
.woocommerce table.shop_table tfoot td,
.woocommerce table.shop_table tfoot th {
    padding: 0;
}
.cart__total-summ {
    font: 20px/32px 'Open Sans';
    font-weight: 400;
    color: rgba(180, 180, 180, 0.85);
}
.cart__notice {
    padding: 0;
    margin: 0;
}
.cart_totals,
.woocommerce .cart-collaterals .cart_totals, .woocommerce-page .cart-collaterals .cart_totals {
    display: block;
    width: 100%;
}
.cart__notice li {
    font: 16px/32px 'Open Sans';
    font-weight: 400;
    color: rgba(180, 180, 180, 0.85);
    padding: 0;
    margin: 0 0 0 24px;
}
.woocommerce-message,
.woocommerce-notice,
.wrap__content .woocommerce-error {
    border: 1px solid #ffbe34 !important;
    border-radius: 24px;
    background: transparent;
    font: 16px/32px 'Open Sans';
    color: #fff;
    text-align: left;
}
.wrap__content .woocommerce-error {
    border: 1px solid #b81c23 !important;
}
.order-total {
    margin-bottom: 24px;
    color: #B5D13F;
    font: 24px/32px 'Montserrat', sans-serif;
    font-weight: 600;
    color: #B5D13F;
    white-space: nowrap;
}
.order-total th {
    font: 24px/32px 'Montserrat', sans-serif;
    font-weight: 600;
    color: #B5D13F;
    white-space: nowrap;
}
.order-total th::after {
    content: ':';
}
.order-total .woocommerce-Price-amount {
    width: 100%;
    font: 24px/32px 'Montserrat', sans-serif;
    font-weight: 600;
    color: #fff;
    margin-bottom: 16px;
}
.shop_table_responsive {
    width: 100%;
}
.woocommerce-checkout {
    text-align: left;
}
#billing_country_field {
    display: none;
}
.woocommerce-checkout #payment {
    background: transparent;
    border: 1px solid #fff;
}
.woocommerce-page.columns-3 ul.products li.product,
.woocommerce.columns-3 ul.products li.product {
    width: 27%;
    padding: 0 3% 44px;
    margin: 0;
}
.woocommerce ul.products li.product a img {
    border: 1px solid rgba(180, 180, 180, .85);;
    border-radius: 8px;
    box-sizing: border-box;
}
.woocommerce ul.products li.product a {
    color: #fff;
}

.woocommerce ul.products li.product .woocommerce-loop-category__title,
.woocommerce ul.products li.product .woocommerce-loop-product__title,
.woocommerce ul.products li.product h3 {
    font: 18px/24px 'Montserrat', sans-serif !important;
    font-weight: 600 !important;
    color: #fff !important;
    height: 48px !important;
    text-transform: capitalize;
}
.quantity * {
    box-sizing: border-box;
}
.quantity {
    display: inline-flex;
    border-radius: 24px;
    background: linear-gradient(180deg, #D4F150 0%, #78AB15 100%);
    position: relative;
    z-index: 1;
    padding: 4px 70px 4px 4px;
    width: 100%;
    box-sizing: border-box;
}
.quantity .bt_minus,
.quantity .bt_plus,
.quantity .bt_buy,
.quantity .quantity {
    height: 40px;
    width: 40px;
    padding: 0;
    border: 0;
    margin: 0;
    background: #FFF;
    cursor: pointer;
    outline: 0;
    position: relative;
}
.quantity .bt_minus {
    border-radius: 24px 0 0 24px;
    z-index: 50;
}
.quantity .bt_plus {
    border-radius: 0 24px 24px 0;
    z-index: 50;
}
.quantity .bt_buy {
    background: linear-gradient(180deg, #D4F150 0%, #78AB15 100%);
    width: 90px;
    height: 48px;
    position: absolute;
    right: 0;
    top: 0;
    z-index: -1;
    border-radius: 0 24px 24px 0;
}
.quantity .bt_buy::after {
    background: transparent url(/wp-content/themes/goodfood/img/blocks/shop/bt_buy.svg) 0 0 no-repeat;
    position: absolute;
    right: 32px;
    top: 8px;
    width: 32px;
    height: 32px;
    content: '';
}
.woocommerce ul.products li.product a.added_to_cart,
.added_to_cart {
    position: absolute;
    bottom: -32px;
    color: rgba(180, 180, 180, .85);
    right: 0;
    padding: 0;
    margin: 0;
    font-size: 14px;
}
.woocommerce ul.products li.product a.added_to_cart:hover,
.added_to_cart:hover {
    text-decoration: underline;
}
.quantity .quantity {
    width: 60px;
    text-align: center;
    font-size: 30px;
    font-weight: bold;
    color: #000;
    font-family: Menlo,Monaco,Consolas,"Courier New",monospace;
}
.quantity .bt_minus svg,
.quantity .bt_plus svg,
.quantity .bt_buy svg {
    stroke: #000;
    stroke-width: 4;
    transition: 0.5s;
    margin: 10px;
    fill: none;
    height: 20px;
    width: 20px;
}
.quantity .bt_buy svg {
    stroke: #fff;
    position: relative;
    left: 6px;
}
.quantity .bt_buy:hover svg {
    stroke: #000;
}
.quantity .bt_minus:hover svg,
.quantity .bt_plus:hover svg {
    stroke: #000;
}
.woocommerce-cart-form .cart{
    display: block;
    padding-right: 0;
}
.xt_atc-button-spinner-wrap {
    top: 18px;
    right: 8px;
    position: absolute;
}
.product_attr {
    margin-bottom: 20px;
    max-height: 72px;
    overflow: hidden;
}
.pa {
    font: 12px/16px 'Open Sans';
    font-weight: 400;
    color: rgba(180, 180, 180, .85);
    padding-left: 24px;
    margin: 8px 0 0;
}
.pa:first-child {
    margin: 0;
}
.pa_weight {
    background: url(/wp-content/themes/goodfood/img/blocks/shop/shop__weight.svg) 0 50% no-repeat;
}
.pa_suitability {
    background: url(/wp-content/themes/goodfood/img/blocks/shop/shop__suitability.svg) 0 50% no-repeat;
}
.pa_tray {
    background: url(/wp-content/themes/goodfood/img/blocks/shop/pa_tray.svg) 0 50% no-repeat;
    background-size: 16px;
}
.shop__buttons {
    width: 320px;
}
.shop__button {
    display: block;
    background: linear-gradient(180deg, #D4F150 0%, #78AB15 100%);
    font: 18px/24px 'Oswald';
    font-weight: 500;
    text-transform: uppercase;
    padding: 8px 16px;
    text-align: center;
    border-radius: 20px;
    color: #101010;
}
.shop__all {
    font: 14px/32px 'Montserrat', sans-serif;
    font-weight: 500;
    color: #b5d13f;
    padding-right: 32px;
    display: inline-block;
    background: url(/wp-content/themes/goodfood/img/blocks/shop/shop__all.svg) 100% 50% no-repeat;
    text-decoration: none;
    text-transform: uppercase;
}
.shop__all:hover {
    text-decoration: underline;
}
.woocommerce-shipping-methods {
    display: flex;
    list-style-type: none;
    padding: 0;
    justify-content: space-between;
}

.title__cat {
    padding-left: 88px;
    position: relative;
}
.title__cat::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 72px;
    height: 72px;
    background-color: #ffa800;
    background-position: 50% 50%;
    background-size: 60px;
    background-repeat: no-repeat;
    border-radius: 16px;
    content: ''
}
.title__cat_type_bird::before {
    background-image: url(/wp-content/themes/goodfood/img/blocks/category/category__link_type_chicken-hover.svg);
}
.title__cat_type_beef::before {
    background-image: url(/wp-content/themes/goodfood/img/blocks/category/category__link_type_cow-hover.svg);
}
.title__cat_type_mutton::before {
    background-image: url(/wp-content/themes/goodfood/img/blocks/category/category__link_type_ram-hover.svg);
    background-size: 52px;
}
.title__cat_type_pig::before {
    background-image: url(/wp-content/themes/goodfood/img/blocks/category/category__link_type_pig-hover.svg);
}
.title__cat_type_sausage::before {
    background-image: url(/wp-content/themes/goodfood/img/blocks/category/category__link_type_sausage-hover.svg);
}
.title__cat_type_sauce::before {
    background-image: url(/wp-content/themes/goodfood/img/blocks/category/category__link_type_souce-hover.svg);
}
.title__cat_type_makarony-pasta::before {
    background-image: url(/wp-content/themes/goodfood/img/blocks/category/category__link_type_makarony-pasta-hover.svg);
}
.title__cat_type_olivkovoe-maslo::before {
    background-image: url(/wp-content/themes/goodfood/img/blocks/category/category__link_type_olivkovoe-maslo-hover.svg);
}
.title__cat_type_fish::before {
    background-image: url(/wp-content/themes/goodfood/img/blocks/category/category__link_type_fish-hover.svg);
}
.title__cat_type_cheese::before {
    background-image: url(/wp-content/themes/goodfood/img/blocks/category/category__link_type_cheese-hover.svg);
}
.xt_atc-button-spinner-wrap {
    position: absolute !important;
    top: 16px !important;
    right: 8px !important;
}
.cart_item li {
    display: inline-block;
}
.cart_item li.product-name {
    padding-right: 24px;
    width: 60%;
}
.cart_item li.product-quantity {
    padding-right: 24px !important;
}

.woocommerce-shipping-methods {
    border-top: 1px solid rgba(180, 180, 180, .85);
    padding: 24px 0 !important;
}
.wc_payment_methods p {
    margin-bottom: 0;
}
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button.alt {
    color: #101010;
}
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button.alt:hover {
    background: linear-gradient(180deg, #ffdf6c 0, #ffa800 100%) !important;
    color: #101010;
}
.cart__col-delivery {
    width: 60%;
    padding-right: 24px;
}
.cart__col-order {
    width: 40%;
}
.woocommerce ul.order_details {
    padding: 0 !important;
    margin: 0 0 68px !important;
    font: 14px/16px 'Montserrat', sans-serif;
    color: #B5D13F;
}
.woocommerce ul.order_details strong,
.woocommerce-order-overview__total .woocommerce-Price-amount {
    color: #fff;
    font: 20px/32px 'Open Sans';
    font-weight: normal;
}
.woocommerce ul.order_details::after,
.woocommerce ul.order_details::before {
    display: none;
}
.woocommerce-table__product-table.product-total,
.woocommerce-table__product-total.product-total {
    text-align: right;
}
.woocommerce-table__product-name.product-name {
    width: 80%;
}
.woocommerce table.shop_table,
.woocommerce-table--order-details-subtotal,
.woocommerce-table--order-details-bottom {
    border-collapse: collapse;
    margin-bottom: 0;
    width: 100%;
}
.woocommerce-table--order-details-subtotal {
    margin-bottom: 24px;
}
.woocommerce table.shop_table th,
.woocommerce table.shop_table td,
.woocommerce-table--order-details-bottom th,
.woocommerce-table--order-details-bottom td {
    padding: 16px 0;
}
.woocommerce-table--order-details-bottom td,
.woocommerce-table--order-details-bottom th,
.woocommerce-table__line-item.order_item td {
    border-bottom: 1px solid rgba(180, 180, 180, .85);
}
.woocommerce-table--order-details-subtotal th {
    width: 95%;
}
.woocommerce-table--order-details-bottom th {
    width: 50%;
}
.woocommerce-table--order-details-subtotal th,
.woocommerce-table--order-details-bottom td,
.woocommerce-table--order-details-subtotal td {
    text-align: right;
}
.woocommerce-table--order-details-bottom th {
    text-align: left;
    font: 14px/16px 'Montserrat', sans-serif;
    color: #B5D13F;
    text-transform: uppercase;
}
.order_total {
    font: 28px/32px 'Montserrat', sans-serif;
    text-align: right;
    padding: 16px 0;
    color: #B5D13F;
    vertical-align: top;
}
.order_total-td {
    font: 28px/32px 'Montserrat', sans-serif;
    padding: 16px 0 16px 8px;
}
.cart_subtotal {
    font: 20px/32px 'Open Sans';
    text-align: right;
    padding: 16px 0;
    color: #B5D13F;
}
.cart_subtotal-td {
    font: 20px/32px 'Open Sans';
    padding-left: 8px;
}
.woocommerce .woocommerce-customer-details address {
    padding: 0;
    font: 20px/32px 'Open Sans';
}
.woocommerce .woocommerce-customer-details .woocommerce-customer-details--email,
.woocommerce .woocommerce-customer-details .woocommerce-customer-details--phone {
    padding: 16px 0 0;
    font: 20px/32px 'Open Sans';
}
.woocommerce .woocommerce-customer-details .woocommerce-customer-details--email::before,
.woocommerce .woocommerce-customer-details .woocommerce-customer-details--phone::before {
    display: none;
}
.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea {
    font: 18px/48px 'Montserrat', sans-serif !important;
    color: #f5f5f5;
}
.woocommerce form .show-password-input,
.woocommerce-page form .show-password-input {
    right: 24px;
    top: 14px;
}
.product-cart,
.woocommerce div.product form.cart {
    margin-bottom: 24px;
    width: auto !important;
    display: inline-block;
}
#wpgs-gallery.woocommerce-product-gallery {
    margin-right: 120px !important;
}
.woocommerce div.product div.summary {
    width: auto !important;
}
.woocommerce div.product {
    display: flex;
}

.woocommerce .woocommerce-MyAccount-content #respond input#submit,
.woocommerce .woocommerce-MyAccount-content button.button,
.woocommerce .woocommerce-MyAccount-content input.button {
    background: linear-gradient(180deg, #FFDF6C 0%, #FFA800 100%);
    border-radius: 32px;
    font: 16px/24px 'Oswald';
    font-weight: 500;
    color: #101010;
    padding: 8px 68px 8px 24px;
    position: relative;
}
.woocommerce .woocommerce-MyAccount-content a.button.pay,
.woocommerce .woocommerce-MyAccount-content a.button.cancel,
.woocommerce .woocommerce-MyAccount-content a.button.view {
    display: inline-block;
    font: 16px/24px 'Montserrat', sans-serif;
    color: #FFA800;
    padding: 8px 24px !important;
    border: 1px solid #FFA800;
    border-radius: 20px;
    margin-right: 20px !important;
}
.woocommerce .woocommerce-MyAccount-content a.button.pay {
    background: linear-gradient(180deg, #FFDF6C 0%, #FFA800 100%) !important;
    color: #101010 !important;
}
.woocommerce .woocommerce-MyAccount-content a.button.cancel {
    margin-right: 0 !important;
}
.woocommerce-Button--previous,
.woocommerce-Button--next {
    background: linear-gradient(180deg, #D4F150 0%, #B5D13F 100%) !important;
    padding: 8px 24px !important;
}
.woocommerce-Button--previous::after,
.woocommerce-Button--next::after {
    display: none;
}
.woocommerce .woocommerce-MyAccount-content #respond input#submit::after,
.woocommerce .woocommerce-MyAccount-content a.button::after,
.woocommerce .woocommerce-MyAccount-content button.button::after,
.woocommerce .woocommerce-MyAccount-content input.button::after {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 24px;
    width: 24px;
    background: url(/wp-content/themes/goodfood/img/blocks/shop/save.svg) 50% 50% no-repeat;
    content: '';
    z-index: 10;
}
.wp-block-group {
    margin-bottom: 88px;
}

.load_more {
    background-color: transparent !important;
    color: #B5D13F !important;
    background: url(/wp-content/themes/goodfood/img/blocks/shop/load_more.svg) 100% 50% no-repeat;
    padding-right: 32px !important;
    font: 14px/32px 'Montserrat', sans-serif !important;
}
.lmp_load_more_button.br_lmp_button_settings .load_more:hover {
    font: 14px/32px 'Montserrat', sans-serif !important;
    background-color: transparent !important;
    color: #B5D13F !important;
    text-decoration: underline;
}
.wpfMainWrapper {
    display: flex;
    justify-content: flex-end;
}
.wpfFilterWrapper {
    width: auto !important;
    margin: 0 24px 0 0 !important;
    padding: 0 !important;
    line-height: 64px;
}
.wpfCheckbox {
    width: 24px !important;
    margin-right: 16px;
}
.wpfFilterButtons {
    white-space: nowrap;
}
.woobewoo-filter-loader {
    display: none !important;
}
.wpfFilterTaxNameWrapper {
    font: 20px/64px 'Open Sans' !important;
    color: #fff !important;
}
.wpfClearButton,
.wpfFilterButton {
    display: inline-block;
    margin: 0;
    border-radius: 32px !important;
    font: 24px/24px 'Oswald';
    font-weight: 500;
    text-transform: uppercase;
    padding: 16px 32px !important;
    color: #101010;
    cursor: pointer;
    white-space: nowrap;
    box-sizing: border-box;
    width: auto !important;
}
.wpfFilterButton {
    background: linear-gradient(180deg, #D4F150 0%, #78AB15 100%) !important;
    margin-right: 24px;
    padding-right: 64px !important;
    position: relative;
}
.wpfFilterButton::after {
    position: absolute;
    top: 16px;
    right: 24px;
    width: 24px;
    height: 24px;
    background: url(/wp-content/themes/goodfood/img/blocks/shop/shop__update.svg) 100% 50% no-repeat;
    content: '';
}
.wpfClearButton {
    background: linear-gradient(180deg, #FFDF6C 0%, #FFA800 100%) !important;
}
.product_meta {
    display: none;
}

.order-number,
.order-date,
.order-status {
    background: transparent;
    color: #FFBE34;
}
.woocommerce-table--order-details,
.woocommerce-table--order-details-bottom,
.woocommerce-MyAccount-content p {
    font: 20px/32px 'Open Sans';
    margin-bottom: 16px;
}
body .woocommerce-form-coupon-toggle {
    display: none !important;
}
.coupon {
    border-radius: 32px;
    background: rgba(34, 34, 34, 0.60);
    padding: 40px;
    box-sizing: border-box;
    margin-bottom: 40px;
}
.coupon__code,
.coupon__used-title {
    font: 24px/32px 'Oswald';
    letter-spacing: 0.48px;
    text-transform: uppercase;
    color: #B5D13F;
    margin-bottom: 8px;
}
.coupon__used {
    border-bottom: rgba(180, 180, 180, .85);
}
.coupon__used:last-child {
    border-bottom: none;
}
.coupon__used-title {
    color: #fff;
}
.coupon__form,
.coupon__used {
    display: flex;
    justify-content: start;
    margin-bottom: 40px;
}
.coupon__used {
    margin-bottom: 0;
}
.coupon__used-name {
    width: 60%;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 24px;
}
.coupon__used-discount {
    text-align: right;
    width: 40%;
}
.coupon__used-discount span {
    color: #B5D13F;
    font-weight: bold;
}
.coupon__used-discount .woocommercePriceamount {
    color: #FFA800;
    font-weight: bold;
}
.coupon__used-discount .woocommercePricecurrencySymbol {
    color: #fff;
    font-weight: normal;
}
.coupon__form input {
    flex-basis: 50%;
    margin: 0;
}
.coupon__form button {
    margin-left: 24px !important;
    width: auto;
    background: linear-gradient(180deg, #FFDF6C 0%, #FFA800 100%) !important;
    border-radius: 32px;
    font: 16px/24px 'Oswald';
    font-weight: 500;
    color: #101010;
    padding: 8px 68px 8px 24px  !important;
    position: relative;
}
.coupon__form button::after {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 24px;
    width: 24px;
    background: url(/wp-content/themes/goodfood/img/blocks/shop/save.svg) 50% 50% no-repeat;
    content: '';
    z-index: 10;
}
.woocommerce-remove-coupon {
    display: inline-block;
    font: 14px/16px 'Montserrat', sans-serif;
    color: #FFA800;
    padding: 4px 16px !important;
    border: 1px solid #FFA800;
    border-radius: 12px;
}
#payment ul.payment_methods li input {
    position: relative;
    width: 0;
}
#payment ul.payment_methods li input::before  {
    background-color: rgba(180, 180, 180, .1) !important;
    border: 1px solid #fff;
    border-radius: 7px;
    width: 14px !important;
    height: 14px !important;
    content: '';
    position: absolute;
    left: 0;
    top: -1px !important;
}
#payment ul.payment_methods li input:checked::after {
    background: #b5d13f;
    border-radius: 4px;
    width: 8px !important;
    height: 8px !important;
    content: '';
    position: absolute;
    left: 4px;
    top: 3px !important;
}
@media (max-width: 960px) {
    .woocommerce-page.columns-3 ul.products li.product,
    .woocommerce.columns-3 ul.products li.product {
        width: 44%;
    }
    .product_attr {
        margin-bottom: 16px;
        max-height: 100% !important;
    }
}
@media (max-width: 480px) {
    .woocommerce-order,
    .cart__cols,
    ul.products,
    .wpfMainWrapper,
    .woocommerce-breadcrumb {
        display: block;
        padding: 0 24px !important;
    }
    .woocommerce div.product {
        display: block;
    }
    .woocommerce form .form-row-first,
    .woocommerce form .form-row-last {
        width: 100%;
    }

    .cart__col-contacts,
    .cart__col-cart,
    .cart__col-delivery,
    .cart__col-order {
        width: 100%;
        padding: 0;
    }
    .cart__col-cart {
        position: relative;
        padding-top: 40px;
    }
    .woocommerce ul.order_details {
        overflow: hidden;
    }
    .woocommerce ul.order_details,
    .woocommerce ul.order_details li {
        display: block !important;
        width: 100% !important;
    }
    .woocommerce ul.order_details li {
        border: 0;
    }

    .woocommerce-table--order-details-bottom th {
        width: 50%;
    }
    .woocommerce .woocommerce-MyAccount-content a.button.view {
        border: 0;
        padding: 0 !important;
    }
    .woocommerce-orders-table tbody tr td {
        border-bottom: 0 !important;
    }

    .woocommerce-page.columns-3 ul.products li.product,
    .woocommerce.columns-3 ul.products li.product {
        display: block;
        width: 100%;
        padding: 0;
        box-sizing: border-box;
        margin-bottom: 24px;
    }
    .recomended__item .product_attr {
        min-height: 64px;
    }
    .lmp_products_loading,
    .lmp_load_more_button {
        padding: 0 24px;
        box-sizing: border-box;
    }
    .checkout-button {
        font: 20px/24px 'Oswald' !important
    }
    .cart__row {
        display: block;
    }
    .cart__description {
        padding-top: 16px;
        width: 100%;
    }
    .product-subtotal {
        display: none;
    }
    .remove {
        position: absolute;
        top: 0;
        right: 0;
    }
    .woocommerce-info {
        margin: 0 24px 44px;
    }
    .woocommerce-notices-wrapper {
        padding: 0 24px;
    }
    .woocommerce-notice--success {
        border: 0;
    }
    .wpfFilterWrapper {
        line-height: 24px;
    }
    .coupon {
        width: 100%;
    }
    .coupon__form,
    .coupon__used {
        display: block;
    }
    .coupon__form input {
        margin-bottom: 24px;
    }
    .coupon__form button {
        width: 100%;
        margin-left: 0 !important;
    }
    .coupon__used-discount {
        text-align: left;
        width: 100%;
    }
}

/* ==========================================================================
   APP MODE V39 (SEGURIDAD TOTAL: LOGIN Y CHECKOUT VISIBLES)
   ========================================================================== */

/* 1. OCULTAR INTERFAZ NATIVA (SOLO EN REJILLAS) */
/* Grid de Productos */
ul.products li.product .quantity,
ul.products li.product .bt_buy,
ul.products li.product .button,
ul.products li.product .single_add_to_cart_button {
    display: none !important;
}

/* Recomendados / Relacionados */
.recomended .quantity,
.recomended .bt_buy,
.recomended .button,
.related .quantity,
.related .button {
    display: none !important;
}

/* 2. ESTILOS DE LA NUEVA INTERFAZ "APP" */
.app-interface {
    display: inline-flex;
    position: relative;
    z-index: 10;
    margin-left: auto;
    cursor: pointer;
    user-select: none;
    transition: all 0.2s ease;
    box-shadow: 0 4px 10px rgba(0,0,0,0.1);
}

/* ESTADO VERDE (VACÍO) */
.app-interface.mode-green {
    width: 254px; height: 48px; border-radius: 24px;
    background: linear-gradient(180deg, #D4F150 0%, #78AB15 100%);
    justify-content: center; align-items: center;
}
.app-interface.mode-green::after {
    content: ''; display: block; width: 32px; height: 32px;
    background: url('/wp-content/themes/goodfood/img/blocks/shop/bt_buy.svg') center center no-repeat;
    background-size: contain; 
/* 	filter: brightness(0); */
}
.app-interface.mode-green .app-inner { display: none; }

/* ESTADO AMARILLO (CON CANTIDAD) */
.app-interface.mode-yellow {
    min-width: 120px; height: 48px; border-radius: 24px;
    background: linear-gradient(180deg, #ffdf6c 0%, #ffa800 100%);
    padding: 0; overflow: hidden; cursor: default;
}
.app-interface.mode-yellow::after { display: none; }

/* ESTRUCTURA INTERNA */
.app-inner {
    display: flex; width: 100%; height: 100%;
    justify-content: space-between; align-items: center;
}
.app-btn-minus, .app-btn-plus {
    width: 96px; height: 100%; display: flex; align-items: center; justify-content: center;
    font-family: 'Montserrat', sans-serif; font-weight: 800; font-size: 32px; color: #101010;
    cursor: pointer;
}
.app-display-qty {
    flex-grow: 1; height: 100%; background: #fff; border: none; text-align: center;
    font-family: 'Open Sans', sans-serif; font-weight: 700; font-size: 18px; color: #101010;
    margin: 0; padding: 0; pointer-events: none;
}

/* 3. RESPONSIVE MÓVIL */
@media (max-width: 480px) {
    .app-interface { margin-top: 8px; }
    .cart__row .app-interface { position: relative; bottom: auto; right: auto; }
}

/* 4. GARANTÍA DE VISIBILIDAD (HERO, CART, CHECKOUT, LOGIN) */
/* Hero Slider */
.special .quantity, .special .bt_buy, .special .button {
    display: inline-flex !important;
    visibility: visible !important;
    opacity: 1 !important;
}

/* Carrito - Botones nativos visibles */
body.woocommerce-cart .quantity {
    display: inline-flex !important;
    background: transparent !important;
    box-shadow: none !important;
    opacity: 1 !important;
    visibility: visible !important;
}
body.woocommerce-cart .quantity .bt_minus,
body.woocommerce-cart .quantity .bt_plus {
    display: flex !important;
    background: #fff !important;
    width: 30px !important;
    height: 30px !important;
    border-radius: 50% !important;
    cursor: pointer !important;
    opacity: 1 !important;
}