@media screen and (min-width:1350px) {
    .container {
        padding: 0;
        width: 1300px;
    }
}

@media screen and (max-width:1350px) {
    .header-top-container .header-top-left .header-top-left-start > span {
        font-size: 10px;
    }
    
    .header-top-container .header-top-left {
        width: 60%;
    }
    
    .header-top-container .header-top-right {
        width: 40%;
    }
    .footer-ebulten-right > button {
        font-size: 12px;
    }
    .home-list-options-content .home-list-options-middle > ul {
        justify-content: flex-start;
    }
    
    .home-list-options-content .home-list-options-right > a > img {
        height: 100%;
    }
    
    .home-list-options-content .home-list-options-right > a {
        height: 100%;
    }
}

@media screen and (max-width:1250px){
    .product-container .product-swiper-prev {
        left: 0;
    }
    
    .product-container .product-swiper-next {
        right: 0;
    }
}

@media screen and (min-width:1200px){
    .header-mobil-container{
        display: none;
    }
 
    .mobil-sliders{
        display: none;
    }
    .mobil-categories-banners{
        display: none;
    }

}

@media screen and (max-width: 1200px){
    .header-banner-container {
        display: none;
    }
    .header-mobil-search > input {
        width: 90%;
        border: none !important;
    }
    
    .header-mobil-search > input::placeholder {
        color: #a7a7a7;
    }
    
    .mobil-sliders .mobil-slider {
        width: 100%;
    }
    
    .mobil-sliders .mobil-slider .swiper-wrapper {
        width: 100%;
    }
    
    .mobil-sliders .mobil-slider .swiper-wrapper .swiper-slide {
        width: 100% !important;
    }

    .mobil-categories-banners {
        display: flex;
        flex-wrap: wrap;
        gap: 1rem;
        padding: 1rem;
    }
    
    .mobil-categories-banners .mobil-categories-banner {
        width: calc(25% - 1rem);
    }
    
    .mobil-categories-banners .mobil-categories-banner > a {
        display: flex;
        justify-content: center;
    }
    
    .mobil-categories-banners .mobil-categories-banner > a > img {
        width: 65%;
    }

    .product-container {
        padding-top: 0;
    }
    
    .home-container {
        gap: 0;
    }

    .home-sliders-tab-summary {
        display: none;
    }
    
    .mobil-sliders {
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    
    .mobil-sliders a {
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    
    .mobil-sliders a > img {
        width: 100%;
        padding: 1rem;
        border-radius: 25px;
    }
    .menu-overlay.active-overlay-mobile{
        opacity: 1;
        visibility: visible;
    }
    .live-search.live-search-active {
        display: block !important;
    }
    
    .live-search.live-active {
        display: block !important;
    }
    .header-mobil-search .search-container .close-search {
        display: flex;
        justify-content: space-between;
        width: fit-content;
        align-items: center;
        width: 100%;
    }

    .header-mobil-search .search-container .close-search > a {
        width: 100%;
        display: flex;
        /* align-items: center; */
        /* justify-content: center; */
    }
    
    .header-mobil-search .search-container .close-search > a > img {
        width: 140px !important;
        display: flex;
        align-items: flex-start;
        /* justify-content: center; */
        margin: 0;
    }
    
    .header-mobil-search .search-container div#searchM {
        width: 100%;
        display: flex;
        align-items: center;
    }
    
    .header-mobil-search .search-container div#searchM button#searchButton {
        background: #f15925;
        border-top-left-radius: 0;
        border-bottom-left-radius: 0;
        height: 47px;
    }
    
    .header-mobil-search .search-container div#searchM .live-search {
        top: 8px;
    }
    
    .header-mobil-search .search-container div#searchM button#searchButton > i {
        color: #fff;
    }
    
    .header-mobil-search .search-container div#searchM input#searchBarxM {
        border-right: 0;
    }
    .header-mobil-search .search-container input#searchBarx {
        border: 1px solid #ddd;
        padding: 2rem !important;
    }
    
    .header-mobil-search .search-container div#search {
        display: flex;
    }

    .header-mobil-search .search-container .close-search > i {color: #f15925;}
    
    .header-mobil-search .search-container div#search button#searchButton {
        display: flex;
        justify-content: center;
        align-items: center;
        height: 100%;
        right: 3% !important;
        left: unset !important;
    }

    .header-mobil-search .search-container.search-mobile-active {
        opacity: 1;
        visibility: visible;
    }
    
    .header-mobil-search .search-container div#search button#searchButton > i {
        color: #f15925 !important;
    }
    .populer-categories-container .populer-categories-wrapper .populer-categories-content {
        width: calc(33.3% - 1rem);
    }
    .footer-ebulten-container .footer-ebulten-content {
        padding: 0;
    }
    
    form#subscribe {
        align-items: end;
    }
    .home-website-seo-text-container .home-website-seo-text-right .home-website-seo-text-right-content > span {
        font-size: 13px;
    }
    .header-menu nav.navbar-default .megamenu-wrapper .megamenu-pattern ul.megamenu {
        justify-content: flex-start;
    }
    .container {
        width: 95%;
    }
    .header-top-container {
        padding: 0;
    }
    
    .header-top-container::before, .header-top-container::after {
        display: none;
    }
    
    .header-top-container .header-top-right {
        width: 35%;
    }
    
    .header-top-container .header-top-left {
        width: 65%;
    }
    .header-mobil-container {
        display: flex;
        flex-direction: column;
        width: 100%;
        justify-content: center;
        align-items: center;
        padding-bottom: .5rem;
    }
    
    .header-mobil-container .header-mobil-top {
        display: flex;
        justify-content: space-between;
        align-items: center;
        /* background: #f15927; */
        color: #fff;
        padding: 1rem;
        /* height: 42px; */
        overflow: hidden;
        flex-direction: column;
        display: none;
    }
    
    .header-mobil-container .header-mobil-top .header-mobil-top-contact {
    display: none;
}
    
    .header-mobil-container .header-mobil-top .header-mobil-top-contact > ul {
        display: flex;
        gap: 1rem;
        margin: 0;
    }
    
    .header-mobil-container .header-mobil-top .header-mobil-top-text {
        display: flex;
        align-items: center;
        /* height: 100%; */
        /* margin-top: 1.4rem; */
    }
    
    .header-mobil-container .header-mobil-top .header-mobil-top-text > span {
        padding: 0.6rem 1rem;
        background: #fff;
        border-top-left-radius: 10px;
        border-top-right-radius: 10px;
        width: 100%;
        display: flex;
        justify-content: center;
        font-size: 12px;
        color: #000;
        font-weight: 600;
    }
    
    .header-mobil-container .header-mobil-top .header-mobil-top-contact > ul > li {}
    
    .header-mobil-container .header-mobil-top .header-mobil-top-contact > ul > li > a {
        color: #fff;
        display: flex;
        align-items: center;
        gap: .5rem;
    }
    
    .header-mobil-container .header-mobil-top .header-mobil-top-contact > ul > li > a > i {
        font-size: 15px;
    }
    .header-mobil-bottom {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 0.5rem 1rem;
        width: 100%;
    }
    
    .header-mobil-account-servise {
        display: flex;
        align-items: center;
        width: 60%;
        justify-content: end;
    }
    
    .header-mobil-logo {
        display: flex;
        width: 25%;
        padding-left: 1rem;
    }
    
    .header-mobil-logo > a {}
    
    .header-mobil-logo > a > img {
        width: 95% !important;
    }
    
    .header-mobil-menu-icon {}
    
    .header-mobil-menu-icon > button {
        padding: 7px 10px;
        background: none;
        border: none;
        position: relative;
        height: 40px;
        /* width: 60px; */
        cursor: pointer;
        outline: none;
        width: 100%;
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    
    .header-mobil-menu-icon > button > span {
        font-size: 12px;
        width: 20px;
    }
    
    .header-mobil-search {
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    width: 90%;
    border: 1px solid #ddd;
    padding: .8rem 0.5rem;
    border-radius: 10px;
}
    
    .header-mobil-search .search-container {
        position: fixed;
        top: 0;
        width: 100%;
        left: 0;
        height: 100%;
        background: #fff;
        opacity: 0;
        visibility: hidden;
        padding: 3rem;
        display: flex;
        flex-direction: column;
        align-items: end;
        gap: 2rem;
    }
    
    .header-mobil-accounts {
        position: relative;
        display: flex;
    }
    
    .header-mobil-accounts > ul {
        position: absolute;
        left: -35px;
        padding: 0;
        width: 160px;
        top: 29px;
        background: #fff !important;
        margin: 0;
        border: 2px solid;
        border-radius: 10px;
        display: flex;
        flex-direction: column;
        /* gap: 1rem; */
        align-items: center;
        opacity: 0;
        visibility: hidden;
        transition: .3s ease;
        z-index: 99;
    }
    .mobil-account-active{
        opacity: 1 !important;
        visibility: visible !important;
    }
    
    .header-mobil-account-servise > div {
        width: 10%;
        display: flex;
        justify-content: center;
    }
    
    .header-mobil-search > i {
        font-size: 16px;
        color: #a7a7a7;
    }
    .header-mobil-account-icon {
    width: 100%;
    display: flex;
    justify-content: center;
}

.header-mobil-account-icon > i {
    font-size: 19px;
    color: #000;
}

.header-mobil-wishlist-cart {
    width: 20% !important;
}

.header-mobil-wishlist-cart > ul.shortMenu {
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.header-mobil-wishlist-cart > ul.shortMenu > li {
    width: 50%;
    position: relative;
}

.header-mobil-wishlist-cart > ul.shortMenu > li > a {
    color: #000;
}

.header-mobil-wishlist-cart > ul.shortMenu > li > a > i {
    font-size: 20px;
    color: #000;
}

.header-mobil-accounts > ul > li:not(:last-child) {
    border-bottom: 1px solid;
}

.header-mobil-accounts > ul > li {
    padding: 1rem;
    width: 95%;
}
.mobil-mini-category {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 1rem;
    border-bottom: 1px solid;
    padding-bottom: 1rem;
}

.mobil-coupon {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 150px;
}

.mobil-coupon > a {
    padding: 0.5rem 1rem;
    border-radius: 10px;
    border: 1px solid #ddd;
    background: #fff;
    width: 100%;
    display: flex;
    justify-content: space-evenly;
}

.mobil-coupon > a > span {
    color: #0077D0;
    font-weight: 700;
    font-size: 13px;
}

.mobil-mini-menu {}

.mobil-mini-menu > ul {
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.mobil-mini-menu > ul > li {
    padding-left: 0.5rem;
}

.mobil-mini-menu > ul > li > a {
    font-weight: 600;
}

.header-fixed-left-menu-container {
    width: 30%;
    overflow: auto;
}
.header-top {
    display: none;
}

.header-bottom.container {
    height: 0;
    padding: 0 !important;
}

.header-bottom-logo {
    display: none !important;
}

.header-bottom .header-bottom-side-menu {
    display: none;
}

.header-bottom-search {
    display: none !important;
}

.header-bottom-links {
    display: none;
}

.header-bottom-coupons {
    display: none !important;
}

.header-bottom-wish-cart {
    display: none !important;
}

.header-menu-container {
    display: none;
}
.header-mobil-wishlist-cart > ul.shortMenu > li .cartItems {
    top: 5px;
    right: 10px;
}

.product-information-card .product-price-content span.price-new {
    font-size: 20px;
}

.product-information-card .product-price-content span.price-old {
    font-size: 13px;
}
.rating-stars-wrapper .rating-stars > i {
    font-size: 19px;
}

.rating-stars-wrapper .rating-info {
    font-size: 13px;
}

.product-rating-container .tab-rating-container .rating-top {
    flex-direction: column;
}

.product-rating-container .tab-rating-container .rating-content {
    width: 100%;
}

.product-rating-container .tab-rating-container .rating-result {
    width: 50%;
}

.rating-actions .rating-buttons .rating-button {
    font-size: 13px;
    height: 35px;
}

.product-tab-comments .product-tab-comments--list .product-tab-comment .product-tab-comment--inner {
    width: 100%;
}

.contact-form .form-content .form-group > label {
    width: 100%;
}

.category-right-filter-sort {
    padding: 1rem 1.5rem;
}

}

@media screen and (max-width:1000px){
    .home-sliders-tab-summary .home-sliders .home-slider-imagecontent .tab-tab-item .home-slider-display .home-slider-text > span:nth-child(1) {
        font-size: 40px;
    }
    
    .home-sliders-tab-summary .home-sliders .home-slider-imagecontent .tab-tab-item .home-slider-display .home-slider-text > span:nth-child(2) {
        font-size: 25px;
    }
    
    .home-sliders-tab-summary .home-sliders .home-slider-imagecontent .tab-tab-item .home-slider-display .home-slider-text > span:nth-child(3) {
        font-size: 15px;
    }
    
    .home-sliders-tab-summary .home-sliders .home-slider-imagecontent .tab-tab-item .home-slider-display .home-slider-text > a {
        font-size: 12px;
    }
    
    .home-sliders-tab-summary .home-sliders .home-slider-tab-list .tab-menu-items .tab-menu-item > p {
        font-size: 10px;
    }
    
    .home-sliders-tab-summary .home-sliders .home-slider-tab-list .tab-menu-items .tab-menu-item.tab-menu-item-active::before {
        height: 33px !important;
        border-top: 16px solid transparent;
        border-right: 16px solid #f15927;
    }
    .featured-change-bottom {
        flex-direction: column-reverse;
    }
    
    .featured-change-product-content {
        flex-direction: unset;
        width: 100%;
        flex-wrap: wrap;
    }
    
    .featured-change-product-image {
        width: calc(20% - 1rem)!important;
        margin: 0 !important;
        margin-right: 1rem !important;
    }
    
    .featured-change-product-informations {
        width: calc(80% - 1rem) !important;
        flex-wrap: wrap !important;
        flex-direction: unset !important;
        justify-content: space-between;
    }
    
    .featured-change-product-informations > div {align-items: center !important;justify-content: center !important;}
    
    .featured-change-rounded-back {
        width: 100%;
        height: 10px;
    }
    
    .featured-change-product-title > span:nth-child(2) {
        height: auto;
        width: 100px;
        border-radius: 5px;
        flex-wrap: unset;
        padding: 1.5rem;
    }
    .featured-change-product-right {
        width: 100%;
    }
    .featured-change-tab-title .nav-tabs {
        overflow: hidden;
        overflow-x: scroll !important;
        justify-content: flex-start;
    }
    
    .featured-change-tab-title .nav-tabs > li {}
    
    .featured-change-tab-title .nav-tabs li > a {
        font-size: 12px;
        width: 150px;
        display: -webkit-box;
        -webkit-line-clamp: 1; /*Kaç Stırda sınırlamak istiyorsanız */
        -webkit-box-orient: vertical;
        overflow:hidden;
        padding: 4px 11px;
        text-align: center;
    }
    
    .web-pageheader-title > span {
        font-size: 14px;
    }
    
    .featured-change-tab-title {
        width: 60%;
    }
    .web-pageheader {
        gap: 0.5rem;
    }
    
    .featured-change-remaining-time-content {
        flex-direction: column !important;
    }
    
    .featured-change-remaining-time-title {
        width: 100%;
        display: flex;
        justify-content: center;
        margin-bottom: .5rem;
    }
    
    .featured-change-product-price {
        flex-direction: column !important;
        width: calc(20% - 1rem) !important;
    }
    
    .featured-change-product-name {
        width: calc(25% - 1rem)!important;
    }
    
    .featured-change-remainder-sold {
        width: calc(20% - 1rem) !important;
    }
    
    .featured-change-remaining-time-content {
        width: calc(35% - 1rem) !important;
    }
    
    .featured-change-remaining-time .featured-change-box .featured-change-card .counter {
        width: 30px;
        height: 30px;
        font-size: 20px;
    }
    
    .featured-change-remaining-time .featured-change-box {
        gap: 1rem;
    }
    
    .featured-change-rounded-back > span {
        height: 10px;
    }
    
    
    .featured-change-product-name > a {
        width: 100%;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow:hidden;
    }
    
    .featured-change-product-price > p {
        font-weight: 700;
        font-size: 13px;
        margin: 0;
    }
    .populer-categories-container .populer-categories-wrapper .populer-categories-content {
        width: calc(50% - 1rem);
    }
    
    .home-list-options-content {
        flex-direction: column;
    }
    
    .home-list-options-content .home-list-options-left {
        width: 100%;
        flex-direction: unset;
    }
    
    .home-list-options-content .home-list-options-left > div {
        width: 510%;
    }
    
    .home-list-options-content .home-list-options-middle {
        width: 100%;
    }
    
    .home-list-options-content .home-list-options-middle > ul {
        flex-direction: unset;
        flex-wrap: wrap;
        gap: 1rem;
    }
    
    .home-list-options-content .home-list-options-middle > ul > li {
        width: 20%;
        border-bottom: 1px solid #ddd;
        display: flex;
        justify-content: center;
        margin-bottom: 1rem;
    }
    
    .home-list-options-content .home-list-options-right {
        width: 100%;
    }
    
    .home-list-options-content .home-list-options-right > a > img {
        border-top-right-radius: 0;
        border-bottom-right-radius: 10px;
        border-bottom-left-radius: 10px;
    }
    
    .home-website-seo-text-container {
        gap: 1rem;
    }
    
    .home-website-seo-text-container .home-website-seo-text-right {
        width: calc(25% - 1rem);
    }
    
    .home-website-seo-text-container .home-website-seo-text-left {
        width: calc(75% - 1rem);
    }

    .footer-ebulten-left {
        gap: 3rem;
    }
    
    .footer-ebulten-left > span:nth-child(2) {
        width: 60%;
        gap: .5rem;
        justify-content: space-between;
        font-size: 12px;
    }
    
    .footer-ebulten-left > span {
        font-size: 13px;
        width: 35%;
        display: flex;
        align-items: center;
    }
    
    .footer-ebulten-right > button {
        font-size: 10px;
        padding: 0;
    }
    
    .footer-bottom-container {
        flex-direction: column;
        gap: 2rem;
    }
    
    .footer-bottom-container .footer-bottom-left {
        width: 100%;
        flex-direction: unset;
    }
    
    .footer-bottom-container .footer-bottom-left .footer-call-center .footer-mobil-applications > a > img {
    }
    
    .footer-bottom-container .footer-bottom-left .footer-call-center .footer-mobil-applications > a {
        width: 15%;
    }
    
    .footer-bottom-container .footer-bottom-left .footer-call-center .footer-mobil-applications > a:nth-child(1) {
        width: 10%;
    }
    
    .footer-bottom-right {
        width: 100%;
        padding-top: 2rem;
    }
    
    .footer-bottom-container .footer-bottom-left .footer-call-center {
        justify-content: end;
    }
    
    .footer-bottom-container .footer-bottom-left .footer-call-center .footer-mobil-applications {
        justify-content: end;
    }
    
    .footer-bottom-container .footer-bottom-left .footer-logo {
        align-items: flex-start;
        height: fit-content;
    }
    .home-single-banner .home-single-banner-text > span:nth-child(1) > p {
        font-size: 18px;
    }
    
    .home-single-banner .home-single-banner-text > span:nth-child(1) {
        font-size: 19px;
        align-items: center;
    }
    
    .home-single-banner .home-single-banner-text {
        top: 33%;
        width: 80%;
    }
    
    .discount-chance > p {
        font-size: 17px;
    }
    .populer-categories-container {
        margin-top: 3rem;
    }
}

@media screen and (min-width:992px){
    .category-fixed-container {
        display: none;
    }
    .select-styled {
        display: none;
    }
    ul.select-options {
        display: none;
    }
    .category-fixed-filter {
        display: none;
    }
    .mobil-cart-template {
        display: none;
    }
    .close-filter {
        display: none;
    }
}

@media screen and (max-width:992px){
    .wishlist-wrapper .wishlist-wrap-content > table {
        display: none;
    }

    .mobil-cart-template {
        display: flex;
        flex-direction: column;
        gap: 2rem;
    }
    
    .mobil-cart-content {
        border-bottom: 1px solid #ddd;
        display: flex;
        padding-bottom: 3rem;
    }
    
    .mobil-cart-content > form {
        display: flex;
        width: 100%;
        justify-content: space-evenly;
    }
    
    .mobil-cart-content > form .remove-mobil-cart {
        width: 10%;
        height: fit-content;
        font-size: 15px;
    }
    
    .mobil-cart-content > form .mobil-cart-image {
        width: 25%;
    }
    
    .mobil-cart-content > form .mobil-cart-image > img {
    }
    
    .mobil-cart-content > form .mobil-cart-information {
        width: 65%;
        display: flex;
        flex-direction: column;
        gap: 1rem;
    }
    
    .mobil-cart-content > form .mobil-cart-information .quantity-box {
        display: flex;
        /* width: 100%; */
        position: relative;
        background: no-repeat;
        border: none;
    }
    
    .mobil-cart-content > form .mobil-cart-information .quantity-box > input:nth-child(1) {
        position: relative;
        border-radius: 21px;
        border: 1px solid #ddd;
        padding: 0.7rem 0.5rem;
        width: 100%;
        padding-left: 1rem;
        height: 34px;
        color: #818181;
        text-align: start !important;
    }
    
    .mobil-cart-content > form .mobil-cart-information .quantity-box > input:nth-child(2) {
        right: 43px !important;
    }
    
    .mobil-cart-content > form .mobil-cart-information .quantity-box > input:nth-child(3) {}
    
    .mobil-cart-content > form .mobil-cart-information .quantity-box > input:not(:first-child) {
        position: absolute;
        z-index: 99999;
        right: 15px;
        top: 0px;
        font-size: 18px;
        cursor: pointer;
        width: 15px;
        height: 34px;
        display: flex;
        justify-content: center;
        align-items: center;
        border: none;
        background: no-repeat;
        box-shadow: none;
        padding: 0;
    }
    
    .mobil-cart-content > form .mobil-cart-information > a {
        font-size: 16px;
        display: -webkit-box;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
        overflow: hidden;
        width: 100%;
        color: #333e48;
    }

    .category-page-container .category-left-content aside#column-left {
        display: block;
    }
    
    .category-page-container .category-left-content {
        position: fixed;
        top: 0px;
        background: #fff;
        width: 100%;
        z-index: 999999;
        padding: 2rem;
        opacity: 0;
        height: 1000px;
        visibility: hidden;
        left: 0;
        flex-direction: column;
        overflow: auto;
    }
    .category-module-left {
        box-shadow: none;
    }
    
    .category-page-container .category-right-content {
        width: 100%;
    }
    
    .category-fixed-filter {
        position: fixed;
        top: 0px;
        background: #fff;
        width: 100%;
        z-index: 999999;
        padding: 2rem;
        opacity: 0;
        height: 100%;
        visibility: hidden;
    }
    .category-fixed-container {
        display: flex;
        position: fixed;
        bottom: 0;
        z-index: 99;
        width: 100%;
    }
    
    .bf-panel-wrapper {
        margin-bottom: 100px;
        padding: 2rem;
    }
    
    .category-page-container .category-left-content .bf-form {
        padding-bottom: 38rem;
        height: auto;
    }
    .fixed-filter-buttons {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100%;
        background: #fff;
        border-top: 1px solid;
        /* height: 50px; */
        padding: 1rem;
    }
    
    .fixed-filter-buttons > div {
        width: 50%;
        display: flex;
        justify-content: center;
    }
    
    .filterfixed-button {
        border-right: 2px solid;
    }
    
    .filterfixed-button > button {
        width: 75%;
        padding: 1rem;
        background: #f15927;
        border: 1px solid #f15927;
        color: #fff;
        font-size: 15px;
        font-weight: 700;
    }
    .category-right-filter-sort .sort-wrapper {
        display: none;
    }
    .select-hidden {
        display: none;
        visibility: hidden;
        padding-right: 10px;
    }
    
    ul.select-options {
        opacity: 0;
        visibility: hidden;
        position: fixed;
        top: 0;
        width: 100%;
        background: #fff;
        height: 100%;
        left: 0;
    }
    ul.select-options li.close-li {
        position: absolute;
        top: 15px;
        right: 15px;
        border: none;
    }
    
    ul.select-options li.close-li button#close-sort {
        background: no-repeat;
        border: none;
        font-size: 17px;
    }
    
    .select-options li {
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -o-transition: all 0.2s ease-in;
        -webkit-transition: all 0.2s ease-in;
        transition: all 0.2s ease-in;
        align-items: center;
        padding: 0.5rem;
        height: 35px;
        font-size: 0.9rem;
        font-weight: 700;
        font-size: 1rem;
        height: 45px;
        border-top: 1px solid #ccc;
        border-bottom: 1px solid #ccc;
        margin-bottom: 0.5rem;
        cursor: pointer;
    }
    
    
    .select-options.visible {
        opacity: 1;
        visibility: visible;
        position: fixed;
        z-index: 9999999999;
        padding: 63px 1rem 1rem;
    }
    
    .fixed-option-button {
        align-items: center;
    }
    
    .fixed-option-button > span {
        margin-left: 1rem;
    }
    
    .select-styled {
        font-size: 14px;
        font-weight: 600;
    }
    .category-right-bottom-wrapper .product-wrap {
        width: calc(25% - 1rem);
    }
    .fixed-filter-active {
        opacity: 1 !important;
        visibility: visible !important;
    }
    
   .fixed-filter-active aside#column-left {
        display: block;
        width: 100%;
        left: 0;
        box-shadow: none;
    }

    .close-filter {
        display: flex;
        height: fit-content;
        justify-content: end;
        margin-bottom: 2rem;
        font-size: 17px;
        width: 100%;
    }

    .product-container {
        flex-wrap: wrap;
        gap: 1rem;
    }
    
    .product-left-content {
        width: calc(50% - 1rem);
    }
    
    .product-middle-content {
        width: calc(50% - 1rem);
    }
    
    .product-right-content {
        width: 100%;
    }
    .product-information-card .product-price-content span.price-discound {
        padding: .5rem 0;
    }
    .product-information-card .product-wishlist-add {
        justify-content: flex-start;
    }
    
    .product-information-card .product-wishlist-add button.btn-wishlist {
        font-size: 13px !important;
    }

    .error-not-found-container .error-not-found-content .not-found-text > span {
        text-align: center;
        display: flex;
    }
    
    .not-found-page-search {
        width: 70%;
    }

    .about-panel .panel-heading .panel-title > a {
        font-size: 14px !important;
    }
    .career-container .career-top-content .career-header > span {
        font-size: 50px;
    }
    
    .career-container .career-top-content .career-text > span {
        font-size: 12px;
        line-height: 31px;
    }
    
    .career-container .career-bottom-content .career-wrap > div > span {
        font-size: 12px;
    }
    
    .career-container .career-bottom-content .career-wrap .career-button > a {
        font-size: 9px;
        width: 100%;
    }
    .blog-list-container .blog-list-left .blog-list-content {
        flex-direction: column;
    }
    
    .blog-list-container .blog-list-left .blog-list-content .blog-list-image {
        width: 100%;
    }
    
    .blog-list-container .blog-list-left {
        width: 70%;
    }
    
    .blog-list-container .blog-list-categories {
        width: 30%;
    }
    
    .blog-list-container .blog-list-left .blog-list-content .blog-list-information {
        width: 100%;
    }

    .cart-buttons-wrapper .mobileButton {
        width: 65%;
    }
    
    .cart-buttons-wrapper .mobileButton button.btn-cartMobilw {
        width: 100%;
        height: 40px;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    
    .cart-coupon-wrapper div#kuponKullan {
        display: flex;
        width: 90%;
    }
    
    .cart-coupon-wrapper {
        display: flex;
    }
    
    .cart-coupon-wrapper div#kuponKullan .row {
        width: 100%;
    }
    .cart-coupon-wrapper div#kuponKullan .boxedFix > input {
        height: 40px;
    }
    
    .cart-coupon-wrapper div#kuponKullan .boxedFix .coupon-input-text input#button-coupon {
        height: 40px;
    }

    .mobil-cart-content .actions-link {
        position: unset !important;
        display: flex;
        height: 100%;
        width: 5%;
        background: no-repeat;
    }
    
    .wishlist-wrapper .wishlist-wrap-content .mobil-cart-content {
        align-items: center;
        gap: 1rem;
    }
    
    .wishlist-wrapper .wishlist-wrap-content .mobil-cart-content .mobil-cart-information {
        width: 65%;
        display: flex;
        flex-direction: column;
        gap: 1rem;
    }
    
    .wishlist-wrapper .wishlist-wrap-content .mobil-cart-content .mobil-cart-information > a {
        font-size: 16px;
        display: -webkit-box;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
        overflow: hidden;
        width: 100%;
        color: #333e48;
    }
    
    .wishlist-wrapper .wishlist-wrap-content .mobil-cart-content .mobil-cart-information .mobileButton .btn-cartMobilw {
        padding: 1rem;
        border: 0;
        border-radius: 20px;
        font-size: 12px;
        width: 50%;
        font-weight: 600;
        color: #77838F;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    
    .wishlist-wrapper .wishlist-wrap-content .mobil-cart-content .mobil-cart-information .mobileButton {}
    
    .wishlist-wrapper .wishlist-wrap-content .mobil-cart-content .mobil-cart-image {
        width: 25%;
    }

    .product-grid-list .product-wrap .product-item .product-price-and-cart .product-price p.price span.price-old {
        font-size: 11px;
    }
    
    .product-grid-list .product-wrap .product-item .product-price-and-cart .product-price p.price span.price-new {
        font-size: 14px;
    }
    
    .product-grid-list .product-wrap .product-item .product-price-and-cart .product-price p.price {
        font-size: 14px;
    }
}

