/* 
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 */
.elementor hr {
    background-color: transparent;
    margin: 0;
    border: 1.5px solid;
    border-image-source: linear-gradient(
        90deg,
        rgba(224, 236, 222, 0) 0%,
        #E0ECDE 50%,
        rgba(224, 236, 222, 0) 100%
    );
    border-image-slice: 1;
}

.embraceText h1.elementor-heading-title {
    background: linear-gradient(90deg, #68B2A0 0%, #CDEDC9 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
}
.iconBox p.elementor-icon-box-description {
    border-top: 1px solid #E7E7E7;
    padding-top: 15px;
}
ol ul {
    list-style: disc;
}
.advantageList ul {
    padding: 0;
    list-style: none;
    margin-bottom: 0px;
}
.advantageList ul li {
    position: relative;
    padding-right: 30px;
    margin-bottom: 10px;
}
.testimonial-swiper .swiper-slide {
  width: 200px; /* or whatever width works */
}

.advantageList li::before {
    content: "";
    position: absolute;
    right: 0;
    top: 4px;
    width: 18px;
    height: 18px;
    background: url("https://freenmedical.co.il/wp-content/uploads/2025/12/blue-tick.svg") no-repeat center;
    background-size: contain;
}

.postContent{
	overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}
input.input-text.qty.text {
    font-size: 18px;
    font-weight: 300;
    width: 53px;
	font-family: "Heebo", Sans-serif;
}
a.remove svg rect {
    stroke: #000;
}
a.remove svg path {
    fill: #000;
}
/* =========================
   FAQ SLIDER WRAPPER
========================= */
.faq-slider-wrapper {
  max-width: 570px;
  margin: auto;
  padding: 0 15px;
}
a.woocommerce-product-gallery__trigger {
    z-index: 9 !important;
}
/* =========================
   SLIDES
========================= */
/* Slider container */
.faq-slider {
  position: relative;
}

/* Slides */
.faq-slide {
  opacity: 0;
  visibility: hidden;
  transform: translateX(40px);
  transition: opacity 0.4s ease, transform 0.4s ease;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

/* Active slide */
.faq-slide.active {
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
  position: relative;
}

/* =========================
   FAQ ITEM
========================= */
.faq-item {
  margin-bottom: 12px;
  max-width: 570px;
  width: 100%;
  overflow: hidden;
}

/* =========================
   BUTTON RESET (IMPORTANT)
========================= */
.faq-item button {
  width: 100%;
  display: flex;
  gap: 5px;
  padding: 0;
  margin: 0;
  background: transparent !important;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  outline: none !important;
  box-shadow: none !important;
  -webkit-tap-highlight-color: transparent;
}

/* remove hover / focus bg */
.faq-item button:hover,
.faq-item button:focus,
.faq-item button:focus-visible,
.faq-item button:active {
  background: transparent !important;
  outline: none !important;
  box-shadow: none !important;
}

/* theme safety */
.faq-item button::before,
.faq-item button::after {
  background: transparent !important;
}

/* =========================
   QUESTION
========================= */
.faq-question {
  width: 100%;
  max-width: 513px;
  background: linear-gradient(90deg, #f1f4ef 0%, #e0ecde 100%);
  color: #000 !important;
  padding: 13px 9px;
  font-size: 18px;
  font-weight: 500;
  text-align: end;
  border-radius: 5px;
  position: relative;
  overflow: hidden;
	   display: flex;
        align-items: center;
  direction: rtl;
    text-align: right;
}

/* question text */
.faq-question span:first-child {
  flex: 1;
  line-height: 1.4;
}

/* =========================
   ACCORDION ICON
========================= */
.accordionIcon {
  position: absolute;
  left: 15px;
  transition: transform 0.3s ease;
  pointer-events: none; /* IMPORTANT: arrow click fix */
}

.accordionIcon svg {
  pointer-events: none;
}

/* rotate on open */
.faq-item.active .accordionIcon {
  transform: rotate(180deg);
}

/* =========================
   NUMBER BADGE
========================= */
.faq-no {
  width: 52px;
  height: 52px;
  font-size: 24px;
  color: #fff;
  border-radius: 5px;
  background: linear-gradient(
    45.84deg,
    #cdedc9 0%,
    #68b2a0 49.29%,
    #2c6975 98.58%
  );
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

/* =========================
   ANSWER
========================= */
.faq-answer {
  max-height: 0;
  padding: 0 16px;
  background: #e3e3e5;
  font-size: 13px;
  line-height: 1.5;
  max-width: 470px;
  width: 100%;
  border-radius: 5px;
  margin-top: 5px;
  text-align: end;
  overflow: hidden;
  transition: max-height 0.4s ease, padding 0.3s ease;
}

/* open state */
.faq-item.active .faq-answer {
  max-height: 300px;
  padding: 12px 16px;
}

/* =========================
   SLIDER DOTS
========================= */
.faq-nav {
  display: flex;
  gap: 8px;
  margin-top: 16px;
  justify-content: start;
}

.faq-nav .dot {
  width: 29px;
  height: 4px;
  background: #ccc;
  border-radius: 2px;
  cursor: pointer;
}

.faq-nav .dot.active {
  width: 59px;
  background: #2f8f7a;
}



/*FAQ CSS End*/
/* Contact us form css Start*/
#formIcon input, #formIcon textarea {
    background-color: transparent !important;
    background-image: none !important;
    color: #333333;
    padding-right: 30px;
    box-shadow: none !important;
    position: relative;
    z-index: 1;
}
/* textarea */
#formIcon textarea {
  resize: none;
  padding-top: 8px;
}
#formIcon .elementor-field-group {
  position: relative;
}
/* common icon */
#formIcon .elementor-field-group::after {
  content: "";
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  width: 15px;
  height: 16px;
  background-repeat: no-repeat;
  background-size: contain;
  pointer-events: none;
  z-index: 5;
}
/* individual icons */
#formIcon .elementor-field-group-name::after {
  background-image: url("https://freenmedical.co.il/wp-content/uploads/2025/12/name.svg");
}

