/**
Theme Name: Astra Child Hindiya
Author: Brainstorm Force
Author URI: http://wpastra.com/about/
Description: Astra is the fastest, fully customizable & beautiful theme suitable for blogs, personal portfolios and business websites. 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 so search engines will love your site. Astra offers plenty of sidebar options and widget areas giving you a full control for customizations. Furthermore, we have included special features and templates so feel free to choose any of your favorite page builder plugin to create pages flexibly. Some of the other features: # WooCommerce Ready # Responsive # Compatible with major plugins # 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 beautiful theme!
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: astra-child-hindiya
Template: astra
*/

/* ===== Responsive layout for YITH Request a Quote table ===== */

/* Use San Francisco system font globally */
body, button, input, select, textarea {
    font-family: -apple-system, BlinkMacSystemFont, "San Francisco", "Helvetica Neue", Helvetica, Arial, sans-serif !important;
}

@media (max-width: 768px) {
    #yith-ywrq-table-list {
        display: block;
        width: 100%;
        border: none;
    }

    #yith-ywrq-table-list thead {
        display: none;
    }

    #yith-ywrq-table-list tbody {
        display: block;
        width: 100%;
    }

    #yith-ywrq-table-list tr.cart_item {
        display: block;
        margin-bottom: 20px;
        border: 1px solid #e0e0e0;
        border-radius: 10px;
        padding: 10px;
        box-shadow: 0 2px 6px rgba(0,0,0,0.05);
        background: #fff;
        position: relative;
    }

    #yith-ywrq-table-list td {
        display: block;
        padding: 8px 5px;
        border: none;
    }

    #yith-ywrq-table-list td.product-thumbnail {
        display: flex;
        justify-content: center;
        padding-bottom: 10px;
    }

    #yith-ywrq-table-list td.product-thumbnail img {
        max-width: 80px;
        height: auto;
        border-radius: 6px;
    }

    #yith-ywrq-table-list td.product-name {
        display: block;
        text-align: left;
        font-size: 14px;
        margin-top: 5px;
        word-wrap: break-word;
    }

    /* === Quantity + Total in one row (left aligned) === */
    #yith-ywrq-table-list td.product-quantity,
    #yith-ywrq-table-list td.product-subtotal {
        display: inline-flex;
        align-items: center;
        justify-content: flex-start; /* Align left */
        width: auto;
        font-size: 14px;
        margin-right: 15px;
    }

    #yith-ywrq-table-list td.product-quantity {
        margin-right: 20px;
    }

    #yith-ywrq-table-list td.product-subtotal {
        font-weight: bold;
        font-size: 15px;
        white-space: nowrap;
    }

    #yith-ywrq-table-list td.product-subtotal::before {
        content: "Total:";
        font-weight: 600;
        color: #333;
        margin-right: 6px;
    }

    /* Remove button */
    #yith-ywrq-table-list td.product-remove {
        position: absolute;
        right: 10px;
        top: 10px;
    }

    .yith-ywraq-item-remove {
        background: #ff4d4d;
        color: #fff !important;
        border-radius: 50%;
        width: 25px;
        height: 25px;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 16px;
    }

    /* Actions area */
    #yith-ywrq-table-list .actions {
        text-align: center;
        padding-top: 10px;
    }

    #yith-ywrq-table-list input.button {
        width: 100%;
        border-radius: 6px;
    }
	
}

/* ===== End Responsive layout for YITH Request a Quote table ===== */


.gform_wrapper.gravity-theme .gfield_label {
   color: white !important;
}