/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
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.0.0
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
*/

/* Add your custom styles here */

a{
	transition: all 0.3s ease;
}


/**/

#header div.asl_m.asl_w {
	border: none !important;
	border-radius: 100px !important;
	background-color: #FBFBFB !important;
}

#header div.asl_m .probox .promagnifier .innericon {
	background-color: transparent !important;
}

#header div.asl_w .probox {
	background-color: transparent !important;
	height: auto;
}

#header div.asl_w .probox .promagnifier .innericon svg {
	width: 20px;
	height: 20px;
	fill: #ADADAD !important;
}

#header div.asl_w .probox .promagnifier {
	padding: 0 25px;
	height: 56px;
}

#header div.asl_m .probox .promagnifier .innericon {
	background-color: transparent !important;
	display: flex !important;
	align-items: center;
	justify-content: center;
}

#header div.asl_m .probox .proinput {
	width: auto;
	padding: 15px 34px;
	margin: 0;
}

#header div.asl_m .probox .proloading, 
#header div.asl_m .probox .proclose {
	display: none !important;
}

#header #ajaxsearchlite1 .probox .proinput input, 
#header div.asl_w .probox .proinput input {
	font-size: 12px;
	font-weight: 400;
	font-family: "Poppins", Sans-serif;
	min-width: 334px;
}

#header #ajaxsearchlite1 .probox .proinput input::placeholder, 
#header div.asl_w .probox .proinput input::placeholder {
	opacity: 1;
	color: #000 !important;
	font-family: "Poppins", Sans-serif;
}
#header .jet-mega-menu-item__dropdown{
	display:none;
}

/**/

#elementor-menu-cart__toggle_button.elementor-button:focus {
	background-color: inherit;
	color: inherit;
}

.blog-post-item .elementor-post-info__item .elementor-post-info__item-prefix{
	color:rgba(26, 26, 46, 1);
}
.home_sss_acc .e-n-accordion-item-title-text span{
	color:#2c69d3;
	font-weight: 500;
	font-size: 20px;
	letter-spacing: 2%;
	margin-right: 5px;
}
.home_sss_acc .e-n-accordion-item[open=""]{
	box-shadow: 0px 16px 32px 0px rgba(0, 0, 0, 0.06);
	border-radius: 20px;
}

.post_navigation .elementor-post-navigation {
	justify-content: center;
	gap: 30px;
}

.post_navigation .elementor-post-navigation__link {
	width: unset;
}

/* Product Single */

.post_navigation .elementor-post-navigation__link > a {
	width: 196px;
	height: 196px;
	display: flex;
	justify-content: center;
	align-items: center;
	border: 1px solid #EDEDED;
	border-radius: 50%;
}

.post_navigation .elementor-post-navigation__link > a:hover {
	background-color: #000;
	color: #fff !important;
}

.post_navigation .elementor-post-navigation__link > a:hover span {
	color: #fff !important;
}

body.single-product.woocommerce div.product div.images .flex-control-thumbs li img {
	opacity: 1;
}

body.single-product.woocommerce div.product div.images .woocommerce-product-gallery__trigger {
	display: none;
}

body.single-product.woocommerce .elementor-widget-woocommerce-product-images span.onsale {
	font-size: 0;
	background-color: #FFC12B;
	color: #fff;
	border-radius: 10px;
	padding: 18px 14px;
	line-height: 100%;
	top: 0px;
	left: 0px;
	z-index:1;
}

body.single-product.woocommerce .elementor-widget-woocommerce-product-images span.onsale::before {
	content: '-15%';
	font-size: 24px;
	font-weight: 700;
	line-height: 100%;
}

body.single-product.woocommerce div.product p.stock::before {
	content: '';
	width: 24px;
	height: 24px;
	position: absolute;
	left: 0;
	top: 0;
	background-image: url('/wp-content/uploads/2026/03/check_instock.svg');
	background-repeat: no-repeat;
	background-size: 100% auto;
	background-position: center center;
}

body.single-product.woocommerce div.product p.stock {
	padding-left: 34px;
}

.elementor-jet-single-attributes .shop_attributes tr td {
	display: inline-block;
}

body.single-product.woocommerce table.shop_attributes {
	border-top: 0;
}