#formIcon .elementor-field-group-email::after {
  background-image: url("https://freenmedical.co.il/wp-content/uploads/2025/12/blackmail.svg");
}

#formIcon .elementor-field-group-call::after {
  background-image: url("https://freenmedical.co.il/wp-content/uploads/2025/12/blackphoneicon.svg");
}

#formIcon .elementor-field-group-message::after {
    background-image: url("https://freenmedical.co.il/wp-content/uploads/2025/12/message.svg");
    top: 13px;
    transform: none;
}

#formIcon input:-webkit-autofill,
#formIcon input:-webkit-autofill:hover,
#formIcon input:-webkit-autofill:focus,
#formIcon textarea:-webkit-autofill {
  -webkit-text-fill-color: #333333 !important;
  background-color: transparent !important;
  transition: background-color 9999s ease-in-out 0s;
  -webkit-box-shadow: none !important;
}
#formIcon input[type="email"] {
    direction: ltr !important;
    text-align: right !important;
    padding-left: 14px !important;
    padding-right: 30px !important;
    padding-top: 0;
    font-size: 16px;
}
/* placeholder stays RTL */
#formIcon input[type="email"]::placeholder {
  direction: rtl;
  text-align: right;
}
#formIcon input::placeholder,
#formIcon textarea::placeholder {
  opacity: 1 !important;
}
#form-field-acceptance { 
	appearance: none; 
    -webkit-appearance: none; 
    width: 20px !important; 
    height: 20px !important; 
    border: 1px solid #68B2A0; 
    border-radius: 6px; 
    cursor: pointer; 
    position: relative; 
    vertical-align: middle; 
    transition: all 0.2s ease; 
    margin-left: 5px; 
    padding-right: 18px !important; 
}

#form-field-acceptance:checked { 
	background-color: #2C6975 !important; 
	border-color: #2C6975 !important; 
}

#form-field-acceptance:checked::after { 
	content: ""; 
	position: absolute; 
	top: 1px; 
	left: 6px; 
	width: 7px; 
	height: 12px; 
	border: solid #fff;
	border-width: 0 2px 2px 0; 
	transform: rotate(45deg); 
}

#formIcon button.elementor-button {
  margin-top: 10px;
}

/* Make only this form field relative */
#formIcon .elementor-field-group {
    position: relative;
}

/* Error message position – left side */
#formIcon .elementor-message.elementor-message-danger {
    position: absolute;
    right: 20px;
    bottom: -25px;
    font-size: 13px;
    line-height: 1;
    white-space: nowrap;
}


