/* 
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 */
body{
	overflow-x: hidden !important;
}
.top-bar {
  height: 40px;
  overflow: hidden;
  position: relative;
}

.top-bar .elementor-icon-list-items {
  margin: 0;
  padding: 0;
  list-style: none;
  position: absolute;
  width: 100%;
}

.top-bar .elementor-icon-list-item {
  height: 22px;
  line-height: 22px;
  display: block;
  opacity: 0;
  transform-origin: top center;
  position: absolute;
  width: 100%;
  padding-left: 25px;
}

body{
    font-family: 'Eina Regular' !important;
}
main#content {
    margin-top: 60px;
}
#header-row {
    position: fixed;
    top: 37px;
    left: 0;
    width: 100%;
    background: #fff;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    transition: box-shadow 0.3s ease-in-out;
    z-index: 1000;
}

#header-row.scrolling {
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

#header-row.stop-scrolling {
    transition: box-shadow 0.3s ease-in-out;
}
#header-row.reverse-scrolling {
    top: 0;
}
#header-row .elementor-menu-cart__toggle_button svg g path {
    fill: #fff;
}
#header-row .elementor-menu-cart__toggle_button:hover svg g path{
	fill: #10539F;
}
.ame-marquee-text_item{
	padding: 0 !important;
}

#header-row .elementor-menu-cart__container {
    overflow: visible;
    height: 100vh;
    background: rgb(0 0 0 / 60%);
}
/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

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

#header-row .elementor-menu-cart__main .widget_shopping_cart_content:has(.woocommerce-mini-cart__empty-message) {
    justify-content: center;
}
#header-row .elementor-menu-cart__products {
    min-height: calc(100vh - 250px) !important;
	max-height: initial;
}
#header-row .elementor-menu-cart__product-image.product-thumbnail {
    background: #DEEEFF;
    border-radius: 10px;
    padding: 5px;
}
#header-row .elementor-menu-cart__product-image.product-thumbnail img {
    border-radius: 6px;
}
.elementor-menu-cart__product-image a, .elementor-menu-cart__product-image img {
    display: block;
    height: 100%;
}
.elementor-4 .elementor-element.elementor-element-f8bb79b .elementor-wrapper {
    aspect-ratio: auto !important;
}
.woocommerce ul.products li.product .button,
.woocommerce div.product form.cart .button{
    font-weight: 500 !important;
    font-family: 'Eina Semibold' !important;
}
/* .global-btn .elementor-button {
  position: relative;
  display: inline-block;
  text-align: center;
  letter-spacing: 1px;
  text-decoration: none;
  color: #10539F;
  background-color: transparent !important;
  cursor: pointer;
  transition: ease-out 0.5s;
  border: 2px solid #10539F;
  box-shadow: inset 0 0 0 0 #10539F;
}

.global-btn .elementor-button:hover {
  color: white;
  box-shadow: inset 0 -100px 0 0 #10539F;
}
.global-btn .elementor-button:hover .elementor-button-icon svg {
    fill: #ffffff;
}
.global-btn .elementor-button:active {
  transform: scale(0.9);
}
.global-btn .elementor-button .elementor-button-icon svg {
    fill: #10539F;
} */
.top-bar li.elementor-icon-list-item span.elementor-icon-list-text {
    position: relative;
}

.top-bar li.elementor-icon-list-item span.elementor-icon-list-text:before{
    content: '';
    display: block;
    width: 15px;
    height: 15px;
    background: #fff;
    position: absolute;
    left: -20px;
    top: 7px;
    border-radius: 50%;
    transition: 0.4s linear;
    animation: top-head-anime 0.6s infinite;
}

.typed-text-output{
    display: inline-block;
    white-space: nowrap;
    overflow: hidden;
    vertical-align: bottom;
    background: #ed1d2470;
    padding: 0 10px 10px 10px;
    margin-top: 10px;
}
.typed-text-output:empty{
	background: transparent !important;
}
.blinking-cursor {
    display: inline-block;
    width: 5px;
    height: 85px;
    background-color: #fff;
    margin-left: 0;
    animation: blink 0.8s infinite;
    vertical-align: bottom;
}

  @keyframes blink {
    0%, 100% { opacity: 1; }
    50% { opacity: 0; }
  }

  .typed-text {
    display: none; /* hide the source spans */
  }

