

.anasayfacontainerdiv {
    width: 70%;
    margin: 1rem auto;
    display: flex;
    justify-content: space-between;
}

.filtercontainerdiv {
 
    width: 20%;
    border: 1px solid #d7d7d7;
    padding-bottom: 1rem;
    height: 100dvh;
}

.menuackapa{
    display: none;
    background-color: #63daf8;
            position: absolute;
        padding: 0.8rem 0.1rem ;
            left: 100%;
            top: 3%;
            z-index: 1200000000;
        }

.markalarspan {
    margin: 1rem 0px 0px 1rem;
    font-size: 18px;
}

.filteritemsmarka {
    height: 25%;
    overflow-y: scroll;
    width: 90%;
    margin: 1rem auto 0px auto;
    border: 1px solid #d7d7d7;
}

.headerfiltermarka {
    margin-left: 1rem;
    font-size: 19px;
}

.markalar>ul {
    list-style: none;
    margin-left: 2rem;
}

.markalar>ul>li {
    padding: .2rem 0px;
}

.filterpricecontainerdiv {
    width: 90%;
    border: 1px solid #d7d7d7;
    margin: 1rem auto;
    height: 10%;
}

.pricefilterinputcontainerdiv {
    display: flex;
}

.pricefilterinputcontainerdiv>input {
    width: 40%;
    margin: 0px 1rem;
}

.pricefiltersubmitbtncontainerdiv {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1rem 0px;
}

.pricefiltersubmitbtn {
    padding: 0.4rem 3rem;
    background-color: rgb(243, 174, 46);
    border: none;
    border-radius: 5px;
    color: white;
    font-size: 18px;
}

.produckcontainerdiv {
    width: 78%;
    border: 1px solid #d7d7d7;
}

.produckheader {
    width: 100%;
    border-bottom: 1px dashed #d7d7d7;
    min-height: 5rem;
    display: flex;
    justify-content: center;
    align-items: center;
}

#searcinput {
    width: 80%;
    padding: .5rem 1rem;
    font-size: 18px;
    outline: 1px solid gray;
    border: none;
    border-bottom-left-radius: 5px;
    border-top-left-radius: 5px;
}

.btnsearcsubmit {
    padding: .7rem 1rem;
    background-color: rgb(95, 95, 247);
    border: 1px solid gray;
    color: #ebe9e9;
}

.btnsearcsubmit:hover {
    padding: .7rem 1rem;
    background-color: rgb(58, 58, 247);
    border: 1px solid gray;
    color: #f5f4f4;
}

#searcinput:focus {

    outline: 1px solid rgb(81, 178, 243);
    border: none;
}

.produckbody {
    width: 100%;
    padding: 1rem;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
    gap: 16px;

}

.produckcartcontainer {

    border: 1px solid #d7d7d7;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.produckimagescontainerdiv {
    width: 90%;
    height: 15rem;
    margin: 1rem 0px;
    display: flex;
    align-items: center;
}

.produckimagescontainerdiv>img {
    width: 100%;
}

