/* 
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 */

/* Global Spacings Start */
:root {
	--section-padding-top-global: 2rem;
	--section-padding-right-global: 1rem;
	--section-padding-bottom-global: 2rem;
	--section-padding-left-global: 1rem;
}
@media(min-width: 1024px) {
	:root {
		--section-padding-top-global: 4.5rem;
		--section-padding-bottom-global: 4.5rem;
	}
}


.container {
  padding-top: var(--section-padding-top-global)!important;
  padding-right: var(--section-padding-right-global)!important;
  padding-bottom: var(--section-padding-bottom-global)!important;
  padding-left: var(--section-padding-left-global)!important;
}


.elementor-element.mp-container.e-con {
    padding-inline-start: var(--section-padding-left-global);
    padding-inline-end: var(--section-padding-right-global);
    & > .e-con-inner {
        padding-block-start: var(--section-padding-top-global);
        padding-block-end: var(--section-padding-bottom-global);
    }
}

/* Global Spacings End */

/* Fix Overflow Start */
.overflow-x-clip {
	overflow-x: clip !important;
}
.overflow-y-clip {
	overflow-y: clip !important;
}
.elementor-element.e-parent:has(.elementor-widget.elementor-widget-template) {
    overflow-x: clip;
}
/* Fix Overflow End */

/* Text Overrides Start */
.text-accent {
	color: var( --e-global-color-accent );
}
.text-white {
	color: var( --e-global-color-ac985b2 );
}
.text-black {
	color: var( --e-global-color-7d06424 );
}
.text-balance :is(p, .elementor-heading-title) {
    text-wrap: balance;
}
.elementor-element p {
	& a {
		transition: color 300ms;
	}
	&:last-child {
		margin-bottom: 0;
	}
}
/* Text Overrides End */

.swiper-pagination-bullet {
    border-radius: 1000px;
    transition: 300ms;
    &.swiper-pagination-bullet-active {
        width: calc( 3 * var(--swiper-pagination-size) )
    }
}
.uc_material_accordion .uc-heading[role="button"] {
    transition: 300ms;
}



/* Footer CopyRight Start */
a.mp-copyright-link {
	position: relative;
	
	& .mp-copyright-img {
		background-color: #ffffff;
		padding: 0.5rem 0.75rem;
		border-radius: 0.5rem;
		box-shadow: 0px 0px 24px 0px #8b0dbb;
		max-width: 120px;
		/* top: 1rem; */
		bottom: 1.5rem;
		left: 50%;
		transform: translateX(-50%);
		position: absolute;
		transition: all 200ms ease-in-out;
		opacity: 0;
		visibility: hidden;
	}

	&:hover .mp-copyright-img {
		visibility: visible;
		opacity: 1;
	}
}
/* Footer CopyRight End */

/* Button Icon Anim Start - Global */
.elementor-widget-button .elementor-button {
    &:hover {
        & .elementor-button-content-wrapper .elementor-button-icon {
            animation: e-btn-icon-hover-fx 1s;
            transform: rotate(-45deg);        }
        
    }
}

@keyframes e-btn-icon-hover-fx {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(-45deg);
    }
}
/* Button Icon Anim End - Global */

/* Custom theme Styles */

.home #blogSec #blogTempSec .elementor-template > div > div:first-child {
    display: none;
}

.home #blogSec #blogTempSec .elementor-template .elementor-button.elementor-button-link , .home #blogSec #blogTempSec .elementor-template .elementor-button.elementor-button-link span{
    border-radius:30px;
    color:#FFF;
    fill:#FFF!important;
    border:none;
}

.single.single-product .product-hero div:nth-child(1) a{
    display:block;
    width:100%;
}
.single.single-product .product-hero div:nth-child(1) a img{
    display:block;
    width:100%;
}

.single.single-product .product-hero .gallery {
   
      display: flex;       /* Make children side by side */
  flex-wrap: wrap;     /* Wrap to next row if needed */
  gap: 0;              /* Optional: spacing between images */
}


.single.single-product .product-hero .gallery .gallery-item {
     flex: 1 1 50%;       /* Each div takes half width */
  box-sizing: border-box;
  overflow: hidden;    /* Ensures images don't overflow */ 
}



.single.single-product .product-hero .gallery .gallery-item > div a {
  display: block;      /* Make anchor behave like a block */
  width: 100%;
  height: 100%;
}
.single.single-product .product-hero .gallery .gallery-item .gallery-icon{
    height:100%;
}

.single.single-product .product-hero .gallery .gallery-item > div a img {
  width: 100%;
  height: 100%;
  object-fit: cover;   /* Image fills container without stretching */
  display: block;
}


#contact_page_form label{
    margin-bottom:10px;
}

#contact_page_form input, #contact_page_form textarea {
    background-color:#f3ebe047!important;
    border-color:#F3EBE0;
    border-radius:10px;
    margin-bottom:10px;
}

#contact_page_form  button {
    background-color:#2A3C2C;
    color:#FFF;
       padding: 16px 0;
}

.blog #ayvanaNav nav ul li a {
    color:#000!important;
}

/* MAIN CHECKOUT GRID */
.woocommerce-checkout #customer_details {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
}

/* COLUMN STYLING */
.woocommerce-checkout #customer_details .col-1,
.woocommerce-checkout #customer_details .col-2 {
    background: #fff;
    padding: 25px;
    border-radius: 10px;
    border: 1px solid #eee;
width:100%!important;
}
.woocommerce.alignwide {margin-inline:0;}
/* FORM INPUTS */
.woocommerce-checkout #customer_details input,
.woocommerce-checkout #customer_details select,
.woocommerce-checkout #customer_details textarea {
    width: 100%;
    padding: 12px 14px;
    border-radius: 6px;
    border: 1px solid #ddd;
    font-size: 15px;
}


.woocommerce-checkout #customer_details input, .woocommerce-checkout #customer_details textarea {
  background-color: #f3ebe047 !important;
  border-color: #F3EBE0;
  border-radius: 10px;
  margin-bottom: 10px;
}



/* LABELS */
.woocommerce-checkout #customer_details label {
    font-weight: 500;
    margin-bottom: 5px;
}

/* FORM ROW SPACING */
.woocommerce-checkout #customer_details .form-row {
    margin-bottom: 18px;
}


.woocommerce-checkout #customer_details::before,
.woocommerce-checkout #customer_details::after {
    display: none;
}


.woocommerce-checkout #place_order {
    background-color: #2A3C2C!important;
    padding: 16px!important;
    border-radius:16px;
    margin-top:20px;
}
.woocommerce-info {
    border-top-color: #1d2a1e!important;
    border-radius: 8px!important;
}
.woocommerce-info::before {
    color:#1d2a1e!important;
}
/* TABLET */
@media (max-width: 900px) {

    .woocommerce-checkout #customer_details {
        grid-template-columns: 1fr;
        gap: 25px;
    }

}

/* Smallet tablet */
@media (max-width: 768px) {

#menuAyvana .wpc-food-tab-wrapper{
position:relative
}
#menuAyvana .wpc-nav {
        position: sticky;
        top: 0;
        z-index: 10;
        background: #f4ebe0;
        padding-top: 15px;
        box-sizing: border-box;
    }
}

/* MOBILE */
@media (max-width: 480px) {

    .woocommerce-checkout #customer_details {
        gap: 18px;
    }

    .woocommerce-checkout #customer_details .col-1,
    .woocommerce-checkout #customer_details .col-2 {
        padding: 18px;
    }

    .woocommerce-checkout #customer_details input,
    .woocommerce-checkout #customer_details select {
        font-size: 16px;
    }

}