.placeorder_btn svg {
	font-size: 20px;
	margin-top: -3px;
}

/*------------------*/

body.single-product.woocommerce div.product .woocommerce-tabs ul.tabs {
	flex-wrap: nowrap;
	display: flex;
	padding: 0;
}

body.single-product.woocommerce div.product .woocommerce-tabs ul.tabs > li {
	flex-grow: 1;
}

body.single-product.woocommerce div.product .woocommerce-tabs ul.tabs li.active {
	background-color: #2C69D3 !important;
}

body.single-product.woocommerce div.product .woocommerce-tabs ul.tabs > li > a {
	width: 100%;
	text-align: center;
}

body.single-product.woocommerce div.product .woocommerce-tabs ul.tabs li.active > a {
	color: #fff !important;
}

body.single-product.woocommerce div.product.elementor .woocommerce-tabs .panel h3 {
	font-size: 20px;
	font-weight: 700;
	margin: 20px 0 5px;
}

.woocommerce div.product p.price {
	display: flex;
}

.woocommerce div.product p.price ins {
	order: 1;
}

.woocommerce div.product p.price del {
	order: 2;
	opacity: 1;
}

.daily_rountine_section a {
	color: #fff;
}

.daily_rountine_section a:hover {
	color: #F01B1B;
}

/* Grouped Product CSS */

.woocommerce-grouped-product-list .woocommerce-grouped-product-list-item td {
	background-color: transparent;
	padding: 10px !important;
	vertical-align: middle !important;
}

.woocommerce div.product form.cart .group_table td.woocommerce-grouped-product-list-item__label {
	font-size: 20px;
	line-height: 100%;
	font-weight: 600;
}

body.single-product .single_add_to_cart_button {
	display: none;
}

.woocommerce-grouped-product-list .woocommerce-grouped-product-list-item td.woocommerce-grouped-product-list-item__quantity {
	display: none;
}


body.single-product.woocommerce div.product p.price > :not(del) bdi {
	color: #80B4FF !important;
	font-family: "Inter", Sans-serif !important;
	font-size: 26px !important;
	font-weight: 600 !important;
	letter-spacing: 0.5px !important;
}

/* Gravity Form */

.gform-footer {
	margin-top: 100px !important;
	justify-content: center !important;
}
#gform_submit_button_1{
	background: #00254D;
	max-width: 278px;
	width: 100%;
	border-radius: 80px;
	height: 57px;
	font-weight: 600;
	font-size: 20px;
	line-height: 100%;
	letter-spacing: 0%;
	text-align: center;
	text-transform: uppercase;
	outline: 0;
	font-family: Barlow;
}
.gfield .ginput_container textarea,
.gfield .ginput_container input,
.gfield .ginput_container select,
.gfield .ginput_container .chosen-container-multi{
  border: 0 !important;
  border-bottom: 1px solid #3A3A3A !important;
  border-radius: 0 !important;
  color: #3A3A3A !important;
  padding: 0 !important;
  font-weight: 400 !important;
  font-size: 17px !important;
  line-height: 50px !important;
  letter-spacing: 0% !important;
  box-shadow: none !important;
  outline: 0 !important;
  height: 50px !important;
}

.gfield .ginput_container .chosen-container-multi .chosen-choices {
	padding: 0 !important;
}

.gform-theme--framework .gfield:where(.gfield--type-multiselect, 
.gfield--input-type-multiselect) .chosen-container-multi .chosen-choices li.search-choice {
	background-color: #00254d !important;
}

select{
	appearance:none;
	 -webkit-appearance: none;
    -moz-appearance: none; 
}
.gfield .ginput_container select{
	padding-right: 40px !important;
}
.gfield .ginput_container textarea::placeholder,
.gfield .ginput_container input::placeholder,
.gfield .ginput_container select .gf_placeholder{
	opacity:0.3;
}
.gform-theme--foundation .gform_fields {
	gap: 67px !important;
}
.gfield--input-type-select{
	position:relative;
}
.ginput_container_select select,
.ginput_container_select select:hover,
.ginput_container_select select:focus,
.ginput_container_address select,
.ginput_container_address select:hover,
.ginput_container_address select:focus{
  background: url('/wp-content/uploads/2026/03/dropdown_arrow.svg') no-repeat !important;
	background-position: right 20px center !important;
  cursor: pointer;
}

