/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.3.3.2
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/*
*  oom_sasky
*/

html, body {
	overflow-x: hidden;
	margin: 0 auto;
}

.oom-elementor-boxed.e-con.e-parent {
    width: 100%;
}

.oom-elementor-boxed.e-con.e-parent > .e-con-inner {
    max-width: 1920px;
	min-width: 1024px;
    width: 90%;
}

.global-carousel-clients-logo .swiper-slide:hover{
	filter: grayscale(0%);
	opacity: 1;
}

.global-carousel-clients-logo .swiper-slide {
	filter: grayscale(100%);
	opacity: 0.3;
}

#package-plan .package-item:hover .package-item-plan h2,
#package-plan .package-item:hover .package-item-text p,
#package-plan .package-item:hover .package-item-price span,
#package-plan .package-item:hover .package-item-price h4 {
	color: #FFFFFF;
}

#package-plan .package-item.active .package-item-plan h2,
#package-plan .package-item.active .package-item-text p,
#package-plan .package-item.active .package-item-price span,
#package-plan .package-item.active .package-item-price h4 {
	color: #FFFFFF;
}

#package-plan .package-item.active {
	background: #092E4B;
}

.package {
	display: none;
}

.package.active {
	display: flex;
}

.testimonial-carousel .swiper-pagination-bullet {
	opacity: 1;
	background: #FFFFFF;
}

.testimonial-carousel .swiper-pagination-bullet.swiper-pagination-bullet-active {
	background: #9E070A;
}

/** Elementor Container **/
/* .oom-elementor.e-parent {
	width: 90%;
	margin: 0px auto;
}

#global-header .header.oom-elementor-full-width.e-con-boxed,
#global-footer .top.oom-elementor-full-width.e-con-boxed,
#global-footer .bottom.oom-elementor-full-width.e-con-boxed,
.oom-elementor-full-width.e-parent .e-con-boxed {
	width: 90%;
	margin: 0px auto;
}

.oom-elementor-full-width.e-parent {
	width: 100%;
	margin: 0px auto;
}

.oom-elementor.e-parent .e-con-inner > .e-con-inner {
	width: 100%;
}

.e-loop-item .e-parent .e-con-inner {
	width: 100%;
} */


/** Mobile Slide Menu **/
.oom-mobile-logo img {
	width: 80px;
}

.mm-hidden + .mm-navbar__breadcrumbs {
	visibility: hidden;
}

.mm-navbar__breadcrumbs a,
.mm-navbar__breadcrumbs span.mm-separator {
	display: none;
}

.mm-listitem {
	position: unset;
}

.mm-listitem__btn:not(.mm-listitem__text) {
	border-left-width: 0px;
}

/** Payment Gateway **/
.hitpay-payment-gateway-form {
	flex-wrap: inherit;
}

/** Mobile Slide menu **/
#sticky-header i.fas.fa-bars {
	font-size: 35px;
}

/** Elementor Login Ajax **/
.elementor-message-success {
	color: green;
}

.elementor-message-danger {
	color: red;
}

/** Hide Default Arrows **/
.swiper-button-next i {
	color: #ffffff;
}

.swiper-button-next i:hover {
	color: #ffffff;
}

.swiper-button-next::after, 
.swiper-button-prev::after {
	content: ""!important;
}
.swiper-button-next,
.swiper-button-prev {
	background-image: none;
}

.swiper-button-next:after, 
.swiper-button-prev:after {
	display: none;
}


/** Custom Display Ratings/Stars **/
.fa-star.checked {
	color: #F4D174;
}

.fa-star {
	color: #808080;
}


/** Custom Pagination **/
.oom-pagination {
	margin-top: 40px;
	text-align: center;
}

.oom-pagination ul {
	margin: 0; padding: 0;

}
.oom-pagination ul li {
	font-weight: bold;
	display: inline; 
	margin: 5px; 
	padding: 10px 15px;
	background: #FFF; 
	border-radius: 5px;
	box-shadow: 0px 0px 5px 0px rgb(55 55 204 / 15%);
	color: #000000; 
}
.oom-pagination ul li.active:hover {
	cursor: pointer; 
	background: #222222;
	color: #FFFFFF 
}
.oom-pagination ul li.inactive {
	/*background: #B8B8B8; */
	color: #e6e6e6;
}

.oom-pagination ul li.previous-btn.active,
.oom-pagination ul li.previous-btn.inactive,
.oom-pagination ul li.next-btn.active,
.oom-pagination ul li.next-btn.inactive {
	box-shadow: none;
}