.header-icons .elementor-icon {
    background: #10539F;
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 8px;
    border-radius: 100px;
	border: 1px solid #ffffff !important;
	transition: all .3s ease-in-out;
}
@keyframes top-head-anime {
	0% {
		background: #ed1d24;
		transform: scale(0.8);
	}

	50% {
		background: rgb(255, 255, 255);
		transform: scale(1);
	}
	100% {
		background: #ed1d24;
		transform: scale(0.8);
	}
}
.header-icons .elementor-icon:hover{
	border: 1px solid #10539F !important;
	 background: #ffffff;
} 
.header-icons .elementor-icon:hover svg path{
	fill: #10539F;
}
.header-icons .elementor-icon svg path {
    fill: #fafafa;
}
.main-menu .elementor-nav-menu li a:before {
    content: '' ;
    display: block ;
    height: 2px !important;
    width: 0% !important;
    background: #10539F !important;
    position: absolute ;
    bottom: -4px;
    left: 0;
}

.main-menu .elementor-nav-menu li a {
    position: relative;
}
.main-menu .elementor-menu-toggle {
    margin: -10px 0px 0 auto !important;
    max-width: 40px;
    border-radius: 100px;
}
.woocommerce-product-gallery__image {
    border-radius: 30px 30px 0 0;
}
.main-menu .elementor-widget-nav-menu .elementor-widget-container{
	align-items: flex-end;
}
.main-menu .elementor-menu-toggle__icon--open svg {
    height: 27px;
    width: 27px;
    margin-bottom: -3px;
}

.main-menu .elementor-nav-menu li a:hover:before {
    width: 100% !important;
}
.best-seller-row .elementor-widget-heading {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: #0077ff75;
    padding: 10px;
    border-radius: 0px 0 20px 20px;
}
.hover-effect:hover {
    background: #10539F;
}
.hover-effect:hover h3.elementor-icon-box-title span{
	color: #fff;
}
.hover-effect:hover p.elementor-icon-box-description{
	color: #deeeff;
}
.hover-effect:hover .elementor-icon svg {
    fill: #fff;
}
.footer-form .elementor-form-fields-wrapper {
    position: relative;
}
.footer-form .e-form__buttons {
    position: absolute;
    right: 9px;
    margin: 0 !important;
    top: 4px;
    justify-content: flex-end;
    max-width: 50px;
    padding: 0 !important;
}
.reviews .elementor-main-swiper {
    padding-inline: 15px;
}
.full-video .elementor-custom-embed-image-overlay {
    border-radius: 40px;
}
.full-video .elementor-wrapper.elementor-open-inline {
    border-radius: 40px;
    overflow: hidden;
}
.reviews .swiper .swiper-pagination-bullets.swiper-pagination-horizontal{
	bottom: -25px;
}
.prdct-image .elementor-widget-theme-post-featured-image .elementor-widget-container {
    aspect-ratio: 1/1;
}

.prdct-image .elementor-widget-theme-post-featured-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
	border-radius: 18px 18px 0 0;
}
ul.woocommerce-error {
    background: #ED1D24;
    color: #fff;
    font-family: 'Eina Regular';
}
.woocommerce-info{
    font-family: 'Eina Regular';
}
.woocommerce-error::before {
    color: #fff;
}
.woocommerce-info a.button,
p.return-to-shop a.button{
    background: #10539f !important;
    color: #fff !important;
    padding: 14px 24px !important;
    font-weight: 400 !important;
}
p.checkout-inline-error-message {
    font-size: 14px !important;
    font-family: 'Eina Regular';
}
div[role="alert"] .woocommerce-error li a {
    color: #fff;
}
.e-my-account-tabs-horizontal .e-wc-account-tabs-nav .woocommerce-MyAccount-navigation ul li {
    width: auto !important;
    flex: 1 0 auto;
    padding: 0;
    margin: 0;
}
.e-my-account-tabs-horizontal .e-wc-account-tabs-nav .woocommerce-MyAccount-navigation ul{
	display: flex;
	flex-wrap: wrap;
	gap: 15px;
}
.top-bar.mobile ul.elementor-icon-list-items.elementor-inline-items {
    flex-wrap: nowrap !important;
    width: 100%;
    overflow-x: scroll;
    justify-content: flex-start !important;
}
.top-bar.mobile ul.elementor-icon-list-items.elementor-inline-items {
    overflow-x: auto; /* Enables horizontal scroll */
    -webkit-overflow-scrolling: touch; /* Smooth scrolling on iOS */
    scrollbar-width: none; /* Firefox */
}

