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

/* menu link animation */
.e--pointer-double-line.e--animation-slide .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):after, .e--pointer-underline.e--animation-slide .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):after {
    inset-inline-start: 0 !important;
    width: 10px;
}

.icon-stroke .elementor-icon-list-icon svg{
	fill: transparent !important;
	color: #fff !important;
}

.icon-gradient .elementor-icon-box-icon span {
	background: linear-gradient(
  to bottom right,
  #2A9CA1,
  #3DB8BD
);
}

.process-divider .elementor-divider .elementor-divider-separator{
	background: linear-gradient(
  to right,
  #2A9CA1,
  transparent
) !important;

}


.process-step::after {
    content: url("https://switch-my-style.makeitlive.info/wp-content/uploads/2026/02/Group-26.svg");
    position: absolute;
    top: 20%;
    right: -36px;
    transform: translateY(-50%);
}

.process-step:nth-child(3)::after {
    display: none;
}

/* .process-step:hover .icon-gradient .elementor-icon-box-icon{
	transform: scale(1.1);
} */

.process-btn .elementor-icon-list-item .elementor-icon-list-icon svg{
	fill: none !important;
color: #2A9CA1 !important;
}
.process-btn:hover .elementor-icon-list-item span{
	color: #fff !important;
}

.process-btn:hover .elementor-icon-list-item .elementor-icon-list-icon svg{
	color: #fff !important;
}

.process-btn .elementor-widget-icon .elementor-icon svg{
	fill:none !important;
}
.process-btn:hover .elementor-widget-icon .elementor-icon svg{
	fill: none !important;
color: #fff !important;
}

.btn-category-gradient{
	background-image:linear-gradient(to right,rgb(148 97 40 / .1) , rgb(254 240 153 / .3))
}

.footer-social-icon .elementor-grid-item .elementor-social-icon svg{
	fill:none !important;
	color:#fff !important;
}

.footer-social-icon .elementor-grid-item .elementor-social-icon svg.e-fab-tiktok path {
	fill: #fff;
}

.search-icon-box .e-search-label svg{
	fill: none !important;
    color: #9CA3AF;
}

.users-links svg{
	fill: none !important;
    color: #374151;
}

.users-links:hover svg{
	color:#2A9CA1;
}

.header-blur{
	background-color: rgba(255, 255, 255, 0.5);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
}

.hover-underline {
  font-size: 2rem;
  color: #ffffff;
  position: relative;
  display: inline-block;
}

.hover-underline:hover h2{
color: #2A9CA1 !important;
}

.hover-underline::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 2px;
  background: #2A9CA1;
  bottom: -12px;
  left: 0;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.4s ease-out;
}

.hover-underline::before {
  top: -5px;
  transform-origin: left;
}

.hover-underline:hover::after,
.hover-underline:hover::before {
  transform: scaleX(1);
}


/* Default state - button hidden and slightly down */

.category-main-box {
    background-size: 100% !important;
    background-position: center;
    background-repeat: no-repeat;
    transition: background-size 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    will-change: background-size;
}

.category-main-box:hover {
    background-size: 110% !important;
}

.category-main-box .explore-btn {
    opacity: 0;
    transform: translateY(20px);
    transition: all 0.4s ease;
}

/* On hover of main container */
.category-main-box:hover .explore-btn {
    opacity: 1;
    transform: translateY(0);
}


.btn-wishlist .elementor-icon-wrapper .elementor-icon svg{
	fill:none !important;
}

/* how it works steps */
/* Timeline Wrapper */
.timeline-wrapper {
    position: relative;
}

/* Vertical Line */
.timeline-wrapper::before {
    content: "";
    position: absolute;
    left: 34px; /* adjust based on icon alignment */
    top: 64px;
    width: 2px;
    height: 100%;
    background: #2A9CA1;
}

/* Make each icon box relative */
.icon-gradient {
    position: relative;
}

/* Keep icon above line */
.icon-gradient .elementor-icon-box-icon {
    position: relative;
    z-index: 2;
}

/* Optional: Add spacing between items */
.icon-gradient {
    margin-bottom: 60px;
}

.timeline-wrapper:nth-child(9)::before {
    display: none;
}


/* Make icon relative */
.icon-gradient .elementor-icon-box-icon {
    position: relative;
    display: inline-block;
}

