/*
Theme Name: Hello Elementor Child
Author: 
Description: Your description goes here
Version: 3.4.4
Template: hello-elementor

This is the child theme for Hello Elementor theme, generated with Generate Child Theme plugin by catchthemes.

(optional values you can add: Theme URI, Author URI, License, License URI, Tags, Text Domain)
*/
.elementor-menu-cart__toggle_button {
    padding: 0 !important;
    background-color: transparent !important;
    border-radius: 0;
}
.head-fibosearch .dgwt-wcas-sf-wrapp {
    padding: 0;
    background: transparent;
}

.head-fibosearch .dgwt-wcas-search-input[type="search"] {
    padding: 10px 10px 10px 30px !important;
    background: transparent !important;
    border-bottom: 1px solid #fff !important;
    border-radius: 0 !important;
    color: #fff !important;
    opacity: 1;
}

.head-fibosearch .dgwt-wcas-search-submit {
    left: 0 !important;
    top: 50% !important;
    transform: translateY(-50%);
}

.head-fibosearch .dgwt-wcas-search-submit svg path {
    fill: #fff !important;
}

.head-fibosearch .dgwt-wcas-search-input[type="search"]::placeholder {
    opacity: 1 !important;
}

.head-fibosearch .dgwt-wcas-search-input[type="search"]:focus-visible {
    outline: 0 !important;
}

.head-fibosearch .dgwt-wcas-search-input[type="search"]:active {
    outline: 0 !important;
}
.banner-btn a {
    min-width: 170px;
    height: 46px;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}
.product-loopitem .product_title {
    display: -webkit-box !important;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    line-height: 1.2;
}
.single-product #Subheader{
	display: none;
}

.single-page-product .single-page-product-gallery a img {
    height: 600px !important;
    object-fit: contain;
    padding: 10px;
}

.single-page-product .quantity .input-text {
    border: 0;
    padding: 0;
    width: 60px;
    -moz-appearance: textfield;
}

.single-page-product .quantity .input-text::-webkit-outer-spin-button,
.single-page-product .quantity .input-text::-webkit-inner-spin-button{
    -webkit-appearance: none !important;
    margin-block: 0 !important;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

.single-page-product .quantity .plus,
.single-page-product .quantity .minus{
    margin: 0 !important;
    font-size: 20px;
    border-radius: 70px !important;
    width: 50px;
    height: 50px;
    padding: 0;
    display: inline-flex;
    justify-content: center;
    align-items: center;
}
.single-page-product .elementor-widget-woocommerce-product-price .price {
    display: flex;
    align-items: flex-end;
    flex-direction: row-reverse;
    justify-content: flex-end;
    gap: 10px;
}

.elementor-add-to-cart .stock {
    color: var(--e-global-color-accent) !important;
    font-weight: 700;
}
.product-des a {
    color: #fff !important;
    text-decoration: underline !important;
}
.single-page-product {
    position: relative;
    z-index: 1;
}

.woocommerce-notices-wrapper {
    order: -1;
}
.woocommerce-notices-wrapper {
    opacity: 0;
    position: absolute;
}
.page-cart-section {
    padding: 50px 0px !important;
}

.page-cart-section .wp-block-woocommerce-filled-cart-block {}

.page-cart-section {
    margin: 0 !important;
    height: 100%;
}

.page-cart-section .wp-element-button {
    border-radius: 30px;
    color: #fff;
    text-decoration: none;
    background-color: var(--e-global-color-accent);
}
.page-checkout {
	padding: 50px 0px !important;
}
.elementor-pagination .page-numbers.current {
    font-size: 30px;
    text-decoration: underline;
}

.review-slider .swiper-slide .elementor-testimonial .elementor-testimonial__content {
    position: relative;
    z-index: 1;
}

.review-slider .swiper-slide .elementor-testimonial .elementor-testimonial__content:before {
    content: '';
    z-index: 1;
    background: url('/wp-content/uploads/2025/06/gWXGP4dScRGZb5y8IHAZRzeJhHk.svg-fill.png');
    width: 50px;
    height: 50px;
    display: block;
    margin-bottom: 20px;
}
.review-slider .swiper-pagination {
    bottom: -15px !important;
}
.addtocart-icon {}

.addtocart-icon .add_to_cart_button {
    padding: 0 !important;
    /* font-size: 0 !important; */
    position: relative !important;
    z-index: 1;
    visibility: hidden;
}

.addtocart-icon .add_to_cart_button::before {
    content: '';
    position: absolute;
    width: 40px;
    height: 30px;
    background-image: url(/wp-content/uploads/2025/08/addtocart-icon.png);
    background-repeat: no-repeat;
    background-size: contain;
    visibility: visible !important;
    right: 0;
}
@media screen and (max-width: 1639px){
	.woocommerce-cart .wp-block-woocommerce-cart {
		max-width: 1200px;
		margin: auto;
	}
}
@media screen and (max-width: 1239px){
.single-page-product .single-page-product-gallery a img {
		height: 360px !important;
	}
}
@media screen and (max-width: 959px){
.single-product .e-add-to-cart--show-quantity-yes .e-atc-qty-button-holder {
    flex-direction: column;
    gap: 10px;
}
	}
@media screen and (max-width: 479px){
.single-page-product .single-page-product-gallery a img {
    height: 250px !important;
}
		.woocommerce-cart .wp-block-woocommerce-cart {
		max-width: 320px !important;
		margin: auto;
	}
}