.cart-icon {
	padding:1px solid #fff;
}

.cart-button-wrapper {
	border:1px solid #fff;
	border-radius:5px 0 0 5px;
	width: 90px;
	background-color:#404040;
	color:#fff;
	height: 57px;
	top: calc(calc(50vh) - 60px);
	position: fixed;
	z-index: 999;
	right: 0;
	overflow: hidden;
   transition: width 0.3s;
}

.cart-button-wrapper:hover {
      box-shadow: 0px 10px 40px -12px rgba(107, 147, 214, 0.35);
      width: 170px !important;
   }
   .cart-button-wrapper:hover #go-to-cart-text {
      width: 90px;
   }

.cart-button {
   width: 100%;
   height: 100%;
   background-color: var(--honolulu-blue);
   color: var(--white);
   box-shadow: 0px 10px 40px -12px rgb(107 147 214 / 35%);
   border-top-left-radius: 20px;
   border-bottom-left-radius: 20px;
   display: flex;
   justify-content: left;
   align-items: flex-end;
   padding-top: 8px;
   padding-bottom: 10px;
   padding-left: 14px;
   cursor: pointer;
   font-size: 24px;
}
#go-to-cart-text {
   font-weight: 600;
   font-size: 16px;
   line-height: 14px;
   width: 0;
   overflow: hidden;
   transition: width 0.3s;
   white-space: nowrap;
   margin-bottom: 8px;
}

.cart-button:hover {
   color: var(--white);
}
.cart-button > .cart-icon {
   width: 24px;
   height: 24px;
}
.cart-button > .cart-icon::before {
   content: \E97B;
   color: var(--white);
}
#cart-items-count {
   align-self: flex-start;
   font-weight: bold;
   font-size: 11px;
   line-height: 0;
   width: 20px;
   height: 20px;
   display: flex;
   justify-content: center;
   align-items: center;
   color: #f86302;
   background-color: #fff;
   border-radius: 50%;
   margin-left: -4px;
}

.shoph1 {
   font-size: 24px;
   line-height: 36px;
   font-weight: 700;
}

.texth2 {
   font-size: 20px;
   line-height: 36px;
   font-weight: 700;
}

#sepeteekle {
	  display: table-cell;

	padding-top:3px;
	margin: 0 auto;
	text-align: center;
	width:auto;
}

#sepeteekle a { color:#fff; }

#sepeteekle .ekle {
	border:1px solid #f86302;
	border-radius:3px;
	padding:10px;
	margin:0 auto;
	text-align: center;

	color:#fff;
	background:#f86302;
}

#sepeteekle button { padding:10px; float:left; margin-right:10px; width:auto; }

#sepeteekle form {
  padding:10px;
  margin: 0 auto;
  text-align: center;
}

#sepeteekle .value-button {
  display: inline-block;
	font-weight:bold;
  margin: 0px;
  width: 20px;
  text-align: center;
  vertical-align: middle;
  padding: 11px 0;
  background: #111;
  color:#fff;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
#sepeteekle #sepetbutonlar {
	float:left;
	border:1px solid #111;
	border-radius:3px;
	background:#111;
	width:80px;
	margin-right:10px;
}


#sepeteekle .value-button:hover {
  cursor: pointer;
}

#sepeteekle form #decrease {
  margin-right: -4px;
  border-radius: 8px 0 0 8px;
}

#sepeteekle form #increase {
  margin-left: -4px;
  border-radius: 0 8px 8px 0;
}

#sepeteekle form #input-wrap {
  margin: 0px;
  padding: 0px;
}

#sepeteekle input#number {
  text-align: center;
  border: none;
 background-color:#fff;
 color:#111;
  margin: 0px;
  width: 30px;
  height: 15px;
}

#sepeteekle input[type=number]::-webkit-inner-spin-button,
#sepeteekle input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
/*
#sepetekle table,td,td { text-align:center;}
*/