/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Apr 26 2023 | 11:46:44 */
/* Add your CSS code here.  */ 
header#masthead{
	border-bottom: 1px solid #e1e1e1;
	
}
button#wpforms-submit-4426 {
    width: 150px;
    font-family: 'Overpass';
    text-transform: capitalize!important;
}
button#wpforms-submit-4426:hover {
    width: 150px;
    font-family: 'Overpass';
    text-transform: capitalize!important;
}
div.wpforms-container-full .wpforms-form input.wpforms-field-medium, div.wpforms-container-full .wpforms-form select.wpforms-field-medium, div.wpforms-container-full .wpforms-form .wpforms-field-row.wpforms-field-medium {
    max-width: 100%;
}

.wpforms-field input[type="text"], .wpforms-field input[type="email"], .wpforms-field input[type="url"], .wpforms-field input[type="password"], .wpforms-field input[type="search"], .wpforms-field input[type="number"], .wpforms-field input[type="tel"], .wpforms-field input[type="date"], .wpforms-field input[type="month"], .wpforms-field input[type="week"], .wpforms-field input[type="time"], .wpforms-field input[type="datetime"], .wpforms-field input[type="datetime-local"], .wpforms-field input[type="color"], .wpforms-field textarea, .wpforms-field select{
	min-height:40px!important;
	padding: 6px 16px;
}
.footer-widgets-grid.col4-bigleft {
    grid-template-columns: 2.5fr 1fr 1fr 1.5fr;
}
li.specification_information_tab {
    top: 5px;
    padding: 10px 0 0 0;
}
.footer-copyright-elements .botiga-credits {
    line-height: 1.7;
    font-size: 14px;
}
a.button.header-item:hover{
	background: white!important;
    color: #243b98!important;
}
a.button.header-item {
    background: #243b98!important;
    color: white!important;
	font-family: 'Roboto', 'sans-serif' !important;
}
.footer-widgets-grid{
	gap: 60px;
}
div#tabs-container{
	margin-bottom:20px;
}
.wpforms-submit.Btn-submit{
	border: 2px solid #003ca8!important;
}
.wpforms-submit.Btn-submit:hover{
	background-color: #fff!important;
	color: #0e3b93!important;
}
/*Filter*/

.berocket_aapf_widget_selected_filter {
    display: inline-flex;
    justify-content: space-evenly;
}
i.fa.fa-times {
    padding:0px 5px;
}
.bapf_sfa_taxonomy {
    display: flex;
    width: 180px;
    height: auto;
    text-align: center;
    margin: 0 10px 10px 0;
    padding: 20px 0 0px 30px;
    border-radius: 14px;
    background-color: #f0f0f0;
    
}
ul.bapf_sfa_unall {
     text-decoration: underline;
	display: flex;
    width: 170px;
    height: 28px;
    text-align: center;
    margin: 0 0 10px 0px;
    padding: 20px 0 0px 30px;
    border-radius: 14px;
/*     background-color: #f0f0f0; */
    
}

.cross-sells .product_type_simple.add_to_cart_button{
	display: none !important;
}

.widget_shopping_cart .woocommerce-mini-cart__buttons .button.checkout{
	display: none;
}

/* terms and condition */
.terms_condition p{
	margin-bottom: 10px;
}

.terms_condition td, .terms_condition th{
	border-color: #242424;
}

/* Privacy Policy */
.policy_use_main p{
	margin-bottom: 20px;
}

.policy_use_main h3{
	margin: 25px 0 10px;
}

/* feature product */

.featured_main img{
	border-radius: 8px 8px 0 0;
}

.featured_main .elementor-image-box-description{
	padding: 0 15px;
}

.viewbtn .elementor-button-content-wrapper{
	align-items: center;
}

.viewbtn .elementor-button-icon {
	height: 18px;
}

.location_p p{
	margin-bottom: 0px;
}

.faq_accMain .eael-accordion-list{
	box-shadow: 0px 0px 4px rgb(0 0 0 / 15%);
	border-radius: 8px;
}

/* Sign up */

.newsletter_form p{
	margin-bottom: 20px;
	text-align: inherit;
	position: relative;
}

.newsletter_form label{
	font-size: 14px;
    font-weight: 500;
    font-family: 'Overpass';
    color: #fff;
}

.newsletter_form .flex_group{
	display: flex;
    align-items: end;
    gap: 10px;
}

.newsletter_form input{
	width: 100% !important;
	margin: 0 !important;
	position: static !important;
	padding: 12px 16px !important;
	border: none !important;
	border-radius: 6px !important;
}

.newsletter_form input:focus{
	border: none !important;
	border-radius: 6px !important;
	box-shadow: none !important;
}

.newsletter_form .wpcf7-spinner{
	left: 0;
}

.newsletter_form label.error{
	position: absolute;
	bottom: -35px;
    left: 0;
	color: #ff3333;
}


/* career page */
.fancy_text .eael-fancy-text-strings{
	width: 135px;
}
.bounce_button {
    transition: 0.4s ease-in-out;
}
.bounce_button:hover {
    transform: translateY(-10px);
}

.top_headline h2{
	margin: 0!important;
}

.slidingVertical{
	display: inline;
	font-size: 50px;
}
.slidingVertical > .elementor-widget-container{
	animation: topToBottom 13s linear infinite 0s;
	-ms-animation: topToBottom 13s linear infinite 0s;
	-webkit-animation: topToBottom 13s linear infinite 0s;
	color: #00abe9;
	opacity: 0;
	overflow: hidden;
	position: absolute;
	top: -12px;
}
.slidingVertical#slidingVertical_2 > .elementor-widget-container {
	animation-delay: 5s;
	-ms-animation-delay: 5s;
	-webkit-animation-delay: 5s;
}

.li_overflow tr:first-child {
    background: #c7d9f1;
}



/*topToBottom Animation*/
@-moz-keyframes topToBottom{
	0% { opacity: 0; }
	5% { opacity: 0; -moz-transform: translateY(-50px); }
	10% { opacity: 1; -moz-transform: translateY(0px); }
	25% { opacity: 1; -moz-transform: translateY(0px); }
	30% { opacity: 0; -moz-transform: translateY(50px); }
	80% { opacity: 0; }
	100% { opacity: 0; }
}
@-webkit-keyframes topToBottom{
	0% { opacity: 0; }
	5% { opacity: 0; -webkit-transform: translateY(-50px); }
	10% { opacity: 1; -webkit-transform: translateY(0px); }
	25% { opacity: 1; -webkit-transform: translateY(0px); }
	30% { opacity: 0; -webkit-transform: translateY(50px); }
	80% { opacity: 0; }
	100% { opacity: 0; }
}
@-ms-keyframes topToBottom{
	0% { opacity: 0; }
	5% { opacity: 0; -ms-transform: translateY(-50px); }
	10% { opacity: 1; -ms-transform: translateY(0px); }
	25% { opacity: 1; -ms-transform: translateY(0px); }
	30% { opacity: 0; -ms-transform: translateY(50px); }
	80% { opacity: 0; }
	100% { opacity: 0; }
}

