/*
Theme Name: Secret Root 
Description: Theme V8
Author: Ethan
Version: 1.2
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: Secret Root

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/

/* 
============================================================================================================
============================================================================================================

                                        THEME STYLE default CSS START

============================================================================================================
============================================================================================================
*/



body, html, ul {
	margin: 0px;
 	padding: 0px;
}

body {
	font-family: 'Bamberger Sharp FM';
	font-weight: 300;
	word-wrap: break-word;
	overflow-x: hidden;
	opacity: 0;
	transition: all .5s;
	transition-delay: .3s;
	direction: rtl; 
}

.wrapperOuter {
    overflow: hidden;
}

.elementor-section.elementor-section-boxed > .elementor-container .elementor-container {
	padding: 0;
}
body.elementor-editor-active {
	opacity: 1;
}
.elementor-editor-active .smart-page-loader {
	display: none !important;
}
b, strong {
	font-family: 'Bamberger Sharp FM';
	font-weight: bold;
}

a {
	text-decoration:none;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
	outline:0!important;
}

.upb_row_bg {
	width: 100% !important;
}

::selection {
   color: #fff; 
   background: #0d3d3d !important;
}

* { 
	outline:none!important;
}


h1,h2,h3,h4,h5,h6 {
	margin-top:0;
	font-family: 'Bamberger Sharp FM';
	font-weight: bold;
	margin-bottom: 10px;
}

ul {
	list-style:disc;
	list-style-position:inside;
	margin:0;
	padding:0;
}

ol {
	list-style:decimal;
	list-style-position:inside;
	margin:0;
	padding:0;
}

ol li,ul li {
	margin:0;
	padding:0;
}

p {
	margin: 0;
	padding-bottom: 20px;
}

img {
	transition:all .5s;
	max-width: 100%;
	height: auto;
}

/* content */

.containerWrap ol li, 
.containerWrap ul li {
	list-style-position: inside;
}

.containerWrap ol, 
.containerWrap ul {
	margin: 0px 0 20px 20px;
}

/* pointer css start */

.cursor {
  top: 0px;
  left: 0px;
  position: fixed;
}

.dot {
  top: -20px;
  left: -20px;
  position: fixed;
  border-radius: 50%;
  z-index: 9999;
  mix-blend-mode: multiply;
  pointer-events: none;
  will-change: transform;
  transform: scale(.3);
  transition: 0.2s all;
  width: 40px;
  height: 40px;
}

.drag,
.scroll,
.play {
  box-sizing: border-box;
  overflow: hidden;
  cursor: none;
}

.drag-pointer {
  opacity: 1;
  transform: scale(1);
}

.scroll-pointer {
  opacity: 1;
  transform: scale(1);
}

.play-pointer { 
  opacity: 1;
  transform: scale(1);
}

.dot.play-pointer:before {
	content: 'Play'; 
}

.dot.scroll-pointer:before {
	content: 'scroll'; 
}
.dot.drag-pointer:before {
	content: 'drag'; 
}

.dot:before { 
	display: inline-block;
	border: 2px solid #061424;
	width: 50px;
	height: 50px;
	line-height: 51px;
	border-radius: 50%;
	text-align: center;
	color: #061424;
	text-transform: uppercase;
	font-size: 11px;
	transition: all .5s;
	opacity: 0;
	visibility: hidden;
}

.dot.play-pointer:before,
.dot.scroll-pointer:before,
.dot.drag-pointer:before {
	opacity: 1;
	visibility: visible;
}


/* pointer css end */



.header .elementor-menu-cart__footer-buttons a.elementor-button,
body.woocommerce .shopWrap.wooWrap li form.cart button, 
body.woocommerce .yith-wcwl-add-button a.button,
.woocommerce div.product form.cart .button,
.woocommerce .shopWrap ul li.product .product-text .button,   
.productWrap .contentBox .priceBox form .product_type_simple,
.wishlistWrap .woocommerce table.shop_table .product-add-to-cart a,
.accountWrap .woocommerce-MyAccount-content .button,
.reviewBox .submit,
.wooWrap .woocommerce button.button,
.wooWrap .woocommerce .wc-proceed-to-checkout .button,
body.woocommerce a.button,
body.woocommerce button.alt, 
.comments-area .submit,
.dbtn {
    font-size: 32px !important;
    font-family: 'Bamberger Sharp FM';
    font-weight: bold;  
    padding: 14px 30px !important;
    text-transform: uppercase;
    background-color: #155050 !important;
	border-radius: 6px !important;
    color: #fff !important;
    border: 2px solid transparent;  
    display: inline-block;
    -webkit-transition: all .5s !important;
    -moz-transition: all .5s !important;
    -o-transition: all .5s !important;
    transition: all .5s !important;
    margin-bottom: 0;
    position: relative;
    z-index: 9;
    cursor: pointer;
}
.page-id-11 .dbtn {
	font-size: 38px !important;
	background-color: transparent !important;
	border-radius: 30px !important;
	padding: 14px 72px !important;
}
.page-id-11 .dbtn label {
	display: table;
    background: #0d3d3d;
    margin: 0 auto;
    padding: 5px 20px;
    margin-bottom: -10px;   
    border-radius: 15px 15px 0 0;
    margin-top: 5px;
    cursor: pointer;
}
.page-id-11 .dbtn:before {
	content: '';
	position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100% 100%;
    z-index: -1;
}
.dbtn .mText:last-child {
    display: none;
} 
.header .elementor-menu-cart__footer-buttons a.elementor-button:hover,
body.woocommerce .shopWrap.wooWrap li form.cart button:hover, 
body.woocommerce .yith-wcwl-add-button a.button:hover,
.woocommerce div.product form.cart .button:hover, 
.woocommerce .shopWrap ul li.product .product-text .button:hover,   
.productWrap .contentBox .priceBox form .product_type_simple:hover,
.wishlistWrap .woocommerce table.shop_table .product-add-to-cart a:hover,
.accountWrap .woocommerce-MyAccount-content .button:hover,
.reviewBox .submit:hover,
.wooWrap .woocommerce button.button:hover,
.wooWrap .woocommerce .wc-proceed-to-checkout .button:hover,
body.woocommerce a.button:hover,
body.woocommerce button.alt:hover, 
.comments-area .submit:hover,    
.dbtn:hover {      
	-webkit-filter: drop-shadow(0px 0px 10px rgb(0, 0, 0, .3));
	-o-filter: drop-shadow(0px 0px 10px rgb(0, 0, 0, .3));
	-moz-filter: drop-shadow(0px 0px 10px rgb(0, 0, 0, .3));
	filter: drop-shadow(0px 0px 10px rgb(0, 0, 0, .3));
}    

/* Post Image Start*/

.wp-block-image figure {
	margin-top: 20px !important;
	margin-bottom: 20px !important;
}

img.alignright,
.wp-block-image .alignright {
	margin-left: 20px !important;
}

img.alignleft,
.wp-block-image .alignleft {
	margin-right: 20px !important;
}

img.aligncenter,
.wp-block-image .aligncenter {
	margin: 0 auto !important;
}

@media (max-width: 767px) {

	img.alignright,
	img.alignleft,
	img.aligncenter,
	.wp-block-image .alignright,
	.wp-block-image .alignleft,
	.wp-block-image .aligncenter {
		float: none !important;
		margin: 0 auto !important;
	}

}

/* Post Image End */


/* testimonial css */

.elementor-widget-testimonial-carousel .elementor-testimonial {
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
    width: 100%;
}

/* bannerWrap */

.bannerWrap .imageBox {
	position: static;
}
.bannerWrap .title .elementor-heading-title:after {
	content: '';
	background: #dbe3c7;
	width: 220px;
    height: 6px;    
    display: block;    
    margin: 30px 0;
    -webkit-clip-path: polygon(100% 0, 100% 0, 100% 100%, 100% 100%);
	-o-clip-path: polygon(100% 0, 100% 0, 100% 100%, 100% 100%);
	-moz-clip-path: polygon(100% 0, 100% 0, 100% 100%, 100% 100%);
	clip-path: polygon(100% 0, 100% 0, 100% 100%, 100% 100%);
	transition: all 1s !important;      
}
.page-loaded .bannerWrap .title .elementor-heading-title:after {
	-webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);        
	-o-clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
	-moz-clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
	clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
	transition-delay: 1s;
}
.bannerWrap .title .elementor-heading-title {
	font-size: 120px;
	line-height: 100px;
}
.page-id-1157 header, 
.page-id-1157 footer, 
.page-id-11 footer,
.page-id-11 header {
	display: none; 
}

/* comingsoonWrap */

.comingsoonWrap .soonTitle .elementor-heading-title {
	font-size: 18px;
} 

/* footerWrap  */
      
.footerWrap .infoBox .elementor-widget-text-editor p a .english {
	font-family: 'TitilliumText22L';
	font-weight: 100;
}
.footerWrap .elementor-widget .elementor-icon-list-item {
	list-style: none;
	display: flex;
    align-items: center;  
}
.footerWrap .elementor-widget .elementor-icon-list-items.elementor-inline-items {
    display: flex;
    justify-content: center;  
} 
.footerWrap .elementor-widget .elementor-icon-list-item:after {
    position: relative;    
} 
.footerWrap .infoBox .elementor-widget-text-editor p {
	font-size: 27px;
}
.footerWrap .elementor-nav-menu--main .menu-item a {
	font-family: 'Bamberger Sharp FM';
	font-weight: bold; 
	font-size: 24px;
    line-height: normal;
    display: table;
}
.footerWrap .elementor-nav-menu--main .menu-item a:hover {
	color: #B4D197 !important; 
}
.footerWrap .menuTitle .elementor-heading-title {
	font-size: 30px; 
}
.copyrightWrap .box .elementor-widget-text-editor p {
	font-size: 15px;  
} 
.copyrightWrap .box .elementor-widget-text-editor p:last-child {
	padding-bottom: 0; 
} 

