/* Çalıştıkları ekran boyutu : 1080X790px */


@import url("../font-icon/fontawesome/css/all.min.css");

@import url('https://fonts.googleapis.com/css2?family=Urbanist:wght@100;200;300;400;500;600;700&display=swap');




body {
    font-family: 'Urbanist', sans-serif !important;
    background: #F8F8F8 !important;
}

.app-content {
    background: #F8F8F8 !important;
}

@charset "UTF-8";

a {
    color: #BADA55;
}


.horizontal-menu .header-navbar.navbar-horizontal ul#main-menu-navigation>li span {
    font-size: 1.11rem;
    margin-right: 0.75rem;
}

.btn {
    padding: 5px 15px;
}

.brand-logo {
    width: auto !important;
    height: auto !important;
}

.brand-logo img {
    width: 60px;
}

.kategoriler {
    padding: 0;
    border: 1px solid #000;
    border-radius: 0.5rem;
}

.kategoriler h1 {
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 15px;
    color: #fff;
    text-transform: uppercase;
    padding: 15px;
    background: #272727;
    border-radius: 5px;
}

.kategoriler .kategori-list {
    margin: 0;
    padding: 0 15px;
}

.kategoriler .kategori-list li {
    list-style-type: none;
    border-bottom: 1px solid #e1e1e1;
    margin-bottom: 10px;
    padding-bottom: 10px;
}

.kategoriler .kategori-list li a {
    font-size: 14px;
    font-weight: 500;
    color: #000;
    text-transform: uppercase;
}

.kategoriler .kategori-list li a.active {
    color: #0F3D67;
}

.urun-detay .sag-body {
    background: #f9f9f9;
    padding: 15px;
    border-radius: 0.5rem;
    box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.05);
}

.urun-detay .sag-body b {
    color: #786ff9;
}

.urun-detay .sag-body h1.baslik {
    font-size: 18px;
    border-bottom: 1px solid #dcdcdc;
    padding-bottom: 10px;
}

.urun-detay .sag-body h3 {
    font-size: 13px;
    border-bottom: 1px solid #dcdcdc;
    padding-bottom: 10px;
}

@media (max-width: 1023px) {

    .urun-tablosu .uruntalbeliste {
        width: 100%;
        flex-wrap: wrap;
    }

    .urunListe,
    .bayilerim,
    .modal-incele {
        width: 1200px !important;
    }

    .arama {
        margin-top: 15px;
    }

    .main-menu-content {
        justify-content: inherit !important;
    }

    .vertical-overlay-menu .main-menu .navigation li.has-sub>a:not(.mm-next):after {
        right: 17px;
        top: 11px;
    }

    .table-bekleyen-siparis {
        width: 900px !important;
    }

    .urunListe,
    .bayilerim,
    .modal-incele {
        width: 1200px !important;
    }

    .datatables-demo {
        font-size: 11px !important;
    }

    .mobil-padding-sifir {
        padding: 0 !important;
    }

    .header-hasem .header-menu {
        position: absolute;
        top: 105px;
        left: 0;
        z-index: 100;
        background: #222;
        color: #fff;
        flex-direction: column;
        width: 100%;
        overflow: scroll;
        height: 0px;
        opacity: 0;
        transition: all 1s;
    }

    .header-hasem .header-menu li a {
        color: #fff !important;
    }

    .header-hasem .header-menu .dropdown-item a {
        color: #000 !important;
    }

    .menu-ackapa {
        opacity: 1 !important;
        height: 700px !important;
    }
}

.swal2-popup {
    font-size: 12px !important;
}

.custom-file-input~.custom-file-label::after {
    content: "Seçiniz";
}

.tx-gray-500 {
    font-size: 11px;
}

.page-header {
    height: auto;
}

.header-hasem {
    display: inline-block;
    width: 100%;
    margin: 0;
    padding: 10px 15px;
    border-bottom: 1px solid #e1e1e1;
    background: #f7f7f7;
    box-shadow: 0 0 10px #e1e1e1;
}

.header-hasem ul {
    margin: 0;
    padding: 0;
}

.header-hasem ul li {
    cursor: pointer;
    list-style-type: none;
}

.header-hasem ul li .dropdown-item {
    padding: 5px 15px;
}

.header-hasem ul li a {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 15px;
}

.header-hasem ul li a svg {
    margin-bottom: 10px;
}

