/* Related Products Section */
.related.products {
  margin: 2rem 0 !important;
  padding: 1rem;
}

.related.products h2 {
  font-size: 1.8rem;
  margin-bottom: 1.5rem;
  color: #333;
  font-weight: 600;
}

/* Products Grid */
.products.columns-4 {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 1.5rem;
  list-style: none;
  padding: 0;
  margin: 0;
}

/* Individual Product Item */
.product {
  position: relative;
  background: #fff;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  overflow: hidden;
  transition: all 0.3s ease;
  box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}

.product:hover {
  box-shadow: 0 4px 12px rgba(0,0,0,0.15);
  transform: translateY(-2px);
}

/* Product Link */
.woocommerce-LoopProduct-link {
  display: block;
  text-decoration: none;
  color: inherit;
  padding: 1rem;
}

/* Sale Badge */
.onsale {
  position: absolute;
  top: 10px;
  left: 10px;
  background: #e74c3c;
  color: white;
  padding: 0.25rem 0.5rem;
  border-radius: 4px;
  font-size: 0.8rem;
  font-weight: bold;
  z-index: 2;
}

/* Product Image */
.product img {
  width: 100%;
  height: 200px;
  object-fit: cover;
  display: block;
  margin-bottom: 1rem;
}

/* Product Title */
.woocommerce-loop-product__title {
  font-size: 1.1rem;
  font-weight: 500;
  margin: 0.5rem 0;
  color: #333;
  line-height: 1.4;
}

/* Price Section */
.price {
  margin: 1rem 0;
  font-weight: bold;
}

.price del {
  color: #999;
  margin-right: 0.5rem;
}

.price ins {
  text-decoration: none;
  color: #e74c3c;
  font-size: 1.1rem;
}

.woocommerce-Price-currencySymbol {
  font-weight: normal;
}

/* Buttons */
.add_to_cart_button,
.compare.button {
  display: inline-block;
  padding: 0.5rem 1rem;
  margin: 0.25rem 0.25rem 0 0;
/*   background: #3498db; */
  color: white;
  text-decoration: none;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  font-size: 0.9rem;
  transition: background 0.3s ease;
}



.compare.button {
  background: #95a5a6;
}

.compare.button:hover {
  background: #7f8c8d;
}

/* Screen Reader Text */
.screen-reader-text {
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
  white-space: nowrap;
}

/* Responsive Design */
@media (max-width: 768px) {
  .products.columns-4 {
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 1rem;
  }
  
  .related.products {
    padding: 0.5rem;
  }
	article{
		margin-top: 20px;
	}
}

@media (max-width: 480px) {
  .products.columns-4 {
    grid-template-columns: 1fr;
  }
  
  .product img {
    height: 150px;
  }
}
nav.woocommerce-breadcrumb {
    background: #fff !important;
    color: #000 !important;
	padding: 10px;
}
.woocommerce-message {
    padding: 20px;
}

.entry-content{
	color: #000 !important;
}
/* .entry-content h2, h3.wp-block-heading {
    font-size: 1.8rem;
    color: #000 !important;
} */
/* Main Product Container */
.single-product div.product {
    display: grid;
    grid-template-columns: 1fr 1fr !important;
    gap: 3rem;
    background: white;
    padding: 2rem;
    border-radius: 0;
    box-shadow: none;
    border: 1px solid #e5e5e5;
}

/* Left Side - Product Images */
.woocommerce-product-gallery {
    display: flex;
    gap: 1rem;
    position: relative;
    background: #f8f9fa;
    padding: 1rem;
    border-radius: 8px;
}

/* Thumbnail Column - Left Side */
.woocommerce-product-gallery ol.flex-control-thumbs {
    display: flex;
    flex-direction: column;
    gap: 0.8rem;
    list-style: none;
    padding: 0;
    margin: 0;
    order: 1;
    width: 100px;
}

.woocommerce-product-gallery ol.flex-control-thumbs li {
    width: 100px;
    height: 120px;
    border-radius: 8px;
    overflow: hidden;
    border: 2px solid transparent;
    transition: all 0.3s ease;
    cursor: pointer;
    background: white;
}

