.phone-select {
    background: #f1f1f1;
    padding: 10px 20px;
    margin-bottom: 15px;
    border-bottom: 1px solid #efefef;
    box-shadow: 0 3px 0px rgba(1, 22, 36, .08);
}

.phone-select .title {
    background: none;
    padding: 10px 0;
    border-radius: 0;
    margin-bottom: 0;
    box-shadow: 0 0 0
}

.phone-select .title .flex {
    background: none;
    gap: 10px;
}

.phone-select .title h1 {
    font-size: 20px !important;
    overflow: visible
}

.phone-select .title #phone {
    padding: 0;
    margin-right: 6px;
    background: rgba(255, 255, 255, .5);
    border-radius: 10px;
}

.phone-select .title #phone img {
    height: 102px;
    padding: 10px;
    border: 0;
}

.phone-select .title #info a {
    padding: 5px 10px;
    font: 11px/1 Inter,Arial,Helvetica,sans-serif
}

.phone-select .title #info p {
    font: 13px / 1.5 Arial, helvetica, sans-serif;
    width: 50%;
    height: auto;
}

.phone-select .title #info a {
    margin: 0;
}

.product-area .product-list ul li a #image {
    height: 420px;
}

.category-row {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 20px;
}

.category-row .category-l {
    width: 20%;
    position: sticky;
    top: 10px;
    overflow: auto;
}

.category-row .category-r {
    width: 80%;
}

.category-row .category-l .inner {
    padding: 20px;
    background: #efefef;
    border-radius: 10px;
    box-shadow: 0 8px 40px rgba(1, 22, 36, .08);
}

.category-row .category-l hr {
    margin: 30px 0px;
    background: rgba(29, 29, 29, 0.15)
}

.category-row #tit {
    font: 14px/1.5 Inter,Arial,Helvetica,sans-serif;
    display: block;
    margin-bottom: 10px;
}

.category-row .category-l .filter {
}

.category-row .category-l .filter select {
    width: 100%;
    border: 1px solid rgba(29, 29, 29, 0.3);
    cursor: pointer;
    font: 13px/1.5 Inter,Arial,Helvetica,sans-serif;
    border-radius: 5px;
    background: rgba(255,255,255,.9);
    padding: 10px 15px;
    position: relative;
    -webkit-appearance: none;
    appearance: none;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB4AAAAUCAMAAACtdX32AAAAdVBMVEUAAAD///8AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAhMdQaAAAAJ3RSTlMAAAECAwQGBwsOFBwkJTg5RUZ4eYCHkJefpaytrsXGy8zW3+Do8vNn0bsyAAAAYElEQVR42tXROwJDQAAA0Ymw1p9kiT+L5P5HVEi3qJn2lcPjtIuzUIJ/rhIGy762N3XaThqMN1ZPALsZPEzG1x8LrFL77DHBnEMxBewz0fJ6LyFHTPL7xhwzWYrJ9z22AqmQBV757MHfAAAAAElFTkSuQmCC);
    background-position: 100%;
    background-repeat: no-repeat;
}

.category-row .category-l .list {
}

.category-row .category-l .list ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.category-row .category-l .list ul li {
}

.category-row .category-l .list ul li a {
    display: block;
    color: #191919;
    background: rgb(255 255 255 / 100%);
    margin-bottom: 5px;
    padding: 0 10px;
    border-radius: 5px;
    font: 500 13px/3 Inter,Arial,Helvetica,sans-serif;
}

.category-row .category-l .list ul li a.active {
    background: #191919;
    color: #fff;
}

.category-row .category-l .list-check .check-li {
    max-height: 300px;
    overflow: auto;
    /* background: #fff; */
    padding: 0;
    border-radius: 10px;
    /* max-width: 100%; */
    /* margin-right: 6px; */
}

.category-row .category-l .list-check button {
    width: 100%;
    border: 0;
    text-align: center;
    padding: 6px 30px;
    background: #191919;
    margin: 10px 0;
    border-radius: 10px;
    font: 600 13px/2 Inter,Arial,Helvetica,sans-serif;
    color: #fff;
}

