/*
 Theme Name:   Foogra Child
 Theme URI:    https://themeforest.net/item/foogra-restaurants-directory-listings-wordpress-theme/37317341
 Description:  Foogra Child Theme
 Author:       ApusTheme
 Author URI:   http://apusthemes.com
 Template:     foogra
 Version:      1.0.0
 Text Domain:  foogra-child
*/
.woocommerce-account .woocommerce-MyAccount-navigation {
    width: 25%;
    float: left;
}

.woocommerce-account .woocommerce-MyAccount-content {
    width: 75%;
    float: right;
}

.woocommerce-account .woocommerce-MyAccount-navigation .woocommerce-MyAccount-navigation-link {
    display: block;
    margin-right: 0;
}

:root {
    --foogra-theme-color: #f06c17;
    --foogra-theme-hover-color: #cb5d16;
    --foogra-link_hover_color: #f06c17;
}

/* body {
    background: #fede57;
} */

.listing-list-v2 {
    background: #fff;
}

.cp-category-carousel .category-banner-inner {
    height: 100%;
}

.dokan-report-abuse-button,
#tab-title-seller_enquiry_form,
#tab-title-product_qa,
#ship-to-different-address {
    display: none !important;
}

.woocommerce table.cart td.actions .coupon {
    width: 100%;
    text-align: left;
}

.woocommerce table.cart td.actions .coupon label {
    text-align: left;
    display: block;
    font-weight: bold;
    margin-bottom: 10px;
}

.woocommerce-page table.cart td.actions .coupon .input-text {
    height: 50px;
}

.woocommerce-page table.cart td.actions .coupon .btn {
    height: 50px;
    padding-top: 0;
    padding-bottom: 0;
}

.woocommerce table.shop_table tbody .actions .btn.update_cart {
    height: 50px;
    padding-top: 0;
    padding-bottom: 0;
    margin-top: 20px;
}

.dokan-store #apus-breadscrumb {
    display: none;
}