/*
Theme Name: Electromaax Theme 
Theme URI: https://electromaax.com/
Author: DKCL
Version: 1.0
License: GNU General Public License
*/

body p {  font-family: 'Roboto', sans-serif; }

.clear{clear:both;}

.navbar-logo a img{width:120%;}
.alignleft{float:left;margin:10px;height:auto;}
.alignright{float:right;margin:10px;height:auto;}
.alignnone{float:none;margin:10px;}


.cid-tbVHi119Vd .navbar-nav .nav-item .nav-link{font-size: 1.2rem;}
/* Hide dropdown menus by default */
.navbar-nav .dropdown-menu {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    /* Optional styling */
    background-color: #fff;
    border: none;
}

@media screen and (max-width: 991px) {
  .navbar-nav .dropdown-menu {
    position: relative;
  }
}

/* Show dropdown menu on hover */
.navbar-nav .nav-item.dropdown:hover > .dropdown-menu {
    display: block;
}

/* Keep dropdown menu visible when hovering over it */
.navbar-nav .dropdown-menu:hover {
    display: block;
}

/* Style dropdown items */
.navbar-nav .dropdown-menu .dropdown-item {
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    display: block;
    margin: 0 !important;
    padding: 13px 10px !important;
    font-weight: 400 !important;
    font-family: arial, sans-serif !important;
    padding: 20px !important; 
}

/* Dropdown item hover effect */
.navbar-nav .dropdown-menu .dropdown-item:hover {
    background-color: #f8f9fa;
    color: #000;
}

/* Review Card Styles */
.review-card {
  padding: 20px;
  margin: 10px;
  text-align: center;
  height: 100%;
}

.review-text {
  font-size:1.2rem;
  color: #555F66;
  margin-bottom: 15px;
  font-style: normal;
  font-family: 'Roboto', sans-serif;
  text-transform:uppercase;
}

.review-desc{
	font-family: 'Roboto', sans-serif;
  font-size: 1em;
  line-height: 1.5;
  margin-bottom: 1rem !important;
  font-weight: 400;

}

.review-author {
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  color: #888;
  margin-top: 10px;
}

.review-rating {
  color: #FFD700; /* Gold color for stars */
  font-size: 20px;
}

.star {
  margin-right: 2px;
  color: #0093AC;
}

.testimonials--read-all {
  text-align: center;
  font-family: 'Roboto', sans-serif;
  font-size: 1.3em;
}

.testimonials--read-all a {
  color: #0093AC;
}

/* Carousel Controls Positioning */
.carousel-control-prev,
.carousel-control-next {
  width: 5%;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
  background-color:#555F66;
  border-radius: 50%;
  padding:12px;
  font-size:1rem;
}

/* Carousel Indicators Positioning */
.carousel-indicators {
  bottom: -45px;
}

.carousel-indicators [data-bs-target] {
  background-color: #555F66;
  height: 18px;
}

.carousel-indicators .active {
  background-color: #888888;
}

/* Adjustments for small screens */
@media (max-width: 767px) {
  .review-card {
    margin: 10px auto;
  }
}