.slidingVertical{
	display: inline;
	text-indent: 8px;
}
.slidingVertical span{
	animation: topToBottom 5s linear infinite 0s;
	-ms-animation: topToBottom 5s linear infinite 0s;
	-webkit-animation: topToBottom 5s linear infinite 0s;
	color: #00abe9;
	opacity: 0;
	overflow: hidden;
	position: absolute;
}
.slidingVertical span:nth-child(2){
	animation-delay: 2.5s;
	-ms-animation-delay: 2.5s;
	-webkit-animation-delay: 2.5s;
}


/*topToBottom Animation*/
@-moz-keyframes topToBottom{
	0% { opacity: 0; }
	5% { opacity: 0; -moz-transform: translateY(-50px); }
	10% { opacity: 1; -moz-transform: translateY(0px); }
	25% { opacity: 1; -moz-transform: translateY(0px); }
	30% { opacity: 0; -moz-transform: translateY(50px); }
	80% { opacity: 0; }
	100% { opacity: 0; }
}
@-webkit-keyframes topToBottom{
	0% { opacity: 0; }
	5% { opacity: 0; -webkit-transform: translateY(-50px); }
	10% { opacity: 1; -webkit-transform: translateY(0px); }
	25% { opacity: 1; -webkit-transform: translateY(0px); }
	30% { opacity: 0; -webkit-transform: translateY(50px); }
	80% { opacity: 0; }
	100% { opacity: 0; }
}
@-ms-keyframes topToBottom{
	0% { opacity: 0; }
	5% { opacity: 0; -ms-transform: translateY(-50px); }
	10% { opacity: 1; -ms-transform: translateY(0px); }
	25% { opacity: 1; -ms-transform: translateY(0px); }
	30% { opacity: 0; -ms-transform: translateY(50px); }
	80% { opacity: 0; }
	100% { opacity: 0; }
}


@media only screen and (max-width: 600px) {
	.berocket_aapf_widget_selected_filter {
    display: block;
    justify-content: space-evenly;
}
	.return_back {
    top: 150px;
    width: 100%!important;
    position: relative;
    z-index: 999;
    text-decoration: none;
    /* text-align: center; */
    margin: 20px 0 30px 70px!important;
}
	.career_circle{
		width: 90px !important;
    	height: 90px !important;
	}
	.career_lottie_head h2{
		top: 16px;
    	font-size: 14px;
	}
	.career_lottie_head{
		width: 70px !important;
    	height: 70px;
		line-height: 1.3;
	}
	.career_lottie_head h2{
		padding: 0 5px;
	}
	.fancy_text .eael-fancy-text-strings{
		width: 80px;
	}
	.terms_condition .li_overflow{
		overflow-x: scroll;
	}
	
	.newsletter_form .flex_group{
		flex-direction: column;
		align-items: initial;
	}
	.newsletter_form .wpcf7-submit{
		margin: 10px 0 !important;
		border-radius: 0 !important;
	}
}



/*Filter End*/

/* career */
.career_circle{
	width: 180px !important;
	height: 180px !important;
	border-radius: 50%;
	box-shadow: 0 3px 9px 0 rgba(0, 0, 0, 0.16);
}

.circle_box > .elementor-container.elementor-column-gap-default{
	justify-content: center;
}

.career_lottie_box{
	position: relative;
	z-index: 1;
}

.career_lottie_head {
	position: absolute;
    background: #fff;
    z-index: 1;
    width: 155px !important;
    height: 155px;
    border-radius: 50%;
    margin: 0;
}

.career_lottie_head h2{
	position: absolute;
    top: 34px;
    font-size: 30px;
}
.career_lottie{
	position: absolute;
}

@media only screen and (max-width: 1440px){
	.career_lottie_head h2{
		top: 30px;
		font-size: 25px;
	}
	.career_lottie_head{
		width: 120px !important;
    	height: 120px;
    	line-height: 1.3;
	}
	.career_circle{
		width: 140px !important;
		height: 140px !important;
	}
	.career_container{
		padding: 0 30px;
	}
	.career_circle h6{
		padding: 5px;
	}
}

@media only screen and (max-width: 1025px){
	.career_circle{
		width: 100px !important;
    	height: 100px !important;
	}
	.career_lottie_head h2{
		top: 16px;
    	font-size: 14px;
	}
	.career_lottie_head{
		width: 70px !important;
    	height: 70px;
		line-height: 1.3;
	}
	.career_lottie_head h2{
		padding: 0 5px;
	}
}



.product-gallery-summary .entry-summary>*:last-of-type {
    margin-top: 15px;
    line-height: 40px;
}

/* .elementor-362 .elementor-element.elementor-element-b6d5f56 > .elementor-element-populated > .elementor-background-overlay {
    background-image: url(/wp-content/uploads/2022/06/e1.webp);
    background-position: center right;
    background-repeat: no-repeat;
    position: relative;
    top: -50px;
    opacity: 0.89;
}
 */
.ipad-sign-in > .elementor-element-populated > .elementor-background-overlay {
    /* position: relative; */
    top: -50px;
    opacity: 0.89;
}

span.wpcf7-spinner {
    position: relative;
    top: 10px;
}
.elementor-4214 .elementor-element.elementor-element-1941b1e .elementor-heading-title {
    color: #000000;
    font-family: "Roboto", Sans-serif;
    font-size: 16px;
    margin-bottom: 30px;
    /* color: #212121; */
    top: -80px;
    opacity: 0.7;
    /* font-weight: 400; */
    position: relative;
}
.post-thumbnail {
    display: flex;
    justify-content: center;
}
.woocommerce-cart-form__cart-item .del-icon {
    margin-top: -10px!important;
}
td.product-name {
    padding: 20px 0 0 0!important;
}
td.product_remove {
    padding: 0!important;
}
.elementor-362 .elementor-element.elementor-element-9f6a593 > .elementor-element-populated {
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    margin: 0px 100px 0px 100px;
    --e-column-margin-right: 100px;
    --e-column-margin-left: 100px;
    border-radius: 20px;
    padding: 60px 20px 60px 20px;
}
.single .entry-header .entry-title {
    font-size: 32px;
    line-height: 48px;
}

.woocommerce-cart tr.cart_item td {
    padding:0;
}

