/*
Theme Name: Hello Elementor Child
Theme URI: https://elementor.com/hello-theme/?utm_source=wp-themes&utm_campaign=theme-uri&utm_medium=wp-dash
Template: hello-elementor
Author: Elementor Team
Author URI: https://elementor.com/?utm_source=wp-themes&utm_campaign=author-uri&utm_medium=wp-dash
Description: Hello Elementor is a lightweight and minimalist WordPress theme that was built specifically to work seamlessly with the Elementor site builder plugin. The theme is free, open-source, and designed for users who want a flexible, easy-to-use, and customizable website. The theme, which is optimized for performance, provides a solid foundation for users to build their own unique designs using the Elementor drag-and-drop site builder. Its simplicity and flexibility make it a great choice for both beginners and experienced Web Creators.
Tags: accessibility-ready,flexible-header,custom-colors,custom-menu,custom-logo,featured-images,rtl-language-support,threaded-comments,translation-ready
Version: 3.4.9.1780257649
Updated: 2026-05-31 20:00:49

*/


.faq-st-style .e-n-accordion-item-title {
	display: flex;
    justify-content: space-between !important;
}

.header-social-icons .elementor-social-icons-wrapper span:first-child a {
	background-color: #108EB7 !important
}

.gform_heading, .gform_validation_errors {
	display: none !important
}

#gform_wrapper_1 input[type="text"], #gform_wrapper_1 input[type="email"], #gform_wrapper_1 textarea {
background-color: transparent !important;
	color: #063D5C;
	font-family: 'Helvetica';
	font-size: 22px;
	border: 0px;
	border-bottom: 1px solid #063D5C;
	border-radius: 0px;
	padding: 0px;
	outline: none;
	box-shadow: none;
}

#gform_wrapper_1 input[type="text"], #gform_wrapper_1 input[type="email"] {
	min-height: 55px;
}

#gform_wrapper_1 input[type="submit"] {
	background-color: #108EB7;
	color: white;
	font-family: 'Helvetica';
	font-size: 20px;
	font-weight: bold;
	padding: 12px 28px;
	border-radius: 0px !important;
	outline: none;
	box-shadow: none;
}

#gform_wrapper_2 input[type="text"], #gform_wrapper_2 input[type="email"], #gform_wrapper_2 textarea {
background-color: #063D5C !important;
	color: white;
	font-family: 'Helvetica';
	font-size: 22px;
	border: 0px;
	border-bottom: 1px solid #F5FFF7;
	border-radius: 0px;
	padding: 0px;
	outline: none;
	box-shadow: none;
}

#gform_wrapper_2 input[type="text"], #gform_wrapper_2 input[type="email"] {
	min-height: 55px;
}

#gform_wrapper_2 input[type="submit"] {
	background-color: white;
	color: #063D5C;
	font-family: 'Helvetica';
	font-size: 20px;
	font-weight: bold;
	padding: 12px 28px;
	border-radius: 0px !important;
	outline: none;
	box-shadow: none;
}

@media only screen and (max-width: 800px) {
#gform_wrapper_1 input, #gform_wrapper_1 textarea,
#gform_wrapper_2 input, #gform_wrapper_2 textarea{
	font-size: 19px !important;
}
}

.product-taxomony-filter .e-filter-item {
	width: 100%;
	    display: flex;
    justify-content: start;
}

.product-single-list ul {
  list-style: none;
  padding-left: 0;
}

.product-single-list ul li {
  position: relative;
  padding-left: 30px;
}

.product-single-list ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 8px;
  width: 18px;
  height: 18px;
  background: url('/wp-content/uploads/2026/06/list-icon.png') center/contain no-repeat;
}

    .floating-btn {
  position: fixed;
  right: 0;
  top: 50%;

  transform: translateY(-50%) rotate(180deg);
  
  writing-mode: vertical-rl;
  text-orientation: mixed;
  
  background-color: #1a6fa8;
  color: white;
  padding: 28px 14px !important;
  border: none;
  cursor: pointer;
  border-radius: 0px;
  z-index: 99;
}

@media only screen and (max-width: 1000px) {
  .floating-btn {
    display: none !important;
  }
}

#gform_confirmation_message_1, #gform_confirmation_message_2 {
    font-family: 'Helvetica' !important;
    font-size: 20px !important;
}

#gform_confirmation_message_2 {
	color: white !important;
}

.home-product-category-c {
	background-position: center center;
    background-repeat: no-repeat;
    background-size: 160% auto;
}

.home-product-category-c {
	background-position: center center;
    background-repeat: no-repeat;
    background-size: 130% auto !important;
}

.home-product-category-c:hover {
	background-size: 150% auto !important;
	justify-content: center !important;
	align-items: center !important;
	padding: 25px !important;
}

.home-product-category-c-b {
	transition: all;
}

.home-product-category-c:hover .home-product-category-c-b {
	display: none;
}

.home-product-category-c-t {
	opacity: 0;
	text-align: center;
}

.home-product-category-c:hover .home-product-category-c-t {
	opacity: 1;
}