.sayfaBasi{
    position: relative;
    text-align: center;
    color: white;
    font-weight: bold;
}

.sayfaBasi img{
    object-fit:cover;
    width: 100%;
    height: 400px;
}

.sayfaIsmi{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

/*adres çubuğu-------------------yarı ortak*/
.breadcrumb{
    font-size: 16px;
    font-weight: 500;
}
.breadcrumb a{
    color: black;
}
.breadcrumb a:hover{
    text-decoration: none;
    color: #696969;
}
.breadcrumb-item+.breadcrumb-item::before{
    content: ">";
}

/*CUSTOM BUTTON*/

.customBtn{
    font-size: 20px;
    border: 1px solid #707070;
    padding-left:14px;
    padding-right: 14px;
    padding-top: 1px;
    padding-bottom: 1px;
    border-radius: 9px;
    margin: 10px;
    color: #10252E !important;
}
.customBtn:hover{
    transition: 0.3s;
    background-color:red;
    border: 1px solid red;
    color: white !important;
    text-decoration: none;
}
.customBtn:focus{
    background-color:red;
    border: 1px solid red;
    color: white !important;
}
.customBtnActive {
    background-color: red;
    border: 1px solid red;
    color: white !important;
}

.UrunAciklama a{
    color:inherit;
}
.UrunAciklama a:hover {
    text-decoration: none;
    color: red;
    transition: .3s all ease-out;
}