h2.widget-title {
    font-weight: 800;
}
.con-email {
    font-weight: bold;
	display:flex;
}
.header-search-form form {
    max-width: 600px;
    margin-left: auto;
    border-radius: 10px;
    border: 1px solid #194fb0;
    margin-right: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.header-search-form {
    position: absolute;
    width: 100%;
    top: 100%;
    background-color: #fff;
    /* border: 1px solid; */
    padding: 20px;
    z-index: 999999;
    left: -9999em;
    opacity: 0;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
    visibility: hidden;
}

.page-id-4043 .pdfprnt-buttons.pdfprnt-buttons-page.pdfprnt-top-right {
    display: none;
}
.message-thank-you {
    background: #e4f5fa;
    padding: 0 300px 30px 350px;
    box-shadow: 0 11px 11px 0 rgb(0 0 0 / 8%);

}


.woocommerce-order-overview__payment-method.method {
    margin: 50px;
}
.woocommerce-order-overview__email.email {
    margin: 50px;
}
strong.strong {
    /* font-weight: bold; */
    color: #003da6;
    font-family: Roboto;
    /* font-size: 14px; */
    font-weight: bold;
    font-stretch: normal;
}
p.woocommerce-notice.woocommerce-notice--success.woocommerce-thankyou-order-received {
    text-align: center;
    margin: 0px;
    padding: 10px;
    /* border: 1px solid; */
}
table.woocommerce-table.woocommerce-table--order-details.shop_table.order_details {
    display: block;
    text-align: left;
	    background: #ffffff00;
}
p.woocommerce-notice.woocommerce-notice--success.woocommerce-thankyou-order-received.thank-you {
    background-color: #e4f5fa;
    font-size: 36px;
    font-family: 'OVERPASS';
    font-weight: bold;
    text-align: center;
    padding-top: 100px;
}
p.woocommerce-notice.woocommerce-notice--success.woocommerce-thankyou-order-received.order-number {
    border: 1px solid;
    font-family: Overpass;
    font-size: 18px;
    font-weight: bold;
    margin: 0 100px 0 100px;
}
p.woocommerce-notice.woocommerce-notice--success.woocommerce-thankyou-order-received {
    text-align: center;
    background: #ff000000;
    margin: 0px;
    padding: 10px;
    /* border: 1px solid; */
}
section.woocommerce-order-details {
    box-shadow: 0 11px 11px 0 rgb(0 0 0 / 8%);
	padding-left:10px;
}

.woocommerce-thankyou-order-details {
    background-color: #f5f5f500;  
	display: flex;
	    justify-content: center;
	    text-align: center;
	    box-shadow: 0 11px 11px 0 rgb(0 0 0 / 8%);


}
p.order-details-table {
    font-size: 18px;
    font-weight: 700!important;
    font-family: 'Overpass';
}
table.woocommerce-table.shop_table.order_details.has-background.awcfe-order-extra-details {
    display: none;
}
.page-id-29 section.woocommerce-customer-details {
    display: none;
}

@media only screen and (max-width: 600px) {
	.archive .page-title {
    font-family: Overpass;
    font-size: 26px!important;
    font-weight: bold;
    margin-left: 0px!important;
    text-align: left;
}
.elementor-4214 .elementor-element.elementor-element-1941b1e .elementor-heading-title {
    color: #000000;
    font-family: "Roboto", Sans-serif;
    font-size: 16px;
    margin-bottom: 30px;
    top: 0px;
    opacity: 0.7;
    position: relative;
}
.message-thank-you {
    background: #e4f5fa;
    padding: 0 20px 30px 20px!important;
}
	td.woocommerce-table__product-name.product-name {
    padding: 10px 0px!important;
}
	.woocommerce-order-overview__payment-method.method {
    margin: 30px!important;
}
	.woocommerce-order-overview__email.email {
    margin: 30px!important;
}
	.woocommerce-thankyou-order-details {
    background-color: #f5f5f500;
    display: block!important;
    margin: 0px!important;
    /* justify-content: center; */
    text-align: center;
}
	p.woocommerce-notice.woocommerce-notice--success.woocommerce-thankyou-order-received.thank-you {
    background-color: #e4f5fa;
    font-size: 36px;
    font-family: 'OVERPASS';
    font-weight: bold;
    text-align: center;
    padding-top: 50px!important;
}
	
p.woocommerce-notice.woocommerce-notice--success.woocommerce-thankyou-order-received.order-number {
    border: 1px solid;
    font-family: Overpass;
    font-size: 18px;
    font-weight: bold;
    margin: 0 20px 0 20px!important;
}

.footer-widgets-grid {
    padding-top: 40px;
    display: block!important;
    padding-bottom: 40px;
}
	
#products-text{
      margin: -200px 0 200px 0 !important;
}
    margin-bottom: 0;
    padding-bottom: 0;
    padding-left: 20px!important;
}
	.widget-column{
		padding: 20px 0 20px 0!important;
	}
/* 	.form-signup input[type="email"] {
    border: 0;
    padding-top: 8px;
    margin: 0 0 0 0px!important;
    border-radius: 6px 0px 0px 6px !important;
}
 */
	
	
	.page-id-28 p {
    margin-top: 0px!important;
    margin-left: 0px!important;
}
	table.shop_table_responsive tr td.product-remove a {
    text-align: left;
    margin-right: 0px!important;
}
/* 	.page-id-28 .product-name p {
         margin-top: 0px!important;
         margin-left: 0px!important;
        margin-right: 00px!important;
		border:none!important;
  
} */
	
section#nav_menu-1 {
    padding: 0px!important;
}
}
/*Media Query End*/
section#nav_menu-1 {
    padding-left: 80px;
}


.form-signup input[type="email"] {
	height:45px;
    border: 0;
	width:40%;
    padding-top: 8px;
    margin: 0 0 0 0px!important;
    border-radius: 6px 0px 0px 6px;
}

	.filter {
    margin: 0 0 10px 0;
    font-family: Overpass;
    font-size: 24px;
    font-weight: 800;
    color: #000000;
}

body:has(.ipad-sign-in) .footer-widgets {
	margin-top: -150px!important;
    padding-top: 150px!important;
}

.pagination .page-numbers:hover, .pagination .page-numbers:focus, .pagination .page-numbers.current, .woocommerce-pagination li .page-numbers:hover, .woocommerce-pagination li .page-numbers:focus, .woocommerce-pagination li .page-numbers.current {
    background-color: #0e3b93;
    color: white!important;
}
.wc-block-grid__product-onsale, span.onsale {
    /* border-radius: 0; */
    top: 20px!important;
    left: 20px!important;
    width: 60px!important;
    height: 55px!important;
    margin: -20px 0 0 -22px!important;
    border-radius: 10px 0px 100px 0px!important;
    padding: 9px 18px 15px 8.5px!important;
    background-color: #ff894b!important;
}