@media screen and (max-width: 850px){
    .home-sliders-tab-summary .home-sliders {
        flex-direction: column-reverse;
    }
    
    .home-sliders-tab-summary .home-sliders .home-slider-tab-list {
        width: 100%;
        overflow: hidden;
        overflow-x: scroll;
    }
    
    .home-sliders-tab-summary .home-sliders .home-slider-tab-list .tab-menu-items {
        display: flex;
        background: no-repeat;
        width: fit-content;
        margin-bottom: 27px;
    }
    
    .home-sliders-tab-summary .home-sliders .home-slider-tab-list .tab-menu-items .tab-menu-item {
        width: fit-content;
        background: #fff;
    }
    
    .home-sliders-tab-summary .home-sliders .home-slider-tab-list .tab-menu-items .tab-menu-item.tab-menu-item-active::before {
        right: 70%;
        top: 23px;
        transform: rotate(270deg);
        height: 35px !important;
        border-top: 16px solid transparent;
        border-right: 16px solid #f15927;
    }
    
    .home-sliders-tab-summary .home-sliders .home-slider-imagecontent {
        width: 100%;
    }
    
    .home-multi-bannes-container .home-muti-banner {
        width: calc(50% - (2rem * 2)/3);
    }
    
    .featured-build4-content {
        flex-direction: column-reverse;
        margin-bottom: 3rem;
    }
    
    .featured-build4-content .featured-build4-image {
        width: 100% !important;
    }
    
    .featured-build4-content .tab-content {
        width: 100% !important;
    }
    
    .home-website-seo-text-container {
        flex-direction: column;
    }
    
    .home-website-seo-text-container .home-website-seo-text-left {
        width: 100%;
    }
    
    .home-website-seo-text-container .home-website-seo-text-right {
        width: 100%;
    }
    
    .home-website-seo-text-container .home-website-seo-text-right .home-website-seo-text-right-content > img {
        width: 80%;
    }
    
    .home-twin-banner-container {
        flex-direction: column;
    }
    
    .footer-ebulten-left {
        width: 100%;
        justify-content: center;
    }
    
    .footer-ebulten-container .footer-ebulten-content {
        flex-direction: column;
        gap: 1rem;
    }
    
    .footer-ebulten-container {
        padding: 2rem 0;
    }
    
    .footer-ebulten-container .footer-ebulten-content::before, .footer-ebulten-container .footer-ebulten-content::after {
        display: none;
    }
    
    .footer-ebulten-left > span {
        display: flex;
        align-items: center;
        width: auto !important;
    }
    
    form#subscribe {
        width: 100%;
        align-items: center;
    }
    .header-fixed-left-menu-container {
        width: 60%;
    }
    
    .navbar-header {
        display: none;
    }

    ul.breadcrumb {
        /* overflow: hidden; */
        /* overflow-x: auto !important; */
        /* justify-content: flex-start; */
        /* display: flex; */
    }
    
    ul.breadcrumb > li {
        /* width: auto; */
        /* display: flex; */
        /* flex-shrink: 1; */
        /* text-wrap: nowrap; */
        /* height: 25px; */
    }
    
    ul.breadcrumb > li > a {
        /* display: flex; */
        /* height: fit-content; */
        /* flex-shrink: 1; */
        /* text-wrap: nowrap !important; */
        /* overflow: hidden; */
    }
    .error-not-found-container .error-not-found-content .not-found-header > span {
        font-size: 50px;
    }
}

