/* Ana renk (Yeşil tonu): 1ee08f */
/* Gri renk: a0a0a0 */
/* Açık Gri renk: e4e1e1 */
/* Koyu Renk : 353748 */
/* Kırmızı Tonu : ea105e */


.left{
  float: left;
  width: 70%;
  min-width: 600px;
  min-height: 600px;
  margin-left: 5%;
  margin-bottom: 20px;
}

.left h3{
  margin: 0;
  padding: 0;
  font-size: 19px;
  font-weight: normal;
  padding:0 0 2% 0;
}

.basket-items{
  width: 100%;
  padding: 0;
  margin: 0;
  border: 1px solid #e4e1e1;
  border-radius: 10px;
}


.item{
  width: 96%;
  height: 75px;
  padding: 2% 2%;
  border-bottom: 1px solid #e4e1e1;
}
.item:last-child{
  border-bottom: none;
}
.item-image{
  float: left;
  width: 10%;
  height: 100%;
  justify-content: center;
  display: flex;
  align-items: center;
}

.item-image img{
  max-height: 100%;
  max-width: 100%;
  border-radius: 5px;
}




.item-center-part{
  float: left;
  width: 45%;
  margin-left: 2%;
  height: 100%;
}

.item-name{
  float: left;
  width: 100%;
}

.item-name h4{
  margin: 0;
  width: 100%;
  font-size: 17px;
  font-weight: normal;
}

.item-info{
  float: left;
  width: 100%;
  height: 50px;
}

.item-info h4:first-child{
  font-size: 15px;
  text-decoration:line-through !important;
  padding: 3% 3% 3% 0%;
  float: left;
  margin: 0;
  color: #a0a0a0;
}

.item-info h4{
  font-size: 15px;
  padding: 3% 0;
  margin: 0;
  color: #ea105e;
}









.item-right-part{
  float: left;
  width: 41%;
  margin-left: 2%;
  height: 100%;
}


.item-count-part{
  float: left;
  width: 50%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}


.item-count{
  width: 75%;
  min-width: 120px;
  margin-left: 5%;
  height: 30px;
  border-radius: 5px;
  background-color: #eaeaea;
  border: 1px solid #eaeaea;
}

.item-count input[type=text]{
  float: left;
  width: 62%;
  margin-left: 6%;
  margin-right: 4%;
  height: 100%;
  border: none;
  text-align: center;
  border-radius: 0;
  border-right: 1px solid #e4e1e1;
  border-left: 1px solid #e4e1e1;
}

.item-count i{
  transition: 0.25s all;
}

.item-count .reduceAmount{
  float: left;
  margin-top: 7%;
  margin-left: 5%;
  line-height: 25px;
  /* border-right: 1px solid red; */
  cursor: pointer;
  color: #d8711c;
  font-size: 13px;
}

.item-count .increaseAmount{
  float: right;
  margin-top: 7%;
  margin-right: 4%;
  /* border-left: 1px solid red; */
  line-height: 25px;
  cursor: pointer;
  color: #d8711c;
  font-size: 13px;
}
.item-count > i{
  line-height: 25px;
}

.item-count i:active{
  transform: scale(1.2);
}




.item-price{
  float: left;
  width: 40%;
  height: 100%;
}

.item-price h4:first-child{
  text-decoration: line-through !important;
  color: #a0a0a0;
}

.item-price h4{
  margin: 0;
  padding: 8px 0 0 32%;
  font-size: 16px;
}


.item-price h4:last-child{
  padding-left: 30%;
  color: #ea105e;
  font-size: 18px;
}

.item-delete{
  width: 10%;
  height: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
  font-size: 19px;
  color: #a0a0a0;
}
.item-delete i{
  padding: 0;
  cursor: pointer;
  margin: 0;
  transition: 0.2s all;
}

.item-delete i:hover{
  color: #ea105e;
}
.item-delete i:active{
  transform: scale(1.2);
}




.right{
  float: left;
  width: 18%;
  margin-top: 3.5%;
  margin-left: 2%;
  margin-bottom: 20px;
}