.woocommerce-page-header .page-description p:last-of-type, .woocommerce-page-header .term-description p:last-of-type {
    margin-bottom: 0;
    display: none;
}
.add_to_cart_button:after{
    content: '';
    background: url(/wp-content/uploads/2022/04/Group-65132.svg)!important;
    height: 20px;
    width: 18px;
    display: inline-block;
    background-size: 13px;
    background-repeat: no-repeat;
    position: relative;
    top: 5px;
    right: -7px;
}
ul.products li.product .button.added:after {
    font-family: WooCommerce;
    content: url(/wp-content/uploads/2022/04/Group-65132.svg)!important;
    margin-left: 0.5em;
    display: inline-block;
	background-repeat: no-repeat!important;
    width: auto;
    height: auto;
}
.archive .page-title {
 font-family: Overpass;
    font-size: 36px;
    font-weight: bold;
    margin-left: 295px;
    text-align: left;
}

#primary{
	    margin: -35px 0 0 0;
}
.woocommerce-cart .product-name a {
    font-weight: 800;
    color: #0e3b93;
	padding-top: 10px;
}
/* .page-id-28 .product-name p {
    margin-top: -25px;
    margin-left: 240px;
    margin-right: 250px;
    border-right: 1px solid silver;
} */

}
.comments-area, .woocommerce-cart .cart_totals, .checkout-wrapper .woocommerce-checkout-review-order,  .woocommerce-noreviews, p.no-comments, .site-header-cart .widget_shopping_cart .woocommerce-mini-cart__total, .site-header-cart .widget_shopping_cart .woocommerce-mini-cart__buttons, .botiga-side-mini-cart .widget_shopping_cart .woocommerce-mini-cart__total, .botiga-side-mini-cart .widget_shopping_cart .woocommerce-mini-cart__buttons, .woocommerce-account.logged-in .entry-content>.woocommerce .woocommerce-MyAccount-navigation ul .is-active a, .checkout_coupon, .woocommerce-checkout .woocommerce-form-login, .sidebar-slide+.widget-area{
    display: none!important;
}

p.woocommerce-info {
    display: block !important;
}
.page-id-28  .woocommerce-cart .woocommerce-cart-form .actions .button:disabled {
    opacity: 0.5;
    display: none;
}
h1.entry-title {
    font-family: Overpass;
    font-size: 36px;
    font-weight: 900;
    font-stretch: normal;
    font-style: normal;
    line-height: 0.67;
    letter-spacing: normal;
    text-align: center;
    color: #000;
}

table.shop_table_responsive tr td.product-remove a {
    text-align: left;
   
}

.woocommerce-page-header {
    padding-top: 30px;
    padding-bottom: 80px;
    margin-bottom: -60px;
}
.site-header-cart .product_list_widget li>span {
    display: none;
    font-weight: 600;
    width: 100%;
    font-size: 14px;
    font-size: .875rem;
}
.widget_shopping_cart .woocommerce-mini-cart__total{
	display:none!important;
}
.product-total, .cart-subtotal, .order-total{
	display:none;
}

.page-id-29  p {
    margin-bottom: 5px!important;
	padding: 0 0 0 10px;
	 font-weight:400;
   
}

/* Checkout Error */
p.form-row {
	position: relative;
    margin-bottom: 1.35rem !important;
}



.comments-area, .woocommerce-cart .cart_totals, .checkout-wrapper .woocommerce-checkout-review-order, .woocommerce-info, .woocommerce-noreviews, p.no-comments, .site-header-cart .widget_shopping_cart .woocommerce-mini-cart__total, .site-header-cart .widget_shopping_cart .woocommerce-mini-cart__buttons, .botiga-side-mini-cart .widget_shopping_cart .woocommerce-mini-cart__total, .botiga-side-mini-cart .widget_shopping_cart .woocommerce-mini-cart__buttons, .woocommerce-account.logged-in .entry-content>.woocommerce .woocommerce-MyAccount-navigation ul .is-active a, .checkout_coupon, .woocommerce-checkout .woocommerce-form-login, .sidebar-slide+.widget-area {
    background-color: #effbff;
    border-radius: 8px;
}

.woocommerce-info {
    background-color: #f2f2f2;
    display: none;
}
.woocommerce-cart .cart-collaterals .cart_totals, .woocommerce-cart .woocommerce .cart_totals:nth-child(4){
	display:none!important;
}

.woocommerce-cart .cart_totals{
	display: none;
}

.cart-layout2 .woocommerce-cart-form{
	width: 100%;
	padding: 0;
}

.woocommerce button[name="update_cart"],
.woocommerce input[name="update_cart"] {
	display: none;
}


button, a.button, .wp-block-button__link, .wp-block-search .wp-block-search__button, input[type="button"], input[type="reset"], input[type="submit"], .comments-area .comment-reply-link {
    background-color: #0e3b93;
    width: 210px;
    text-align: center;
}

/*    .product-name{
	    display: flex;
	    font-weight:700!important;
	    padding:20px!important;
} */
.product-item-thumbnail{
    padding:0px;	
	width:100px;
	float:left;
	font-size:14px!important;
	font-weight:900!important;
}
 .page-id-29 h3{
	 color: #0e3b93;
    font-weight: 800;
}

tfoot{
	display:none;
}
.woocommerce-order-overview__total , .total{
	display:none;
}
.eael-advance-tabs .eael-tabs-nav>ul {
    position: relative;
    padding: 0px;
    background-color: #dbf5fd;
    margin: 0px 250px;
    list-style-type: none;
    border-radius: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    z-index: 1;
}

.tab-content-paramameter {
    padding-bottom: 24px;
    min-height: auto !important;
}

.ounces-main{
	margin-bottom: 10px;
}

.main-col-2.second-box{
	padding-left: 15px;
}

/*Mobile View Start */

