.pagination {
    text-align: center;
    margin-top: 20px;
}

.pagination a, .pagination span {
    display: inline-block;
    padding: 5px 10px;
    margin: 0 5px;
    border: 1px solid #ccc;
    background-color: #f5f5f5;
    color: #333;
    text-decoration: none;
}

.pagination .current {
    background-color: antiquewhite;
    color: black;
}

.pagination .prev, .pagination .next {
    background-color: antiquewhite;
    color: black;
}

.pagination .prev:hover, .pagination .next:hover, .pagination a:hover {
    background-color: antiquewhite;
}


body { background: #fff; }

.siparis-tablosu {width: 100%;}
.siparis-tablosu thead {background: black;color: white;border: 0;}
.siparis-tablosu thead td {padding: 0.2rem 1rem;}
.siparis-tablosu tbody tr {
    background: #e9e9e9;
}
.siparis-tablosu tbody td {padding: 1rem 1rem;}

.siparis-a {text-align: right;}
.siparis-a a {text-decoration: none;background: black;color: white;padding: 5px 5px;}
.siparis-a a:hover {opacity: 0.5;}

.product-image-wrapper {
    display: flex;
}

.product-image-thumbs {
    width: 100px;
    flex: 0 0 100px;

    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.product-image-thumbs a {
    border: 1px solid #eee;

    display: flex;
    justify-content: center;
    align-items: center;

    width: 80px;
    height: 80px;
}

.product-image-thumbs a img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.drift-zoom-pane {
    display: block;
    background: red;
    transition: .4s ease;
}

.drift-bounding-box,.drift-zoom-pane{
    position:absolute;
    pointer-events:none
}
@keyframes noop{
    0%{
        zoom:1
    }
}
@-webkit-keyframes noop{
    0%{
        zoom:1
    }
}
.drift-zoom-pane.drift-open{
    display:block
}
.drift-zoom-pane.drift-closing,.drift-zoom-pane.drift-opening{
    animation:noop 1ms;
    -webkit-animation:noop 1ms
}
.drift-zoom-pane{
    overflow:hidden;
    width:100%;
    height:100%;
    top:0;
    left:0
}
.drift-zoom-pane-loader{
    display:none
}
.drift-zoom-pane img{
    position:absolute;
    display:block;
    max-width:none;
    max-height:none
}


.product-detail-section h1 {
    text-align: left;
    font-size: 16px;
    font-weight: 400;

    margin-bottom: 5px;
}

.product-detail-section .product-code small {
    font-size: 12px;
    color: #999;
}

.product-price {
    font-size: 15px;
    font-weight: 600;
}

.product-detail-section .btn {
    width: 100%;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 16px;
    letter-spacing: 1px;
    min-height: 45px;
}

.product-detail-section {
    padding-inline: 1rem
}

.product-detail-section table {
    border-collapse: collapse;
    width: 100%;
}

.product-detail-section table th {
    background: #eee;
    color: #333;
    font-weight: 500;
    padding: 10px 15px;
    text-align: left;
}

.product-detail-section table td {
    padding: 10px 15px;
    border-bottom: 1px solid #eee;
}

@media (max-width: 1200px) {
    .drift-zoom-pane {
        display: none !important;
    }
}

.form-checkbox {
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: .5rem;
    }
    h4 {
    font-size: 1.35rem;
    font-weight: 500;
    margin-bottom: 1.5rem;
    }
    .address-card {
    font-size: .85rem;
    }
    .payment-method-card {
    border: 1px solid #ddd;
    padding: 1rem;
    padding-top: 2rem;
    position: relative;
    text-align: center;
    }
    .payment-method-card input {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    cursor: pointer;
    }
    .payment-method-card .checkmark {
    position: absolute;
    top: 10px;
    left: 10px;
    width: 1.25rem;
    height: 1.25rem;
    border: 1px solid #ddd;
    border-radius: 50%;
    }
    .payment-method-card input:checked ~ .checkmark {
    background-color: #000;
    border-color: #000;
    }
    .payment-method-card input:checked ~ .checkmark:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: .5rem;
    height: .5rem;
    border-radius: 50%;
    transform: translate(-50%, -50%);
    background-color: #fff;
    }
    .payment-method-card .image {
    /* width: 100%;
    height: 100%;
    aspect-ratio: 16/9; */
    width: 80px;
    height: 80px;
    display: block;
    margin: 0 auto;
    margin-bottom: 1rem;
    }
    .order-sidebar .basket-items {
    }
    .order-sidebar .basket-items .item-info {
    display: flex;
    flex-wrap: wrap;
    }
    .order-sidebar .basket-items .item-info img {
    width: 60px;
    height: 60px;
    flex: 0 0 60px;
    object-fit: cover;
    }
    .order-sidebar .basket-items .item-info .item-details {
    flex: 0 0 calc(100% - 60px);
    padding-left: 1rem;
    display: flex;
    }
    .order-sidebar .basket-items .item-info .item-details > div:first-child {
    flex: 1
    }
    .order-sidebar .basket-items .item-quantity {
    padding-left: 1rem;
    margin-top: .5rem;
    opacity: .8;
    font-size: .85rem;
    font-weight: 500;
    }
    .order-sidebar .basket-items li {
    list-style: none;
    }
    .order-sidebar .item-info > div {
    flex: 1;
    }
    .basket-cargo-and-coupon input,
    .basket-cargo-and-coupon button {
    height: 40px;
    }
    .basket-cargo-and-coupon button {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    }
    .order-sidebar hr {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
    border: 0;
    border-top: 1px solid #ddd;
    }
    #submitButton {
    width: 100%;
    height: 50px;
    margin-top: 1.5rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    font-size: 1rem;
    }
    #coupon {
    display: none;
    color: #ff5e00;
    font-weight: 500;
    }

    .footer-bottom {display: flex;align-items: center;justify-content: space-between;}
    .footer-bottom div img {width: 100px;}
    .footer-bottom div + div img {width: 300px;}

    @media (max-width:1000px) {
        .footer-bottom {
            display: flex;
            align-items: center;
            justify-content: space-between;
            flex-direction: column;
            gap: 30px;
        }
    }