.header-hasem ul li ul {
    display: none;
}

.header-hasem .logo img {
    width: 100px;
}

.header-right {
    margin-right: 15px;
}

.header-right h1 {
    font-size: 13px;
    font-weight: 700;
    margin: 0;
    padding: 0;
}

.page-container {
    flex-direction: column;
}

.page-sidebar-fixed .page-content {
    margin: 0;
    width: 100%;
}

.arama input {
    display: inline-block;
    padding: 10px;
    width: 100%;
    border: 1px solid #e1e1e1;
    border-radius: 0.5rem;
}

.urunListe table thead {
    background: #231f20;
}

.urunListe table thead th {
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    border-right: 1px solid #fff3;
}

.urunListe table tbody tr td {
    position: relative;
    font-size: 14px;
}

.urunListe table tbody tr td .stok-yetersiz {
    position: absolute;
    top: -5px;
    left: -5px;
    z-index: 1;
    font-size: 9px;
}

.urunListe table tbody tr td .stok-yetersiz:before {
    content: "";
    position: absolute;
    left: 32px;
    bottom: -5px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 5px 5px 0 5px;
    border-color: #474142 transparent transparent transparent;
}

.urunListe table tbody tr td .feather {
    width: 14px;
}

.urunListe table tbody tr td .detay-body {
    padding: 5px;
    position: absolute;
    top: -90px;
    left: 0;
    z-index: 1;
    background: #e1e1e1;
    border-radius: 5px;
    border: 1px solid #e3e3e3;
}

.urunListe table tbody tr td .detay-body .resim {
    display: inline-block;
    width: 150px;
}

.urunListe table tbody tr td .detay-body .icerik h1 {
    font-size: 13px;
    color: #333;
}



.sepet-toplam-body {
    width: 250px;
    background: #f2f2f2;
}

.sepet-toplam-body table b.fiyat {
    color: red;
}

.siparisi-tamamla {
    font-size: 13px;
    font-weight: 700;
    color: #fff;
    padding: 10px 15px;
}

.siparis-ozeti-baslik {
    font-size: 20px;
    font-weight: 700;
    color: #e1e1e1;
}


/* Ürün Tablosu */

.urun-tablosu .tablo-header {
    display: inline-block;
    background: #231F20;
    padding: 10px 0px;
    margin-bottom: 15px;
}

.urun-tablosu .tablo-header h5 {
    text-align: center;
    font-weight: 600;
    font-size: 13px;
    padding: 0;
    margin: 0;
    color: #fff;
    border-right: 1px solid #fff;
}


.urun-tablosu .tablo-body h3 {
    font-size: 15px;
    font-weight: 500;
    text-align: left;
}

.urun-tablosu .tablo-body h3.baslik {
    position: relative;
}

.urun-tablosu li {
    list-style: none;
}

.urun-tablosu .adet {
    width: auto !important;
    height: auto !important;
    border-radius: 3px;
    padding: 7px 9px;
    border: solid 1px #ccc;
}

.urun-tablosu .tablo-header {
    display: inline-block;
    background: #231F20;
    padding: 10px 0px;
    margin-bottom: 15px;
}

.urun-tablosu #baslik {
    color: #113B63 !important;
    font-weight: 700;
}

.urun-tablosu h3 {
    padding: 0px;
    margin-bottom: 0px;
    font-size: 15px;
}

.urun-tablosu .uruntalbeliste {
    width: 100%;
    height: auto;
    background: #fff;
    border: 1px solid rgba(34, 36, 38, 0.11);
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    margin-bottom: 10px;
    display: flex;
    position: relative;
    padding: 13px 6px;
    align-items: center;
    flex-wrap: wrap;
}

.urun-tablosu .uruntalbeliste .stokvar,
.urun-tablosu .uruntalbeliste .stokyok {
    padding: 7px 7px;
    color: #fff;
    border-radius: 3px;
    font-size: 12px;
    text-align: center;
}

.urun-tablosu .uruntalbeliste .stokAdet {
    display: block;
    font-weight: 700;
    margin-top: 6px;
}

.urun-tablosu .uruntalbeliste .stokvar {
    background: rgb(6, 134, 12)0;
}

.urun-tablosu .uruntalbeliste .stokyok {
    background: rgb(165, 9, 9)0;
}

