/* 
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 */
.elementor-location-header {
    -webkit-backdrop-filter: blur(4px);
    backdrop-filter: blur(4px);
    background-color: #fff;
    /*box-shadow: 0 0.062rem 0.188rem rgba(0, 0, 0, 0.12), 0 0.062rem 0.125rem rgba(0, 0, 0, 0.12);
    box-shadow: var(--box-shadow-1);*/
    left: 0;
    position: sticky;
    right: 0;
    top: 0;
    transition: all 0.4s;
    z-index: 48;
}

.home-testimonials .comment-content {
	min-height: 87px;
}

.home-testimonials .testimonial-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

/* Children ko vertical order mein set karo */
.home-testimonials .testimonial-box .comment-bio {
  order: 1;
}

.home-testimonials .testimonial-box .rating-stars {
  order: 4;
  margin: 10px 0;
  display: flex;
  justify-content: center;
  gap: 5px;
}

.home-testimonials .testimonial-box .comment-content {
  order: 2;
  margin-bottom: 10px;
}

.home-testimonials .testimonial-box .profile-info {
  order: 3;
  margin-top: 5px;
}

/* Optional styling for profile */
.home-testimonials .profile-name {
  display: block;
  font-weight: 600;
  margin-top: 5px;
}

.elementor-location-header .elementor-menu-cart__toggle {
    display: flex;
}

.elementor-location-header .elementor-menu-cart__toggle .elementor-button:hover {
    border: none !important;
}

.shop-product-grid .product_title{
	min-height: 52.8px;
	display: block !important;
}

.shop-product-grid .product_title a {
	font-weight: 600;
}

.shop-product-grid .woocommerce-product-details__short-description p{
	min-height: 120px;
}

.tag-badge .posted_in,
.tag-badge .sku_wrapper{
	display: none;
}
.tag-badge .tagged_as .detail-label {
	display: none;
}

.tag-badge .product_meta {
	position: absolute;
	right: 0px;
	top: 0px;
	left: auto;
	z-index: 2;
}

.tag-badge .tagged_as .detail-content {
	background: #f2a057;
	padding: 10px 10px;
	border-radius: 5px;
	display: flex;
	box-shadow: rgb(242 160 87) 6px 2px 16px 0px, rgba(255, 255, 255, 0.8) -6px -2px 16px 0px;
}

.tag-badge .tagged_as .detail-content a {
    color: #fff;
    font-size: 12px;
    line-height: 12px;
    font-weight: 500;
    letter-spacing: 1px;
}

.single-product-btn .quantity {
    margin-right: 15px !important;
}

.single-product-btn .wbdl_widget .quantity-break.active {
    border: 2px solid #953D32;
}

.single-product-btn .wbdl_widget .quantity-break .quantity-break__price .bundle-price {
	color: #953D32;
}

.single-product-btn  .wbdl_widget .quantity-breaks__vertical .quantity-break .bundle-message-not-blink, 
.single-product-btn .wbdl_widget .quantity-breaks__vertical .quantity-break .bundle-message-blink {
	background: #953D32;
}

.single-product-btn .wbdl_widget .quantity-breaks__vertical .quantity-break .quantity-break__discount-rule {
	background-color: #953D32;
}

html body.woocommerce .product .single-product-btn button.single_add_to_cart_button {
	height: auto !important;
	width: auto !important;
	margin-left: 0 !important;
}

@media (max-width: 1024px) {
	html body.woocommerce .summary-inner .single-product-btn .single_add_to_cart_button.button.alt {
		height: auto !important;
		width: auto !important;
		margin-left: 0 !important;
	}
}

/*<!-- cart and checkout -->*/
.secure-badge {
    display: flex;
    align-items: center;
    gap: 15px;
    justify-content: right;
    padding-bottom: 15px;
}
.secure-badge h3{
    font-size: 18px;
    margin-bottom: 0 !important;
}
.secure-badge img {
    height: 36px;
}

.secure-payment-badge {
    max-width: 520px;
    text-align: center;
    margin-bottom: 10px;
}

/*.secure-payment-badge img {
    max-width: 300px;
}*/

.credibility_builders {
    display: flex;
    gap: 20px;
    margin-bottom: 10px;
}

.credibility_builders .cb-box {
    flex: 1;
    display: flex;
    gap: 15px;
    align-items: center;
}

.credibility_builders img {
    margin-bottom: 10px;
    height: 30px;
}
.credibility_builders h6 {
    color: #666;
    font-size: 13px;
}

.woocommerce-checkout .credibility_builders {
    max-width: 600px;
}

.elementor-location-header .elementor-menu-cart__container {
	overflow: visible;
}
.elementor-location-header .elementor-menu-cart__main {
	height: 100vh;
}

