/*
Theme Name: GeneratePress Child
Theme URI: https://example.com/
Description: GeneratePress child theme for customizations.
Author: Your Name
Author URI: https://example.com/
Template: generatepress
Version: 1.0.0
*/
/* Product card css start */
#wc-column-container .products li {
    transition: transform 0.3s ease, box-shadow 0.3s ease; /* Smooth hover effect */
    padding: 3px; /* Inner padding for better spacing */
 cursor: pointer; /* Indicates the card is clickable */
    position: relative; /* For internal positioning */
    overflow: hidden; /* Prevent overflow of children */
}
/* Heading */
.products .product h2{
	margin-left:11px !important;
}

/* Star rating */
.products .product .star-rating{
	margin-left:11px;
}

/* Bdi */
.products .price bdi{
	margin-left:9px;
	font-size:17px;
	
}

/* Link */
.entry-summary .woocommerce-product-rating a{
	font-size:15px;
	
}


/* Hover Effects */
#wc-column-container .products li:hover {
    transform: translateY(-10px); /* Subtle lift effect on hover */
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.12); /* Enhanced shadow on hover */
    background-color: #f8f8f8; /* Slight background change */
}
/* Image Section */
#wc-column-container .products li img {
    border-radius: 5px; /* Rounded corners for the image */
    transition: transform 0.3s ease; /* Smooth zoom effect */ 
}
/* Professional Gradient Background */
#wc-column-container .products li {
    background: linear-gradient(135deg, #ffffff 0%, #f9f9f9 100%); /* Light gradient for subtle depth */
}
/* Border Styling */
#wc-column-container .products li {
    border: 1px solid #e0e0e0; /* Soft light border for the card */
    border-radius: 7px; /* Rounded corners for a softer look */
}
.products .product h2{
	font-weight:500;
	
}
/* Heading */
.related .product h2{
	font-weight:500;
	margin-left:9px !important;
}

/* Star rating */
.related .product .star-rating{
	margin-left:9px;
}

/* Bdi */
.related .price bdi{
	margin-left:9px;
	font-size:17px;
	
}


/* Product card css End */
/* Add to card & buy Now button start */
.entry-summary .cart{
	display: flex !important;
	justify-content: space-between !important;
	gap: 10px !important;
flex-wrap: nowrap !important;
width: 100% !important;
}
.entry-summary .cart .single_add_to_cart_button,.entry-summary .cart .buy-now-button{
	flex: 1 1 48% !important;
	padding: 10px 20px !important;
	font-size: 16px !important;
	min-width:0 !important;
	text-align: center !important;
	background-color: #0071a1 !important;
	color: #fff !important;
border: 1px solid #005f8a !important;
	border-radius: 4px !important;
	cursor: pointer !important;
	transition: background-color 0.3s ease, color 0.3s ease !important;
}
.entry-summary .cart .single_add_to_cart_button:hover,.entry-summary .cart .buy-now-button:hover{
	background-color: #005f8a !important;
color: #ffffff !important;
}
/* Button */
.entry-summary .cart .buy-now-button{
	transform:translatex(0px) translatey(0px);
	margin-left:0px !important;
	margin-top:0px;
		margin-right:-13px;
		border-style:none !important;

	background-color:#e12562 !important;
}
.entry-summary .cart .single_add_to_cart_button{
	background-color:#020202 !important;
		margin-left:-22px;
		border-style:none !important;
}
/* Add to card & buy Now button End */
/* Related product css start */
/* Link - .related .product a */
.related .product a {
    display: block !important; /* Make the link span the entire product card */
    padding: 3px !important; /* Inner padding for better spacing */
    cursor: pointer !important; /* Indicates the link is clickable */
    position: relative !important; /* For internal positioning */
    overflow: hidden !important; /* Prevent overflow of children */
    transition: transform 0.3s ease, box-shadow 0.3s ease !important; /* Smooth transition */
    text-decoration: none !important; /* Remove underline for a sleek design */
    background: linear-gradient(135deg, #ffffff 0%, #f9f9f9 100%) !important; /* Light gradient for subtle depth */
    border: 1px solid #e0e0e0 !important; /* Soft light border for the card */
    border-radius: 7px !important; /* Rounded corners for the card */
}

/* Link Hover Effects */
.related .product a:hover {
    transform: translateY(-10px) !important; /* Subtle lift effect on hover */
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.12) !important; /* Enhanced shadow on hover */
    background-color: #f8f8f8 !important; /* Slight background change */
}