.woocommerce-product-gallery ol.flex-control-thumbs li:hover {
    border-color: #007cba;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

.woocommerce-product-gallery ol.flex-control-thumbs li img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.woocommerce-product-gallery ol.flex-control-thumbs li img.flex-active,
.woocommerce-product-gallery ol.flex-control-thumbs li.flex-active-slide {
    border-color: #007cba;
}

.woocommerce-product-gallery ol.flex-control-thumbs li.flex-active-slide {
    border-color: #007cba;
    box-shadow: 0 4px 12px rgba(0, 124, 186, 0.3);
}

/* Main Image - Right Side */
.woocommerce-product-gallery__wrapper {
    flex: 1;
    order: 2;
    position: relative;
    border-radius: 8px;
    overflow: hidden;
    background: white;
    border: 1px solid #e5e5e5;
}

.woocommerce-product-gallery__image {
    margin-bottom: 0;
    position: relative;
    overflow: hidden;
}

.woocommerce-product-gallery__image img {
    width: 100%;
    height: auto;
    min-height: 500px;
    object-fit: cover;
    display: block;
    transition: transform 0.5s ease;
}

.woocommerce-product-gallery__image:hover img {
    transform: scale(1.05);
}

/* Zoom Icon */
.woocommerce-product-gallery__trigger {
    position: absolute;
    top: 1rem;
    right: 1rem;
    width: 40px;
    height: 40px;
    background: rgba(255, 255, 255, 0.9);
    border: none;
    border-radius: 50%;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    z-index: 5;
}

.woocommerce-product-gallery__trigger:hover {
    background: white;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    transform: scale(1.1);
}

.woocommerce-product-gallery__trigger::before {
    content: "🔍";
    font-size: 16px;
}

/* Navigation Arrows for Thumbnails */
.thumb-nav {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    margin-top: 0.5rem;
}

.thumb-nav-btn {
    width: 100px;
    height: 30px;
    background: white;
    border: 1px solid #e5e5e5;
    border-radius: 4px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    font-size: 14px;
    color: #666;
}

.thumb-nav-btn:hover {
    background: #f8f9fa;
    border-color: #007cba;
    color: #007cba;
}

.thumb-nav-btn:disabled {
    opacity: 0.5;
    cursor: not-allowed;
}

.thumb-nav-up::before {
    content: "▲";
}

.thumb-nav-down::before {
    content: "▼";
}

/* Sale Flash Badge */
.onsale {
    background: #ff4757;
    color: white;
    border-radius: 4px;
    padding: 0.3rem 0.8rem;
    font-size: 0.8rem;
    font-weight: 600;
    position: absolute;
    z-index: 10;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

/* Right Side - Product Summary */
.summary.entry-summary {
    padding: 0;
}

/* Product Title */
.product_title.entry-title {
    font-size: 1.8rem;
    font-weight: 600;
    color: #333;
    margin: 0 0 1rem 0;
    line-height: 1.3;
}

/* Product Price */
.price {
    font-size: 2rem;
    font-weight: 700;
    margin-bottom: 0.5rem;
    color: #333;
}

.price del {
    color: #999;
    margin-right: 0.5rem;
    font-weight: 400;
    font-size: 1.5rem;
}

.price ins {
    color: #27ae60;
    text-decoration: none;
    font-weight: 700;
}

/* Price Range */
.price-range {
    color: #666;
    font-size: 0.9rem;
    margin-bottom: 1.5rem;
}

/* Product Rating */
.woocommerce-product-rating {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    margin-bottom: 1.5rem;
}

.star-rating {
    color: #ffd700;
    font-size: 1rem;
}

.woocommerce-review-link {
    color: #666;
    text-decoration: none;
    font-size: 0.9rem;
}

.woocommerce-review-link:hover {
    color: #333;
    text-decoration: underline;
}

/* Product Short Description */
.woocommerce-product-details__short-description {
    margin-bottom: 2rem;
    line-height: 1.6;
    color: #666;
    font-size: 1rem;
}

/* Size/Color Options */
.variations {
    margin-bottom: 2rem;
}

.variations td, .variations th {
    padding: 0.5rem 0;
    border: none;
    vertical-align: top;
}

.variations th {
    font-weight: 600;
    color: #333;
    width: 100px;
}

.variations select {
    width: 100%;
    padding: 0.75rem;
    border: 2px solid #e5e5e5;
    border-radius: 4px;
    background: white;
    font-size: 1rem;
    color: #333;
}

.variations select:focus {
    outline: none;
    border-color: #333;
}

/* Size Guide Link */
.size-guide {
    color: #666;
    text-decoration: underline;
    font-size: 0.9rem;
    margin-left: 1rem;
}

/* Timer/Stock Status */
.stock-timer {
    background: #fff3cd;
    border: 1px solid #ffeaa7;
    padding: 1rem;
    border-radius: 4px;
    margin-bottom: 1.5rem;
    text-align: center;
}

.timer {
    display: flex;
    justify-content: center;
    gap: 1rem;
    margin-top: 0.5rem;
}

.timer-item {
    text-align: center;
    min-width: 40px;
}

.timer-number {
    display: block;
    font-size: 1.2rem;
    font-weight: bold;
    color: #e17055;
}

.timer-label {
    font-size: 0.8rem;
    color: #666;
    text-transform: uppercase;
}

/* Quantity and Add to Cart */
.cart {
    display: flex;
    align-items: center;
    gap: 1rem;
    margin-bottom: 2rem;
}

.quantity {
    display: flex;
    align-items: center;
    border: 2px solid #e5e5e5;
    border-radius: 4px;
    overflow: hidden;
    background: white;
}

.quantity .qty {
    width: 80px;
    padding: 1rem 0.5rem;
    border: none;
    text-align: center;
    font-size: 1rem;
    font-weight: 600;
    background: transparent;
    -moz-appearance: textfield;
}

.quantity .qty::-webkit-outer-spin-button,
.quantity .qty::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.quantity .qty:focus {
    outline: none;
}

/* Add to Cart Button */
.single_add_to_cart_button {
    background: #00b894;
    color: white;
    padding: 1rem 3rem;
    border: none;
    border-radius: 4px;
    font-size: 1rem;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    flex: 1;
    min-height: 56px;
}

.single_add_to_cart_button:hover {
    background: #00a085;
    transform: translateY(-1px);
    box-shadow: 0 4px 12px rgba(0, 184, 148, 0.3);
}

.single_add_to_cart_button:disabled {
    background: #ddd;
    color: #999;
    cursor: not-allowed;
    transform: none;
    box-shadow: none;
}

/* Wishlist & Compare Buttons */
.product-actions {
    display: flex;
    gap: 1rem;
    margin-bottom: 2rem;
}

.wishlist-btn, .compare-btn {
    background: none;
    border: 2px solid #e5e5e5;
    padding: 0.75rem 1.5rem;
    border-radius: 4px;
    color: #666;
    cursor: pointer;
    transition: all 0.3s ease;
    font-size: 0.9rem;
}

.wishlist-btn:hover, .compare-btn:hover {
    border-color: #333;
    color: #333;
}

/* Trust Badges */
.trust-badges {
    display: flex;
    gap: 1rem;
    margin-bottom: 2rem;
    flex-wrap: wrap;
}

.trust-badge {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    color: #666;
    font-size: 0.9rem;
}

.trust-badge img {
    width: 30px;
    height: 30px;
    border-radius: 50%;
}

/* Product Meta */
.product_meta {
    margin-top: 2rem;
    padding-top: 2rem;
    border-top: 1px solid #e5e5e5;
}

.product_meta > span {
    display: block;
    margin-bottom: 0.8rem;
    color: #666;
    font-size: 0.9rem;
}

.product_meta .posted_in,
.product_meta .tagged_as {
    margin-bottom: 0.5rem;
}

.product_meta a {
    color: #333;
    text-decoration: none;
}

.product_meta a:hover {
    text-decoration: underline;
}

/* Social Share */
.product-share {
    margin-top: 1.5rem;
}

.share-buttons {
    display: flex;
    gap: 0.5rem;
}

.share-btn {
    width: 40px;
    height: 40px;
    border-radius: 4px;
    border: none;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 1.2rem;
}

.share-facebook { background: #3b5998; }
.share-twitter { background: #1da1f2; }
.share-pinterest { background: #bd081c; }
.share-linkedin { background: #0077b5; }

/* Product Tabs - Full Width Below */
.woocommerce-tabs {
    grid-column: 1 / -1;
    margin-top: 3rem;
    border-top: 1px solid #e5e5e5;
    padding-top: 3rem;
}

.woocommerce-tabs .tabs {
    display: flex;
    list-style: none;
    padding: 0;
    margin: 0 0 2rem 0;
    border-bottom: 2px solid #e5e5e5;
    overflow-x: auto;
}

.woocommerce-tabs .tabs li {
    margin-right: 3rem;
    white-space: nowrap;
}

.woocommerce-tabs .tabs li:last-child {
    margin-right: 0;
}

.woocommerce-tabs .tabs li a {
    display: block;
    padding: 1rem 0;
    text-decoration: none !important;
    color: #666;
    font-weight: 600;
    font-size: 1rem;
    border-bottom: 2px solid transparent;
    transition: all 0.3s ease;
    text-transform: capitalize;
}

.woocommerce-tabs .tabs li.active a,
.woocommerce-tabs .tabs li a:hover {
    color: #333;
    border-bottom-color: #333;
}

.woocommerce-tabs .panel {
    line-height: 1.6;
    color: #666;
    max-width: none;
}

.woocommerce-tabs .panel h2,
.woocommerce-tabs .panel h3 {
    color: #333;
    margin-bottom: 1rem;
    font-weight: 600;
}

/* Reviews Styling */
#reviews .commentlist {
    list-style: none;
    padding: 0;
}

#reviews .comment {
    border-bottom: 1px solid #e5e5e5;
    padding: 2rem 0;
}

#reviews .comment:last-child {
    border-bottom: none;
}

.comment-author {
    font-weight: 600;
    color: #333;
    margin-bottom: 0.5rem;
}

.comment-meta {
    color: #999;
    font-size: 0.9rem;
    margin-bottom: 1rem;
}

/* Related Products Section */
.upsells.products{
    margin-top: 4rem;
    padding-top: 3rem;
    border-top: 1px solid #e5e5e5;
}

/* .section-title {
    font-size: 1.5rem;
    font-weight: 600;
    color: #333;
    margin-bottom: 2rem;
    text-align: center;
} */

.products {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 2rem;
    list-style: none;
    padding: 0;
    margin: 0;
}

.products .product {
    background: white;
    border: 1px solid #e5e5e5;
    border-radius: 8px;
    overflow: hidden;
    transition: all 0.3s ease;
    position: relative;
	padding: 10px;
}

.products .product:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    border-color: #ddd;
}

.products .product img {
    width: 100%;
    height: 280px;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.products .product:hover img {
    transform: scale(1.05);
}

.products .product .woocommerce-loop-product__title {
    padding: 1rem 1rem 0.5rem;
    margin: 0;
    font-size: 1rem;
    font-weight: 600;
    color: #333;
    line-height: 1.4;
}

.products .product .price {
    padding: 0 1rem 1rem;
    margin: 0;
    font-size: 1.2rem;
    font-weight: 600;
}

/* Responsive Design */
@media (max-width: 1024px) {
    .single-product div.product {
        max-width: 95%;
        gap: 2rem;
    }
}

@media (max-width: 768px) {
    .single-product div.product {
        grid-template-columns: 1fr;
        gap: 2rem;
        margin: 1rem;
        padding: 1.5rem;
    }
    
    .woocommerce-product-gallery {
        flex-direction: column;
        padding: 0.5rem;
    }
    
    .woocommerce-product-gallery__wrapper {
        order: 1;
    }
    
    .woocommerce-product-gallery ol.flex-control-thumbs {
        order: 2;
        flex-direction: row;
        width: 100%;
        justify-content: flex-start;
        margin-top: 1rem;
        overflow-x: auto;
        padding-bottom: 0.5rem;
    }
    
    .woocommerce-product-gallery ol.flex-control-thumbs::-webkit-scrollbar {
        height: 4px;
    }
    
    .woocommerce-product-gallery ol.flex-control-thumbs::-webkit-scrollbar-track {
        background: #f1f1f1;
        border-radius: 2px;
    }
    
    .woocommerce-product-gallery ol.flex-control-thumbs::-webkit-scrollbar-thumb {
        background: #007cba;
        border-radius: 2px;
    }
    
    .woocommerce-product-gallery ol.flex-control-thumbs li {
        width: 80px;
        height: 100px;
        flex-shrink: 0;
    }
    
    .woocommerce-product-gallery__image img {
        min-height: 300px;
    }
    
    .product_title.entry-title {
        font-size: 1.5rem;
    }
    
    .price {
        font-size: 1.5rem;
    }
    
    .cart {
        flex-direction: column;
        align-items: stretch;
    }
    
    .quantity {
        justify-content: center;
        margin-bottom: 1rem;
    }
    
    .single_add_to_cart_button {
        width: 100%;
    }
    
    .trust-badges {
        justify-content: center;
    }
    
    .products {
        grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
        gap: 1.5rem;
    }
}

@media (max-width: 480px) {
	.is-mobile table.wc-block-cart-items .wc-block-cart-items__row{
		display: flex !important;
		flex-direction: column;
		padding: 16px 10px;
	}
    .single-product div.product {
        margin: 0.5rem;
        padding: 1rem;
    }
    
    .product_title.entry-title {
        font-size: 1.3rem;
    }
    
    .price {
        font-size: 1.3rem;
    }
    
    .woocommerce-tabs .tabs {
        gap: 1rem;
    }
    
    .woocommerce-tabs .tabs li {
        margin-right: 1rem;
    }
    
    .products {
        grid-template-columns: 1fr;
    }
    
    .trust-badges {
        flex-direction: column;
        align-items: center;
    }
}

/* Loading and Interaction States */
.loading {
    opacity: 0.6;
    pointer-events: none;
}

.processing {
    position: relative;
}

.processing::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(255, 255, 255, 0.8);
    z-index: 10;
}

/* Focus States for Accessibility */
.single_add_to_cart_button:focus,
.quantity input:focus,
.woocommerce-tabs .tabs li a:focus,
.variations select:focus {
    outline: 2px solid #333;
    outline-offset: 2px;
}

/* Custom Scrollbar for Tab Navigation */
.woocommerce-tabs .tabs::-webkit-scrollbar {
    height: 4px;
}

.woocommerce-tabs .tabs::-webkit-scrollbar-track {
    background: #f1f1f1;
}

.woocommerce-tabs .tabs::-webkit-scrollbar-thumb {
    background: #333;
    border-radius: 2px;
}

.woocommerce-tabs .tabs::-webkit-scrollbar-thumb:hover {
    background: #555;
}
/* WooCommerce Login & Register Form Styles */

/* Main Container */
#customer_login {
    max-width: 1000px;
    margin: 0 auto;
    padding: 20px;
}

/* Two Column Layout */
.u-columns.col2-set {
    display: flex;
    gap: 40px;
    flex-wrap: wrap;
}

/* .u-column2.col-2 {
    flex: 1;
    min-width: 280px;
    background: #fff;
    padding: 30px;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
} */

/* Headings */
#customer_login h2 {
    margin: 0 0 25px 0;
    font-size: 24px;
    font-weight: 600;
    color: #333;
    text-align: center;
    padding-bottom: 15px;
    border-bottom: 2px solid #f0f0f0;
}