@media screen and (min-width:769px){
    .home-single-mobil-banner-container{
        display: none;
    }
}

@media screen and (max-width: 769px){
    .home-single-banner-container {
        display: none;
    }

    .category-page-title > span {
        font-size: 16px;
    }
    .product-grid-list .product-grid-list-information .product-reviews {
        align-items: flex-start !important;
        border: none;
    }
    .header-mobil-container .header-mobil-top {
        height: auto;
        flex-direction: column;
        padding: 1rem 0;
        gap: 0.8rem;
    }
    
    .header-mobil-container .header-mobil-top .header-mobil-top-text {
        width: 100%;
        margin-top: 0;
    }
    
    .header-mobil-container .header-mobil-top .header-mobil-top-text > span {
        border-radius: 0;
        padding: .5rem;
    }
    
    .header-mobil-container .header-mobil-top .header-mobil-top-contact > ul {
        padding: 0;
        width: 100%;
        justify-content: space-evenly;
    }
    
    .header-mobil-container .header-mobil-top .header-mobil-top-contact {
        width: 100%;
    }
    
    .home-sliders-tab-summary .home-sliders .home-slider-imagecontent .tab-tab-item .home-slider-display .home-slider-text > a {
        padding: .5rem;
    }
    .swiper-pagination2 {
        left: 26% !important;
    }
   
    
     .product-wrap .product-reviews {
        display: flex !important;
        align-items: center !important;
        margin: 0;
        /* height: 0; */
        position: unset !important;
        opacity: 1;
        visibility: visible;
        border-top: 1px solid #ddd;
        padding: 0 !important;
        padding-top: 1rem !important;
    }
    .product-wrap .product-reviews .product-review-read {
        color: #f15927;
        font-weight: 600;
        padding-top: 0.8rem;
    }
    .product-price {
        height: 35px;
    }
    .category-right-bottom-wrapper .product-wrap {
        width: calc(33.3% - 1rem);
        height: auto;
    }
    .category-right-bottom-wrapper .product-wrap .product-item .product-reviews::before {
        display: none !important;
    }
    .product-left-content {
        width: 100%;
    }
    
    .product-middle-content {
        width: 100%;
    }
    .product-page-tab-header {
        display: block !important;
    }
    .product-rating-container .tab-rating-container .rating-content .rating-item .rating-stars-wrapper .rating-progress {
        width: 60%;
    }
    
    .rating-stars-wrapper .rating-info {
        justify-content: center;
    }
    .account-wrapper-bottom {
        flex-direction: column;
        gap: 3rem;
    }
    
    .account-wrapper-bottom > div {
        width: 100% !important;
        border-right: none;
        padding: 0;
    }
    
    .account-wrapper-login {
        padding-bottom: 4rem !important;
        border-bottom: 1px solid rgba(0, 0, 0, .1);
    }

    .sss-panel .panel-heading .panel-title > a {
        font-size: 17px;
    }
    
    .information-page-content .information-header span {
        font-size: 27px;
    }
    
    .sss-container .sss-panel-group {
        margin-top: 1rem;
    }
    
    .information-page-content .information-content {
        margin-top: 1rem;
    }
    .about-page-bottom {
        flex-direction: column;
    }
    
    .about-page-bottom-content {
        width: 100% !important;
    }
    
    .about-accordion-wrapper {
        width: 100% !important;
    }

    .career-container .career-bottom-content .career-wrap {flex-direction: column;width: 50%;gap: .5rem;}

.career-container .career-bottom-content .career-wrap .career-image {
    width: 60% !important;
}

.career-container .career-bottom-content {flex-direction: unset;}

.career-container .career-bottom-content .career-wrap > div {
    width: 100% !important;
}

.career-container .career-bottom-content .career-wrap .career-button {
    width: 50% !important;
}

.career-container .career-bottom-content .career-wrap .career-button > a {
    font-size: 13px;
    padding: .5rem;
}

.career-container .career-bottom-content .career-wrap > div > span {
    font-size: 13px;
}
.contact-page-wrapper-bottom {
    flex-direction: column;
    gap: 4rem;
}

.cantact-page-form {
    width: 100% !important;
    margin: 0 !important;
}

.cantact-page-social {
    width: 100% !important;
}
.blog-list-container .blog-list-left .blog-list-content .blog-list-information .blog-list-read > a {
    width: 50%;
}
.blog-detail-container.container {
    flex-direction: column;
}

.blog-detail-container .blog-detail-left {
    width: 100%;
}

.blog-detail-container .blog-list-categories {
    width: 100%;
}
.cart-action-buttons {
    flex-direction: column;
    gap: 1rem;
}

.cart-coupon-wrapper {
    width: 100%;
    justify-content: center;
}

.cart-buttons-wrapper {
    width: 100%;
    justify-content: center;
}

.cart-buttons-wrapper .mobileButton {
    width: 90%;
}

.cart-coupon-wrapper div#kuponKullan {
    justify-content: center;
}
.cart-total-container {align-items: center;}