.top-bar.mobile ul.elementor-icon-list-items.elementor-inline-items::-webkit-scrollbar {
    display: none; /* Chrome, Safari, and Edge */
}

.top-bar.mobile li.elementor-icon-list-item {
    min-width: fit-content !important;
}

.single-product  form.cart {
    position: relative;
}

.single-product button.minus {
    position: absolute;
    left: 0;
    border: 1px solid #10539F;
    font-size: 19px;
    width: 30px;
    height: 39px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    line-height: 0;
    border-radius: 0;
    border-right: 0;
    color: #10539F;
    background: #DEEEFF;
}

.single-product  button.plus {
    position: absolute;
    left: 78px;
    border: 1px solid #10539F;
    font-size: 19px;
    width: 30px;
    height: 39px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    line-height: 0;
    border-radius: 0;
    border-left: 0;
    color: #10539F;
    cursor: pointer;
    background: #DEEEFF;
}
.single-product button.plus:hover,
.single-product button.minus:hover{
    background: #10539F;
    color: #fff;
}

.single-product .quantity input {
    border-radius: 0;
    border-left: 0;
    border-right: 0;
    border-color: #10539F;
    outline: none;
    pointer-events: none;
}
.single-product  form.cart div.quantity {
    margin-left: 30px !important;
	height: 39px;
}
.woocommerce-notices-wrapper {
    padding-top: 48px;
}
.variations tr {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.variations th.label {
    padding: 5px 0px ;
    background: transparent;
}

.variations td.value {
    background: transparent;
    padding-top: 0;
    width: 100%;
}
.variations tr:last-child td.value {
    padding-bottom: 0;
}
.variations tr:last-child td.value {
    padding-bottom: 0;
}
.woocommerce div.product div.images .flex-control-thumbs li {
    background: #DEEEFF;
    border-radius: 0 0 10px 10px;
    overflow: hidden;
}
ol.flex-control-nav.flex-control-thumbs {
    display: flex;
    gap: 20px;
}
.woocommerce div.product form.cart .variations{
	margin-bottom: 0px;
}

span.price {
    color: var(--e-global-color-text) !important;
    font-weight: bold;
}
.woocommerce-message {
    border-top-color: #10539F;
    margin-bottom: 0;
}

body .woocommerce-info .button {
    background-color: #10539F !important;
    color: #fff !important;
}
.woocommerce-notices-wrapper .woocommerce-message a {
    background: #10539F;
    color: #fff;
    font-weight: 500;
}

.woocommerce-variation.single_variation {
    padding-block: 20px;
}
.single-product div#primary {
    padding-top: 100px;
}
.single-product button.single_add_to_cart_button {
    margin-left: 40px !important;
    background: #ed1d24 !important;
    border: 1px solid #ed1d24;
    font-weight: 400;
    padding: 13px 18px;
    border-radius: 30px;
}
.single-product button.single_add_to_cart_button:hover{
    background: transparent !important;
    color: #ed1d24 !important;
}
.custom-product-info {
    padding: 15px 15px 0px 15px;
    border: 1px solid #10539F;
}
.custom-buttons {
    display: flex;
    margin: 0 -16px;
	flex-wrap: wrap;
}

.custom-buttons a {
    flex: 1;
    text-align: center;
    padding: 14px !important;
    display: block;
    border-radius: 0 !important;
    font-weight: 600 !important;
    border: 1px solid #10539F !important;
    border-bottom: 0px !important;
    background: #fff !important;
    color: #10539F !important; 
	flex-basis: 200px;
}

.custom-buttons a:hover {
    transition: all .3s ease;
    background: #10539F !important;
    color: #fff !important;
}

