/* Temel düzenleme */

h1, h2, h3, h4, h5, h6 {
    font-weight: bold;
}

/* Listeler */
ul, ol {
    margin: 0;
    padding-left: 2em;
}

/* Tablolar */
table {
    border-collapse: collapse;
    width: 100%;
}

th, td {
    border: 1px solid #dadada;
    padding: 8px;
    max-width: 100%;
}

td {
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

th {
    color: #000000;
    background-color: #dadada;
    font-weight: bold;
    width: auto;
}

@media (max-width: 768px) {
    td {
        white-space: normal;
        word-wrap: break-word;
    }
}

.table-responsive {
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}


/* Resimler */
img {
    max-width: 100%;
    height: auto;
    display: block;
    margin: 1em auto;
}

/* Bağlantılar */
a {
    color: #dadada;
    text-decoration: none;
}

/* Alıntılar */
blockquote {
    border-left: 5px solid #dadada;
    padding-left: 1em;
    margin: 1em 0;
    font-style: italic;
}

/* Vurgu */
em {
    font-style: italic;
}

strong {
    font-weight: bold;
}

/* Kod bloğu */
pre {
    background-color: #f2f2f2;
    padding: 1em;
    overflow-x: auto;
}

code {
    font-family: Consolas, Monaco, Courier New, monospace;
}

/* Önemli notlar */
.note {
    background-color: #fffcf0;
    padding: 1em;
    border: 1px solid #dadada;
}

body {
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    font-family: 'Nunito', sans-serif;
}

a {
    text-decoration: none;
    text-shadow: 2px 2px;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
}

.card.headbar {
    box-shadow: rgba(0, 0, 0, 0.25) 0px 14px 28px, rgba(0, 0, 0, 0.22) 0px 10px 10px;
    font-size: 15px;
    padding: 7px;
    border: none;
    border-radius: 0;
    color: white;
}

.notice {
    text-align: center
}

.user {
    margin-top: 40px;
    padding: 10px;
    border-radius: 15px;
    color: white;
    box-shadow: rgba(0, 0, 0, 0.25) 0px 14px 28px, rgba(0, 0, 0, 0.22) 0px 10px 10px;
    text-align: center;
    border: 2px solid #dadada;
}

.logout {
    margin-left: 70px
}

.logo {
}

.byshirts-cart {
    margin-top: 40px;
    text-align: center;
    padding: 15px;
    border-radius: 15px;
    box-shadow: rgba(0, 0, 0, 0.25) 0px 14px 28px, rgba(0, 0, 0, 0.22) 0px 10px 10px;
    border: 2px solid #198754
}

ul.navbar-nav {
    text-align: center;
}

nav {
    margin-top: 20px;
    border-bottom: 2px solid #dadada;
    border-top: 2px solid #dadada;
}

a.nav-link {
    color: #ffffff;
    text-align: center;
}

.menu-button {
    color: white;
    border-radius: 10px;
    box-shadow: rgba(0, 0, 0, 0.25) 0px 14px 28px, rgba(0, 0, 0, 0.22) 0px 10px 10px;
}

.navbar-toggler {
    width: 100%;
    float: none;
    margin-right: 0;
}

div.carousel-item {
    height: 500px;
}

.button-53 {
    box-shadow: rgba(0, 0, 0, 0.25) 0px 14px 28px, rgba(0, 0, 0, 0.22) 0px 10px 10px;;
    background-color: #dadada;
    border: 0 solid #E5E7EB;
    box-sizing: border-box;
    color: black;
    display: flex;
    font-family: 'Nunito', sans-serif;
    font-size: 1rem;
    font-weight: 700;
    justify-content: center;
    line-height: 1.75rem;
    padding: .75rem 1.65rem;
    position: relative;
    text-align: center;
    text-decoration: none #000000 solid;
    text-decoration-thickness: auto;
    width: 100%;
    max-width: 460px;
    position: relative;
    cursor: pointer;
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
}

.button-53:focus {
    outline: 0;
}

.button-53:after {
    content: '';
    position: absolute;
    border: 1px solid #000000;
    bottom: 4px;
    left: 4px;
    width: calc(100% - 1px);
    height: calc(100% - 1px);
}

.button-53:hover:after {
    bottom: 2px;
    left: 2px;
}

@media (min-width: 768px) {
    .button-53 {
        padding: .75rem 3rem;
        font-size: 1.25rem;
    }
}

.look {
    border-top: 2px solid #dadada;
    border-bottom: 2px solid #dadada;
}

.ads {
    box-shadow: rgba(0, 0, 0, 0.25) 0px 14px 28px, rgba(0, 0, 0, 0.22) 0px 10px 10px;
    background-color: #dadada;
    border-radius: 5px;
    box-sizing: border-box;
    color: black;
    display: flex;
    font-family: 'Nunito', sans-serif;;
    font-size: 1rem;
    font-weight: 700;
    justify-content: center;
    line-height: 1.75rem;
    padding: .75rem 1.65rem;
    position: relative;
    text-align: center;
    text-decoration: none #000000 solid;
    text-decoration-thickness: auto;
    width: 100%;
    max-width: 460px;
    position: relative;
}

.product_card {
    margin-top: 30px;
    box-shadow: rgba(0, 0, 0, 0.25) 0px 14px 28px, rgba(0, 0, 0, 0.22) 0px 10px 10px;
}

.card-header.bg-success {
    text-align: center;
    border: none
}

.price-badge {
    background-color: #dadada;
    margin: 10px;
    box-shadow: rgba(0, 0, 0, 0.25) 0px 14px 28px, rgba(0, 0, 0, 0.22) 0px 10px 10px;
    border: 2px solid #198754
}

span.price-badge.main-page-price {
    padding: 10px;
    border-radius: 5px;
}

.product-img {
    text-align: center;
    margin-bottom: 20px;
}

.product-button {
    width: 100%;
    padding: 10px;
    border: 2px solid #198754;
    box-shadow: rgba(0, 0, 0, 0.25) 0px 14px 28px, rgba(0, 0, 0, 0.22) 0px 10px 10px;
}

.deneb_cta .cta_wrapper {
    padding: 45px 50px 42px;
    max-width: 970px;
    border-radius: 15px;
    margin: auto;
    margin-bottom: -135px;
    margin-top: 50px;
    position: relative;
    background: #dadada;
    box-shadow: rgba(0, 0, 0, 0.25) 0px 14px 28px, rgba(0, 0, 0, 0.22) 0px 10px 10px;
    z-index: 1;
}

.deneb_cta .cta_wrapper:after {
    content: "";
    background: url(../images/shape/cta_shape.png) no-repeat;
    background-position: bottom;
    width: 100%;
    height: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: -1;
}

.deneb_cta .cta_wrapper .cta_content h3 {
    color: black;
}

@media (max-width: 767px) {
    .deneb_cta .cta_wrapper .cta_content h3 {
        font-size: 24px;
    }
}

.deneb_cta .cta_wrapper .cta_content h3:after {
    content: "";
    display: block;
    background: url(../images/shape/line_2.png) no-repeat;
    max-width: 110px;
    height: 2px;
    margin-top: 13px;
    margin-bottom: 24px;
}

.deneb_cta .cta_wrapper .cta_content p {
    color: black;
}

.deneb_cta .cta_wrapper .button_box {
    float: right;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .deneb_cta .cta_wrapper .button_box {
        float: none;
        text-align: left;
        margin-top: 30px;
    }
}

@media (max-width: 767px) {
    .deneb_cta .cta_wrapper .button_box {
        float: none;
        text-align: center;
        margin-top: 30px;
    }
}

.deneb_cta .cta_wrapper .button_box .deneb_btn {
    background: #fff;
    color: #011a3e;
}

.deneb_cta .cta_wrapper .button_box .deneb_btn:hover,
.deneb_cta .cta_wrapper .button_box .deneb_btn:focus {
    box-shadow: rgba(0, 0, 0, 0.25) 0px 14px 28px, rgba(0, 0, 0, 0.22) 0px 10px 10px;
}

.card {
    border: none;
    box-shadow: rgba(0, 0, 0, 0.25) 0px 14px 28px, rgba(0, 0, 0, 0.22) 0px 10px 10px;
}

.card-header {
    border: none;
    background: white
}

.form-control {
    border: none;
    margin-bottom: 10px
}

.form-label {
    color: white
}

.dropdown-toggle::after {
    display: none
}

/* Media query ile tabloyu responsive yapın */
@media (max-width: 600px) {
    table, thead, tbody, th, td, tr {
        display: block;
    }

    /* Tablo satırları arasında boşluk bırakın */
    tr {
        margin-bottom: 10px;
    }

    /* Başlıkları gizleyin */
    thead tr {
        position: absolute;
        top: -9999px;
        left: -9999px;
    }

    td {
        /* Tablo hücrelerini düşey sıralayın */
        position: relative;

    }

    /* Hücre içeriğini düzenleyin */
    td:before {
        content: attr(data-label);
        position: absolute;
        left: 0;
        width: 50%;
        padding-left: 15px;
        font-weight: bold;
    }
}

.card-footer {
    text-align: center
}

.product-img {
    border-radius: 10px;
}

.btn {
    background-color: #dadada;
    color: #000000
}

.byshirts-cart {
    background-color: #dadada
}

.menu-button {
    background-color: #dadada
}

.btn:hover {
    background-color: #000000;
    color: #dadada
}

.byshirts-cart:hover {
    background-color: #000000;
    color: #dadada
}

.byshirts-cart a {
    color: #000000
}

.dropdown-item:focus, .dropdown-item:hover {
    color: #ffffff;
    background-color: #198754
}

.filter {
    background-color: #dadada
}

.form-select:focus {
    border-color: #000000;
    box-shadow: none;
}