.oom-pagination ul li.selected {
	background: #333333;
	border: 1px solid #333333;
	color: #FFF;
}


/** Custom Mini cart **/
.item_qty_input input {
	width: 40px;
	height: 16px;
	padding: 0px;
	text-align: center;
	border: 1px solid #b6b6b6;
	border-radius: 0px;
	font-size: 12px;
}

.item_qty_input .btn-qty {
	border: 1px solid #b6b6b6;
	border-radius: 0px;
	padding: 2px;
	font-size: 12px;
}

input.qty::-webkit-outer-spin-button,
input.qty::-webkit-inner-spin-button {
	-webkit-appearance: none;
	margin: 0;
}

input.qty[type=number] {
	-moz-appearance: textfield;
}

.oom-mini-cart-box {
	padding: 10px 0;
	max-height: 400px;
	overflow: auto;
}
.oom-mini-cart {
	position: relative;
	display: inline-block;
}
h4.subtotal_total_shipping {
	text-align: left;
}
h4.subtotal_total_shipping_amount {
	text-align: right;
}
span.cart-count {
	font-size: 10px;
	background: #00a2a3;
	color: #fff;
	padding: 0 5px;
	border-radius: 20px;
	position: absolute;
	right: -5px;
	top: -5px;
}
.oom-mini-cart button.btn-qty {
	background: unset;
}

.oom-mini-cart .oom-mini-cart__content {
	visibility: hidden;
	transition:visibility 0.3s linear,opacity 0.3s linear;
	color: #fff;
	background-color: #fafafa;
	text-align: center;
	border-radius: 6px;
	top: 100%;
	right: 0%;
	margin-top: 30px;
	margin-left: -220px;
	position: absolute;
	z-index: 9;
	width: 320px;
	padding: 0px;
	padding-bottom: 10px;
	border-bottom: 1px solid
}

/* Show the tooltip text when you mouse over the tooltip container */
.oom-mini-cart:hover > .oom-mini-cart__content {
	visibility: visible;
	opacity: 1;
}

.oom-mini-cart__content .oom-mini-cart__heading h4 {
	color: #fff;
	padding: 0;
	margin: 0;
	font-size: 16px;
}

.oom-mini-cart__content .oom-mini-cart__heading {
	background: #00A2A3;
	padding: 10px;
}

.oom-mini-cart__content .oom-mini-cart__items {
	background: #fafafa;
	padding: 10px 0px;
}

.oom-mini-cart__item .oom_row {
	display: flex;
	align-content: center;
	align-items: center;
}

.oom-mini-cart__item_img img {
	width: 50%;
	padding-top: 10px;
}

.oom-mini-cart__item_name h4,
.oom-mini-cart__item_name h4 a {
	font-size: 14px;
	color: #333;
	padding: 0px;
	margin: 0;
	margin-top: 10px;
}

.oom-mini-cart__item .oom-mini-cart__item_qty span {
	color: #333;
	font-size: 10px;
}

.oom-mini-cart__item span.item_qty_input {
	display: block;
	text-align: left;
	padding: 10px 0px;
}

.oom-mini-cart__item .oom-mini-cart__item_name,
.oom-mini-cart__item .oom-mini-cart__item_qty {
	text-align: left;
}

.oom-mini-cart__item .oom-mini-cart__item_remove {
	margin-top: 0px;
}

.oom-mini-cart__item .oom-mini-cart__item_remove span {
	color: #333;
}

.oom-mini-cart__item hr {
	width: 83%;
	border-width: 0.5px;
	margin: auto;
}

.oom-mini-cart__buttons .oom-mini-cart__button {
	font-size: 12px;
	padding: 8px 40px;
	border-radius: 4px;
	border: none;
}

.oom-mini-cart__button.oom-mini-cart {
	background: #df252a;
	color: #fff;
}

.oom-mini-cart__button.oom-mini-checkout {
	display: inline-block;
	background: #ffffff;
	border: 1px solid #000000;
	color: #000000;
	font-size: 12px;
	padding: 8px 40px;
}


.oom-mini-cart__item_remove a.remove i {
	color: #333;
	font-size: 10px;
}

.oom-mini-cart__item_remove a.remove:hover,
.oom-mini-cart__item_remove a.remove i:hover {
	color: #333;
	background: none;
}

