/**
Theme Name: Multipage
Author: JKING Tech
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: amps
Template: astra
*/








img.attachment-woocommerce_thumbnail.size-woocommerce_thumbnail {
/*     height: 250px !important; */
    width: 300px !important;
}
/* پروڈکٹ بٹن اور پرائس کے لیے */
.products .product .price {
    font-size: 18px;
    font-weight: bold;
    margin: 10px 0;
}

.products .product .add_to_cart_button {
    background-color: #EC671A !important;
    color: white !important;
    padding: 10px 20px;
    border-radius: 5px;
    text-transform: uppercase;
    font-weight: bold;
    transition: background-color 0.3s ease-in-out;
}
button.uagb-forms-main-submit-button.wp-block-button__link {
    background-color:  #EC671A !important;
}
/* جب ماوس بٹن پر جائے */
.products .product .add_to_cart_button:hover {
    background-color: #f08c4a !important;
    color: white !important;
}

select.dokan-form-control {
    height: 45px !important;
}
button.single_add_to_cart_button.button.alt {
    height: 46px !important;
    background: #EC671A !important;
}
button.dokan-store-support-btn-product.dokan-store-support-btn {
    background: #EC671A !important;
}
a.checkout-button.button.alt.wc-forward {
    background: #EC671A !important;
}
button.button {
    background: #EC671A !important;
}
.page-id-7 img.attachment-woocommerce_thumbnail.size-woocommerce_thumbnail {
    height: auto !important;
    width: auto !important;
}
/* product upload page */
input#post_title {
    width: 100% !important;
}
input#_sku {
    width: 100% !important;
}
select#scan-action {
    height: 48px !important;
}
input#scan-code {
    height: 48px !important;
}

/* Parent container کو Flexbox میں تبدیل کریں */
#barcode-scan-form form {
    display: flex;
    align-items: center;
    gap: 10px; /* عناصر کے درمیان اسپیس */
    width: 100%;
    max-width: 800px; /* زیادہ سے زیادہ چوڑائی */
    margin: auto; /* سینٹر میں لانے کے لیے */
}

/* ہر انپٹ فیلڈ، سلیکٹ، اور بٹن کی width */
#barcode-scan-form select,
#barcode-scan-form input[type="text"] {
    width: 30% !important;
    font-size: 16px;
    border: 1px solid #ccc;
    border-radius: 5px;
}

/* بٹن کے لیے اسٹائل */
#barcode-scan-form input[type="submit"] {
    background-color: #EC671A; 
    color: white;
    cursor: pointer;
    border: none;
    transition: background 0.3s;
}

#barcode-scan-form input[type="submit"]:hover {
    background-color: #f08c4a !important;
}

/* Responsive Design (Mobile) */
@media (max-width: 768px) {
    #barcode-scan-form form {
        flex-direction: column;
        gap: 10px;
    }

    #barcode-scan-form select,
    #barcode-scan-form input[type="text"],
    #barcode-scan-form input[type="submit"] {
        width: 100%;
    }
}
.woocommerce-js input[type=number] {
    max-width: 98px !important;
}

.wc_security_deposits_notice {
	width: 100% !important;
}

.discount-meta {
	border: dashed 2px #999;
	padding: 10px 20px 0px 10px;
	width: max-content;
}

.store-address {
	display: none;
}

button[name='update_cart'] {
display: none !important;
}

/* hide field to change chat now btn name */
.dokan-form-group.support-enable-check {
display: none !important;	
}

/* hide TawkTo field & live chat checkbox*/
.dokan-form-group.dokan-live-chat-settings {
display: none !important;	
}