.urun-tablosu .uruntalbeliste .urunResim {
    width: 100%;
    height: 72px;
    overflow: hidden;
    display: flex;
    align-items: center;
    border-right: 1px solid #e3e3e3;
}

.urun-tablosu .uruntalbeliste img {
    width: auto !important;
    height: 100% !important;
    object-fit: cover;
    max-width: 100%;
}

.urun-tablosu .uruntalbeliste:hover {
    border-color: #FFB300;
}

.urun-tablosu .btn {
    padding: 7px 10px;
}

.urun-tablosu .tablo-body h3.baslik:hover .detay-body {
    display: inline-block !important;
}

.urun-tablosu .tablo-body h3.baslik .detay-body {
    padding: 5px;
    position: absolute;
    top: -90px;
    left: 0;
    z-index: 1;
    background: #e1e1e1;
    border-radius: 5px;
    border: 1px solid #e3e3e3;
}

.urun-tablosu .tablo-body h3.baslik .detay-body .resim {
    display: inline-block;
    width: 150px;
    margin-bottom: 15px;
}

.urun-tablosu .tablo-body h3.baslik .detay-body .icerik h1 {
    font-size: 13px;
    color: #333;
}

.urun-tablosu small {
    display: block;
    margin-bottom: 5px;
}


.urun-tablosu .item-body {
    border: 1px solid #e1e1e1;
    padding: 5px;
    margin-bottom: 30px;
    text-align: center;
}

.urun-tablosu .item-body .resim {
    padding: 25px;
}

.urun-tablosu .item-body h1 {
    padding: 0 25px;
    font-size: 14px;
    font-weight: 700;
    text-align: center;
}

.urun-tablosu .item-body h3 {
    font-size: 12px;
    font-weight: 500;
}

.urun-tablosu .item-body h3.urun-kodu {
    background: #d0d0d0;
    padding: 5px;
}

.urun-tablosu .fiyatsan {
    font-weight: 700;
}

.sepetim-page .sepetim-ozet h1 {
    padding: 10px 0;
    margin: 10px 0 0 0;
    border-top: 1px solid #ababab;
    font-weight: 700;
    color: #D51E31;
    font-size: 17px;
}

.sepetim-page .sepetim-ozet select {
    font-size: 14px;
    font-weight: 600;
    padding: 5px 15px;
}

.sepetim-page .sepetim-ozet .kredi-karti h3 {
    background: transparent;
    font-weight: 700;
    color: #000;
    padding: 0px;
    font-size: 17px;
    margin-top: 30px;
    margin-bottom: 30px;
}

.sepetim-page .sepetim-ozet .kredi-karti .kart-animasyon {
    display: inline-block;
    width: 100%;
    height: 160px;
}

.swal2-html-container {
    font-size: 16px !important;
    font-weight: 600 !important;
    color: #f00 !important;
}

.footer {
    background: #2b2b2b;
    padding: 25px 0 0 0;
}

.footer .footer-liste li {
    margin: 5px 0;
    list-style-type: none;
}

.footer .footer-liste li a {
    color: #fff;
    font-weight: 600;
}

.footer .footer-iletisim {
    color: #fff;
}

.footer .footer-iletisim a {
    color: #fff;
}

.anasayfa-haberduyuru h1 {
    font-size: 20px;
    font-weight: 600;
}

.kullanici-body {
    box-shadow: 0 0 10px #e1e1e1;
    border-radius: 10px;
    padding: 10px;
}

.yetki-baslik {
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 15px;
}

.pagination .page-item {
    border-radius: inherit !important;
}

.pagination .page-item a {
    border-radius: 0px !important;
}

.pagination .page-item.active .page-link {
    border-radius: 0px !important;
}

.listeleme-tipi {
    margin-bottom: 0;
}

.listeleme-tipi li {
    margin-right: 15px;
    list-style-type: none;
    background: #d3d3d3;
    padding: 5px 10px;
    border-radius: 5px;
    font-size: 17px;
}

.listeleme-tipi li.active {
    background: #777;
}

.listeleme-tipi li.active a {
    color: #fff;
}

.listeleme-tipi li a {
    color: #000;
}


/*# sourceMappingURL=style.css.map */