/*Contact Us Css End*/

.teamContent p {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
.teamCarousel .swiper {
    padding: 95px 0 0 0 !important;
    z-index: 1;
}
.custom-pagination {
    display: inline-flex;
    gap: 8px;
    margin-top: 10px;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%);
	z-index:0;
}
.custom-pagination-bullet, .custom-pagination span{
  border-radius: 30px;
  height: 4px;
  width: 29px;
  background-color: #C8C8C8;
  transition: all 0.3s ease;
  cursor: pointer;
}
.custom-pagination-bullet-active, .custom-pagination span.active {
    background-color: #2C6975 !important;
    width: 59px !important;
    transition: all 0.3s ease;
    cursor: pointer;
}
.custom-product-slider {
    padding-bottom: 70px;
}
#customTab .e-n-tab-title[aria-selected="true"] {
    border-radius: 100px !important;
}

#customTab .e-n-tab-title {
    border: none !important;
    border-radius: 100px !important;
}

#customTab .e-n-tabs-heading {
    border: 1px solid #68B2A0;
    display: inline-flex !important;
    max-width: 250px;
    margin: auto;
    border-radius: 100px;
    overflow: hidden;
}

.product-thumbnail img {
    width: 120px;
    height: 80px;
    object-fit: contain;
}
/*Addtocart Quantity*/
.woocommerce div.product form.cart div.quantity {
    margin: 0px !important;
}
.quantity {
    display: flex;
    align-items: center;
    background: #fff;
    border: 1px solid #333333;
    border-radius: 30px;
    padding: 2px;
    gap: 0px;
    max-width: 130px;
    flex-shrink: 0;
    min-width: 130px;
    height: 40px;
    justify-content: space-between;
}

.qty-btn {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: #000000 !important;
    color: #fff;
    font-size: 16px;
    border: none;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}

a.button.product_type_simple.add_to_cart_button.ajax_add_to_cart {
    max-height: 40px;
    display: flex;
    align-items: center;
    min-width: 130px;
    justify-content: center;
    max-width: 130px;
}

.adding a.button.product_type_simple.add_to_cart_button.ajax_add_to_cart {
    max-height: 46px;
    display: flex;
    align-items: center;
    min-width: 149.45750427246094px;
    justify-content: center;
    max-width: 149.45750427246094px;
}

.quantity button {
    padding: 0 !important;
}
.qty-btn:hover {
  background: #000;
}

/* number input */
.quantity .qty {
  width: 28px;
  text-align: center;
  border: none;
  font-size: 14px;
  font-weight: 500;
  background: transparent;
  pointer-events: none;   /* tumhara requirement */
  -moz-appearance: textfield; /* Firefox fix */
}

/* remove arrows */
.quantity .qty::-webkit-inner-spin-button,
.quantity .qty::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
/* Firefox spinner remove */
.quantity .qty {
  -moz-appearance: textfield;
}

