@media only screen and (min-width:1200px) {
    .footer-section > img {
        width: 311px !important;
    }

    .logo {
        width: 50%;
    }

    .product-info h4 {
        font-size: 12.5px !important;
        border-bottom: solid 1px #dedede;
        font-weight: 500
    }

    .product-info b {
        font-size: 13px;
    }

    p.product-price {
        color: #0f007d;
        font-size: 14px;
    }

    .product-price span {
        font-size: 14px;
    }

    button.add-to-cart {
        background-color: #dedede;
    }

    div#loading {
        position: fixed;
        margin: 0 auto;
        text-align: center;
        width: 100%;
        z-index: 9999999999999;
        height: 100%;
        background: rgb(255, 255, 255, 0.9);
        padding: 0;
        top: 0;
        display: none;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }

        div#loading img {
            vertical-align: middle;
            align-items: center;
            position: relative;
            width: 25%;
            top: 30%;
        }

    .basket-wrapper {
        width: 15%;
        float: right;
    }

    .categories-slider-section {
        width: 100%;
        float: left;
    }

    .search-cart-wrapper {
        width: 100%;
        float: left;
    }

    .search-input-wrapper {
        width: 85% !important;
        float: left;
        margin-bottom: 15px;
    }

    #searchInputMain {
        border: solid 1px #dedede !important;
        text-indent: 12px;
    }

    #custom-search-results {
        border: none !important
    }

    button.basket-trigger {
        border: solid 1px #000;
        border-radius: 11px;
        width: 100%;
        height: 43px;
        background: #f3f3f3 !important;
    }

    .basket-items label {
        text-align: center;
        width: 100%;
        float: left;
        margin-top: 10px;
        margin-bottom: 10px;
        font-size: 14px;
    }

    div#KategoriBilgileri {
        width: 100%;
        float: left;
    }

    footer {
        width: 100%;
        float: left;
    }

    .boxed-layout {
        overflow: hidden;
    }

    img.headerlogo {
        width: 40%;
    }

    img.footerlogo {
        width: 100%;
    }
}

@media only screen and (min-width:992px) and (max-width:1199px) {
    div#loading {
        position: fixed;
        margin: 0 auto;
        text-align: center;
        width: 100%;
        z-index: 9999999999999;
        height: 100%;
        background: rgb(255, 255, 255, 0.9);
        padding: 0;
        top: 0;
        display: none;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }

        div#loading img {
            vertical-align: middle;
            align-items: center;
            position: relative;
            width: 25%;
            top: 30%;
        }

    img.headerlogo {
        width: 40%;
    }

    img.footerlogo {
        width: 100%;
    }
}

@media only screen and (min-width:769px) and (max-width:991px) {
    div#loading {
        position: fixed;
        margin: 0 auto;
        text-align: center;
        width: 100%;
        z-index: 9999999999999;
        height: 100%;
        background: rgb(255, 255, 255, 0.9);
        padding: 0;
        top: 0;
        display: none;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }

        div#loading img {
            vertical-align: middle;
            align-items: center;
            position: relative;
            width: 25%;
            top: 30%;
        }

    img.headerlogo {
        width: 41%;
        position: relative;
        right: 228px;
    }

    img.footerlogo {
        width: 100%;
    }

    button.basket-trigger {
        position: relative !important;
        overflow: visible !important;
        background: #f3f3f3 !important;
        width: 100%;
    }

    .basket-trigger .icon-box {
        position: static !important;
    }

    .basket-trigger .badge {
        position: absolute !important;
        top: -5px !important;
        right: -5px !important;
        left: auto !important;
        background: #ff4757;
        color: white;
        font-size: 11px;
        font-weight: 600;
        padding: 2px 6px;
        border-radius: 10px;
        min-width: 18px;
        text-align: center;
    }

    .basket-wrapper {
        width: 100%;
        margin-top: 10px;
    }

    div#basketDropdown {
        width: 100%;
    }
}

@media only screen and (min-width:481px) and (max-width:768px) {
    div#loading {
        position: fixed;
        margin: 0 auto;
        text-align: center;
        width: 100%;
        z-index: 9999999999999;
        height: 100%;
        background: rgb(255, 255, 255, 0.9);
        padding: 0;
        top: 0;
        display: none;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }

        div#loading img {
            vertical-align: middle;
            align-items: center;
            position: relative;
            width: 50%;
            top: 30%;
        }

    img.headerlogo {
        width: 53%;
        position: relative;
        right: 184px;
    }

    img.footerlogo {
        width: 100%;
    }

    button.basket-trigger {
        position: relative !important;
        overflow: visible !important;
        background: #f3f3f3 !important;
        width: 100%;
    }

    .basket-trigger .icon-box {
        position: static !important;
    }

    .basket-trigger .badge {
        position: absolute !important;
        top: -5px !important;
        right: -5px !important;
        left: auto !important;
        background: #ff4757;
        color: white;
        font-size: 11px;
        font-weight: 600;
        padding: 2px 6px;
        border-radius: 10px;
        min-width: 18px;
        text-align: center;
    }

    .basket-wrapper {
        width: 100%;
        margin-top: 10px;
    }

    div#basketDropdown {
        width: 100%;
    }

    .boxed-layout.container {
        margin: 0;
        padding: 0;
        width: 100% !important;
        max-width: 100%;
    }

    h3.mb-4.fw-bold.text-center {
        font-size: 17px;
    }

    footer {
        width: 100%;
        float: left;
    }
}

@media only screen and (min-width:0px) and (max-width:480px) {
    div#loading {
        position: fixed;
        margin: 0 auto;
        text-align: center;
        width: 100%;
        z-index: 9999999999999;
        height: 100%;
        background: rgb(255, 255, 255, 0.9);
        padding: 0;
        top: 0;
        display: none;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }

        div#loading img {
            vertical-align: middle;
            align-items: center;
            position: relative;
            width: 100%;
            top: 30%;
        }

    img.headerlogo {
        width: 53%;
        position: relative;
        right: 94px;
    }

    img.footerlogo {
        width: 100%;
    }

    aside.filter-sidebar {
        display: none;
    }

    button.basket-trigger {
        position: relative !important;
        overflow: visible !important;
        background: #f3f3f3 !important;
        width: 100%;
    }

    .basket-trigger .icon-box {
        position: static !important;
    }

    .basket-trigger .badge {
        position: absolute !important;
        top: -5px !important;
        right: -5px !important;
        left: auto !important;
        background: #ff4757;
        color: white;
        font-size: 11px;
        font-weight: 600;
        padding: 2px 6px;
        border-radius: 10px;
        min-width: 18px;
        text-align: center;
    }

    .basket-wrapper {
        width: 100%;
        margin-top: 10px;
    }

    div#basketDropdown {
        width: 100%;
    }

    .boxed-layout.container {
        margin: 0;
        padding: 0;
        width: 100% !important;
        max-width: 100%;
    }

    h3.mb-4.fw-bold.text-center {
        font-size: 17px;
    }

    footer {
        width: 100%;
        float: left;
    }
}