.oom-mini-cart__content .empty-cart {
	color: #042B52;
	padding-top: 10px;
}

.oom-mini-cart__item .subtotal_total_shipping_amount,
.oom-mini-cart__item .subtotal_total_shipping {
	font-size: 14px;
	color: #333;
	padding: 10px 0;
	margin: 0;
}

#oom_header_icons {
	float: right;
	margin-top: 10px;
}

#oom_header_icons ul li {
	display: inline-block;
	list-style: none;
	padding-right: 15px;
}
#oom_header_icons ul li:last-child {
	padding-right: 0;
}

/** Rows and Columns */
.oom_column_100 {
	float: left;
	width: 100%;
}

.oom_column_90 {
	float: left;
	width: 90%;
}

.oom_column_80 {
	float: left;
	width: 80%;
}

.oom_column_70 {
	float: left;
	width: 70%;
}

.oom_column_60 {
	float: left;
	width: 60%;
}

.oom_column_50 {
	float: left;
	width: 50%;
}

.oom_column_40 {
	float: left;
	width: 40%;
}

.oom_column_33_33 {
	float: left;
	width: 33.33%;
}

.oom_column_33 {
	float: left;
	width: 33%;
}

.oom_column_30 {
	float: left;
	width: 30%;
}

.oom_column_20 {
	float: left;
	width: 20%;
}

.oom_column_10 {
	float: left;
	width: 10%;
}

/* Clear floats after the columns */
.oom_row:after {
	content: "";
	display: table;
	clear: both;
}

/** Cover Spin Loading **/
#oom-cover-spin {
	position:fixed;
	width:100%;
	left:0;right:0;top:0;bottom:0;
	background-color: rgba(255,255,255,0.7);
	z-index:9999;
	display:none;
}

#oom-cover-spin::after {
	content:'';
	display:block;
	position:absolute;
	left:calc(50% - 22px);
	top:calc(50% - 22px);
	width:44px;
	height:44px;
	border-style:solid;
	border-color:black;
	border-top-color:transparent;
	border-width: 4px;
	border-radius:50%;
	-webkit-animation: spin .8s linear infinite;
	-moz-animation: spin .8s linear infinite;
	animation: spin .8s linear infinite;
}

#oom-cart-cover-spin {
	position:absolute;
	width:100%;
	left:0;right:0;top:0;bottom:0;
	background-color: rgba(255,255,255,0.7);
	z-index:9999;
	display:none;
}

#oom-cart-cover-spin::after {
	content:'';
	display:block;
	position:absolute;
	left:calc(50% - 22px);
	top:calc(50% - 22px);
	width:44px;
	height:44px;
	border-style:solid;
	border-color:black;
	border-top-color:transparent;
	border-width: 4px;
	border-radius:50%;
	-webkit-animation: spin .8s linear infinite;
	-moz-animation: spin .8s linear infinite;
	animation: spin .8s linear infinite;
}

@-webkit-keyframes spin {
	from {-webkit-transform:rotate(0deg);}
	to {-webkit-transform:rotate(360deg);}
}

@keyframes spin {
	from {transform:rotate(0deg);}
	to {transform:rotate(360deg);}
}

/** Login Popup **/

#oom-signup-form .elementor-field-type-text {
	position: relative;
}

#oom-signup-form .toggle-password{
	position: absolute;
    right: 14px;
    top: 50%;
	transform: translatey(-50%);
}

#oom-login-form .toggle-password {
	position: absolute;
	right: 14px;
	top: calc(50% + 10px);
	transform: translatey(-50%);
}

#oom-signup-form label[for=form-field-i_agree] {
	font-size: 14px;
}

#oom-signup-form .elementor-field-type-acceptance .elementor-field-option {
	display: flex;
    flex-direction: row;
    gap: 10px;
}

#oom-login-form .elementor-remember-me label {
	font-size: 16px;
}

#oom-login-form .elementor-button {
	width: 100%;
}

#oom-login-form .elementor-lost-password {
	font-size: 16px;
	color: #B4B4B4;
	margin: auto;
	float: right;
}

#oom-login-form .elementor-field-group {
	display: block;
}

#oom-login-form .elementor-register,
#oom-login-form .elementor-login-separator {
	display: none;
}

#oom-signup-form {
	display: none;
}


#oom-login-form .oom-form-link,
#oom-signup-form .oom-form-link {
	text-align: center;
	font-size: 16px;
}