/* Image Section */
.related .product a img {
    border-radius: 5px !important; /* Rounded corners for the image */
    transition: transform 0.3s ease !important; /* Smooth zoom effect */
}

/* Focused Link (For Accessibility) */
.related .product a:focus, 
.related .product a:active {
    outline: none !important; /* Remove default focus outline */
    box-shadow: 0 0 0 3px rgba(0, 86, 179, 0.3) !important; /* Blue border shadow for focus */
    background-color: rgba(0, 86, 179, 0.05) !important; /* Soft background color on focus */
}
/* Related product css END */

/* Single product page css Start */
@media (max-width:600px){

	/* Entry summary */
	.inside-article .product .entry-summary{
		margin-left:6px;
		margin-right:6px;
		
	}
		/* Image */
	.woocommerce-product-gallery__image a img{
		padding:6px;
		border-radius:10px;
	}
	/* Copy coupon button */
	#copy-coupon-button{
		transform:translatex(60px) translatey(-27px);
	}
#custom-banner{
		margin-right:5px;
		margin-left:5px;
		
	}
		/* Span Tag */
	#comments .woocommerce-Reviews-title span{
		font-size:15px;
	}
	
	/* Heading */
	#comments h2{
		font-size:15px;
		margin-left:8px;
		text-align:center;
	}
	
	/* Comment text */
	.commentlist .thread-odd .comment-text{
		margin:7px !important;
		
	}
	
	/* Comment text */
	.commentlist .thread-even .comment-text{
		margin:7px !important;
	}
	
	/* Image */
	.commentlist .thread-odd img{
		transform:translatex(30px) translatey(-16px);
	}
	
	/* Image */
	.commentlist .thread-even img{
		transform:translatex(28px) translatey(-15px);
	}
	
	/* Respond */
	#respond{
		margin-left:10px !important;
		margin-right:10px !important;
	}
}
.entry-summary .cart input[type=number]{
	display:none;
}
/* General My Account Page Styling */
.woocommerce-MyAccount-navigation {
    background: #f8f9fa;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.woocommerce-MyAccount-navigation ul {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.woocommerce-MyAccount-navigation ul li {
    margin: 0;
    border: 1px solid #ddd;
    border-radius: 4px;
    overflow: hidden;
}

.woocommerce-MyAccount-navigation ul li a {
    display: block;
    padding: 10px 15px;
    text-decoration: none;
    color: #333;
    background: #fff;
    transition: all 0.3s ease;
}

.woocommerce-MyAccount-navigation ul li a:hover {
    background: #007bff;
    color: #fff;
}

/* my account Dashboard Section Styling */
.woocommerce-MyAccount-content {
    background: #fff;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    margin-top: 20px;
}

.woocommerce-MyAccount-content h2 {
    color: #444;
    font-size: 1.5rem;
    margin-bottom: 15px;
}

.woocommerce-MyAccount-content p {
    color: #666;
    line-height: 1.6;
}

/* Table Styling for Orders */
.woocommerce-MyAccount-orders table {
    width: 100%;
    border-collapse: collapse;
    margin-top: 20px;
    border: 1px solid #ddd;
}

.woocommerce-MyAccount-orders table th,
.woocommerce-MyAccount-orders table td {
    padding: 12px 15px;
    text-align: left;
    border: 1px solid #ddd;
}

.woocommerce-MyAccount-orders table th {
    background: #f4f4f4;
    font-weight: bold;
    color: #555;
}

.woocommerce-MyAccount-orders table tr:nth-child(even) {
    background: #f9f9f9;
}

.woocommerce-MyAccount-orders table tr:hover {
    background: #f1f1f1;
}

/* Responsive Design */
@media (max-width: 768px) {
    .woocommerce-MyAccount-navigation ul {
        flex-direction: column;
    }
}

/* my account Dashboard Section Styling END */

/* Hover Effect with Underline Animation */
.main-navigation .main-nav ul li a:hover::after,
.secondary-navigation .main-nav ul li a:hover::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -2px; /* Position underline below text */
    width: 100%; /* Full underline */
    height: 2px; /* Thin underline */
    background-color: #0073e6; /* Blue underline */
    transform: scaleX(1); /* Full scale */
    transition: transform 0.3s ease-in-out; /* Smooth animation */
}

@media (max-width: 768px) {
    .secondary-navigation {
        display: none !important;
    }
}