/* Common badge style */
.icon-gradient .elementor-icon-box-icon::after {
    position: absolute;
    top: -8px;
    right: -8px;
    background: #ffffff;
    color: #2A9CA1;
    font-size: 12px;
    font-weight: 600;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 10px rgba(0,0,0,0.08);
}

/* Step Numbers */
.step-01 .elementor-icon-box-icon::after {
    content: "01";
}
.step-02 .elementor-icon-box-icon::after {
    content: "02";
}
.step-03 .elementor-icon-box-icon::after {
    content: "03";
}
.step-04 .elementor-icon-box-icon::after {
    content: "04";
}
.step-05 .elementor-icon-box-icon::after {
    content: "05";
}
.step-06 .elementor-icon-box-icon::after {
    content: "06";
}
.step-07 .elementor-icon-box-icon::after {
    content: "07";
}
.step-08 .elementor-icon-box-icon::after {
    content: "08";
}
.step-09 .elementor-icon-box-icon::after {
    content: "09";
}

/* Image transition */
.collection-box img {
    transition: transform 0.5s ease;
}

/* Scale on hover */
.collection-box:hover img {
    transform: scale(1.1);
}

.process-step:hover .icon-gradient .elementor-icon-box-icon .elementor-icon {
    transform: scale(1.1) !important;
}

/* Hide add-to-cart button for relted product */

.wear-releted-products .related .products .product .add_to_cart_button{
    display: none !important;
}

.wear-releted-products .related .products .product .tinv-wraper{
	display:none !important;
}

/* Stop : Hide add-to-cart button for relted product */

@media(max-width:880px){
	.process-step::after {
    right: -20px;
}
}

@media(max-width:425px){
	.process-step::after {
    display:none;
}
}

@media(max-width:320px){
	.checkout-details .woocommerce-order-overview li{
		font-size: 10px !important;
        line-height: 1 !important;
	}
	
	.checkout-details .woocommerce-order-details table.woocommerce-table tbody tr td ul.wc-item-meta{
		padding: 10px 0 !important;
	}
	
	.checkout-details .woocommerce-customer-details address{
		font-size: 14px !important;
	}
}
}

/* Prevent image overflow */
/* .wear-releted-products .product {
    overflow: hidden;
} */

/* Smooth transition for image */
/* .wear-releted-products .product img {
    transition: transform 0.4s ease;
} */

/* Scale ONLY the hovered product image */
/* .wear-releted-products .product:hover img {
    transform: scale(1.1);
} */

/* wishlist button */

.wishlist-shortcode {
	width: 100% !important;	
}

.wishlist-shortcode .elementor-shortcode {
    border: 1px solid #e5e5e5;;
    padding: 16px 32px;
    border-radius: 9999px;
    text-align: center;
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}

.wishlist-shortcode a.tinvwl_add_to_wishlist_button.tinvwl-icon-heart.tinvwl-position-shortcode {
    color: #171717 !important;
	font-size: 16px;
    font-weight: 600;
    font-family: 'Segoe ui';
}

.wishlist-shortcode .elementor-shortcode:hover {
    background-color: #f5f5f5;
}

.wishlist-shortcode .tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart:before{
	font-size: 22px;
    margin-right: 10px;
}

.icon-share-stroke .elementor-icon-list-items .elementor-icon-list-item .elementor-icon-list-icon svg{
	fill: none !important;
}

.icon-share-stroke .elementor-icon-list-items .elementor-icon-list-item:hover {
	color: #2A9CA1;
}

.wishlist-shortcode .tinvwl_add_to_wishlist_button.disabled-add-wishlist{
	opacity: 1 !important;
}

.single-add-cart {
    width: 100%;
}

.single-add-cart table.variations th, .single-add-cart table.variations td {
    background-color: transparent;
}

.single-add-cart table.variations tr {
    display: flex;
    flex-direction: column;
    text-align: left;
    gap: 12px;
}

.single-add-cart table.variations th.label {
    padding: 0px;
}

.product-all-grid .elementor-widget-theme-post-featured-image img {
    transition: 0.3s all;
}

.product-all-grid:hover .elementor-widget-theme-post-featured-image img {
    transform: scale(1.1);
}

.product-all-wishlist .tinvwl_add_to_wishlist-text {
    display: none;
}

