/******* Do not edit this file *******
Woody Code Snippets CSS and JS
Saved: Mar 12 2026 | 22:01:53 */
/* default footer hide style class */
.site-below-footer-wrap {
    display: none !important;
}

#ast-scroll-top {
    display: none !important;
}

/* default nav hide style class */
/* Hide Astra Primary Header */
.site-primary-header-wrap {
    display: none !important;
}

/* page entry title hide style class */
.entry-title{
	display: none !important;
}

/* width problem theme style class */
/* Remove Astra container width */
.ast-container,
.site-primary-header-wrap,
.site-header,
.elementor-section-wrap,
.wp-block-group {
    max-width: 100% !important;
    width: 100% !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
}

/* Make your custom navbar truly full width */
nav {
    width: 100vw !important;
    margin-left: calc(-50vw + 50%);
}

/* useless best selling bag button class */
.ahfb-svg-iconset {
    display: none !important;
}

/* login/signup account creation ui class styling */
/* WooCommerce default columns ko full width karne ke liye */
.woocommerce-account .u-columns.col2-set .u-column1, 
.woocommerce-account .u-columns.col2-set .u-column2 {
    width: 100% !important;
    float: none !important;
    padding: 0 !important;
}

/* Container styling */
.custom-auth-wrapper {
    max-width: 500px !important; /* Width thori aur barha di hai */
    margin: 50px auto !important;
    padding: 40px !important;
    background: #ffffff !important;
    border: 1px solid #eee !important;
    border-radius: 12px !important;
    box-shadow: 0 10px 25px rgba(0,0,0,0.05) !important;
}

/* Forms ko clean karne ke liye */
.custom-auth-wrapper form.login, 
.custom-auth-wrapper form.register {
    border: none !important;
    padding: 0 !important;
    margin: 0 !important;
    background: transparent !important;
}

/* Input fields ko khula karne ke liye */
.custom-auth-wrapper .form-row input.input-text {
    width: 100% !important;
    padding: 15px !important;
    border: 1px solid #ddd !important;
    border-radius: 8px !important;
    font-size: 16px !important;
}

/* Label styling */
.custom-auth-wrapper label {
    display: block !important;
    margin-bottom: 8px !important;
    font-weight: 600 !important;
}

/* Switch Link styling */
.switch-form-text {
    margin-top: 30px !important;
    padding-top: 20px !important;
    border-top: 1px dashed #ddd !important;
    text-align: center !important;
    font-size: 16px !important;
}

.switch-form-text a {
    color: #cc9966 !important;
    text-decoration: underline !important;
    margin-left: 5px !important;
}

/* Hide Register initially */
.u-column2.col-2 { 
    display: none; 
}

/* wishlist ui data class styling */
/* --- Wishlist Professional UI --- */

/* 1. Title section - Edit button remove aur styling */
.wishlist-title-container .show-title-form,
.wishlist-title-container .hidden-title-form {
    display: none !important;
}

.wishlist-title h2 {
    font-size: 28px !important;
    font-weight: 800 !important;
    color: #1a1a1a !important;
    letter-spacing: -0.5px;
    margin-bottom: 30px !important;
    padding-bottom: 15px;
    border-bottom: 2px solid #000;
    display: inline-block;
}

/* 2. Table Modernization */
.shop_table.wishlist_table {
    border: none !important;
    border-collapse: separate;
    border-spacing: 0 15px; /* Rows ke beech space */
}

.shop_table.wishlist_table thead tr th {
    background: #f7f7f7 !important;
    border: none !important;
    padding: 20px 15px !important;
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 1px;
    color: #555;
}

.shop_table.wishlist_table tbody tr {
    background: #fff;
    box-shadow: 0 2px 10px rgba(0,0,0,0.05);
    border-radius: 10px;
}

.shop_table.wishlist_table tbody td {
    padding: 20px 15px !important;
    vertical-align: middle !important;
    border-top: none !important;
    border-bottom: none !important;
}

/* 3. Image aur Product Name */
.product-thumbnail img {
    border-radius: 8px;
    width: 90px !important;
    transition: transform 0.3s ease;
}

.product-name a {
    font-weight: 600;
    color: #222;
    text-decoration: none;
    font-size: 15px;
}

/* 4. Buttons - Modern Look */
.product-add-to-cart .add_to_cart_button {
    background: #000 !important;
    color: #fff !important;
    padding: 12px 20px !important;
    border-radius: 50px !important; /* Rounded buttons */
    font-size: 12px !important;
    font-weight: 600;
    text-transform: uppercase;
    transition: 0.3s;
}

.product-add-to-cart .add_to_cart_button:hover {
    background: #333 !important;
}

.product-add-to-cart .remove_from_wishlist {
    background: transparent !important;
    color: #999 !important;
    font-size: 12px !important;
    text-transform: uppercase;
    margin-top: 10px !important;
    display: block !important;
}

.product-add-to-cart .remove_from_wishlist:hover {
    color: #ff4d4d !important;
}

/* 5. Date badge hidden */
.dateadded {
    display: block;
    font-size: 11px;
    color: #aaa;
    margin-bottom: 8px;
}

/* CART PAGE DATA UI CLASS STYLING */
/* --- Modern Cart Page UI --- */

/* Message Box Styling */
.woocommerce-message {
    background: #f0f7f4 !important;
    border-top: 3px solid #28a745 !important;
    border-radius: 8px;
    padding: 15px !important;
    margin-bottom: 30px !important;
}

/* Table Design */
.woocommerce-cart-form__contents {
    border: none !important;
    background: #fff;
}

.woocommerce-cart-form__contents thead {
    background: #f7f7f7;
    border-radius: 10px;
}

.woocommerce-cart-form__contents th {
    padding: 20px !important;
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 1px;
}

.woocommerce-cart-form__cart-item {
    border-bottom: 1px solid #eee;
}

/* Image & Name */
.product-thumbnail img {
    border-radius: 8px;
    width: 80px !important;
}

.product-name a {
    font-weight: 600;
    color: #1a1a1a;
    text-decoration: none;
}

/* Remove button styling */
.product-remove .remove {
    color: #ff4d4d !important;
    font-size: 20px !important;
    display: block;
    text-align: center;
}

/* Cart Totals Box */
.cart-collaterals {
    margin-top: 40px;
    display: flex;
    justify-content: flex-end;
}

.cart_totals {
    width: 100%;
    max-width: 400px;
    background: #f9f9f9;
    padding: 30px;
    border-radius: 15px;
}

.cart_totals h2 {
    font-size: 20px;
    margin-bottom: 20px;
}

.cart_totals table {
    width: 100%;
}

.cart_totals th, .cart_totals td {
    padding: 10px 0;
}

/* Checkout Button */
.wc-proceed-to-checkout .checkout-button {
    background: #000 !important;
    color: #fff !important;
    display: block !important;
    text-align: center;
    padding: 15px !important;
    border-radius: 50px !important;
    margin-top: 20px !important;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 1px;
}

.wc-proceed-to-checkout .checkout-button:hover {
    background: #333 !important;
}

/* Coupon & Update Cart */
.coupon input {
    padding: 10px;
    border: 1px solid #ddd;
    border-radius: 5px;
}

button[name="update_cart"] {
    background: #eee !important;
    color: #333 !important;
    border-radius: 5px;
    padding: 10px 20px !important;
}

/* Responsive adjustment */
@media (max-width: 768px) {
    .woocommerce-cart-form__contents thead { display: none; }
    .woocommerce-cart-form__cart-item { display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; padding: 20px 0; }
    .woocommerce-cart-form__cart-item td { padding: 5px !important; }
}