/* Form Styles */
.woocommerce-form {
    width: 100%;
}

.woocommerce-form-login,
.woocommerce-form-register {
    margin: 0;
}

/* Form Rows */
.woocommerce-form-row {
    margin-bottom: 20px;
    position: relative;
}

.woocommerce-form-row--wide,
.form-row-wide {
    width: 100%;
    clear: both;
}

/* Labels */
.woocommerce-form label {
    display: block;
    margin-bottom: 8px;
    font-weight: 600;
    color: #333;
    font-size: 14px;
}

.required {
    color: #e74c3c;
    font-weight: bold;
}

.screen-reader-text {
    position: absolute !important;
    clip: rect(1px, 1px, 1px, 1px);
    width: 1px !important;
    height: 1px !important;
    overflow: hidden;
}

/* Input Fields */
.woocommerce-Input {
    width: 100%;
    padding: 12px 16px;
    border: 2px solid #ddd;
    border-radius: 6px;
    font-size: 14px;
    line-height: 1.4;
    background-color: #fff;
    transition: all 0.3s ease;
    box-sizing: border-box;
}

.woocommerce-Input:focus {
    outline: none;
    border-color: #007cba;
    box-shadow: 0 0 0 3px rgba(0, 124, 186, 0.1);
}

.woocommerce-Input:hover {
    border-color: #bbb;
}

/* Input Types */
.woocommerce-Input--text,
.woocommerce-Input--email {
    font-family: inherit;
}

input[type="password"] {
    letter-spacing: 0.1em;
}

/* Remember Me Checkbox */
/* .woocommerce-form__label-for-checkbox {
    display: flex;
    align-items: center;
    font-weight: normal !important;
    cursor: pointer;
    margin-bottom: 15px;
} */

/* .woocommerce-form__input-checkbox {
    width: auto !important;
    margin-right: 10px;
    margin-bottom: 0;
    transform: scale(1.2);
    cursor: pointer;
} */

/* .woocommerce-form__label-for-checkbox span {
    font-size: 14px;
    color: #555;
} */

/* Buttons */
.woocommerce-button,
.woocommerce-Button {
    background: linear-gradient(135deg, #007cba 0%, #005a87 100%);
    color: white;
    border: none;
    padding: 14px 28px;
    font-size: 14px;
    font-weight: 600;
    border-radius: 6px;
    cursor: pointer;
    transition: all 0.3s ease;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    width: 100%;
    margin-bottom: 15px;
}

.woocommerce-button:hover,
.woocommerce-Button:hover {
    background: linear-gradient(135deg, #005a87 0%, #003d5c 100%);
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0, 124, 186, 0.3);
}

.woocommerce-button:active,
.woocommerce-Button:active {
    transform: translateY(0);
}

.woocommerce-button:focus,
.woocommerce-Button:focus {
    outline: none;
    box-shadow: 0 0 0 3px rgba(0, 124, 186, 0.3);
}

/* Lost Password Link */
.woocommerce-LostPassword {
    text-align: center;
    margin-top: 20px;
}

.woocommerce-LostPassword a {
    color: #007cba;
    text-decoration: none;
    font-size: 14px;
    transition: color 0.3s ease;
}

.woocommerce-LostPassword a:hover {
    color: #005a87;
    text-decoration: underline;
}

/* Registration Password Info */
.woocommerce-form-register p:not(.woocommerce-form-row):not(.form-row) {
    background: #f8f9fa;
    padding: 15px;
    border-radius: 6px;
    border-left: 4px solid #007cba;
    margin: 20px 0;
    font-size: 14px;
    color: #555;
    line-height: 1.5;
}

/* Form Validation States */
.woocommerce-form-row.woocommerce-invalid .woocommerce-Input {
    border-color: #e74c3c;
    background-color: #ffeaea;
}

.woocommerce-form-row.woocommerce-invalid .woocommerce-Input:focus {
    border-color: #e74c3c;
    box-shadow: 0 0 0 3px rgba(231, 76, 60, 0.1);
}

/* Success States */
.woocommerce-form-row.woocommerce-validated .woocommerce-Input {
    border-color: #27ae60;
    background-color: #eafaf1;
}

/* Loading State */
.woocommerce-form.processing {
    opacity: 0.6;
    pointer-events: none;
}
	td.woocommerce-orders-table__cell.woocommerce-orders-table__cell-order-actions {
    display: flex;
    flex-direction: row;
		gap: 10px;
}
/* Responsive Design */
@media (max-width: 768px) {
	td.woocommerce-orders-table__cell.woocommerce-orders-table__cell-order-actions {
    display: flex;
    flex-direction: column;
		gap: 0;
}
    #customer_login {
        padding: 15px;
    }
    
    .u-columns.col2-set {
        flex-direction: column;
        gap: 30px;
    }
    
    .u-column1.col-1,
    .u-column2.col-2 {
        padding: 20px;
        min-width: unset;
    }
    
    #customer_login h2 {
        font-size: 20px;
        margin-bottom: 20px;
    }
}