.cart-total-container .cart-total-header {
    width: 100%;
}

.cart-total-container table {
    width: 100%;
}
.product-grid-list .product-wrap .product-item .product-price-and-cart {
    height: auto;
}

.product-grid-list .product-wrap .product-item .product-price-and-cart .product-price {
    height: auto !important;
}

.product-grid-list .product-wrap .product-item .product-price-and-cart .product-price p.price {
    height: 100% !important;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.category-right-bottom-wrapper .product-wrap:hover .product-item {
    position: relative;
}

.category-right-bottom-wrapper .product-wrap .product-item .product-reviews {
    padding-top: 0 !important;
    padding-bottom: .5rem !important;
}


}

@media screen and (max-width: 650px){
    .mobil-categories-banners .mobil-categories-banner > a > img {
        width: 100%;
    }

    .footer-bottom-right {
        flex-direction: column;
        gap: 3rem;
    }
    
    .footer-bottom-right .footer-bottom-list {
        width: 100%;
        gap: 1rem;
    }
    
    .footer-copyright-container {
    }
    
    .footer-copyright-container .footer-copyright-content {
        flex-direction: column;
        gap: 1rem;
    }
    
    .footer-copyright-container .footer-copyright-content > .footer-copyright-left {
        width: 100%;
        justify-content: space-between;
    }
    
    .footer-copyright-right {
        width: 70% !important;
    }
    
    .home-single-banner .home-single-banner-text {
        top: 26%;
        flex-direction: column;
        align-items: baseline;
        gap: .5rem;
    }
    
    .home-single-banner .home-single-banner-text > span:nth-child(1) {
        font-size: 11px;
    }
    
    .discount-chance {
        width: 50%;
        flex-wrap: unset;
        gap: .3rem;
        padding: 0 !important;
    }
    
    .discount-chance > span {
        width: auto;
    }
    
    .home-single-banner .home-single-banner-text > span:nth-child(1) > p {
        font-size: 14px;
    }
    
    .featured-chance-container .web-pageheader {
        flex-wrap: wrap;
        border: navajowhite;
    }
    
    .featured-chance-container .web-pageheader-title {
        width: 100%;
        margin-bottom: 1rem;
        padding-bottom: 1rem;
        border-bottom: 1px solid #dddddd;
        position: relative;
    }
    
    .featured-chance-container .web-pageheader::after {
        display: none;
    }
    
    .featured-chance-container .web-pageheader-title::after {
        content: "";
        position: absolute;
        left: 0;
        height: 2px;
        width: 16%;
        background: #f15927;
        bottom: -1px;
    }
    .footer-bottom-container .footer-bottom-left .footer-call-center .footer-mobil-applications > a:nth-child(1) {
        width: 20%;
    }
    
    
    .footer-bottom-container .footer-bottom-left .footer-call-center .footer-mobil-applications > a {
        width: 30%;
    }
    
    .home-multi-bannes-container {
        gap: 1rem;
    }
    
    .home-multi-bannes-container .home-muti-banner {
        width: calc(50% - (1rem * 2)/3);
    }
    .populer-categories-container .populer-categories-wrapper .populer-categories-content .populer-categories-content-top {
        flex-direction: column;
    }
    
    .populer-categories-content-top .populer-categories-content-top-left {
        width: 100%;
        justify-content: center;
    }
    
    .populer-categories-content-top .populer-categories-content-top-left > a {
        width: 50%;
    }
    
    .populer-categories-content .populer-categories-content-top .populer-categories-content-top-right {
        width: 100%;
    }
    
    .populer-categories-container .populer-categories-wrapper .populer-categories-content .populer-categories-content-bottom {
        padding-right: 2rem;
    }
    
    .populer-categories-container .populer-categories-wrapper {
        justify-content: space-between;
        gap: .5rem;
    }
    
    .populer-categories-container .populer-categories-wrapper .populer-categories-content {
        width: calc(50% - .5rem);
        border-bottom: 1px solid #ddd;
        padding-bottom: 2rem;
        margin-bottom: 1rem;
    }
    
    .populer-categories-container .populer-categories-wrapper .populer-categories-content:not(:nth-child(2n+1))::after {
        display: none;
    }
    
    .populer-categories-container .populer-categories-wrapper .populer-categories-content::after {
        top: 5px;
        right: -4px;
    }



    .featured-change-remaining-time {
        width: 100% !important;
    }

    .featured-change-remaining-time-title {
        justify-content: flex-start;
        width: 60%;
    }

    .featured-change-product-informations>div {
        width: calc(33.3% - 1rem) !important;
    }

    .featured-change-product-informations .featured-change-remaining-time-content {
        width: 100% !important;
        flex-direction: unset !important;
    }
    .product-build3-wrapper .swiper-wrapper .product-wrap p.price {
        height: 40px;
    }
    .web-pageheader-title > span {
        font-size: 18px;
    }

    .footer-bottom-container .footer-bottom-left .footer-call-center .footer-call-center-text > span:nth-child(2) > a {
        font-size: 15px;
    }
    .category-right-bottom-wrapper .product-wrap {
        width: calc(50% - 1rem);
    }

    .rating-stars-wrapper .rating-stars > i {
        font-size: 14px;
    }
    .product-information-card .product-cart-add-buttons {
        position: fixed;
        bottom: 0;
        display: flex;
        flex-direction: unset;
        left: 0;
        z-index: 999;
        background: #fff;
        padding: 1rem;
    }
    .error-not-found-container .error-not-found-content .not-found-header > span {
        font-size: 35px;
    }
    .not-found-page-search {
        width: 90%;
    }

    .career-container .career-top-content .career-header > span {
        font-size: 32px;
    }
    
    .career-container .career-bottom-content .career-wrap .career-image {
        width: 100% !important;
    }
    
    .career-container .career-bottom-content .career-wrap > div > span {
        text-align: center;
        width: 80%;
    }
    
    .career-container .career-bottom-content .career-wrap .career-button {
        width: 90% !important;
    }
    .blog-list-container.container {
        flex-direction: column-reverse;
    }
    
    .blog-list-container .blog-list-left {
        width: 100%;
    }
    
    .blog-list-container .blog-list-categories {
        width: 100%;
    }
}

