.buy_panel.open{
  width: 400px;
  padding: 30px;
  transition: all ease-in-out 400ms;
}
.buy_panel {
  width: 290px;
  background: #fff;
  position: fixed;
  right: 15px;
  bottom: 15px;
  padding: 5px 13px;
  box-shadow: 0px 0 3px 1px #3333;
}
.buy_panel .section-description h2{
  color: #3a3b3d;
  font-size: 28px;
  font-weight: 300;
  line-height: 1.2;
  margin-bottom: 20px;
}
.buy_panel .section-description h3,
.buy_panel .section-description p{
  color: #7f8082;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 1px;
  line-height: 1.4;
  margin-bottom: 20px;
  margin-top: -15px;
  text-transform: uppercase;
}
.buy_panel .section-description ul{
  list-style: none;
}
.buy_panel .section-description ul li::before{
  content: '\f105';
  font-family: fontawesome;
  color: #00A0D1;
  font-size: 15px;
  margin-right: 10px;
}
.buy_panel .section-action {
  padding: 15px 0;
}
.buy_panel .section-action .main{
  padding: 10px;
  background: #ea1b25;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  color: #fff;
  font-weight: 600;
}
.buy_panel .section-action .after{
  padding: 10px;
  background: #c9000a;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  color: #fff;
}
.buy_panel .toggle.section-down::before{
  content: "\f107";
}
.buy_panel .toggle::before{
  content: "\f106";
  font-family: fontawesome;
  width: 30px;
  height: 21px;
  background: #fff;
  display: block;
  line-height: 20px;
  text-align: center;
  border-top-left-radius: 5px;
  position: absolute;
  right: 22px;
  top: -20px;
  cursor: pointer;
  transition: all ease-in-out 400ms;
  box-shadow: 0 -2px 2px 1px #3333;
  border-top-right-radius: 5px;
}