/*
 Theme Name:     Astra Child
 Template:       astra
 Theme URI:      https://wpastra.com/
 Description:    Astra temasının child versiyonu.
 Author:         Ulaş
 Author URI:     https://esaydigi.com
 Version:        1.0.0
*/

/* Top-info css */
#site-marquee-banner {
    width: 100%;
    background: #111;
    color: #f8f8f8;
    overflow: hidden;
    position: fixed;
    top: 0;
    left: 0;
    height: 40px;
    font-family: sans-serif;
  	z-index: 10; 
	line-height: 30px;
  	padding: 0 10px;
  	font-size: 14px;
}

.marquee-wrapper {
    height: 100%;
    display: flex;
    align-items: center;
    overflow: hidden;
    position: relative;
}

.marquee-track {
    display: flex;
    animation: scroll-banner 60s linear infinite;
    will-change: transform;
}

.marquee-item {
    display: flex;
    align-items: center;
    margin-right: 79px;
    font-size: 18px;
    white-space: nowrap;
    opacity: 0.9;
    transition: color 0.3s, text-shadow 0.3s;
}

.marquee-item:hover {
    color: #fff;
    text-shadow: 0 0 5px #f8f8f8;
}

.marquee-item .dashicons {
    margin-right: 6px;
    font-size: 16px;
}

@keyframes scroll-banner {
    0% { transform: translateX(0); }
    100% { transform: translateX(-50%); }
}

#site-marquee-banner:hover .marquee-track {
    animation-play-state: paused;
}

body {
    margin-top: 40px !important;
}

@media screen and (max-width: 600px) {
    #site-marquee-banner {
        height: 35px;
    }
    .marquee-item {
        font-size: 12px;
        margin-right: 40px;
    }
    body {
        margin-top: 35px !important;
    }
}

#ast-fixed-header {
  z-index: 9999 !important;
  position: fixed;
  margin-top: 35px;
}
.woocommerce-js .woocommerce-breadcrumb {
	padding-bottom: 10px;
}