#oom-signup-form label {
	display: none;
}

.mo-openid-app-icons {
	text-align: center;
}

.mo-openid-app-icons>p {
	display: none;
}

.mo-openid-app-icons>a {
	padding-right: 5px;
}

.mo_openid-login-button {
	border-radius: 5px;
	box-shadow: rgb(0 0 0 / 25%) 0px 1px 6px;
}

.mo-openid-app-icons>a {
	padding-right: 5px;
}

/* Login Popup Icon Changes */
/* Moved to mini-icon-only.css */

/* Login Popup Password Toggle */
#oom-psw-toggle {
	position: absolute;
	top: 10px;
	right: 10px;
}

#oom-psw-reg-toggle {
	position: absolute;
	top: 10px;
	right: 10px;
}

#oom-cfm-psw-reg-toggle {
	position: absolute;
	top: 10px;
	right: 10px;
}

/** Floating icons **/
.oom_float {
	position:fixed;
	padding: 15px;
	color:#FFF;
	padding: 10px 20px;
	text-align:center;
	border-radius: 30px;
	/*box-shadow: 1px 1px 3px #c4c2c2;*/
	z-index: 99;
	font-size: 18px;
	font-weight: 300;
}

.oom_float i {
	font-size: 22px;
}

.oom_left {
	left:20px;
}

.oom_right {
	right:20px;
}
#to-top a {
	position: fixed;
	color: #FFF;
	padding: 10px 15px;
	text-align: center;
	z-index: 99;
	font-size: 18px;
	font-weight: 300;
	bottom: 20px;
	right: 25px;
	background-color: #000000;
	transition: background-color .3s, opacity .5s, visibility .5s;
	opacity: 0;
	visibility: hidden;
	cursor: pointer;
}
#to-top a.show {
	opacity: 1;
	visibility: visible;
}
#oom_floating_whatsapp .oom_right {
	bottom: 20px;
	background-color: #27D366;
	padding: 16px;
	width: 60px;
	height: 60px;
}

#oom_floating_whatsapp .oom_right:hover {
	color: #fff;
	background-color: #118C7E;
	bottom: 22px;
	transition: bottom 0.2s ease-in-out;
}


#oom_floating_whatsapp .oom_float i {
	font-size: 30px;
}


/** Slick Slider Flickering Issue Solution **/
.htslider-slider .slick-dots {
	margin-bottom: 20px;
}

.slick-slide,
.slick-slider .slick-track,
.slick-slider .slick-list
{
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);

	-webkit-transform: translateZ(0);
	-moz-transform: translateZ(0);
	-ms-transform: translateZ(0);
	-o-transform: translateZ(0);
	transform: translateZ(0);

	-webkit-perspective: 1000;
	-moz-perspective: 1000;
	-ms-perspective: 1000;
	perspective: 1000;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	backface-visibility: hidden;
}


/** Modal **/
/* The Modal (background) */
.oom-modal {
	display: none; /* Hidden by default */
	position: fixed; /* Stay in place */
	z-index: 10; /* Sit on top */
	left: 0;
	top: 0;
	width: 100%; /* Full width */
	height: 100%; /* Full height */
	overflow: auto; /* Enable scroll if needed */
	background-color: rgb(0,0,0); /* Fallback color */
	background-color: rgba(0,0,0,0.8); /* Black w/ opacity */
}

/* Modal Content/Box */
.oom-modal-content {
	background-color: #fefefe;
	margin: 10% auto; /* 15% from the top and centered */
	padding: 0px 20px;
	border: 1px solid #888;
	width: 60%; /* Could be more or less, depending on screen size */
}

/* The Close Button */
.oom-close {
	color: #aaa;
	float: right;
	font-size: 28px;
	font-weight: bold;
}

.oom-close:hover,
.oom-close:focus {
	color: black;
	text-decoration: none;
	cursor: pointer;
}

.logo-carousel img.swiper-slide-image {
	height: 100px;
	object-fit: contain;
}

#oom_header_icons {
	margin: 0;
	display: flex;
}

#oom_header_icons > ul {
	margin: 0px 5px 0px 0px;
	padding: 0;
	display: flex;
    flex-direction: row;
    align-items: center;
	gap: 15px;
}

#oom_header_icons > ul li {
	margin: 0;
	padding: 0;
	display: flex;
}

#oom_header_icons .elementor-button-link,
#oom_header_icons .oom-mini-cart {
	display: flex;
}

