@media screen and (max-width: 991px) {
    .slider-content.h3{
        font-size: 16px;
    }
    #topbar {
        height: 120px;
    }
    #searchForm{
        position: absolute;
        right: 20px;
        top: 20px;
        width: 60%;
    }
    #top-search-input::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
        font-size: 12px;
        opacity: 1; /* Firefox */
      }
      
      #top-search-input:-ms-input-placeholder { /* Internet Explorer 10-11 */
        font-size: 12px;
      }
      
      #top-search-input::-ms-input-placeholder { /* Microsoft Edge */
        font-size: 12px;
      }
    #topFastContact {
        display: none;
    }

    #top-right-buttons {
        top: 10px;
    }

    .navbar-collapse {
        position: fixed;
        top: 60px;
        width: 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;
    }


     
    .productTitle {
        font-size: 14px;
    }
    .productLink{
        max-width: 50%;
        text-align: center;
    }
    .productImage{
        max-width: 130px;
    }
    .py-5{
        padding-top: 12px !important;
    }
    .sub-title{
        font-size: 18px;
    }
    .submenuUl{
        margin-left: 0;
    }
    
    .dropdown-menu {
        opacity: 1;
        overflow: hidden;
        transition: all .8s ease-in-out;
        
        position: relative;
        width: 100%;
        height: auto;
    }

    .showDropDown {
        
        display: block;
        transition: all 0.8s ease;
    }
    
    .nav-link{
        text-indent: 15px;
    }
    #siteUstMenubar.collapse:not(.show) {
        display: block;
    }

    .dropdown-toggle:not(.show) {
        display: block;
    }


    .dropdown-toggle {
        padding-left: 20px;
    }

    

    #siteUstMenubar {
        overflow-y: auto;
    }

    h2.section-title {
        font-size: 1rem;
    }

    .banner_text {
        font-size: 1rem;
    }

    #mainContainer {
        width: 100%;
    }

    .logo img {
        width: 120px;
        margin-left: 6px;
    }

    #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;
    }

    
    .cookiealert {
        font-size: 14px;
        line-height: 18px;

    }

    .acceptcookies {
        padding: 0 4px !important;
    }
}

@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) {
    .dropdown:hover>.dropdown-menu {
        opacity: 1;
        display: block;
        margin-top: 0;
        /* remove the gap so it doesn't close */
    }

    .nav-link.dropdown-toggle::after {
        border: solid #1f2632;
        border-width: 0 1px 1px 0;
        width: 0.425rem;
        height: 0.425rem;
        transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
        vertical-align: 0.15em;
        position: absolute;
        right: 20px;
    }

    .nav-link.dropdown-toggle:hover::after {
        transform: rotate(-30deg);
        -webkit-transform: rotate(-30deg);
    }


    #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) {
   
}