@media only screen and (max-width: 600px) {
.eael-advance-tabs .eael-tabs-nav>ul {
    position: relative;
    padding: 0px;
    background-color: #dbf5fd;
    margin: 0px !important;
    list-style-type: none;
    border-radius: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    z-index: 1;
}
	.tab-content-first {
    width: 100%!important;
    float: left;
	font-size:12px!important;
    margin-top: 0px!important;
}
	.tab-content-img {
    float: left;
    width: 100%!important;
    text-align: center;
    padding: 5px 0px 0 0px!important;
}
	.tab-content-paramameter {
    float: left!important;
    width: 100%;
    border-top: 1px solid #d0dce0!important;
    border-left: 0px!important;
    padding-top: 10px;
    padding-left: 10px;
    padding-bottom: 41px;
    min-height: auto!important;
}
	.main-col-2 {
    float: left;
    width: 50%;
    font-size: 12px;
    padding: 0 0 0 30px;
}
	.ounces {
    font-size: 18px;
    font-weight: bold;
    color: #073da7;
}
	a.view-details-products {
    background: #0e3b93;
    color: #ffffff;
    padding: 10px 30px;
    float: left;
        font-size: 14px;
    margin: 0px 0 0 30px!important;
    border-radius: 6px;
}

/* 	.elementor-362 .elementor-element.elementor-element-8d438c2:not(.elementor-motion-effects-element-type-background), .elementor-362 .elementor-element.elementor-element-8d438c2 > .elementor-motion-effects-container > .elementor-motion-effects-layer {
    background-color: #E4F5FA;
    background-image: url(https://panoramic.onpointinsights.us/wp-content/uploads/2022/04/home-banner.jpg);
    background-position: top right;
    background-repeat: no-repeat;
    background-size: 100%!important;
} */
	.blog_template.boxy-clean .blog_wrap {
    width: 100%;
    float: right!important;
    box-sizing: border-box;
    transition: all 200ms ease-out 0s;
    -webkit-transition: all 200ms ease-out 0s;
    -ms-transition: all 200ms ease-out 0s;
    -o-transition: all 200ms ease-out 0s;
    vertical-align: top;
    word-wrap: break-word;
    padding: 10px!important;
    list-style: none;
    margin: -30px 15px 0 0px;
    overflow: hidden;
    position: relative;
}
	.blog_template.boxy-clean .post-meta {
    background: none;
    float: left;
    margin-bottom: 15px;
    top: 90px;
    width: 100%;
}
.form-signup p {
    text-align: left;
    margin-bottom: 10px;
}
	.elementor-362 .elementor-element.elementor-element-0e7df6a .elementor-heading-title {
    font-size: 26px;
    margin-bottom: -100px;
}
	.blog_header {
    height: 60px!important;
}
	
}

.blog_header {
    height: 90px;
}

input.wpcf7-form-control.has-spinner.wpcf7-submit {
   height: 51px;
    background: #ff894b !important;
    border-radius: 6px !important;
    text-transform: inherit !important;
    letter-spacing: inherit !important;
    position: relative;
    top: -2px !important;
    width: 23%;
    padding: 0;
    color: white!important;
}

section#nav_menu-1 {
    padding-left: 0px!important;
}

} 

@media (max-width: 360px)  {
	input.wpcf7-form-control.has-spinner.wpcf7-submit {
    height: 50px;
    background: #ff894b !important;
    border: 0 !important;
    text-transform: inherit !important;
    letter-spacing: inherit !important;
    top: 1px !important;
    width: 30%;
	padding: 0;
    color: white!important;
    border-radius: 0 6px 6px 0px !important;
}
	
}
/*Mobile View End */

.point_style img {
    position: absolute;
    top: 0;
    left: 0;
    width: 20PX!important;
    max-width: inherit;
}
#powerTip {
    background-color: #ff7143;
    width: 160px;
    height: 50PX;
}

/* Product Page Code*/

.product-gallery-summary .product_title{
	    /* width: 351px; */
/*     height: 45px; */
    margin: 10px 10px 10px 0px;
    font-family: Overpass;
    font-size: 36px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 0.83;
    letter-spacing: normal;
    text-align: left;
    color: #000;
}



.product-gallery-summary .botiga-single-addtocart-wrapper .button {
    display: inline-block;
    width: calc(60% - 116px);
    background-color: white;
    text-transform: uppercase;
    padding-top: 10px;
    font-size: 18px;
    color: #0e3b93!important;
    padding-bottom: 10px;
    border-radius: 6px;
    border-color: #0e3b93;
}

.product-gallery-summary .botiga-single-addtocart-wrapper .button:after{
	content: '';
    background: url(/wp-content/uploads/2022/06/Group-65132.svg);
    height: 25px;
    width: 18px;
    display: inline-block;
    background-size: 20px;
    background-repeat: no-repeat;
    position: relative;
    top: 7px;
    right: -10px;
}
button, a.button, .wp-block-button__link, .wp-block-search .wp-block-search__button, input[type="button"], input[type="reset"], input[type="submit"], .comments-area .comment-reply-link {
    background-color: #e0f6fc;
    width: 210px;
    text-align: center;
    color: #1c00ff!important;
    border-radius: 6px;
    font-weight: 700;
    text-transform: capitalize!important;
    border-color: #e0f6fc;
	 letter-spacing: normal;
    font-family: 'Overpass';
}
button:hover, a.button:hover, .wp-block-button__link:hover, .wp-block-search .wp-block-search__button:hover, input[type="button"]:hover, input[type="reset"]:hover, input[type="submit"]:hover, .comments-area .comment-reply-link:hover {
    background-color: #e0f6fc;
    width: 210px;
    text-align: center;
    color: #0e3b93!important;
    border-radius: 6px;
    font-weight: 700;
    text-transform: capitalize!important;
    border-color: #e0f6fc;
	 letter-spacing: normal;
    font-family: 'Overpass';
}
.part_dimension {
    display: flex!important;
    border-bottom: 0.5px solid #e6e6e6;
	padding:10px 0;
}
.custom-value{
	text-align:right;
	font-weight:700;
	
}
.product-custom-title{
  width: 351px;
  height: 26px;
  margin: 0 185px 20px 0;
  font-family: Overpass;
  font-size: 20px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: normal;
  text-align: left;
  color: #000;
}
.sku_wrapper{
/*     top: -280px; */
    position: relative;
    font-size: 18px;
    width: 100%;
    height: 21px;
    margin: 0 401px 10px 0px;
    font-family: Overpass;
    font-size: 16px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 2;
    letter-spacing: normal;
    text-align: left;
    color: #354ea1;
}
button, a.button, .wp-block-button__link, ul.wc-block-grid__products li.wc-block-grid__product .wp-block-button__link, ul.wc-block-grid__products li.wc-block-grid__product .button, ul.products li.product .button, input[type="button"], input[type="reset"], input[type="submit"]{
    background-color: #e0f6fc;
    width: 210px;
    text-align: center;
    color: #0e3b93!important;
    border-radius: 6px;
    font-weight: 700;
    text-transform: capitalize!important;
    border-color: #e0f6fc;
    letter-spacing: normal;
    font-family: 'Overpass';
}
.trg-img{
    margin-top: -10px;
    width: 60px;
    margin-left: 10px;
    margin-right: 10px;
}