/* @media (max-width: 480px) {
	.entry-content table {
        font-size: 10px !important;
    }
	    .entry-content table th, .entry-content table td {
        padding: 5px !important;
    }
    #customer_login {
        padding: 10px;
        margin: 0;
    }
    
    .u-column1.col-1,
    .u-column2.col-2 {
        padding: 15px;
        border-radius: 6px;
    }
    
    .woocommerce-Input {
        padding: 10px 12px;
        font-size: 16px; /* Prevents zoom on iOS */
    }
    
    .woocommerce-button,
    .woocommerce-Button {
        padding: 12px 20px;
        font-size: 14px;
    }
} */

/* Single Column Layout (when registration is disabled) */
body:not(.woocommerce-account) .u-columns.col2-set .u-column1.col-1:only-child {
    max-width: 400px;
    margin: 0 auto;
    flex: none;
}

/* Focus Enhancement for Accessibility */
.woocommerce-Input:focus,
.woocommerce-button:focus,
.woocommerce-Button:focus,
.woocommerce-form__input-checkbox:focus {
    outline: 2px solid #007cba;
    outline-offset: 2px;
}

/* High Contrast Mode Support */
@media (prefers-contrast: high) {
    .woocommerce-Input {
        border-width: 3px;
    }
    
    .woocommerce-button,
    .woocommerce-Button {
        background: #000;
        border: 2px solid #fff;
    }
}

/* Dark Mode Support */
@media (prefers-color-scheme: dark) {
    .u-column1.col-1,
    .u-column2.col-2 {
        background: #2a2a2a;
        border-color: #444;
        color: #fff;
    }
    
    #customer_login h2 {
        color: #fff;
        border-bottom-color: #444;
    }
    
    .woocommerce-form label {
        color: #fff;
    }
    
    .woocommerce-Input {
        background-color: #333;
        border-color: #555;
        color: #fff;
    }
    
    .woocommerce-Input:focus {
        border-color: #4a9eff;
    }
}

/* WooCommerce Add Payment Method Form Styles */

/* Main Form Container */
#add_payment_method {
    max-width: 600px;
    margin: 0 auto;
    padding: 20px;
    background: #fff;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

/* Payment Section */
#payment.woocommerce-Payment {
    margin: 0;
    padding: 0;
}

/* Payment Methods List */
.woocommerce-PaymentMethods.payment_methods {
    list-style: none;
    margin: 0 0 30px 0;
    padding: 0;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    overflow: hidden;
}

/* Individual Payment Method */
.woocommerce-PaymentMethod {
    margin: 0;
    padding: 0;
    border-bottom: 1px solid #e0e0e0;
    position: relative;
    background: #fff;
    transition: background-color 0.3s ease;
}

.woocommerce-PaymentMethod:last-child {
    border-bottom: none;
}

.woocommerce-PaymentMethod:hover {
    background-color: #f9f9f9;
}

/* Payment Method Label */
.woocommerce-PaymentMethod label {
    display: flex;
    align-items: center;
    padding: 20px;
    margin: 0;
    cursor: pointer;
    font-weight: 600;
    font-size: 16px;
    color: #333;
    transition: color 0.3s ease;
    width: 100%;
    box-sizing: border-box;
}

.woocommerce-PaymentMethod label:hover {
    color: #007cba;
}

/* Radio Button Styling */
.woocommerce-PaymentMethod .input-radio {
    margin: 0 15px 0 0;
    transform: scale(1.2);
    accent-color: #007cba;
    cursor: pointer;
}

/* Payment Icons */
.woocommerce-PaymentMethod label img {
    margin-left: auto;
    max-height: 30px;
    max-width: 60px;
    object-fit: contain;
}

/* Multiple Payment Icons Container */
.woocommerce-PaymentMethod label .payment-icons {
    display: flex;
    gap: 5px;
    margin-left: auto;
    align-items: center;
}

.woocommerce-PaymentMethod label .payment-icons img {
    margin: 0;
    max-height: 24px;
    max-width: 40px;
}

/* Payment Box (Payment Fields Container) */
.woocommerce-PaymentBox {
    padding: 25px;
    background: #f8f9fa;
    border-top: 1px solid #e0e0e0;
    margin: 0;
    display: none;
}

.woocommerce-PaymentBox.payment_method_stripe,
.woocommerce-PaymentBox.payment_method_paypal {
    background: #fff;
}

/* Payment Fields */
.woocommerce-PaymentBox p {
    margin: 0 0 15px 0;
    color: #666;
    font-size: 14px;
    line-height: 1.5;
}

.woocommerce-PaymentBox .form-row {
    margin-bottom: 20px;
}

.woocommerce-PaymentBox label {
    display: block;
    margin-bottom: 8px;
    font-weight: 600;
    color: #333;
    font-size: 14px;
    padding: 0;
    cursor: default;
}

.woocommerce-PaymentBox input[type="text"],
.woocommerce-PaymentBox input[type="email"],
.woocommerce-PaymentBox input[type="tel"],
.woocommerce-PaymentBox select {
    width: 100%;
    padding: 12px 16px;
    border: 2px solid #ddd;
    border-radius: 6px;
    font-size: 14px;
    background-color: #fff;
    transition: border-color 0.3s ease, box-shadow 0.3s ease;
    box-sizing: border-box;
}

.woocommerce-PaymentBox input:focus,
.woocommerce-PaymentBox select:focus {
    outline: none;
    border-color: #007cba;
    box-shadow: 0 0 0 3px rgba(0, 124, 186, 0.1);
}

/* Credit Card Fields */
.woocommerce-PaymentBox .form-row-first,
.woocommerce-PaymentBox .form-row-last {
    width: 48%;
    display: inline-block;
    vertical-align: top;
}

.woocommerce-PaymentBox .form-row-last {
    margin-left: 4%;
}

.woocommerce-PaymentBox .form-row-wide {
    width: 100%;
    clear: both;
}

/* Security Info */
.woocommerce-PaymentBox .security-info {
    background: #e8f5e8;
    border: 1px solid #c3e6c3;
    border-radius: 4px;
    padding: 12px;
    margin: 15px 0;
    font-size: 13px;
    color: #2e7d32;
}

/* Form Submit Section */
.form-row {
    margin: 30px 0 0 0;
    text-align: center;
}

/* Submit Button */
.woocommerce-Button.button {
    background: linear-gradient(135deg, #007cba 0%, #005a87 100%);
    color: white;
    border: none;
    padding: 16px 32px;
    font-size: 16px;
    font-weight: 600;
    border-radius: 6px;
    cursor: pointer;
    transition: all 0.3s ease;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    min-width: 200px;
}

.woocommerce-Button.button:hover {
    background: linear-gradient(135deg, #005a87 0%, #003d5c 100%);
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0, 124, 186, 0.3);
}

.woocommerce-Button.button:active {
    transform: translateY(0);
}

.woocommerce-Button.button:focus {
    outline: none;
    box-shadow: 0 0 0 3px rgba(0, 124, 186, 0.3);
}

/* Selected Payment Method */
.woocommerce-PaymentMethod:has(.input-radio:checked) {
    background-color: #f0f8ff;
    border-color: #007cba;
}

.woocommerce-PaymentMethod:has(.input-radio:checked) label {
    color: #007cba;
    font-weight: 700;
}

/* Notice Messages */
.woocommerce-notice {
    padding: 20px;
    margin: 20px 0;
    border-radius: 6px;
    border-left: 4px solid;
    background: #f8f9fa;
}

.woocommerce-notice--info {
    border-left-color: #007cba;
    background: #e8f4fd;
    color: #0056b3;
}

.woocommerce-notice--notice {
    border-left-color: #ffc107;
    background: #fff8e1;
    color: #856404;
}

.woocommerce-notice--error {
    border-left-color: #e74c3c;
    background: #ffeaea;
    color: #c62828;
}

.woocommerce-notice--success {
    border-left-color: #27ae60;
    background: #eafaf1;
    color: #1b5e20;
}

/* Loading State */
#add_payment_method.processing {
    opacity: 0.6;
    pointer-events: none;
}

