.wpb-price-menu-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.wpb-price-menu-bar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 15px 25px;
}
.wpb-price-menu-bar .wpb-price-menu-seperator {
  height: 1px;
  border-bottom: 1px dashed #000;
  -ms-flex-item-align: center;
      align-self: center;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  margin: 0 10px;
}

.wpb-price-menu-price {
  margin-left: auto;
}

.wpb-price-menu-img {
  width: 150px;
  z-index: 1;
}
.wpb-price-menu-img img {
  width: 150px;
  height: auto;
  vertical-align: bottom;
}

.wpb-price-menu-title {
  width: calc(100% - 150px);
}
.wpb-price-menu-title.wpb-price-menu-title-full {
  width: 100% !important;
}

.wpb-price-menu-name {
  margin: 0;
  padding: 0;
}

.wpb-price-menu-description {
  margin: 15px 25px;
}

.wpb-price-menu-wrapper.wpb-price-menu-layout-2 {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.wpb-price-menu-wrapper.wpb-price-menu-layout-3 {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: center;
}
.wpb-price-menu-wrapper.wpb-price-menu-layout-3 .wpb-price-menu-title {
  width: 100% !important;
}
.wpb-price-menu-wrapper.wpb-price-menu-layout-3 .wpb-price-menu-title .wpb-price-menu-price {
  margin-left: 0;
  margin-right: 0;
}
.wpb-price-menu-wrapper.wpb-price-menu-layout-3 .wpb-price-menu-bar {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.wpb-price-menu-wrapper.wpb-price-menu-layout-3 .wpb-price-menu-description {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
