/*detay sayfası*/
.detayyildiz{color:#fba900; font-size:20px;}
.br{border:1px solid red;}
.wrapper {
    border: 1px solid #e2e2e2;
    text-align: center;
    padding: 3px 0;
    height: auto;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}
.wrappers { position: sticky; top: 132px; margin-bottom: 44px;}
.product-basket {
    display: flex;
    flex-direction: column;
    height: 100%;
    width: 100%;
    margin-bottom: auto;
}

.proDetail{
font-weight: 400;
color: #202020;
padding: 0;
border: 0;
font-size: 100%;
position: relative;
float: left;
margin: 0 20px;
}
.proDetailform{
	font-weight: 400;
	color: #202020;
	border: 0;
	font-size: 100%;
	position: relative;
	clear: both;
	padding: 1px 0 10px 10px;
	border-top: 1px solid #ebebeb;
	margin: 0;
}
.proDetailform table th{ border:none; padding: 2px;}
.proDetailform table tr td{ border:none; padding: 2px; }
.paymentDetail{
	font-weight: 400;
	color: #202020;
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	position: relative;
	border-top: 1px solid #ebebeb;	
	float: left;
	background: #f7f7f7;
}
.btnHolder{
	font-weight: 400;
	color: #202020;
	margin: 0;
	border: 0;
	font-size: 100%;
	position: relative;
}
/**/
.fiyat {
    font-size: 20px;
    font-weight: bold;
    color: #000;
}
/**/
.scroll-descriptionn {
    font-size: 16px;
    max-height: 250px;
    overflow-y: auto;
    overflow-x: hidden;
    padding: 0 8px;
    box-sizing: border-box;
    word-wrap: break-word;
    background-color: #f9f9f9;
    border-radius: 4px;
    margin: 0; 
}

/* Scroll bar */
.scroll-descriptionn::-webkit-scrollbar {
    width: 4px;
}
.scroll-descriptionn::-webkit-scrollbar-thumb {
    background-color: #2492ff;
    border-radius: 4px;
}
.scroll-descriptionn::-webkit-scrollbar-thumb:hover {
    background-color: #2492ff;
}

/*ana sayfa scroll*/
.kampanyaa-title-wrapper {
    position: relative;
    text-align: center;
    margin-bottom: 20px;
}
.kampanyaa-title-wrapper h2 {
    display: inline-block;
    position: relative;
    font-size: 28px;
    font-weight: 600;
    background-color: #fff; /* Arka planın çizgiyi kesmesi için */
    padding: 0 20px;
    z-index: 1;
    color: #333;
}
/* İnce çizgi */
.kampanyaa-title-wrapper::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #ccc;
    z-index: 0;
}