#add_payment_method.processing .woocommerce-Button {
    position: relative;
}

#add_payment_method.processing .woocommerce-Button::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 20px;
    height: 20px;
    margin: -10px 0 0 -10px;
    border: 2px solid #fff;
    border-top-color: transparent;
    border-radius: 50%;
    animation: spin 1s linear infinite;
}

@keyframes spin {
    to {
        transform: rotate(360deg);
    }
}

/* Responsive Design */
@media (max-width: 768px) {
    #add_payment_method {
        margin: 10px;
        padding: 15px;
    }
    
    .woocommerce-PaymentMethod label {
        padding: 15px;
        font-size: 15px;
        flex-wrap: wrap;
    }
    
    .woocommerce-PaymentMethod label img,
    .woocommerce-PaymentMethod label .payment-icons {
        margin-left: 0;
        margin-top: 10px;
        width: 100%;
        justify-content: flex-start;
    }
    
    .woocommerce-PaymentBox {
        padding: 20px;
    }
    
    .woocommerce-PaymentBox .form-row-first,
    .woocommerce-PaymentBox .form-row-last {
        width: 100%;
        margin-left: 0;
        display: block;
    }
    
    .woocommerce-PaymentBox .form-row-last {
        margin-top: 15px;
    }
}

@media (max-width: 480px) {
    #add_payment_method {
        margin: 5px;
        padding: 10px;
    }
    
    .woocommerce-PaymentMethod label {
        padding: 12px;
        font-size: 14px;
    }
    
    .woocommerce-PaymentBox {
        padding: 15px;
    }
    
    .woocommerce-PaymentBox input,
    .woocommerce-PaymentBox select {
        padding: 10px 12px;
        font-size: 16px; /* Prevents zoom on iOS */
    }
    
    .woocommerce-Button.button {
        width: 100%;
        padding: 14px;
        min-width: unset;
        font-size: 15px;
    }
}

/* Accessibility Enhancements */
.woocommerce-PaymentMethod .input-radio:focus {
    outline: 2px solid #007cba;
    outline-offset: 2px;
}

/* High Contrast Support */
@media (prefers-contrast: high) {
    .woocommerce-PaymentMethods {
        border-width: 2px;
    }
    
    .woocommerce-PaymentMethod {
        border-bottom-width: 2px;
    }
    
    .woocommerce-PaymentBox input,
    .woocommerce-PaymentBox select {
        border-width: 2px;
    }
}

/* Custom Payment Method Specific Styles */
.payment_method_stripe .woocommerce-PaymentBox {
    border-left: 4px solid #635bff;
}

.payment_method_paypal .woocommerce-PaymentBox {
    border-left: 4px solid #0070ba;
}

.payment_method_bacs .woocommerce-PaymentBox {
    border-left: 4px solid #28a745;
}
/* WooCommerce Lost Password Form Styles */

/* Main Form Container */
/* .woocommerce-ResetPassword.lost_reset_password {
    max-width: 500px;
    margin: 0 auto;
    padding: 40px 30px;
    background: #fff;
    border: 1px solid #e0e0e0;
    border-radius: 12px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
    position: relative;
} */

/* Form Header/Description */
/* .woocommerce-ResetPassword p:first-child {
    margin: 0 0 30px 0;
    padding: 20px;
    background: #f8f9fa;
    border: 1px solid #e9ecef;
    border-radius: 8px;
    border-left: 4px solid #007cba;
    font-size: 15px;
    line-height: 1.6;
    color: #495057;
    text-align: center;
} */

/* Icon for the description */
/* .woocommerce-ResetPassword p:first-child::before {
    content: "🔐";
    display: block;
    font-size: 24px;
    margin-bottom: 10px;
} */

/* Form Rows */
.woocommerce-form-row {
    margin-bottom: 25px;
    position: relative;
}

.woocommerce-form-row--first,
.form-row-first {
    width: 100%;
}

/* Labels */
.woocommerce-ResetPassword label {
    display: block;
    margin-bottom: 10px;
    font-weight: 600;
    color: #333;
    font-size: 15px;
    position: relative;
}

.required {
    color: #e74c3c;
    font-weight: bold;
    margin-left: 3px;
}

.screen-reader-text {
    position: absolute !important;
    clip: rect(1px, 1px, 1px, 1px);
    width: 1px !important;
    height: 1px !important;
    overflow: hidden;
}

/* Input Field */
.woocommerce-Input {
    width: 100%;
    padding: 14px 18px;
    border: 2px solid #ddd;
    border-radius: 8px;
    font-size: 16px;
    line-height: 1.4;
    background-color: #fff;
    transition: all 0.3s ease;
    box-sizing: border-box;
    position: relative;
}

.woocommerce-Input:focus {
    outline: none;
    border-color: #007cba;
    box-shadow: 0 0 0 3px rgba(0, 124, 186, 0.1);
    background-color: #fafbfc;
}

.woocommerce-Input:hover {
    border-color: #aaa;
}

/* Input with icon effect */
/* .woocommerce-form-row {
    position: relative;
} */

/* .woocommerce-form-row::before {
    content: "👤";
    position: absolute;
    right: 15px;
    top: 50px;
    font-size: 18px;
    color: #999;
    pointer-events: none;
    transition: color 0.3s ease;
} */

/* .woocommerce-Input:focus + ::before,
.woocommerce-form-row:focus-within::before {
    color: #007cba;
} */

/* Clear fix */
.clear {
    clear: both;
    height: 0;
    overflow: hidden;
}

/* Submit Button */
.woocommerce-Button.button {
    width: 100%;
    background: linear-gradient(135deg, #007cba 0%, #005a87 100%);
    color: white;
    border: none;
    padding: 16px 24px;
    font-size: 16px;
    font-weight: 600;
    border-radius: 8px;
    cursor: pointer;
    transition: all 0.3s ease;
    text-transform: uppercase;
    letter-spacing: 0.8px;
    position: relative;
    overflow: hidden;
    margin-top: 10px;
}

.woocommerce-Button.button::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    transition: left 0.6s;
}

.woocommerce-Button.button:hover {
    background: linear-gradient(135deg, #005a87 0%, #003d5c 100%);
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(0, 124, 186, 0.3);
}

.woocommerce-Button.button:hover::before {
    left: 100%;
}

.woocommerce-Button.button:active {
    transform: translateY(-1px);
    box-shadow: 0 4px 15px rgba(0, 124, 186, 0.2);
}

.woocommerce-Button.button:focus {
    outline: none;
    box-shadow: 0 0 0 3px rgba(0, 124, 186, 0.3);
}

/* Loading State */
.woocommerce-ResetPassword.processing {
    opacity: 0.7;
    pointer-events: none;
}

.woocommerce-ResetPassword.processing .woocommerce-Button::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 20px;
    height: 20px;
    margin: -10px 0 0 -10px;
    border: 2px solid #fff;
    border-top-color: transparent;
    border-radius: 50%;
    animation: spin 1s linear infinite;
}

@keyframes spin {
    to {
        transform: rotate(360deg);
    }
}

/* Success State */
.woocommerce-ResetPassword.success {
    border-color: #28a745;
    box-shadow: 0 4px 20px rgba(40, 167, 69, 0.15);
}

.woocommerce-ResetPassword.success::before {
    content: "✓";
    position: absolute;
    top: -15px;
    right: -15px;
    width: 30px;
    height: 30px;
    background: #28a745;
    color: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    font-size: 18px;
}

/* Error State */
.woocommerce-form-row.woocommerce-invalid .woocommerce-Input {
    border-color: #e74c3c;
    background-color: #fff5f5;
    animation: shake 0.5s ease-in-out;
}

.woocommerce-form-row.woocommerce-invalid .woocommerce-Input:focus {
    border-color: #e74c3c;
    box-shadow: 0 0 0 3px rgba(231, 76, 60, 0.1);
}

