/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */


.home-slider-image img {
    width: 100% !important;
	height: 65vh !important;
    object-fit: cover;
}
#site-header,
#site-footer{
	display:none;
}
.navigation-menu ul {
  display: flex;
  align-items: center;
  flex-wrap:wrap;
  list-style: none;
}
.navigation-menu ul li {
  line-height: normal;
  display: block;
  margin: 0 40px 0 0;
}
.navigation-menu ul li:last-child{
	margin-right:0;
}
.navigation-menu ul li a {
  font-family: "Inter", Sans-serif;
    font-size: 14px;
    font-weight: 700;
    text-transform: capitalize;
	color:#232323;
  display: block;
}
/* .contact-box .half-col{
		width:50%;
	
}
.contact-box .form-col{
	display: flex;
  gap: 15px;
  width: 100%;
}
.contact-box .form-group .form-control{
	font-size: 16px;
  color: #646464;
  padding: 12px 20px;
  height: 55px;
	display: inline-flex;
  align-items: center;
  border-radius: 4px;
  border: 1px solid #e1e1e1;
  margin-bottom: 15px;
	background-color: #FFF;
}
.contact-box .form-group textarea{
	height: 100px !important;
}
.contact-box .form-group p{
	margin-bottom:0;
}
	
.contact-box .form-group .form-control:focus {
  border: 1px solid #e1e1e1;
  outline: none;
}
.contact-box .form-btn .send-btn{
  border-style: none;
	cursor: pointer;
  display: inline-block;
	position: relative;
	width:100%;
} */


.home-slider-pagination{
    position: absolute!important;
    bottom: 20px!important;
    text-align: center;
    z-index: 11;
}
body .swiper-pagination-bullet{
    width: 13px;
    height: 13px;
    background-color: #fd017e!important;
    opacity: 0.2;
}
body .swiper-pagination-bullet.swiper-pagination-bullet-active{
    opacity: 1;
}
body .home-slider-pagination  .swiper-pagination-bullet{
    background-color: #fff!important;
}



.block-slide{
  margin: 0 0 18px 0;
}
.block-slide img{
  width: 100%;
  height: 258px;
  object-fit: cover;
}
.block-slide a{
  display: block;
}
.block-slide h6{
  color: #000;
  margin: 10px 0 9px 0;
  font-size: 14px;
  font-weight: normal;
  font-family: "Inter", Sans-serif;
}
.block-slide h6 a{
  color: #000;
}
.block-slide h6 a:hover{
  color: #fd017e;
}
.block-slide h3,.block-slide h4{
  color: #232323;
  margin: 0 0;
  font-size: 14px;
  font-weight: bold;
  line-height: 22px;
  font-family: "Inter", Sans-serif;
}
.block-slide h3 span{
  color: #232323;
  position: relative;
  display: inline-block;
  margin: 0 10px 0 0;
}
.block-slide h3 span::before{
  content: "";
  width: 100%;
  height: 1px;
  background-color: #232323;
  position: absolute;
  top: 10px;
  left: 0;
}
.block-slide h3{
  color: #fd017e;
}

.block-slider-image{
  overflow: hidden;
  transition: all 0.5s ease;
  position: relative;
}
.block-slider-image img{
  transition: all 0.9s ease;
}
.block-slider-image:hover img{
  transform: scale(1.05);
}
.slider-image-hover{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%!important;
  height: 100%!important;
  opacity: 0;
}
.block-slider-image:hover .slider-image-hover{
  opacity: 1;
}

.block-slider-wrap{
  position: relative;
}
.block-button-prev,
.block-button-next{
  position: absolute;
  top: 40%;
  left: -80px;
  width: 40px;
  transform: translateY(-50%);
  z-index: 1;
  cursor: pointer;
}
.block-button-next{
  left: auto;
  right: -80px;
}


.woocommerce-product-gallery__wrapper .woocommerce-product-gallery__image a img{
  width: 100%!important;
  height: 500px!important;
  object-fit: cover;
}

.single-section{
  padding: 50px 0;
}
.single-text h1{
  font-weight: bold;
  font-size: 24px;
  line-height: 30px;
  margin: 0 0 15px 0;
}
.single-text h4{
  color: #fd017e;
  font-size: 30px;
  font-weight: 600;
  border-bottom: 1px solid #ccc;
  margin: 0 0 20px 0;
  padding: 0 0 15px 0;
}

.single-text ul{
  list-style: none;
  margin: 0;
  padding: 0;
}
.single-text ul li{
  margin: 0 0 20px 0;
  display: flex;
  align-items: center;
  font-size: 20px;
  line-height: 25px;
  padding: 0 0 0 40px;
  position: relative;
}
.single-text ul li img{
  position: absolute;
  left: 0;
  top: 0;
  width: 30px;
}

.single-row{
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
}
.single-col{
  padding: 0 15px;
  width: 50%;
}
.container{
  max-width: 1410px;
  width: 100%;
  margin: 0 auto;
}
.single-image{
  padding: 0 50px 0 0;
}

ul.products.columns-4 {
    display: flex;
    flex-wrap: wrap;
    gap: 60px 15px;
	justify-content: start;
}
.archive .woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
    margin: 0;
    width: 32%;
	text-align: center;

}
/* .products a.add_to_cart_button {
    display: none !important;
}
 */




@media screen and (max-width: 1200px){
	
}
@media screen and (max-width: 1199px){
	.navigation-menu ul li{
		margin:0 30px 0 0;
	}
}
@media screen and (max-width: 991px){
	.navigation-menu {
        position: fixed;
        top: 0;
        left: -100%;
        width: 70%!important;
        max-width: 300px!important;
        background-color: #fff;
        padding: 30px 0;
        height: 100%;
        opacity: 0;
        visibility: hidden;
        transition: all 0.5s ease;
        z-index: 11111;
        box-shadow: 0px 0px 10px rgba(0,0,0,0.1);
    }
    .navigation-menu.show{
        display: block;
        opacity: 1;
        left: 0;
        visibility: visible;
    }
    .navigation-menu ul{
        flex-wrap: wrap;
        padding: 0;
    }
    .navigation-menu ul li{
        display: block;
        margin: 0 0 0 0;
        width: 100%;
    }
    .navigation-menu ul li a{
        line-height: normal;
        padding: 10px 25px;
        display: block;
        border-bottom: 1px solid #ccc;
    }
    .navigation-menu ul li:last-child a{
        border-bottom: 0;
    }
    .toggle-btn{
        cursor: pointer;
    }
}
@media screen and (max-width: 767px){
/* 	.contact-box .form-col{
		display:block;
	}
	.contact-box .half-col{
		width:100%;
	} */
}