/* Sirf Desktop par logo ka margin aur size badhane ke liye */
@media (min-width: 768px) {
    .site-logo {
        margin-left: 80px !important; /* Margin ko force karne ke liye !important */
    }
}
.main-navigation {
    position: relative;
    border-top: 1px solid #eae8e8; /* Top border (black color) */
    border-bottom: 1px solid #eae8e8; /* Bottom border (black color) */
}

/* Mobile bottom menu styles */
#mobile-bottom-menu {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: white; /* Dark background for professional look */
    text-align: center;
    z-index: 9999;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    box-shadow: 0 -3px 8px rgba(0, 0, 0, 0.3);
    padding: 0px 0;
    transition: all 0.3s ease;
}

#mobile-bottom-menu ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    height: 50px;
}

#mobile-bottom-menu ul li {
    display: inline-block;
    margin: 0;
    flex-grow: 1;
}

#mobile-bottom-menu ul li a {
    color: black;
    padding: 10px 12px;
    text-decoration: none;
    display: block;
    font-size: 12px; /* Smaller font size for compactness */
    font-weight: 600; /* Slightly bold for better legibility */
    text-transform: uppercase;
    border-radius: 6px;
    transition: background-color 0.3s ease, transform 0.2s ease;
}

/* Hover effect for menu items */
#mobile-bottom-menu ul li a:hover {
    background-color: #555; /* Subtle hover effect */
    transform: translateY(-2px); /* Slight lift for interactivity */
}

/* Active state for the current page */
#mobile-bottom-menu ul li a.active {
    background-color: #007bff;
    color: #fff;
    transform: translateY(-2px);
}

/* Show the menu only on mobile devices */
@media (max-width: 768px) {
    #mobile-bottom-menu {
        display: block;
    }
}

/* Hide the menu for larger screens */
@media (min-width: 769px) {
    #mobile-bottom-menu {
        display: none;
    }
}

/* Ajax search code */

/* Container for the search results */
.custom-ajax-search-container {
    width: 100%;
    margin: 0 auto;
    padding: 5px;
    max-width: 1400px; /* Set max-width */
}
/* Ensure the results are displayed in a grid */
#search-results ul {
    display: grid;
    grid-template-columns: repeat(4, 1fr); /* 4 items per row on large screens */
    gap: 0px 5px; /* Reduced vertical gap (row gap) */
    padding: 0;
    margin: 0;
    list-style-type: none;
}

/* Style for individual product result items */
/* Individual result styles */
.product-result {
    margin: 5px 0;
    display: flex;
    align-items: center;
    border: 2px solid #b2b2be;
    padding: 10px;
    border-radius: 4px;
    background-color: white; /* Set background to blue */
    box-shadow: 0 20px 30px rgba(0, 0, 0, 0.1); /* Add shadow to give a lifted effect */
    transition: background-color 0.3s ease, box-shadow 0.3s ease; /* Smooth transition for background color and shadow */
}

.product-result:hover {
    background-color: #f3f1ec ; /* Darker blue on hover */
    box-shadow: 0 8px 15px rgba(0, 0, 0, 0.2); /* Stronger shadow on hover */
}


/* Thumbnail Image Styling */
.product-result img {
    width: 70px; /* Small image size */
    height: 70px; /* Square image */
    object-fit: cover; /* Ensure the image fits within the square */
    margin-right: 10px; /* Space between image and text */
}

/* Product Title and Price Container */
.product-result .product-details {
    display: flex;
    flex-direction: column; /* Stack title and price vertically */
    justify-content: flex-start;
    width: calc(100% - 80px); /* Fill remaining space after image */
}

/* Styling for Product Titles */
.product-result .product-title {
    font-size: 15px;
    font-weight: 600;
    color: #333;
    text-align: left;
    line-height: 1.3; /* Ensure the title wraps properly */
    white-space: normal; /* Allow multiple lines if title is long */
    overflow: hidden; /* Hide overflow */
    text-overflow: ellipsis; /* Ellipsis for long text */
    word-wrap: break-word; /* Allow breaking long words */
    margin-bottom: 5px; /* Space between title and price */
}

/* Styling for Product Prices */
.product-result .product-price {
    font-size: 16px;
    color: rgb(200, 11, 114);
    font-weight: 600;
    text-align: left;
}

/* View More Button */
.view-more-button {
    display: inline-block;
    text-align: center;
    background-color: rgb(200, 11, 114);
    color: white;
    padding: 10px 20px;
    border-radius: 5px;
    margin-top: 20px;
    margin-bottom: 15px;
    text-decoration: none;
}