@keyframes shake {
    0%, 100% { transform: translateX(0); }
    25% { transform: translateX(-5px); }
    75% { transform: translateX(5px); }
}

/* Back to Login Link (if added) */
.back-to-login {
    text-align: center;
    margin-top: 25px;
    padding-top: 20px;
    border-top: 1px solid #e9ecef;
}

.back-to-login a {
    color: #007cba;
    text-decoration: none;
    font-size: 14px;
    font-weight: 500;
    transition: color 0.3s ease;
}

.back-to-login a:hover {
    color: #005a87;
    text-decoration: underline;
}

.back-to-login a::before {
    content: "← ";
    margin-right: 5px;
}

/* Responsive Design */
@media (max-width: 768px) {
/*     .woocommerce-ResetPassword.lost_reset_password {
        margin: 20px;
        padding: 30px 25px;
    } */
    
/*     .woocommerce-ResetPassword p:first-child {
        padding: 15px;
        margin-bottom: 25px;
        font-size: 14px;
    } */
    
    .woocommerce-Input {
        padding: 12px 16px;
        font-size: 16px; /* Prevents zoom on iOS */
    }
    
    .woocommerce-Button.button {
        padding: 14px 20px;
        font-size: 15px;
    }
}

@media (max-width: 480px) {
/*     .woocommerce-ResetPassword.lost_reset_password {
        margin: 10px;
        padding: 20px 15px;
        border-radius: 8px;
    } */
    
/*     .woocommerce-ResetPassword p:first-child {
        padding: 12px;
        font-size: 13px;
        margin-bottom: 20px;
    } */
    
/*     .woocommerce-ResetPassword p:first-child::before {
        font-size: 20px;
        margin-bottom: 8px;
    } */
    
    .woocommerce-form-row::before {
        right: 12px;
        top: 45px;
        font-size: 16px;
    }
    
    .woocommerce-Button.button {
        padding: 12px 16px;
        font-size: 14px;
        letter-spacing: 0.5px;
    }
}

/* High Contrast Mode */
@media (prefers-contrast: high) {
/*     .woocommerce-ResetPassword.lost_reset_password {
        border-width: 3px;
        border-color: #000;
    } */
    
    .woocommerce-Input {
        border-width: 3px;
    }
    
    .woocommerce-Button.button {
        background: #000;
        border: 2px solid #fff;
    }
}

/* Dark Mode Support */
@media (prefers-color-scheme: dark) {
/*     .woocommerce-ResetPassword.lost_reset_password {
        background: #2a2a2a;
        border-color: #555;
        color: #fff;
    } */
    
/*     .woocommerce-ResetPassword p:first-child {
        background: #333;
        border-color: #555;
        color: #ccc;
    } */
    
    .woocommerce-ResetPassword label {
        color: #fff;
    }
    
    .woocommerce-Input {
        background-color: #333;
        border-color: #555;
        color: #fff;
    }
    
    .woocommerce-Input:focus {
        border-color: #4a9eff;
        background-color: #3a3a3a;
    }
    
    .woocommerce-form-row::before {
        color: #ccc;
    }
}

/* Focus Enhancement for Accessibility */
/* *:focus {
    outline: 2px solid #007cba;
    outline-offset: 2px;
} */

/* Smooth page transitions */
/* .woocommerce-ResetPassword.lost_reset_password {
    animation: fadeIn 0.5s ease-in;
} */

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}
ul.woocommerce-order-overview.woocommerce-thankyou-order-details.order_details, h2.woocommerce-order-downloads__title, h2.woocommerce-order-details__title, .woocommerce-order h2, section.woocommerce-customer-details p, section.woocommerce-customer-details address{
	color:#000 !important;
}
.woocommerce-order {
    padding: 30px 50px;
}

/* WooCommerce Reset Password Form Styling */
/* .woocommerce-ResetPassword.lost_reset_password {
    max-width: 400px;
    margin: 0 auto;
    padding: 30px;
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
} */

/* Form introduction text */
/* .woocommerce-ResetPassword p:first-child {
    text-align: center;
    color: #666;
    font-size: 16px;
    margin-bottom: 25px;
    line-height: 1.5;
} */

/* Form rows */
.woocommerce-form-row {
    margin-bottom: 20px;
}

.woocommerce-form-row.form-row-first,
.woocommerce-form-row.form-row-last {
    width: 100%;
    float: none;
}

/* Labels */
.woocommerce-ResetPassword label {
    display: block;
    margin-bottom: 8px;
    font-weight: 600;
    color: #333;
    font-size: 14px;
}

/* Required asterisk */
.required {
    color: #e74c3c;
    font-weight: bold;
}

/* Screen reader text */
.screen-reader-text {
    position: absolute !important;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

/* Input fields */
.woocommerce-Input {
    width: 100%;
    padding: 12px 16px;
    border: 2px solid #e1e5e9;
    border-radius: 6px;
    font-size: 16px;
    transition: border-color 0.3s ease, box-shadow 0.3s ease;
    box-sizing: border-box;
    background: #fff;
}

.woocommerce-Input:focus {
    outline: none;
    border-color: #007cba;
    box-shadow: 0 0 0 3px rgba(0, 124, 186, 0.1);
}

.woocommerce-Input:invalid {
    border-color: #e74c3c;
}

.woocommerce-Input:invalid:focus {
    box-shadow: 0 0 0 3px rgba(231, 76, 60, 0.1);
}

/* Clear float */
.clear {
    clear: both;
}

/* Submit button container */
.woocommerce-form-row.form-row:last-of-type {
    margin-top: 30px;
    margin-bottom: 0;
}

/* Submit button */
.woocommerce-Button.button {
    width: 100%;
    padding: 14px 24px;
    background: #007cba;
    color: #fff;
    border: none;
    border-radius: 6px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    transition: background-color 0.3s ease, transform 0.1s ease;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.woocommerce-Button.button:hover {
    background: #005a87;
    transform: translateY(-1px);
}

.woocommerce-Button.button:active {
    transform: translateY(0);
}

.woocommerce-Button.button:focus {
    outline: none;
    box-shadow: 0 0 0 3px rgba(0, 124, 186, 0.3);
}

/* Responsive design */
@media (max-width: 480px) {
/*     .woocommerce-ResetPassword.lost_reset_password {
        margin: 20px;
        padding: 20px;
        max-width: none;
    } */
    
    .woocommerce-Input {
        font-size: 16px; /* Prevents zoom on iOS */
    }
}

/* Dark mode support */
@media (prefers-color-scheme: dark) {
/*     .woocommerce-ResetPassword.lost_reset_password {
        background: #2c2c2c;
        color: #fff;
        box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
    } */
    
/*     .woocommerce-ResetPassword p:first-child {
        color: #ccc;
    }
     */
    .woocommerce-ResetPassword label {
        color: #fff;
    }
    
    .woocommerce-Input {
        background: #3a3a3a;
        border-color: #555;
        color: #fff;
    }
    
    .woocommerce-Input:focus {
        border-color: #4a9eff;
        box-shadow: 0 0 0 3px rgba(74, 158, 255, 0.1);
    }
}

/* Additional styling for better UX */
.woocommerce-ResetPassword {
    position: relative;
}

/* Loading state for submit button */
.woocommerce-Button.button:disabled {
    background: #ccc;
    cursor: not-allowed;
    transform: none;
}

/* Focus indicators for better accessibility */
/* .woocommerce-ResetPassword *:focus {
    outline: 2px solid transparent;
    outline-offset: 2px;
} */

/* Password strength indicator styles (if you add JS for this) */
.password-strength-indicator {
    margin-top: 8px;
    padding: 4px 8px;
    border-radius: 4px;
    font-size: 12px;
    font-weight: 500;
}

.password-weak {
    background: #ffe6e6;
    color: #d32f2f;
}

.password-medium {
    background: #fff3cd;
    color: #856404;
}

.password-strong {
    background: #d4edda;
    color: #155724;
}
.wp-block-woocommerce-checkout.alignwide.wc-block-checkout{
	padding: 30px 40px;
}
.wp-block-woocommerce-checkout.alignwide.wc-block-checkout h2, .wp-block-woocommerce-checkout.alignwide.wc-block-checkout span, .wp-block-woocommerce-checkout.alignwide.wc-block-checkout .wc-block-components-address-card__address-section, .wp-block-woocommerce-checkout.alignwide.wc-block-checkout .wc-block-components-radio-control-accordion-content, .wp-block-woocommerce-checkout.alignwide.wc-block-checkout .wc-block-components-product-name, .wc-block-components-panel__button{
	color:#000 !important;
}
button.wc-block-components-button.wp-element-button.wc-block-components-checkout-place-order-button.contained, #btn-razorpay, #btn-razorpay-cancel{
	    background: #007cba;
    color: white;
    border: none;
    padding: 12px;
    border-radius: 8px;
    cursor: pointer;
    transition: background 0.3s;
    align-items: center;
}
/* .woocommerce {
    padding: 20px;
} */
ul.order_details {
    color: #000 !important;
}

/* Base styles */
.shop-controls {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 1rem;
}

.shop-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}