@media only screen and (max-width: 600px) {
   .product-gallery-summary .product_title{
    width: 351px;
    height: 45px;
    margin: 10px 185px 10px 0px;
    font-family: Overpass;
    font-size: 26px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 30px!important;
    letter-spacing: normal;
    text-align: left;
		color: #000;
		}
   .trg-img {
    margin-top: 0px;
	width: 50px;
		}
 .sku_wrapper {
/*     top: -290px!important; */
    font-size: 18px;
    width: 100%;
    height: 21px;
    margin: 0 10px 10px 0px;
    font-family: Overpass;
    font-size: 16px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 2;
    letter-spacing: normal;
    text-align: left;
    color: #354ea1;
}
	.product-gallery-summary .botiga-single-addtocart-wrapper .button {
    display: inline-block;
    width: calc(100% - 100px);
    background-color: white;
    text-transform: uppercase;
    padding-top: 10px;
    font-size: 18px;
    color: #0e3b93!important;
    padding-bottom: 10px;
    border-radius: 6px;
    border-color: #0e3b93;
}
	.prod-text {
    margin: 200px 10px 0 10px;
    text-align: center;
    font-size: 75px!important;
    margin-bottom: -200px;
		z-index:999;
    text-transform: uppercase;
}
.point_style img {
    position: absolute;
    top: 10px;
    left: 10px;
    margin: 20px 0 0 15px!important;
    width: 10PX!important;
}
.elementor-2973 .elementor-element.elementor-element-a3141c1 .elementor-heading-title {
    color: #000000;
    font-family: "Overpass", Sans-serif;
    font-size: 26px !important;
    font-weight: bold;
}

	.archive p.woocommerce-result-count {
    font-family: Overpass;
    font-weight: 600;
    font-size: 16px;
    color: #4f4f4f;
}
}
/*End Mobile Code*/


a.view-details-products {
    background: #0e3b93;
    color: #ffffff!important;
    padding: 10px 30px;
    float: left;
/*     margin-top: 40px; */
	margin-top: 10px;
    border-radius: 6px;
}

.wpcf7-not-valid-tip {
    color: #dc3232;
    font-size: 1em;
    font-weight: normal;
    display: block;
    position: relative;
    top: 70px;
}



/* .footer-widgets {
    margin-top: 0px!important;
    padding-top: 0px!important;
} */
.custom-label {
	font-family: Roboto;
    font-size: 16px!important;
    font-weight: normal!important;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.88!important;
    letter-spacing: normal!important;
    text-align: left!important;
    color: #868686!important;
}
.additional_information_tab:hover {
	color: blue!important;
}
 .woocommerce-tabs {
    margin-top: 10px; 
	margin-bottom: 10px; 
}
.woocommerce-message, .woocommerce-info, .woocommerce-error, .woocommerce-noreviews, p.no-comments, .botiga-quick-view-popup form.cart .qty, .woocommerce-Reviews #comments .review .comment_container .comment-text .description, .woocommerce-Reviews #review_form_wrapper {
    background-color: #243b93;
    color: white;
    border-radius: 10px;
    margin-bottom: 50px!important;
}
.woocommerce-tabs ul.tabs li {
    display: inline-block;
    margin: 0;
    padding-bottom: 0;
    position: relative;
    cursor: pointer;
}
.woocommerce-tabs ul.tabs h3:hover {
    	color : #0e3b93;
}
.woocommerce-tabs ul.tabs h3 {
    width: 351px;
  height: 26px;
  margin: 0 185px 20px 0;
  font-family: Overpass;
  font-size: 20px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: normal;
  text-align: left;
  color: #000;
}
/* .circle1{
	position: relative;
    top: -10px;
    left: -700px;
} */

.product-meta-sku {
    font-family: Overpass;
    font-size: 14px;
    font-weight: bold;
    color: #354ea1;
    position: relative;
/*     margin-top: 150px!important;
    margin-bottom: -138px!important; */
}
.product-view-details{
	padding:5px;
}
 
	.checkout-wrapper .wc_payment_methods {
    padding: 24px;
    background-color: #fff;
    margin-bottom: 30px;
    display: none;
}

.page-id-29 input[type="text"], input[type="email"], input[type="url"], input[type="password"], input[type="search"], input[type="number"], input[type="tel"], input[type="range"], input[type="date"], input[type="month"], input[type="week"], input[type="time"], input[type="datetime"], input[type="datetime-local"], input[type="color"], textarea, select, .woocommerce .select2-container .select2-selection--single, .woocommerce-page .select2-container .select2-selection--single, input[type="text"]:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="password"]:focus, input[type="search"]:focus, input[type="number"]:focus, input[type="tel"]:focus, input[type="range"]:focus, input[type="date"]:focus, input[type="month"]:focus, input[type="week"]:focus, input[type="time"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="color"]:focus, textarea:focus, select:focus, .woocommerce .select2-container .select2-selection--single:focus, .woocommerce-page .select2-container .select2-selection--single:focus, .select2-container--default .select2-selection--single .select2-selection__rendered, .wp-block-search .wp-block-search__input, .wp-block-search .wp-block-search__input:focus{
	
	border-radius: 5px;
    border-color: #838383;
}

.woocommerce .notes {
    padding: 10px;
	padding-bottom: 0;
    background-color: #fff;
}

.woocommerce .notes .woocommerce-input-wrapper{
	display: block;
	line-height: normal;
}


@media only screen and (max-width: 600px){
.woocommerce-tabs ul.tabs li:after {
    content: "\f061";
    font-family: FontAwesome;
    position: absolute;
    right: 10px!important;
    top: -10px;
    border: 1px solid #0e3b93;
    padding: 10px;
    border-radius: 50px;
    height: 40px;
    width: 40px;
    line-height: 16px;
    padding-left: 13px;
}
	
	.checkout-wrapper .product-name, .checkout-wrapper th {
    text-align: left;
    display: block;
}
	.checkout-wrapper td, .checkout-wrapper .product-total {
    text-align: right;
    display: none;
}

	input.wpcf7-form-control.has-spinner.wpcf7-submit {
 	height: 51px;
    background: #ff894b !important;
    border: 0 !important;
    text-transform: inherit !important;
    top: 1px !important;
    width: 30%;
    color: white!important;
} 
	.form-signup{
		min-height: 50px;
	}
	.form-signup .wpcf7 form.invalid .wpcf7-response-output{
		margin-top: 60px !important;
	}
 
	.filter {
    margin: 150px 0 0 0!important;
    font-family: Overpass;
    font-size: 24px;
    font-weight: 800;
    color: #000000;
}
	.woocommerce-pagination ul {
    list-style: none;
    margin: 0;
    position: relative;
    padding: 0;
    z-index: 999;
}
	.woocommerce-tabs ul.tabs h3 {
    width: 351px;
    height: 26px;
    margin: -5px 0px 20px 0;
    font-family: Overpass;
    font-size: 20px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: normal;
    text-align: left;
    color: #000;
}
	.woocommerce-message, .woocommerce-info, .woocommerce-error, .woocommerce-noreviews, p.no-comments, .botiga-quick-view-popup form.cart .qty, .woocommerce-Reviews #comments .review .comment_container .comment-text .description, .woocommerce-Reviews #review_form_wrapper {
    background-color: #243b93;
    color: white;
    border-radius: 10px;
    font-size: 14px;
    margin-bottom: 50px!important;
}
	.pdfprnt-top-right, .pdfprnt-bottom-right, .pdfprnt-top-bottom-right, .pdfprnt-right {
    text-align: left;
    padding: 5px;
    margin: -20px 0 10px 0;
}
	.woocommerce-cart .woocommerce-cart-form .actions .button {
    float: left;
    font-size: 14px;
    font-size: .875rem;
    text-transform: uppercase;
    width: 100%!Important;
}
	