/** Responsive **/
@media (max-width: 1920px) {

}

@media (max-width: 1440px) {

}


@media (max-width: 1280px) {

}

@media (max-width: 1024px) {
	/** Elementor Container **/
	.oom-elementor.e-parent {
		width: 100%;
	}

	#global-header .header.oom-elementor-full-width.e-con-boxed,
	#global-footer .top.oom-elementor-full-width.e-con-boxed,
	#global-footer .bottom.oom-elementor-full-width.e-con-boxed,
	.oom-elementor-full-width.e-parent .e-con-boxed {
		width: 100%;
		margin: 0px auto;
	}
	
	.oom-elementor-boxed.e-con.e-parent > .e-con-inner {
		width: 100%;
		min-width: 0px;
	}
}

/*
* Surface Pro
*/
@media (max-width: 912px) {

}

/*
* iPad Air
*/
@media (max-width: 820px) {

}

/*
* iPad 9th
*/
@media (max-width: 810px) {

}

/*
* iPad Mini
*/
@media (max-width: 768px) {
	#oom-signup-form label[for=form-field-i_agree] {
		top: -20px;
		left: 20px;
	}

	.step-cart-progress .oom_column_50,
	.woocommerce .oom_column_70,
	.woocommerce .oom_column_30 {
		width: 100%;
	}

	.step-order-summary {
		padding-left: 0px;
	}

	.woocommerce .step-order-summary__list {
		width: 100%;
	}

	td.product-thumbnail{
		display:flex!important;
	}
	
	.woocommerce table.shop_table_responsive tr td::before, .woocommerce-page table.shop_table_responsive tr td::before {
		display: none;
		content: attr(data-title) "";
		font-weight: 700;
		float: left;
	}
	
	#oom-signup-form label[for=form-field-i_agree] {
		top: -20px;
		left: 20px;
	}

	.oom-modal-content {
		width: 80%;
	}

	.woocommerce .oom_column_40 {
		width: 100%;
	}

	.woocommerce .step-order-summary__list {
		width: 100%;
	}

}


@media (max-width: 480px) {
	.oom-mini-cart .oom-mini-cart__content {
		margin-top: 20px;
		margin-left: -300px;
	}

	.step-cart-progress-item h4 {
		font-size: 12px;
	}

	#order_review td.product-name,
	#order_review td.product-total {
		font-size: 12px;
		line-height: 14px;
		padding: 5px;
	}

	.product_details .quantity {
		text-align: center;
	}

	.woocommerce table.shop_table tbody tr td.product-thumbnail {
		padding-left: 10px;
	}

	.product_details__title a {
		font-size: 14px;
	}

	.elementor-kit-5 h4 {
		line-height: inherit;
	}

	.oom-mini-cart .oom-mini-cart__content {
		margin-top: 20px;
		margin-left: -300px;
	}

	.oom-modal-content {
		width: 90%;
	}
}

@media (max-width: 414px) {
	.step-order-summary__list_item_name {
		display: block;
		width: 300px;
	}

	td.product-thumbnail a {
		display: flex;
		flex-direction: column;
		align-items: flex-start;
		flex-wrap: wrap;
		align-content: space-around;
	}

	.step-cart-contents .product_details {
		float: unset;
		width: 100%;
		margin: auto;
	}

	.product_details .product_details__price {
		float: unset;
		text-align: center;
	}

	.woocommerce-page table.shop_table_responsive tr td {
		text-align: center!important;
	}

	.step-cart-contents .coupon, .step-cart-contents button.update_cart {
		margin-top: 0px;
		margin-right: 10px;
	}

	.oom-mini-cart__item_name h4, .oom-mini-cart__item_name h4 a {
		font-size: 10px;
	}

	.cart-subtotal td {
		float: left;	
	}

	.step-order-summary-content {
		padding: 30px 15px;
	}

	.woocommerce table.shop_table tbody tr td.product-thumbnail {
		padding-left: 0px;
	}

	.oom-mini-cart .oom-mini-cart__content {
		margin-top: 14px;
		margin-left: -250px;
	}
}

/*
* iPhone 14/15
*/
@media (max-width: 395px) {

}


@media (max-width: 375px) {

}


@media (max-width: 360px) {
}

@media (max-width: 320px) {
	.oom-mini-cart .oom-mini-cart__content {
		margin-top: 12px;
		margin-left: -260px;
		width: 320px;
	}
}

@media (max-width: 280px) {

}