.view-more-button:hover {
    background-color: #005bb5;
    color: white;
}

/* Outer border on focus with gradient glow effect */
#search-input:focus {
    border-color: red; /* Border color when focused */
    outline: none; /* Remove the default outline */
    box-shadow: 0 0 10px green, 0 0 20px red, 0 0 30px blue; /* Gradient glow effect */
}

.custom-ajax-search-container input[type="search"] {
    padding: 12px;
    width: 90%;
    max-width: 800px;
    font-size: 20px;
    border-radius: 8px;
    border: 3px solid rgb(200,11,114);
    margin-bottom: 10px;
}
/* Mobile Optimizations */
@media (max-width: 768px) {
    /* Adjust grid layout to 2 items per row on smaller screens */
    #search-results ul {
        grid-template-columns: repeat(2, 1fr);
        gap: 10px 5px; /* Reduced vertical gap on smaller screens */
    }

    /* Reduce the size of images on smaller screens */
    .product-result img {
        width: 70px;
        height: 70px;
    }

    /* Adjust title size and spacing for better readability */
    .product-result .product-title {
        font-size: 15px;
        margin-bottom: 3px; /* Reduce space between title and price */
    }

    /* Adjust price font size for smaller screens */
    .product-result .product-price {
        font-size: 15px;
    }

    /* View More Button adjustment */
    .view-more-button {
        padding: 8px 15px;
        font-size: 15px;
        margin-bottom: 15px;
    }
}

@media (max-width: 480px) {
    /* Adjust grid layout to 1 item per row on very small screens */
    #search-results ul {
        grid-template-columns: 1fr;
        gap: 10px 5px; /* Reduced vertical gap on very small screens */
    }

    /* Further reduce image size on very small screens */
    .product-result img {
        width: 70px;
        height: 70px;
    }

    /* Adjust title and price font size for better readability on very small screens */
    .product-result .product-title {
        font-size: 15px;
        margin-bottom: 1px; /* Reduce space between title and price */
    }

    .product-result .product-price {
        font-size: 15px;
    }

    /* Further reduce the padding and font size for the View More button */
    .view-more-button {
        padding: 6px 12px;
        font-size: 15px;
        margin-bottom: 15px;
    }
}

/* Warning message style */
.no-results-warning {
    color: #d9534f;
    font-size: 16px;
    font-weight: bold;
    padding: 10px;
    background-color: #f2dede;
    border: 1px solid #ebccd1;
    border-radius: 4px;
    margin-top: 15px;
}

.main-navigation .main-nav ul li.menu-item-50 a::before {
    content: "New"; 
    background-color: red;  /* Background color of the banner */
    color: white;  
    font-weight: bold;
    padding: 1px 3px; 
    border-radius: 2px;
    text-transform: uppercase;
    font-size: 10px;  /* Smaller font size */
    z-index: 1;
}

/* Button */
.entry-summary .cart a{
	margin-top:0px !important;
}
/* 569px and smaller screen sizes */
@media (max-width:569px){
	/* Button */
	.entry-summary .cart .single_add_to_cart_button{
		/* Add styles if needed */
	}
}

/* 480px and smaller screen sizes */
@media (max-width:480px){
	/* Button */
	.entry-summary .cart .single_add_to_cart_button{
		margin-left:-35px;
		padding-left:10px !important;
		padding-right:10px !important;
		padding-top:8px !important;
		margin-right:4px;
	}

	/* Button */
	#main .product .inside-article .entry-content .product .entry-summary .cart a{
		padding-right:10px !important;
		padding-left:10px !important;
	}

	/* Button */
	.entry-summary .cart a{
		margin-right:-20px !important;
	}
}
/* Th */
.woocommerce-checkout-review-order-table .order-total th{
	display:none;
}

/* Woocommerce checkout */
.inside-article .woocommerce-checkout{
	padding-left:99px;
	padding-right:94px;
}
/* Table Data */
.woocommerce-checkout-review-order-table tfoot .order-total td{
	display:none;
}


/* 480px and smaller screen sizes */
@media (max-width:480px){

	/* Woocommerce checkout */
	.inside-article .woocommerce-checkout{
		padding-left:13px;
		padding-right:13px;
	}
	
}
/* Mega Menu Styling */
.sub-menu {
    display: grid;
    grid-template-columns: repeat(9, 1fr); /* 9 equal columns */
    gap: 0px; /* 1px spacing between columns */
    padding: 0;
    transform: translateX(-200%);
    background: #ffffff; /* White background for the menu */
    border: 10px ridge rgb(200,11,114); /* Black border around the entire menu */
    position: absolute;
    top: 100%; /* Position it below the parent menu item */
    left: 0;
    width: 100%; /* Full width */
    box-sizing: border-box; /* Ensures the border is included in the size */
}

