.urundetay_tab{
    margin:0 -15px;
    display:flex
}
.urundetay_tab .nav-item{
    flex:1 1 0
}
.urundetay_tab .nav-item .nav-link{
    display:flex;
    border:none;
    border-radius:0;
    justify-content:center;
    align-items:center;
    padding:15px;
    font-size:18px;
    font-weight:500;
    color:#f2f2f2;
    background:#a6a6a6;
    transition:.4s
}
.urundetay_tab .nav-item .nav-link:hover,.urundetay_tab .nav-item .nav-link.active{
    background:var(--renk2)
}
.urundetay_tab .nav-item:nth-child(1) a{
    border-radius:10px 0 0 0
}
.urundetay_tab .nav-item:nth-last-child(1) a{
    border-radius:0 10px 0 0
}


.tab-content{
    margin:0 -15px 20px;
    background:#fff;
    border-radius:0 0 10px 10px
}
.tab-content .tab-pane{
    padding:50px 40px
}
.tab-content .tab-pane h3{
    font-size:14px;
    font-weight:700;
    color:#7c7a7a;
    margin-bottom:15px
}
.tab-content .tab-pane p{
    font-size:14px;
    line-height:16px;
    font-weight:500;
    /*color:#c0b9b9;*/
    margin-bottom:15px
}
.tab-content .tab-pane ul,.tab-content .tab-pane ol{
    margin-bottom:15px
}
.tab-content .tab-pane ul li,.tab-content .tab-pane ol li{
    font-size:14px;
    line-height:16px;
    font-weight:500;
    /*color:#c0b9b9*/
}
.tab-content .tab-pane .tab-pane-top{
    display:flex;
    flex-wrap:wrap;
    justify-content:space-between
}
.tab-content .tab-pane .tab-pane-top .review-product{
    flex:1 1 0;
    max-width:400px
}
.tab-content .tab-pane .tab-pane-top .review-product p{
    font-size:16px;
    font-weight:700;
    color:#9d9c9c
}
.tab-content .tab-pane .tab-pane-top .review-product .store-area{
    font-size:24px;
    font-weight:700;
    color:var(--renk2);
    margin:-10px 0 -5px
}
.tab-content .tab-pane .tab-pane-top .review-product .product-area a{
    display:block;
    padding:10px;
    display:flex;
    flex-wrap:wrap
}
.tab-content .tab-pane .tab-pane-top .review-product .product-area a .img{
    height:120px;
    width:120px;
    flex:0 0 120px;
    margin-right:10px
}
.tab-content .tab-pane .tab-pane-top .review-product .product-area a .img img{
    display:block;
    width:100%;
    height:100%;
    object-fit:cover
}
.tab-content .tab-pane .tab-pane-top .review-product .product-area a .text{
    flex:1 1 0;
    max-width:calc(100% - 120px)
}
.tab-content .tab-pane .tab-pane-top .review-product .product-area a .text .name{
    font-size:20px;
    line-height:18px;
    font-weight:700;
    color:#777777
}
.tab-content .tab-pane .tab-pane-top .review-product .product-area a .text .discount{
    display:block;
    font-size:13px;
    line-height:16px;
    margin:5px 0;
    font-weight:700;
    color:#bcbdbd
}
.tab-content .tab-pane .tab-pane-top .review-product .product-area a .text .discount span{
    position:relative;
    display:inline-block
}
.tab-content .tab-pane .tab-pane-top .review-product .product-area a .text .discount span:before{
    content:"";
    display:block;
    background:#878787;
    height:1px;
    position:absolute;
    left:-5px;
    right:-5px;
    top:50%
}
.tab-content .tab-pane .tab-pane-top .review-product .product-area a .text .price{
    display:block;
    font-size:22px;
    line-height:17px;
    font-weight:700;
    margin-bottom:5px;
    color:#878787
}
.tab-content .tab-pane .tab-pane-top .btn-set{
    flex:1 1 0;
    max-width:240px;
    display:flex;
    flex-wrap:wrap;
    align-items:center
}
.tab-content .tab-pane .tab-pane-top .btn-set .btn-comment{
    margin-bottom:10px;
    width:240px;
    flex:0 0 240px;
    height:65px;
    color:#fff;
    display:flex;
    align-items:center;
    justify-content:center;
    border:none;
    background:var(--renk2);
    border-radius:10px
}
.tab-content .tab-pane .tab-pane-top .btn-set .btn-comment svg{
    display:block;
    width:25px;
    height:25px;
    margin-right:10px
}
.tab-content .tab-pane .tab-pane-top .btn-set .btn-comment span{
    display:block
}
.tab-content .tab-pane .tab-pane-top .btn-set .btn-basket{
    width:240px;
    flex:0 0 240px;
    height:65px;
    color:#fff;
    display:flex;
    align-items:center;
    justify-content:center;
    border:none;
    background:var(--renk2);
    border-radius:10px
}
.tab-content .tab-pane .tab-pane-top .btn-set .btn-basket svg{
    display:block;
    width:25px;
    height:25px;
    margin-right:10px
}
.tab-content .tab-pane .tab-pane-top .btn-set .btn-basket span{
    display:block
}
.tab-content .tab-pane .map{
    overflow:hidden;
    border-radius:15px;
    margin-bottom:15px
}
.tab-content .tab-pane .map iframe{
    height:400px;
    width:100%
}
.tab-content .tab-pane .location-list ul li{
    background:#eef0f5;
    border-radius:10px;
    padding:20px 40px;
    margin-bottom:15px;
    display:flex
}
.tab-content .tab-pane .location-list ul li .icon{
    margin-right:15px;
    flex:0 0 46px
}
.tab-content .tab-pane .location-list ul li .icon img{
    display:block
}
.tab-content .tab-pane .location-list ul li .text{
    display:flex;
    justify-content:space-between;
    flex:0 0 calc(100% - 61px)
}
.tab-content .tab-pane .location-list ul li .text .head{
    font-size:18px;
    font-weight:700;
    color:var(--renk2);
    margin-bottom:10px
}
.tab-content .tab-pane .location-list ul li .text p{
    font-size:18px;
    font-weight:500;
    color:#8e8e8e;
    margin-bottom:5px
}
.tab-content .tab-pane .pagination-container .pagination .page-item .page-link{
    background:#eef0f5
}
.tab-content .tab-pane .pagination-container .pagination .page-item.active .page-link,.tab-content .tab-pane .pagination-container .pagination .page-item:hover .page-link{
    background:var(--renk2)
}


@media (max-width:992px) {
    .urundetay_tab, .tab-content{ margin-right: 0; } 
}
@media (max-width:479px) {
    .urundetay_tab .nav-item{ flex: 0 0 100%;  }
    .urundetay_tab .nav-item:nth-child(1) a{ border-radius: 10px 10px 0 0; }
    .urundetay_tab .nav-item:nth-last-child(1) a{ border-radius: 0 0 10px 10px; }
}
/*
     FILE ARCHIVED ON 07:14:01 Jul 15, 2025 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 01:10:31 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: 1.224
  captures_list: 0.367
  exclusion.robots: 0.01
  exclusion.robots.policy: 0.003
  esindex: 0.006
  cdx.remote: 6.608
  LoadShardBlock: 137.48 (3)
  PetaboxLoader3.datanode: 165.72 (5)
  PetaboxLoader3.resolve: 31.347
  load_resource: 70.863
  loaddict: 49.336
*/