@media (max-width: 1200px) {
    .drag-target {
        left: -30px;
    }

    .vertical-overlay-menu .navbar .navbar-header {
        float: left;
        width: 260px !important;
    }

    .header-navbar .navbar-wrapper {
        width: auto;
        margin-left: auto;
    }

    .navbar-nav .dropdown-user {
        border-right: 1px solid #f1f1f1;
        display: flex;
        align-items: center;
    }

    .navbar-brand {
        padding-left: 1.5rem;
        padding-right: 0px;
    }

    .main-menu.menu-light .navigation {
        width: 100%;
    }

    .main-menu.menu-light .navigation li a {
        position: relative;
    }

    .main-menu .navbar-header .navbar-brand {
        margin-top: 10px;
        padding-left: 0px;
    }

    .main-menu .navbar-header .navbar-brand .brand-logo img {
        width: 70px;
    }

    .icon-x {
        color: #BADA55;
    }

    .brand-logo img {
        width: 90px;
    }

    .icon-menu {
        font-size: 23px;
        color: #BADA55;
    }
}

@media (max-width: 500px) {
    .vertical-overlay-menu .navbar .navbar-header {
        float: left;
        width: 160px !important;
    }
}

.navbar-nav .nav-item {
    display: flex;
    align-items: center;
}

.sepetSay {
    background: #BADA55 !important;
}

.btn {
    padding: 5px 10px;
}

.btn svg {
    width: 15px !important;
    height: 21px !important;
}

.btn-ara {
    background: #BADA55 !important;
    color: #fff;
    padding: 0.7rem 0.7rem
}

.btn-ara:hover {
    background: #231F20 !important;
    color: #fff;
}


.btn-ara2 {
    background: #231F20 !important;
    color: #fff;
    padding: 0.7rem 0.7rem
}

.btn-ara2:hover {
    background: #BADA55 !important;
    color: #fff;
}

.pagination .page-item.active .page-link {
    z-index: 3;
    border-radius: 5rem;
    background-color: #BADA55;
    color: #FFFFFF;
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
}

.page-link:hover {
    color: #BADA55 !important;
}

.kredikartiodeme .field-container {
    text-align: left;
}

.adres-secimi-box .adres-secimi-baslik {
    line-height: 1.5 !important;
    font-size: 14px !important;
    display: flex !important;
}

.adres-secimi-box:hover .adres-secimi-alt {
    background: #BADA55 !important;
}


/*indirimliurun-banner*/

.indirimliurun-banner {
    width: 100%;
    height: auto;
}

.indirimliurun-banner a {
    width: 100%;
    height: auto;
    display: block;
}


.indirimliurun-banner a img {
    width: 100%;
}

/***/



label {
    margin-bottom: 0.5rem;
}



.bekleyensiparismodal .modal-body {
    min-height: 400px;
    background: url('../images/loading_tr.gif') no-repeat center;
}

.bekleyensiparismodal .modal-body table {
    background-color: #fff;
    z-index: 1;
}

/*giris_yap*/

.giris_yap .logoo {
    width: 100%;
    height: auto;
    text-align: center;
    padding-top: 40px;
    padding-bottom: 20px;
}

.giris_yap .logoo img {
    width: auto;
    height: 50px;
}

.giris_yap .card .card-title {
    font-weight: 500;
    letter-spacing: 0;
    font-size: 1.32rem;
    margin-bottom: 0.5rem;
    text-align: center;
}

.giris_yap .card .card-title h4 {
    font-weight: 700;
    letter-spacing: 0;
    font-size: 17px;
}

.giris_yap .card .card-title p {
    font-weight: 300;
    letter-spacing: 0;
    font-size: 14px;
}

.btn {
    padding: 12px 14px;
    border-radius: 3px;
}

.btn-primary {
    border-color: #0F3D67 !important;
    background-color: #0F3D67 !important;
    color: #FFFFFF;
}

.btn-primary:hover {
    border-color: #07223a !important;
    color: #FFFFFF !important;
    box-shadow: 0 8px 25px -8px #07223a;
}

.giris_yap .form-label-group>input:not(:placeholder-shown)~label,
.giris_yap .form-label-group textarea:not(:placeholder-shown)~label {
    padding: 0.25rem 0;
    font-size: 14px;
    top: -28px;
    left: 3px;
}

.giris_yap .form-group {
    margin-bottom: 32px;
}

.footer {
    background: #113B63;
    padding: 25px 0 0 0;
}

.footer p {
    color: #fff;
}

.footer p a {
    color: #FFB300;
}