@media screen and (max-width:550px){
    
    .product-rating-container .tab-rating-container .rating-content .rating-item .rating-stars-wrapper .rating-progress {
        display: none;
    }
    
    .rating-stars-wrapper .rating-info {
        font-size: 14px;
        width: 50%;
    }
    
    .rating-stars-wrapper .rating-stars {
        width: 50%;
    }
    
    .product-rating-container .tab-review-product-name > span {
        font-size: 13px;
    }
    
    .rating-stars-wrapper .rating-stars > i {
        font-size: 21px;
    }
    
    .product-rating-container .tab-rating-container .rating-content {
        gap: 1rem;
    }
    
    .product-rating-container .tab-rating-container .rating-result {
        width: 90%;
        margin-top: 1rem;
        margin-bottom: 0;
    }
    .home-marketplace-banner-container {
        flex-direction: column;
        margin-top: 2rem;
    }
    
    .home-marketplace-banner-container .home-marketplace-left-content {
        width: 100%;
    }
    
    .home-marketplace-banner-container .home-marketplace-right-content {
        width: 100%;
    }

}

@media screen and (max-width:530px){
    .home-list-options-content .home-list-options-middle > ul > li {
        width: 47%;
    }
    
    .home-single-banner .home-single-banner-text > span:nth-child(1) {
        font-size: 8px;
        width: 100%;
    }
    
    .home-single-banner .home-single-banner-text > span:nth-child(1) > p {
        font-size: 8px;
    }
    
    .discount-chance {
        width: 61%;
        font-size: 8px;
    }
    
    .discount-chance > p {
        font-size: 12px;
    }
    .header-mobil-logo {
        width: 40%;
    }
    
    .header-mobil-account-servise > div {
        width: 18%;
    }
    
    .header-mobil-wishlist-cart {
        width: 39% !important;
    }
    
    .header-mobil-wishlist-cart > ul.shortMenu > li .cartItems {
        right: 0px;
    }
    .home-sliders-tab-summary .home-sliders .home-slider-imagecontent .tab-tab-item .home-slider-display .home-slider-text > a {
        width: 65%;
    }
    .home-sliders-tab-summary .home-sliders .home-slider-imagecontent .tab-tab-item .home-slider-display .home-slider-text > span:nth-child(2) {
        font-size: 19px;
    }
    
    .home-sliders-tab-summary .home-sliders .home-slider-imagecontent .tab-tab-item .home-slider-display .home-slider-text > span:nth-child(1) {
        height: 50px;
    }
    .footer-bottom-container .footer-bottom-left {
        flex-direction: column !important;
    }
    
    .footer-bottom-container .footer-bottom-left .footer-call-center {
        justify-content: flex-start;
        width: 100% !important;
    }
    
    .footer-bottom-container .footer-bottom-left .footer-call-center .footer-mobil-applications {
        justify-content: flex-start;
    }
    .populer-categories-content .populer-categories-content-top .populer-categories-content-top-right {
        align-items: center;
    }
    
    .populer-categories-content .populer-categories-content-top .populer-categories-content-top-right > ul {
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    
    .featured-change-product-image {
        width: calc(35% - 1rem)!important;
    }
    
    .featured-change-product-informations {
        width: calc(65% - 1rem) !important;
    }
    
    .featured-change-product-informations  .featured-change-product-name {
        width: 100% !important;
    }
    
    .featured-change-product-informations .featured-change-remainder-sold {
        width: 100% !important;
    }
    
    .featured-change-remaining-time-title > span {
    }
    
    .featured-change-remaining-time-title {}
    
    .featured-change-product-informations .featured-change-remaining-time-content {
        flex-direction: column !important;
        align-items: flex-start !important;
    }
    
    .featured-change-remaining-time {
        display: flex;
    }
    .footer-ebulten-left {
        flex-direction: column;
        gap: 1rem;
    }

    .home-sliders-tab-summary .home-sliders .home-slider-imagecontent .tab-tab-item .home-slider-display {
        flex-direction: column-reverse;
        gap: 1rem;
    }
    
    .home-sliders-tab-summary .home-sliders .home-slider-imagecontent .tab-tab-item .home-slider-display .home-slider-text {
        width: 100%;
    }
    
    .home-sliders-tab-summary .home-sliders .home-slider-imagecontent .tab-tab-item .home-slider-display .home-slider-image {
        width: 100%;
    }
     .featured-change-remaining-time-title {
        width: 100%;
    }
    .featured-change-product-informations .featured-change-product-price {
        width: 100% !important;
        align-items: flex-start !important;
    }
    .home-list-options-content .home-list-options-left {
        padding: 1rem;
    }
    .category-right-top-wrap {
        flex-direction: column;
        align-items: flex-start;
    }
    
    .category-numbers-text {
        width: 100%;
        display: flex;
        justify-content: end;
    }

    .product-page-tab-header > ul {
        overflow: hidden;
        overflow-x: scroll !important;
        justify-content: flex-start;
        display: flex;
    }
    
    .product-page-tab-header > ul > li {
        width: fit-content;
        display: flex;
    }
    
    .product-page-tab-header > ul > li > div {
        display: flex;
        height: fit-content;
        width: initial;
        flex-shrink: 1;
        text-wrap: nowrap;
    }

    .contact-form .form-content .form-group {
        width: 100% !important;
    }
    
    .contact-form-info {
        width: 100% !important;
    }

    .mobil-cart-content > form {
        gap: 1rem;
        align-items: center;
    }
    
}

@media screen and (max-width:480px){
    .header-mobil-wishlist-cart #cart .dropdown-menu {
        right: 0;
        left: -115px;
    }
    .product-grid-list-information {
        width: 43%;
    }
    
    .product-grid-list .product-wrap .product-item .product-price-and-cart {
        width: 45%;
    }
    .home-website-seo-text-container .home-website-seo-text-right .home-website-seo-text-right-content > img {
        width: 100%;
    }

    .home-multi-bannes-container .home-muti-banner {
        width: 100%;
    }
}
@media screen and (max-width: 426px){
    .header-mobil-container .header-mobil-top .header-mobil-top-contact > ul {
        flex-wrap: wrap;
        gap: .5rem;
    }

    button.expand-submenu {
        right: -22px;
    }

    .footer-copyright-container .footer-copyright-content > .footer-copyright-left > span {
        font-size: 11px;
    }
    
    .footer-copyright-container .footer-copyright-content > .footer-copyright-left > a {
        font-size: 10px;
    }
    .filterfixed-button > button {
        font-size: 10px;
    }
    
    .select-styled {
        font-size: 11px;
    }
    .product-middle-content .product-name-content > span {
        font-size: 15px;
    }
    
    .product-page-tab-header > ul {
    }
    
    .product-page-tab-header > ul > li {
    }

    .product-page-tab-header > ul > li > div > span {
        font-size: 13px;
    }
    .product-rating-container {
        padding: 1rem;
        margin-top: 2rem;
    }
    
    div#specifications-section div#tab-specification {
        padding: 1rem;
        margin-top: 2rem;
    }
    
    div#specifications-section div#tab-specification ul.attrCont {
        padding: 0;
    }
    .product-tab-comments .product-tab-comments--list .product-tab-comment .product-tab-comment--inner .product-tab-comment__head .product-tab-comment__meta .rating-stars-wrapper .rating-stars > i {
        font-size: 13px;
    }
    
    .product-tab-comments .product-tab-comments--list .product-tab-comment .product-tab-comment--inner .product-tab-comment__head .product-tab-comment__meta .product-tab-comment__metadata {
        font-size: 10px;
    }

    .error-not-found-container .error-not-found-content .not-found-text > span {
        font-size: 15px;
    }
    
    .not-found-page-search .search-container div#search > input {padding: 1.5rem;}
    
    .not-found-page-search .search-container div#search button#searchButton {
        height: 30px;
    }
    
    .not-found-page-search .search-container div#search button#searchButton > i {
        font-size: 17px;
    }
    .error-not-found-container .error-not-found-content .not-found-header > span {
        font-size: 27px;
    }

    .about-items {
        flex-direction: column;
    }
    
    .about-content {
        width: 100% !important;
    }
    
    .about-bottom-title > h1 {
        font-size: 26px !important;
    }
    .about-content:first-child {
        margin-bottom: 3rem !important;
    }
    .career-container .career-top-content .career-header > span {
        font-size: 23px;
    }
    .cart-coupon-wrapper div#kuponKullan .boxedFix .coupon-input-text input#button-coupon {
        font-size: 12px;
    }
    .wishlist-wrapper .wishlist-wrap-content .mobil-cart-content .mobil-cart-information {
        gap: .5rem;
    }
    
    .wishlist-wrapper .wishlist-wrap-content .mobil-cart-content .mobil-cart-information > a {
        font-size: 13px;
    }
    .wishlist-wrapper .wishlist-wrap-content .mobil-cart-content .mobil-cart-information .mobileButton .btn-cartMobilw {
        width: 75%;
    }
    .product-grid-list .product-wrap .product-item .product-price-and-cart .product-price p.price span.price-old {
        font-size: 10px;
        text-wrap: nowrap;
        width: 100%;
    }

    .product-tab2-wrapper .swiper-pagination3 {
        left: 32% !important;
    }
    
    
    .swiper-pagination2 {
        left: 20% !important;
    }

    .home-marketplace-banner-container .home-marketplace-right-content > a {
        width: calc(50% - 1rem);
    }
}