/* testimonialWrap */

.testimonialWrap .elementor-widget-n-carousel .swiper {
	width: calc(100% - 52px) !important; 
}
.testimonialWrap .elementor-widget-n-carousel .swiper-pagination-bullet {
	opacity: 1 !important;
	transition: all .5s;
}
.testimonialWrap .elementor-widget-n-carousel .elementor-swiper-button {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 10px; 
}
.testimonialWrap .elementor-widget-n-carousel .elementor-swiper-button svg {
    opacity: 0;
}
.testimonialWrap .elementor-widget-n-carousel .swiper-pagination-bullet.swiper-pagination-bullet-active {
	background-color: #155050 !important; 
}
.scn2Title .elementor-heading-title {
	font-size: 66px;
	line-height: 60px; 
}
.testimonialWrap .swiper-pagination {
    width: 100% !important;
    left: 0 !important;
    transform: inherit !important;
    inset-inline-start: inherit !important;        
} 

/* formulaWrap */

.formulaWrap .overlayBox,
.formulaWrap .imageBox {   
	position: static; 
}
.formulaWrap .overlayBox:before {
	display: none; 
}
.formulaWrap:before {
    height: 2px !important;
    top: auto !important;
    bottom: 0;
    width: 100% !important;
    left: auto !important;
    right: 0;   
} 
.formulaWrap .textBox .elementor-widget-text-editor p span {
    font-weight: normal;
    font-size: 24px;     
}
.scn2Title .elementor-heading-title span {
    font-weight: 900; 
    display: block;
    font-size: 54px; 
    line-height: 48px;
}

/* expertWrap */

.expertWrap .subTitle .elementor-heading-title {
	font-size: 50px;  
}
.expertWrap .elementor-widget-text-editor p {
	font-size: 36px;
}
.expertWrap.formWrap .elementor-field-group .elementor-field-textual {
	text-align: right;  
	box-shadow: 0 0 0 !important;
    font-weight: normal;
    height: 60px;
}
.expertWrap form.elementor-form .elementor-field-type-checkbox .elementor-field-option label:before {
    left: auto;
    right: 0; 
    border: 1px solid #155051;
    background: transparent;
    height: 19px;
    width: 19px;
} 
.expertWrap form .elementor-message {
	position: absolute;
	bottom: -50px;
	left: 0;
	width: 100%; 
	border-color: #155050;
}
.expertWrap:has(.elementor-message ) .formBox {
    margin-bottom: 50px !important;
} 
.expertWrap form.elementor-form .elementor-field-type-checkbox label {
	padding-left: 0;
    padding-right: 30px;
    color: #155051;
    font-size: 22px;
}
.expertWrap form.elementor-form .elementor-field-type-checkbox .elementor-field-option input:checked ~ label:before {
    background: #155050;
    border-color: #155050 !important; 
}
.expertWrap form.elementor-form .elementor-field-type-submit .elementor-button.dbtn {
    font-weight: normal;
    width: 100%;
}
.expertWrap form.elementor-form .elementor-field-type-submit .btnWrp {
	width: 100%; 
}
.expertWrap .elementor-form .elementor-button .elementor-button-icon {
	margin-right: 8px;
}
.expertWrap .elementor-form .elementor-button svg {
	width: 26px;  
}
.expertWrap .topContent .elementor-widget-text-editor p:last-child {
	padding-bottom: 0;   
}
.expertWrap .elementor-field-group textarea::-webkit-input-placeholder,
.expertWrap .elementor-field-group input::-webkit-input-placeholder {
	color: #155051 !important;
	opacity: 1 !important;
}

.expertWrap .elementor-field-group textarea:-moz-placeholder,    
.expertWrap .elementor-field-group input:-moz-placeholder { /* Firefox 18- */
	color: #155051 !important;
	opacity: 1 !important;
}

.expertWrap .elementor-field-group textarea::-moz-placeholder,
.expertWrap .elementor-field-group input::-moz-placeholder {  /* Firefox 19+ */
	color: #155051 !important;
	opacity: 1 !important;
}

.expertWrap .elementor-field-group textarea:-ms-input-placeholder,
.expertWrap .elementor-field-group input:-ms-input-placeholder {  
	color: #155051 !important;
	opacity: 1 !important;
}
.formWrap.expertWrap .elementor-field-group.elementor-field-type-submit {
    margin-top: 0;
}  

.expertWrap .elementor-field-group textarea {
    min-height: inherit !important;
    line-height: 32px !important; 
} 
.expertWrap .elementor-form .elementor-field-type-checkbox {
	position: absolute; 
	bottom: 0;
	margin-bottom: 0 !important;
}

/* articlesWrap */

 .articlesWrap .rightBox .e-child:before,
.articlesWrap .box:before {
	z-index: 2; 
}
 .articlesWrap .rightBox .elementor-cta__content,
.articlesWrap .box .imgBox .elementor-cta__content {
	z-index: 2;
    position: relative;
    height: 100%;  
} 
.articlesWrap .rightBox .elementor-cta__title {
	font-size: 50px;
	line-height: 46px;
} 

.articlesWrap .elementor-widget-loop-grid .e-loop-item .elementor-cta__title {
	font-size: 32px;
	line-height: 30px;
}   
.articlesWrap .box .imgBox .elementor-cta,  
.articlesWrap .box .imgBox,    
.articlesWrap .e-loop-item .box {
	height: 100%;
}
.articlesWrap .elementor-cta__bg {
	background-repeat: no-repeat;
	transition-duration: 0s !important;
    transition: all .5s;
}

/* archivesWrap */

       
.archivesWrap .elementor-posts .elementor-post__title {
    font-size: 26px;   
}
.archivesWrap .elementor-posts .elementor-post__excerpt p {
    font-size: 20px;
    line-height: 24px;  
}
.archivesWrap .elementor-posts .elementor-post__read-more {
	font-size: 16px; 
}
.archivesWrap .elementor-posts .elementor-post__read-more:hover,
.archivesWrap .elementor-posts .elementor-post__title a:hover { 
	color: #B4D197 !important;  
}

/* singleTitle */

.singleTitle .featuredBox {
    position: static;
}
.singleTitle .featuredBox .elementor-widget-spacer {
	width: 58%;
}  

/* singlepostWrap */

.singlepostWrap .elementor-widget-text-editor h3 {
	font-size: 44px;
	line-height: 1;
    margin-bottom: 0;
} 

/* shopWrap */

 
.shopWrap .breadcrumb .elementor-icon-list-item .elementor-icon-list-text {
	font-family: 'Bamberger Sharp FM';
    font-weight: bold;
    font-size: 26px;
}
.shopWrap .breadcrumb .elementor-icon-list-item svg {
	margin: 0;
}
.shopWrap .breadcrumb .elementor-icon-list-item a:hover {
	color: #B4D197 !important;
}
.shopWrap .woocommerce .woocommerce-result-count {
 	float: right;
 	margin-bottom: 0;
    font-weight: bold;
    font-size: 22px;  
}
.shopWrap .elementor-products-grid ul.products.elementor-grid li.product .added_to_cart.wc-forward {
	font-size: 0;
    display: table; 
}
.shopWrap .elementor-products-grid ul.products.elementor-grid li.product .added_to_cart.wc-forward:before {
	display: table;
    font-size: 26px; 
    font-family: 'Bamberger Sharp FM';
    font-weight: bold;
    margin: 6px auto;
    color: #155051;
    transition: all .5s; 
}
.shopWrap .woocommerce .woocommerce-ordering {
	float: left;
}
.shopWrap .woocommerce .woocommerce-ordering select {
    font-size: 18px;
    border: none !important;
    border-radius: 0;
    display: block; 
   	outline-offset: 0px;
    -webkit-appearance: auto;
    cursor: pointer;
    font-family: 'Bamberger Sharp FM';
    font-weight: bold;
} 
.shopWrap .products {
	padding-top: 30px; 
}
.shopWrap .woocommerce-pagination .page-numbers {
    border: none;
}  
.shopWrap .woocommerce-pagination li {
	border: 1px solid #015150 !important; 
	margin: 0 5px !important; 
}
.shopWrap .woocommerce ul.products li.product a img {
	margin: auto;
    width: auto;
    height: auto;
    max-height: 210px;
    display: block;
    transition: all .5s;
}
.shopWrap .woocommerce ul.products li.product a:hover img {
	transform: scale(.97); 
}
.shopWrap .elementor-products-grid ul.products.elementor-grid li.product {
	width: 100% !important;
    background: #f1f1f1;
    padding: 15px 15px 15px;
    text-align: center;
}
.shopWrap ul.products li.product .price ins {
    text-decoration: none;
}
.shopWrap ul.products li.product .price ins .woocommerce-Price-currencySymbol {
	display: inline-block;
    margin-right: 4px;
}
.shopWrap .productBox .woocommerce-loop-product__title span {
    font-size: .85em;
}
body.post-type-archive-product.woocommerce a.product_type_grouped, 
body.post-type-archive-product.woocommerce a.product_type_variable, 
body.post-type-archive-product.woocommerce a.product_type_simple, 
body.post-type-archive-product.woocommerce a.product_type_external,
body.post-type-archive-product.woocommerce a.ajax_add_to_cart {
	font-size: 0 !important;
	padding: 8px 22px !important;  
 
} 
body.post-type-archive-product a.product_type_variable:before,
body.post-type-archive-product a.product_type_simple:before,
body.post-type-archive-product .product_type_external:before, 
body.post-type-archive-product a.ajax_add_to_cart:before,
body.post-type-archive-product a.product_type_grouped:before {
	font-size: 26px; 
}
.woocommerce span.onsale {
	background-color: #155051;
    font-size: 0;
    color: #fff;
    min-width: auto;
    min-height: auto;
    border-radius: 10px;
    line-height: normal; 
    padding: 6px 12px !important;
    transition: all .5s;
    display: none !important;
}
 .woocommerce span.onsale:before {
	font-size: 18px;
}
.shopWrap .productBox .amount:hover,
.shopWrap .productBox .price:hover,
.shopWrap .productBox .woocommerce-loop-product__title:hover {
	color: #B4D197 !important; 
}
.shopWrap .productBox .amount,
.shopWrap .productBox .price, 
.shopWrap .productBox .woocommerce-loop-product__title {
	transition: all .5s; 
}
.shopWrap .breadcrumb .elementor-icon-list-item a:hover .elementor-icon-list-text {
	color: #B4D197 !important;  
}
.shopWrap .woocommerce nav.woocommerce-pagination ul li a, 
.shopWrap .woocommerce nav.woocommerce-pagination ul li span {
	padding: 6px 12px;
    font-size: 22px;    
}