.custom-product-info h3 {
    font-weight: bold;
    font-size: 24px;
    color: #10539F;
}

.custom-product-info p {
    margin-bottom: 2rem;
}
a.reset_variations {
    color: #10539F !important;
}

.e-n-tabs-heading:hover button {
    transition: all .3s ease;
}
.woocommerce-message:before {
    color: #10539F;
}
p.stock.out-of-stock {
    margin: 0;
    padding: 2px 9px;
    background: #ED1D24;
    border-radius: 30px;
    color: #fff !important;
    font-size: 12px !important;
    line-height: 25px;
}
.woocommerce-variation-description {
    display: none;
}
.woocommerce-variation.single_variation {
    padding-block: 20px;
    display: flex
;
    align-items: center;
    gap: 20px;
    justify-content: flex-start;
}
.elementor-product-variable .variations td.value {
    padding-right: 0;
}



/*MEDIA QUERIES*/
@media screen and (max-width: 1024px){
	.main-menu .elementor-nav-menu li a:before{
		display: none;
	}
    .main-menu nav.elementor-nav-menu--dropdown.elementor-nav-menu__container {
        position: fixed;
        top: 65px;
        z-index: -1;
        width: 100%;
        left: 0;
        height: 100vh;
		margin-top: 0px;
		display: flex;
        justify-content: center;
        align-items: center
    }
.reviews .elementor-main-swiper {
	padding-inline: 0px;
}

.main-menu .elementor-nav-menu li a {
    justify-content: center;
}
	.main-menu .elementor-nav-menu{
		width: 100%;
	}
	.main-menu .elementor-nav-menu li:hover{
		background: var( --e-global-color-secondary );
	}
}
@media (max-width: 1024px) and (min-width: 768px) {
   .elementor-element.header-icons {
        max-width: 150px;
    }
}
@media (max-width: 767px) {
	.blinking-cursor{
		height: 50px;
	}
	#elementor-popup-modal-486 .dialog-message {
        height: 150px;
        margin: -10px;
        padding: 25px;
    }

	#elementor-popup-modal-486 .elementor-widget-search .e-search-form{
		flex-direction: column;
	}
	#elementor-popup-modal-486 button.e-search-submit {
		padding: 10px !important;
		justify-content: center !important;
	}
	.full-video .elementor-custom-embed-image-overlay,
	.full-video .elementor-wrapper.elementor-open-inline{
		border-radius: 20px;
	}
	.full-video .elementor-custom-embed-play svg {
        height: 60px;
		width: 60px;
	}
    .elementor-element.header-icons {
        max-width: 137px;
    }
}
@media (max-width: 640px) {
	.top-bar{
		height: 60px;
	}
	#header-row{
		top: 60px;
	}
	.top-bar ul.elementor-icon-list-items li:last-child {
		top: 15px;
	}
}
@media (max-width: 450px) {
	.typed-text-output{
		padding: 10px;
		margin-top: 5px;
	}
	.blinking-cursor{
		height: 52px;
	}
    #content .hero-banner .elementor-slide-heading {
        font-size: 32px;
    }
	.top-bar li.elementor-icon-list-item span.elementor-icon-list-text:before{
		top: 0;
	}
}
@media screen and (max-width: 400px) {
	.top-bar li.elementor-icon-list-item span.elementor-icon-list-text	 {
		font-size: 14px;
		position: relative;
		line-height: 18px;
	}
	.header-icons .elementor-icon {
		width: 35px;
		height: 35px;
		padding: 8px;
	}
	.elementor-element.header-icons {
        max-width: 122px;
    }
	.elementor-menu-cart__toggle_button span.elementor-button-icon {
		font-size: 20px;
	}
	.main-menu .elementor-menu-toggle{
		max-width: 35px;
		min-height: 35px;
		margin: -5px 0px 0 auto !important;
	}
	.main-menu .elementor-menu-toggle__icon--open svg {
		height: 24px;
		width: 24px;
		margin-bottom: -3px;
	}
	.main-menu nav.elementor-nav-menu--dropdown.elementor-nav-menu__container {
        top: 56px;
    }
}