@media screen and (min-width: 400px){
    .header-mobil-top-contact > i{
        display: none;
    }
}

@media screen and (max-width:400px){
 
    
    .home-website-seo-text-left .web-pageheader-title > span {
        font-size: 15px;
    }
    
    .home-website-seo-text-container .home-website-seo-text-left .home-website-seo-text-left-content > h4 {
        font-size: 15px;
    }
    
    .home-website-seo-text-container .home-website-seo-text-left .home-website-seo-text-left-content > p {
        font-size: 12px;
    }    
    .featured-chance-container.container {
        padding: 0;
    }

    .product-build3-wrapper {
        padding: 0 !important;
        padding-bottom: 52px !important;
    }
    
    .product-tab2-wrapper {
        padding: 0 !important;
        padding-bottom: 52px !important;
    }
    
    .product-tab-wrapper .swiper-wrapper .product-wrap .product-price-and-cart .product-price > p.price {
        font-size: 14px;
    }
    
    .product-tab-wrapper .swiper-wrapper .product-wrap .product-price-and-cart .product-price > p.price span.price-new {
        font-size: 14px;
    }
    
    .product-tab-wrapper .swiper-wrapper .product-wrap .product-price-and-cart .product-price > p.price span.price-old {
        font-size: 10px;
    }
    
    .product-tab-wrapper .swiper-wrapper .product-wrap .product-item > div {
        padding: 1rem 0rem 0 0rem;
    }
    .category-right-bottom-wrapper .product-wrap .product-item {
        padding: 0;
    }
    
    .category-right-bottom-wrapper .product-wrap .product-item .product-price-and-cart {
        padding: 0;
        padding-right: .5rem;
    }
    
    .category-right-bottom-wrapper .product-wrap .product-item .product-price-and-cart p.price span.price-old {
        font-size: 10px;
    }
    
    .category-right-bottom-wrapper .product-wrap .product-item .product-price-and-cart p.price span.price-new {
        font-size: 14px;
    }
    
    .category-right-bottom-wrapper .product-wrap .product-item .product-price-and-cart p.price {
        font-size: 14px;
    }
    .sss-container {
        padding: 0;
    }
    .sss-panel .panel-heading .panel-title > a {
        font-size: 15px;
    }
    
    .sss-container .sss-panel-group .sss-panel .panel-body {
        font-size: 12px;
    }
    .header-mobil-wishlist-cart #cart .dropdown-menu {
        min-width: 300px;
    }

    .header-mobil-container .header-mobil-top .header-mobil-top-contact {
        /* display: flex; */
        /* align-items: center; */
        /* justify-content: space-evenly; */
    }
    
    .header-mobil-container .header-mobil-top .header-mobil-top-contact > ul {
        justify-content: end;
        width: 65%;
        padding-right: 2rem;
    }
    
    .header-mobil-container .header-mobil-top .header-mobil-top-contact > i {
        width: 35%;
        display: flex;
        justify-content: center;
        font-size: 34px;
    }
}