.category-row .category-l .list-check ul {
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
    gap: 5;
    flex-wrap: wrap;
}

.category-row .category-l .list-check ul li {
    cursor: pointer;
    width: calc(100%);
    color: #191919;
    background: rgb(255 255 255 / 100%);
    margin-bottom: 5px;
    margin-right: 5px;
    padding: 0 10px;
    border-radius: 5px;
    font: 500 13px/3 Inter,Arial,Helvetica,sans-serif;
}

.category-row .category-l .list-check ul li label {
    display: flex;
    justify-content: space-between;
}

.product-area.kategori-area .product-list ul li {
    width: calc(100% / 3 - 14px);
    box-shadow: 0 2px 4px rgba(1, 22, 36, .08);
    border-radius: 10px;
}

.product-area .product-list ul li a {
    padding: 0;
    padding-bottom: 20px;
    box-shadow: 0 8px 40px rgba(1, 22, 36, .08);
}

.product-area .product-list ul li .text-det {
    padding: 15px;
}

.product-area .product-list ul li a #image {
    padding: 10px;
    background: #f4f4f4;
    border-radius: 10px 10px 0 0;
    margin-bottom: 0;
    border-bottom: 1px solid #ededed;
}
.product-area .product-list ul li a:hover #image{ background:#fff; }

.product-area .product-list ul li a #image img {
    max-height: 80%;
}

.product-area .product-list ul li a #text b {
    font: 400 16px/1.5 Inter,Arial,Helvetica,sans-serif;
}

.product-area .product-list ul li a #text span {
    color: rgba(35, 35, 35,.6);
    font: 500 12px/1 Inter,Arial,Helvetica,sans-serif
}

.product-area .product-list ul li a #price {
    color: #1b62d7
}

#sepetButton {
    box-shadow: 0 0 0;
    margin-top: -10px;
}

#filtre-bad {
    display: inline-block;
    padding: 15px;
    font: 14px/1.6 Inter,Arial,Helvetica,sans-serif;
    background: #f2f2f2;
    border-radius: 10px;
}

#filtre-bad b {
    display: block;
    font-size: 12px;
}

.slider-container-top {
    position: relative;
    width: 100%;
    margin: auto;
    overflow: hidden;
    margin-top: 15px;
}

.new-product-top {
    background: #fff;
    border-radius: 0;
    margin-bottom: 20px;
    padding-bottom: 10px;
    position: relative;
    border-bottom: 1px solid #eee;
}

.new-product-top .controls {
    margin: 5px 0px;
    text-align: right;
    position: absolute;
    right: 0;
    z-index: 3;
    top: 0;
}

.new-product-top .controls button {
    padding: 15px;
    border: 0;
    background: #eee;
    color: #191919;
    cursor: pointer;
}

.new-product-top .new-title {
    color: #000;
    font: 600 26px Inter,Arial,Helvetica,sans-serif;
    line-height: 2;
    padding: 0;
    margin: 0;
    margin-bottom: 0;
    letter-spacing: -.3px;
    border-bottom: 1px solid #eee;
}

.new-product-top .inner {
    padding: 0;
}

.new-product-top .inner ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    gap: 26px;
    align-items: flex-start;
    justify-content: space-between;
}

.new-product-top .inner ul li {
    width: calc(100% / 5 - 20px);
    border-radius: 10px;
    flex-shrink: 0;
    border: 1px solid #eee;
}

.new-product-top .inner ul li a {
}

.new-product-top .inner ul li a .img {
    text-align: center;
    height: 100px;
    background: #f4f4f4;
    position: relative;
    z-index: 1;
    border-bottom: 1px solid #ededed;
    border-radius: 10px 10px 0 0;
}

.new-product-top .inner ul li a .img img {
    display: block;
    text-align: center;
    margin: auto;
    max-width: 85%;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    height: auto;
    width: auto;
    max-height: 85%;
    z-index: 1
}

.new-product-top .inner ul li a .text {
    padding: 10px;
    background: #fff;
    border-radius: 0 0 10px 10px;
}