div#order_review {
    margin-bottom: 40px;
}
	.checkout-wrapper .button{
		padding: 0.75rem 2rem !important;
		top: 65px !important;
	}
	
	
	
	.elementor-362 .elementor-element.elementor-element-1520962 > .elementor-widget-container {
    position: relative;
    float: right;
    top: 0!important;
    margin: 0px 0px 10px 0!important;
    left: 0!important;
}

}
.elementor-362 .elementor-element.elementor-element-9f6a593 > .elementor-element-populated {
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    margin: 0px;
    --e-column-margin-right: 100px;
    --e-column-margin-left: 100px;
    border-radius: 20px;
    padding: 60px 20px 60px 20px;
}
.elementor-362 .elementor-element.elementor-element-9f6a593:not(.elementor-motion-effects-element-type-background) > .elementor-widget-wrap, .elementor-362 .elementor-element.elementor-element-9f6a593 > .elementor-widget-wrap > .elementor-motion-effects-container > .elementor-motion-effects-layer {
    background-image: url('/wp-content/uploads/2022/04/how-panoramic-diff.webp');
    background-size: cover;
}
}/* End Mobile View*/
.elementor-362 .elementor-element.elementor-element-2536125 > .elementor-background-overlay {
    background-image: url('/wp-content/uploads/2022/04/arrow-top.webp');
    background-position: center left;
    background-repeat: no-repeat;
    background-size: 100px auto;
    opacity: 0.5;
    transition: background 0.4s, border-radius 0.3s, opacity 0.4s;
}
.elementor-362 .elementor-element.elementor-element-1520962 > .elementor-widget-container {
    position: relative;
    float: right;
    top: -100px;
    margin: 0 0 -150px 0;
    left: 200px;
}
.select2-container {
    z-index: 1!important;
}

.pdfprnt-top-right, .pdfprnt-bottom-right, .pdfprnt-top-bottom-right, .pdfprnt-right {
    text-align: left;
    padding: 5px;
    margin: 10px 0 10px 0;
}




.wpcf7 form.sent .wpcf7-response-output {
    border-color: #46b450;
    background-color: #46b450;
    color: white;
    text-align: center;
}



#powerTip.n:before {
    border-top: 10px solid rgb(255 113 67);
}
.top-bar .header-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-left: 15px;
}

.top-bar-contact a:last-of-type {
    margin-right: 0;
    border-left: 1px solid;
    padding: 0px 0 0 15px;
}
   #site-header-cart .header-item { 
    color: white!important;
    background-color: #013cab!important;
    padding: 10px 0px 10px 0px;
    width: 100px!important;
	border-color: #013cab;

}




.woocommerce-product-search .search-submit {
    margin-left: -30px;
    border-color: #194fb0;
    background-color: #194fb0;
    width: 30%;
    border-radius: 10px!important;
}

#woocommerce-product-search-field-search-form-1 {
    width: 100%;
    border: none;
    border-radius: 10px;
}

button, a.button:not(.wc-forward), a.button.checkout, .checkout-button.button, .wp-block-button__link, input[type="button"], input[type="reset"], input[type="submit"], .woocommerce-message .button.wc-forward, .comments-area .comment-reply-link, .wp-block-search .wp-block-search__button {
    color: #FFF;
    background-color: #003ca8;
    width: 70%;
	border-color: #003ca8;

}






.footer-widgets-grid{
	padding-bottom:0px;
}


.woocommerce-tabs ul.tabs li:hover::after {
    content: "\f061";
    font-family: FontAwesome;
    background-color: #0e3b93;
	color:white;
}
button, a.button:not(.wc-forward), a.button.checkout, .checkout-button.button, .wp-block-button__link, input[type="button"], input[type="reset"], input[type="submit"], .woocommerce-message .button.wc-forward, .comments-area .comment-reply-link, .wp-block-search .wp-block-search__button {
    color: #243b93;
    background-color: #ffffff;
    width: auto;
    border-color: #003ca8;
}
td.product-name {
    padding-left: 30px !important;
    padding-right: 15px !important;
    text-align: left;
    width: 40%;
}

.woocommerce-cart .product-remove {
    font-size: 12px;
    /* font-size: 1.375rem; */
/*     text-align: left; */
    /* font-weight: 600; */
    padding: 0 0px;
}
/* .woocommerce-cart table {
    border: 0;
    width: 60%;
} */
/* .btn{
    position: relative;
    left: 400px;
    bottom: 590px;
	z-index:999;
} */
.product_remove{
	width:20%;
}
@media (max-width: 575px)
{
	.wpcf7 form.sent .wpcf7-response-output {
    border-color: #46b450;
    background-color: #46b450;
    color: white;
    text-align: center;
    margin-top: 30px;
}
	.btn{
    position: relative;
    left: 0px;
    bottom: 0px;
}
	td.product-name {
    padding-left: 30px !important;
    padding-right: 15px !important;
    text-align: left;
    width: 100%!important;
}
	.woocommerce-cart table {
    border: 0;
    width: 100%;
}
	table.woocommerce-cart-form__contents tr.cart_item td {
    border: 0;
    padding: 0 !important;
    text-align:center ;
    width: 15%!important;
}
	table.woocommerce-cart-form__contents tr.cart_item .product-name p{
		margin-bottom: 0;
	}
	.woocommerce-cart-form .woocommerce-pdf-catalog.link-wrapper {
    float: left!important;
    padding: 20px!important;
    margin: 0 0 30px 0!important;
    background-color: #f2f8fa;
    width: 100%;
}
	.woocommerce-cart table {
    border: 0;
    width: 100%!important;
    margin-bottom: 0px;
}
 .elementor-element.elementor-element-b903e8f .eael-fancy-text-strings, .elementor-2678 .elementor-element.elementor-element-b903e8f .typed-cursor{
	 font-size: 36px!important;
	}
	#masthead-mobile {
    background-color: ;
    position: sticky!important;
    top: 0px;
    z-index: 999;
}
	.botiga-offcanvas-menu.toggled .menu {
    display: block;
    float: left;
    text-align: left;
}
	.main-navigation {
    display: block;
    width: 100%;
    float: left;
    padding: 0 0 20px 0;
}
	.botiga-offcanvas-menu .main-navigation ul li {
    text-align: left;
}
	.admin-bar .botiga-offcanvas-menu {
    top: 32px;
}
	.admin-bar .botiga-offcanvas-menu {
    top: 0px;
}
}