@media screen and (max-width:376px){
    .header-fixed-left-menu-container {
        width: 80%;
    }
    .populer-categories-content .populer-categories-content-top .populer-categories-content-top-right > span {
        font-size: 11px;
    }
    
    .populer-categories-content .populer-categories-content-top .populer-categories-content-top-right > ul > li > a {
        display: flex;
        align-items: center;
        text-align: center;
    }
    .product-review-read > a {
        font-size: 10px;
    }
    .product-build3-wrapper .swiper-wrapper .product-wrap p.price {
        font-size: 13px;
    }
    
    span.price-old {
        font-size: 11px;
    }
    .product-wrapper .swiper-wrapper .product-wrap .product-price-and-cart .product-price > p.price span.price-old {
        font-size: 10px;
    }
    .footer-copyright-container .footer-copyright-content > .footer-copyright-left > span {
        font-size: 9px;
    }
    .career-container .career-bottom-content .career-wrap > div > span {
        font-size: 11px;
    }
    .footer-bottom-container .footer-bottom-left .footer-call-center .footer-call-center-text > span:nth-child(2) > a {
        font-size: 13px;
    }
    .header-mobil-container .header-mobil-top .header-mobil-top-contact > ul {
        width: 95%;
    }
    
    .header-mobil-container .header-mobil-top .header-mobil-top-contact > i {
        width: 25%;
    }

 
}

@media screen and (max-width: 326px){
    .discount-chance > p {
        font-size: 9px;
    }
    .information-page-content .information-header span {
        font-size: 20px;
    }
    .header-mobil-wishlist-cart #cart .dropdown-menu {
        right: 0;
        left: -95px;
        min-width: 275px;
    }
}