.recommended-product {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 15px;
}

.recommended-product .product-image img {
    width: 70px;
    height: 70px;
    object-fit: cover;
    border-radius: 10px;
    border: 1px solid #1D3B33;
}

.recommended-content {
    max-width: 230px;
    min-width: 230px;
}

.recommended-title {
    font-size: 13px;
    color: #666;
    line-height: 17px;
    margin-bottom: 5px !important;
}

.recommended-title a {
    color: #666;
}

.recommended-content p{
    margin-bottom: 0;
}

.recommended-product .rp-add-to-cart {
    text-decoration: none;
    color: #fff;
    background: #953D32;
    font-size: 13px;
    line-height: 13px;
    border-radius: 5px;
    padding: 5px;
    min-width: 85px;
}

.recommended-product .rp-add-to-cart:hover{
    text-decoration: none;
    color: #fff;
    background: #953D32;
}

/*-----------------------
       home-best-selling-section
    -----------------------*/



#home-best-selling-section {
    padding: 52px 0 58px !important;
}

#home-best-selling-section .home-best-selling-slider .slick-next:before,
#home-best-selling-section .cross-selling-slider .slick-next:before, 
#home-best-selling-section .home-best-selling-slider .slick-prev:before,
#home-best-selling-section .cross-selling-slider .slick-prev:before {
    color: #000;
    font-size: 30px;
}

#home-best-selling-section .slick-track {
    display: flex !important;
    align-items: stretch;
}

#home-best-selling-section .slick-slide {
  height: auto;
}

.best-selling-ratings {
    display: flex;
    align-items: center;
    gap: 5px;
}

#home-best-selling-section .inner-box {
    height: 100%;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

.product-content {
    padding: 15px 15px 15px 15px;
}

.product-content .text {
    font-family: "Roboto", sans-serif;
    font-weight: 600;
    margin-bottom: 10px;
    line-height: 23px;
    min-height: 46.01px;
}

span.you-save-text {
    background: red;
    padding: 4px 10px;
    border-radius: 16px;
    color: #ffffff !important;
    font-weight: 600;
    font-size: 12px !important;
    position: absolute;
    top: 15px;
    right: 15px;
}

.quick-view-btn {
    background-color: #000;
    border-color: #000;
    color: #ffffff !important;
    position: absolute;
    bottom: 10px;
    left: 50%;
    transform: translate(-50%);
    display: none;
    transition: all 0.5s ease;
}

.quick-view-btn:hover {
    color: #ffffff;
}

#home-best-selling-section .news-block {
    padding: 10px 10px;
    margin: 0;
    position: relative;
}

#home-best-selling-section .image-box {
    text-align: center;
}

#home-best-selling-section .image-box img {
    height: 200px;
    object-fit: cover;
}

#home-best-selling-section .image-box:hover .quick-view-btn {
    display: block;
}

.product-ratings {
    margin: 10px 0;
}

.avg-rating-text {
    line-height: 1;
    font-weight: 600;
        color: #666
}

.best-selling-ratings .star-rating span {
    color: #fbbc04;
}

.best-selling-ratings .star-rating::before {
    color: #fbbc04;
}

.best-selling-buy-now a{
    color: #fff !important;
}

.cross-selling-slider .slick-dots li button:before {
    font-size: 20px;
    color: #953D32;
}

.slick-dots li button:focus:before, .slick-dots li button:hover {
    opacity: 1;
    background-color: transparent;
    border: none;
    border-radius: 30px;
}
@media (max-width: 1024px) {
    html body[data-elementor-device-mode=mobile] .jeg-elementor-kit.jkit-nav-menu.break-point-tablet .jkit-menu-wrapper {
        height: 392px !important;
    }
	.cart-page-css .e-cart__column.e-cart__column-start {
		min-width: 100%;
	}
	.elementor-widget-woocommerce-checkout-page .woocommerce #customer_details .col-1, .elementor-widget-woocommerce-checkout-page .woocommerce .e-checkout__order_review, .elementor-widget-woocommerce-checkout-page .woocommerce .e-coupon-box, .elementor-widget-woocommerce-checkout-page .woocommerce .e-woocommerce-login-section, .elementor-widget-woocommerce-checkout-page .woocommerce .shipping_address, .elementor-widget-woocommerce-checkout-page .woocommerce .woocommerce-additional-fields, .elementor-widget-woocommerce-checkout-page .woocommerce .woocommerce-checkout #payment {
		padding: 10px !important;
	}
	.credibility_builders {
    display: block;
	}
	.recommended-product .product-image {
		display: none;
	}
}