/* 
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
*/
/* 
.none_shadow {
	box-shadow: none !important;
} */

.product-item {
	box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.25) !important;
}

.new_style a {
    position: relative;
    z-index: 0;
    background-color: #0000001a !important;
    fill: var(--e-global-color-primary) !important;
    color: var(--e-global-color-primary) !important;
    margin-right: 50px;
    border-radius: 100px 100px 100px 100px !important;
    padding: 15px 20px 15px 20px !important;
    border: 0 !important;
}

.new_style a::after {
	content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
    right: 50%;
    width: 0;
    height: 100%;
    border-radius: 100px;
    opacity: 0;
    background: #000;
    transition: all 0.4s ease-in-out;
    z-index: -1;
}

.new_style a:hover::after {
	width: 100%;
    left: 0;
    right: 0;
    opacity: 1;
}

.new_style .elementor-button .elementor-button-icon {
    position: absolute;
    top: 0;
    left: auto;
    right: -50px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #000 !important;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    transition: all 0.4s ease-in-out;
    z-index: 1;
	fill: #fff !important;
	transform: rotate(-45deg);
}

.new_style .elementor-button:hover .elementor-button-icon {
    transform: rotate(0deg);
}

.home_counter .elementor-counter-number-wrapper .elementor-counter-number {
	position: relative;
}

.home_counter .elementor-counter-number-wrapper .elementor-counter-number::before {
    content: '';
    position: absolute;
    top: 120%;
    width: 100%;
    height: 100%;
    border-top: 2px solid;
    border-color: #e30016;
}

.trusted_section .swiper-pagination span {
    border-radius: 0 !important;
    width: 25px;
    height: 4px;
}

.home_counter .elementor-counter-number-suffix  {
	 flex-grow: 0 !important;
	 margin-right: 12px;
	 color:  var(--e-global-color-accent) !important;
    font-size: 32px;
    font-weight: 500;
    line-height: 16px;
}

.home_counter .supply_count .elementor-counter-number-wrapper .elementor-counter-number-prefix {
	order: 2;
	flex-grow: 0 !important;
	display: inline-block !important;
}

.home_counter .elementor-counter-number-wrapper .elementor-counter-number-prefix {
	display: none !important;
}

.home_counter .supply_count .elementor-counter-number-wrapper .elementor-counter-number {
	order: 1;
}

.home_counter .supply_count .elementor-counter-number-wrapper .elementor-counter-number-suffix {
	order: 3;
}

.home_counter .elementor-counter-number-wrapper {
	justify-content: end !important;
}

@media (max-width: 1080px) {
	.home_counter .elementor-counter-number-wrapper {
		justify-content: center !important;
	}
	
	.home_counter .elementor-counter-number-suffix {
		font-size: 26px;
		font-weight: 500;
		line-height: 24px;
	}
	
	.home_counter .elementor-counter-number-wrapper .elementor-counter-number::before {
		display: none !important;
	}
}

.img_item {
    position: relative;
    overflow: hidden;
    border-radius: 5px;
    cursor: pointer;
    transition: transform 0.4s ease;
}

.img_item .elementor-widget-image {
    overflow: hidden;
    border-radius: 5px;
}

.img_item .elementor-widget-image img {
    width: 100%;
    height: auto;
    display: block;
/*     transform: scale(1); */
    transition: transform 0.8s cubic-bezier(0.25, 1, 0.5, 1), 
                filter 0.6s ease;
    will-change: transform;
}

.img_item:hover .elementor-widget-image img {
    transform: scale(1.1);
    filter: brightness(0.48);
}

.shodow  h1 , 
.shodow  h2 {
	color: #fff !important;
    text-shadow: 1px 2px 3px rgb(0 0 0);
}

.small_shodow ul li span {
	    text-shadow: 1px 2px 3px rgb(143 143 143) !important;
}

.custom-product-heading {
	font-family: var(--e-global-typography-primary-font-family), Sans-serif;
    font-size: var(--e-global-typography-primary-font-size);
    font-weight: var(--e-global-typography-primary-font-weight);
    text-transform: var(--e-global-typography-primary-text-transform);
    line-height: var(--e-global-typography-primary-line-height);
	color: #000 !important;
}

.custom-contact-form.registration-form p input {
	box-shadow: 0 0px 4px rgba(0, 0, 0, 0.15) !important;
}

