/**
 * Theme Name:     Hello Elementor Child
 * Author:         Elementor Team
 * Template:       hello-elementor
 * Text Domain:	   hello-elementor-child
 * Description:    Hello Elementor is a lightweight and minimalist WordPress theme that was built specifically to work seamlessly with the Elementor site builder plugin. The theme is free, open-source, and designed for users who want a flexible, easy-to-use, and customizable website. The theme, which is optimized for performance, provides a solid foundation for users to build their own unique designs using the Elementor drag-and-drop site builder. Its simplicity and flexibility make it a great choice for both beginners and experienced Web Creators.
 */




/* Menu wishlist */
.wishlist_icon_shortcode{
    position: relative;
}
.wishlist-count{
	position: absolute;
	top: -9px;
	background: #e9bb55;
	color: black;
	height: 16px;
	width: 16px;
	border-radius: 50%;
	font-size: 11px;
	right: -10px;
	padding: 1px;
	display: flex;
	align-items: center;
	justify-content: center;
}
/* Menu wishlist */


.hero_btn_icon > div a {
    position: relative;
    display: inline-block;
    padding-right: 100px !important; 
}

.hero_btn_icon > div a::after {
    content: "→";
    color: white;
    display: block !important;
    font-size: 17px;
    position: absolute;
    right: 8px;
    top: 50%;
    transform: translateY(-50%) rotate(90deg);
    height: 34px;
    width: 34px;
    background-color: #003B3C;
    border-radius: 50%;
}



.custom-featured-products{
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 20px;
}
.custom-featured-products .product-item-wrapper{
	padding:10px;
}
.product_thumbnail_item {
    padding: 15px;
    background: #f7f7f7;
    border-radius: 10px;
}

.product_thumbnail_item img{
	width:100%;
	object-fit:cover;
}

.discount-label {
    background: #d4ff6e;
    padding: 8px 5px 8px 5px;
    margin-bottom: 20px;
    border-radius: 20px;
    font-family: "Roboto", Sans-serif;
    font-size: 11px;
    font-weight: 600;
    display: flex;
}


.product_thumbnail_item a{
	display:block;
	
}
.freature_product_title{
	margin:0px;
	font-size:18px;
}
.freature_product_title a{
    font-family: "Jost", Sans-serif;
    font-size: 18px;
    font-weight: 500;
    color: #000000;
	text-decoration:none !important;
}

.manage_bottom_section{
	display: flex;
	flex-direction: column;
	gap: 5px;
	margin-top: 10px;
	align-items: center;
}
.product-price{
	font-family: "Jost", Sans-serif;
    font-size: 18px;
    font-weight: 400;
    color: #000000;
}

.add_to_favrate_in_desc .yith-wcwl-add-to-wishlist-button__label, .add_to_favrate .yith-wcwl-add-to-wishlist-button__label{
	display:none;
}

.custom-product-wrapper {
    display: flex;
	justify-content:space-between;
    flex-wrap: nowrap;
	gap:50px;
}

/* Product info */
.custom-product-info {
   max-width: 30%;
   width:100%;
}

.custom_poduct_title{
	color: #191C1D;
    font-family: "Jost", Sans-serif;
    font-size: 75px;
    font-weight: 700;
    text-transform: capitalize;
    line-height: 1.21em;
    letter-spacing: 1px;
}

.price_and_add_to_fav_box{
	display: flex;
    align-items: center;
    gap: 37px;
}

.custom_product_price{
	color: #191C1D;
    font-family: "Jost", Sans-serif;
    font-size: 48px;
    line-height: 1.5em;
    letter-spacing: -4.8px;
}

.product_short_desc p{
	color: var(--e-global-color-c58817e);
    font-family: "Jost", Sans-serif;
    font-size: 20px;
    line-height: 1.4em;
    letter-spacing: 0.5px;
}

.custome_add_to_cart_button{
	display: flex;
	gap: 20px;
	flex-wrap: wrap;
}

.custome_add_to_cart_button form .quantity{
	visibility:hidden;
	opacity:0px;
	height:0px;
}

.custome_add_to_cart_button form button.single_add_to_cart_button{
    padding: 15px 50px;
    border-radius: 50px;
    font-size: 16px;
    font-weight: 400;
    background: #000 !important;
    line-height: 1.68em;
}


.custom_quntity_button{
    background: #000;
    display: flex;
    padding: 9px 5px;
    border-radius: 50px;
    width: 175px;
    height: 57px;
}

.custom_button_icon{
	width: 56px;
	display: flex;
    align-items: center;
    justify-content: center;
	cursor:pointer;
}
.custom_button_quntity{
	width: 56px;
    border-left: 1px solid #a4a4a4;
    border-right: 1px solid #a4a4a4;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
	font-size: 20px;
    font-family: Jost;
}
.external_product_btn{
	    background-color: var(--e-global-color-c58817e);
    font-family: "Jost", Sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.68em;
    letter-spacing: -0.18px;
    fill: var(--e-global-color-58be983);
    color: var(--e-global-color-58be983);
    border-radius: 50px 50px 50px 50px;
    padding: 15px 50px 15px 50px;

}

