/**
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
*/


/* Custom Css */
.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--bookings a:before {
    content: "\f073";
	display: none !important;
}
.bkap-container-box:nth-child(1) {
    display: none;
}

.bkap-container-box:nth-child(3) {
    display: none;
}
.bkap-feature-content a:nth-of-type(2) {
    display: none;
}
body:not(.cartflows-canvas):not(.cartflows-default) .woocommerce form .form-row label:not(.checkbox):not(.woocommerce-form__label-for-checkbox) { pointer-events: visible; } 

.return-to-product {
    display: inline-block;
    padding: 10px 20px;
    background-color: #f39c12;
    color: #fff;
    text-decoration: none;
    border-radius: 5px;
    margin-top: 10px;
}
.return-to-product:hover {
    background-color: #e67e22;
}

/* کیٹگری */
.subcategories .subcategory-list {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); /* چار کارڈز ایک لائن میں */
    gap: 15px; /* کارڈز کے درمیان اسپیس */
    padding: 0;
    list-style: none;
}

.subcategories .subcategory-list li {
    margin: 0;
    padding: 0;
    position: relative;
    background-size: cover; /* تصویر کو باکس میں فٹ کریں */
    background-position: center;
    border-radius: 5px; /* گول کنارے */
    height: 150px; /* ہر کارڈ کی اونچائی */
    overflow: hidden;
    transition: transform 0.3s ease, box-shadow 0.3s ease; /* ہور ایفیکٹ */
    display: flex; /* ٹیکسٹ اور بیک گراؤنڈ میں بہتر کنٹرول کے لیے */
    align-items: flex-end; /* ٹیکسٹ کو نیچے رکھیں */
}

.subcategories .subcategory-list li a {
    position: relative;
    z-index: 2; /* تصویر کے اوپر ٹیکسٹ رکھیں */
    display: block;
    width: 100%;
    text-align: center;
    color: black; /* ٹیکسٹ کا رنگ */
    text-decoration: none;
    font-weight: bold;
    font-size: 16px;
    padding: 10px 0; /* ٹیکسٹ کے ارد گرد اسپیس */
    background: #E1E1E1; /* بیک گراؤنڈ میں ڈارک شیڈ */
	padding: 10px 10px;
	margin: 10px;
}

.subcategories .subcategory-list li::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3); /* بیک گراؤنڈ پر ہلکا سایہ */
    z-index: 1;
    transition: background 0.3s ease;
}

.subcategories .subcategory-list li:hover {
    transform: scale(1.05); /* ہور پر زوم ایفیکٹ */
    box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.2); /* ہور پر شیڈو */
}

.subcategories .subcategory-list li:hover::before {
    background: rgba(0, 0, 0, 0.5); /* ہور پر شیڈو گہرا کریں */
}

/* catagorey page product box */
.productss {
    list-style: none; /* ڈاٹس کو مکمل طور پر ہٹانے کے لیے */
    padding: 0;
    margin: 0;
}

.productss {
    display: grid; /* گرڈ لے آؤٹ کے لیے */
    grid-template-columns: repeat(4, 1fr); 
    gap: 20px; /* پراڈکٹس کے درمیان خلا */
    margin-top: 10px;
}

.productss .product {
    display: flex;
    flex-direction: column; /* پراڈکٹ کی معلومات کو اوپر نیچے ترتیب دیں */
    justify-content: space-between; /* اوپر اور نیچے کا مناسب خلا */
    align-items: ; /* مرکز میں مواد رکھیں */
    border: 1px solid #ddd; /* بارڈر */
    padding: 15px;
    border-radius: 5px; /* گول کنارے */
    background: #fff;
    transition: transform 0.3s ease;
    height: 350px; /* تمام باکسز کی یکساں اونچائی */
    box-sizing: border-box; /* بارڈر اور پیڈنگ شامل کریں */
}

.productss .product:hover {
    transform: scale(1.05); /* ہور کرنے پر زوم ایفیکٹ */
}

.productss .product img {
    max-width: 100%; /* تصویر کی چوڑائی باکس کے اندر فٹ کریں */
    max-height: 200px; /* زیادہ اونچی تصویر کو محدود کریں */
    object-fit: contain; /* تصویر کو صحیح تناسب میں دکھائیں */
    margin-bottom: 5px;
}

.productss .product h2 {
    font-size: 18px;
    text-align: ;
    margin: 5px 0;
    color: #333;
}

.productss .product .price {
    font-size: 16px;
    color: #28a745;
    font-weight: bold;
    margin-top: 10px;
}

.productss h2 {
    grid-column: 1 / -1; /* ہیڈر کو پوری لائن پر رکھیں */
    font-size: 24px;
    text-align: ;
    margin-top: 20px;
}

.subcategories h2 {
    margin-top: 20px;
}
.lets-go-btn {
    background-color: #81D742 !important;
    border-color: #81D742 !important;
}

/* موبائل ویو کے لیے */
@media (max-width: 768px) {
    .subcategories .subcategory-list {
        grid-template-columns: repeat(2, 1fr); /* ایک لائن میں دو باکسز */
    }
	ul.subcategory-list {
    margin-left: 0px;
}
}


p.wc-setup-actions.step > a.button-primary.button.button-large.button-next.lets-go-btn.dokan-btn-theme {
    background-color: #81D742 !important;
    border: 2px solid #81D742 !important;
    color: #ffffff !important;
    box-shadow: none !important;
}