/*
Theme Name: Elektromec FZE
Author: Vivek Patel
Version: 1.0
*/

/*Home Page slider css*/
.hero-slider {
    position: relative;
    overflow: hidden;
}
.hero-slider .slide {
    height: 500px;
    background-size: cover;
    background-position: center;
    position: relative;
    color: #fff;
}
.hero-slider .content {
    position: absolute;
    bottom: 50px;
    left: 50px;
}

/*Home Page slider css*/

/*blog page css*/
.search-suggestions {
    background: #fff;
    border: 1px solid #ddd;
    max-height: 200px;
    overflow-y: auto;
    position: absolute;
    width: 100%;
    z-index: 9999;
    display: none;
}
.search-suggestions a {
    display: block;
    padding: 8px 12px;
    text-decoration: none;
    color: #333;
}
.search-suggestions a:hover {
    background: #f2f2f2;
}

.sidebar__search{
    z-index: 1;
}

.search-suggestions a.search-suggestion-item {
    border-bottom: 1px solid #eee;
}
.search-suggestions a.search-suggestion-item:last-child {
    border-bottom: none;
}
/*blog page css*/


/*woocommerce css*/
.custom-shop-page .product {
  border: 1px solid #eee;
  padding: 20px;
  text-align: center;
  margin-bottom: 30px;
}

.custom-shop-page .woocommerce ul.products {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}

.elektroproductgrid{
    display: block;
    text-align: center;
}
.elektroproductgrid h4{
    padding-bottom: 15px;
}

.elektroproductlist h4{
    padding-bottom: 15px;
}




/*product Detail Page*/
#shop-details-one__carousel{
    overflow: clip;
}
#shop-details-one__thumb{
    overflow: clip;
}
.product-details__thumb-box{
    max-width: 550px;
}

.breadcumbtitle{
    width: 700px;
}
.product-details__content{
    padding-bottom: 10px;
}