/* Chrome, Safari, Edge spinner remove */
.quantity .qty::-webkit-inner-spin-button,
.quantity .qty::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
form.cart {
  display: flex;
  align-items: center;
	gap:10px;
  flex-wrap: nowrap;     
}
.single_add_to_cart_button {
  padding: 10px 16px;
  border-radius: 8px;
  white-space: nowrap;   
  flex-shrink: 0;         
}
button.qty-btn.plus, .cart .button {
    margin-inline-start: 0 !important;
}
p.price ins {
    text-decoration: none !important;
}
.productBox{
    width: 280px;
    height: 100% !important;
}
/* hide actual numbers */
.elementor-pagination .page-numbers {
  font-size: 0;             
  width: 29px;
  height: 4px;
 background: linear-gradient(0deg, #C8C8C8, #C8C8C8), linear-gradient(0deg, #C8C8C8, #C8C8C8), linear-gradient(0deg, #C8C8C8, #C8C8C8);     
  display: inline-block;
  border-radius: 4px;
  margin: 0 6px;
  padding: 0;
}

/* active page dash */
.productLoop .elementor-pagination .page-numbers.current {
    background: #2f6f7a;
    width: 59px;
}

/* remove default styles */
.productLoop .elementor-pagination a,
.productLoop .elementor-pagination span {
  text-decoration: none;
  border: none;
}

/* =========================
   BASE SWIPER
========================= */

.testimonial-swiper {
  padding: 20px 0;
  position: relative;
  overflow: visible;
}

.testimonial-swiper .swiper-wrapper {
  align-items: stretch;
}

/* auto height */
.testimonial-swiper .swiper-slide {
  height: auto !important;
}

/* =========================
   CARD STYLE
========================= */
.testimonial-swiper .swiper-slide.items {
    background: #eef3f1;
    border-radius: 20px;
    padding: 20px;
    position: relative;
    box-sizing: border-box;
    height: 490px;
    max-height: 490px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.testimonial_content {
    height: 226px;
	    padding-right: 10px;

    overflow-y: auto;
}
.testimonial-swiper .swiper-slide.items p.testimonial_content::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	border-radius: 10px;
	background-color: #F5F5F5;
}

.testimonial-swiper .swiper-slide.items p.testimonial_content::-webkit-scrollbar
{
	width: 5px;
	background-color: #F5F5F5;
}

.testimonial-swiper .swiper-slide.items p.testimonial_content::-webkit-scrollbar-thumb
{
	border-radius: 10px;
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
	background-color: #555;
}
/* subtle variations */
.testimonial-swiper .swiper-slide:nth-child(2n) {
  background: #e4eeea;
}
.testimonial-swiper .swiper-slide:nth-child(3n) {
  background: #f3f6f4;
}
/* REMOVE background from video slides */
.testimonial-swiper .swiper-slide.video-slide {
  background: transparent !important;
  padding: 0 !important;
  box-shadow: none !important;
}

/* Remove card background effect */
.testimonial-swiper .swiper-slide.video-slide::after, .woocommerce-shop #contact, .woocommerce-cart #contact, .woocommerce-checkout #contact {
  display: none !important;
} 

