
.right{
  float: left;
  width: 71%;
  margin-left: 2%;
  margin-bottom: 20px;
  padding:0 0 0 2%;
}


.right-part{
  width: 100%;
  margin-bottom: 5%;
}

.order-cancel-info{
  width: 98%;
  border-radius: 5px;
  border: 1px solid #e4e1e1;
  padding: 0 1%;
  font-weight: normal;
}



.order-nav{
  float: right;
  height: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
  margin-right: 4%;
}

.order-nav select{
  height: 40px;
  font-size: 14px;
  padding: 5px;
  background-color: #fafafa;
}



.my-orders h4{
  font-size: 15px;
  text-align: center;
  margin-top: 10%;
  font-weight: bold;
  color: #ea105e;
}




.order{
  width: 100%;
  border-radius: 5px;
  border: 1px solid #e4e1e1;
  margin-top: 3%;
}

.order-top{
  width: 100%;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  background-color: #FAFAFA;
  height: 50px;
  padding:5px 0 5px 0;
  border-bottom:1px solid #e4e1e1;
}

.order-top ul:first-child{
  width: 100%;
}

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


.order-top ul li{
  float: left;
  margin-left: 2%;
  width: 17%;
  font-size: 13px;
  text-align:center;
  color: #353748;
  font-weight: normal;
}

.order-top ul:first-child li{
  font-weight: bold;
}

.order-top ul:last-child li:last-child{
  color: #ea105e;
  font-weight: bold;
}





.order-item{
  width: 96%;
  padding: 10px 2%;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}
.order-item:after {content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}/*Kapsayamama Sorunu*/

.order-item-image{
  float: left;
  width: 15%;
  height: 80px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.order-item-image img{
  max-height: 80%;
}




.order-item-info{
  float: left;
  margin-left: 3%;
  width: 40%;
}

.order-item-info h3{
  margin: 5px 0;
  font-size: 14px;
}

.order-item-info h4{
  float: left;
  margin: 5px 0;
  font-size: 14px;
  color: #ea105e;
}






.order-item-status{
  float: left;
  width: 40%;
  margin-top: 9px;
}

.order-item-status > div{
  border: 1px solid #e4e1e1;
  border-radius: 5px;
  background-color: #FAFAFA;
  justify-content: center;
  display: flex;
  align-items: center;
}

.order-item-status h4{
  font-size: 13px;
  float: left;
  font-weight: 600;
  padding: 15px 0;
  margin: 0;
}

.order-item-status i{
  float: left;
  font-size: 15px;
  color: #ea105e !important;
  margin-right: 5px;
  padding: 0;
}




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

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



.order{
  width: 100%;
  margin-top: 3%;
}

.order-top{
  width: 100%;
  height: 50px;
}

.order-top ul li{
  font-size: 12px;
}


.order-top ul li{
  float: left;
  margin-left: 0%;
  width: 24%;
}

.order-top ul:first-child li{
  font-weight: bold;
}

.order-top ul:last-child li:last-child{
  color: #ea105e;
  font-weight: bold;
}

.order-top ul li:nth-child(3){
  display: none;
}




.order-item{
  width: 96%;
}

.order-item-image{
  float: left;
  width: 17%;
  height: 80px;
}

.order-item-image img{
  max-height: 50%;
}





.order-item-info{
  float: left;
  margin-left: 3%;
  width: 40%;
}

.order-item-info h3{
  margin: 5px 0;
  font-size: 14px;
}

.order-item-info h4{
  float: left;
  margin: 5px 0;
  font-size: 14px;
  color: #ea105e;
}






.order-item-status{
  float: left;
  width: 40%;
  margin-top: 9px;
}

.order-item-status > div{
  border: 1px solid #e4e1e1;
  border-radius: 5px;
  background-color: #FAFAFA;
  justify-content: center;
  display: flex;
  align-items: center;
}

.order-item-status h4{
  display: none;
}

.order-item-status i{
  font-size: 12px;
  margin-right: 0;
  padding: 15px 0;
}







}
