@media only screen and (max-width: 1000px) {

    .order-xsm-1 {
        order: 1 !important;
    }

    .order-xsm-2 {
        order: 2 !important;
    }

    .order-xsm-3 {
        order: 3 !important;
    }

    .order-xsm-4 {
        order: 4 !important;
    }

    .order-xsm-5 {
        order: 5 !important;
    }

    .order-xsm-6 {
        order: 6 !important;
    }

    .order-xsm-7 {
        order: 7 !important;
    }

    .order-xsm-8 {
        order: 8 !important;
    }

    .order-xsm-9 {
        order: 9 !important;
    }

    .order-xsm-10 {
        order: 10 !important;
    }

    .custom-nav {
        display: none;
    }

    .mt-sm-6 {
        margin-top: 7rem !important;
    }

    .nav-mobile {
        display: block;
        position: fixed;
        z-index: 99;
        background: #8B8D8F;
        width: 100%;
        height: 90px;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        padding: 10px 25px 20px 25px;
        overflow: hidden;
        transition: height .4s;
    }

    .nav-mobile.active {
        height: 100%;
        transition: height .4s;
    }

    .nav-mobile-ul {
        padding-left: 30px;
        list-style: none;
    }

    .nav-mobile-ul > li > .submenu {
        opacity: 0;
        height: 0;
        transform: scale(0);
        transform-origin: top left;
        transition: height .4s, opacity .4s, transform .4s;
        padding-left: 10px;
    }

    .nav-mobile-ul > li > .submenu.active {
        opacity: 1;
        height: 240px;
        transform: scale(1);
        transform-origin: top left;
        transition: height .4s, opacity .4s, transform .4s;
    }

    .nav-mobile-ul > li > .submenu ul li a {
        font-size: 17px;
        line-height: 30px;
        font-family: 'Oswald2';
        letter-spacing: 1px;
        color: #e6e6e6;
    }

    .nav-mobile-ul li a {
        color: white;
        text-transform: uppercase;
        font-family: 'Oswald';
        font-size: 20px;
        line-height: 50px;
        letter-spacing: 1px;
    }


    .nav-icon-5 {
        width: 30px;
        height: 22px;
        margin: 10px 10px;
        position: relative;
        cursor: pointer;
        display: inline-block;
    }

    .nav-icon-5 span {
        background-color: #fff;
        position: absolute;
        transition: .3s cubic-bezier(.8, .5, .2, 1.4);
        width: 100%;
        height: 2px;
        transition-duration: 500ms
    }

    .nav-icon-5 span:nth-child(1) {
        top: 0px;
        left: 0px;
    }

    .nav-icon-5 span:nth-child(2) {
        top: 9px;
        left: 0px;
        opacity: 1;
    }

    .nav-icon-5 span:nth-child(3) {
        bottom: 3px;
        left: 0px;
    }

    .nav-icon-5.open span:nth-child(1) {
        transform: rotate(45deg);
        top: 9px;
    }

    .nav-icon-5.open span:nth-child(2) {
        opacity: 0;
    }

    .nav-icon-5.open span:nth-child(3) {
        transform: rotate(-45deg);
        top: 9px;
    }

    .home-card-group {
        margin-top: 6rem !important;
    }

    .home-card-group .col-lg-8 {
        padding-right: 0;
    }

    .home-card-group .text-card h1 {
        font-size: 1.5rem;
    }

    .home-card-group .text-card p {
        font-size: 11px;
    }

    .home-card-group .text-card em {
        font-size: 14px;
    }

    .swiper-slide {
        height: fit-content !important;
    }

    .swiper-slide img {
        width: 100%;
    }

    .shopping-nav {
        display: none;
    }

    .basket {
        margin-top: 125px;
    }

    .basket .table-h200 > tbody > tr > th {
        height: 150px;
    }

    .w-sm-100 {
        width: 100% !important;
    }

    .basket .spt-left-desc h5 {
        font-size: 1rem;
    }

    .basket .spt-left-desc p {
        font-size: 14px;
        font-family: 'Libre Baskerville,Times,serif';
        letter-spacing: 1px;
    }

    .blog-page {
        margin-top: 8rem !important;
    }

    .grid-container {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 40px 40px;
        grid-template-areas: "grid-1 grid-3" "grid-4 grid-5" "grid-2 grid-2";
    }

    .grid-a {
        grid-area: grid-a;
    }

    .grid-c {
        grid-area: grid-c;
    }

    .grid-b {
        grid-area: grid-b;
    }

    .grid-d {
        grid-area: grid-d;
    }

    .grid-e {
        grid-area: grid-e;
    }

    .login-img {
        display: none;
    }

    .urun-detail {
        padding: unset;
    }

    .gtu2 {
        width: calc(100% - 165px);
    }
}