/* cartWrap */

.checkoutWrap .woocommerce-checkout-review-order-table thead .product-total,
.checkoutWrap .woocommerce-checkout-review-order-table thead .product-name,
.cartWrap th.product-quantity, 
.cartWrap th.product-price,
.cartWrap th.product-name,
.cartWrap th.product-subtotal {
	font-size: 0;
	line-height: normal !important;
}
.checkoutWrap .woocommerce-checkout-review-order-table thead .product-total:before,
.checkoutWrap .woocommerce-checkout-review-order-table thead .product-name:before,
.cartWrap th.product-quantity:before,
.cartWrap th.product-price:before,
.cartWrap th.product-name:before,
.cartWrap th.product-subtotal:before {
    font-size: 30px;
}
.cartWrap .quantity input.input-text {
    padding: 0 !important;
    font-size: 18px;
    width: 3.631em !important; 
}
.cartWrap .woocommerce a.remove {
    color: #fff !important;
    background: #015150 !important;
    width: 25px;
    height: 25px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    font-size: 25px; 
    border: 1px solid transparent; 
}
.cartWrap .woocommerce a.remove:hover {
    color: #015150 !important;
    background: #fff !important;
    border-color: #015150;
}
.cartWrap .woocommerce .coupon input[type='text'] {
    padding: 10px 20px !important;
    max-width: 240px;
    width: 100% !important;
    position: relative;
    margin: 0 !important;
    font-size: 20px;
    float: none !important;
}

.cartWrap .woocommerce table.cart td.actions .coupon {
	max-width: 430px;
    width: 100%;
    float: right;
    text-align: right;
}
.woocommerce-page table.cart td.actions {
	text-align: left; 
}
.header .elementor-menu-cart__footer-buttons a.elementor-button,
.accountWrap .woocommerce-MyAccount-content .button,
.wooWrap .woocommerce button.button,
.wooWrap .woocommerce .wc-proceed-to-checkout .button,
.cartWrap .woocommerce button.button,
.cartWrap .woocommerce .actions .button, 
.cartWrap .woocommerce .actions .coupon .button {
    font-size: 20px !important; 
    padding: 12px 22px !important;
} 
.latestproductWrap .postBox .dbtn {
	padding: 6px 22px !important;
    letter-spacing: 1px; 
}
.cartWrap .cart_totals h2 {
    font-size: 40px;
}
.wooWrap .woocommerce .wc-proceed-to-checkout {
    padding-bottom: 0;
    padding-top: 15px;
}
.wooWrap .order-total th,
.wooWrap .cart-subtotal th {
	font-size: 0;
	line-height: normal !important;
}
.wooWrap .order-total th:before,
.wooWrap .cart-subtotal th:before {
	font-size: 24px;
}

.woocommerce-info {
	/*font-family: 'TitilliumText22L';
    font-weight: normal;*/
    font-size: 24px;
    line-height: normal;
    margin-bottom: 0; 
    padding: 1em 3.5em 1em 2em;
    border-top-color: #015150 !important;
    text-align: right;   
}
.woocommerce-info::before {
    color: #015150 !important;
    left: auto;
    right: 1.5em;
}
.checkoutWrap .woocommerce-info a {
	color: #015150;
    border-bottom: 1px solid #015150;
}
.checkoutWrap .woocommerce-info a:hover {
	border-color: transparent;
}
.checkoutWrap .select2-container--default .select2-selection {
	border: none;
}
.checkoutWrap .select2-container--default .select2-selection__rendered,
.wooWrap .file label, 
.wooWrap .select .select-styled,
.wooWrap input.input-text, 
.wooWrap .select2-container .select2-choice, 
.wooWrap select, 
.wooWrap input[type='tel'], 
.wooWrap textarea,
.wooWrap input[type='email'], 
.wooWrap input[type='text'], 
.wooWrap input[type='password'],   
.wooWrap input[type='number'], 
.wooWrap input[type='search'] { 
	font-size: 20px;
    color: #015150 !important;
    height: 48px !important;
    background: #ffffff;
    border: 1px solid #015150 !important;
    width: 100% !important;
    padding: 8px 10px !important;
    line-height: 28px !important;
    outline-offset: 0px;
    border-radius: 5px;
    -webkit-appearance: inherit;
    font-family: 'Bamberger Sharp FM';
    font-weight: bold;
    /*font-family: 'TitilliumText22L' !important;
    font-weight: normal !important;*/
}
textarea::-webkit-input-placeholder,
input::-webkit-input-placeholder {
  color: #015150 !important;
  opacity: 1 !important;
}

textarea:-moz-placeholder,
input:-moz-placeholder { /* Firefox 18- */
  color: #015150 !important;
  opacity: 1 !important;
}


textarea::-moz-placeholder,
input::-moz-placeholder {  /* Firefox 19+ */
  color: #015150 !important;
  opacity: 1 !important;
}

textarea:-ms-input-placeholder,
input:-ms-input-placeholder {  
  color: #015150 !important;
  opacity: 1 !important;   
}

.checkoutWrap #order_review_heading,
.checkoutWrap .woocommerce-billing-fields h3,
.checkoutWrap .woocommerce-additional-fields h3 {
 	/*font-family: 'TitilliumText22L';
 	font-weight: normal;*/
 	font-size: 38px;
}
.woocommerce form .form-row label {
	line-height: normal !important;
    /*font-family: 'TitilliumText22L';
    font-weight: normal;*/
    font-size: 24px; 
    margin-bottom: 10px;
}
.woocommerce table.shop_table .product-name a {
	color: #015150;
    line-height: 20px;
    display: inline-block;
    font-weight: bold;
}
.woocommerce table.shop_table .product-name a label {
	cursor: pointer; 
	font-family: 'TitilliumText22L';
    font-weight: 800;
    font-size: .9em; 
}
.woocommerce .blockUI.blockOverlay {
    position: fixed !important;
    z-index: 9999 !important;
} 
.woocommerce table.shop_table .product-name a:hover {
    color: #B4D197;
}
.coupon-error-notice {
	font-size: .7em;
	font-family: 'TitilliumText22L';
    font-weight: 400; 
}
.select2-dropdown .select2-results__options .select2-results__option {
	color: #0D3D3D;
	font-family: 'TitilliumText22L';
    font-weight: normal; 
    font-size: .7em;
    transition: all .5s;
}
.select2-dropdown .select2-results__options .select2-results__option:hover {
	background-color: #0D3D3D !important;
	color: #fff;
}
.select2.select2-container {
	direction: rtl !important;
}
:where(.woocommerce) .select2-container .select2-selection--single .select2-selection__arrow {
    right: auto !important;
    left: 5px; 
}
.checkoutWrap .woocommerce-checkout-review-order-table .product-name:before {
	content: '';
}
.woocommerce-privacy-policy-text p {
	font-family: 'TitilliumText22L';
    font-weight: normal; 
    font-size: 22px;
}
.woocommerce-privacy-policy-text p a {
	color: #0D3D3D;
	border-bottom: 1px solid;
	font-family: 'Bamberger Sharp FM';

}
.woocommerce-privacy-policy-text p a:hover {
	border-color: transparent;
} 
.woocommerce-message {
    border-top-color: #015150 !important;
    font-size: .9em;
    color: #015150;
}
.woocommerce-message:before {
    color: #015150 !important;
} 
.woocommerce-message label {
	font-family: 'TitilliumText22L';
    font-weight: 400;
    font-size: .9em;
}

/* accountWrap */

.accountWrap .woocommerce-MyAccount-navigation li a {
    color: #015150;
    display: block;
    padding: 13px 20px;
    text-transform: uppercase;
    line-height: normal;
    /*font-family: 'TitilliumText22L';
    font-weight: normal;*/
    font-size: 24px;
    font-weight: bold;
    letter-spacing: 1px;
}
.accountWrap .woocommerce-MyAccount-navigation li.is-active a, .accountWrap .woocommerce-MyAccount-navigation li a:hover {
    background: #015150;
    color: #ffffff;
}
.accountWrap .woocommerce-MyAccount-navigation li {
    list-style: none;
    border-bottom: 6px solid #ffffff;
    background-color: #cccccc;
}

.woocommerce-account .accountWrap .woocommerce-MyAccount-navigation ul {
    margin-left: 0;
    padding-bottom: 0;
    margin-bottom: 0;
} 
.woocommerce-account .accountWrap .woocommerce-MyAccount-navigation {
    width: 25%;
    float: right; 
}
.woocommerce-account .accountWrap .woocommerce-MyAccount-content {
    width: 71%;
    padding: 20px 40px;
    border: 1px solid #cccccc;
    float: left; 
}
.woocommerce-account .accountWrap .woocommerce-MyAccount-content p {
	/*font-family: 'TitilliumText22L';
    font-weight: normal;*/
    font-size: 24px;
} 
.woocommerce-account .accountWrap .woocommerce-MyAccount-content p strong {
	font-family: 'TitilliumText22L';
    font-weight: 800;
}