#gform_2 .gform_fields {
	width: 100%;
	gap: 27px !important;
}
#gform_2_validation_container {
	display: none;
}
.gform_confirmation_message {
	text-align: center !important;
	color: green !important;
}
.gform-loader {
	position: absolute !important;
}

body .gform-theme--framework .gform_validation_errors {
	display: none;
}

.address_state .gfcws_state_text_input {
	display: none !important;
}

header .header_bottom .jet-mega-menu-mega-container {
	/* opacity: 1 !important;
	visibility: visible !important;
	pointer-events: all !important; */
	width: 100%;
	width: 100% !important;
  --jmm-submenu-width: 100% !important;
  --jmm-submenu-delta-x-offset: 0 !important;
}

header .header_bottom, 
header .header_bottom .elementor-widget, 
header .header_bottom .jet-mega-menu, 
header .header_bottom .jet-mega-menu-list, 
header .header_bottom .jet-mega-menu-item {
	position: static;
}

/*--------------*/

.marquee_images {
  display: flex;
  width: max-content;
  animation: marquee 110s linear infinite;
}

.marquee_images:hover {
  animation-play-state: paused;
}

@keyframes marquee {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-500%);
  }
}

.marquee_images .jet-listing-grid__items {
  display: flex;
  flex-wrap: nowrap;
  max-width: unset;
}

.marquee_images .elementor-column,
.marquee_images .elementor-widget-wrap {
  display: flex;
  flex-wrap: nowrap;
}