.breadcrumbs{font-size:1rem !important;padding-top:32px;}
.breadcrumbs a{color:#ffffff !important;}
.breadcrumbs p span {color:#ffffff !important;}
.breadcrumbs .current-item{color:#ffffff !important;}


.blkfrdy{font-size:2rem !important}
.product-breadcrumbs{}
.product-breadcrumbs a{color:#000000 !important;font-size:.88rem !important;}
.product-breadcrumbs span{color:#000000 !important;font-size:.88rem !important;}
.product-form{border:solid 1px #cccccc;padding:23px;margin-top:20px;background:#ffffff;border-radius: 12px;}
.product-form label{width:140px;font-family: 'Roboto', sans-serif;}
.product-form input{border:solid 1px #cccccc !important;width: 100%;
    padding: 10px;
    margin-bottom: 15px;
    border: 1px solid #ddd;
    border-radius: 4px;
    box-sizing: border-box;}
.product-form textarea{border:solid 1px #cccccc !important;width:100%;height: 120px;
    resize: vertical;}
.product-form select{border:solid 1px #cccccc !important;width:100%;padding: 10px;
    margin-bottom: 15px;
    border: 1px solid #ddd;
    border-radius: 4px;
    box-sizing: border-box;}

/* subcategories */
.subcatimage{width:200px;height:auto;}
.subcategories-list{}
.subcategories-list li {width:199px;text-align:center;float:left;list-style: none;border:solid 1px #cccccc;padding:8px;margin:10px;font-size:1rem;line-height:normal;}
.subcategories-list li img{margin-bottom:18px;}
.subcategories-list li a{color:#173042;}
.subcategories-list li:hover{background:#efefef;cursor: hand !important;}
.subcategories-list li:hover > a{color:#000000;}


/* woo */
.woocommerce-result-count{display:none;} /* results on product category page */

/* Ensuring consistent container height and flex display */
.woocommerce ul.products {
    display: flex;
    flex-wrap: wrap;
    justify-content: center; /* Center items in the row */
}

.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1); /* subtle shadow for depth */
    border: 1px solid #e1e1e1; /* light grey border */
    padding: 16px !important; /* spacing inside the container */
    transition: transform 0.3s ease, box-shadow 0.3s ease; /* smooth transition for hover effect */
    flex: 1 0 21%; /* adjustment for flex items to take roughly a quarter of the line */
    max-width: 21%; /* Ensure the product doesn't exceed 21% width */
    margin: 0.5%; /* slight margin around products */
    display: flex;
    flex-direction: column;
}

/* CSS for Hover Effect */
.woocommerce ul.products li.product:hover, .woocommerce-page ul.products li.product:hover {
    transform: translateY(-5px); /* slight raise on hover */
    box-shadow: 0 10px 15px rgba(0, 0, 0, 0.2); /* deeper shadow on hover */
}

.wpsl-store-location p {line-height:1.8rem !important;}
.wpsl-store-location p strong a{font-size:1.2rem !important;}
#wpsl-stores ul li:nth-child(odd) {
    background-color: #f2f2f2; border:none !important;padding:23px !important; /* Light gray */
}

#wpsl-stores ul li:nth-child(even) {
    background-color: #ffffff; border:none !important;padding:23px !important; /* White */
}

#wpsl-stores ul li {
    padding:23px;
    margin-bottom: 10px;
    border-radius: 5px;
}

.copyright {color:#ffffff;text-align: center;}
.copyright a{color:#ffffff;text-align: center;}


/* Media Query for Mobile Devices */
@media (max-width: 767px) {
    .woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
        flex: 1 0 48%; /* makes two products per row on mobile */
    }
}

.woocommerce .woocommerce-ordering select { font-family:"Roboto", sans-serif; }
.woocommerce span.onsale{background-color:#0093AC;}

/* end woo */
.anchorlinks{list-style: none;font-size:1.2rem !important;}
.anchorlinks a{font-weight: bold;}

.vfb-desc{color:#ffffff;font-size:1rem;margin-top:23px;}
#vfb-form-1 .vfb-desc{color:#000000;font-size:1rem;margin-top:23px; font-family: "Roboto", sans-serif; }

.inner-header{padding-top:69px;}
.inner{margin-top:32px;}
h1{text-transform: uppercase}
.inner h2{font-family: 'Roboto', sans-serif;font-size: 2.5rem;line-height: 1.1;margin-bottom: 2rem !important;text-align: left;}
.inner h3{font-family: 'Roboto', sans-serif;font-size: 1.8rem;line-height: 1.1;margin-bottom: 2rem !important;text-align: left;}
.inner h4{}
.inner h5{}
.inner p{color: #000000;margin-bottom: 0.9rem !important;font-family: 'Roboto', sans-serif;font-size: 1.1rem;line-height: 1.5;font-weight: 400;}
.inner a{text-decoration: underline;color:#000000;}
.inner li{color: #000000;margin-bottom: 0.9rem !important;font-family: 'Roboto', sans-serif;font-size: 1.1rem;line-height: 1.5;font-weight: 400;}

.inner-table table{width:100%;margin:18px 0;}
.inner-table table th{background:#eeeeee;border:solid 1px #dddddd;}
.inner-table table td{border:solid 1px #dddddd;}
.tab-content iframe{margin-bottom:18px;}
.tab-content .h2heading{margin-left:-4px !important;text-align: left;line-height:1.8rem !important;}
.tab-content a{text-decoration: underline;}

div.wpcr3_review div.wpcr3_review_title{font-family: 'Roboto', sans-serif !important;font-size: 1.8rem !important;line-height: 1.1;margin-bottom: 2rem !important;text-align: left;font-weight:bold;font-style:italic ;}
div.wpcr3_review blockquote.wpcr3_content{color: #000000;margin-bottom: 0.9rem !important;font-family: 'Roboto', sans-serif !important;font-size: 1rem !important;line-height: 1.5;font-weight: 400;}
div.wpcr3_review div.wpcr3_review_datePublished{font-size:1em !important;font-family: 'Roboto', sans-serif !important;}
div.wpcr3_review .wpcr3_review_datePublished{display:none !important;}
div.wpcr3_review div.wpcr3_review_author{font-size:1em !important;font-weight: 600 !important;font-family: 'Roboto', sans-serif !important;}
div.wpcr3_review{margin: 46px 0 !important;}

.display-product{line-height:auto !important;text-align: center;font-family: 'Roboto', sans-serif;}
.display-product a{font-size:1.5rem; color:#555F66;}

.wpcf7-form label{font-family: 'Jost', sans-serif;font-size:1.1rem;font-weight: 700;display:block;margin-bottom:9px;}
.wpcf7-form input{margin-top:4px;}

.product-container{-webkit-column-count:2;-moz-column-count:2;column-count:2;-webkit-column-gap:3px;-moz-column-gap:3px;column-gap:3px;padding-top:69px;margin-top:13px;}
.product-item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0 20px;
  overflow: hidden; /* add this line */
}

.wpcf7-textarea{width:100%;border:0;margin-top:4px;}
.cid-tx1QtdDtKV input{border-radius: 0 !important;border:0;}
.wpcf7-submit{border:solid 1px #090909 !important;}

.product-item h1{font-family: 'Jost', sans-serif;font-size:2.5rem;font-weight: 700;line-height:auto;}
.product-item h2{font-family: 'Roboto', sans-serif;font-size:1.5rem;margin:10px 0 !important;}
.product-item h3{font-family: 'Roboto', sans-serif;font-size:1.1rem;font-weight:600;margin:10px 0 !important;text-align:left;}
.product-item{margin-bottom:15px;}

.st-label{padding-top:10px !important;}
.st-total .st-label{padding-top:0 !important;}

.product-gallery {
      display: flex;
      flex-direction: column;
      align-items: center;
    }

    .product-gallery #main-image {margin-top:24px;width:100%;height: 400px;object-fit: cover;border: 1px solid rgba(0, 0, 0, 0.1); /* Add a subtle border */
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1); 
    transition: box-shadow 0.3s ease;}
    .product-gallery #main-image:hover {
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2); /* Optional: change box-shadow on hover */
  }
    
    .product-gallery img {
      max-width: 100%;
      height: auto;
    }

    .product-gallery .thumbnails {
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      margin-top: 20px;
    }

    .product-gallery .thumbnail {
      margin: 8px;
      cursor: pointer;
    }

    .product-gallery .thumbnail img {
	width: 100px;
    height: 100px;
    object-fit: cover;
    margin:1px;border:solid 1px #999999;
/*
      width: 90px;
	  height: auto;
	  margin: 7px;
*/
    }

    .product-gallery .selected {
      border: 2px solid blue;
    }

.clickable{cursor: pointer;}

.quick-facts{ list-style: none;font-family: 'Roboto', sans-serif;margin: 0; padding: 0; list-style-position: inside;}
.quick-facts li{padding:14px 0;border:solid 1px #065483;border-width:0 0 1px 0;}

/* Tab container */
.tab-container {
/*   border-radius: 4px; */
  text-align: center;
  font-size: 0;
}

.tab-container .tab-holder{/* margin-bottom:23px; */text-align: left;}

/* Tab headings */
.tab {

  color: #333;
  display: inline-block;
  padding: 10px 3px;
  cursor: pointer;
  border: solid .6px #000000;
  width: calc(100% / 5);
  background: #ffffff;
  box-sizing: border-box;
  font-size:14px;
  font-family:'Roboto', sans-serif;
  margin:0;
  text-align: center;
}

.dealerbuy{background:#dddddd !important}

/* Active tab */
.tab-holder .tab.active {
  background-color: #0194ad !important;
  color:#ffffff;
}

/* Tab content */
.tab-content {
  display: none;
  padding: 20px;background-color:#f1f1f1;
  padding:10px;/* border-radius:18px; */
  text-align: left;
}

.tab-content .display-7{
  margin:14px 0;
} 

.tab-content h3{font-family:'Roboto', sans-serif;}
.active.tab-content {
  display: block;
}

a.tab-content--pdf {
  font-size: 21px !important;
  font-family: roboto, sans;
  text-align: left;
  position: relative;
  padding-left: 50px;
  display: block;
  line-height: 1.2em;
}

a.tab-content--pdf:before {
  background: url(assets/pdf_icon.svg);
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 50px 50px;
  content: ' ';
  content: ' ';
  height: 50px;
  left: 0;
  position: absolute;
  top: 0;
  width: 50px;
}

/* Form container */


.vfb-form {
  max-width: 600px;
  margin: 0 auto;
}

.vfb-form--wrapper {
	background: #fff; 
	padding: 23px;
}

.contact-form--wrapper {
  background: #0093AC !important;
}

.contact-form--wrapper .vfb-legend h3, .contact-form--wrapper h4.mbr-fonts-style {
  color: #fff !important;
}

/* Form fields */
.vfb-field {
  margin-bottom: 1rem;font-family: 'Roboto', sans-serif;
}

/* Form labels */
.vfb-label {
  display: block;
  margin-bottom: 0.5rem;
  font-weight: bold;font-family: 'Roboto', sans-serif;
}

/* Form inputs */
.vfb-text,
.vfb-email,
.vfb-select,
.vfb-textarea {
  display: block;
  width: 100%;
  padding: 0.5rem;
  border: 1px solid #ccc;
  border-radius: 3px;
  font-size: 1rem;
  line-height: 1.5;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;font-family: 'Roboto', sans-serif;
}

.vfb-text:focus,
.vfb-email:focus,
.vfb-select:focus,
.vfb-textarea:focus {
  outline: none;
  border-color: #007bff;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);font-family: 'Roboto', sans-serif;
}

/* Form button */
.vfb-submit {
  display: inline-block;
  padding: 0.5rem 1rem;
  border: none;
  border-radius: 3px;
  font-size: 1rem;
  font-weight: bold;
  color: #fff;
  background-color: #007bff;
  transition: background-color 0.15s ease-in-out;font-family: 'Roboto', sans-serif;
}

.contact-form--wrapper .vfb-submit {
  background: #fff;
  color: #0093AC;
}

.vfb-submit:hover {
  background-color: #0069d9;
}




.masonry-container {-webkit-column-count: 3;-moz-column-count: 3;column-count: 3;-webkit-column-gap: 15px;-moz-column-gap: 15px;column-gap: 15px;}
.masonry-item {display: inline-block;width: 100%;}
.masonry-item img {display:block;width: 100%;height:auto;overflow: hidden;}
.masonry-item h2{line-height:1.6rem;padding:10px;margin-top:15px;}
.masonry-item h2 a{text-decoration: none;font-size:1.6rem;padding-bottom: 1rem!important;margin-bottom: .75rem;}
.masonry-item p{font-size:1.1rem;padding:10px;}
.masonry-item span {font-family: sans-serif;display:block;padding:10px;}
.masonry-item:hover{background:#eeeeee;}
.masonry-item {margin-bottom: 15px;border:1px solid #ccc;border-radius: 5px;}

.vfb-legend{color:#000000 !important;font-family: 'Roboto', sans-serif;}
.social-list .soc-item .socicon-youtube::before{color:#ffffff;}
.footer-main-container .social-row .soc-item:hover{background-color:#0194ad !important;}
.stars-sections{color:orange;}


@media screen and (max-width:40em){

.navbar-logo a img{width:100%;}
.navbar-buttons{margin-top:18px;}
.cid-tbVHi119Vd .navbar-buttons .soc-item{width:100%;text-align: left;margin:0 !important;margin-bottom:10px !important;margin-left:-20px !important}
.cid-tbVHi119Vd .navbar-buttons .soc-item a::after {content: attr(data-name);margin-left: 10px;color:#000000;font-weight: 400 !important;font-family: arial, sans-serif !important;font-size: calc( 1.0735rem + (1.21 - 1.0735) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.0735rem + (1.21 - 1.0735) * ((100vw - 20rem) / (48 - 20))));

.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
        flex: 1 0 48%; /* makes two products per row on mobile */
    }	
	
	
	
}

.cid-tbVHAKKZkn .mbr-section-title{font-size:2rem !important;}

.product-container{-webkit-column-count:1;-moz-column-count:1;column-count:1;-webkit-column-gap:1px;-moz-column-gap:1px;column-gap:1px;}
.tab-container .tab-holder{margin-bottom:10px;}
.product-item h1{font-size:1.5rem;}
.product-item h2{font-size:1.2rem;}
.cid-tx1QtdDtKV .wrapper{padding:0 19px !important;padding-top:18px !important;}
.tab{font-size:13px !important;}
.cid-tx1QtdDtKV{padding-bottom:23px !important;}

.inner h1{font-size: 2em;margin:0;}
.inner h2{font-size: 1.8em;}
.inner h3{font-size: 1.7em;}
.inner .breadcrumbs{margin-bottom:0;}
.masonry-container {-webkit-column-count:1;-moz-column-count:1;column-count:1;}


}

@keyframes backgroundFade {
    0%, 100% {
        background-color: black;
    }
    50% {
        background-color:#006678;
    }
}

#AlertBar {
  position: relative;
  width: 100%;
}

.alertbar--message {
  font-family: 'Roboto', sans-serif;
  font-size: .8rem;
  height: auto;
  width: 100%;
  background: #555F66; /* Default background color, animation will override this */
  color: white;
  padding:5px;
  text-align: center;
  letter-spacing:2px;
  animation: backgroundFade 3s infinite; /* Apply the animation */
}

.alertbar--message a {
  color: #47acff;
  text-decoration: underline;
}

.alertbar--message a:hover {
  color: white;
  text-decoration: none;
}


@media screen and (max-width: 480px) {
  .wrap-at-490 {
    display: block;
  }
}

/* overlay image with opacity in header */
.mbr-overlay {
  opacity: 0.9;
  background-color: #0093AC;
}

.header7 {
  padding-top: 7rem !important;
}

.features7 {
  padding-top: 16rem !important;
}

.sale-price {
  color: #007bff;
}

.light-green-font {
  color: #2bd549;
  font-weight: 700;
}

.light-blue-font {
  color: #47acff;
}

.navbar.navbar-expand-lg .dropdown .dropdown-menu {
	background: #555F66 !important;
}

.container--home {
	max-width: 850px;
}

.container--home h2.mbr-text {
  color: #fff !important;
}

.container h2, .container h3, .container h4, h2.mbr-section-title, h3.mbr-section-title, h4.mbr-section-title {
  color: #555F66 !important;
  text-transform: uppercase;  
}

.form h3.mbr-section-title, .form h4.mbr-section-title{
  color: #fff !important;
}

.mbr-section-subtitle {
  color: #353535 !important;
}

.mbr-media img {
	border-radius: 0 !important;	
}

.vfb-submit {
	background-color: #0194ad;
}

.vfb-submit:hover{ 
	background-color: #555F66 !important;
}

img.responsive-image {
	width: 100%;
	height: auto;
	margin: 0;
}

#wpsl-search-wrap {
  font-family: "Roboto", sans-serif;
}

#wpsl-search-wrap .wpsl-input, #wpsl-search-wrap .wpsl-select-wrap, #wpsl-search-wrap .wpsl-search-btn-wrap {
  margin-right: 0;
  width: 33.33%;
}

#wpsl-search-wrap label {
  white-space: nowrap;
  line-height: 2.4em !important;
}

.wpsl-search {
  border: 1px solid #d3d3d3;
  border-radius: 3px;
  background-color: #eee;
}

#wpsl-result-list {
  border: 1px solid #d3d3d3;
  border-radius: 3px;
  background-color: #eee;
}


/* mbr */

.display-7 {
  font-size: 1.2rem;
  line-height: 1.6;
}

.contact-form--wrapper label.vfb-error {
  color: #FFDE85;
}

.contact-form--wrapper .vfb-legend h3 {
  font-size: 1em; 
}

.youtube-video-container {
  position: relative;
  overflow: hidden;
  width: 100%;
}

.youtube-video-container::after {
  display: block;
  content: "";
  padding-top: 56.25%;
}

.youtube-video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/*  woo-commerce */
.woocommerce span.onsale {
  background: #0093AC;
}

body #boxer-overlay[class^="tsvg-boxer-overlay-"]{
	opacity: 0.5 !important;
}

body #boxer[class^="tsvg-boxer-"] .boxer-caption p {
	font-family: 'Roboto', sans-serif !important;
	font-size: 1.3em;
	line-height: 1.2;
	margin-top: 6px !important;
}

