
.product-detail-table table{
    text-align: center;
}
.product-detail-table tr th{
    font-size: 30px;
    font-weight: 600;
}
.product-detail-table tr td{
    font-size: 18px;
    font-weight: 400;
}
.product-detail-table tr td:first-child{
    font-weight: bold;
}

.product-detail-table tbody tr:first-child td:first-child{
    font-size: 24px;
}


.product-detail-table tr td,
.product-detail-table tr th{
    background-color: transparent;
    border: none;
    position: relative;
    padding: 10px;
    padding-top: 15px;
    color: #fff;
}
.product-detail-table tr td::after,
.product-detail-table tr th::after{
    position: absolute;
    content: "";
    left: -3px;
    top: 2px;
    width: calc(100% + 3px);
    height: calc(100% + 3px);
    border: 1px solid #fff;
}
.product-detail-table tr th::after{
    height: calc(100% + 8px);
    top: -3px;
}
.product-detail-table tr th:last-child::after{
    width: calc(100% + 6px);
}
.product-detail-table tr td:last-child::after{
    width: calc(100% + 6px);

}


.product-detail-table table {
    border-collapse: separate; /* Borderların birbirine bitişik olmaması için */
    border-radius: 30px;
    overflow: hidden; /* Köşe yuvarlamalarını görmek için taşan kısımları gizler */
    width: 100%;
    border: 1px solid #fff; /* Tabloya bir dış sınır ekler */
}
.product-detail-table table th, table td {
    padding: 10px;
}
/* Köşe hücreleri için border radius */
.product-detail-table table th:first-child {
    border-top-left-radius: 30px;
}
.product-detail-table table th:last-child {
    border-top-right-radius: 30px;
}
.product-detail-table table tr:last-child td:first-child {
    border-bottom-left-radius: 30px;
}
.product-detail-table table tr:last-child td:last-child {
    border-bottom-right-radius: 30px;
}

.product-detail-table h3{
    font-size: 30px;
    font-weight: bolder;
}

.product-detail-table .packets{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 15px;
}
.product-detail-table .packets .packet-style{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    font-size: 30px;
    font-weight: 600;
    border-radius: 90px;
    border: 1px solid #fff;
    width: 100%;
    max-width: 370px;
    height: 58px;
}
.product-detail-table .packets .packet-style .icon{
    display: flex;
    align-items: center;
}

@media all and (max-width:992px){
    .product-detail-table h3,
    .product-detail-table .packets .packet-style{
        font-size: 24px;
    }
}
@media all and (max-width:768px){
    .product-detail-table h3,
    .product-detail-table .packets .packet-style{
        font-size: 21px;
    }
}
@media all and (max-width:767px){
    .product-detail-table .packets .packet-style{
        font-size: 19px;
    }
    .product-detail-table .packets .packet-style .icon img{
        width: 30px;
    }
}


@media all and (max-width:575px){
    html, body {
        height: 100%;
      }
      
    .banner::after{
        min-height: 100%;
    }

    main{
        min-height: 100vh;
    }
}

@media all and (min-width:1601px){
    .banner .inside .inside-bottom{
        margin-top: 200px;
    }
}
@media all and (max-width:1600px){
    .banner .inside .inside-bottom{
        margin-top: 175px;
    }
}
@media all and (max-width:1400px){
    .banner .inside .inside-bottom{
        margin-top: 150px;
    }
}
@media all and (max-width:1100px){
    .banner .inside .inside-bottom{
        margin-top: 100px;
    }
}
@media all and (max-width:767px){
    .banner .inside .inside-bottom{
        margin-top: 40px;
    }
    .home-statistics .outside .inside .img-box{
        opacity: 1;
        position: relative;
        transform: none;
        width: 100%;
        left: 0;
        top: 0;
        margin-top: -100px!important;
        padding-bottom: 20px;
    }
}
@media all and (max-width:575px){
    .home-statistics .outside .inside .img-box{
        width: 75%;
        margin-left: auto;
        margin-right: auto;
    }
}

#header .header-inside-top .right .menu-button{
    cursor: pointer;
}

.banner .inside .inside-bottom .pin-bottom .right-table .table-item .table-content{
    width: 100%;
    padding: 5px 10px;
}

.home-statistics .outside .inside .img-box{
    max-width: 660px;
    z-index: -1;
}

.home-statistics{
    overflow: hidden;
    
}

#header.sticky, #header.start-sticky {
    background-color: rgba(0,0,0,1);
}

.product-detail-table table tr td,
.product-detail-table table tr th {
    min-width: auto;
}

.kvkk-items{
    max-width: 45%;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    flex-wrap: wrap;
    column-gap: 20px;
    row-gap: 6px;
   
}
.kvkk-items .kvkk{
    text-align: center;
    position: relative;
}

.kvkk-items .kvkk:not(:last-child)::after{
    content: "|";
    position: absolute;
    display: inline-block;
    right: -12px;
    top: 45%;
    transform: translateY(-50%);
}

@media all and (max-width:1200px){
    .kvkk-items *{
        font-size: 15px;
    }
}

@media (max-width: 1100px) {
    footer .outside .footer-end {
        flex-direction: column-reverse;
        gap: 17px;
    }
    .kvkk-items{
        max-width: none;
        justify-content: center;
    }
}
@media (max-width: 767px) {
    footer .outside .footer-end {
        flex-direction: column;
    }
    .kvkk-items{
        max-width: none;
        justify-content: center;
    }
}

.form-popup {
    z-index: 999 !important;
}

.oval-circle .box-overlay-2 img{
    border-radius: 50%!important;
}

.home-statistics .outside .title-26{
    position: relative;
    z-index: 2;
}

.btn-2.ver-2{
    color: #fff;
    flex-direction: row-reverse;
}
.btn-2.ver-2::after{
   filter: invert(1);
   transform: rotate(180deg);
   transition: all .3s ease;
}

.btn-2.ver-2:hover::after{
    transform: rotate(180deg) translateX(6px);
}