.sepetimpage .head .img{
    margin-bottom:10px
}
.sepetimpage .head .img img{
    display:block;
    margin:0 auto
}
.sepetimpage .head h2{
    font-size:24px;
    font-weight:700;
    margin-bottom:10px;
    color:#8b8b8b;
    text-align:center
}
.sepetimpage .order-number{
    display:flex;
    justify-content:center;
    margin-bottom:15px
}
.sepetimpage .order-number p{
    margin-bottom:0;
    box-shadow:0 0 32px rgba(0,0,0,0.1);
    font-size:14px;
    color:var(--renk2);
    padding:10px 50px;
    border-radius:10px;
    background:#fff
}
.sepetimpage .products{
    box-shadow:0 0 32px rgba(0,0,0,0.1);
    border-radius:10px;
    background:#fff;
    padding:30px 65px;
    width:100%;
    box-sizing:border-box;
    margin:0 auto 20px;
    max-width:100%
}
.sepetimpage .products h3{
    font-size:20px;
    font-weight:700;
    color:#777777;
    margin-bottom:20px
}
.sepetimpage .products ul li{
    position:relative;
    display:flex;
    text-align:center;
    padding:10px;
    align-items:center
}
.sepetimpage .products ul li .bold{
    flex:1 1 0;
    font-size:20px;
    font-weight:700;
    margin-bottom:10px;
    color:#777777
}
.sepetimpage .products ul li .bold.colored{
    color:var(--renk2);
    margin-bottom:0
}
.sepetimpage .products ul li span,.sepetimpage .products ul li a{
    display:block;
    /* max-width: 107px; */
}
.sepetimpage .products ul li .img{
    flex:1 1 0;
    max-width:107px;
    min-width: 100px;
    height:111px;
    padding:10px;
    display: flex;
    justify-content:center;
}
.sepetimpage .products ul li .img a{
    max-width:107px;
    min-width: 100px;
}
.sepetimpage .products ul li .img img{
    display:block;
    width:100%;
    height:100%;
    object-fit:contain
}
.sepetimpage .products ul li .name{
    flex:1 1 0;
    padding:10px
}
.sepetimpage .products ul li .name .thin{
    font-size:14px;
    line-height:16px;
    font-weight:300;
    color:var(--renk2)
}
.sepetimpage .products ul li .min-amount{
    flex:1 1 0;
    padding:10px
}
.sepetimpage .products ul li .piece{
    flex:1 1 0;
    padding:10px
}
.sepetimpage .products ul li .amount{
    flex:1 1 0;
    padding:10px
}
.sepetimpage .products ul li .minus-plus{
    display:flex;
    width:100px;
    margin:0 auto;
    border:1px solid #868686;
    border-radius:10px
}
.sepetimpage .products ul li .minus-plus .minus{
    cursor:pointer;
    display:flex;
    justify-content:center;
    align-items:center;
    padding:5px 10px
}
.sepetimpage .products ul li .minus-plus .plus{
    cursor:pointer;
    display:flex;
    justify-content:center;
    align-items:center;
    padding:5px 10px
}
.sepetimpage .products ul li .minus-plus img{
    display:block
}
.sepetimpage .products ul li .close{
    position:absolute;
    right:0;
    top:0;
    cursor:pointer;
    padding:10px
}
.sepetimpage .products ul li .close img{
    display:block
}
.sepetimpage .products ul li+li{
    border-top:1px solid #eef0f5
}
.sepetimpage .total-amount{
    display:flex;
    justify-content:center;
    margin-bottom:65px
}
.sepetimpage .total-amount .btn,.sepetimpage .total-amount .complete-shopping{
    display:block;
    border:none;
    background:var(--renk2);
    color:#fff;
    border-radius:10px;
    padding:10px 25px;
    text-align:center
}
.sepetimpage .total-amount .btn .thin,.sepetimpage .total-amount .complete-shopping .thin{
    font-size:16px;
    font-weight:700;
    padding:0 5px;
    border-bottom:1px solid #fff;
    display:inline-block
}
.sepetimpage .total-amount .btn .bold,.sepetimpage .total-amount .complete-shopping .bold{
    font-size:25px;
    font-weight:700;
    display:block
}
.sepetimpage .total-amount .complete-shopping{
    margin-left:30px;
    padding:16px 30px
}
.sepetimpage .total-amount .complete-shopping .bold{
    font-size:20px;
    line-height:24px
}
.sepetimpage .complete-shopping a{
    font-size:30px;
    font-weight:700;
    text-align:center;
    border-radius:15px;
    background:var(--renk2);
    color:#fff
}
.sepetimpage .urunbulunamadi{
    max-width: 100%;
    border: 1px solid #eef0f5;
    border-radius: 10px;
    padding: 40px 30px;
}
.sepetimpage .urunbulunamadi .order-list.empty .empty-container {
  margin: 200px 0;
  display: block;
}
.sepetimpage .urunbulunamadi .order-list.empty .empty-container .img {
  margin-bottom: 20px;
}
.sepetimpage .urunbulunamadi .order-list.empty .empty-container .img img {
  display: block;
  margin: 0 auto;
}
.sepetimpage .urunbulunamadi .order-list.empty .empty-container .text {
  text-align: center;
  padding: 0 50px;
}
.sepetimpage .urunbulunamadi .order-list.empty .empty-container .text p {
  font-size: 18px;
  line-height: 22px;
  margin-bottom: 0;
  font-weight: 500;
  color: #6c6c6c;
}