.menu-toggle {
  display: none;
  background: #000;
  color: #fff;
  padding: 8px 12px;
  border: none;
  cursor: pointer;
}

/* Responsive behavior */
@media (max-width: 768px) {
  .shop-nav {
    display: none !important;
    flex-direction: column !important;
    background: #f9f9f9 !important;
    padding: 10px !important;
    border: 1px solid #ddd !important;
  }

  .shop-nav.active {
    display: flex !important;
  }

  .menu-toggle {
    display: block !important;
  }

  .shop-options {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 10px;
  }

  .shop-controls {
    flex-direction: column;
  }
}
/* ////////////////////////////////////////////////////////////////////////////////////////////////// */
/* .wc-block-components-sidebar-layout.wc-block-cart {
    padding-top: 50px !important;
} */
/* .entry-header {
	background: linear-gradient(135deg, #d94c15 0%, #a24b4b 100%) !important;
	color: white;
	padding: 3rem 2rem;
	text-align: center;
	position: relative;
	overflow: hidden;
} */
.wc-block-cart__submit-container a.wc-block-components-button.wp-element-button.wc-block-cart__submit-button.contained {
	color: #fff !important;
}
/* .entry-content{
	background: #fff !important;
} */
.site-main.container {
	/*         background: #fff !important; */
/* 	max-width: 100% !important; */
}
/* Main Cart Wrapper */
/* .wc-block-cart {
	padding: 30px;
	margin-bottom: 50px;
} */

/* Cart Item Table */
.wc-block-cart-items {
	width: 100%;
	border-spacing: 0;
	border-collapse: collapse;
}

/* Table Head */
.wc-block-cart-items__header th {
	background: #f8f9fa;
	font-size: 0.95rem;
	text-transform: uppercase;
	padding: 15px;
	color: #333;
	border-bottom: 1px solid #e5e5e5;
}

/* Cart Row */
.wc-block-cart-items__row {
	border-bottom: 1px solid #f1f1f1;
	transition: background 0.3s;
}

.wc-block-cart-items__row:hover {
	/* 	background: #fafafa; */
}

