@media screen and (max-width: 927px) {
    .blog-metin{
        font-size: 1.2rem !important;
        padding: 10px 0px !important;
    }
    .tanisalim-left-block .umut-foto{
        position: relative;
    }
    
    .blog-paylas-wrap.onlyMobile a svg{
        font-size: 32px !important;
    }
    .breadcrumb{
        font-size: 1rem;
    }
    .blog-onecikan-slide-link{
        line-height: 28px !important;
        font-size: 1.2rem !important;
    }
    .blog-sonEklenenler {
        position: relative !important;
    }

    .blog-kunye .fw-bold {
        display: none;
    }

    .arasayfa_baslik {
        font-size: 1.3rem;
    }

    #contact-location-info {
        padding-bottom: 300px !important;
    }

    .mobilde-ters {
        flex-direction: column-reverse;
    }

    #siteUstMenubar {
        overflow-y: auto;
    }
    #topbar {
        height: 70px;
    }

    h2.section-title {
        font-size: 1rem;
    }

    .banner_text {
        font-size: 1rem;
    }

    #mainContainer {
        width: 100%;
        padding-top: 70px !important;
    }

    .logo img {
        max-height: 88px;
        margin-left: 6px;
        margin-top: -10px;

    }

    .navbar {
        padding-top: 0px !important;
    }

    #topbutton {
        right: 20px;
        top: 30px;
    }

    #topbutton button {
        padding: .20rem .50rem;
    }

    #search-opener button {
        width: 40px;
        height: 35px;
    }

    .urun-kutu-wrapper {
        padding: 0 !important;
    }

    .urun-card-inner {
        height: 200px;
    }

    .urun-card {
        height: 320px;
    }

    .urun-baslik .stokadi {
        font-size: 12px;
        line-height: 16px;
        width: 100%;
        display: block;
    }

    .indirim-orani {
        font-size: 14px;
        width: 52px;
        left: auto;
        right: 10px;
        bottom: 10px;
    }

    .indirim-orani::before {
        content: '- ';
    }

    .fiyat-sticke {
        right: 2px;
        width: calc(100% - 4px);
    }

    .cookiealert {
        font-size: 14px;
        line-height: 18px;
    }

    .acceptcookies {
        padding: 0 4px !important;
    }
}




@media (min-width: 1200px) {
    .entryBio .blog-kunye{}
    
    
    #mainPageProfilePhoto {
        min-width: 600px;
        max-width: none;
    }

    .form-control:focus {
        border-color: transparent;
        box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 2px rgba(46, 46, 46, 0.6);
    }

    .btn-outline-secondary:focus {
        box-shadow: none;
    }
}

@media (max-width: 360px) {
    #top-right-buttons button {
        width: 36px;
        height: 33px;
    }

    #top-right-buttons {
        right: 2px !important;
    }

    #sepetsayaci {
        right: -1px;
        top: -4px;
    }
}

@media (max-width: 420px) {
    .breadcrumb-arrow li.active .small {
        max-width: 185px;
    }

    .urunDetay-urunBaslik {
        font-size: 1em;
        padding: 8px 0px;
    }
}


/* Accordion responsive breakpoint */

@media only screen and (max-width: 768px) {
    .r-tabs .r-tabs-nav {
        display: none;
    }

    .r-tabs .r-tabs-accordion-title {
        display: block;
    }
}

@media (min-width: 992px) {
    #mainPageProfilePhoto {
        max-width: 460px;
    }

    #search-opener button {
        width: 48px;
        height: 40px;
    }

    #overloadWithMenu {
        top: 0;
        display: block;
        width: 100%;
        height: 176px;
        position: absolute;
        z-index: 160;
        max-width: 800px;
        right: 0;
    }

    #respMenu {
        height: 160px !important;
        display: flex !important;
        justify-content: center;
        align-content: center;
    }

    #siteUstMenubar {
        display: block !important;
    }

    #siteUstMenubar .navbar-nav {
        text-align: right;
        flex-direction: row;
    }

    #siteUstMenubar .nav-item {
        margin-right: 20px;
        margin-top: 70px;
        padding: 0px 20px;
        padding-bottom: 2px;
        border-right: 1px solid #e5e5e53d;
    }

    #siteUstMenubar .nav-item:hover {
        border-bottom: 2px solid rgb(212, 212, 212);
    }

}