.order-summary{
  width: 100%;
  min-height: 200px;
  border-radius: 5px;
  border: 1px solid #e4e1e1;
}

.order-summary:after, .order-summary ul:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden
}/*Kapsayamama Sorunu*/

.order-summary h4{
  margin: 0;
  padding: 10px 0 15px 10px;
  font-size:17px;
  font-weight: 500;
}

.order-summary ul{
  width: 90%;
  margin-left: 5%;
  padding-bottom: 5%;
  border-bottom: 1px solid #e4e1e1;
}

.order-summary ul li{
  padding: 0 15px;
  font-weight: 300;
  font-size: 14px;
  float: right;
}

.order-summary ul li a{
  color:#000;
  font-weight: 600;
  font-size: 14px;
}

.order-summary h5{
  width: 85%;
  margin: 0 5%;
  padding: 10px 0;
  font-size:18px;
  font-weight: 500;
  text-align: right;
  color: #ea105e;
}

.right button{
  width: 100%;
  margin: 5% 0;
}



.empty-basket{
  width: 90%;
  margin: 15% 5% 25% 5%;
  border-radius: 5px;
  padding: 25px 0;
  display: none;
}


.wrapper-empty-basket{
  border: 1px solid #e4e1e1;
  padding: 25px 0;
  margin-top: 0;
  display: flex;
  align-items: center;
}

.empty-basket i{
  font-size: 40px;
  color: #ea105e;
  margin-left: 10%;
}

.empty-basket h4{
  font-size: 16px;
  float: left;
  font-weight: normal;
  margin-left: 1%;
  width: 50%;
}

.empty-basket a{
  width: 50% !important;
}
.empty-basket button{
  width: 100%;
  background-color: #ea105e;
  color: #fff;
  margin-right: 25px;
  margin-left: 15%;
  font-weight: bold;
  float: right;
}





.order-confirm{
  width: 75%;
  border: 1px solid #e4e1e1;
  border-radius: 5px;
  margin: 3% 12.5%;
  padding: 2% 0 2% 0;
}

.confirm-top{
  width: 100%;
}

.confirm-top i{
  font-size: 100px;
  color: #1ee08f;
  display: flex;
  justify-content: center;
}

.confirm-top h2{
  color: #353748;
  text-align: center;
}




.confirm-center{
  width: 100%;
}

.order-confirm h4{
  text-align: center;
  font-size: 17px;
  font-weight: normal;
}

.order-confirm a{
  font-weight: bold;
}


.order-confirm h5{
  text-align: center;
  font-size: 17px;
  font-weight: normal;
}



.order-confirm button{
  width: 30%;
  margin-left: 35%;
  background-color:#1ee08f;
  font-weight: bold;
}









@media only screen and (max-device-width: 1279px) {


.left{
  float: left;
  margin-top: 90px;
  width: 90%;
  min-width: 0;
  min-height: 0;
  margin-left: 5%;
}


.right{
  width: 90%;
  margin-left: 5%;
}



.item{
  width: 96%;
  height:140px;
  padding: 2% 2%;
}

.item-image{
  width: 15%;
  height: 100%;
}



.item-center-part{
  float: left;
  width: 80%;
  margin-left: 2%;
  height: 70px;
}

.item-name{
  width: 100%;
}

.item-name h4{
  width: 100%;
  font-size: 14px;
}

.item-info h4{
  font-size: 13px !important;
}







.item-right-part{
  float: left;
  width: 80%;
  margin-left: 2%;
  height: 70px;
}

.item-price h4:first-child{
  display: none;
}

.item-price{
  padding-top: 12px;
}





.empty-basket{
  width: 90%;
  margin: 0% 5% 25% 5%;
  margin-bottom: 50%;
}

.wrapper-empty-basket{
  margin-top: 250px;
}

.empty-basket i{
  font-size: 25px;
  margin-left: 3%;
}

.empty-basket h4{
  font-size: 14px;
  text-align: center;
  margin-left: 2%;
}

.empty-basket button{
  width: 90%;
  margin-left: 5%;
  margin-right: 15px;
}






}