.custom-contact-form.registration-form .half-width:nth-child(4) {
	margin-left: 0 !important;
}

.custom-contact-form.registration-form .half-width:nth-child(5) {
	margin-left: 14px;
}

.custom-contact-form.registration-form .custom-submit-btn {
	margin: 20px auto !important;
}


.famcare-inquiry-btn-wrap {
    margin-top: 20px;
    text-align: left;
    width: 100%;
}

.famcare-popup-overlay {
    position: fixed;
    inset: 0;
    background: rgba(0,0,0,0.6);
    z-index: 9998;
}

.famcare-inquiry-popup {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 95%;
    max-width: 700px;
    background: #fff;
    z-index: 9999;
    padding: 30px;
    border-radius: 10px;
    max-height: 90vh;
    overflow-y: auto;
}

.famcare-popup-close {
    position: absolute;
    top: 10px;
    right: 15px;
    border: none;
    background: transparent;
    font-size: 30px;
    cursor: pointer;
}

body.famcare-popup-open {
    overflow: hidden;
}

/* Add your custom styles here */

.custom-contact-form,
.custom-contact-form * {
    box-sizing: border-box;
	    font-family: var(--e-global-typography-text-font-family), Sans-serif;
}

.custom-contact-form p {
    margin: 0 !important;
}

.custom-contact-form .form-row {
    margin-bottom: 14px;
    width: 100%;
}

.custom-contact-form .full-width {
    width: 100%;
}

.custom-contact-form .half-width {
    width: calc(50% - 10px);
    display: inline-block;
    vertical-align: top;
}

.custom-contact-form .half-width:nth-child(4) {
    margin-left: 14px;
}

.custom-contact-form .wpcf7-form-control-wrap {
    display: block;
    width: 100%;
}

.custom-contact-form input[type="text"],
.custom-contact-form input[type="email"],
.custom-contact-form input[type="tel"],
.custom-contact-form input[type="password"],
.custom-contact-form textarea {
    width: 100% !important;
    background: #ffffff !important;
    border: none !important;
    border-radius: 4px !important;
    box-shadow: none !important;
    outline: none !important;
    padding: 13px 18px !important;
    font-size: 16px !important;
    color: #666 !important;
    margin: 0 !important;
    line-height: 1.4 !important;
	font-family: var(--e-global-typography-text-font-family), Sans-serif;
}

.custom-contact-form textarea {
    height: 110px !important;
    resize: none !important;
}

.custom-contact-form input::placeholder,
.custom-contact-form textarea::placeholder {
    color: #8b8b8b !important;
    opacity: 1;
}

.custom-contact-form .submit-row {
    margin-top: 6px;
}


.custom-contact-form .wpcf7-spinner {
    margin: 10px 0 0 10px;
    vertical-align: middle;
}

.custom-contact-form input[type="submit"] {
    display: none !important;
}

.custom-contact-form br {
	display: none !important;
}

.custom-submit-btn {
	display: flex;
	gap: 10px;
	align-items: center;
}

.information_section a {
	color: #707070;
}

/* responsive */
@media (max-width: 767px) {
    .custom-contact-form .half-width {
        width: 100%;
        display: block;
    }

    .custom-contact-form .half-width:nth-child(4) {
        margin-left: 0;
    }

	.custom-contact-form input[type="text"], .custom-contact-form input[type="email"], .custom-contact-form input[type="tel"], .custom-contact-form textarea {
		padding: 10px 14px !important;
    	font-size: 14px !important;
	}
	
	.custom-product-heading {
		 margin-bottom: -10px;
	}
	
	.product_section  {
		padding-top: 50px !important;
    	padding-bottom: 0 !important;
	}
	
}

.product_section {
    font-family: 'Montserrat', sans-serif;
}

.product_section .product.type-product {
    display: flex;
    flex-wrap: nowrap;
    align-items: flex-start;
    justify-content: space-between;
    gap: 40px;
}

/* .product_section .woocommerce-product-gallery {
    position: sticky !important;
    top: 100px;
    align-self: flex-start;
} */

/* .product_section .summary.entry-summary {
    width: 52%;
} */



.woocommerce-product-gallery {
    width: 100% !important;
}



.product_section,
.product_section .container,
.product_section .product,
.product_section .woocommerce-product-gallery,
.product_section .summary.entry-summary {
    overflow: visible !important;
    transform: none !important;
}