.woocommerce-account .accountWrap .woocommerce-MyAccount-content p a {
	color: #0D3D3D;
	border-bottom: 1px solid;
}

.woocommerce-account .accountWrap .woocommerce-MyAccount-content p a:hover {
	border-color: transparent;
}
.woocommerce .woocommerce-info .button {
	float: left; 
}
.checkoutWrap .woocommerce .col2-set {
	margin-top: 25px;
}
.checkoutWrap .checkout_coupon .form-row-first,
.checkoutWrap .woocommerce .col2-set .col-1,
.accountWrap .woocommerce-Addresses .u-column1 {
	float: right;
}
.checkoutWrap .checkout_coupon .form-row-last,
.checkoutWrap .woocommerce .col2-set .col-2, 
.accountWrap .woocommerce-Addresses .u-column2 {
	float: left; 
} 
.woocommerce-order .woocommerce-order-details__title,
.woocommerce-order .woocommerce-column__title,
.accountWrap .woocommerce h2,
.accountWrap .woocommerce-Address-title h2 {
	/*font-family: 'TitilliumText22L';
	font-weight: normal;*/
	font-size: 40px;
}
.accountWrap .woocommerce-LostPassword a, 
.accountWrap .woocommerce-Address-title a {
    color: #0D3D3D;
   /* font-family: 'TitilliumText22L';
	font-weight: normal;*/
	border-bottom: 1px solid; 
	font-size: 24px;
}
.accountWrap .woocommerce-LostPassword a:hover,
.accountWrap .woocommerce-Address-title a:hover {
	border-color: transparent;
} 
.accountWrap .woocommerce-Address address {
	/*font-family: 'TitilliumText22L';
    font-weight: normal;*/ 
    font-size: 20px;
    margin-top: 10px;  
}
.woocommerce-account .addresses .title .edit {
    float: right !important;
}
.woocommerce-account .accountWrap .woocommerce-MyAccount-content legend {
	/*font-family: 'TitilliumText22L';
    font-weight: normal;*/
}
.woocommerce-account .accountWrap .woocommerce-MyAccount-content fieldset {
	margin-bottom: 15px;
}
.woocommerce form.login {
	margin-top: 30px; 
}
.woocommerce form.checkout_coupon {
	margin-bottom: 25px !important;
}
.checkout.woocommerce-checkout {
	margin-top: 25px;
}
.checkout.woocommerce-checkout .woocommerce-error::before {
	color: #015150;
}
.checkout.woocommerce-checkout .woocommerce-error {
    border-top-color: #015150;
    margin-left: 0;
    font-family: 'TitilliumText22L';
    font-weight: 400;
    font-size: .9em;
}
.checkout.woocommerce-checkout .woocommerce-error a {
	color: #015150;
}
.checkout.woocommerce-checkout .woocommerce-error a:hover {
	color: #B4D197;
}
.woocommerce table.shop_table td label {
	font-family: 'TitilliumText22L';
    font-weight: 400;
    font-size: .8em;
}
:where(.woocommerce) .select2-container .select2-selection--single .select2-selection__placeholder {
    color: #134041;
}
.checkout.woocommerce-checkout .woocommerce-error a strong {
	font-family: 'TitilliumText22L';
	font-weight: 800;
}
.checkout-inline-error-message {
	font-family: 'TitilliumText22L';
    font-weight: 400;
    font-size: .6em !important;
}

/* boostWrap */

.boostWrap .scn2Title .elementor-heading-title span {
	display: inline-block; 
	font-size: .82em;
}
.boostWrap .squarelistBox .elementor-icon-list-text span {
    font-weight: normal;
    font-size: .82em;
}
.boostWrap .checkedlistBox .elementor-icon-list-item {
	background: #f6f6ef;  
	padding: 6px 15px !important;
}
.boostWrap .checkedlistBox .elementor-icon-list-icon svg {
	margin: 0 !important;
}
.variableBoxes .single_variation_wrap .quantity input {
	width: 100%;
    border: 1px solid #155050;
    border-radius: 5px;
    height: 40px !important;
    font-size: .8em;
    padding-right: 55px;
    padding-left: 55px;
}
.variableBoxes .single_variation_wrap .quantity {
    position: relative;
}
.variableBoxes .single_variation_wrap .quantity:before {
    content: 'כמות';
    position: absolute;
    right: 10px;
    top: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
}
.variableBoxes .button2 .elementor-button {
	background-color: transparent !important;
    width: 100%;
    color: #155050 !important;
    border: 1px solid #155050;
}
.woocommerce ul.order_details {
    margin-bottom: 50px !important;
}
.woocommerce .woocommerce-customer-details .woocommerce-customer-details--email,
.woocommerce .woocommerce-customer-details address {
    font-size: .8em !important;
}
.woocommerce .woocommerce-customer-details .woocommerce-customer-details--email:before,
.woocommerce .woocommerce-customer-details .woocommerce-customer-details--phone:before {
	font-size: .8em;
    line-height: 1.4;
}
.woocommerce .woocommerce-customer-details .woocommerce-customer-details--phone {
	padding-bottom: 10px;
}

/* errorWrap */

.errorWrap .elementor-search-form__input {
	font-family: 'Bamberger Sharp FM' !important;
    font-weight: bold !important;
    font-size: 24px !important;
    border-radius: 0;
    height: 50px !important; 
}

/* latestproductWrap */

.latestproductWrap .postBox {
    position: relative;
}
.latestproductWrap .postBox .added_to_cart.wc-forward {
	color: #0D3D3D;
    font-size: 0;
    margin: 6px auto 0;
    display: table;
}
.latestproductWrap .postBox .added_to_cart.wc-forward:before {
	font-size: 26px;
    font-weight: bold;
}
.latestproductWrap .postBox .added_to_cart.wc-forward:hover {
	text-shadow: 0px 0px 10px rgba(0,0,0,.4);
}
.latestproductWrap .owl-extra {
    border: 2px solid #155050;
    border-radius: 10px;
    overflow: hidden;
} 
.latestproductWrap .owl-extra .featuredbgBox {
	min-height: 350px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}
.latestproductWrap .owl-extra img {
	position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    visibility: hidden;
}
.latestproductWrap .product_title a {
	font-size: 34px;
	color: #0D3D3D;
	line-height: 30px;
    display: inline-block; 
}
.latestproductWrap .product_title a:hover {
	text-shadow: 0px 0px 7px rgba(0, 0, 0, .5); 
}
.latestproductWrap .product_title a label {
	font-family: 'TitilliumText22L';
	font-weight: 800;
	font-size: 28px;
}
.latestproductWrap .owl-stage-outer {
    overflow: visible;
} 
.latestproductWrap .hoverBox {
	position: absolute;
    top: 0;
    left: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
    width: 100%;
    align-items: center;
    z-index: 1;
    padding: 20px;
    text-align: center;
    opacity: 0;
    transition: all .5s;
}
.latestproductWrap .postBox:hover .hoverBox {
	opacity: 1; 
}
.latestproductWrap .hoverBox:before {
	content: '';
	background: rgba(255, 255, 255, .7);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}
.latestproductWrap .owl-dots {
	display: none;
}
.latestproductWrap .disabled {
   display: none;
}
.latestproductWrap .owl-nav-btn button {
	border: 2px solid #155050;
    background-color: #fff;
    border-radius: 50%;
    width: 28px;
    height: 28px;
    padding: 0;
    background-size: 10px;
    background-repeat: no-repeat;
    background-position: center center;
    position: absolute;
	top: calc(50% - 14px);
	cursor: pointer; 
	transition: all .5s; 
	opacity: 0;
}
.latestproductWrap .latestBox:hover button {
	opacity: 1; 
}
.latestproductWrap .owl-nav-btn button:hover {
	background-color: #B4D197;
    border-color: #B4D197;
}
.latestproductWrap .owl-nav-btn button.owl-prev {
    right: -32px;
}
.latestproductWrap .owl-nav-btn button.owl-next {
    left: -32px;
}
.latestproductWrap .owl-nav-btn button span {
	opacity: 0;
}
.latestproductWrap .latestBox {
	position: relative;
} 
.latestproductWrap .postBox .blankLink {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    z-index: 1; 
} 




/* variations_form start */ 

.variations_form .variations,
.variations_form .reset_variations {
  display: none !important;
}

.custom-package-options {
  display: flex;
  flex-direction: column;
  gap: 14px;
  margin-bottom: 14px;
}

.custom-package-card {
  position: relative;
  cursor: pointer;
  border: 1.5px solid #07595b;
  border-radius: 6px;
  background: #ffffff;
  color: #074f50;
  overflow: hidden;
  transition: all 0.2s ease;
}
.custom-card-main {
  width: 100%; 
}

.custom-card-top {
	display: flex;
	align-items: center;
	gap: 12px;
	background: #f4f3ed;
	padding: 10px 46px 10px 14px;
	min-height: 54px;
    flex-direction: row-reverse;
}

.custom-card-bottom {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 9px 40px 9px 14px;
	background: #ffffff;
    flex-direction: row-reverse;
}

.custom-package-title {
  margin-left: auto;
  font-size: 1.4em;
  line-height: 1;
  font-weight: 800;
  color: #064f50;
}

.custom-package-price {
  font-size: 1em;
  font-weight: 800;
  color: #064f50;
}

.custom-package-subtitle {
  font-size: 1em;
  color: #064f50;
}

.custom-radio {
  	position: absolute;
    right: 10px;
    top: 20px;
    width: 26px;
    height: 26px;
    border: 2px solid #07595b;
  	border-radius: 50%;
  	background: #ffffff;
  	z-index: 3;   
}

.custom-package-card.active .custom-radio::after {
  content: "";
  position: absolute;
  width: 11px;
  height: 11px;
  background: #07595b;
  border-radius: 50%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.custom-brand-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 46px;
  height: 46px;
  border-radius: 50%;
  background: #000000;
  color: #ffffff;
    font-size: .5em;
    line-height: 1;
  font-weight: 800;
  text-align: center;
}