@media (max-width: 991px) {

    #overloadWithMenu {
        top: -100%;
        background-color: #16161686;
        transition: top .4s ease-in-out;
        position: absolute;
        width: 100%;
        z-index: 130;
    }

    #overloadWithMenu.activate {
        top: 0;
    }

    #respMenu {
        height: 0;
        background-color: #000;
        transition: height .5s ease-in-out;
        display: grid;
        justify-content: center;
        align-content: center;

    }

    #siteUstMenubar {
        overflow: hidden;
    }

    #overloadWithMenu.activate #respMenu {
        height: 100vh;
    }

    #overloadWithMenu ul.navbar-nav .nav-item {
        text-align: center;
        opacity: 0;
        transition: opacity 1s ease-in-out;
        transition-delay: .5s;
        border-bottom: 3px solid transparent;
        border-color: transparent;
        font-size: 38px;

    }

    #overloadWithMenu.activate ul.navbar-nav .nav-item {
        opacity: 1;
        border-right: none;


    }

    #overloadWithMenu.activate .nav-link {
        border-bottom: 2px dotted #99999961;
    }

    #overloadWithMenu.activate .nav-link::before,
    #overloadWithMenu.activate .nav-link::after {
        font-family: Verdana;
        font-size: 24px;
        line-height: 24pt;
        font-weight: bold;

    }

    #overloadWithMenu.activate .nav-link::before {
        font-family: Verdana;
        content: "< ";
        opacity: .3;
    }

    #overloadWithMenu.activate .nav-link::after {

        content: " />";
        opacity: .3;
    }

    #overloadWithMenu.activate .nav-link.gecerliURL::before {
        opacity: 1;
        background-image: url(../img/grad.jpg);
        background-size: 600% 600%;
        -webkit-animation: gradient 6s linear infinite;
        animation: gradient 10s linear infinite;
        background-clip: text;
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent
    }

    #overloadWithMenu.activate .nav-link.gecerliURL::after {
        opacity: 1;
        background-image: url(../img/grad.jpg);
        background-size: 600% 600%;
        -webkit-animation: gradient 6s linear infinite;
        animation: gradient 10s linear infinite;
        background-clip: text;
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;


    }


    #topFastContact {
        display: none;
    }

    #top-right-buttons {
        top: 10px;
    }



    .navbar-toggler {
        width: 28px;
        height: 20px;
        position: relative;
        transition: .5s ease-in-out;
    }



    .toggler-icon {
        display: block;
        position: absolute;
        height: 3px;
        width: 100%;
        background: #FFF;
        border-radius: 1px;
        opacity: 1;
        right: 20px;
        transform: rotate(0deg);
        transition: .25s ease-in-out;
    }

    .middle-bar {
        margin-top: 0px;
    }


    /* State when the navbar is collapsed */

    .navbar-toggler.collapsed .top-bar {
        position: absolute;
        top: 0px;
        transform: rotate(0deg);
    }

    .navbar-toggler.collapsed .middle-bar {
        opacity: 1;
        position: absolute;
        top: 10px;
        filter: alpha(opacity=100);
    }

    .navbar-toggler.collapsed .bottom-bar {
        position: absolute;
        top: 20px;
        transform: rotate(0deg);
    }

    /* when navigation is clicked */

    .navbar-toggler .top-bar {
        top: inherit;
        transform: rotate(135deg);
    }

    .navbar-toggler .middle-bar {
        opacity: 0;
        top: inherit;
        filter: alpha(opacity=0);
    }

    .navbar-toggler .bottom-bar {
        top: inherit;
        transform: rotate(-135deg);
    }

    .navbar-toggler,
    .navbar-toggler:focus,
    .navbar-toggler:active,
    .navbar-toggler-icon:focus {
        outline: none;
        box-shadow: none;
        border: 0;
        position: absolute;
        right: 0;
        top: 0;
    }

    .navbar-toggler span {
        margin: 0;
        padding: 0;
    }

    .mainSlogan {
        width: 92vw;
    }

    .mainSlogan h1 {
        font-size: calc(1.8rem + 1.8vw);
    }

    .mainSlogan h4 {
        font-size: calc(0.9rem + .3vw);
    }

    .mainSlogan .searchInSite {
        padding: 10px !important;
    }
}