#main.site-main {
    max-width: 100% !important;
    padding: 0 !important;
}

.site-main nav  {
	display: none !important;
}

.product_section {
    padding-top: 65px;
    padding-bottom: 65px;
    padding-left: 15px;
    padding-right: 15px;
}

.product_section .container {
    max-width: 1610px;
    margin-left: auto;
    margin-right: auto;
}

.product-features > div {
    padding: 20px;
    background-color: #f2f2f2;
    border-radius: 6px;
    margin-bottom: 20px;
}

.product_section .summary h2 { 
	text-transform: uppercase;
	font-weight: 700;
}

.product-features h3 {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 24px;
}


.product-description ul {
    padding-left: 18px;
}

.product-description li b {
	text-transform: uppercase;
}

.product-description li {
    font-size: 15px;
    margin-bottom: 6px;
    line-height: 1.6;
}

.product_meta {
	display: grid;
    grid-template-columns: repeat(1,1fr);
}

.product_meta .sku_wrapper , .product_meta .posted_in {
	font-weight: 700;
}

.product_meta .posted_in a {
	color: #000;
}

.product_meta .posted_in a:hover {
	color: var(--e-global-color-accent);
}

.product_meta .sku ,.product_meta .posted_in a {
	font-weight: 500;
}

.custom-product-notes > .product-description >  p.description{
	margin-bottom: 25px;
}

.product_section p.description {
	margin-top: 15px;
}

.product_section .woocommerce-product-gallery__wrapper img  {
	border: 1px solid #f2f2f2;
    padding: 10px;
}


.product_section .product {
    display: flex;
    gap: 40px;
    align-items: flex-start;
}


@media screen and (max-width: 991px) {
    .product_section .product {
        flex-direction: column;
    }
    .woocommerce-product-gallery,
    .summary.entry-summary {
        width: 100% !important;
    }
	
	.product_section .woocommerce-product-gallery {
		position: relative !important;
		top: 0 !important;
	}
	
	.w-100 {
		width: 100% !important;
	}
	
	
		.w-60 {
			width: 60% !important;
		}
}


.woocommerce-product-gallery__image a,
.woocommerce-product-gallery__image img,
.woocommerce-product-gallery__image:hover,
.woocommerce-product-gallery__image .zoomImg {
    transform: none !important;
    transition: none !important;
    cursor: default !important;
    pointer-events: none !important;
}

.woocommerce-product-gallery__trigger {
    display: none !important;
}

.zoomImg {
    display: none !important;
}

.famcare-popup-inner .custom-contact-form.popup-contact-form input,
.famcare-popup-inner .custom-contact-form.popup-contact-form textarea{
	border: 1px solid #ddd !important;
}


.famcare-inquiry-popup .famcare-popup-inner  h3 {
	font-family: var(--e-global-typography-secondary-font-family), Sans-serif;
    font-size: var(--e-global-typography-secondary-font-size);
    font-weight: var(--e-global-typography-secondary-font-weight);
    text-transform: var(--e-global-typography-secondary-text-transform);
    line-height: var(--e-global-typography-secondary-line-height);
}

.wpcf7-response-output {
	border-color: #e30016 !important;
	margin: 5px 5px 0 5px !important;
}

.main_cetegories {
	position: sticky;
    top: 100px;
    align-self: flex-start;
    z-index: 10;
}



@media (max-width: 1610px) {
	
	.custom-product-list-section .container , .product_section .container  {
	    max-width: 1300px !important;
	}

}

@media (max-width: 1410px) {
	.custom-product-list-section .container , .product_section .container  {
	    max-width: 1300px !important;
	}
}



@media (max-width: 1100px) {
	.custom-product-grid.tab {
		grid-template-columns: repeat(2, 1fr) !important;
    	gap: 15px !important;
	}
	
	.product-info .product-title {
		font-size: 14px !important; 
	}
	
}