.aciklamacontainerdiv {
    margin-bottom: 1rem;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.pricespan {
    font-size: 25px;
}

.items {
    padding: .8% 1%;
}

.items:hover {
    background-color: rgb(80, 79, 79);
    border-radius: 5px;
    color: white;

}

.marka {
    height: 100%;
    display: block;
    padding: .2rem;
    width: 100%;
    background-color: #f3f3f3;
}

.active {
    background-color: #f3ab3e;
    color: white;
}
.actionnavbar {
    background-color: rgb(80, 79, 79);
    color: white;
      border-radius: 5px;
}

/* 12000 değişimi  */
@media screen and (min-width: 750px) and (max-width: 1150px) {
   

    .anasayfacontainerdiv {
        width: 100%;
        margin: 1rem auto;
        display: flex;
        justify-content: space-between;
    }

  .filtercontainerdiv{
    position: fixed;
    left: 0;
    top: 0;
    height: 100dvh;
    width: 260px;
    max-width: 80vw;
    transform: translateX(-100%);
    transition: transform .25s ease;
    background: #fff;
    z-index: 9999;

  }

  .menuackapa{
    display: block;
    background: #5f5d5d;
    position: fixed;
    left: 100%;
    top: 80px;
    z-index: 10000;
   color: white;
    padding: 1rem .2rem;
 
    cursor: pointer;
  }

    .markalarspan {
        margin: 1rem 0px 0px 1rem;
        font-size: 18px;
    }

    .filteritemsmarka {
        height: 30%;
        overflow-y: scroll;
        width: 90%;
        margin: 1rem auto 0px auto;
        border: 1px solid #d7d7d7;
    }

    .headerfiltermarka {
            overflow-y: scroll;
        margin-left: 1rem;
        font-size: 15px;
    }

    .markalar>ul {
        list-style: none;
        margin-left: .5rem;
    }

    .markalar>ul>li {
        padding: .2rem 0px;
    }

    .filterpricecontainerdiv {
        width: 90%;
        border: 1px solid #d7d7d7;
        margin: 1rem auto;
        height: 10%;
    }

    .pricefilterinputcontainerdiv {
        display: flex;
    }

    .pricefilterinputcontainerdiv>input {
        width: 40%;
        margin: 0px 1rem;
    }

    .pricefiltersubmitbtncontainerdiv {
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 1rem 0px;
    }

    .pricefiltersubmitbtn {
        padding: 0.4rem 3rem;
        background-color: rgb(243, 174, 46);
        border: none;
        border-radius: 5px;
        color: white;
        font-size: 18px;
    }

    .produckcontainerdiv {
        width: 100%;
        border: 1px solid #d7d7d7;
    }

    .produckheader {
        width: 100%;
        border-bottom: 1px dashed #d7d7d7;
        min-height: 5rem;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    #searcinput {
        width: 80%;
        padding: .5rem 1rem;
        font-size: 18px;
        outline: 1px solid gray;
        border: none;
        border-bottom-left-radius: 5px;
        border-top-left-radius: 5px;
    }

    .btnsearcsubmit {
        padding: .7rem 1rem;
        background-color: rgb(95, 95, 247);
        border: 1px solid gray;
        color: #ebe9e9;
    }

    .btnsearcsubmit:hover {
        padding: .7rem 1rem;
        background-color: rgb(58, 58, 247);
        border: 1px solid gray;
        color: #f5f4f4;
    }

    #searcinput:focus {

        outline: 1px solid rgb(81, 178, 243);
        border: none;
    }

    .produckbody {
        width: 100%;
        padding: 1rem;
        display: grid;
        grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
        gap: 16px;

    }

    .produckcartcontainer {

        border: 1px solid #d7d7d7;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .produckimagescontainerdiv {
        width: 90%;
        height: 15rem;
        margin: 1rem 0px;
        display: flex;
        align-items: center;
    }

    .produckimagescontainerdiv>img {
        width: 100%;
    }

    .aciklamacontainerdiv {
        margin-bottom: 1rem;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .pricespan {
        font-size: 25px;
    }

    .items {
        padding: .8% 1%;
    }

    .items:hover {
        background-color: rgb(80, 79, 79);
        border-radius: 5px;
        color: white;

    }

    .marka {
        height: 100%;
        display: block;
        padding: .2rem;
        width: 100%;
        background-color: #f3f3f3;
    }

    .active {
        background-color: #f3ab3e;
        color: white;
    }
}
@media screen and (min-width: 552px) and (max-width: 750px) {
   

    .anasayfacontainerdiv {
        width: 100%;
        margin: 1rem auto;
        display: flex;
        justify-content: space-between;
    }

  .filtercontainerdiv{
    position: fixed;
    left: 0;
    top: 0;
    height: 100dvh;
    width: 260px;
    max-width: 80vw;
    transform: translateX(-100%);
    transition: transform .25s ease;
    background: #fff;
    z-index: 9999;

  }

  .menuackapa{
    display: block;
    background: #5f5d5d;
    position: fixed;
    left: 100%;
    top: 80px;
    z-index: 10000;
    background: #5f5d5d;
    padding: 1rem .2rem;
    color: white;
 
    cursor: pointer;
  }

    .markalarspan {
        margin: 1rem 0px 0px 1rem;
        font-size: 18px;
    }

    .filteritemsmarka {
        height: 30%;
        overflow-y: scroll;
        width: 90%;
        margin: 1rem auto 0px auto;
        border: 1px solid #d7d7d7;
    }

    .headerfiltermarka {
            overflow-y: scroll;
        margin-left: 1rem;
        font-size: 15px;
    }

    .markalar>ul {
        list-style: none;
        margin-left: .5rem;
    }

    .markalar>ul>li {
        padding: .2rem 0px;
    }

    .filterpricecontainerdiv {
        width: 90%;
        border: 1px solid #d7d7d7;
        margin: 1rem auto;
        height: 10%;
    }

    .pricefilterinputcontainerdiv {
        display: flex;
    }

    .pricefilterinputcontainerdiv>input {
        width: 40%;
        margin: 0px 1rem;
    }

    .pricefiltersubmitbtncontainerdiv {
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 1rem 0px;
    }

    .pricefiltersubmitbtn {
        padding: 0.4rem 3rem;
        background-color: rgb(243, 174, 46);
        border: none;
        border-radius: 5px;
        color: white;
        font-size: 18px;
    }

    .produckcontainerdiv {
        width: 100%;
        border: 1px solid #d7d7d7;
    }

    .produckheader {
        width: 100%;
        border-bottom: 1px dashed #d7d7d7;
        min-height: 5rem;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    #searcinput {
        width: 80%;
        padding: .5rem 1rem;
        font-size: 18px;
        outline: 1px solid gray;
        border: none;
        border-bottom-left-radius: 5px;
        border-top-left-radius: 5px;
    }

    .btnsearcsubmit {
        padding: .7rem 1rem;
        background-color: rgb(95, 95, 247);
        border: 1px solid gray;
        color: #ebe9e9;
    }

    .btnsearcsubmit:hover {
        padding: .7rem 1rem;
        background-color: rgb(58, 58, 247);
        border: 1px solid gray;
        color: #f5f4f4;
    }

    #searcinput:focus {

        outline: 1px solid rgb(81, 178, 243);
        border: none;
    }

    .produckbody {
        width: 100%;
        padding: 1rem;
        display: grid;
        grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
        gap: 16px;

    }

    .produckcartcontainer {

        border: 1px solid #d7d7d7;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .produckimagescontainerdiv {
        width: 90%;
        height: 15rem;
        margin: 1rem 0px;
        display: flex;
        align-items: center;
    }

    .produckimagescontainerdiv>img {
        width: 100%;
    }

    .aciklamacontainerdiv {
        margin-bottom: 1rem;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .pricespan {
        font-size: 25px;
    }

    .items {
        padding: .8% 1%;
    }

    .items:hover {
        background-color: rgb(80, 79, 79);
        border-radius: 5px;
        color: white;

    }

    .marka {
        height: 100%;
        display: block;
        padding: .2rem;
        width: 100%;
        background-color: #f3f3f3;
    }

    .active {
        background-color: #f3ab3e;
        color: white;
    }
}
@media screen and (min-width: 350px) and (max-width: 552px) {
   

    .anasayfacontainerdiv {
        width: 100%;
        margin: 1rem auto;
        display: flex;
        justify-content: space-between;
    }

  .filtercontainerdiv{
    position: fixed;
    left: 0;
    top: 1rem;
    height: 90dvh;
    width: 260px;
    max-width: 80vw;
    transform: translateX(-100%);
    transition: transform .25s ease;
    background: #fff;
    z-index: 9999;
    
  }

  .menuackapa{
    display: block;
    position: fixed;
    left: 100%;
    top: 80px;
    z-index: 10000;
    background: #5f5d5d;
    padding: 1rem .2rem;
    color: white;
 
    cursor: pointer;
  }

    .markalarspan {
        margin: 1rem 0px 0px 1rem;
        font-size: 18px;
    }

    .filteritemsmarka {
        height: 30%;
        overflow-y: scroll;
        width: 90%;
        margin: 1rem auto 0px auto;
        border: 1px solid #d7d7d7;
    }

    .headerfiltermarka {
            overflow-y: scroll;
        margin-left: 1rem;
        font-size: 15px;
    }

    .markalar>ul {
        list-style: none;
        margin-left: .5rem;
    }

    .markalar>ul>li {
        padding: .2rem 0px;
    }

    .filterpricecontainerdiv {
        width: 90%;
        border: 1px solid #d7d7d7;
        margin: 1rem auto;
        height: 10%;
    }

    .pricefilterinputcontainerdiv {
        display: flex;
    }

    .pricefilterinputcontainerdiv>input {
        width: 40%;
        margin: 0px 1rem;
    }

    .pricefiltersubmitbtncontainerdiv {
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 1rem 0px;
    }

    .pricefiltersubmitbtn {
        padding: 0.4rem 3rem;
        background-color: rgb(243, 174, 46);
        border: none;
        border-radius: 5px;
        color: white;
        font-size: 18px;
    }

    .produckcontainerdiv {
        width: 100%;
        border: 1px solid #d7d7d7;
    }

    .produckheader {
        width: 100%;
        border-bottom: 1px dashed #d7d7d7;
        min-height: 5rem;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    #searcinput {
        width: 80%;
        padding: .5rem 1rem;
        font-size: 18px;
        outline: 1px solid gray;
        border: none;
        border-bottom-left-radius: 5px;
        border-top-left-radius: 5px;
    }

    .btnsearcsubmit {
        padding: .7rem 1rem;
        background-color: rgb(95, 95, 247);
        border: 1px solid gray;
        color: #ebe9e9;
    }

    .btnsearcsubmit:hover {
        padding: .7rem 1rem;
        background-color: rgb(58, 58, 247);
        border: 1px solid gray;
        color: #f5f4f4;
    }

    #searcinput:focus {

        outline: 1px solid rgb(81, 178, 243);
        border: none;
    }

    .produckbody {
        width: 100%;
        padding: 1rem;
        display: grid;
        grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
        gap: 16px;

    }

    .produckcartcontainer {

        border: 1px solid #d7d7d7;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .produckimagescontainerdiv {
        width: 90%;
        height: 15rem;
        margin: 1rem 0px;
        display: flex;
        align-items: center;
    }

    .produckimagescontainerdiv>img {
        width: 100%;
    }

    .aciklamacontainerdiv {
        margin-bottom: 1rem;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .pricespan {
        font-size: 25px;
    }

    .items {
        padding: .8% 1%;
    }

    .items:hover {
        background-color: rgb(80, 79, 79);
        border-radius: 5px;
        color: white;

    }

    .marka {
        height: 100%;
        display: block;
        padding: .2rem;
        width: 100%;
        background-color: #f3f3f3;
    }

    .active {
        background-color: #f3ab3e;
        color: white;
    }
}
@media screen and (min-width: 220px) and (max-width: 350px) {
   

    .anasayfacontainerdiv {
        width: 100%;
        margin: 1rem auto;
        display: flex;
        justify-content: space-between;
    }

  .filtercontainerdiv{
    position: fixed;
    right: 100%;
    left: 0;
    top: 0;
    height: 100dvh;
    width: 260px;
    max-width: 80vw;
    transform: translateX(-100%);
    transition: transform .25s ease;
    background: #fff;
    z-index: 9999;
    
  }

  .menuackapa{
    display: block;
    position: fixed;
    left: 100%;
    top: 80px;
    z-index: 10000;
    background: #5f5d5d;
    padding: 1rem .2rem;
    color: white;
 
    cursor: pointer;
  }

    .markalarspan {
        margin: 1rem 0px 0px 1rem;
        font-size: 18px;
    }

    .filteritemsmarka {
        height: 30%;
        overflow-y: scroll;
        width: 90%;
        margin: 1rem auto 0px auto;
        border: 1px solid #d7d7d7;
    }

    .headerfiltermarka {
            overflow-y: scroll;
        margin-left: 1rem;
        font-size: 15px;
    }

    .markalar>ul {
        list-style: none;
        margin-left: .5rem;
    }

    .markalar>ul>li {
        padding: .2rem 0px;
    }

    .filterpricecontainerdiv {
        width: 90%;
        border: 1px solid #d7d7d7;
        margin: 1rem auto;
        height: 10%;
    }

    .pricefilterinputcontainerdiv {
        display: flex;
    }

    .pricefilterinputcontainerdiv>input {
        width: 40%;
        margin: 0px 1rem;
    }

    .pricefiltersubmitbtncontainerdiv {
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 1rem 0px;
    }

    .pricefiltersubmitbtn {
        padding: 0.4rem 3rem;
        background-color: rgb(243, 174, 46);
        border: none;
        border-radius: 5px;
        color: white;
        font-size: 18px;
    }

    .produckcontainerdiv {
        width: 100%;
        border: 1px solid #d7d7d7;
    }

    .produckheader {
        width: 100%;
        border-bottom: 1px dashed #d7d7d7;
        min-height: 5rem;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    #searcinput {
        width: 80%;
        padding: .5rem 1rem;
        font-size: 18px;
        outline: 1px solid gray;
        border: none;
        border-bottom-left-radius: 5px;
        border-top-left-radius: 5px;
    }

    .btnsearcsubmit {
        padding: .7rem 1rem;
        background-color: rgb(95, 95, 247);
        border: 1px solid gray;
        color: #ebe9e9;
    }

    .btnsearcsubmit:hover {
        padding: .7rem 1rem;
        background-color: rgb(58, 58, 247);
        border: 1px solid gray;
        color: #f5f4f4;
    }

    #searcinput:focus {

        outline: 1px solid rgb(81, 178, 243);
        border: none;
    }

    .produckbody {
        width: 100%;
        padding: 1rem;
        display: grid;
        grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
        gap: 16px;

    }

    .produckcartcontainer {

        border: 1px solid #d7d7d7;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .produckimagescontainerdiv {
        width: 90%;
        height: 15rem;
        margin: 1rem 0px;
        display: flex;
        align-items: center;
    }

    .produckimagescontainerdiv>img {
        width: 100%;
    }

    .aciklamacontainerdiv {
        margin-bottom: 1rem;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .pricespan {
        font-size: 25px;
    }

    .items {
        padding: .8% 1%;
    }

    .items:hover {
        background-color: rgb(80, 79, 79);
        border-radius: 5px;
        color: white;

    }

    .marka {
        height: 100%;
        display: block;
        padding: .2rem;
        width: 100%;
        background-color: #f3f3f3;
    }

    .active {
        background-color: #f3ab3e;
        color: white;
    }
}