h1 {
  color: #333;
  font-family: arial, sans-serif;
  margin: 1em auto;
  width: 80%;
}
.my-account-bottom{
  margin-bottom: 20px;
}
.order-height{
	height:400px;
  
  overflow-y: scroll;
overflow-x: hidden;
margin-bottom: 300px;
}
.tabordion {
  color: #333;
  display: block;
  font-family: arial, sans-serif;
  margin: auto;
  position: relative;
  width: 100%;
}

.tabordion input[name="sections"] {
  left: -9999px;
  position: absolute;
  top: -9999px;
}

.tabordion section {
  display: block;
}

.tabordion section label {
  background: #000;
  color:white;
  border:1px solid #fff;
  cursor: pointer;
  display: block;
  font-size: 15px;
  font-weight: bold;
  padding: 10px;
  position: relative;
  width: 180px;
  z-index:100;
}

.tabordion section article {
  display: none;
  left: 230px;
  min-width: 300px;
  padding: 0 0 0 21px;
  position: absolute;  
  top: 0;
}

.tabordion section article:after {
  
  bottom: 0;
  content: "";
  display: block;
  left:-229px;
  position: absolute;
  top: 0;
  width: 220px;
  z-index:1;
}

.tabordion input[name="sections"]:checked + label { 
  background: #d12229;
  color: #fff;
}

.tabordion input[name="sections"]:checked ~ article {
  display: block;
}
.order-img[_ngcontent-jsh-c54] {
  width: 99%;
  margin-bottom: 10px;
  margin-left: 20px;}

@media (max-width: 533px) {
  .order-height{
    height:1000px;
  }
  h1 {
    width: 100%;
  }

  .tabordion {
    width: 100%;
  }
  
  .tabordion section label {
    font-size: 1em;
    width: 160px;
  }  

 .tabordion section article {
  left: -25px;
  min-width: 270px;
  position: absolute;
  top: 105%;
  } 
  
  .tabordion section article:after {
    
    bottom: 0;
    content: "";
    display: block;
    left:-199px;
    position: absolute;
    top: 0;
    width: 200px;

  }  
  
}


@media (max-width: 768px) {
  h1 {
    width: 96%;
  }

  .tabordion {
    width: 96%;
  }
}


@media (min-width: 1366px) {
  h1 {
    width: 70%;
  }

  .tabordion {
    width: 100%;
  }
}