.footer span {
    color: #fff;
}

.footer span i {
    color: #FFB300 !important;
}

.btn-ara {
    background: #FFB300 !important;
    color: #fff;
    padding: 0.7rem 0.7rem;
}

a {
    color: #FFB300;
}

a:hover {
    color: #113B63;
    text-decoration: none;
}

.btn-success:hover {
    border-color: #91ac37 !important;
    color: #FFFFFF !important;
    box-shadow: 0 8px 25px -8px #91ac37;
}

.btn-danger {
    border-color: #b81111 !important;
    background-color: #b81111 !important;
    color: #FFFFFF;
}

.modal .modal-header .close span {
    font-weight: 400;
    font-size: 2rem;
    color: #113B63;
}

table tr td a {
    color: #113B63;
    font-weight: 700;
}

.btn-success {
    border-color: #BADA55 !important;
    background-color: #BADA55 !important;
    color: #FFFFFF;
}

.modal-title {
    color: #113B63;
    font-weight: 700 !important;
}

.pazlarmaciGiris {
    background: #FFB300 !important;
}

.sepetSay {
    background: #BADA55 !important;
}

/*sol-menu-hasem*/

.sol-menu-hasem {
    display: none;
    width: 100%;
}

.sol-menu-hasem.sol-menu-hasem-fixed {
    display: block;
}

.filtreusttbgg {
    width: 100%;
    height: auto;
}

.filtreusttbgg .navbar-collapse {
    width: 100%;
}

.filtreusttbgg .filtreustt {
    width: 100%;
}

.filtreusttbgg .navbar {
    width: 100%;
    height: auto;
    padding: 0px;
}

.filtreusttbgg .filtreustt .form-control {
    width: 100%;
}

.filtreusttbgg .filtreustt .basliklabel {
    display: block;
    width: 100%;
    height: auto;
}

.filtreusttbgg .form-group {
    margin-bottom: 10px;
}


.sol-menu-hasem2 {
    display: none;
    width: 100%;
}

.sol-menu-hasem2.sol-menu-hasem-fixed2 {
    display: block;
}

/*temsilci_ul*/

.temsilci_ul {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 50px;
}

.temsilci_ul li:first-child {
    margin-left: 0px;
}

.temsilci_ul li {
    list-style: none;
    display: flex;
    align-items: center;
    margin-left: 25px;
}

.temsilci_ul li .icon {
    width: 80px;
    height: 80px;
    background: #113B63;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 25px;
    box-shadow: 0px 0px 5px #00000014;
}

.temsilci_ul li .text {
    width: calc(100% - 80px);
    padding-left: 20px;
}

.temsilci_ul li .text small {
    display: block;
    font-size: 12px;
}

.temsilci_ul li .text span {
    display: block;
    font-weight: 700;
    font-size: 20px;
}


.leftt-menu {
    width: 100%;
    height: auto;
    position: relative;
}

.leftt-menu li:first-child {
    margin-top: 0px;
}

.leftt-menu li {
    width: 100%;
    height: auto;
    list-style: none;
    display: flex;
    align-items: center;
    margin-top: 2px;
    font-weight: 800 !important;
}

.ustKategoriYeni {
    font-size: 1.1rem !important;
}

.altKategoriYeni {
    font-size: 0.89rem !important;
}

.leftt-menu li a {
    cursor: pointer;
    padding: 10px 10px;
    background: #fff;
    /* border: solid 1px #999; */
    display: block;
    width: 100%;
    box-shadow: 0px 0px 10px #0000000a;
}

.leftt-menu li a:hover {
    background: #113B63;
    color: #fff !important;
}

.leftt-menu li a.active {
    background: #113B63;
    color: #fff !important;
}

/*gpt menu başlangıç*/
.category_container {
    max-width: 100%;
    margin: 0 auto;
}

.gpt_category {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    background-color: #ffffff;
    padding: 10px;
    width: 100%;
    /* .category_container genişliğine eşit olacak */
}

.gpt_category_item {
    text-decoration: none;
    color: #333;
    padding: 10px;
    margin: 5px;
    border-radius: 5px;
    transition: background-color 0.3s ease;
    width: calc(7.69% - 10px);
    /* (100 / 13) - margin */
    text-align: center;
    /* Metni yatayda ortala */
    display: flex;
    /* Dikeyde ve yatayda ortalamak için flex kullan */
    align-items: center;
    /* Dikeyde ortala */
}