/* Product info End */


/* Slider Start */
.custom-product-gallery {
    max-width: 40%;
	width:100%;
	overflow:hidden;
}

.main-image img {
    width: 100%;
/*     border-radius: 8px; */
}


/* Slider End */


/* Accordian */
/* 
.custom-accordion {
    border: 1px solid #ddd;
    border-radius: 6px;
	max-width:30%;
	width:100%;
}

.accordion-title {
    width: 100%;
    padding: 15px;
    background: #f7f7f7;
    border: none;
    text-align: left;
    font-weight: bold;
    cursor: pointer;
}

.accordion-title.active {
    background: #eaeaea;
}

.accordion-content {
    display: none;
    padding: 15px;
    border-top: 1px solid #ddd;
} */

.custom-accordion {
/*     border-top: 1px solid #000; */
	max-width:30%;
	width:100%;
}

.accordion-item {
    border-bottom: 2px solid #000;
}

.accordion-title {
    width: 100%;
    background: transparent;
    border: none;
	padding: 22px 24px 24px 0px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
	font-family: "Jost", Sans-serif;
    font-weight: 700;
    line-height: 1.4em;
	font-size:20px;
    letter-spacing: 0.5px;
	color:#000 !important;
}

.accordion-title .icon {
    font-size: 22px;
    transition: 0.3s;
}

.accordion-content {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s ease;
    padding: 0;
}

.accordion-content.open {
    padding: 10px 0 20px;
}

.accordion-content p{
	padding-bottom:27px;
	font-family: "Jost", Sans-serif;
	font-size: 20px;
	font-weight: 400;
	line-height: 1.4em;
	letter-spacing: 0.5px;
	color:#000;
}

button.accordion-title:focus,button.accordion-title:hover {
    background-color: transparent;
    color: #000;
    text-decoration: none;
}

/* Accordian */


/* crosel  */
.product-gallery-slider .owl-stage-outer,
.product-gallery-slider .owl-stage,
.product-gallery-slider .owl-item {
    width: 100%;
}
.product-gallery-slider img {
	width: 100%;
	 display: block;
	border-radius: 8px;
}

.owl-dots {
	display: flex;
	gap: 14px;
	width: 100%;
	justify-content: center;
	margin-top: 10px;
}

.owl-dot span {
	height:16px;
	width:16px;
	border-radius:50%;
	background:#5E5E5E;
	display: block;
}

.owl-dot.active span {
	background: #000000;
}

/* crosel  */


/* Related product start */
.custom-related-products {
    display: grid;
	grid-template-columns: repeat(3, 1fr);
    gap: 27px 27px;
}

 .custom-related-products .related-item_data {
	border-radius:25px;
	background: #bcbcbc;
	position:relative;
}

.custom-related-products .related-item_data img {
/* 	display: block;
	border-radius:25px;
	height: 100%;
	width: 100%;
	object-fit: cover; */
	width: 80%;
    height: 100%;
    display: block;
    margin: 0 auto;
}

.related_buy_pro_btn {
    position: absolute;
    bottom: 20px;
    left: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

.related_buy_pro_btn{
	background-color: #FFFFFFC4;
	font-family: "Jost", Sans-serif;
	font-size: 20px;
	font-weight: 700;
	fill: #000000;
	color: #000000;
	border-style: solid;
	border-width: 1px 1px 1px 1px;
	border-color: #FFFFFF;
	border-radius: 10px 10px 10px 10px;
	padding: 14px 16px 14px 14px;
}


.related_buy_pro_btn {
    border-radius: 13px;
    border-width: 2px;
    padding: 10px 16px 10px 14px;
    line-height: 1;
    letter-spacing: 2px;
    min-width: 55%;
    justify-content: space-between;
}
 
.custom-related-products img {
    aspect-ratio: 4.74/5;
}
 
.related_buy_pro_btn {
    bottom: 13px;
    left: 11px;
}


.add_to_favrate{
	position: absolute;
    right: 10px;
    bottom: 11px;
    background: #cfcccf;
    height: 52px;
    width: 52px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 13px;
    border: 2px solid #fff;
}


/* Related product end */




/* product page */
.products_in_grid_custom{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 15px;
}

.product-item{
	position:relative;
}
/* .product-item img {
    width: 100%;
    height: auto;
} */

.load-more-products {
    margin-top: 20px;
    padding: 10px 20px;
    cursor: pointer;
}




.custom-products-wrapper {
    position: relative;
}

.custom-products-wrapper.loading {
    opacity: 0.6;
    pointer-events: none;
}

/* Loader */
.custom-loader {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 45px;
    height: 45px;
    transform: translate(-50%, -50%);
    z-index: 999;
}

.custom-loader::after {
    content: '';
    width: 100%;
    height: 100%;
    border: 4px solid #ddd;
    border-top-color: #000;
    border-radius: 50%;
    display: block;
    animation: spin 0.8s linear infinite;
}

@keyframes spin {
    100% {
        transform: rotate(360deg);
    }
}


/* product page */



















@media screen and (max-width: 1025px) {
	.custom-product-wrapper{
		flex-direction: column;
	}
	.custom_poduct_title{
        font-size: 40px;
	}
	.custom_product_price{
		font-size: 35px;
	}
	.custom-product-info{
		max-width:100%;
	}
	.custom-product-gallery{
		max-width: 100%;
	}
	.custom-accordion{
		max-width:100%;
	}
	.custom-related-products {
		grid-template-columns: repeat(2, 1fr);
	}
	
	.custom-featured-products{
		grid-template-columns: repeat(2, 1fr);
	}
	
	
}


@media screen and (max-width: 768px) {
	.custom-related-products {
		grid-template-columns: repeat(1, 1fr);
	}
	
	.custom-featured-products{
		grid-template-columns: repeat(1, 1fr);
	}
	
}



/*       Product Page */


.product_tab .elementor-button-icon svg {
    height: auto;
    width: auto;
}



.product-pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  flex-wrap: wrap;
  margin-top: 70px;
}

