 @media (min-width: 576px) {
    .position-sm-static {
        position: static !important;
    }
    .position-sm-relative {
        position: relative !important;
    }
    .position-sm-absolute {
        position: absolute !important;
    }
    .position-sm-fixed {
        position: fixed !important;
    }
    .position-sm-sticky {
        position: sticky !important;
    }
  

}


@media (min-width: 768px) {
    .position-md-static {
        position: static !important;
    }
    .position-md-relative {
        position: relative !important;
    }
    .position-md-absolute {
        position: absolute !important;
    }
    .position-md-fixed {
        position: fixed !important;
    }
    .position-md-sticky {
        position: sticky !important;
    }
}

@media (min-width: 992px) {
    #search-opener button {
        width: 48px;
        height: 40px;
    }
    .position-lg-static {
        position: static !important;
    }
    .position-lg-relative {
        position: relative !important;
    }
    .position-lg-absolute {
        position: absolute !important;
    }
    .position-lg-fixed {
        position: fixed !important;
    }
    .position-lg-sticky {
        position: sticky !important;
    }
}

@media (min-width: 1200px) {
    #phoneView, #colorLayer, #patternLayer, #photoLayer, #textLayer, #transPhoneLayer{

        transition: all 0.4s ease-in;
        }
     
    .position-xl-static {
        position: static !important;
    }
    .position-xl-relative {
        position: relative !important;
    }
    .position-xl-absolute {
        position: absolute !important;
    }
    .position-xl-fixed {
        position: fixed !important;
    }
    .position-xl-sticky {
        position: sticky !important;
    }
    .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 (max-width: 992px) {

    #siteUstMenubar{
        overflow-y: auto;
    }
    h2.section-title{
        font-size: 1rem;
    }
    .banner_text{
        font-size: 1rem;
    }
    #mainContainer {
        width: 100%;
    }
    .logo img {
        width: 250px;
        margin-left: 6px;
    }
      
    .cookiealert{
        font-size: 14px;
        line-height: 18px;
       
    }
    .acceptcookies{
        padding: 0 4px !important;
    }


    #topbar{
        height: 60px;
    }
    #topFastContact{
        display: none;
    }
    #top-right-buttons{
        top:10px;
    }
    .navbar-collapse {
        position: fixed;
        top: 60px;
        right: 0;
        text-indent: 15px;
        width: 100%;
        height: 100%;
        z-index: 200;
    }
    .navbar{
        padding: 0;
    }
    .navbar-collapse.collapsing {
        right: -100%;
        transition: right 0s ease;
    }
    .navbar-collapse.show {
        right: 0;
        transition: right 300ms ease-in-out;
    }
    .navbar-toggler.collapsed~.navbar-collapse {
        transition: left 500ms ease-in-out;
    }
 
    .navbar-toggler:focus{

        box-shadow: none;
    }
    #siteUstMenubar.show{
        padding-right: 0;

    }
    #siteUstMenubar.show ul.navbar-nav{
     padding-right: 0 !important;
     Background-color: #FFF

    }
   

    .navbar-toggler {
        width: 28px;
        height: 20px;
        position: relative;
        transition: .5s ease-in-out;
    }
    
 
    
    .toggler-icon {
        display: block;
        position: absolute;
        height: 3px;
        width: 100%;
        background: #02063d;
        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: relative;
    }
    
    .navbar-toggler span {
        margin: 0;
        padding: 0;
    }
    .mainSlogan{
        width: 92vw;
    }
    .mainSlogan h1{
        font-size: calc(1rem + 1.5vw);
    }
    .mainSlogan h4{
        font-size: calc(0.9rem + .3vw);
    }
    .mainSlogan .searchInSite{
        padding: 10px !important;
    }
    .mobildeFlexWrap{
        flex-wrap: wrap !important;
    }
    .mobildeFlexNoWrap{
        flex-wrap: nowrap !important;
    }
    .sectionThree .formArkada{
        font-size: 16px !important;
      
    }
    .flex-satirda-3 > div{
        flex-basis: 50%;
      
        
    }

    h1.rainbow-border{
        font-size: 16px !important;
        padding-bottom: 10px;
    }
    .ilanDetay.ozellikGrupBaslik{
        padding: 14px 20px;
        background-color: #ad2b28;
        color: #FFF;
        border-radius: 5px;
        border: 2px solid;
        font-size: 18px;
    }
    .ilanOzellikGrubu div{
        padding: 10px 2px !important;
       
    }
    .flex-satirda-4 > div{
        flex-basis: 50%;
    }

    .ilanOzellikGrubu div{
        font-size: 14px;
        font-weight: normal;
    }

    .ilanOzellikGrubu div svg,.ilanOzellikGrubu div.ozellik_mevcut svg {
        font-size: 14px;
        margin-right: 4px;
    }
    .ilanDetay.ozellikGrupBaslik{
        padding: 6px 10px;
        font-size: 16px;
    }

    .footer > div{
        width: 100% !important;
    }
.tekKapak{
        width: 50% !important;
    }
}

@media (max-width: 575px) {
    .kutu_ilan_baslik{
        font-size: 0.85rem;
    }
    .sonEklenenler a{
        width: 100%;
    }
    .onecikan_tek_wrap a, .tekKapak a{
        width: 240px;
        height: 220px;
         
        }

}