/* quote icon */
.testimonial-swiper .swiper-slide.items::after {
  content: "";
  position: absolute;
  top: 22px;
  right: 24px;
  width: 32px;
  height: 32px;
  background-image: url("https://freenmedical.co.il/wp-content/uploads/2025/12/blackquotes.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
#customTab .swiper-slide {
    margin-top: 80px;
}
.center-image-for-team {
    width: 166px;
    height: 166px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 44px !important;
}
.center-image-for-team img {
    max-width: 120px;
    height: 124px !important;
    object-fit: contain !important;
}
.swiper-slide .center-image-for-team::before{
	 content: "";
    width: 55.956226752886494px;
    position: absolute;
    background-color: rgba(224, 236, 222, 1);
    height: 43.054296px;
    border-radius: 100%;
	opacity: 1;
	top: -29px;
    left: 0;
    transform:rotate(-32deg);
}
.swiper-slide[aria-label="4 / 4"] .center-image-for-team::before {
    bottom: -29px;
    top:unset;
    left:unset;
    right: 0;
}
.swiper-slide[aria-label="2 / 4"] .center-image-for-team::before, .swiper-slide:nth-child(2) .center-image-for-team::before {
 bottom: -29px;
    top:unset;
    left:0;
    right: unset;
	transform: rotate(32deg);
}
.swiper-slide:nth-child(4) .center-image-for-team::before {
    bottom: -29px;
    top: unset;
    right: 0;
}
.swiper-slide[aria-label="3 / 4"] .center-image-for-team::before {
    top: -29px;
    left: 0;
    right: revert-layer;
}
.swiper-slide[aria-label="1 / 4"] .center-image-for-team::before, .swiper-slide:nth-child(1) .center-image-for-team::before {
   right: 0;
    transform: rotate(32deg);
    top: -29px;
}
/* =========================
   CONTENT
========================= */

.testimonial_content {
    font-size: 18px;
    line-height: 22px;
    color: #000000;
    margin: 60px 0 0px;
    font-family: 'Heebo';
    font-weight: 400;
}

/* FORCE TEXT TO STACK (NOT INLINE) */
.team_name,
.team_designation {
  display: block;
  width: 100%;
}

.team_name {
  font-size: 16px;
  font-weight: 700;
  color: #000;
}

.team_designation {
    font-size: 15px;
    color: rgba(0, 0, 0, 1);
    margin-top:-2px;
}

/* =========================
   IMAGE (BOTTOM CORNER)
========================= */

.team_image {
  bottom: 30px;
  right: 30px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  overflow: hidden;
  float: none;
  display: block;
	margin-left: 8px;
}

.team_image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.testimonial-footer {
    display: flex !important;
    flex-direction: row-reverse;
    justify-content: flex-end;
}
/* =========================
   VIDEO SLIDE
========================= */

.video-slide {
  padding: 0 !important;
  border-radius: 20px;
  overflow: hidden;
}

.video-slide iframe,
.video-slide video {
  width: 100%;
  height: 100%;
  min-height: 391px;
  object-fit: cover;
  border-radius: 20px;
}

/* =========================
   NAVIGATION ARROWS
========================= */

.testimonial-swiper .swiper-button-prev,
.testimonial-swiper .swiper-button-next {
  color: #000;
  top: 50%;
  transform: translateY(-50%);
}

.testimonial-swiper .swiper-button-prev::after,
.testimonial-swiper .swiper-button-next::after {
  font-size: 22px;
  font-weight: bold;
}

/* =========================
   PAGINATION DOTS
========================= */

.testimonial-swiper .swiper-pagination {
  bottom: -25px;
}

.testimonial-swiper .swiper-pagination {
  position: relative;
  margin-top: 20px;
  text-align: center;
  z-index: 20;
}
.testimonial-swiper .swiper-pagination-bullet {
    width: 29px;
    height: 4px;
    border-radius: 30px;
    background: linear-gradient(0deg, #C8C8C8, #C8C8C8), linear-gradient(0deg, #C8C8C8, #C8C8C8), linear-gradient(0deg, #C8C8C8, #C8C8C8);
}

.testimonial-swiper .swiper-pagination-bullet-active {
  width: 59px;
  border-radius: 30px;
  background: #2C6975;
}
.teamContent_expend.about-team {
    overflow: hidden;
    display: block;
    max-height: 6em; /* approx 4 lines */
    transition: max-height 0.4s ease;
}
.teamContent_expend.about-team.product-content {
    max-height: 9em;
}
.teamContent_expend.about-team.expanded {
    max-height: 100% !important; /* big enough for content */
}
/* =========================
   RTL SUPPORT (HEBREW)
========================= */
.woocommerce-notices-wrapper, .wc-empty-cart-message, .elementor-swiper-button.swiper-button-disabled {
    display: none !important;
}
html[dir="rtl"] .testimonial_content,
html[dir="rtl"] .team_name,
html[dir="rtl"] .team_designation {
  text-align: right;
}

html[dir="rtl"] .team_image {
  right: auto;
  left: 30px;
}

html[dir="ltr"] .testimonial-swiper .swiper-slide.items::after {
  right: auto;
  left: 24px;
}
#productSize .woocommerce-product-attributes-item__value {
    border: none !important;
    background-color: transparent !important;
    font-style: normal !important;
    padding: 0 !important;
}
#productSize td.woocommerce-product-attributes-item__value p {
    font-size: 16px;
    color: #2C6975;
    font-weight: 300;
    font-family: 'Heebo';
}
#productSize th.woocommerce-product-attributes-item__label {
    display: none !important;
}
#productSize table.woocommerce-product-attributes.shop_attributes {
    border-top: none !important;
    margin-bottom: 0px !important;
}

.read-quantity-btn .e-atc-qty-button-holder {
    gap: 10px;
}

#productSize .woocommerce-product-attributes-item__value p {
    margin: 0 !important;
    padding: 0 !important;
}

#cartPage .quantity input.qty {
    border: none !important;
    outline: none !important;
    box-shadow: none !important;
    background: transparent;
    width: 40px;
    padding: 0;
    font-size: 16px;
    font-weight: 500;
    text-align: center !important;
}
.custom-product-slider {
  overflow: hidden;
  width: 100%;
}
 
.custom-product-slider .slider-track {
  display: flex;
  transition: transform 0.6s ease;
  will-change: transform;
}
 
.custom-product-slider .slider-page {
    min-width: 100%;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 63px 32px;
}
body .elementor-menu-cart__products {
    max-height: calc(91vh - 250px);
}