@media (max-width: 990px) {
	.custom-product-grid.tab {
		grid-template-columns: repeat(2, 1fr) !important;
		gap: 10px !important;
	}
	
	.product_tab .e-n-tabs-heading {
		display: block;
    	margin-bottom: 20px;
		flex-basis: auto;
	}
	
	.product-features h3 {
		    font-size: 20px;
	}
	
	.product-description li {
		font-size: 14px; 
		margin-bottom: 4px;
	}
	
	.product-features > div {
		padding: 15px;
		margin-bottom: 15px;
	}
	
	.product_section p.description {
		margin-top: 14px;
		line-height: 20px;
	}
	
	.custom-product-notes > .product-description > p.description {
		margin-bottom: 20px;
	}
	
	.product_meta .sku_wrapper, .product_meta .posted_in {
		font-size: 14px;
	}
	
	.product_section .summary h2 {
		 font-size: 24px;
		 margin-bottom: 6px;
	}
	
	.product_section .product.type-product {
		gap: 0 ;
	}
	
	.famcare-inquiry-popup {
		padding: 20px;
	}
	
	.famcare-inquiry-popup {
		width: 90%;
	}
	
	.custom-contact-form textarea {
		height: 70px !important;
	}
	
	.custom-contact-form input[type="text"], .custom-contact-form input[type="email"], .custom-contact-form input[type="tel"], .custom-contact-form textarea , .custom-contact-form input[type="password"] {
		padding: 8px 12px !important;
        font-size: 14px !important;
	}
	
	.custom-product-grid {
		 grid-template-columns: repeat(2, 1fr) !important;
	}
	
	.custom-product-list-section {
		padding-top: 50px !important;
    	padding-bottom: 50px !important;
	}
	
	.product-category-dropdown {
		margin-bottom: 20px !important;
	}
	
	.product-category-dropdown select {
		padding: 8px 10px !important;
    	font-size: 14px !important;
	}
	
	.custom-product-grid {
		    gap: 10px !important;
	}
	
}

@media (max-width: 820px) {
	
	.custom-product-grid.tab {
		grid-template-columns: repeat(3, 1fr) !important;
    	gap: 10px !important;
	}
	
	.main_cetegories {
		position: relative !important;
		top: 0 !important;
	}
	
	.single_tabs ul {
		padding-left: 20px !important;
	}
	
}

@media (max-width: 620px) {
	.custom-contact-form.registration-form .half-width:nth-child(5) {
		margin-left: 0 !important;
	}
	
	.wpcf7-response-output {
		font-size: 14px;
		line-height: 16px;
		border: 1px solid #e30016 !important;
	}
	
	.wpcf7-not-valid-tip {
		    font-size: 14px !important;
	}
	
    .custom-product-grid.tab {
        grid-template-columns: repeat(2, 1fr) !important;
    }
	
	.w-60 {
		width: 100% !important;
	}
	
		.single_tabs .e-n-tabs-heading button {
		padding: 10px 8px 10px 9px !important;
		margin-bottom: -1px;
	}
	
    .single_tabs .e-n-tabs .e-n-tabs-heading {
        border-bottom: 1px solid #ffffff !important;
    }
	
	.single_tabs .e-n-tabs-heading button.e-n-tab-title[aria-selected="true"] {
		padding: 10px 8px 10px 8px !important;
	}
	
	.related_slid .slick-track {
		gap: 5px !important;
	}

}



.h3 h3 {
	font-size: 18px;
	text-transform: uppercase;
	color: #000;
	margin-top: 0 !important;
}

.size_box ul {
	display: flex;
    list-style: none;
    gap: 20px;
}

.size_box ul {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 20px;
  padding: 0;
  list-style: none;
}

.size_box ul li {
    background: #f5f5f5;
    border: 1px solid #e5e5e5;
    padding: 15px;
    text-align: center;
    border-radius: 2px;
    box-shadow: 0 2px 6px rgb(0 0 0 / .1);
	color: #656565;
}

.mb-10 ul li {
	margin-bottom: 5px !important;
}

.single_tabs button {
	padding: 10px 14px 10px 14px !important;
	margin-bottom: -1px;
}

.single_tabs button.e-n-tab-title[aria-selected="true"] {
	padding: 10px 14px 10px 14px !important;
}

.single_tabs .e-n-tabs-heading {
	border-bottom: 1px solid #d1d1d1 !important;
}

.tabs_contant h3 {
    font-size: 20px;
    text-transform: uppercase;
    color: #000;
    margin-top: 20px !important;
    display: block;
    font-weight: 600;
}


.tabs_contant ul li {
	color: #656565;
	margin-bottom: 6px !important;
}

.related_slid .slick-track {
	display: flex !important;
    gap: 20px;
    padding-top: 30px;
    padding-bottom: 30px;
	align-items: center !important;
}