.gpt_category_item:hover {
    background: #113B63;
    color: #fff !important;
}

.gpt_category_item.active {
    background: #113B63;
    color: #fff !important;
}
/* Arka planı li'ye veriyoruz */
.ustKategoriYeni.active {
    background-color: #113B63 !important;
}

/* Metin rengini doğrudan içindeki a etiketine veriyoruz */
.ustKategoriYeni.active > a {
    background: #113B63;
    color: #fff !important;
}

/* Eğer ikonun rengi değişmiyorsa onu da hedef alalım */
.ustKategoriYeni.active > a i {
    background: #113B63;
    color: #fff !important;
}
.kategori_genel {
    width: 100%;
    height: auto;
    padding: 0px 0px;
    position: relative;
}

.kategori_genel .swiper-container {
    padding: 0px 35px;
}

.kategori_genel .swiper-button-prev,
.kategori_genel .swiper-button-next,
.kategori_genel .swiper-container-rtl .kategori_genel .swiper-button-prev,
.kategori_genel .swiper-container-rtl .kategori_genel .swiper-button-next {
    background-image: none;
    color: #000000;
    width: 35px;
    font-size: 2rem;
}

.kategori_genel .swiper-button-prev {
    left: 0px;
}

.kategori_genel .swiper-button-next {
    right: 0px;
}

.kategori_genel .kategori_liste {
    width: 100%;
    height: auto;
    box-shadow: 0px 0px 10px #0000000a;
    font-size: .9375rem;
    font-weight: 400;
    letter-spacing: normal;
    padding: 24px;
    text-transform: none;
    display: flex;
    background: #fff;
    color: #000;
    align-items: center;
    border-radius: 3px;
}

.kategori_genel .kategori_liste:hover {
    background: #123A61;
    color: #fff;
}

.kategori_genel .kategori_liste.active {
    background: #123A61;
    color: #fff;
}

.kategori_genel .kategori_liste .icon {
    width: 38px;
    height: 38px;
    background-color: #123a611f;
    border-radius: 3px;
    color: #123A61;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 17px;
}

.kategori_genel .kategori_liste:hover .icon {
    background-color: #ffffff1f;
    color: #fff;
}

.kategori_genel .kategori_liste.active .icon {
    background-color: #ffffff1f;
    color: #fff;
}

.kategori_genel .kategori_liste .text {
    font-weight: 500;
    padding-left: 12px;
    text-align: left;
}

.card {
    box-shadow: 0 4px 5px 0 rgb(0 0 0 / 1%);
}

.icerik-arama .card {
    margin-bottom: 0px;
}

.form-control {
    height: 37px;
    border-radius: 3px
}

.btn-ara {
    height: 37px;
    border-radius: 3px;
}

/*gpt menu bitiş*/
@media (max-width:1200px) {

    body {
        padding-top: 50px;
    }

    .temsilci_ul {
        display: block;
    }

    .urun-tablosu h3 {
        padding: 0px;
        margin-bottom: 0px;
        font-size: 13px;
    }

    .temsilci_ul li {
        list-style: none;
        display: flex;
        align-items: center;
        margin-left: 0;
        margin-top: 15px;
    }

    .filtreusttbgg .sol-menu-mobil-button {
        background: #123A61;
        color: #fff;
        border-radius: 2px;
        width: 100%;
        height: auto;
        text-transform: uppercase;
        font-size: 15px;
        font-weight: 700;
        padding: 8px 0px;
    }

    footer.footer {
        display: block !important;
    }

    footer.footer .footer-liste {
        display: block !important;
        margin-top: 15px !important;
        margin-bottom: 15px !important;
    }

    .urun-tablosu .uruntalbeliste .urunResim {
        width: 100%;
        height: auto;
        overflow: hidden;
        display: flex;
        align-items: center;
        border-right: 1px solid #e3e3e3;
    }

    .urun-tablosu .uruntalbeliste {
        padding: 12px 6px;
    }

    .urun-tablosu .mobilform {
        width: 100% !important;
    }

    .select2-container {
        width: 100% !important;
    }

    .filtreusttbgg .filtreustt {
        width: 100%;
        margin-bottom: 15px;
    }
}

body.horizontal-layout .content .content-wrapper {
    margin-top: 0rem !important;
}