.custom-feature-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 24px;
  padding: 3px 10px;
  border-radius: 4px;
  background: #f1df24;
  color: #064f50;
  font-size: .8em;
  font-weight: 800;
}

.custom-package-card:nth-child(2) .custom-feature-badge {
  background: #a8dce0;
}

.woocommerce-variation-price {
  display: none !important;
}

.single_add_to_cart_button {
  width: 100%;
  min-height: 58px;
  border-radius: 5px !important;
  background: #07595b !important;
  color: #ffffff !important;
  font-size: 24px !important;
  font-weight: 800 !important;
}

.formWrap.expertWrap form.elementor-form .elementor-field-type-checkbox .elementor-field-option {
	margin-bottom: 0; 
}

.woocommerce table.shop_table td {
	font-size: .8em; 
}

.archivesWrap .elementor-pagination span,
.archivesWrap .elementor-pagination a {
	transition: all .5s;
    margin: 0 2px !important;
    padding: 6px 12px;
    font-size: 22px;
    color: #FFFFFF;
    background-color: #015150;
    border: 1px solid #015150;
}
.archivesWrap .elementor-pagination .current, 
.archivesWrap .elementor-pagination a:hover {
    color: #015150;
    background-color: #FFFFFF; 
}

.woocommerce-checkout-payment .wc_payment_method.payment_method_cod label {
	font-size: .8em; 
	font-family: 'TitilliumText22L';
    font-weight: 400;
} 
.woocommerce-checkout-payment .payment_box.payment_method_cod p {
    font-size: .8em;
    padding-bottom: 0;
    font-family: 'TitilliumText22L';
    font-weight: 400;
}

    
/* 
============================================================================================================
============================================================================================================

                                    THEME STYLE RESPONSIVE CSS START

============================================================================================================
============================================================================================================
*/

.e-parent.e-con-boxed > .e-con-inner > .inner-sec {
    --flex-direction: initial !important;
}

@media (min-width: 1441px) and (max-width: 1599px) {
	.scn2Title .elementor-heading-title {
	    font-size: 60px;
	    line-height: 54px;
	}
	.formulaWrap .textBox .elementor-widget-text-editor p {
		font-size: 28px;
	} 
	.formulaWrap .imageBox img {
		width: 300px !important;
	} 
}    

/* Portrait tablet to landscape and desktop */
@media (min-width: 1200px) and (max-width: 1440px) {

	.bannerWrap .title .elementor-heading-title {
	    font-size: 100px;
	    line-height: 80px;
	}
	.bannerWrap .title .elementor-heading-title:after {
	    width: 200px;
	    margin: 24px 0;
	}
	
	.page-id-11 .dbtn {
		font-size: 32px !important;
	}
	.header .elementor-menu-cart__footer-buttons a.elementor-button,
	body.woocommerce .shopWrap.wooWrap li form.cart button, 
	body.woocommerce .yith-wcwl-add-button a.button,
	.woocommerce div.product form.cart .button,
	.woocommerce .shopWrap ul li.product .product-text .button,   
	.productWrap .contentBox .priceBox form .product_type_simple,
	.wishlistWrap .woocommerce table.shop_table .product-add-to-cart a,
	.accountWrap .woocommerce-MyAccount-content .button,
	.reviewBox .submit,
	.wooWrap .woocommerce button.button,
	.wooWrap .woocommerce .wc-proceed-to-checkout .button,
	body.woocommerce a.button,
	body.woocommerce button.alt, 
	.comments-area .submit,
	.dbtn {
		font-size: 26px !important;
	    padding: 12px 20px !important;
	}
	.footerWrap .infoBox .elementor-widget-text-editor p {
	    font-size: 23px;
	} 
	.footerWrap .elementor-nav-menu--main .menu-item a {
	    font-size: 22px;
	}
	.footerWrap .menuTitle .elementor-heading-title {
	    font-size: 28px;
	}
	.copyrightWrap .box .elementor-widget-text-editor p {
	    font-size: 14px;
	}
  	.scn2Title .elementor-heading-title {
	    font-size: 54px;
	    line-height: 50px;
	}
	.formulaWrap .textBox .elementor-widget-text-editor p span {
	    font-size: 20px;
	} 
	.formulaWrap .box3 {
		--width: 28% !important;
	}
	.formulaWrap .box2 {
		--width: 54% !important;
	}  
	.formulaWrap .imageBox {
		--width: 18% !important;  
	}
	.expertWrap .subTitle .elementor-heading-title {
	    font-size: 48px;
	}
	.expertWrap .elementor-widget-text-editor p {
	    font-size: 32px;
	}  
	.expertWrap.formWrap .elementor-field-group .elementor-field-textual {
        height: 52px;
    }
	.expertWrap form.elementor-form .elementor-field-type-submit .elementor-button.dbtn {
	    font-size: 28px !important;
	} 
    .articlesWrap .rightBox .elementor-cta__title {
	    font-size: 46px;
        line-height: 46px;
	} 
	.articlesWrap .elementor-widget-loop-grid .e-loop-item .elementor-cta__title {
	    font-size: 26px; 
        line-height: 25px;
	} 
	.singlepostWrap .elementor-widget-text-editor h3 {
		font-size: 38px;
	}  
	.shopWrap .productBox .woocommerce-loop-product__title {
		font-size: 24px !important; 
	}
  	.checkoutWrap #order_review_heading, .checkoutWrap .woocommerce-billing-fields h3, .checkoutWrap .woocommerce-additional-fields h3 {
	    font-size: 34px;
	}
	.checkoutWrap .select2-container--default .select2-selection__rendered, .wooWrap .file label, .wooWrap .select .select-styled, .wooWrap input.input-text, .wooWrap .select2-container .select2-choice, .wooWrap select, .wooWrap input[type='tel'], .wooWrap textarea, .wooWrap input[type='email'], .wooWrap input[type='text'], .wooWrap input[type='password'], .wooWrap input[type='number'], .wooWrap input[type='search'] {
	    font-size: 18px;
	    height: 46px !important;
	}
	.woocommerce form .form-row label,
	.woocommerce-privacy-policy-text p,
	.woocommerce-info {
	    font-size: 22px;
	}
	.checkoutWrap .woocommerce-checkout-review-order-table thead .product-total:before, .checkoutWrap .woocommerce-checkout-review-order-table thead .product-name:before, .cartWrap th.product-quantity:before, .cartWrap th.product-price:before, .cartWrap th.product-name:before, .cartWrap th.product-subtotal:before {
	    font-size: 26px;
	}
	.woocommerce-account .accountWrap .woocommerce-MyAccount-content {
	    width: 68%;
	}
	.woocommerce-account .accountWrap .woocommerce-MyAccount-navigation {
	    width: 28%;
	}
	.header .elementor-menu-cart__footer-buttons a.elementor-button,
	.accountWrap .woocommerce-MyAccount-content .button, .wooWrap .woocommerce button.button, .wooWrap .woocommerce .wc-proceed-to-checkout .button, .cartWrap .woocommerce button.button, .cartWrap .woocommerce .actions .button, .cartWrap .woocommerce .actions .coupon .button {
	    font-size: 18px !important;
	}
	.woocommerce-info {
	    padding: 1em 3em 1em 1em;
	}
	.woocommerce-order .woocommerce-order-details__title,
	.woocommerce-order .woocommerce-column__title,
	.accountWrap .woocommerce h2,
  	.accountWrap .woocommerce-Address-title h2 {
	    font-size: 36px;
	}
	.accountWrap .woocommerce-LostPassword a, 
	.accountWrap .woocommerce-Address-title a {
	    font-size: 22px;
	}
	.accountWrap .woocommerce-Address address {
	    font-size: 18px;
	}
	.woocommerce-account .accountWrap .woocommerce-MyAccount-content p {
		font-size: 22px;
	}
	.scn2Title .elementor-heading-title span {
	    font-size: 46px;
	    line-height: 42px;
	}
	body.post-type-archive-product a.product_type_variable:before,
	body.post-type-archive-product a.product_type_simple:before,
	body.post-type-archive-product .product_type_external:before, 
	body.post-type-archive-product a.ajax_add_to_cart:before,
	body.post-type-archive-product a.product_type_grouped:before {
		font-size: 24px; 
	}
	.shopWrap .elementor-products-grid ul.products.elementor-grid li.product .added_to_cart.wc-forward:before {
	    font-size: 24px;
	}
	.custom-radio {
	    width: 24px;
	    height: 24px;
	}
	.custom-package-title {
	    font-size: 1.2em;
	}
	.custom-feature-badge {
	    font-size: .7em;
	}
	.custom-package-subtitle,
	.custom-package-price {
	    font-size: .9em;
	}
 
}

/* Large desktop */
@media (min-width: 1025px) {
	
	 .e-parent.e-con-boxed > .e-con-inner {
		padding-left: 80px;
		padding-right: 80px;
	}	 
}

