/*
 Theme Name:    Electro Child
 Theme URI:     https://themeforest.net/item/electro-electronics-store-woocommerce-theme/15720624
 Description:   This is the child theme of Electro
 Author:        MadrasThemes
 Author URI:    https://madrasthemes.com/
 Template:      electro
 Version:       2.5.3
 License:       GNU General Public License v2 or later
 License URI:   http://www.gnu.org/licenses/gpl-2.0.html
 Tags:          light, dark, two-columns, right-sidebar, responsive-layout
 Text Domain:   electro-child
*/

.search-categories {
	display: none !important;
}

.product-search-field {
/* 	background-color: #333e48 !important; */
    border: 3px solid #273d81 !important;
}
.navbar-search .btn-secondary {
    background:#273d81 !important;
}

.masthead .header-icons {
	display: none !important;
}

/* ABOUT PAGE */
.history-heading {
    text-align: left;
    color: #172b4d;
}

.history-text {
    text-align: left;
    color: #172b4d;
    font-size: 18px;
}

.custom-description {
    margin: 20px 0;
    font-family: Arial, sans-serif;
    font-size: 14px;
    color: #172b4d; /* Dark color for text */
    overflow-x: auto; /* Enables horizontal scrolling directly on this container */
}

.custom-description table {
    width: 100%; /* Full width of the container */
    min-width: 600px; /* Minimum width for the table */
    border-collapse: collapse;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

.custom-description th, .custom-description td {
    padding: 12px;
    border: 1px solid #ddd;
    text-align: left;
}

.custom-description th {
    background-color: #273d81; /* Header background color */
    color: white; /* White text for contrast */
    font-weight: bold;
    text-transform: uppercase; /* Uppercase for headers */
}

.custom-description tr:nth-child(even) {
    background-color: #f4f4f4; /* Light gray for even rows */
}

.custom-description tr:hover {
    background-color: #e9ecef; /* Light hover effect */
}

.custom-description tr:last-child td {
    border-bottom: none; /* Remove bottom border for last row */
}

.woocommerce-tabs {
	display: none !important;
}

#whatsapp-button-container {
    position: fixed;
    bottom: 10px;
    right: 20px;
    z-index: 999;
}

#whatsapp-button-container a {
    display: block;
    width: 75px;
    height: 75px;
    border-radius: 50%;
    background-color: #25D366;  /* WhatsApp green color */
    text-align: center;
    line-height: 50px;
    color: #FFF;  /* White text color */
    font-size: 20px;
    text-decoration: none;
}

/* Responsive styles */
@media (max-width: 768px) {
    #whatsapp-button-container {
        bottom: 10px;
        right: 10px;
    }

    #whatsapp-button-container a {
        width: 40px;
        height: 40px;
        line-height: 40px;
        font-size: 16px;
    }
}

@media (max-width: 480px) {
    #whatsapp-button-container {
        bottom: 10px;
        /*right: 25px;*/
    }

    #whatsapp-button-container a {
        width: 50px;
        height: 50px;
        line-height: 30px;
        font-size: 14px;
    }
}

#menu-item-5695 a {
	color: #000;
	background-color: #fff;	
	border: 0px ;
	
}
#menu-item-5695{
  display: inline-block;
  padding: 5px;
  background: #fff; /* Text color */
  text-decoration: none;
  transition: all 0.3s ease-in-out;
  animation: pulseGlow 1s ease-in-out infinite;
	border: 0px ;
}

@keyframes pulseGlow {
  0% {
    box-shadow: 0 0 5px rgba(255, 255, 255, 0.5);
  }
  50% {
    box-shadow: 0 0 15px rgba(255, 255, 255, 0.8), 0 0 25px rgba(255, 255, 255, 0.6);
  }
  100% {
    box-shadow: 0 0 5px rgba(255, 255, 255, 0.5);
  }
}


/* CSS to overlay logo on product images */
.woocommerce-product-gallery__image,
.single-product .product,
.product {
    position: relative; /* Positioning context for the overlay */
}

.woocommerce-product-gallery__image::before,
.single-product .product::before,
.product::before{
    content: '';
    background-image: url('https://standardkitchenware.com/wp-content/uploads/2024/08/cropped-File-04-e1725022208535.png');
    background-size: contain;
    background-repeat: no-repeat; 
    position: absolute;
    bottom: 10px;
    left: 10px;
    width: 100px;
    height: 50px;
    z-index: 10;
    opacity: 1;
}

.full-justified {
    text-align: justify;
    line-height: 1.6;
    hyphens: auto;
    word-break: break-word;
    overflow-wrap: break-word;
}

.full-justified::after {
    content: "";
    display: inline-block;
    width: 100%;  /* Forces justification for the last line */
}
.full-justified p {
	font-size: 18px !important;
}
.wpb_single_image img {
	width: 390px !important;
}

.about-features h2 {
	font-size:24px !important;
}

@media (min-width: 768px) {
    ul.products.columns-3>li.product.product-card {
        flex: 1 0 50%;
        max-width: 50%;
    }
}

@media (min-width: 768px) {
    ul.products.columns-4>li.product.product-card {
        flex: 1 0 50%;
        max-width: 50%;
    }
}