.product-all-wishlist .tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart:before {
    margin-right: 0px;
    padding: 10px;
    border-radius: 9999px;
    background-color: #fff;
}

/* .product-faq .faq-answer {
    display: none;
}

.product-faq .faq-question {
    cursor: pointer;
    background: #f5f5f5;
    padding: 12px;
    margin: 0;
}

.product-faq .faq-answer {
    padding: 12px;
    border: 1px solid #eee;
} */

.custom-faq-wrapper {
    margin-top: 40px;
}

.faq-item {
    border: 1px solid #e5e5e5;
    border-radius: 14px;
    margin-bottom: 15px;
    background: #fff;
    overflow: hidden;
    transition: all 0.3s ease;
}

.faq-question {
    width: 100%;
    padding: 16px 24px;
    background: none;
    border: none;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    text-align: left;
    color: #0A0A0A;
}

.faq-question:hover, .faq-question:active, .faq-question:focus {
    background-color: unset;
    color: #0A0A0A;
}

.faq-icon {
    font-size: 18px;
    transition: transform 0.3s ease;
}

.faq-answer {
    max-height: 0;
    overflow: hidden;
    padding: 0 24px;
    font-size: 14px;
    color: #555;
    line-height: 1.6;
    transition: max-height 0.35s ease, padding 0.3s ease;
}

.faq-answer p {
    margin-bottom: 0px;
}

.faq-item.active .faq-answer {
    max-height: 500px; /* large enough value */
    padding: 0 24px 16px 24px;
}

.faq-item.active .faq-icon {
    transform: rotate(180deg);
}

.account-cust .woocommerce-MyAccount-navigation {
    padding: 16px;
    box-shadow: 0 1px 2px 0 rgb(0 0 0 / .05);
    background-color: #ffffff;
    border: 1px solid #e5e7eb;
    border-radius: 16px;
}

.account-cust .woocommerce-MyAccount-content .woocommerce-Address{
	max-width: unset;
}

.account-cust .woocommerce-EditAccountForm p.form-row {
	display: block;
}

.product-filter h3 {
    color: #111827;
    font-size: 16px;
    line-height: 1.5em;
    font-family: "Segoe ui";
    font-weight: 600;
}

.product-filter ul li label {
    font-size: 14px;
    line-height: 1.3em;
    color: #374151;
    font-family: "Segoe ui";
    font-weight: 600;
}

.product-filter .bapf_body ul {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.product-filter .irs--flat .irs-bar, .product-filter .irs--flat .irs-handle>i:first-child, .product-filter .irs--flat .irs-from, .product-filter .irs--flat .irs-single, .product-filter .irs--flat .irs-to {
    background-color: #2A9CA1;
}

.product-filter .irs--flat .irs-from:before, .product-filter .irs--flat .irs-single:before, .product-filter .irs--flat .irs-to:before {
    border-top-color: #2A9CA1;
}

.account-cust .woocommerce-MyAccount-content-wrapper {
	box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.050980392156862744);
    padding: 32px !important;
    background-color: #FFFFFF;
    border: 1px solid #E5E7EB !important;
    border-radius: 8px !important;
}

.account-cust .woocommerce-MyAccount-content-wrapper .wishlist_item {
	border-top: 1px solid #E5E7EB !important;
}

.account-cust .woocommerce-MyAccount-content-wrapper .tinv-wishlist .button {
    background: #2A9CA1;
    color: #fff;
    padding: 12px;
    border: none;
    border-radius: 30px;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer !important;
    transition: background 0.3s ease;
}

.account-cust .woocommerce-MyAccount-content-wrapper .tinv-wishlist .tinvwl-table-manage-list thead th {
	color: #374151;
}

.product-all-slide .elementor-loop-container {
	padding-bottom: 20px;
}

.share-product .social-buttons {
	text-align: center;
}

.share-product .social-buttons ul {
	display: flex;
    justify-content: center;
    gap: 20px;
    list-style: none;
    padding: 0;
    padding-top: 10px;
}

.share-product .social-buttons ul li i {
	color: #2A9CA1;
}

/* cart : product text link */
.cart-details .product-name a {
    color: #29aca1 !important;   
}

.account-cust .woocommerce-form-login .woocommerce-form-row 
{
	display: unset;
}




