/*
 Theme Name:   Woodmart Child
 Description:  Woodmart Child Theme
 Author:       XTemos
 Author URI:   http://xtemos.com
 Template:     woodmart
 Version:      1.0.0
 Text Domain:  woodmart
*/

.whb-sticky-prepared .whb-main-header{
	background-color:rgba(255,255,255,0.6);
}
.wd-slide-container .woodmart-title-container{
	font-size:70px!important;
		text-shadow: 3px 3px #000000;

}
.wd-slide-container .title-subtitle{
		text-shadow: 3px 3px #000000;

}
.wd-slide-container .wd-text-block p {
	font-size:40px!important;
		line-height: 44px;
		text-shadow: 3px 3px #000000;


}

@media (max-width: 1024px) {
.wd-slide-container .woodmart-title-container{
	font-size:40px!important;
		text-shadow: 3px 3px #000000;

}
.wd-slide-container .wd-text-block p {
	font-size:20px!important;
	text-shadow: 3px 3px #000000;
}
	.wd-slide-container .title-subtitle{
		text-shadow: 3px 3px #000000;

}
}
/* WhatsApp icon */
.pulse-button {
    position: relative;
    width: 60px;
    height: 60px;
    border: none;
    box-shadow: 0 0 0 0 rgba(41, 167, 26, .7);
    border-radius: 50%;
    background-color: #29a71a;
    background-image: url('https://sellerstoreacademy.com.tr/wp-content/uploads/2025/11/whatsappIcon.png');
    background-size: cover;
    background-repeat: no-repeat;
    cursor: pointer;
    -webkit-animation: pulse 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
    -moz-animation: pulse 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
    -ms-animation: pulse 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
    animation: pulse 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
    position: fixed;
    bottom: 100px;
    right: 35px;
    z-index: 998;
}

    .pulse-button:hover {
        -webkit-animation: none;
        -moz-animation: none;
        -ms-animation: none;
        animation: none;
    }

@-webkit-keyframes pulse {
    to {
        box-shadow: 0 0 0 40px rgba(232, 76, 61, 0);
    }
}

@-moz-keyframes pulse {
    to {
        box-shadow: 0 0 0 40px rgba(232, 76, 61, 0);
    }
}

@-ms-keyframes pulse {
    to {
        box-shadow: 0 0 0 40px rgba(232, 76, 61, 0);
    }
}

@keyframes pulse {
    to {
        box-shadow: 0 0 0 40px rgba(232, 76, 61, 0);
    }
}
/* End WhatsApp icon */

/* Bizi Ara icon */
.pulse-button2 {
    position: relative;
    width: 60px;
    height: 60px;
    border: none;
    box-shadow: 0 0 0 0 rgba(239, 82, 97, .7);
    border-radius: 50%;
    background-color: #29a71a;
    background-image: url('https://sellerstoreacademy.com.tr/wp-content/uploads/2025/11/call.png');
    background-size: cover;
    background-repeat: no-repeat;
    cursor: pointer;
    -webkit-animation: pulse 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
    -moz-animation: pulse 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
    -ms-animation: pulse 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
    animation: pulse 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
    position: fixed;
    bottom: 170px;
    right: 35px;
    z-index: 998;
}

    .pulse-button2:hover {
        -webkit-animation: none;
        -moz-animation: none;
        -ms-animation: none;
        animation: none;
    }

@-webkit-keyframes pulse {
    to {
        box-shadow: 0 0 0 40px rgba(232, 76, 61, 0);
    }
}

@-moz-keyframes pulse {
    to {
        box-shadow: 0 0 0 40px rgba(232, 76, 61, 0);
    }
}

@-ms-keyframes pulse {
    to {
        box-shadow: 0 0 0 40px rgba(232, 76, 61, 0);
    }
}

@keyframes pulse {
    to {
        box-shadow: 0 0 0 40px rgba(232, 76, 61, 0);
    }
}
/* End Bizi Ara icon */
/*--------------------------------------------------------------