.product-pagination button {
  background: #F2F3F4;
  border: none;
  height: 40px;
  width: 40px;
  border-radius: 50%;
  padding: 0;
  font-size: 14px;
  cursor: pointer;
  color:#7E7E7E;
  font-family: Quicksand;
  font-weight: 700;
  font-size: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.product-pagination button:hover { 
	background: #3BB77E;
	color: #fff;
}

.product-pagination button.active {
  background: #3BB77E;
  color: #fff;
}

.product-pagination button:disabled { opacity: 0.35; cursor: default; }
.product-pagination button:hover img {
    filter: brightness(5);
}


@media screen and (max-width: 767px) {
	.product-pagination {
  margin-top: 50px;
}
}

/*       Product Page */




.cart_icon:before {
    position: absolute;
    content: "0";
    background: #E9BB55;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    z-index: 1;
    font-size: 11px;
    line-height: 17px;
    font-weight: 400;
    color: black;
    font-family: Jost;
    display: flex;
    align-items: center;
    justify-content: center;
    right: 3px;
    top: 8px;
}

.heart_icon:before {
    position: absolute;
    content: "0";
    background: #E9BB55;
    width: 17px;
    height: 17px;
    border-radius: 50%;
    z-index: 1;
    font-size: 11px;
    line-height: 17px;
    font-weight: 400;
    color: black;
    font-family: Jost;
    display: flex;
    align-items: center;
    justify-content: center;
    right: 5px;
    top: 12px;
}



.motion-effects-layer.motion-product::before {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

@media screen and (max-width: 1500px) {
	.motion-effects-layer.motion-product::before {
    width: 140%;
    height: 140%;
    top: -20%;
    left: -20%;
}
}

@media screen and (max-width: 1024px) {
		.motion-effects-layer.motion-product::before {
    width: 110%;
    height: 110%;
    top: -5%;
    left: -5%;
}

.testimonial-content {
    width: 100% !important;
    max-width: 400px;
}
}



.faq_product .e-n-accordion-item:last-child > .e-n-accordion-item-title {
    border: none !important;
}

.faq_product .e-n-accordion-item:last-child > .e-con {
	border: none !important;
}

.product_tab .e-n-tabs-heading {
    margin: 0 auto;
    padding: 11px 23px;
    border-radius: 40px;
    box-shadow: 0px 0px 15px 0px #0000003B;
    background: #FFFFFF01;
    border: 1px solid #FFFFFF;
    justify-content: space-between;
}




/*  Product Pagination Start */

.custom-pagination {
    display: flex;
    justify-content: center;
    gap: 9px;
    flex-wrap: wrap;
	margin-top: 70px;
}

.custom-pagination a {
    height: 40px;
    width: 40px;
    border-radius: 50%;
    background-color: #F2F3F4;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none !important;
    font-family: Quicksand;
    font-weight: 700;
    font-size: 16px;
    color: #7E7E7E;
}

.custom-pagination a.active {
    background: #3BB77E;
    color: #fff;
}

/*  Product Pagination End */


/* .product-item img {
    display: block;
    border-radius: 25px;
    aspect-ratio: 1/1.05;
    object-fit: cover;
} */


.product-item img {
    width: 80%;
    height: 100%;
    display: block;
    margin: 0 auto;
} 

.add_to_favrate {
	background: #FFFFFFC4;
}

.products_in_grid_custom {
    gap: 48px 24px;
}


@media screen and (max-width: 992px) {
	.products_in_grid_custom {
    grid-template-columns: repeat(2, 1fr);
}
}

@media screen and (max-width: 767px) {
	.products_in_grid_custom {
    grid-template-columns: repeat(1, 1fr);
    gap: 30px;
}
.product_tab .elementor-widget-shortcode{
	width: 100%;
}

.custom-pagination {
    margin-top: 50px;
}

.product_tab .e-n-tab-title {
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 5px;
}
}



