/* 
Theme Name:		 EMY İşitme Cihazları
Theme URI:		 https://ada.agency/themes/emy
Description:	 EMY İşitme Cihazları için hazırlanmış BusinessLounge teması alt temasıdır.
Author:			 Ada Dijital Ajans
Author URI:		 https://ada.agency
Template:		 businesslounge
Version:		 1.0.0
Text Domain:	 emy
*/

.rt-1544738.wpb_column > .rt-column-inner {
    background-color: #eaeaea4a!important;
    border: 2px solid #ed6b0e69;
	border-radius: 5px;
}
.term-description{
	padding:0 !important;
}
.mobile-buttons{
		display:none;
	  position: fixed;
    left: 0;
		right:0;
	  bottom:0;
    background: #fff;
    z-index: 9999999;

	box-shadow: 0 0 10px rgba(0,0,0,0.4);
}
#testimonial-area{
	background-color:transparent;
	border:0;
	box-shadow:none;
}
#testimonial-area .testimonial .testimonial-footer{
	position: absolute;
    right: 40px;
    top: 10px;
}
#rtframework_text-3 .button_wrapper:first-child{
	margin-bottom:3px;
	
}
#testimonial-area .testimonial{
	padding-bottom:0;
}
#testimonial-area .testimonial .text{
 background:#fff;
	padding:15px;
}
#testimonial-area .testimonial h6{
 max-width:210px;
	min-height:38px;
	margin-bottom:15px;
}
#testimonial-area .testimonial p{
	min-height:225px;
}
.whatsapp-icon{
		display:flex;
    background: #25D366;
    color: #fff;
    font-size: 16px;
    width:100%;
		height:50px;
		position:relative;
	  text-decoration:none;
    align-items: center;
    justify-content: center;
}
.whatsapp-icon .other-options{
	position:absolute;
	display:none;
	left:0;
	right:0;
	cursor:pointer;
	background:#25D366;
	bottom:100%;
	opacity:0;
	transition:all ease 150ms;
}
.whatsapp-icon:hover .other-options{
	display:block;
	opacity:1;
}
.whatsapp-icon .other-options .item{
	display:block;
	width:100%;
	padding:10px 5px;
	cursor:pointer;
	text-align:center;
	text-decoration:none;
	border-bottom:1px solid #fff;
	color:#fff;
}
.whatsapp-icon span{
	line-height: 1;
	font-size:24px;
}
.phone-icon{
		display:flex;
    background: #F78760;
    color: #fff;
		cursor:pointer;
	  text-decoration:none;
    font-size: 16px;
    width:100%;
		height:50px;
    align-items: center;
    justify-content: center;
		position:relative;
}

.phone-icon .other-options{
	position:absolute;
	left:0;
	right:0;
	display:none;
	background:#F78760;
	bottom:100%;
	opacity:0;
	transition:all ease 150ms;
}
.phone-icon:hover .other-options{
	display:block;
	opacity:1;
}
.phone-icon .other-options .item{
	display:block;
	width:100%;
	padding:10px 5px;
	text-align:center;
	text-decoration:none;
	border-bottom:1px solid #fff;
	color:#fff;
}
.phone-icon span{
	line-height: 1;
	font-size:24px;
}

#main_content > div.content_row.row.vc_row.wpb_row.default-style.fullwidth > div > div.vc_col-sm-3.wpb_column.vc_column_container.rt-1544738.custom_bg.rt-column-container > div > div > div > div > h2 {
	margin-top: 15px;
}

.ajax_add_to_cart, .cart{
	display: none!important;
}
.woocommerce-Tabs-panel h2, .woocommerce-Tabs-panel strong span{
	color: #eb6b24!important;
}
.woocommerce-product-details__short-description p strong span{
	color: #eb6b24!important;
}
.call-button {
	position: fixed;
	left: 10px;
	bottom: 20px;
	z-index:9999;
}
.call-button img {
	height: 50px;
}
h2 {
	font-size: 24px!important;
}
h3 {
	font-size : 22px!important;
}
.woocommerce-products-header .term-description {
	padding: 0 !important;
}
@media all and (max-width:768px){
	#testimonial-area .testimonial .testimonial-footer{
		top:-4px;
	}
	#testimonial-area .testimonial h6{
		margin-top:15px;
	}
	.mobile-buttons{
		display: -webkit-flex;
		display:flex;
	}
}
span.entry-title {
	font-size: 24px;color: #000000;;font-weight: 700;font-style: normal;
}
.phone-icon, .whatsapp-icon {
    -webkit-user-select: none; /* Safari */
    -moz-user-select: none;    /* Firefox */
    -ms-user-select: none;     /* Internet Explorer/Edge */
    user-select: none;         /* Non-prefixed version, currently supported by Chrome, Edge, Opera, and Firefox */
	-webkit-touch-callout: none; /* iOS uzun basma menüsünü engelleme */
    -webkit-tap-highlight-color: transparent; /* Android'de tıklama vurgusunu kaldırma */
}
/* Varsayılan olarak menüyü gizle */
.other-options {
    display: none;
    opacity: 0;
    transition: all 0.3s ease;
}

/* .active sınıfı eklendiğinde menüyü göster */
.phone-icon.active .other-options,
.whatsapp-icon.active .other-options {
    display: block !important;
    opacity: 1 !important;
}