.new-product-top .inner ul li a .text b.title {
    height: 35px;
    margin-bottom: 10px;
    font: 400 12px/1.5 Inter,Arial,Helvetica,sans-serif;
    margin-bottom: 5px;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    color: #000;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal
}

.new-product-top .inner ul li a .text .price {
    color: #000;
    font: 17px/1.5 Inter,Arial,Helvetica,sans-serif;
    padding: 0;
}

@media(max-width: 1100px) {
    .bg {
        z-index:92;
    }

    .mb-Fi {
        display: inline-block;
        padding: 8px 20px;
        font: 600 14px / 1.6 Inter, Arial, Helvetica, sans-serif;
        background: #f4f4f4;
        border-radius: 8px;
        color: #191919;
        border-radius: 10px;
    }

    .mb-Fi.fil {
        display: flex;
        width: 100%;
        align-items: center;
        -webkit-appearance: none;
        appearance: none;
        background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB4AAAAUCAMAAACtdX32AAAAdVBMVEUAAAD///8AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAhMdQaAAAAJ3RSTlMAAAECAwQGBwsOFBwkJTg5RUZ4eYCHkJefpaytrsXGy8zW3+Do8vNn0bsyAAAAYElEQVR42tXROwJDQAAA0Ymw1p9kiT+L5P5HVEi3qJn2lcPjtIuzUIJ/rhIGy762N3XaThqMN1ZPALsZPEzG1x8LrFL77DHBnEMxBewz0fJ6LyFHTPL7xhwzWYrJ9z22AqmQBV757MHfAAAAAElFTkSuQmCC);
        background-position: 100%;
        background-repeat: no-repeat;
    }

    .mb-Fi.close {
        position: absolute;
        top: 0px;
        right: 20px;
        padding: 10px 15px;
        background: #e4e4e4;
        color: #191919
    }

    .category-row {
        flex-direction: column;
    }

    .category-row .category-l {
        display: none;
    }

    .category-row .category-l.active {
        display: block;
        position: fixed;
        z-index: 999999;
        bottom: 0;
        top: inherit;
        left: 0;
        right: 0;
        width: 100%;
        padding: 10px;
    }

    .category-row .category-l.active .inner {
        height: 70vh;
        overflow: auto;
    }

    .category-row .category-l, .category-row .category-r {
        width: 100%;
        position: relative;
    }

    .product-area.kategori-area .product-list ul li {
        width: calc(100% / 2 - 5px);
    }

    .product-area .product-list ul li a #image {
        height: 190px;
        background: #efefef
    }

    .product-area .product-list ul li a #image img {
        max-height: 90%;
    }

    .phone-select {
        padding: 10px;
    }

    .phone-select .title {
        padding: 0;
        margin-top: 5px;
    }

    .phone-select .title #phone img {
        height: 90px;
    }

    .phone-select .title .flex h1 {
        font-size: 14px !important;
        white-space: wrap;
        line-height: 1.5
    }

    .phone-select .title #info p {
        display: none;
    }

    .phone-select .title #info a {
        margin-top: 5px;
    }

    .product-area .product-list ul li a #text b {
        font: 400 14px/1.5 Inter,Arial,Helvetica,sans-serif
    }
	
	.new-product-top{ 
    padding: 10px;
    background: #eee;
	border-radius: 10px;
	}
    .new-product-top .controls {
        top: 5px;
		right:10px;
    }

    .new-product-top .controls button {
        padding: 10px;
        font-size: 10px;
		background:#fff;
    }

    .new-product-top .new-title {
        font-size: 18px;
		border-color:#ddd;
    }

    .new-product-top .inner ul li a .img {
        height: 120px;
    }

    .new-product-top .inner ul li a .text {
        padding: 6px;
    }

    .new-product-top .inner ul li a .text b.title {
        height: 35px;
        margin-bottom: 5px;
        font: 400 12px/1.5 Inter,Arial,Helvetica,sans-serif;
    }

    .new-product-top .inner ul li a .text .price {
        font: 600 15px Inter,Arial,Helvetica,sans-serif;
    }
}