/* Remove arrows (Chrome, Edge, Safari) */
#cartPage .quantity input.qty::-webkit-outer-spin-button,
#cartPage .quantity input.qty::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
a.added_to_cart.wc-forward {
    display: none !important;
}
.elementor-menu-cart__product-price.product-price {
    text-align: right;
    padding: 0;
}
.menu_cart_menu .product-thumbnail img {
    width: 120px;
    height: 80px;
    object-fit: contain;
    border: 1px solid #78aeb9;
    border-radius: 8px;
    padding: 5px;
}
.menu_cart_menu .elementor-menu-cart__product-image {
    padding-left: 8px;
}
.elementor-menu-cart__product-price.product-price span.quantity{
	display:flex!important;
}
.elementor-menu-cart__product-name, .elementor-menu-cart__product-price {
    font-size: 14px;
    padding-inline-start: 0;
}
/* Remove arrows (Firefox) */
#cartPage .quantity input.qty {
  -moz-appearance: textfield;
}

.DetailForm .e-atc-qty-button-holder {
    gap: 15px !important;
} 
.Excerpt.elementor-widget.elementor-widget-theme-post-excerpt {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
#cn-notice-text {
    padding-left: 15px !important;
}
#cookie-notice, #cookie-notice * {
    border: none !important;
}
#cookie-notice button:hover {
    background-color: #001C44 !important;
}
.bottom-icon a.elementor-button span.elementor-button-content-wrapper {
    height: 30px;
}
.bottom-icon a.elementor-button span.elementor-button-content-wrapper svg {
    height: 18px;
}


/*  */
 .mobile-only {
        position: relative;
        display: block;
        cursor: pointer;
		        overflow: hidden;
    }

    .mobile-only img {
        width: 100%;
        height: auto;
        display: block;
		        overflow: hidden;
    }

    .mobile-only .play-icon {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        font-size: 50px;
        color: #fff;
        background: rgba(0,0,0,0.6);
        border-radius: 50%;
        padding: 15px 22px;
        pointer-events: none;
    }
	.mobile-only .play-icon svg#Capa_1 {
    width: 20px;
    fill: #fff;
    height: 34px;
    display: flex;
    align-items: center;
    margin: 0 auto;
}

/*  */
.custom-product-slider {
  position: relative;
}

/* Arrow base */
.slider-arrows {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 34px;
    gap: 14px;
	    margin-bottom: 14px;
}
.slider-arrows.faqs-arrows {
    justify-content: end;
}


.slider-arrow {
  top: 50%;
  transform: translateY(-50%);
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 1);
	box-shadow: 0px 0px 14px 0px rgba(0, 0, 0, 0.25);
  color: #fff;
  font-size: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;

}
.blog__category ul{
	gap:20px
}
.blog__category ul li a {
    background: #68b2a0;
	border-radius:50px;
	color:#fff !important;
	    padding: 12px 30px 12px 30px;
}
.blog__category .current-menu-item a {
    background: #2c6975 !important;
}
.blog__category ul li a:hover {
    background: #2c6975 !important;
}
/* Position */
.slider-arrow.prev { left: 10px; }
.slider-arrow.next { right: 10px; }

/* Hide arrows on mobile */
@media (max-width: 1024px) {

}

