.sepet-div{
	display:flex;
	width:100%;
	justify-content:center;
	align-items:center;
	flex-wrap:wrap;
}
.sepet-div .sepet-div-2{
	width: 80%;
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
}
.sepet-div .sepet-div-2 .sepet-left{
	width: 70%;
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
}
.sepet-div .sepet-div-2 .sepet-left form{
	width: 100%;
}
.sepet-div .sepet-div-2 .sepet-left .sepet{
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
	border-bottom: 1px solid #888;
	padding: 20px;
	border-radius: 10px;
}
.sepet-div .sepet-div-2 .sepet-left  span{
	background-size:  100% 10%;
	background-repeat: repeat-x;
	background-position: left 0% bottom 0%;
}
.sepet-div .sepet-div-2 .sepet-left  .tapered{
	background-image: linear-gradient(179deg,#222 0%, #222 50%,transparent 54%, transparent 100%);
}
.sepet-div .sepet-div-2 .sepet-left h4{
	width: 100%;
}
.sepet-div .sepet-div-2 .sepet-left .sepet .sepet-img{
	width: 10%;
	padding: 10px;
}
.sepet-div .sepet-div-2 .sepet-left .sepet .sepet-img img{
	width: 100%;
	object-fit: cover;
}
.sepet-div .sepet-div-2 .sepet-left .sepet .sepet-text{
	width: 40%;
	padding: 10px;
}
.sepet-div .sepet-div-2 .sepet-left .sepet .sepet-text label{
	font-weight: bolder;
	font-size: 20px;
}
.sepet-div .sepet-div-2 .sepet-left .sepet .sepet-miktar{
	width: 20%;
}
.sepet-div .sepet-div-2 .sepet-left .sepet .sepet-fiyat{
	width: 20%;
}
.sepet-div .sepet-div-2 .sepet-left .sepet .sepet-sil{
	width: 10%;
}
.sepet-div .sepet-div-2 .sepet-left .sepet .sepet-sil button{
	width: 100%;
	border:none;
	background-color: transparent;
}
.sepet-div .sepet-div-2 .sepet-left .sepet .sepet-sil i{
	color: #222;
	float: right;
	cursor: pointer;
}
.sepet-div .sepet-div-2 .sepet-left .sepet .sepet-fiyat label{
	font-size: 20px;
	font-weight: bolder;
	float: right;
}
.sepet-div .sepet-div-2 .sepet-right{
	width: 25%;
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
	border:1px solid #888;
	padding: 20px;
	padding-top: 50px;
	padding-bottom: 50px;
	border-radius: 5px;
}
.sepet-div .sepet-div-2 .sepet-right .sepet-right-one{
	width: 100%;
	margin-bottom: 50px;
}
.sepet-div .sepet-div-2 .sepet-right .sepet-right-one label{
	color: #888;
	width: 100%;
}
.sepet-div .sepet-div-2 .sepet-right .sepet-right-one label span{
	color: #222;
	font-weight: bolder;
	float: right;
}
.sepet-div .sepet-div-2 .sepet-right .sepet-right-two{
	width: 100%;
	margin-bottom: 50px;
}
.sepet-div .sepet-div-2 .sepet-right .sepet-right-two label{
	color: #888;
	width: 100%;
}
.sepet-div .sepet-div-2 .sepet-right .sepet-right-two label span{
	color: #222;
	font-weight: bolder;
	float: right;
}
.sepet-div .sepet-div-2 .sepet-right .sepet-right-button{
	width: 100%;
}
.sepet-div .sepet-div-2 .sepet-right .sepet-right-button button{
	width: 100%;
	padding: 10px;
	border:none;
	border-radius: 10px;
	background-color: #222;
	color: #f8f9fa;
}
.numberstyle-qty {
	position: relative;
	border-radius: 6px;
	background-color: #f8f9fa;
	overflow: hidden;
}
.numberstyle-qty input, .numberstyle-qty .qty-btn {
	position: relative;
	display: block;
	float: left;
	height: 40px;
	padding: 0;
	margin: 0;
	border: 0px;
	text-align: center;
	line-height: 40px;
	outline: 0;
	box-shadow: 0px;
}
.numberstyle-qty .qty-btn {
	width: 40px;
	font-size: 18px;
	cursor: pointer;
	z-index: 2;
	user-select: none;
	transition: all 250ms ease;
}
.numberstyle-qty .qty-btn.disabled {
	cursor: default;
	color: rgba(116, 116, 116, 0.5);
}
.numberstyle-qty input {
	width: 50px;
	border-left: 0;
	border-right: 0;
	color: #747474;
	font-size: 18px;
	font-weight: 700;
	z-index: 1;
}
.numberstyle-qty input:focus {
	outline: 0;
	box-shadow: 0px;
}
.numberstyle-qty input[type=number]::-webkit-inner-spin-button, .numberstyle-qty input[type=number]::-webkit-outer-spin-button {
	-webkit-appearance: none;
	margin: 0;
}
.numberstyle-qty input[type=number] {
	-moz-appearance: textfield;
}