a.alt.button.woocommerce_sample_order {
    background-color: #243b9a;
    width: 100%!important;
    color: #ffff!important;
}
a.woocommerce_pdf_catalog_button.test.button.alt {
    width: 100%!important;
}
.woocommerce-cart-form .woocommerce-pdf-catalog.link-wrapper {
    display: block;
    float: right;
    padding: 50px;
    margin: 0px;
    background-color: #f2f8fa;
}
.woocommerce-cart table {
    border: 0;
	width: 70%;
}
.wpcf7-not-valid-tip {
    color: #dc3232;
    font-size: 1em;
    font-weight: normal;
    display: none;
    position: relative;
    top: 70px;
}
.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output {
    border: none;
    color: #ff3333;
    text-align: center;
    margin-inline: auto;
}
.single .entry-meta-above {
    margin-bottom: 8px;
    display: none;
}


.elementor-362 .elementor-element.elementor-element-2536125 {
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    margin-top: 70px;
    margin-bottom: 50px;
    margin-right: 50px;
    margin-left: 50px;
    padding: 0px;
}
.elementor-section.elementor-section-boxed>.elementor-container {
    max-width: 1100px;
}

/* Added By Alpha*/
div.wpforms-container-full .wpforms-form .wpforms-field-label{
	font-size: 13px!important;
	font-family: 'Assistant';
	margin: 0 0 3px 0!important;
	
}

div.wpforms-container-full .wpforms-form input.wpforms-field-medium, div.wpforms-container-full .wpforms-form select.wpforms-field-medium, div.wpforms-container-full .wpforms-form .wpforms-field-row.wpforms-field-medium{
	border-radius:4px!important;
}
div.wpforms-container-full .wpforms-form input[type=submit], div.wpforms-container-full .wpforms-form button[type=submit], div.wpforms-container-full .wpforms-form .wpforms-page-button{
	padding: 8px 45px 6px 46px!important;
	border-radius: 4px!important;
}
.elementor-4683 .elementor-element.elementor-element-e8da890::before{
	content: "";
    background: #ACCEF7;
    width: 1360px;
    height: 260px;
    display: block;
    opacity: 0.3;
    position: absolute;
	margin-left: -125px;
    margin-top: -30px;
}

.elementor-widget:not(:last-child){
	margin-bottom:12px!important;
}
.elementor-element.elementor-element-028997d.elementor-widget__width-inherit.form-signup.elementor-widget.elementor-widget-shortcode{
	height:70px;
}
.elementor-element.elementor-element-5b8605a.elementor-align-left.elementor-widget.elementor-widget-lottie{
	height:150px;
}

..woocommerce .notes{
	padding-bottom: 10px;
}


p.form-row{
	margin-bottom: 1.75rem !important;
}


/* media query for tablet */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
	.main-navigation{
		display: block;
    	width: 100%;
    	float: left;
    	padding: 0 0 20px 0;
	}
	.eael-advance-tabs .eael-tabs-nav>ul{
		margin:0!important;
	}
	.tab-content-first{
		width:100%!important;
		margin-top:30px!important;
	}
	.tab-content-img{
		width:65%!important;
		padding-top:30px!important;
	}
	.tab-content-paramameter{
		width:30%!important;
		padding:35px 0 55px 25px!important;
	}
	.elementor-4683 .elementor-element.elementor-element-e8da890::before{
		width:880px!important;
	}
	.footer-widgets-grid{
		gap: 40px!important;
	}
	.archive aside#secondary{
		margin-top: 1.5rem!important;
	}
	.product-gallery-summary .botiga-single-addtocart-wrapper .button{
		width:80%!important;
	}
	.woocommerce-tabs ul.tabs li{
		width:100%!important;
	}
	
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
	.elementor-4683 .elementor-element.elementor-element-e8da890::before{
		width: 1130px!important;
	}
	.eael-advance-tabs .eael-tabs-nav>ul{
		margin: 0px!important;
	}
	.tab-content-img{
		padding: 0px!important;
	}
	.tab-content-first{
		width:27%!important;
		margin-top:10px!important;
		padding-bottom:30px;
	}
	.footer-widgets-grid{
		gap: 40px!important;
	}
	.product-gallery-summary .botiga-single-addtocart-wrapper .button{
		width: 65%!important;
	}
	.woocommerce-tabs ul.tabs li{
		width:100%!important;
	}
	
}

@media only screen and (min-width: 767px) and (max-width: 1025px){
	input.wpcf7-form-control.has-spinner.wpcf7-submit{
		top: -2px !important;
	}
}

/* Media Query for mobile */
@media only screen and (max-width: 479px){
	.elementor-4683 .elementor-element.elementor-element-e8da890::before{
		width:523px;
		height:350px;
	}
}
@media only screen and (min-width: 0px) and (max-width: 400px){
	.elementor-4683 .elementor-element.elementor-element-e8da890::before{
		width:500px;
	}
}
@media only screen and (max-width: 370px){
	.circle_box2{
		padding: 0px 30px 0px 30px !important;
	}
	.career_circle{
		width: 95px !important;
		height: 95px !important; 
	}
	
	.career_circle h6{
		font-size: 12px !important;
	}
	.header-item{
		margin-right: 15px;
	}
}

/* media query for large screen */
@media only screen and (min-width: 1900px){
	.elementor-element.elementor-element-5b8605a.elementor-align-left.elementor-widget.elementor-widget-lottie{
		height: 250px;
	}
	.elementor-element.elementor-element-56d7ce6.elementor-view-framed.elementor-position-left.elementor-mobile-position-left.elementor-widget__width-auto.elementor-shape-circle.elementor-vertical-align-top.elementor-widget.elementor-widget-icon-box{
		margin-right: 80px;
	}
	.elementor-4683 .elementor-element.elementor-element-e8da890::before{
		width:1920px;
		margin-left:-175px;
	}

	
}
@media only screen and (min-width: 2000px){
	.elementor-4683 .elementor-element.elementor-element-e8da890::before{
		width: 2560px;
    	left: -123px;
	}
	.elementor-element.elementor-element-a92fc60.elementor-position-left.elementor-mobile-position-left.elementor-widget__width-auto.elementor-view-default.elementor-vertical-align-top.elementor-widget.elementor-widget-icon-box{
		margin-right:300px;
	}
	.elementor-element.elementor-element-56d7ce6.elementor-position-left.elementor-mobile-position-left.elementor-widget__width-auto.elementor-view-default.elementor-vertical-align-top.elementor-widget.elementor-widget-icon-box{
		margin-right:30px;
	}
}