/* .readMore-wrapper {
  display: block;
}

.readMore {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease;
}



@media (max-width: 1512px) {
      .faq-answer {
        max-width: 464px;
      }
	
	.testimonial_content {
    font-size: 16px;
    line-height: 22px;
    color: #000000;
    margin: 50px 0 0px !important;
    font-family: 'Heebo';
}
	.testimonial-swiper .swiper-slide.items {
	height:391px !important;
    max-height: 391px !important;
	width: 320px !important;
    min-width:320px !important;
}
}
*/
div#productSize h3 {
    display: none !important;
}
.productLoop .swiper-pagination-bullet {
    width: 29px;
    height: 4px;
    border-radius: 30px;
    background: linear-gradient(0deg, #C8C8C8, #C8C8C8), linear-gradient(0deg, #C8C8C8, #C8C8C8), linear-gradient(0deg, #C8C8C8, #C8C8C8);
}
.productLoop span.swiper-pagination-bullet.swiper-pagination-bullet-active {
    width: 59px;
    height: 4px;
    border-radius: 30px;
    background: #2C6975;
}


/*  */

  .desktop-video {
        display: none;
    }
.wrap_cont.login_section {
    padding: 90px 0;
}
/*  */
.cancelationContactform .elementor-field-group-pin input, .cancelationContactform .elementor-field-group-order input {
    padding: 11px !important;
}
/*  */
button.bot-widget-bubble {
    bottom: 79px;
}
@media (max-width: 560px) {
button.bot-widget-bubble {
    bottom: 136px;
    height: 50px;
    width: 50px;
    line-height: 0;
}
	.bot-widget-bubble img, .bot-widget-bubble svg {
    all: revert;
    height: 23px;
    margin: 0;
    width: 20px;
    fill: var(--custom-bubble-icon-color);
}
}
@media (min-width: 767px) {
.cancelationContactform {
    width: 100% !important;
    max-width: 850px !important;
    position: relative;
    padding-bottom: 70px !important;
}
.cancelationContactform  .elementor-form .elementor-field-group{
	width:33.33%;
	float:right;
}
.cancelationContactform  .elementor-form .elementor-field-group:nth-child(4){
	height:47px;
}
.cancelationContactform  .elementor-form .elementor-field-group:nth-child(5){
	width:66.5%;
	float:left;
}
.cancelationContactform  .elementor-form .elementor-field-group:nth-child(6){
	margin-top:-59px;
	height:47px;
}
.cancelationContactform .elementor-form .elementor-field-group:nth-child(7) {
    position: absolute!important;
    right: 0;
    bottom: 70px;
}
.cancelationContactform .elementor-form .elementor-field-group:nth-child(8) {
    width: 67.5%;
    float: left;
    position: absolute!important;
    left: 0;
    bottom: -28px;
}
.cancelationContactform .elementor-form .elementor-field-group:nth-child(9) {
    float: left;
    width: 66.5%;
}
.cancelationContactform .elementor-message {
    margin: -14px 0 !important;
}

}

@media (max-width: 1024px) {
.testimonial-swiper .swiper-slide.items {
    height: 280px !important;
    max-height: 280px !important;
}
  .testimonial-swiper .swiper-slide.items {
    padding:31px 18px 18px;
  }

  .testimonial_content {
    font-size: 14px;
    line-height: 18px;
	margin: 35px 0 20px !important;
  }

  .team_image {
    width: 34px;
    height: 34px;
    bottom: 26px;
    right: 26px;
  }

  .video-slide iframe,
  .video-slide video {
    min-height: 280px;
  }

}

@media (max-width: 1280px){
	.productBox{
    width: 100% !important;
}
		body .elementor-swiper-button.swiper-button-disabled{
		opacity:0.3 !important;
		display:flex !important;
	}
}
 /* Tablet */
    @media (max-width: 880px) {
      .faq-question {
        font-size: 13px;
        padding: 12px 14px;
      }
.teamContent_expend.about-team.product-content {
    max-height:6em;
}
     .faq-no {
    font-size: 20px;
    padding: 5px 8px;
}
      .faq-question {
        font-size: 14px;
      }
	div#easeImage{
    top: unset;
    bottom: 11px;
}
		.elementor-widget-n-accordion .e-n-accordion-item-title-header {
    display: flex;
    width: 100%;
}
		.elementor-widget-n-accordion span.e-n-accordion-item-title-icon svg {
    width: 16px;
			        padding-top: 4px;
}
		span.e-n-accordion-item-title-header:after {
 content: "";
    width: 100%;
    height: 15px;
    border-bottom: 1px dashed #000;
    position: static;
    max-width: 100%;
    margin-right: 9px;
}
		.elementor-widget-n-accordion .e-n-accordion-item-title-text {
    white-space: nowrap;
}
		

}