/* Product Image */
.wc-block-cart-item__image img {
	width: 80px;
	border-radius: 8px;
	box-shadow: 0 2px 8px rgba(0,0,0,0.1);
}
.is-large.wc-block-cart .wc-block-cart-items th {
	padding: 8px 16px 8px 11px !important;
}
tr.wc-block-cart-items__header {
	color: #fff;
	background: linear-gradient(135deg, #d94c15 0%, #a24b4b 100%) !important;
}
th.wc-block-cart-items__header-total:hover, th.wc-block-cart-items__header-image:hover{
	color: #fff;
	background: linear-gradient(135deg, #d94c15 0%, #a24b4b 100%) !important;
}
/* .entry-content table tr:hover {
	background: #fff !important;
} */
.wc-block-components-quantity-selector{
	color: #000;
	border: 1px #000 solid;
}
button.wc-block-cart-item__remove-link{
	color: #000 !important;
}
h2.wp-block-woocommerce-cart-order-summary-heading-block.wc-block-cart__totals-title, .wp-block-woocommerce-cart-order-summary-coupon-form-block.wc-block-components-totals-wrapper{
	color: #000 !important;
}
/* Product Name Link */
.wc-block-components-product-name {
	color: 	#800000 !important;
	font-size: 1.2rem;
	font-weight: 900 !important;
	text-decoration: none !important;
	transition: color 0.3s !important;
}
.wc-block-components-product-name:hover {
		color: #b22222;
	text-decoration: none; 
}

/* Prices */
.wc-block-components-product-price {
	font-size: 1.1rem;
	font-weight: 700;
	color: #007cba;
}

.wc-block-components-product-price del {
	color: #999;
	font-size: 0.9rem;
	margin-right: 5px;
}

/* Sale Badge */
.wc-block-components-sale-badge {
	background: #FF4444;
	color: #fff;
	padding: 4px 10px;
	border-radius: 20px;
	font-size: 12px;
	font-weight: 600;
	margin-top: 5px;
	display: inline-block;
}

/* Quantity Selector */
.wc-block-components-quantity-selector {
	display: flex;
	align-items: center;
	gap: 5px;
	margin-top: 10px;
}

.wc-block-components-quantity-selector__input {
	width: 60px;
	padding: 8px;
	border: 1px solid #ccc;
	border-radius: 6px;
	text-align: center;
	font-size: 16px;
}

.wc-block-components-quantity-selector__button {
	background: #f1f1f1;
	border: none;
	padding: 6px 12px;
	border-radius: 6px;
	cursor: pointer;
	font-weight: bold;
	color: #333;
	transition: background 0.2s;
}

.wc-block-components-quantity-selector__button:hover {
	/* 	background: #e0e0e0; */
}

/* Remove Item */
.wc-block-cart-item__remove-link {
	color: #FF4444;
	margin-top: 10px;
	display: inline-block;
	font-size: 14px;
	font-weight: 600;
	cursor: pointer;
	transition: color 0.3s;
}

.wc-block-cart-item__remove-link:hover {
	/* 	color: #c62828; */
}

/* Cart Sidebar Totals */
.wc-block-cart__sidebar {
	background: #f9f9f9;
	border-radius: 12px;
	padding: 20px;
	box-shadow: 0 2px 12px rgba(0,0,0,0.05);
}

.wc-block-cart__totals-title {
	font-size: 1.5rem;
	font-weight: 700;
	color: #333;
	margin-bottom: 20px;
}

/* Totals Amount */
.wc-block-components-totals-item__label {
	color: #666;
	font-weight: 500;
}

.wc-block-components-totals-item__value {
	color: #007cba;
	font-weight: 700;
	font-size: 1.2rem;
}
table.wc-block-cart-items.wp-block-woocommerce-cart-line-items-block .entry-content table tr:hover{
	background: #fff !important;
}
.entry-content table tr:hover {
    background: #fff !important;
}
/* Proceed to Checkout Button */
.wc-block-cart__submit-button {
	background: #007cba;
	color: #fff;
	border-radius: 8px;
	padding: 15px 20px;
	text-align: center;
	font-weight: 600;
	text-decoration: none;
	display: inline-block;
	transition: background 0.3s;
}

.wc-block-cart__submit-button:hover {
		background: #005a87;
}

/* .entry-content a {
	color: #ea9d66 !important;
}

.entry-content a:hover {
	color: #ea9d66 !important;
} */
.entry-content ul li:hover, .entry-content ol li:hover {
    transform: translateX(5px);
    color: #ff0000 !important;
}
.entry-content ul li, .entry-content ol li {
    list-style: none;
}
/* Snackbar Notifications */
/* .wc-block-components-notice-snackbar-list {
	position: fixed;
	bottom: 30px;
	right: 30px;
	z-index: 1000;
}

.wc-block-components-notice-snackbar {
	background: #333;
	color: #fff;
	padding: 14px 20px;
	border-radius: 8px;
	box-shadow: 0 4px 16px rgba(0,0,0,0.2);
} */




/* my account */
/* .site-main.container{
	padding: 0 !important;
} */
/* article#post-53{
	border-radius: 0 !important;
} */
/* header.entry-header {
	display:none;
} */
/* .entry-content{
	padding:0 !important;
} */
/* .woocommerce nav.woocommerce-MyAccount-navigation ul{
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
	gap: 10px;
	list-style: none;
	border-bottom: 1px #ccc solid;
	margin-left: 0;
	padding: 15px 50px;
} */
/* .woocommerce nav.woocommerce-MyAccount-navigation ul li a{
	color:#000;
}  */
/* .woocommerce nav.woocommerce-MyAccount-navigation ul li a:hover{
	color: #ff6b35;
}  */
/* .woocommerce-MyAccount-content{
	padding: 50px;
} */
/* .woocommerce-MyAccount-content p{
	color: #000;
} */
/* .woocommerce-MyAccount-content p  a{
	color: #ff6b35;
} */

/* .entry-content table th {
	background:linear-gradient(135deg, #000000, #ab5e31) !important;
} */
/* th.woocommerce-orders-table__cell.woocommerce-orders-table__cell-order-number a{
	color: #fff !important;
} */
.entry-content table tr.wc-block-cart-items__row:hover{
	background: #fff !important;
}
.entry-header {
    background: linear-gradient(135deg, #FF5722 0%, #000000 50%, #000  100%) !important;
}
.site-main.container {
	background: transparent !important;
}
article#post-176 {
    background: #fff !important;
}
form#yith-wcwl-form table.shop_table.cart.wishlist_table.wishlist_view.traditional.responsive{
	display: block !important;
}
table.shop_table.cart.wishlist_table.wishlist_view.traditional.responsive thead tr .nobr{
	color: #000 !important;
}
.woocommerce .wishlist-title h2{
	color:#000 !important;
}
table.shop_table.cart.wishlist_table.wishlist_view.traditional.responsive {
    background: #fff !important;
    padding: 10px;
}

@media (prefers-color-scheme: dark) {
    article {
        background: #fff !important;
/*         color: #e2e8f0; */
    }
}
.entry-content table tr.wc-block-cart-items__row, .wc-block-components-totals-wrapper{
	padding: 16px !important;
}
.wc-block-components-order-summary .wc-block-components-order-summary-item{
	flex-direction: column !important;
}
h3.wc-block-components-product-name{
	font-size: 20px !important;
}
.woocommerce .woocommerce-message, .woocommerce .woocommerce-error {
    background: rgb(221 102 0 / 10%) !important;
    border-left: 4px solid #FF5722 !important;
    /* color: #fff !important; */
    padding: 15px 20px;
    border-radius: 8px;
    margin-bottom: 20px;
    backdrop-filter: blur(5px) !important;
}
/* .entry-content table tr:hover {
	background: #4a5568 !important;
} */
/* td.woocommerce-orders-table__cell.woocommerce-orders-table__cell-order-actions a, td.download-file a{
	color:#ff6b35 !important;
	text-align: center;
} */
/* td.woocommerce-orders-table__cell.woocommerce-orders-table__cell-order-actions a:hover, td.download-file a:hover{
	color:#fff !important;
} */
td.download-product a{
/* 	color:#fff !important; */
/* 	opacity: 0.3; */
}
/* header.woocommerce-Address-title.title h2{
	color:#ff6b35 !important;
} */


/* WooCommerce Edit Account Form Styles */

/* .woocommerce-EditAccountForm.edit-account {
    max-width: 900px;
    margin: 0 auto;
    padding: 20px;
    background: #fff;
    border: 1px solid #e0e0e0 !important;
    border-radius: 8px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1) !important;
} */

/* Form Row Styles */
/* .woocommerce-form-row {
    margin-bottom: 20px;
    position: relative;
} */

/* .woocommerce-form-row--first,
.woocommerce-form-row--last {
    width: 48%;
    display: inline-block;
    vertical-align: top;
} */

/* .woocommerce-form-row--last {
    margin-left: 4%;
} */

/* .woocommerce-form-row--wide {
    width: 100%;
} */

/* .form-row-first {
    float: left;
    width: 48%;
} */

/* .form-row-last {
    float: right;
    width: 48%;
} */

/* .form-row-wide {
    width: 100%;
    clear: both;
} */

/* Clear Fix */
/* .clear {
    clear: both;
    height: 0;
    overflow: hidden;
} */

/* Label Styles */
/* .woocommerce-EditAccountForm label {
    display: block;
    margin-bottom: 8px;
    font-weight: 600;
    color: #333 !important;
    font-size: 14px !important;
} */

/* .required {
    color: #e74c3c !important;
    font-weight: bold;
} */

/* Input Styles */
/* .woocommerce-Input {
    width: 100%;
    padding: 12px 16px;
    border: 2px solid #ddd;
    border-radius: 4px;
    font-size: 14px;
    line-height: 1.4;
    background-color: #fff;
    transition: border-color 0.3s ease, box-shadow 0.3s ease;
    box-sizing: border-box;
} */

/* .woocommerce-Input:focus {
    outline: none;
    border-color: #007cba;
    box-shadow: 0 0 0 2px rgba(0, 124, 186, 0.1);
} */

/* .woocommerce-Input:hover {
    border-color: #bbb;
} */

/* .input-text {
    font-family: inherit;
} */

/* Display Name Description */
/* #account_display_name_description {
    margin-left: 8px;
    font-size: 12px;
    color: #666;
    font-style: italic;
} */

/* Fieldset Styles */
/* fieldset {
    border: 2px solid #e0e0e0;
    border-radius: 6px;
    padding: 20px;
    margin: 30px 0;
    background-color: #f9f9f9;
} */

/* legend {
    font-weight: bold;
    color: #333;
    font-size: 16px;
    padding: 0 10px;
    background-color: #fff;
    border: 1px solid #e0e0e0;
    border-radius: 4px;
} */

/* Button Styles */
/* .woocommerce-Button.button {
    background-color: #007cba;
    color: white;
    border: none;
    padding: 12px 24px;
    font-size: 14px;
    font-weight: 600;
    border-radius: 4px;
    cursor: pointer;
    transition: background-color 0.3s ease, transform 0.1s ease;
    text-transform: uppercase;
    letter-spacing: 0.5px;
} */

/* .woocommerce-Button.button:hover {
    background-color: #005a87;
    transform: translateY(-1px);
} */

/* .woocommerce-Button.button:active {
    transform: translateY(0);
} */

/* .woocommerce-Button.button:focus {
    outline: none;
    box-shadow: 0 0 0 3px rgba(0, 124, 186, 0.3);
} */

/* Password Fields Specific Styling */
/* fieldset .woocommerce-Input--password {
    background-color: #fff;
} */

/* Responsive Design */
/* @media (max-width: 768px) {
    .woocommerce-EditAccountForm.edit-account {
        padding: 15px;
        margin: 10px;
    }
    
    .woocommerce-form-row--first,
    .woocommerce-form-row--last,
    .form-row-first,
    .form-row-last {
        width: 100%;
        margin-left: 0;
        float: none;
        display: block;
    }
    
    .form-row-last {
        margin-top: 20px;
    }
    
    #account_display_name_description {
        display: block;
        margin-left: 0;
        margin-top: 5px;
    }
}

@media (max-width: 480px) {
	.woocommerce-MyAccount-content {
    padding: 12px;
}
    .woocommerce-EditAccountForm.edit-account {
        margin: 5px;
        padding: 10px;
    }
    
    fieldset {
        padding: 15px;
    }
    
    .woocommerce-Input {
        padding: 10px 12px;
    }
    
    .woocommerce-Button.button {
        width: 100%;
        padding: 14px;
    }
} */

/* Focus States for Accessibility */
/* .woocommerce-Input:focus,
.woocommerce-Button:focus {
    outline: 2px solid #007cba !important;
    outline-offset: 2px !important;
} */

/* Error States (if needed) */
/* .woocommerce-form-row.woocommerce-invalid .woocommerce-Input {
    border-color: #e74c3c !important;
    box-shadow: 0 0 0 2px rgba(231, 76, 60, 0.1) !important;
}

.woocommerce-form-row.woocommerce-invalid .woocommerce-Input:focus {
    border-color: #e74c3c !important;
    box-shadow: 0 0 0 2px rgba(231, 76, 60, 0.2) !important;
} */