<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@media screen and (max-width:992px),screen and (max-device-width:992px) {
/***** search vhicle *****/
.search-vhicle{
    display:none;
}
.product-detail .img-product {
    height: 200px;
}
.product-info .content{
    padding:0;
}
.product-detail h1 {
    font-size: 12px;
}
.main-slider .vehicle-selection {
    top: 25%;
    left: 4%;
    width: 93%;
}
.main-slider .vehicle-selection .title {
    display: none;
}
.main-slider .vehicle-selection .select {
    width: 100%;
    background-color: rgb(88 96 114 / 60%);
}
.main-slider .vehicle-selection li {
    float:none;
    margin-right: 0px;
    margin-bottom:5px;
    width: 100%;
}
.card-list img{
    object-fit: contain;
    width: 100%;
    height:125px;
}
.cardBody a{
    font-size:14px;
}
.choose ul {
    margin-bottom: 0;
    display: none;
}
.mobil-block{
    display:block
}
.main-slider{
    margin-bottom:15px
}
.main-slider img{
   min-height:auto
}
.filter-box{
    display:none;
}
.mobil-menu{
    display:inline-block;
}
.desktop{
    display:none;
}
.basket .choose{
    text-align:right;
    margin-bottom:5px;
}
.pnlfilter{
    display:none;
    width:100%;
    max-width:100%
}
.search-filter .mobile{
    display:inline-block;
}
.search-filter{
    margin: 5px;
    display: flex;
    justify-content: space-between;
    padding:0;
}
.search-filter .control{
    flex-basis:50%;
}
.search-filter &gt; button{
    border-radius: 5px 0 0 5px;
}
.search-filter .custom-ddl{
    margin:0;
}
.search-filter .custom-ddl button{
    border-radius: 0 5px 5px 0;
    border-left: 0;
}

/**********
 HEADER
**********/
.header .header-middle .top .navigation {
    flex-basis: 40%;
}
.header .header-middle .top .search-box {
    flex-basis: 40%;
}
}

@media screen and (max-width:768px),screen and (max-device-width:768px) {

 .card-list .cardBody a {
        font-size: 12px
    }

 .card-list .cardBody p{
        margin-bottom:5px;
        text-align:left;
    }

 .sale {
        font-size: 18px;
        margin-right: 0;
    }
 .shortcut{
     display:none
 }
 .cart-button{
     display:none!important;
 }
 .fixed-bottom{
     display:block
 }
 #pnlSepetOzet{
     height:0!important;
     padding:0
 }
 #pnlSepetOzetContent{
    min-height:unset!important
 }

/**********
 HEADER
**********/
.header .header-middle .top .navigation {
    flex-basis: 100%;
}
.header .header-middle .top .search-box {
    flex-basis: 60%;
}
.account-navigation {
    min-height:unset;
    justify-content: start;
    margin:10px 0;
}

.pazaryerleri{
    margin-top:30px
}
}

@media screen and (max-width:640px),screen and (max-device-width:640px){
    .card-list div[class*="col-"] {
        padding:0;
    }
/**********
 HEADER
**********/
.header .header-middle .top .search-box {
    flex-basis: 100%;
}
.header .header-middle .top .logo {
    flex-basis: 100%;
    text-align: center;
}

.fixed-icon {
    position: fixed;
    z-index: 999;
}
.fixed-icon img{
    width:40px
}
}
</pre></body></html>