@media (max-width: 767px){
	  .custom-product-slider {
    touch-action: pan-y;
  }
	.iconBox p.elementor-icon-box-description {
    border-top: none;
    padding-top: 0;
}
	td.product-quantity .quantity {
    margin-top: -10px;
    margin-right: 58px !important;
}
	.productBox{
    width: 100% !important;
}
	#customTab .e-n-tabs-heading {
    max-width: 258px !important;
}

	.mobile-add-to-cart a.button.add_to_cart_button {
    height: 40px;
}
	.quantity {
    max-width: 54px;
    min-width: 54px;
    height: 40px;

}
/* 	 */
.cancelationContactform .elementor-field-group-name {
    order: 1;
}
	.cancelationContactform .elementor-field-group-email {
    order: 2;
}
	.cancelationContactform .elementor-field-group-call {
    order: 3;
}
		.cancelationContactform .elementor-field-group-pin {
    order: 4;
}
		.cancelationContactform .elementor-field-group-order {
    order: 5;
}
		.cancelationContactform .elementor-field-group-message {
    order: 6;
}
		.cancelationContactform .elementor-field-group-acceptance {
    order: 7;
}
	.cancelationContactform .elementor-field-type-submit{
    order: 9;
}
	.cancelationContactform .elementor-field-group-reCaptcha{
    order: 8;

	}
	  .custom-product-slider .slider-page {
grid-template-columns: repeat(2, 1fr);
  }
	.custom-product-slider .slider-page {
    gap: 40px 10px;
}
}
@media (max-width: 560px){
	div#blogImage {
    position: initial;
}
	.center-image-for-team {
    width: 145px;
    height: 145px;
	}
	.swiper-slide .center-image-for-team::before {
    width: 38.661584543195104px;
    height: 28.535930903592043px;
		border-radius: 100%;
	}
	.swiper-slide[aria-label="2 / 4"] .center-image-for-team::before, .swiper-slide:nth-child(2) .center-image-for-team::before, .swiper-slide:nth-child(4) .center-image-for-team::before, .swiper-slide[aria-label="4 / 4"] .center-image-for-team::before {
    bottom: -19px;
	}
	.swiper-slide .center-image-for-team::before, .swiper-slide[aria-label="1 / 4"] .center-image-for-team::before, .swiper-slide:nth-child(1) .center-image-for-team::before, .swiper-slide[aria-label="3 / 4"] .center-image-for-team::before {
    top: -19px;
}
    .testimonial-swiper .swiper-pagination-bullet {
        width: 18px;
        margin: 0 4px !important;
    }
	.testimonial-swiper .swiper-pagination-bullet-active {
    width: 36px;
}
}
  @media (max-width: 480px) {
     .faq-question {
    font-size: 14px;
    padding: 10px;
    padding-left: 30px;
    word-break: break-word !important;
    white-space: normal;
    line-height: 18px;
}
   .accordionIcon {
    left: 5%;
    top: 37%;
    }
      .faq-answer {
        font-size: 12px;
      }

      .faq-nav .dot {
        width: 26px;
        height: 5px;
      }
	#formIcon textarea {
    resize: none;
    padding-top: 4px;
}
	  #formIcon input[type="email"] {
    padding-left: 109px !important;
}
	  div#gmpLogo, div#easeImage {
    top: unset !important;
    bottom: 35px !important;
}
	.checkOut .e-shop-table .cart td:before {
    margin-left: 10px !important;
}
	   .list-icons span.elementor-icon {
    margin-top: 10px;
}
}
  @media (max-width: 365px) {
	  div#blogImage {
    right: 30px !important;
}
	      .quantity {
        max-width: 47px;
        min-width: 47px;
        height: 40px;
    }
	 .TeamImage.elementor-widget.elementor-widget-theme-post-featured-image.elementor-widget-image {
    right: 76px !important;
}
/* 	  div#easeImage {
    top: 636px !important;
} */
/* 	  div#gmpLogo {
    top: 652px !important;
}  */
	  #formIcon input[type="email"] {
    padding-left: 60px !important;
}
	 .lineIcon.elementor-widget.elementor-widget-icon {
    left: 120px !important;
}
	 
}
/* Mobile only */
@media (max-width: 767px) {
.blog__category ul{
		display: flex;
    flex-wrap: nowrap;
    overflow: auto;
    gap: 5px;
}
  
   
/*  */
a.button.product_type_simple.add_to_cart_button.ajax_add_to_cart {
    max-height: 40px;
    max-width: 107px;
    min-width: 107px;
    font-weight: 300 !important;
    padding: 10px 10px !important;
}
	.custom-product-slider {
    padding-bottom: 58px;
}
  .qty-wheel {
        height: 36px;
        width: 100%;
    overflow: hidden;
    border-radius: 8px;
    margin: auto;
  }
.e-atc-qty-button-holder {
    gap: 5px !important;
}
  .qty-wheel-inner {
    height: 100%;
    overflow-y: scroll;
    scroll-snap-type: y mandatory;
    -webkit-overflow-scrolling: touch;
  }

  .wheel-item {
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    scroll-snap-align: center;
  }


  .qty-wheel-inner::-webkit-scrollbar {
    display: none;
  }
}
