/* #003177  */
@import url('../fonts/fonts.css');
*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Exo', sans-serif;
}
.header input{
    border:none;
    background-color: #f5f5f5;
    border-radius: 5px;
    padding: 12px 24px;
}

.logo{
    width: 18%;

}
.logo img{
    width: 100%;
}
.bar a{
    text-decoration: none; 
}
.ara-menu{
    max-width: 90% !important;
    filter: brightness(90%);
    background: linear-gradient(90deg,rgba(27, 73, 110, 1) 0%, rgba(213, 158, 155, 1) 100%);
    border-bottom-left-radius: 5rem;
    border-bottom-right-radius: 5rem;
    margin-left: 40px;
    transition: all 0.3s ease;
}
.ara-menu:hover{
    filter: brightness(100%);
    transition: all 0.3s ease;
}
.arama{
    background: #f5f5f5;
    border-bottom: 3px solid transparent;
    color: #000;
    background-size: 200% 100%;
    background-position: left;
    transition: background 0.5s, color 0.3s, background-position 0.5s;
}
.arama:focus{
    outline: none;
    color: white;
    border-bottom: 3px solid #003177;
    background: linear-gradient(90deg,rgba(27, 73, 110, 1) 0%, rgba(213, 158, 155, 1) 100%);
    background-size: 200% 100%;
    background-position: right;
    transition: 0.8s;
}
.sepetim{
    width: fit-content;
    position: relative;
    max-height: 50px;
    border-radius: 5px;
    color: #000;
    background: #f5f5f5;
    border-bottom: 2px solid transparent;
    transition: all .3s ease ;
}
.sepetim:hover{
    border-bottom: 1px solid #003177;
    
}

.sepetim i{
    font-size: 1.2rem;
    
}
.sepetAdet{
    position: absolute;
    top: 5px;
    right: 0;
    transform: translate(50%, -50%);
    background-color: orangered;
    color: white;
    width: 20px;
    height: 20px;
    padding-right: 1px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 11px;
    font-weight: bold;
}
.sepetteUrun{
    position: absolute;
    top: 5px;
    right: 0;
    transform: translate(50%, -50%);
    background-color: green;
    color: white;
    width: 20px;
    height: 20px;
    padding-right: 1px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 11px;
    font-weight: bold;
}
.menu a{
    color: white;
    font-size: 0.9rem;
    text-decoration: none;
    padding: 5px;
    border-bottom: 1px solid transparent;
    transition: all 0.3s ease;
}
.menu a:hover{
    border-bottom: 1px solid #fff;
}
.kategoriler{
    display: flex;
    justify-content: start;
    align-items: start;
    flex-direction: column;
    gap: 5px;
    padding: 20px;
    background-color: #f5f5f5;
    width: 100%;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    border-bottom: 1px solid #e0e0e0;
}
.depolama{
    display: flex;
    justify-content: start;
    align-items: start;
    flex-direction: column;
    gap: 5px;
    padding: 20px;
    background-color: #f5f5f5;
    width: 100%;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}
.main h5{
    margin-bottom: 10px;
    font-size: 1rem;
    font-weight: bold;
}
.main a, .main label{
    color: #000;
    font-size: 0.8rem;
    text-decoration: none;
    padding: 5px 10px;
    border-left: 3px solid transparent;
    border-bottom: 3px solid transparent;
    transition: all 0.3s ease;
}
.main a:hover{
    border-left: 3px solid #e0e0e0;
    border-bottom: 3px solid #e0e0e0;
    border-radius: 5px;
}
.depolama-item{
    display: flex;
    align-items: center;
}
.star-rating{
    color: orangered;
}
.star-rating i{
    font-size: 0.8rem;
}
.telefon-info h5{
    font-size: 1.2rem;
    font-weight: bold;
}
.phone-card{
    cursor: pointer;
    transition: all 0.3s ease;
}
.phone-card a{
    text-decoration: none;
    color: inherit;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.phone-card:hover{
    box-shadow: 0 0 10px rgba(0,0,0,0.1);
}
.phone-card img{
    transition: all 0.3s ease;
}
.phone-card img:hover{
    transform: scale(1.05);
    
}
.menuTree{
    font-size: 0.8rem;
    margin-bottom: 10px;
}
.giris{
    border: none;
    border-radius: 5px;
    max-height: 50px;
    border-bottom: 1px solid transparent;
    transition: all .3s ease ;
}
.giris:hover{

    border-bottom: 1px solid #003177;
}

/* *********************************************** */

.top-bar{
    position: relative;
}
.top-bar .admin{
    position: absolute;
    top: 6px;
    right: 10px;
    color: black;
    font-size: 1.2rem;
    transition: all 0.4s ease;
    background-color: white;
    border-radius: 50%;
    width: 25px;
    height: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 5px;
    text-decoration: none;
}
.top-bar .admin:hover{
    width: 50px;
    gap: 10px;
    justify-content: center;
    border-radius: 20px;
}
.top-bar .admin #adminText{
    font-size: 1rem; 
}
.top-bar .iletisim{
    position: absolute;
    top: 6px;
    right: 45px;
    color: black;
    font-size: 1.2rem;
    transition: all 0.4s ease;
    background-color: white;
    border-radius: 50%;
    width: 25px;
    height: 25px;
    justify-content: center;
    align-items: center;
    padding: 5px;
    text-decoration: none;
}
.top-bar .iletisim:hover{
    width: 150px;
    gap: 10px;
    justify-content: start;
    border-radius: 20px;
}
.top-bar .iletisim #iletisimText{
    font-size: 1rem; 
}

/* *********************************************** */

.cok-satanlar{
    height: fit-content;
    overflow-x: auto;
    padding-bottom: 10px;
}