#atlog {
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 12px;
    background: #F8F8FB;
    border: 1px solid #DADAF2;
    width: 60%;
    border-radius: 5px;
    margin: 15px 50px;
    text-decoration: none;
    color: #1c1c1c;
    font-weight: 500;
}
#atlogh1 {
    margin: 20px 0px 0px 50px;
    color: #000;
	width: 100%;
    float: left;
    font-size: 22px;
    font-weight: 600;
}
#atlogspan {
	margin: 4px 0px 25px 50px;
    color: #1c1c1c;
    float: left;
    font-size: 14px;
    width: 100%;
    font-weight: 500;
}




.alert-info {
    background:#ff6000;
}
.alert-success {
    background:#00bb5d;
}
.alert-danger {
    background:#e73225;
}
#checkout-cart .alert {
    border-radius: 10px;
    font-size: 13px;
    width: 460px;
    font-weight: 600;
    margin: 10px 0%;
    padding: 6px 20px;
    color: #fff;
}
.sepet-tamamlabtn {
    padding: 12px 30%;
    color: #fff;
    font-weight: 600;
    float: left;
    font-size: 0.8rem;
    margin: 20px auto;
    background: #ff6000;
    border-radius: 8px;
    text-decoration: none;
}
.cart-summary-box {
    padding: 19px;
    width: 25%;
    margin: 0px 0px;
    min-height: 60px;
    overflow: hidden;
    float: right;
    border: 1px solid var(--Neutral-N20, #e0e0e0);
    background: var(--Neutral-N100, #fff);
    border-radius: 8px;	
}

.cart-summary-title {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 5px;
    border-bottom: 1px solid #eee;
    padding-bottom: 25px;
    color: #1c1c1c;
}

.cart-summary-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 0;
    font-size: 15px;
    border-bottom: 1px solid #f3f3f3;
}


.cart-summary-row:last-child {
    background: linear-gradient(90deg, #effbf5, #effbf5);
    padding: 10px 0px;
}

.cart-summary-label {
    color: #1c1c1c;
	font-weight:400;
	font-size:13px;
}

.cart-summary-value {
    color: #0bc15c;
	font-weight:600;
	font-size:15px;
}






.sepet-clearfix{width:100%; height:25px;float:left;}
.sepet-gunbtn{
    background: #00bb5d;
    color: #fff;
    border: none;
    text-decoration: none;
    float: left;
    border-radius: 8px;
    font-size: 12px;
    font-weight: 600;
    margin-top: 1px;
    margin-left: 9px;
    padding: 6px 12px;
    transition: all 0.3s ease;
}
.sepet-silbtn{
    background: #e73225;
    color: #fff;
    border: none;
    text-decoration: none;
    float: left;
    border-radius: 8px;
    font-size: 12px;
    font-weight: 600;
    margin-top: 1px;
    margin-left: 9px;
    padding: 6px 12px;
    transition: all 0.3s ease;
}

.btn-primary {
    background: #ff6000;
    color: #fff;
    border: none;
    text-decoration: none;
    border-radius: 8px;
    font-size: 12px;
    font-weight: 600;
    margin-bottom: 20px;
    padding: 9px 20px;
    transition: all 0.3s ease;
}

.btn-primary:hover {
    background: #e64a00;
}

.btn-default {
    background: #ff6000;
    color: #fff;
    border: none;
    text-decoration: none;
    border-radius: 8px;
    font-size: 12px;
    font-weight: 600;
    margin-bottom: 20px;
    padding: 9px 20px;
    transition: all 0.3s ease;
}

.btn-default:hover {
    background: #e64a00;
}
.clearfix{height:40px;}


.sepet{
	width:58%;
	float:left;
	min-height:60px;
	overflow:hidden;
	border: 1px solid var(--Neutral-N20, #e0e0e0);
    background: var(--Neutral-N100, #fff);
    border-radius: 8px;
	margin-bottom:20px;
}
.sepet-resim{
	width: 90px;
    margin: 20px 10px 20px 30px;
    float: left;
    height: 80px;
    border: 1px solid #e0e0e0;
    background: transparent;
    border-radius: 8px;
}
.sepet-resim img{width:100%; border-radius: 9px; height:100%;}
.sepet-baslik{
	width: 80%;
    margin: 24px 0px -15px 0px;
    float: left;
    min-height: 15px;
    overflow: hidden;
}
.sepet-baslik h4 {
	font-size: 13px;
    margin: 0px 0;
    color: #333;
    line-height: 1.3em;
    font-weight: 400;
    height: 15px;
    width: 70%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
#cart-label {
	font-size: 15px;
    background: #effbf5;
    border-radius: 5px;
    width: 130px;
    padding: 4px 8px;
    float: left;
    margin: 0px 0;
    color: #0bc15c;
    font-weight: 500;
}
#cart-label b{color: #1c1c1c; font-size:13px;}

#sepet-adet {
	font-size: 14px;
    background: #fff;
    border-radius: 17px;
    width: 10px;
    border: 1px solid #aaa;
    padding: 4px 15px;
    float: left;
    margin-left: 0px;
    color: #1c1c1c;
    font-weight: 600;
}
#sepet-adetlabel{
	font-size: 13px;
    float: left;
    margin-top: 5px;
    margin-left: 7px;
    color: #1c1c1c;
    font-weight: 500;
}







@media (max-width: 768px) {
	#checkout-cart .alert {
    width: 85%;
	}
	.sepet-tamamlabtn {
    padding: 12px 28%;
	}
	.sepet {
    width: 100%;
	}
	.sepet-baslik {
    width: 65%;
    margin: 11px 0px -3px 0px;
	}
	.sepet-resim {
    width: 60px;
    margin: 10px;
    height: 60px;
	}
	#sepet-adet{
	margin-top: 13px;
        margin-left: 10px;
        margin-bottom: 15px;
	}
	#sepet-adetlabel {
	margin-top: 19px;
	}
	.sepet-gunbtn {
	margin-top: 15px;
	}
	.sepet-silbtn {
	margin-top: 15px;
	}
	.sepet-clearfix{width:100%; height:0px;float:left;}
	 .cart-summary-box {
        width: 88%;
        margin-bottom: 20px;
        padding: 18px;
    }

    .cart-summary-row {
        font-size: 14px;
    }

    .cart-summary-row:last-child {
        font-size: 16px;
    }
}