.page-id-13 .account-cust .e-my-account-tab__dashboard .woocommerce {
	display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.page-id-13.logged-in .account-cust .e-my-account-tab__dashboard .woocommerce {
	display: unset;
}



.page-id-13 .account-cust .e-my-account-tab__dashboard .woocommerce .woocommerce-form-login__rememberme {
	width: 100%;
}

.loop-product-img a {
	width: 100%;
}

.woocommerce-lost-password .e-my-account-tab__ .woocommerce {
	display: flex;
	flex-direction: column;
	justify-content: center;
    align-items: center;
}

.woocommerce-account .account-cust .u-column1.col-1, .woocommerce-account .account-cust .u-column2.col-2 {
	max-width: unset;
}

/* checkout */

.checkout-details .payment_method_stripe > label {
	font-size: 20px !important;
	font-weight: 600 !important;
    color: #111827;
}

.checkout-details .payment_method_stripe .testmode-info {
    font-size: 14px;
    font-weight: 500;
    font-family: 'Segoe ui';
}

.checkout-details 
.payment_method_stripe 
.woocommerce-SavedPaymentMethods-token 
label, .checkout-details 
.payment_method_stripe 
.woocommerce-SavedPaymentMethods-new 
label{
    font-size: 14px;
}

.checkout-details .woocommerce-privacy-policy-text p{
    font-size: 14px !important;
	font-family: 'Segoe ui';
}

.checkout-details .woocommerce-notice {
    font-size: 20px;
    font-weight: 600;
    color: #2a9ca1;
}

.checkout-details .woocommerce-order-overview,
.checkout-details .woocommerce-order-details table.woocommerce-table,
.checkout-details .woocommerce-customer-details address{
   background-color: #ffff;
    padding: 24px;
    border: 1px solid #efe7eb;
    border-radius: 16px;
}

.checkout-details .woocommerce-order-overview {
	display: flex;
    flex-wrap: wrap;
    row-gap: 20px;
}

.checkout-details .woocommerce-order-details h2,
.checkout-details .woocommerce-customer-details h2{
	font-size: 26px;
    font-family: 'Segoe ui';
    color: #111827;
    font-weight: 600;
}

.checkout-details .woocommerce ul.order_details li{
	font-size: 12px;
    line-height: 2;
}

.checkout-details .woocommerce-order-details table.woocommerce-table thead tr th{
	font-size: 16px;
    font-weight: 400;
    color: #374151;
}

.checkout-details .woocommerce-order-details table.woocommerce-table tbody tr>td a{
	font-size: 16px;
    color: #2a9ca1 !important;
    font-weight: 600;
    font-family: 'Segoe ui';
}

.checkout-details .woocommerce-order-details table.woocommerce-table tbody tr td.product-total span.amount{
	font-size: 16px;
    color: #111827;
}

.checkout-details .woocommerce-order-details table.woocommerce-table tfoot tr th,
.checkout-details .woocommerce-order-details table.woocommerce-table tfoot tr td span{
	font-size: 16px;
    font-weight: 400;
    color: #374151;
}

.checkout-details .woocommerce-order-details table.woocommerce-table tfoot tr:nth-child(1) th,
.checkout-details .woocommerce-order-details table.woocommerce-table tfoot tr:nth-child(1) td,
.checkout-details .woocommerce-order-details table.woocommerce-table tfoot tr:nth-child(3) th,
.checkout-details .woocommerce-order-details table.woocommerce-table tfoot tr:nth-child(3) td{
	border-top: 1px solid #e5e7eb;
}

.checkout-details .woocommerce-order-details table.woocommerce-table tfoot tr:nth-child(3) th,
.checkout-details .woocommerce-order-details table.woocommerce-table tfoot tr:nth-child(3) td span{
	font-weight: 700;
}

.checkout-details .woocommerce-customer-details address{
	font-size: 16px;
    line-height: 1.6;
    height: 100% !important;
	color: #374151;
}


.checkout-details 
.woocommerce-order-details 
table.woocommerce-table 
tfoot 
tr:first-child {
    border-top: 1px solid #ddd !important;
}

.p-size .elementor-shortcode {
	font-size: 12px;
	font-weight: 600;
	color: #0a0a0a;
}

.custom-lost-password-title {
	color: #111827;
	font-family: 'segoe ui';
	font-weight: 600;
	font-size: 24px;
}

.contact-box h4.elementor-icon-box-title {
    margin-top: 0 !important;
}

.login-cost-end .eael-lr-form-wrapper, .login-cost-end .eael-lr-form-wrapper .lr-form-wrapper {
	width: 100% !important;
}

.login-cost-end .eael-lr-form-wrapper .eael-lr-form-group{
	margin-bottom: 2rem !important;
}

.login-cost-end .eael-login-form-wrapper,
.login-cost-end .eael-register-form-wrapper{
	border-radius: 16px !important;
}

.
.login-cost-end .eael-lr-form-wrapper input[type=checkbox]:checked{
	border-color: #2A9CA1 !important;
	background: #2A9CA1 !important;
}

.woocommerce-ResetPassword .woocommerce-Input--text {
	padding: 10px !important;
	background-color: #f9fafb !important;
}

.woocommerce-checkout .woocommerce-SavedPaymentMethods-saveNew {
	display: block !important;
}

.product-single-tag a {
	pointer-events: none;
}

/* Scoped Tooltip for Rental Single Product */
.tooltip-rental-single {
    display: inline-flex;
    align-items: center;
    vertical-align: middle;
}

.tooltip-rental-single .info-wrapper {
    position: relative;
    display: inline-flex;
    align-items: center;
    margin-left: 6px;
    line-height: 1; /* Prevents height jumping */
}

.tooltip-rental-single .info-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background-color: #2A9CA1;
    color: #fff;
    font-size: 11px;
    font-weight: bold;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.tooltip-rental-single .info-icon:hover {
    background-color: #23858a;
}

.tooltip-rental-single .info-tooltip {
    position: absolute;
    bottom: 140%;
    left: 50%;
    transform: translateX(-50%) translateY(10px);
    background-color: #333;
    color: #fff;
    padding: 8px 14px;
    border-radius: 6px;
    font-size: 13px;
    line-height: 1.4;
    white-space: nowrap;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
    z-index: 9999;
    pointer-events: none;
    box-shadow: 0px 4px 10px rgba(0,0,0,0.1);
}

/* The Triangle Arrow */
.tooltip-rental-single .info-tooltip::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    border-width: 6px;
    border-style: solid;
    border-color: #333 transparent transparent transparent;
}