.modal#promosyonModal .modal-dialog {
    max-width: 810px
}

.modal#promosyonModal .modal-content {
    border-radius: 10px
}

.modal#promosyonModal .modal-body {
    padding: 60px 85px
}

.modal#promosyonModal h2 {
    text-align: center;
    font-size: 16px;
    font-weight: 700;
    color: #7c7c7c
}

.modal#promosyonModal .form .form-group label {
    font-size: 11px;
    color: #a2a2a2;
    margin-bottom: 0
}

.modal#promosyonModal .form .form-group .form-control {
    background: #eef0f5;
    border-radius: 5px;
    height: 35px;
    font-size: 11px;
    color: var(--renk2);
    border: none
}

    .modal#promosyonModal .form .form-group .form-control::placeholder {
        color: var(--renk2)
    }

.modal#promosyonModal .form .form-group select.form-control {
    -webkit-appearance: none;
    appearance: none;
    background: url(/assets/img/select-down-arrow.png) right center no-repeat;
    cursor: pointer;
    border: 1px solid #a2a2a2
}

.modal#promosyonModal .form .form-group textarea.form-control {
    background: #fff;
    padding: 16px;
    color: #a2a2a2;
    border: 1px solid #babcc0;
    height: 115px
}

.modal#promosyonModal .form .individual-corporate-area {
    display: flex
}

    .modal#promosyonModal .form .individual-corporate-area .individual-corporate-box {
        padding: 5px 25px;
        background: #eef0f5;
        border-radius: 5px;
        flex: 0 0 auto;
        display: flex
    }

        .modal#promosyonModal .form .individual-corporate-area .individual-corporate-box .form-check {
            padding-left: 20px;
            margin-right: 20px
        }

            .modal#promosyonModal .form .individual-corporate-area .individual-corporate-box .form-check .form-check-input {
                opacity: 0
            }

            .modal#promosyonModal .form .individual-corporate-area .individual-corporate-box .form-check .form-check-label {
                cursor: pointer;
                font-size: 14px;
                font-weight: 300;
                color: #aaaaaa;
                padding-left: 0
            }

                .modal#promosyonModal .form .individual-corporate-area .individual-corporate-box .form-check .form-check-label:before {
                    content: "";
                    position: absolute;
                    width: 13px;
                    height: 13px;
                    border: none;
                    border-radius: 0;
                    left: 0;
                    top: 50%;
                    transform: translateY(-50%);
                    border-radius: 2px;
                    background: transparent;
                    opacity: 1;
                    transition: .4s;
                    border: 1px solid #c8ccd5
                }

                .modal#promosyonModal .form .individual-corporate-area .individual-corporate-box .form-check .form-check-label:after {
                    content: "";
                    opacity: 0;
                    position: absolute;
                    width: 13px;
                    height: 13px;
                    border-radius: 2px;
                    left: 0;
                    top: 50%;
                    transform: translateY(-50%);
                    background: var(--renk2);
                    transition: .4s
                }

            .modal#promosyonModal .form .individual-corporate-area .individual-corporate-box .form-check .form-check-input:checked ~ .form-check-label:before {
                opacity: 0
            }

            .modal#promosyonModal .form .individual-corporate-area .individual-corporate-box .form-check .form-check-input:checked ~ .form-check-label:after {
                opacity: 1
            }

            .modal#promosyonModal .form .individual-corporate-area .individual-corporate-box .form-check + .form-check {
                margin-right: 0
            }

.modal#promosyonModal .form .submit-btn {
    border: none;
    font-size: 12px;
    font-weight: 700;
    color: #fff;
    height: 35px;
    padding: 0 50px;
    background: var(--renk2);
    border-radius: 5px
}

@media (max-width:767px) {
    .sepetimpage .products{ padding: 20px; }
    .sepetimpage .products ul li{ flex-wrap: wrap; }
    .sepetimpage .products ul li .img{  }
    .sepetimpage .products ul li .name{}
    .sepetimpage .products ul li .min-amount{}
    .sepetimpage .products ul li .piece{}
    .sepetimpage .products ul li .amount{}
    .sepetimpage .total-amount{
        flex-wrap: wrap;
    }
    .sepetimpage .total-amount .btn, .sepetimpage .total-amount .complete-shopping{
        flex: 0 0 100%;
        margin-bottom:5px;
    }
}
@media (max-width:479px) {
    .sepetimpage .products ul li+li{ border-top: 1px solid #aaa; }
    .sepetimpage .products ul li .img{flex: 0 0 100%;max-width: 100%;}
    .sepetimpage .products ul li .name{ flex: 0 0 100%; }
    .sepetimpage .products ul li .min-amount{ flex: 0 0 100%; }
    .sepetimpage .products ul li .piece{ flex: 0 0 100%; }
    .sepetimpage .products ul li .amount{ flex: 0 0 100%; }
}



/*
     FILE ARCHIVED ON 07:13:46 Jul 15, 2025 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 01:10:36 Apr 18, 2026.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  capture_cache.get: 0.274
  captures_list: 0.34
  exclusion.robots: 0.01
  exclusion.robots.policy: 0.004
  esindex: 0.005
  cdx.remote: 6.659
  LoadShardBlock: 75.012 (3)
  PetaboxLoader3.datanode: 505.018 (5)
  load_resource: 438.522
  loaddict: 13.734
*/