.marquee_images .jet-listing-grid__items .elementor-column .elementor-widget-wrap .elementor-widget-heading {
	white-space: nowrap;
}
.blog-pagination .jet-filters-pagination__link{
	width: 46px;
	text-align: center;
	height: 46px;
	align-content: center;
	display: flex;
	align-items: center;
  justify-content: center;
}
.blog-pagination .jet-filters-pagination__link:hover svg path{
	fill: #fff !important;
	
}
.performans-title .elementor-heading-title{
	text-wrap:nowrap;
}
.degerlerimiz-item .title-anim .elementor-heading-title{
   display: inline;
    background-image: linear-gradient(#000, #000);
    background-repeat: no-repeat;
    background-size: 0% 2px;
    background-position: 0 100%;
    transition: background-size 1s ease;
    position: relative;
	line-height:1.2;
}

.degerlerimiz-item:hover .title-anim .elementor-heading-title {
    background-size: 100% 2px;
}

.degerlerimiz-item:hover .title-anim .elementor-heading-title::after {
    transform: scaleX(1);
}
.product-checked-filter .jet-checkboxes-list .jet-checkboxes-list__item .jet-checkboxes-list__checked-icon svg {
	background: #80B4FF;
}
.product-short-filter .jet-sorting-select{
	background: url(/wp-content/uploads/2026/03/Frame-453.png);
    background-repeat: no-repeat;
    background-position: right 15px center;
	cursor:pointer;
}
.product-price-filter .jet-range__inputs__min,.product-price-filter .jet-range__inputs__max{
	appearance: none;
  -webkit-appearance: none;
  -moz-appearance: textfield;
  margin: 0;
}
.product-price-filter .jet-range{
	position:relative;
}
.product-price-filter .jet-range__inputs{
	position:absolute;
	top: -45px;
	width: 100%;
}
.product-price-filter .jet-range__slider{
	margin: 65px 0 0px;
}

.product_tags {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	width: 100%;
	row-gap: 6px;
}

.product_tags > div {
	width: 50%;
	display: flex;
}

.product_tags > div:nth-child(2n) {
	justify-content: right;
}

.product_tags > div > a {
	background-color: #F01B1B;
	font-size: 16px;
	font-weight: 400;
	color: #FFFFFF;
	padding: 6px 13px;
	border-radius: 20px;
	min-width: 107px;
	width: fit-content;
	text-align: center;
}

.Product_listing_grid.list_view .jet-listing-grid__item {
	width: 100%;
	max-width: 100%;
	flex: 100%;
}

.grid_icon, .list_icon{
	cursor: pointer;
}

.list_icon.active svg * {
	fill: #80B4FF;
}

.grid_icon svg *,
.list_icon svg * {
	fill: #D9D9D9;
}

.grid_icon.active svg * {
	fill: #80B4FF;
}

body.woocommerce .jet-checkboxes-list,
body.woocommerce .jet-range {
	display: none;
}

body.woocommerce .jet-filter-label {
	position: relative;
}

body.woocommerce .jet-filter-label::after {
	content: '';
	background-image: url('/wp-content/uploads/2026/03/Icon_line.svg');
	background-repeat: no-repeat;
	background-position: right top;
	background-size: 24px auto;
	cursor: pointer;
	width: 24px;
	height: 24px;
	position: absolute;
	right: 0;
	transition: all 0.3s ease;
}

body.woocommerce .jet-filter-label.active::after {
	transform: rotate(180deg);
}
.woocommerce .woocommerce-result-count {
	margin: 0;
}

.product_cat_listing .elementor-widget-theme-post-excerpt{
	display: -webkit-box;
  -webkit-line-clamp: 3; 
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.woocommerce div.product form.cart div.quantity {
	display: none;
}

.single-tabs img{
	width:80%;
}
.single-dec{
	white-space: pre-line;
}
.home-banner .jet-slider .slider-pro .jet-slider__item {
	background-color: transparent;
}
.policy-content h2{
	font-family: "Fahkwang", Sans-serif;
	margin-bottom:30px;
	margin-top: 30px;
}
.cky-btn-customize{
	color: #2c69d3 !important;
	border-color: #2c69d3 !important;
}
.cky-btn-accept{
	background-color: #2c69d3 !important;
	border-color: #2c69d3 !important;
}
/* Responsive -------------------*/

@media (max-width: 1200px) {
.product_tags > div > a {
	font-size: 13px;
	min-width: 80px;
}
}
@media (max-width: 1024px) {
	.gform-theme--foundation .gform_fields {
	gap: 25px !important;
}
	.blog-admin-text{
	font-size: 16px;
	}
		.blog-pagination .jet-filters-pagination__link {
	width: 36px;
	height: 36px;
}
	#gform_submit_button_1 {
	height: 52px;
	font-size: 18px;
	max-width: 220px;
}
	.post_navigation .elementor-post-navigation__link > a {
	width: 100px;
	height: 100px;
}
.product_tags > div > a {
	font-size: 12px;
	padding: 4px 8px;
}
body.single-product.woocommerce .elementor-widget-woocommerce-product-images span.onsale::before {
	font-size: 15px;
}
body.single-product.woocommerce .elementor-widget-woocommerce-product-images span.onsale {
	padding: 10px 8px;
}
}

@media (max-width: 767px) {
	
	.gform-theme--foundation .gform_fields {
	gap: 17px !important;
}
	.blog-admin-text{
	font-size: 15px;
		padding: 0 !important;
	}
	.performans-title .elementor-heading-title{
	text-wrap:wrap;
}
	.blog-pagination .jet-filters-pagination__link {
	width: 30px;
	height: 30px;
}
 .gform-footer {
	margin-top: 50px !important;
} 
#gform_submit_button_1 {
	height: 50px;
	font-size: 16px;
	max-width: 200px;
}
	.gfield .ginput_container textarea, .gfield .ginput_container input, .gfield .ginput_container select, .gfield .ginput_container .chosen-container-multi {
	font-size: 14px !important;
	height: 40px !important;
}
	.white_heading .elementor-heading-title{
	color:#fff !important;
}
.post_navigation .elementor-post-navigation__link > a {
	width: 80px;
	height: 80px;
}
.product_tags > div > a {
	font-size: 10px;
	padding: 1px 5px;
	min-width: 60px;
}
.product-short-filter .jet-sorting-select {
	background-position: right 6px center;
	background-size: 20px;
}
body.single-product.woocommerce .elementor-widget-woocommerce-product-images span.onsale::before {
	font-size: 12px;
}
body.single-product.woocommerce .elementor-widget-woocommerce-product-images span.onsale {
	padding: 5px 5px;
}

.gfield .ginput_container select[multiple] {
    padding: 0 !important;
    height: 100px !important;
}

.gform-theme--framework select:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *))[multiple] option:checked {
    background-color: #00254d !important;
    color: #fff;
    padding: 5px 0;
}

}