/* Show Mega Menu on hover */
.menu-item:hover > .sub-menu {
    display: grid; /* Show the menu on hover */
}

/* Styling the individual items */
.sub-menu li {
    list-style-type: none;
    text-align: left; /* Center align text inside items */
    background: #ffffff; /* White background for each item */
    border: 1px ridge #9a9890; /* Adjusted border width and color */
}

/* Styling the links inside the menu items */
.sub-menu li a {
    font-size: 14px !important; /* Force font size on the anchor tag */
}

/* Hover effect for items */
.sub-menu li:hover {
    cursor: pointer;
	background:#f3f1ec; 
}



















/*single product page styles  */


/* Custom styles for WooCommerce product pages */
.woocommerce div.product .summary {
    border: 2px solid #eae8e8;
    padding: 20px;
    border-radius: 3px;
    box-shadow: 0px 0px 7px rgba(0,0,0,0.1);
}

.coupon-section {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    margin: 5px 0;
    font-family: 'Roboto', sans-serif;
    text-align: center;
}

.coupon-section .offer-text {
    font-size: 16px;
    font-weight: bold;
    color: #d32f2f;
    white-space: nowrap;
}

.coupon-section .copy-coupon-button {
    padding: 8px 15px;
    background-color: #f44336;
    color: #fff;
    border: none;
    border-radius: 5px;
    font-size: 14px;
    font-weight: bold;
    cursor: pointer;
    white-space: nowrap;
}

.coupon-section .copy-coupon-button:hover {
    background-color: #d32f2f;
}

@media (max-width: 480px) {
    .coupon-section {
        flex-wrap: wrap;
        gap: 5px;
    }
		#copy-coupon-button{
		transform:translatex(7px) translatey(0px);
	}
    .coupon-section .offer-text,
    .coupon-section .copy-coupon-button {
        text-align: center;
    }
}

@media (max-width: 600px) {
    .coupon-section .copy-coupon-button {
        transform: translateX(20px); /* Fixed transform on the correct class */
    }
}

/* Style for the "People watching this product" notification */
.product-watching-notification {
    background-color: #fcd5e4; /* Light pink background */
    color: #000; /* Black text */
    padding: 10px 20px;
    border-radius: 10px;
    font-size: 16px;
    margin-top: 20px;
    display: flex;
    align-items: center;
    gap: 10px;
}

.product-watching-notification .eye-icon {
    color: #d10060; /* Pink icon color */
    font-size: 18px;
}

.product-watching-notification .watching-number {
    font-weight: bold;
    font-size: 18px;
}

/* custom-banner.css */
.custom-product-banner {
    background-color: #ffd700; /* Yellow background */
    color: #000; /* Black text */
    padding: 20px;
    margin: 20px 0;
    border: 1px solid #000; /* Black border */
    text-align: center;
    opacity: 1; /* Banner is visible by default */
    transform: none; /* No translation or movement */
    transition: none; /* Disable transitions to avoid issues */
    position: relative; /* Ensure it's properly positioned */
    z-index: 1; /* Ensures it doesn’t get hidden behind other elements */
}

.custom-product-banner h2 {
    margin: 0;
    font-size: 24px;
    font-weight: bold;
}

.custom-product-banner ul {
    list-style: none;
    padding: 0;
    margin: 10px 0;
    font-size: 16px;
    text-align: left;
    display: inline-block;
}

.custom-product-banner ul li {
    margin-bottom: 5px;
}

.custom-product-banner ul li::before {
    content: "✔";
    color: #000;
    margin-right: 10px;
}

.custom-product-banner .membership-button {
    display: inline-block;
    padding: 10px 20px;
    margin-top: 15px;
    background-color: #fff;
    color: #000;
    font-weight: bold;
    border: 2px dashed #000;
    text-decoration: none;
}

.custom-product-banner .membership-button:hover {
    background-color: #000;
    color: #fff;
}






.related-products-container {
    margin: 20px 0;
    padding: 10px;
    border-top: 1px solid #ddd;
}

.related-products-container h2 {
    font-size: 20px;
    margin-bottom: 10px;
}


