/* .logo-slider .swiper-slide {
    width: 180px !important; 
} */


body.woocommerce-page .is-layout-flex{
	display: flex !important;
}

body.woocommerce-page .el_cat_div_sec.is-layout-flex {
display: block !important;
	padding-bottom: 50px;
}








.wc-block-components-product-sale-badge {
    display: none;
}


.logo-slider .wp-block-image img{
    width: 90px !important;
}


.wp-block-search__button{
    background-color: black !important;
    color: white !important;
}


.search-by-product.wp-block-search__button-outside{
    max-width: 420px;
}

.search-by-product {
  margin-left: auto !important;
  margin-right: 0 !important;
}
.search-by-product .wp-block-search__inside-wrapper {
  justify-content: flex-start !important;
}


.wd-portfolio .portfolio__more .read-more {
    display: none;
}
.wd-portfolio .portfolio__info h4 a {
  pointer-events: none;
  cursor: default;
  text-decoration: none;
  color: inherit;
}


.logo-slider .swiper-slide img{
   display: block;
  margin: 0 auto !important;
}
.logo-slider .swiper-button-next:after, .logo-slider .swiper-button-prev:after{
 color: black;
}



.quartz-product li.product > .wc-block-components-product-sku,
li.product > .wp-block-post-title {
    display: inline-flex;
    align-items: center;
}
.quartz-product .wp-block-post-terms__prefix{
    display: none;
}
.quartz-product .wc-block-components-product-button{
    margin: 0;
}
.quartz-product .sku{
    margin-right: 10px
}


.revslider .sr7-tabs-mask .sr7-tab-content .sr7-tab-date {
    display: none !important;
}


.heder-button .wp-block-button a{
    font-size: 16px
}
.heder-button .wp-block-button.is-style-fill a:hover  {
    background-color: white !important;
    color: black !important;
    transition: 0.5s;
}
.heder-button .wp-block-button.is-style-fill a{
    transition: 0.5s;
}

.bg-change{
    background-color: white !important;
    margin-top: 0
}








.quartz-product .wc-block-components-product-price {
    display: none;
}
.quartz-product .wc-block-components-product-sale-badge{
    display: none;
}

.quartz-product ul li:hover .add_to_cart_button {
    display: none;
}

.product .single-product-details .onsale, .wc-block-components-product-price, .wp-block-add-to-cart-form, .woocommerce-tabs{
    display: none;
}

.wp-block-woocommerce-related-products .wc-block-components-product-sale-badge {
    display: none;
}
.wp-block-woocommerce-related-products ul li:hover .add_to_cart_button {
    display: none;
}

.wp-block-woocommerce-related-products ul li:hover .wp-block-button__link {
    display: none;
}





.value-sec {
    justify-content: center;
}
.team-sec1:hover .team-member__socialmedia{
    display: none;
}

.wp-block-woocommerce-product-details.alignwide {
    max-width: var(--wp--style--global--content-size);
    margin-left: auto !important;
    margin-right: auto !important;
}
.team-sec .team-member__picture img{
    display: none;
}
.el_d_none{
	display: none !important;
}

.wp-block-button__link{
	height: fit-content !important;
}

img.inverse-logo {
    width: 200px;
}
.custom_map iframe {
    width: 100%;
}

.padt_50{
    padding-top: 30px;
}

.products_cards > div {
    background-color: #fff;
    border-radius: 12px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    padding: 15px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.products_cards > div img {
    width: 100%;
    height: 250px !important;
    object-fit: cover;
}

.products_cards > div:hover {
    transform: translateY(-10px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
}


.products_cards h4.wp-block-heading ,.products_cards p {
    text-align: center;
}
@media (min-width: 768px){
p.l_para {
    max-width: 80%;
    padding-top: 12px;
}

.hostinger-reach-block-subscription-form-wrapper {
    margin-top: 14px;
}
}





@media (max-width: 768px){
	.logo-slider .swiper-slide {
    width: calc(100% / 3) !important;
  }
	
}



@media (max-width: 767px){
.products_cards > div img {
    height: 200px !important;
}
	.wp-block-woocommerce-customer-account {
    display: none;
}

  .cont-sec .wp-block-webdevia-text-with-icon__info h6{
    text-align: center;
}  
	
	
/* .search-by-product{
    display: none;
} */

	
	
	 .break-heading {
    display: inline !important;
  }
	.about-sec {
    flex-direction: column !important;
    align-items: flex-start !important;
  }

  .about-sec h2,
  .about-sec h4,
  .about-sec h5,
  .about-sec p {
    text-align: left !important;
  }

  .about-sec .wp-block-webdevia-text-with-icon {
    align-items: flex-start !important;
    text-align: left !important;
  }

  .about-sec 
  .wp-block-webdevia-text-with-icon__info__title {
    justify-content: flex-start !important;
  }

  .about-sec 
  .wp-block-webdevia-text-with-icon__info__text {
    margin-inline-start: 0 !important;
    padding-left: 37px;
  }

  .about-sec figure {
    margin: 30px 0 0 0 !important;
    width: 100% !important;
  }

  .about-sec img {
    width: 100% !important;
    height: auto !important;
    max-height: auto; 
    object-fit: cover;
    display: block;
  }
	
	
	
.heder-button .wp-block-button a{
    font-size: 14px
}
	.features .wp-block-webdevia-text-with-icon__info__text{
    padding-left: 0 !important;
}
	.features .wp-block-spacer{
		height: 12vw !important;
	}
	.features .about-sec {
    margin-top: -70px;
}

	.logo-slider .swiper-slide {
    width: calc(100% / 2) !important;
  }
	
	
}


/* @media (max-width: 320px){
	.heder-button .wp-container-core-group-is-layout-5f465610 {
    width: 45% !important;
}
.heder-button .wp-block-button a{
    padding: 5px 10px 5px 10px !important;
}
} */