/* Portrait tablet to landscape and desktop */
@media (min-width: 1025px) and (max-width: 1199px) {

	.bannerWrap .title .elementor-heading-title {
	    font-size: 100px;
	    line-height: 80px;
	}
	.bannerWrap .title .elementor-heading-title:after {
	    width: 200px; 
	    margin: 24px 0;
	}
	.page-id-11 .dbtn {
		font-size: 28px !important;   
    	padding: 10px 56px !important;
	}
	.header .elementor-menu-cart__footer-buttons a.elementor-button,
	body.woocommerce .shopWrap.wooWrap li form.cart button, 
	body.woocommerce .yith-wcwl-add-button a.button,
	.woocommerce div.product form.cart .button,
	.woocommerce .shopWrap ul li.product .product-text .button,   
	.productWrap .contentBox .priceBox form .product_type_simple,
	.wishlistWrap .woocommerce table.shop_table .product-add-to-cart a,
	.accountWrap .woocommerce-MyAccount-content .button,
	.reviewBox .submit,
	.wooWrap .woocommerce button.button,
	.wooWrap .woocommerce .wc-proceed-to-checkout .button,
	body.woocommerce a.button,
	body.woocommerce button.alt, 
	.comments-area .submit,
	.dbtn {
		font-size: 22px !important;
	    padding: 12px 18px !important;
	}
  	.footerWrap .infoBox .elementor-widget-text-editor p {
	    font-size: 23px;
	} 
	.footerWrap .elementor-nav-menu--main .menu-item a {
	    font-size: 22px;
	}
	.footerWrap .menuTitle .elementor-heading-title {
	    font-size: 28px;
	}
	.copyrightWrap .box .elementor-widget-text-editor p {
	    font-size: 14px;
	} 
	.copyrightWrap .box .elementor-widget-text-editor p br {
		display: none; 
	}
	.scn2Title .elementor-heading-title {
	    font-size: 46px;
	    line-height: 42px;
	}
	.formulaWrap .textBox .elementor-widget-text-editor p span {
	    font-size: 20px;
	}
	.formulaWrap .elementor-widget-text-editor p br {
		display: none;
	}
	.expertWrap .subTitle .elementor-heading-title {
	    font-size: 42px;
	}
	.expertWrap .elementor-widget-text-editor p {
	    font-size: 28px;
	}    
	.expertWrap form.elementor-form .elementor-field-type-submit .elementor-button.dbtn {
	    font-size: 26px !important;
	}
	.expertWrap.formWrap .elementor-field-group .elementor-field-textual {
        height: 50px;
    }
    .expertWrap .elementor-field-group textarea {
        line-height: 30px !important;
    }
    .articlesWrap .rightBox .elementor-cta__title {
	    font-size: 40px;
        line-height: 40px;
	} 
	
	.articlesWrap .elementor-widget-loop-grid .e-loop-item .elementor-cta__title {
	    font-size: 22px; 
        line-height: 20px;
	} 
	.singlepostWrap .elementor-widget-text-editor h3 {
		font-size: 34px;
	} 
	.cartWrap .cart_totals h2 {
	    font-size: 36px;
	}
	.checkoutWrap #order_review_heading, .checkoutWrap .woocommerce-billing-fields h3, .checkoutWrap .woocommerce-additional-fields h3 {
	    font-size: 30px;
	}
	.checkoutWrap .select2-container--default .select2-selection__rendered, .wooWrap .file label, .wooWrap .select .select-styled, .wooWrap input.input-text, .wooWrap .select2-container .select2-choice, .wooWrap select, .wooWrap input[type='tel'], .wooWrap textarea, .wooWrap input[type='email'], .wooWrap input[type='text'], .wooWrap input[type='password'], .wooWrap input[type='number'], .wooWrap input[type='search'] {
	    font-size: 18px;
	    height: 46px !important;
	}
	.woocommerce form .form-row label,
	.woocommerce-privacy-policy-text p,
	.woocommerce-info {
	    font-size: 20px;
	}
	.checkoutWrap .woocommerce-checkout-review-order-table thead .product-total:before, .checkoutWrap .woocommerce-checkout-review-order-table thead .product-name:before, .cartWrap th.product-quantity:before, .cartWrap th.product-price:before, .cartWrap th.product-name:before, .cartWrap th.product-subtotal:before {
	    font-size: 26px;
	}
	.header .elementor-menu-cart__footer-buttons a.elementor-button,
	.accountWrap .woocommerce-MyAccount-content .button, 
	.wooWrap .woocommerce button.button, .wooWrap .woocommerce .wc-proceed-to-checkout .button, .cartWrap .woocommerce button.button, .cartWrap .woocommerce .actions .button, .cartWrap .woocommerce .actions .coupon .button {
	    font-size: 18px !important;
	}
	.woocommerce-account .accountWrap .woocommerce-MyAccount-content {
	    width: 68%;
	}
	.woocommerce-account .accountWrap .woocommerce-MyAccount-navigation {
	    width: 28%;
	}
	.woocommerce-account .accountWrap .woocommerce-MyAccount-content p,   
	.accountWrap .woocommerce-MyAccount-navigation li a {
		font-size: 20px; 
	}
	.woocommerce-account .accountWrap .woocommerce-MyAccount-content {
	    padding: 20px 25px;
	}
	.woocommerce .woocommerce-info .button {
	    float: none;
	    margin-top: 10px;
	    display: table;
	} 
	.woocommerce-order .woocommerce-order-details__title,
	.woocommerce-order .woocommerce-column__title,
	.accountWrap .woocommerce h2,
	.accountWrap .woocommerce-Address-title h2 {
	    font-size: 34px;
	}
	.accountWrap .woocommerce-LostPassword a, 
	.accountWrap .woocommerce-Address-title a {
	    font-size: 22px;
	}
	.accountWrap .woocommerce-Address address {
	    font-size: 18px;
	}
	.woocommerce-account .accountWrap .woocommerce-MyAccount-content p {
		font-size: 20px;
	} 
	.shopWrap .breadcrumb .elementor-icon-list-item .elementor-icon-list-text {
	    font-size: 24px;
	} 
	.scn2Title .elementor-heading-title span {
	    font-size: 40px;
	    line-height: 38px; 
	} 
	.latestproductWrap .owl-extra .featuredbgBox {
	    min-height: 280px;
	}
	.latestproductWrap .product_title a {
	    font-size: 30px;
	    line-height: 26px;
	}
	.latestproductWrap .hoverBox {
		padding: 8px;
	}
	.latestproductWrap .product_title a label {
	    font-size: 26px;
	} 
	.shopWrap .elementor-products-grid ul.products.elementor-grid li.product .added_to_cart.wc-forward:before {
	    font-size: 20px;
	}
	.custom-package-title {
	    font-size: 22px;
	} 
	.custom-feature-badge {
	    font-size: .7em;
	}
	.custom-package-subtitle,
	.custom-package-price {
	    font-size: .8em;
	}
	.custom-radio {
	    top: 22px;
	    width: 20px;
	    height: 20px;
	} 
	.latestproductWrap .postBox .dbtn {
	    font-size: 26px !important;
	} 
	.latestproductWrap .postBox .added_to_cart.wc-forward:before {
	    font-size: 24px;
	}
	body.post-type-archive-product a.product_type_variable:before,
	body.post-type-archive-product a.product_type_simple:before,
	body.post-type-archive-product .product_type_external:before, 
	body.post-type-archive-product a.ajax_add_to_cart:before,
	body.post-type-archive-product a.product_type_grouped:before {
		font-size: 22px; 
	}
	.custom-card-bottom,
	.custom-card-top {
	    padding: 10px 35px 10px 14px;
	}
	 
   
}

 @media (min-width: 768px) {

 	.maintenanceWrap:before {
 		display: none !important;      
 	}
     
 } 