/* Hover State */
.tooltip-rental-single .info-wrapper:hover .info-tooltip {
    opacity: 1;
    visibility: visible;
    transform: translateX(-50%) translateY(0);
}

.retail-price-wrapper {
    font-size: 16px;
    margin: 10px 0;
    color: #333;
}
.retail-price-display {
    font-weight: 600;
    color: #2A9CA1; /* Using your tooltip color for branding consistency */
}





.menu-item-2249.current-menu-item > a, body:has(.menu-item-2249.current-menu-item) .menu-item-2252 > a:hover {
    color: #fff !important;
    background-color: #238B8F !important;
}

body:has(.menu-item-2249.current-menu-item) .menu-item-2252 > a {
    color: #4B5563 !important;
    background-color: transparent !important;
}

body:has(.menu-item-2249.current-menu-item) .menu-item-2252 > a:before {
    opacity: 1 !important;
    transform: scale(1) !important;
}


.single-product-tags a {
	pointer-events: none;
}


/* Make sure CTA container behaves properly */
.category-cta-loop .elementor-cta {
    position: relative;
    overflow: hidden;
}

/* Hide button initially */
.category-cta-loop .elementor-cta__button-wrapper {
    opacity: 0;
    transform: translateY(30px);
    transition: opacity 0.6s ease, transform 0.4s ease;
}

/* Show button on hover */
.category-cta-loop .elementor-cta:hover .elementor-cta__button-wrapper {
    opacity: 1;
    transform: translateY(0);
}

.w-f-content {
	width: fit-content;
}

.privacy-policy strong, .page-id-14 strong, .page-id-1457 strong {
	font-weight: 700;
}

.header-cart {
    position: relative;
    display: inline-flex;
    align-items: center;
    gap: 5px;
    text-decoration: none;
}

.cart-icon {
    font-size: 22px;
}

.cart-count {
    position: absolute;
    top: -6px;
    left: 15px;
    background: #2A9CA1;
    color: #fff;
    font-size: 12px;
    border-radius: 50%;
    padding: 0px 6px;
}

.cart-text {
    font-size: 14px;
}