/* custom-gplfor product description like instant access, 100% origional etccss */
.custom-gpl-details p {
    margin: 15px 0;
    font-size: 17px;
  
}

/* WhatsApp Button Styles */
#whatsapp-support {
    position: fixed;
    bottom: 55px;
    left: 10px;
    z-index: 1000;
}
.whatsapp-container {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #25D366;
    color: white;
    padding: 8px 12px;
    border-radius: 50px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    transition: all 0.3s ease;
    text-decoration: none;
    font-size: 14px;
}
.whatsapp-container img {
    width: 20px;
    height: 20px;
    margin-right: 8px;
}
.whatsapp-container span {
    font-size: 14px;
    font-weight: bold;
    white-space: nowrap;
}
.whatsapp-container:hover {
    transform: scale(1.1);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.3);
    background-color: #1ebe5b;
}
@media (max-width: 767px) {
    #whatsapp-support {
        display: none;
    }
}



.currency-switcher-container {
    position: fixed;
    bottom: 100px;
    left: 10px;
    z-index: 1000;
    padding: 10px;
    background-color: white;
    border-radius: 5px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
    border: 2px solid red;
}

#currency_switcher {
    padding: 5px;
    font-size: 14px;
    border-radius: 5px;
    border: 1px solid #ccc;
    background-color: #f5f5f5;
}

label {
    font-size: 14px;
    margin-right: 5px;
}


.product-download-links .popup-shortcode a {
    background-color: #ff3366;
    border-radius: 8px;
    box-shadow: 0px 0px 2px 0px #020202;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 10px 20px; /* Adjust padding as needed */
    transition: background-color 0.3s, transform 0.2s; /* Transition for hover and click effects */
}

.product-download-links .popup-shortcode a:hover {
    background-color: #000000; /* Black on hover */
}

.product-download-links .popup-shortcode a:active {
    transform: scale(0.98); /* Click effect */
}

.popup-shortcode .yith-wcmbs-download-button span {
    color: #ffffff;
}

.product_meta .product-download-links h3 {
    font-size: 22px;
    text-align: center; /* Center the heading */
    font-weight: bold; /* Highlight the heading */
    color: black; /* Highlight the color */
    margin-bottom: 20px; /* Space between heading and button */
}

.product_meta .product-download-links {
    background-color: #f8f8f8; /* Light background to highlight section */
    padding: 5px;
    border-radius: 10px; /* Optional rounded corners for the section */
    box-shadow: 0px 2px 1px rgba(0, 0, 0, 0.1); /* Subtle shadow for emphasis */
}
/* 480px and smaller screen sizes */
@media (max-width:480px){

	/* Span Tag */
	.popup-shortcode .yith-wcmbs-download-button span{
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
	}
	
}
/* Label */
.footer-container div > label{
	color:#020202;
}
/* 480px and smaller screen sizes */
@media (max-width:480px) {

	/* Division */
	.site-footer .footer-container > div {
		padding-left: 2px !important;
		padding-right: 2px !important;
		padding-top: 2px !important;
		padding-bottom: 2px !important;
	}

	.footer-container div > label {
		margin-right: 1px !important;
		padding-right: 1px !important;
		
	}

	#currency_switcher {
		padding-left: 1px !important;
		padding-right: 1px !important;
		padding-top: 1px !important;
		padding-bottom: 1px !important;
		
	}
}

/* febo search box start */
.dgwt-wcas-search-form .dgwt-wcas-sf-wrapp input[type=search] {
    padding: 21px;
    max-width: 800px;
    font-size: 20px;
    border-radius: 8px;
    border: 3px solid rgb(200, 11, 114);
    margin-bottom: 1px;
	margin-top: 2px;

}

/* Focus effect on search input */
.dgwt-wcas-search-form .dgwt-wcas-sf-wrapp input[type=search]:focus {
    border-color: rgb(200, 11, 114); /* Same border color as the original */
    outline: none; /* Remove default focus outline */
    box-shadow: 0 0 15px 8px rgba(200, 11, 114, 0.7); /* Increased spread */
}


/* febo search boxend */
.wc_payment_methods label img{
	display:none;
}
/* Paragraph */
#order_review p{
	display:none;
}

/* Label */
.wc_payment_methods .wc_payment_method label{
	display:none !important;
}

/* Ppcp popup  container */
.wc_payment_methods .payment_box .wc-ppcp-popup__container{
	display:none;
}

/* Payment box */
.wc_payment_methods .wc_payment_method .payment_box{
	display:none;
}


