/*
Theme Name: Hello Elementor Child
Template: hello-elementor
Version: 1.0
*/

@import url('https://fonts.googleapis.com/css2?family=Google+Sans:ital,opsz,wght@0,17..18,400..700;1,17..18,400..700&display=swap');

body{
	font-family: "Google Sans", sans-serif !important;
}

h1, h2, h3, h4, h5, h6, p {
	font-family: "Google Sans", sans-serif;
}
a {
	font-family: "Google Sans", sans-serif;
}
ul li{
	font-family: "Google Sans", sans-serif;
}

.features-card:hover{
	background: #00A8A0 !important;
	border-color: #00A8A0;
	color: #fff !important;
}

.features-card:hover .elementor-counter-number-wrapper , .features-card:hover .elementor-counter-title, 
.features-card:hover .elementor-heading-title, .features-card:hover p {
	color: #fff !important;
}

.homeBanner, .freedownload-block, .inner_banner  {
  max-width: 98% !important;
  margin: 0px auto;
}

header{
	max-width: 98% !important;
  margin: 10px auto;
}

.swiper-slide-active .testimonials_card {
	background: linear-gradient(92.35deg, #00A8A0 16.32%, #0AC4BB 85.07%);

}
.swiper-slide-active .testimonials_card .elementor-heading-title, .swiper-slide-active .testimonials_card .elementor-widget-text-editor {
	color:#fff !important;
}

.swiper-pagination-bullet-active {
	width: 30px !important;
    border-radius: 20px !important;
}
.service_card-row:hover{
border: 1px solid #00A8A0 !important;
    border-radius: 20px;
}
.service_card-row {
	border-top:1px solid transparent !important;
	border-left:1px solid transparent !important;
	border-right:1px solid transparent !important;
}
.service_card-row:hover .elementor-heading-title {
	color:#00A8A0 !important
}

.product_thumb-description {
	 display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.blog-thumb-block .blog-thumb-image a{
	display:block !important
}

.comment-form .submit, .comment-form .submit:hover {
	font-family: "Google Sans", Sans-serif;
  font-weight: 500;
  fill: #FFFFFF;
  color: #FFFFFF;
  background-color: var(--e-global-color-primary);
  border-style: solid;
  border-width: 1px 1px 1px 1px;
  border-color: var(--e-global-color-primary);
  border-radius: 25px 25px 25px 25px;
}
.comment-form .logged-in-as a{
	color:#11B1AA
}



.product-repeater-item{
    display:flex;
    align-items:center;
    gap:40px;
    margin-bottom:60px;
}

.product-repeater-item .product-image{
    width:40%;
}

.product-repeater-item .product-image img{
    width:100%;
    display:block;
    border-radius:20px;
}

.product-repeater-item .product-desc{
    width:60%;
}

.product-repeater-item .product-title{
    margin:0 0 15px;
}

.product-repeater-item:nth-child(even) .product-image {
	order: 2;
}

.what-we-test-row {
	display: flex;
	flex-wrap: wrap;
	margin: 0px -15px;
}
.what-we-test-row .what-we-test-col {
	flex: 0 0 50%;
	padding: 0px 15px;
	display: flex;
}
.what-we-test-row .what-we-test-box {
	width: 100%;
	padding: 25px;
	background: #fff;
	border-radius: 15px;
	 margin: 15px 0px;
}

.what-we-test-row .what-we-test-box h2{
	font-size: 24px;
	color: #00A79D;
	font-weight: 600;
}


.measure-btn{
	font-family: "Google Sans", sans-serif;
    background:#fff !important;
	color: #333 !important;
    border:1px solid #bdbdbd !important;
    border-radius:8px !important;
    padding:8px 15px !important;
    cursor:pointer;
    font-size:15px !important;
	margin: 5px 5px;
    transition:all .3s ease;
}

.measure-btn:hover{
    border-color:#00a6a6;
    color:#00a6a6;
}

/* Popup */
.measure-popup{
    display:none;
    position:fixed;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background:rgba(0,0,0,.6);
    z-index:9999;
    overflow:auto;
}

.popup-inner{
    background:#fff;
    max-width:800px;
    width:90%;
    margin:80px auto;
    padding:30px;
    border-radius:15px;
    position:relative;
}

.popup-inner h3{
    color:#00a6a6;
    font-size:32px;
    margin-bottom:20px;
}

.popup-content{
    font-size:16px;
    line-height:1.35;
}

.popup-close{
    position:absolute;
    top:15px;
    right:20px;
    font-size:32px;
    cursor:pointer;
    line-height:1;
}

.wc-block-cart__submit-button {
	background-color: var( --e-global-color-accent ) !important;
	border-radius: 10px;
}
.wc-block-cart__submit-button:hover{
	color: #fff;
}
.wc-block-cart-item__wrap .wc-block-components-product-name {
	color: #00A79D;
}
.woocommerce-notices-wrapper .button.wc-forward {
	background-color: var( --e-global-color-accent ) !important;
	border-radius: 10px;
	color: #fff !important;
}
#commentform .submit {
background-color: var( --e-global-color-accent ) !important;
  border-radius: 10px !important;
  color: #fff !important;
  padding: 12px 25px !important;
}
.wc-block-checkout__actions .wc-block-components-button{
	background-color: var( --e-global-color-accent ) !important;
  border-radius: 10px !important;
  color: #fff !important;
  padding: 12px 25px !important;
  border: 1px solid var( --e-global-color-accent ) !important;
}
.wc-block-components-checkbox__label a{
	color: #00A79D;
}

.woocommerce-MyAccount-navigation {
  width: 100%; 
  border:1px solid #ccc
 }
    .woocommerce-MyAccount-navigation ul {
		list-style: none;
		padding: 0;
		margin: 0;
	}
   .woocommerce-MyAccount-navigation ul li {
        width: 100%;
         border-bottom: 1px solid #ccc;
        padding:10px 20px; 
   
   }
  .woocommerce-MyAccount-navigation ul li a{
    width: 100%;
    color: #050301;    
   
  }

  .woocommerce-Address-title.title a{
      color: #050301;    
  }

  .woocommerce-MyAccount-content a {
     color: #050301;    
  }

  .woocommerce-MyAccount-content .button {
    border: 1px solid transparent !important;
  background-color: var( --e-global-color-accent ) !important;
  color: #fff !important;

  margin-top: 15px !important;

  }
  .woocommerce-account .addresses .title .edit {
    float: left !important;
  }


.test-instructions-wrapper {
	display: flex;
	gap: 15px;
}
.test-instructions-wrapper .test-instruction-item {
	flex: 0 0 32%;
	text-align: center;
	padding: 20px;
}
.test-instructions-wrapper .test-instruction-item p{
	color: #fff;
	font-size: 1.15rem;
	line-height: 1.35rem;
	margin-top: 15px;
}
.test-instructions-wrapper .instruction-image {
    max-width: 70px;
    margin: 0px auto;
}

.woocommerce-form-login .woocommerce-Input, .woocommerce-form-register .woocommerce-Input , .woocommerce-Input{
    width: 100%;
    padding: 13px !important;
    border: 1px solid #ccc !important;
    border-radius: 4px;
}
#customer_login .woocommerce-Button, .woocommerce-form-login .woocommerce-button {
     border: 1px solid transparent !important;
  background-color: var( --e-global-color-accent ) !important;
  color: #fff !important;
  padding: 14px 30px !important;
  border-radius: 25px !important;

}
.woocommerce-LostPassword.lost_password a, .woocommerce-privacy-policy-text p a {
    color: #00A79D;
}
.woocommerce-form.woocommerce-form-login, .woocommerce-form-register {
    min-height: 390px;
}
@media(min-width:768px) and (max-width:1024px){
	.what-we-test-row .what-we-test-col {
	flex: 0 0 100%;
}
	.product-repeater-item {
		flex-direction: column;
	}

	.product-repeater-item .product-image, .product-repeater-item .product-desc {
		width: 100%;
	}
	.product-repeater-item:nth-child(even) .product-image, .product-repeater-item:nth-child(odd) .product-image {
	order: 1;
}

	.product-repeater-item:nth-child(even) .product-desc, .product-repeater-item:nth-child(odd) .product-desc {
	order: 2;
}
.what-we-test-row .what-we-test-col {
	flex: 0 0 100%;
}
.wp-block-woocommerce-cart {
	margin-inline:0px !important;
}
.test-instructions-wrapper {
	display: flex;
	gap: 15px;
	flex-direction: column;
}
.test-instructions-wrapper .test-instruction-item {
	flex: 0 0 100%;
	padding: 10px;
}
}
@media (max-width:767px){
	.product-repeater-item {
		flex-direction: column;
	}

	.product-repeater-item .product-image, .product-repeater-item .product-desc {
		width: 100%;
	}
	.product-repeater-item:nth-child(even) .product-image, .product-repeater-item:nth-child(odd) .product-image {
	order: 1;
}

	.product-repeater-item:nth-child(even) .product-desc, .product-repeater-item:nth-child(odd) .product-desc {
	order: 2;
}
.what-we-test-row .what-we-test-col {
	flex: 0 0 100%;
}
.wp-block-woocommerce-cart {
	margin-inline:0px !important;
}
.test-instructions-wrapper {
	display: flex;
	gap: 15px;
	flex-direction: column;
}
.test-instructions-wrapper .test-instruction-item {
	flex: 0 0 100%;
	padding: 10px;
}
}