/* Portrait tablet to landscape and desktop */
@media (min-width: 768px) and (max-width: 1024px) { 
	
	.e-parent.e-con-boxed > .e-con-inner {
		padding-left: 10px;
		padding-right: 10px;
	}    
	
	.bannerWrap .title .elementor-heading-title {
        font-size: 70px;
        line-height: 56px;
	}
	.bannerWrap .title .elementor-heading-title:after {
        width: 140px;
        margin: 24px 0;
        height: 4px;
	}

	.page-id-11 .dbtn {
        font-size: 24px !important;
        padding: 10px 44px !important;
	}
	.header .elementor-menu-cart__footer-buttons a.elementor-button,
	body.woocommerce .shopWrap.wooWrap li form.cart button, 
	body.woocommerce .yith-wcwl-add-button a.button,
	.woocommerce div.product form.cart .button,
	.woocommerce .shopWrap ul li.product .product-text .button,   
	.productWrap .contentBox .priceBox form .product_type_simple,
	.wishlistWrap .woocommerce table.shop_table .product-add-to-cart a,
	.accountWrap .woocommerce-MyAccount-content .button,
	.reviewBox .submit,
	.wooWrap .woocommerce button.button,
	.wooWrap .woocommerce .wc-proceed-to-checkout .button,
	body.woocommerce a.button,
	body.woocommerce button.alt, 
	.comments-area .submit,
	.dbtn {
		font-size: 20px !important;
	    padding: 12px 18px !important;
	}
	.footerWrap .infoBox .elementor-widget-text-editor p {
	    font-size: 20px;
	}  
	.footerWrap .elementor-nav-menu--main .menu-item a {
	    font-size: 20px;
	}
	.footerWrap .menuTitle .elementor-heading-title {
	    font-size: 26px;
	}
	.copyrightWrap .box .elementor-widget-text-editor p {
	    font-size: 14px;
	} 
	.copyrightWrap .box .elementor-widget-text-editor p br {
		display: none; 
	}
 	.scn2Title .elementor-heading-title {
	    font-size: 38px;
	    line-height: 38px;
	}  
	.formulaWrap .textBox .elementor-widget-text-editor p span {
	    font-size: 18px;
	}
	.formulaWrap .elementor-widget-text-editor p br {
		display: none;
	}
	.expertWrap .subTitle .elementor-heading-title {
	    font-size: 38px;
	}
	.expertWrap .elementor-widget-text-editor p {
	    font-size: 24px;
	}    
	.expertWrap form.elementor-form .elementor-field-type-submit .elementor-button.dbtn {
	    font-size: 24px !important;
	}
	.expertWrap .elementor-form .elementor-button svg {
	    width: 22px;
	}
	.expertWrap .elementor-field-group textarea {
	    line-height: 28px !important;
	}
	.expertWrap.formWrap .elementor-field-group .elementor-field-textual {
        height: 48px;
    }

    .articlesWrap .rightBox .elementor-cta__title {
	    font-size: 34px;
        line-height: 34px;
	} 
	.articlesWrap .elementor-widget-loop-grid .e-loop-item .elementor-cta__title {
	    font-size: 20px; 
        line-height: 18px;
	} 
	.singlepostWrap .elementor-widget-text-editor h3 {
		font-size: 30px;
	}  
	.cartWrap .cart_totals h2 {
	    font-size: 32px;
	} 

    .checkoutWrap #order_review_heading, .checkoutWrap .woocommerce-billing-fields h3, .checkoutWrap .woocommerce-additional-fields h3 {
	    font-size: 24px;
	}
	.checkoutWrap .select2-container--default .select2-selection__rendered, .wooWrap .file label, .wooWrap .select .select-styled, .wooWrap input.input-text, .wooWrap .select2-container .select2-choice, .wooWrap select, .wooWrap input[type='tel'], .wooWrap textarea, .wooWrap input[type='email'], .wooWrap input[type='text'], .wooWrap input[type='password'], .wooWrap input[type='number'], .wooWrap input[type='search'] {
	    font-size: 18px;
	    height: 44px !important;
	}
	 .woocommerce form .form-row label,
	.woocommerce-privacy-policy-text p,
	.woocommerce-info {
	    font-size: 18px;
	}
	.checkoutWrap .woocommerce-checkout-review-order-table thead .product-total:before, .checkoutWrap .woocommerce-checkout-review-order-table thead .product-name:before, .cartWrap th.product-quantity:before, .cartWrap th.product-price:before, .cartWrap th.product-name:before, .cartWrap th.product-subtotal:before {
	    font-size: 26px;
	}
	.header .elementor-menu-cart__footer-buttons a.elementor-button,
	.accountWrap .woocommerce-MyAccount-content .button,
	.wooWrap .woocommerce button.button, 
	.wooWrap .woocommerce .wc-proceed-to-checkout .button, 
	.cartWrap .woocommerce button.button, 
	.cartWrap .woocommerce .actions .button, 
	.cartWrap .woocommerce .actions .coupon .button {
	    font-size: 18px !important;
	    padding: 10px 20px !important;
	}
	.woocommerce-account .accountWrap .woocommerce-MyAccount-content {
	    width: 68%;
	}
	.woocommerce-account .accountWrap .woocommerce-MyAccount-navigation {
	    width: 28%;
	}
	.woocommerce-account .accountWrap .woocommerce-MyAccount-content p,   
	.accountWrap .woocommerce-MyAccount-navigation li a {
		font-size: 18px; 
	}
	.woocommerce-account .accountWrap .woocommerce-MyAccount-content {
	    padding: 20px 20px;
	} 
	.wooWrap .woocommerce button.button {
		padding: 12px 20px !important; 
	}   
	.woocommerce-account .accountWrap .woocommerce-MyAccount-content p:last-child {
		padding-bottom: 0; 
	}
	.woocommerce .woocommerce-info .button {
	    float: none;
	    margin-top: 10px;
	    display: table;
	}
	.woocommerce-order .woocommerce-order-details__title,
	.woocommerce-order .woocommerce-column__title,
	.accountWrap .woocommerce h2,
	.accountWrap .woocommerce-Address-title h2 {
	    font-size: 28px;
	}
	.accountWrap .woocommerce-LostPassword a, 
	.accountWrap .woocommerce-Address-title a {
	    font-size: 20px;
	}
	.accountWrap .woocommerce-Address address {
	    font-size: 16px;
	}
	.shopWrap .breadcrumb .elementor-icon-list-item .elementor-icon-list-text {
	    font-size: 22px;
	}
	.scn2Title .elementor-heading-title span {
	    font-size: 34px;
	    line-height: 30px;  
	}
	.boostWrap .checkedlistBox .elementor-icon-list-icon {
		padding-inline-end: 10px !important; 
	}
	.latestproductWrap .owl-extra .featuredbgBox {
	    min-height: 230px;
	}
	.latestproductWrap .product_title a {
	    font-size: 26px;
	    line-height: 24px;
	}
	.latestproductWrap .product_title a label {
	    font-size: 22px;
	}
	.latestproductWrap .hoverBox {
		padding: 8px;
	} 
	.latestproductWrap .owl-nav-btn button {
    	width: 25px;
    	height: 25px;
    	top: calc(50% - 12.5px);
    	background-size: 8px;
    } 
    .latestproductWrap .owl-nav-btn button.owl-prev {
	    right: -10px;
	}
	.latestproductWrap .owl-nav-btn button.owl-next {
	    left: -10px;
	}
	.shopWrap .elementor-products-grid ul.products.elementor-grid li.product .added_to_cart.wc-forward:before {
	    font-size: 22px;
	}
	.custom-package-title {
	    font-size: 22px;
	}
	.custom-card-bottom, 
	.custom-card-top {
    	padding: 10px 35px 10px 5px;
    	gap: 8px;
    } 
	.custom-feature-badge {
	    font-size: .7em;
	}
	.custom-package-subtitle,
	.custom-package-price {
	    font-size: .8em;
	}
	.custom-radio {
	    top: 22px;
	    width: 20px;
	    height: 20px;
	    border-width: 1px;
	}
	.latestproductWrap .postBox .dbtn {
	    font-size: 24px !important;
	} 
	.latestproductWrap .postBox .added_to_cart.wc-forward:before {
	    font-size: 22px;
	}
	.footerWrap .elementor-widget .elementor-icon-list-item:after {
	    height: 20px !important;
	}
	body.post-type-archive-product a.product_type_variable:before,
	body.post-type-archive-product a.product_type_simple:before,
	body.post-type-archive-product .product_type_external:before, 
	body.post-type-archive-product a.ajax_add_to_cart:before,
	body.post-type-archive-product a.product_type_grouped:before {
		font-size: 22px; 
	}
} 

     
/* Landscape phone to portrait tablet */
@media (max-width: 767px) { 
	
	@media screen and (orientation: landscape) {

	}

	.page-id-11 .dbtn label {
	    margin-bottom: -6px;
	}       
	.header .elementor-menu-cart__footer-buttons a.elementor-button,
	body.woocommerce .shopWrap.wooWrap li form.cart button, 
	body.woocommerce .yith-wcwl-add-button a.button,
	.woocommerce div.product form.cart .button,
	.woocommerce .shopWrap ul li.product .product-text .button,   
	.productWrap .contentBox .priceBox form .product_type_simple,
	.wishlistWrap .woocommerce table.shop_table .product-add-to-cart a,
	.accountWrap .woocommerce-MyAccount-content .button,
	.reviewBox .submit,
	.wooWrap .woocommerce button.button,
	.wooWrap .woocommerce .wc-proceed-to-checkout .button,
	body.woocommerce a.button,
	body.woocommerce button.alt, 
	.comments-area .submit,
	.dbtn {
		font-size: 18px !important;
	    padding: 10px 16px !important;
	}
	.e-parent.e-con-boxed > .e-con-inner {
		padding-left: 10px;
		padding-right: 10px;
	}

	.bannerWrap .title .elementor-heading-title {
        font-size: 50px;
        line-height: 40px;
        
	}
	.page-loaded .bannerWrap .title .elementor-heading-title:after {
	    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
	    -o-clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
	    -moz-clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
	    clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);          
	    transition-delay: 1s;           
	}  
	.bannerWrap .title .elementor-heading-title:after {
        width: 100px;
        margin: 15px auto;  
        height: 3px;
        -webkit-clip-path: polygon(50% 0, 50% 0, 50% 100%, 50% 100%);
	    -o-clip-path: polygon(50% 0, 50% 0, 50% 100%, 50% 100%);
	    -moz-clip-path: polygon(50% 0, 50% 0, 50% 100%, 50% 100%);
	    clip-path: polygon(50% 0, 50% 0, 50% 100%, 50% 100%);    
	}
	.bannerWrap .imageBox .elementor-widget-image {
		top: auto !important;
		bottom: 20px !important;
	}

	.page-id-11 .dbtn {
		font-size: 20px !important;
        padding: 6px 40px !important;
	}
	.footerWrap .infoBox .elementor-widget-text-editor p {
	    font-size: 20px;
	}  
	.footerWrap .elementor-nav-menu--main .menu-item a {
	    font-size: 18px;
	    display: inline;
	}
	.footerWrap .menuTitle .elementor-heading-title {
	    font-size: 26px;
	}
	.footerWrap .menuBox .elementor-widget-text-editor p {
	    font-size: 14px;
	} 
	.footerWrap .menuBox .elementor-widget-text-editor p br {
		display: none;  
	} 
	.scn2Title .elementor-heading-title {
	    font-size: 36px;
	    line-height: 34px;  
	}   
	.formulaWrap .textBox .elementor-widget-text-editor p span {
	    font-size: 16px;
	}
	.formulaWrap .elementor-widget-text-editor p br {
		display: none;
	}     
	.expertWrap .subTitle .elementor-heading-title {
	    font-size: 38px;
	}
	.expertWrap .elementor-widget-text-editor p {
	    font-size: 24px;
	}
	.expertWrap .elementor-widget-text-editor p br {
		display: none; 
	}    
	.expertWrap form.elementor-form .elementor-field-type-submit .elementor-button.dbtn {
	    font-size: 24px !important;
	}
	.expertWrap.formWrap .elementor-field-group .elementor-field-textual {
        height: 50px;
    }
	.expertWrap .elementor-form .elementor-button svg {
	    width: 22px;
	} 
	.expertWrap .elementor-form .elementor-field-group {
		margin-bottom: 18px !important; 
	} 
	.expertWrap .elementor-form .elementor-form-fields-wrapper {
		margin-bottom: 0 !important; 
	}
	.expertWrap .elementor-field-group textarea {
	    min-height: 150px !important;
	    line-height: 24px !important;
	}
	.testimonialWrap .elementor-widget-n-carousel .swiper {
	    width: 100% !important; 
	}
	.formulaWrap .overlayBox,   
	.formulaWrap .imageBox {
	    position: relative;
	}   
	.formulaWrap .textBox .elementor-widget-text-editor p:last-child {
		padding-bottom: 0;  
	}
	.formulaWrap .overlayBox:before {
		display: block;      
	}
	.formulaWrap .overlayBox:before {   
	    height: 2px;
        top: auto;
        bottom: 0;
        width: calc(100% - 20px);
        left: 10px;
	}
	.formulaWrap:before { 
		display: none !important;    
	}
    .articlesWrap .rightBox .elementor-cta__title {
	    font-size: 30px;
        line-height: 30px;
	} 
	.articlesWrap .elementor-widget-loop-grid .e-loop-item .elementor-cta__title {
	    font-size: 20px; 
        line-height: 18px;
	} 
	.singlepostWrap .elementor-widget-text-editor h3 {
		font-size: 25px; 
	} 
	.singleTitle .featuredBox .elementor-widget-spacer {
	    width: 100%;
	    position: static !important;
	}
	.footerWrap .elementor-widget .elementor-icon-list-items.elementor-inline-items,  
	.footerWrap .elementor-widget .elementor-icon-list-item {
		display: table; 
		margin: 0 auto !important;
	}   
	.footerWrap .elementor-widget.elementor-align-center .elementor-icon-list-item:after {
		display: none; 
	}  
	.shopWrap .woocommerce .woocommerce-result-count {
	    font-size: 18px;
	    float: none; 
	    padding-bottom: 10px;
	}
	.shopWrap .woocommerce .woocommerce-ordering select {
	    font-size: 16px;
	    padding: 5px 14px;
	}
	.shopWrap .breadcrumb .elementor-icon-list-item .elementor-icon-list-text {
	    font-size: 20px;
	}
	.shopWrap .woocommerce .woocommerce-ordering {
	    float: none;
	    width: auto;
        display: inline-block;  
	} 
	.cartWrap .cart_totals h2 {
	    font-size: 28px;
	}  
    .cartWrap .woocommerce table.cart td.actions .coupon {
		max-width: 100%;
	}
	.cartWrap .quantity input {
	    height: 40px;
	    font-size: 16px;
	}
	.wooWrap .woocommerce .wc-proceed-to-checkout {
	    text-align: center;
	}    
    .checkoutWrap #order_review_heading, .checkoutWrap .woocommerce-billing-fields h3, .checkoutWrap .woocommerce-additional-fields h3 {
	    font-size: 24px;
	}
	.checkoutWrap .select2-container--default .select2-selection__rendered, .wooWrap .file label, .wooWrap .select .select-styled, .wooWrap input.input-text, .wooWrap .select2-container .select2-choice, .wooWrap select, .wooWrap input[type='tel'], .wooWrap textarea, .wooWrap input[type='email'], .wooWrap input[type='text'], .wooWrap input[type='password'], .wooWrap input[type='number'], .wooWrap input[type='search'] {
	    font-size: 18px;
	    height: 44px !important;
	}
	.woocommerce form .form-row label,
	.woocommerce-privacy-policy-text p,
	.woocommerce-info {
	    font-size: 18px;
	}
	.checkoutWrap .woocommerce-checkout-review-order-table thead .product-total:before, .checkoutWrap .woocommerce-checkout-review-order-table thead .product-name:before, .cartWrap th.product-quantity:before, .cartWrap th.product-price:before, .cartWrap th.product-name:before, .cartWrap th.product-subtotal:before {
	    font-size: 26px;
	}
	.header .elementor-menu-cart__footer-buttons a.elementor-button,
	.accountWrap .woocommerce-MyAccount-content .button,
	.wooWrap .woocommerce button.button, .wooWrap .woocommerce .wc-proceed-to-checkout .button, .cartWrap .woocommerce button.button, .cartWrap .woocommerce .actions .button, .cartWrap .woocommerce .actions .coupon .button {
	    font-size: 18px !important;
	    padding: 10px 20px !important;
	} 
	.woocommerce-account .accountWrap .woocommerce-MyAccount-content p,   
	.accountWrap .woocommerce-MyAccount-navigation li a {
		font-size: 18px;  
	}
	.woocommerce-account .accountWrap .woocommerce-MyAccount-content {
	    padding: 20px 20px;
	    width: 100%; 
	}   
	.woocommerce-account .accountWrap .woocommerce-MyAccount-content p:last-child {
		padding-bottom: 0; 
	}
	.woocommerce-account .accountWrap .woocommerce-MyAccount-navigation {
        width: 100%;
        margin-bottom: 20px;
    }
    .accountWrap .woocommerce-MyAccount-navigation li {
        width: auto;
        display: inline-block;
    } 
    .accountWrap .woocommerce-MyAccount-navigation li a {
	    padding: 9px 12px;
	} 
	.woocommerce .woocommerce-info .button {
	    float: none;
	    margin-top: 10px;
	    display: table;
	}
	.woocommerce-order .woocommerce-order-details__title,
	.woocommerce-order .woocommerce-column__title,
	.accountWrap .woocommerce h2, 
	.accountWrap .woocommerce-Address-title h2 {
	    font-size: 28px;
	}
	.accountWrap .woocommerce-LostPassword a, 
	.accountWrap .woocommerce-Address-title a {
	    font-size: 20px;
	}
	.accountWrap .woocommerce-Address address {
	    font-size: 16px;
	} 
	.accountWrap .woocommerce-Addresses .u-column1 {
	    margin-bottom: 15px;
	}
	.cartWrap .woocommerce .actions .coupon .button {
		width: 100% !important;
	}
	.cartWrap .woocommerce .coupon input[type='text'] {
        max-width: 100%;
        margin-bottom: 10px !important;
        margin-right: 0 !important;
        font-size: 18px;
    }
    .scn2Title .elementor-heading-title span {
	    font-size: 30px;
	    line-height: 28px;
	    display: inline-block;   
	}
	.formulaWrap.productformulaWrap:before {
		display: block !important;
	} 
	.boostWrap .checkedlistBox .elementor-icon-list-items {
		display: flex;
    	column-gap: 10px;
	}
	.boostWrap .checkedlistBox .elementor-icon-list-item {
	    border: 1px solid #2e7067;
	    border-radius: 6px;
        text-align: center;
        padding: 6px !important;
        max-width: 100px;
	} 
	.boostWrap .checkedlistBox .elementor-icon-list-icon {
		position: absolute;
    	right: -6px;
    	top: -6px;
	} 
	.wooWrap .woocommerce button.button {
		padding: 12px 20px !important; 
	}
	.latestproductWrap .owl-extra .featuredbgBox {
	    min-height: 230px;
	}
	.latestproductWrap .product_title a {
	    font-size: 24px;
	    line-height: 22px;
	}
	.latestproductWrap .product_title a label {
	    font-size: 18px;  
	}
	.latestproductWrap .hoverBox {
		padding: 8px;
	} 
	.latestproductWrap .owl-nav-btn button {
    	width: 25px;
    	height: 25px;
    	top: calc(50% - 12.5px);
    	background-size: 8px;
    } 
    .latestproductWrap .owl-nav-btn button.owl-prev {
	    right: -10px;
	}
	.latestproductWrap .owl-nav-btn button.owl-next {
	    left: -10px;
	} 
	.shopWrap .elementor-products-grid ul.products.elementor-grid li.product .added_to_cart.wc-forward:before {
	    font-size: 20px;
	} 
	.custom-package-title {
	    font-size: 22px;
	} 
	.custom-card-bottom, 
	.custom-card-top {
    	padding: 10px 35px 10px 5px;
    	gap: 8px;
    } 
	.custom-feature-badge {
	    font-size: .7em;
	}
	.custom-package-subtitle,
	.custom-package-price {
	    font-size: .8em;
	}
	.custom-radio {
	    top: 22px;
	    width: 20px;
	    height: 20px;
	    border-width: 1px;
	} 
	.expertWrap .elementor-form .elementor-field-type-checkbox {
    	position: static;
    } 
    .expertWrap form.elementor-form .elementor-field-type-submit .btnWrp {
		width: auto;
	}
	.expertWrap:has(.elementor-message ) .formBox {
	    margin-bottom: 0px !important;
	}
	.expertWrap form .elementor-message {
	    position: static;
	    margin: 0 !important;
	}
	.latestproductWrap .postBox .dbtn {
	    font-size: 22px !important;
	    padding: 5px 18px !important;
	    letter-spacing: .5px;
	}
 	.latestproductWrap .subTitle .elementor-heading-title {
 		font-size: 28px;
 	}
 	.latestproductWrap .postBox .added_to_cart.wc-forward:before {
	    font-size: 20px;
	}
	body.post-type-archive-product a.product_type_variable:before,
	body.post-type-archive-product a.product_type_simple:before,
	body.post-type-archive-product .product_type_external:before, 
	body.post-type-archive-product a.ajax_add_to_cart:before,
	body.post-type-archive-product a.product_type_grouped:before {
		font-size: 20px; 
	}
	.woocommerce span.onsale:before {
	    font-size: 15px;
	    letter-spacing: .5px;
	}


}

@media (max-width: 575px) {
 	
   
    .woocommerce form .form-row {
	    width: 100%;
	    float: none;
	} 
	.woocommerce form .form-row button {
		width: 100%;
	}
}    
/* Landscape phones and down */
@media (max-width: 480px) { 

	.bgcolorTitle {
		width: 100% !important;
		max-width: 100% !important;
        text-align: center !important;  
	}        


}
@media (max-width: 430px) {
	.formulaWrap {
		--padding-top: 80px !important;
	}
	.formulaWrap.productformulaWrap {
	    --padding-top: 30px !important;
	}
	
	
	
	
}