@media only screen and (max-width: 770px) {
    .blog-detay-head {
        height: 345px;
    }

    .basket .table-h200 > tbody > tr > th {
        height: 130px;
    }

    .basket .table-h200 > tbody h2 {
        font-size: 14px;
    }

    .basket .table-h200 > tbody h6 {
        font-size: 13px;
    }

    .basket .table-h200 > tbody small {
        font-size: 13px;
    }

    .delete-btn {
        padding: 8px;
    }

    .delete-btn svg {
        width: 6px;
        height: 6px;
    }

    footer .foot {
        padding: 20px 0;
    }

    .profile-ul {
        display: none;
    }

}

@media only screen and (max-width: 650px) {

    .teslimat-info h6 {
        margin-top: 25px;
        margin-bottom: 0;
    }

    footer .foot {
        padding: 28px 0;
    }

    footer .foot > .row > .col-sm-4 h6 {
        width: 100%;
        text-align: center;
    }

    footer .foot > .row > .col-sm-4 > ul > li > a {
        width: 100%;
        text-align: center;
    }

    .ps-sm-0{
        padding-left: 0;
    }

}

@media only screen and (max-width: 580px) {

    .nav-mobile {
        height: 65px;
    }

    .nav-mobile .mobile-logo {
        width: 120px;
    }

    .nav-mobile .nav-mobile-header .row .col-sm-4 {
        width: fit-content;
    }

    .home-card-group > .row > .col-lg-4 {
        padding: 0 20px !important;
    }

    .home-card-group > .row > .col-lg-4 .mt-sm-4 {
        margin-top: 25px !important;
    }

    .home-card-group > .row > .col-lg-8 {
        padding: 0 20px !important;
    }

    .home-card-group > .row > .col-lg-12 {
        padding: 0 20px !important;
    }

    .urun-box {
        justify-content: center;
    }

    .urun-desc {
        padding: 16px;
    }

    .basket > ul > li > a {
        font-size: 10px;
    }

    .basket .table-h200 > tbody > tr > th {
        height: 100px;
    }

    .basket .table-h200 > tbody h2 {
        font-size: 12px;
    }

    .basket .table-h200 > tbody h6 {
        font-size: 11px;
    }

    .basket .table-h200 > tbody small {
        font-size: 12px;
    }

    .custom-form-control {
        height: 35px;
    }

    .urun-swiper > .row > .col-lg-6{
        width: 100%;
    }

    #swwp {
        display: none;
    }

    footer .foot > .row > .col-lg-3 {
        padding: 0 20px !important;
    }

    footer .foot > .row > .col-lg-3 h6 {
        margin-top: 20px;
        text-align: center;
    }

    .social-media {
        justify-content: center;
    }

    .blog-page {
        margin-top: 5rem !important;
    }

    .grid-container {
        display: grid;
        grid-template-columns: 1fr;
        gap: 40px 40px;
        grid-template-areas: "grid-1" "grid-3" "grid-4" " grid-5" "grid-2";
    }

    .grid-a {
        grid-area: grid-a;
    }

    .grid-c {
        grid-area: grid-c;
    }

    .grid-b {
        grid-area: grid-b;
    }

    .grid-d {
        grid-area: grid-d;
    }

    .grid-e {
        grid-area: grid-e;
    }

    .btn-custom-large-dark.w-25 {
        width: 100% !important;
    }

    .blog-detay-head {
        height: 315px;
    }

    .gtu2{
        width: 100%;
    }
    .urun-title{
        margin-top: 20px;
    }
}

@media only screen and (max-width: 475px) {
    .basket .table-h200 > tbody h2 {
        font-size: 11px;
    }

    .basket .table-h200 > tbody small {
        font-size: 10px;
    }

    .custom-form-control {
        padding: 3px 3px;
    }
}

@media only screen and (max-width: 400px) {
    .blog-detay-head {
        height: 250px;
    }

    .custom-form-control {
        height: 50px;
        border-radius: 0;
        transition: all .3s;
        padding: 3px 3px;
    }

    .basket .table-h200 > tbody > tr > th {
        height: 75px;
    }

    .basket .table-h200 > tbody h2 {
        font-size: 9px;
    }

    .basket .table-h200 > tbody small {
        font-size: 9px;
    }

    .basket .table-h200 > tbody h6 {
        font-size: 8px;
    }

    .basket > ul > li > a {
        font-size: 9px;
    }

    .basket > ul > li > a {
        margin: 0 10px;
    }
}